.main-description {
	margin-bottom: 50px;
}

.good,
.good-information {
	margin-top: 35px;
}

.good-gallery {
	overflow: hidden;
	min-height: 370px;
	position: relative;
}

.good-gallery-for {
	position: relative;
}

.good-gallery .good__label {
	min-width: 0;
	max-width: none;
	width: 50px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	z-index: 100;
}

.good-information__rating {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.good-information__review {
	border: none;
	background: transparent;
	font-family: "NotoSans";
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	color: #48546a;
}

.good-information__rating-wrapper {
	display: flex;
	gap: 5px;
}

.good-information__rating-wrapper .rating-starts-img img {
	height: 15px;
}

.good-information__rating-wrapper .star-rating {
	pointer-events: none;
}

.good-information__rating-wrapper .star-rating .star-rating__label {
	width: 15px;
	height: 15px;
}

@media (max-width: 479px) {
	.good-gallery-nav .bt-product-gallery,
	.good-gallery-nav {
		height: 50px !important;
	}
}

.good-gallery-for,
.good-gallery-nav {
	opacity: 0;
}

.good-gallery-for.swiper-container-initialized,
.good-gallery-nav.swiper-container-initialized {
	opacity: 1;
}

.good-gallery-nav {
	margin-top: 20px;
	position: relative;
}

.p-prev,
.p-next {
	position: absolute;
	top: 22px;
	border: 1px solid #dadada;
	background-color: transparent;
	display: none;
	z-index: 100;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}

.p-prev {
	left: 0;
	right: auto;
	background-image: url("/images/icons/nav-arrow-left.svg");
}

.p-next {
	right: 0;
	left: auto;
	background-image: url("/images/icons/nav-arrow-right.svg");
}

.p-prev::after,
.p-next::after {
	content: "";
}

.good-gallery-nav .swiper-slide {
	width: 50px;
	min-height: 50px;
}

.good-gallery-nav .swiper-slide img {
	height: 100%;
}

.good__title {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.good-stock {
	font-family: "NotoSans";
	font-size: 14px;
	line-height: 19px;
	color: var(--header-links-color);
	display: block;
	margin-bottom: 10px;
}

.product-prices-new {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Scada";
	font-weight: 700;
}

.product-prices-new.sale-color {
	color: #e4401c;
}

.product-prices-old {
	display: inline-block;
	font-family: "Scada";
	font-size: 14px;
	line-height: 17px;
	color: #70736a;
	text-decoration: line-through;
}

.size-wrapper,
.color-wrapper {
	margin-top: 25px;
	min-height: 62px;
}

.color__value {
	color: #929497;
}

.color-wrapper-choose {
	margin-top: 5px;
	display: flex;
	align-items: center;
}

.color-wrapper-item {
	margin-right: 10px;
	font-size: 0;
}

.color-wrapper img {
	width: 55px;
	height: 55px;
}

.color-wrapper-item input[type="radio"] {
	display: none;
}

.color-wrapper-item input[type="radio"] + label {
	display: block;
	transition: 0.2s ease-in-out;
}

.color-wrapper-item input[type="radio"]:disabled + label {
	opacity: 0.4;
}

.color-wrapper-figure {
	border: 1px solid #e7e4e0;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
}

.color-wrapper-item input[type="radio"] + label .color-wrapper-figure::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #e4401c;
	border-radius: 2px;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.color-wrapper-item input[type="radio"]:checked + label .color-wrapper-figure::before {
	opacity: 1;
}

.select-galery-wrapper,
.size-select select,
.choose > div,
.select2-search {
	display: none;
}

.choose {
	width: 250px;
	border: 1px solid #e7e4e0;
}

.choose .select2-container {
	display: block;
	width: 100%;
}

.choose .select2-selection {
	display: block;
}

.choose .select2-selection span {
	font-size: 14px;
	line-height: 30px;
	color: #212121;
	cursor: pointer;
}

.select2-selection__rendered {
	display: block;
	padding-left: 10px;
	position: relative;
}

.choose div:not(.choose-disable) .select2.select2-container .select2-selection__rendered::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url("/images/select.svg");
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	transition: 0.4s ease-in-out;
}

.choose div:not(.choose-disable) .select2.select2-container.select2-container--open .select2-selection__rendered::before {
	transform: rotate(180deg);
}

.choose div.choose-disable span {
	color: #929497;
}

.select2-container.select2-container--classic,
.select2-results,
.select2-results__options {
	width: 248px !important;
	display: block;
	position: relative;
	z-index: 100;
	background-color: #ffffff;
}

.select2-results__options::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 1px solid #e7e4e0;
}

.select2-results__options li {
	position: relative;
	z-index: 110;
	padding: 5px 10px;
}

.select2-results__options li:hover {
	background-color: #e7e4e0;
	cursor: pointer;
}

.select2-results__options li:not(:last-child) {
	margin-bottom: 5px;
}

.color-text-wrap {
	margin-top: 25px;
}

.choose .choose-disable {
	display: block;
	pointer-events: none;
}

.color-text-wrap {
	margin-bottom: 7px;
}

.choose__color {
	display: inline-block;
	margin-right: 10px;
}

.choosen__color {
	display: inline-block;
	color: #929497;
}

.size-tabel {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0.02em;
	color: #929497;
	text-decoration: underline;
	border: none;
	background-color: transparent;
	margin-top: 10px;
}

.product-registr {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.warning-not-basket {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh !important;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.warning-not-basket > p {
	max-width: 350px;
	width: 90%;
	height: 110px;
	background-color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	border: 1px solid black;
}
.class-for-click {
	position: relative;
}
.register-done__link,
.bt-product-buy__btn {
	width: 100%;
	margin-top: 10px;
	background-color: #212121;
	border: 1px solid #212121;
	height: 45px;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: "Scada";
}

.register-done__link.points-event {
	pointer-events: none;
	opacity: 0.4;
	color: #fff;
}

.ui-widget-content a {
	color: #fff;
}

.ui-widget-content a:hover {
	color: #333;
}

.product-registr button[type="submit"] {
	background-color: #f7f7f9;
	border: 1px solid #f7f7f9;
	color: #444a48;
	letter-spacing: 0.04em;
	font-weight: 700;
	min-width: 160px;
	width: 100%;
	font-family: "Scada";
	position: relative;
	overflow: hidden;
	transition: 0.4s ease-in-out;
}

button.black-btn[data-btn="popup-oneclick"] {
	color: #212121;
	background-color: #ffffff;
	border: 1px solid #212121;
}
button.black-btn[data-btn="popup-oneclick"]:disabled {
	opacity: 0.5;
}

.product-registr button[type="submit"]:disabled {
	cursor: auto;
	color: #929497;
}

.product-counter {
	width: 120px;
	border: 1px solid #e7e4e0;
	display: flex;
	margin-right: 10px;
}

.product-registr button[type="submit"].animation::before {
	content: "ДОБАВЛЕНО";
	position: absolute;
	width: 100%;
	line-height: 44px;
	height: 45px;
	color: #212121;
	border: 1px solid #212121;
	background-color: #ffffff;
	transform: translateX(0);
	transition: 0.3s ease-in-out;
	opacity: 0;
}

.product-registr button[type="submit"].animation.added::before {
	opacity: 1;
}

.product-registr button[type="submit"].animation.added.closed:before {
	opacity: 0;
}

.product-counter .product__counter {
	width: 40px;
	height: 45px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	line-height: 47px;
	border: none;
}

.product-counter input {
	display: none;
}

.product-counter input::-webkit-outer-spin-button,
.product-counter input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-counter input[type="number"] {
	-moz-appearance: textfield;
}

.product-counter__plus,
.product-counter__minus {
	width: 40px;
	height: 45px;
	border: none;
	background-color: transparent;
	font-family: "NotoSans";
	font-weight: 400;
	color: #212121;
	font-size: 21px;
}

.good-brand {
	margin-top: 40px;
}

.good-brand__name {
	font-family: "NotoSans";
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: var(--title-color);
}

.good-brand__name a {
	color: var(--header-links-color);
	text-decoration: underline;
}

.good-brand-figure {
	margin-top: 10px;
	border: 1px solid var(--footer-links-color);
	max-width: 210px;
}

.good-brand-figure img {
	margin: 10px auto;
	display: block;
	width: calc(100% - 20%);
}

.d-f {
	margin-top: 50px;
}

.d-f-buttons {
	display: flex;
	padding: 0 15px;
	margin: 0 -15px;
	background-color: var(--footer-titles-color);
	overflow-x: auto;
}

.description-btn,
.features-btn,
.delivery-btn {
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.02em;
	border: none;
	border-bottom: 4px solid transparent;
	color: var(--subtitle-color);
	background-color: transparent;
	padding: 0 30px;
}

.description-btn,
.delivery-btn {
	/* width: 40%; */
	/* max-width: 186px; */
}

.description-btn.opened,
.features-btn.opened,
.delivery-btn.opened {
	border-bottom: 4px solid var(--subtitle-color);
}

.features-btn {
	/* width: 60%; */
	max-width: 270px;
}

.d-f-text {
	margin-top: 30px;
}

.description-text,
.features-text,
.features-text img,
.delivery-text,
.feedback-text {
	display: none;
}

.description-text img {
	width: auto;
}

.description-text div,
.features-text,
.features-text div,
.description-text p,
.features-text p,
.description-text li,
.features-text li,
.description-text span,
.features-text span,
.description-text font,
.features-text font,
.description-text ul,
.features-text ul,
.description-text p.MsoNoSpacing,
.features-text p.MsoNoSpacing,
.delivery-text p,
.delivery-text ul {
	font-size: 16px !important;
	text-align: left !important;
	font-family: "NotoSans" !important;
	line-height: 23px !important;
	/* font-weight: 400; */
	color: #494f4b !important;
}

.description-text b,
.features-text b {
	font-size: 16px !important;
	text-align: left !important;
	font-family: "NotoSans" !important;
	line-height: 23px;
	/* font-weight: 500; */
	color: #494f4b;
}

.description-text a {
	text-decoration: underline;
}

.delivery-text p {
	margin-bottom: 20px;
}

.delivery-text b,
.feedback-text b {
	display: block;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #212121;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.delivery-text b:not(:first-of-type) {
	margin-top: 60px;
}

.delivery-text a {
	text-decoration: underline;
	font-weight: 600;
}

.delivery-text ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 30px;
}

.delivery-text li {
	margin-bottom: 5px;
}

.delivery-text span {
	font-family: "NotoSans";
	font-size: 14px;
	line-height: 20px;
	color: #929497;
	margin-bottom: 20px;
}

.description-text.opened,
.features-text.opened,
.delivery-text.opened,
.feedback-text.opened {
	display: block;
}

.swiper-container-product {
	width: 100%;
	position: relative;
}

/* feedback */

.feedback-text__leave-feedback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.feedback-text__leave-feedback h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	color: #212121;
}

.feedback-text__leave-feedback button {
	width: 30%;
	margin-top: 10px;
	background-color: #212121;
	border: 1px solid #212121;
	height: 45px;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: "Scada";
	color: var(--white);
}

.feedback-text__title {
	font-size: 24px;
	margin-bottom: 50px;
}

.feedback-text__profile {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.feedback-text__profile-desc {
	color: #212121;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;

	display: flex;
	gap: 15px;
}

.feedback-text__profile-name {
}

.feedback-text__profile-date {
	font-size: 14px;
	color: var(--header-links-color);
}

.feedback-text__profile-rating .star-rating {
	pointer-events: none;
}

.feedback-text__profile-rating .star-rating .star-rating__label {
	width: 20px;
	height: 20px;
}

.feedback-wrapper {
	border-bottom: 1px solid #212121;
}

.feedback-item {
	max-width: 650px;
	width: 100%;
	margin-bottom: 10px;
}

.feedback-text {
}

.feedback-text__advantages {
	margin-bottom: 30px;
}

.feedback-text__advantages p,
.feedback-text__disadvantage p,
.feedback-text__text p {
	font-size: 16px;
	text-align: left;
	font-family: "NotoSans";
	line-height: 23px;
	font-weight: 400;
	color: #494f4b;
	margin-bottom: 30px;
}

.feedback-text__text {
	margin-bottom: 30px;
}

.feedback-text__text p {
}

.feedback-text b {
	font-size: 20px;
	margin-bottom: 10px;
}

.feedback-text__text textarea {
	height: 120px;
	padding: 15px;
	resize: none;
	color: #757575;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	/* 24px */
	width: 100%;
	border-radius: 5px;
}

.feedback__images {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.feedback__image {
	flex: 0 1 82px;
	border-radius: 10px;
}

.feedback__image img {
	border-radius: 10px;
	width: 100%;
}

.product-prev,
.product-next {
	width: 25px;
	height: 25px;
	border: 1px solid var(--footer-links-color);
	top: auto;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

.product-prev {
	position: absolute;
	top: -20px;
	right: 30px;
	left: auto;
	background-image: url("/images/icons/swiper-prev.svg");
}

.product-next {
	position: absolute;
	top: -20px;
	right: 0;
	left: auto;
	background-image: url("/images/icons/swiper-next.svg");
}

.product-prev::after,
.product-next::after {
	display: none;
}

.product {
	margin-top: 50px;
	overflow: hidden;
}

.product__title {
	font-weight: 700;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: var(--title-color);
	margin-bottom: 18px;
	/* max-width: 200px; */
}

.product-item {
	width: 70%;
	padding: 22px 10px;
	min-height: 240px;
}

.product-figure {
	width: 160px;
	height: 160px;
	margin: 0 auto 10px;
}

.product-item__title {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.005em;
	color: var(--subtitle-color);
	text-align: center;
}

.product-prices {
	justify-content: center;
}

.product-price__new {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.015em;
	color: var(--title-color);
	display: block;
	margin-right: 10px;
}

.product-price__old {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.015em;
	display: block;
	color: var(--header-links-color);
}

.product-item.swiper-slide:nth-child(n) {
	min-width: 190px;
	width: 65%;
	max-width: 250px;
}

#tables {
	margin-top: 40px;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #444a48;
	font-family: "NotoSans";
	text-align: left;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

#tables table {
	min-width: 500px;
	max-width: 600px;
}

#tables table:not(:last-child) {
	margin-bottom: 30px;
}

thead tr:nth-child(n) td {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 35px 30px 10px;
}

thead tr:nth-child(2) td {
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 0px 30px 10px;
	text-decoration: underline;
}

tbody tr th {
	font-family: "Roboto Condensed";
	font-weight: 700;
	color: #929497;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.02em;
	padding: 12px 30px;
}

tbody tr td {
	padding: 15px 30px;
}

tbody tr:nth-child(2n + 1) {
	background-color: #fafafa;
}

tbody tr:first-child {
	background-color: #f7f7f9;
}

#tables-pop-up {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 200;
	background-color: #ffffff;
	min-width: 500px;
	max-width: 600px;
	height: 500px;
	overflow: scroll;
}

#tables-pop-up table {
	width: 100%;
}

.tables-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(64, 59, 55, 0.4);
	z-index: 199;
}

.close-tables__btn {
	width: 20px;
	height: 20px;
	background-image: url("/images/form-close.svg");
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	position: absolute;
	right: 20px;
	top: 20px;
}

@media screen and (max-width: 500px) {
	#tables-pop-up {
		min-width: 320px;
		width: 100%;
	}
}

/* popup review */

.popup-review,
.popup-oneclick {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	z-index: 1001;
	visibility: visible;
	opacity: 1;
	transition: all 0.8s ease-in;
	/* animation: slide-left 1s .3s 1 normal forwards; */
}

.popup-review_hidden,
.popup-oneclick_hidden {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.popup-review_hidden .popup-review__content,
.popup-oneclick_hidden .popup-oneclick__content {
	opacity: 0;
	transform: translateY(-100%);
}

.popup-review__body,
.popup-oneclick__body {
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 15px;
}

.popup-review__content,
.popup-oneclick__content {
	max-width: 650px;
	position: relative;
	width: 100%;
	padding: 40px;

	transition: all 0.6s ease-in;
	background-color: #fff;
	transform: translateY(0);
	opacity: 1;

	border-radius: 10px;
}

.popup-oneclick__content {
	max-width: 400px;
}

.popup-oneclick__content .choose {
	/* width: 100%; */

	margin: 0 auto 20px;
}
.popup-oneclick__content .color-text-wrap {
	/* width: 100%; */

	text-align: center;
}

/* .popup-oneclick__content  .select2-container.select2-container--classic{
    width: 100% !important;
} */

/* .popup-oneclick__content .select2-container.select2-container--classic{

    width: 100% !important;
}

 .select2-results {
    width: 100% !important;
 }

 .select2-results__options {
    width: 100% !important;
} */

/* 
.popup-oneclick__content ul.select2-results__options {
    width: 100% !important;
} */

.popup-review__title,
.popup-oneclick__title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 0 -15px 20px;
	padding: 20px 15px 15px;
}

.popup-review__btn-close,
.popup-oneclick__btn-close {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: none;
	background: transparent;

	position: absolute;
	top: 10px;
	right: 10px;
}

.popup-review__form {
	margin-bottom: 20px;
}

.popup-oneclick__good {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.popup-oneclick__good-img {
	text-align: center;
}

.popup-oneclick__good-title {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.form-review {
}

.form-review__wrapper {
	display: flex;
	gap: 15px;
}

.form-review__input,
.form-review__textarea {
	width: 100%;
	margin-bottom: 20px;
}

.form-review__input label,
.form-review__textarea label {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.015em;
	color: #444a48;
	font-weight: 400;
}

.form-review__input input,
.form-review__textarea textarea {
	padding: 5px;
	border: 1px solid #e7e4e0;
	width: 100%;

	margin-top: 5px;
	font-size: 16px;
}

.form-review__input {
	/* height: 35px; */
}

.form-review__textarea {
	/* height: 95px; */
}

.form-review__textarea textarea {
	height: 95px;
	resize: none;
}

.icon-required {
	font-size: 16px;
	font-weight: 500;
	color: #ef5568;
}

.form-review__rating,
.form-review__file {
	margin-bottom: 20px;
}

.form-review__rating {
}

.form-review__textarea {
}

.form-review__file {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.form-review__file label {
	position: relative;
	display: inline-flex;
}

.form-review__file input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.input-file-fake {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #212121;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	color: #ffffff;
	border: 1px solid var(--header-links-color);
	border-radius: 1px;
	width: 125px;
	height: 35px;
	color: var(--title-color);
	font-weight: 700;
	cursor: pointer;
}

.list-photos {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-self: flex-start;
}

.list-photos li {
	position: relative;
	color: #acacac;

	font-size: 16px;

	font-weight: 500;
	line-height: 150%;

	display: flex;
	align-items: center;
	gap: 5px;
}

.list-photos__delete {
	color: #e4401c;
	font-size: 14px;
	line-height: 0;
	cursor: pointer;
}

.form-review__captcha {
	margin-bottom: 40px;
}

.form-review__btn {
	margin: 0 auto;
	display: block;
	width: 50%;
	padding: 0;
	border: 1px solid #212121;
	background-color: #212121;
	color: #ffffff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	letter-spacing: 0.04em;
	text-align: center;
}

.popup-review__text,
.popup-oneclick__text {
	color: #acacac;

	font-size: 12px;

	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.228px;
}

.popup-oneclick__text {
	font-size: 18px;
	line-height: 1.2;
}

.form-review__rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.star-rating {
	display: flex;
	flex-direction: row-reverse;
}

.star-rating__input {
	display: none;
}

.star-rating__label {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.star-rating__label svg {
	fill: #e3e3e3;
	transition: fill 0.3s ease-in;
}

.star-rating__input:checked ~ .star-rating__label svg {
	fill: #ffc700;
}

.star-rating:hover .star-rating__label svg {
	fill: #e3e3e3;
}

.star-rating__input:hover ~ .star-rating__label svg {
	fill: #ffc700;
}

.captcha-cont {
	width: 50%;
	margin: 0 auto 20px auto;
}

.captcha-cont img {
	width: 100%;
}

.captcha-cont input {
	padding: 5px;
	border: 1px solid #e7e4e0;
	width: 100%;
	margin-top: 5px;
	font-size: 16px;
}

@media (max-width: 480px) {
	.popup-review__body {
		padding: 0;
	}

	.form-review__wrapper {
		flex-direction: column;
		gap: 0;
	}

	.popup-review__content {
		border-radius: 0;
	}

	.form-review__input {
		margin-bottom: 15px;
	}

	.form-review__file {
		gap: 10px;
	}

	.list-photos li {
		flex: 0 1 100%;
	}

	.feedback-text__leave-feedback h2 {
		font-size: 25px;
	}

	.feedback-text__leave-feedback button {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.popup-review__content {
		padding: 30px 20px;
	}
}
