/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

header .panel {
	display: none;
	height: 55px;
	background: #e9f0f2;
}

/* HEADER */
.header {
	margin: 0 auto;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 900;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.header .header__offer {
	padding: 4px 0;
	background: #969698;
}

.header .header__offer p {
	color: white;
	margin: 0;
	text-align: center;
}

.header .header__body {
	padding: 17.43px 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.header .header__body-left {
	width: 480px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.header .header__burger {
	margin-right: 40px;
	height: 43px;
}

.header .header__location {
	margin-right: 30px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.header .header__phone {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	font-family: "Cera Condensed Pro";
	font-size: 30px;
	font-weight: 300;
	font-weight: 100;
	line-height: 24px;
	/* 80% */
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

.header .header__logo {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.header .header__location svg {
	margin-right: 7px;
}

.header .header__icons {
	width: 480px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
}

.header .header__search {
	width: 56%;
	padding-right: 15px;
	position: absolute;
	left: 0;
}

.header .header__icons-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.header .header__icons-item[data-contacts-info-open] {
	display: none;
}

.header .basket {
	position: relative;
}

.header .basket .basket__quantity {
	position: absolute;
	top: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
}

.header .basket .basket__count-value {
	text-align: center;
}

.header .header__bot {
	padding: 15px 0;
	position: relative;
	background: #343331;
}

.header .header__nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
}

.header .header__nav a {
	padding: 5px 0;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	color: #ffffff;
}

.header .header__nav a.sr-active {
	border-bottom: 1px solid #ffffff50;
}

.header .header__nav .header__nav-item:last-child {
	padding-right: 35px;
}

/* .main-header__search {
	display: none;
} */
.search .popup-content {
	padding: 16px 0;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	top: 100px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
}

.search[data-search="sr-active"] {
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	display: block;
}

.search[data-search] .overlay {
	display: none;
}

.search[data-search="sr-active"] .overlay {
	display: block;
}

.search .search__content {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 300px;
}

.search .search__field {
	width: 100%;

	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.search .search__field svg {
	position: absolute;
	right: 0;
}

/*** header contact info popup ***/
.contacts-info {
	width: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 999;
}

.contacts-info[data-contacts-info="sr-active"] {
	display: block;
}

.contacts-info[data-contacts-info] .overlay {
	display: none;
}

.contacts-info[data-contacts-info="sr-active"] .overlay {
	display: block;
	/* top: 63px; */
}

.contacts-info .btn-custom-icon[data-contacts-info-close] {
	position: absolute;
	top: 10px;
	right: 10px;
}

.contacts-info .btn-custom-icon[data-contacts-info-close]:hover {
	opacity: 0.5;
}

.contacts-info .contacts-info__content {
	padding: 35px 30px;
	width: 320px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	background: #ffffff;
	position: absolute;
	top: 109px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1000;
}

.contacts-info .subtitle {
	letter-spacing: 0.39px;
}

.contacts-info .contacts-info__phone .subtitle {
	margin-bottom: 15px;
}

.contacts-info .contacts-info__phone .link {
	font-size: 30px;
	font-weight: 300;
	line-height: 24px;
}

/* .contacts-info .contacts-info__location {

} */
.contacts-info .shops-info__descr {
	font-size: 12px;
	line-height: 14px;
}

.contacts-info .contacts-info__icons {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 10px;
}

/* @media (max-width: 1439px) {
} */
@media (max-width: 1200px) {
	.header .header__burger {
		margin-right: 30px;
	}

	.header .header__location {
		margin-right: 20px;
	}

	.header .header__phone {
		/* font-family: "Cera Condensed Pro"; */
		font-size: 20px;
	}

	.header .header__body-left,
	.header .header__icons {
		width: 340px;
	}

	/* .header .header__nav:last-child {
		padding-right: 0px;
	} */
	.header .header__nav .header__nav-item:last-child {
		padding-right: 0px;
	}
}

@media (max-width: 992px) {
	.header .header__location {
		display: none;
	}

	.search .search__content {
		gap: 150px;
	}
}

@media (max-width: 768px) {

	/* .header {
		position: relative;
	} */
	.header .header__offer {
		display: none;
	}

	.header .header__body {
		padding: 10px 0;
	}

	.header .header__body-left {
		width: 30px;
	}

	.header .header__burger {
		margin-right: 0;
	}

	.header .header__phone {
		display: none;
	}

	.header .header__icons-item[data-contacts-info-open] {
		display: block;
	}

	.header .header__logo {
		width: 150px;
		height: 31px;
	}

	.header .header__icons {
		width: 160px;
		gap: 10px;
	}

	.header .header__icons-item {
		width: 24px;
		height: 24px;
	}

	.header .header__icons-item svg {
		width: 24px;
		height: 24px;
	}

	.header .basket .basket__quantity {
		font-size: 12px;
		top: 5px;
	}

	.search .popup-content {
		top: 60px;
	}

	.search .search__content {
		gap: 47px;
	}
}

@media (max-width: 480px) {
	.header .header__logo {
		width: 120px;
		height: 25px;
	}

	/* .header .header__icons {
		width: 115px;
		gap: 10px;
	} */
	.header .header__nav {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media (max-width: 389px) {
	.header .header__nav {
		gap: 5px;
	}

	.header .header__nav a {
		font-size: 11px;
	}
}

/**? PROMO */
#promo {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* #promo,
#promo .bx-wrapper {
	height: 600px;
} */
#promo .promo-slider {
	height: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#promo .promo-slider .bg {
	display: none;
}

#promo .promo-slider>li {
	/* padding-bottom: 145px; */
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: 50% 50%;
	background-size: 100% 100%;
	position: relative;
}

#promo .promo-slider>li button {
	position: absolute;
	bottom: 0;
}

@media (min-width: 2200px) {
	#promo .promo-slider>li {
		background-position: center !important;
		background-size: 1920px auto !important;
	}
}

/*** Big Slider start ***/
#promo .sr-controls {
	padding-right: 20px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

#promo .sr-controls .bx-controls-direction {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 30px;
	position: absolute;
	bottom: 30px;
}

.bx-controls .sr-next,
.bx-controls .sr-prev {
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	background: #ffffff80;
	border-radius: 50%;
	cursor: pointer;
}

.bx-controls .bx-next:before,
.bx-controls .bx-prev:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% -50%);
	-ms-transform: translate(-50% -50%);
	transform: translate(-50% -50%);
	border-radius: 50%;
}

@media (max-width: 768px) {

	/* #promo .bx-wrapper, */
	/* #promo .promo-slider {
		height: 310px;
	} */
	#promo .sr-controls .bx-controls-direction {
		padding-right: 10px;
		gap: 20px;
		bottom: 15px;
	}

	.bx-controls .sr-next,
	.bx-controls .sr-prev {
		width: 30px;
		height: 30px;
	}

	.bx-controls .sr-next svg,
	.bx-controls .sr-prev svg {
		width: 16px;
		height: 7px;
	}

	.bx-controls .bx-next:before,
	.bx-controls .bx-prev:before {
		width: 30px;
		height: 30px;
	}
}

#promo .promo-slider li .text {
	position: absolute;
	z-index: 5;
	top: 40%;
	max-width: 460px;
	padding: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.51);
}

#promo .promo-slider li .black-bg .text {
	background-color: transparent;
}

#promo .promo-slider li .wide-mess .text {
	max-width: 690px;
	border: 1px solid #ff2c40;
}

#promo .promo-slider li .holder {
	position: relative;
}

#promo .promo-slider li .sr-wrapper-link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#promo .promo-slider li .holder img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 60%;
}

#promo .promo-slider li .holder img.sr-add-photo {
	left: 0;
	max-height: 90%;
}

#promo .promo-slider li .holder img.sr-main-photo {
	max-height: 90%;
}

#promo .promo-slider li .holder img.sr-main-photo #promo .promo-slider li .happy-hours.holder img.sr-main-photo {
	max-height: 95%;
}

#promo .promo-slider li .ny-note.holder img.sr-main-photo {
	right: 10%;
	bottom: -52px;
	max-height: 100%;
}

#promo .promo-slider li .holder.students img {
	bottom: 15px;
}

#promo .promo-slider li .holder.students img.sr-add-photo {
	left: 20px;
	max-height: 90%;
}

#promo .promo-slider li .holder.students img.sr-main-photo {
	right: 20px;
}

#promo .promo-slider li .holder {
	height: 100%;
}

#categories strong,
#promo .promo-slider li .text .title {
	display: block;
	margin: 0 0 32px;
	text-transform: uppercase;
	font: 36px/40px "exo_2bold", arial, sans-serif;
}

#promo .promo-slider li .medical-mask .text .title {
	margin-bottom: 20px;
}

#promo .promo-slider li .black-bg .text .title {
	color: #fff;
	font-size: 30px;
}

#promo .promo-slider li .text .title .sr-banner-title {
	display: block;
	margin-bottom: 15px;
	font: 50px/55px "exo_2thin", arial, sans-serif;
	font-weight: 800;
}

#promo .promo-slider li .wide-mess .text .title .sr-banner-title {
	font-size: 32px;
	line-height: 1;
}

#promo .promo-slider li .text li {
	font: 17px/35px "proxima_nova_ltlight", arial, sans-serif;
}

#promo .promo-slider li .text p {
	font: 20px/35px "proxima_nova_ltlight", arial, sans-serif;
}

#promo .promo-slider li .medical-mask .text p,
#promo .promo-slider li .wide-mess .text p {
	font-family: "MyriadProRegular", Arial, serif;
	font-size: 18px;
	line-height: 1.4;
}

#promo .promo-slider li .medical-mask .text {
	min-width: 475px;
}

#promo .buy,
#promo .more {
	display: inline-block;
	min-width: 190px;
	height: 55px;
	margin: 5px 7px 0 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 26px;
	font-size: 17px;
	line-height: 60px;
}

#promo .more {
	background: #07b4a5;
}

#promo .more:hover {
	background: #0ec9c2;
}

#promo .more:active {
	background: #009b92;
}

#promo .buy {
	background: #ff2d40;
}

#promo .buy:hover {
	background: #ff4e41;
}

#promo .buy:active {
	background: #e41528;
}

#promo .sr-inst-link {
	text-transform: lowercase;
	color: #08b4a5;
	font-family: "exo_2bold";
	font-size: 38px;
}

#promo .promo-slider li .instagram .text .title .sr-banner-title {
	text-transform: initial;
}

#promo .promo-slider li .ny-note .text .title .sr-banner-title {
	margin-bottom: 22px;
	text-transform: initial;
	font-size: 35px;
	line-height: 1.2;
}

#promo .promo-slider li .instagram .text {
	top: 45%;
	max-width: 485px;
}

#promo .promo-slider li .instagram.spring .text {
	background-color: rgba(255, 255, 255, 0.7);
}

#promo .promo-slider li .students .text {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

#promo .promo-slider li .ny-note .text {
	top: 50%;
	left: 6%;
	padding: 40px;
	background-color: rgba(248, 69, 70, 0.8);
}

#promo .promo-slider li .happy-hours .sr-banner-subtitle {
	text-transform: lowercase;
	font-family: "exo_2thin", arial, sans-serif;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.3;
}

#promo .promo-slider li .happy-hours.spring .sr-banner-subtitle {
	text-transform: initial;
}

#promo .promo-slider li .happy-hours.spring .sr-banner-subtitle .spring-code {
	color: #ff2c40;
}

#promo .promo-slider li .ny-note .sr-banner-subtitle {
	text-transform: initial;
	font-size: 22px;
	line-height: 1;
}

#promo .promo-slider li .happy-hours .text .title {
	font-size: inherit;
	line-height: inherit;
}

#promo .promo-slider li .ny-note .text .title {
	margin-bottom: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #3c0001;
	font: inherit;
}

.card-product .btn-custom-fill {
	padding: 8px 20px;
}

/* .items {
	margin: 0;
} */
#popular.slider {
	padding-top: 50px;
	background: #fff;
	/* display: none; */
}

#popular .slider__title {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

#popular .bx-wrapper {
	position: relative;
	max-width: 960px !important;
	margin: 0 auto;
}

/* #popular .bx-viewport {
	height: 550px !important;
} */
#popular .bx-viewport {
	padding: 0;
	height: auto !important;
}

#popular .slider__list {
	margin: 0 auto;
	padding: 60px 0 0;
	width: 960px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	/* height: 550px; */
}

#popular .bx-wrapper ul {
	overflow: visible;
}

#popular .card-product .card-product__header,
#popular .card-product .card-product__footer {
	width: 220px;
}

#popular .slider__list img {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#popular .bx-controls .sr-next,
#popular .bx-controls .sr-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid #2c2c33;
	border-radius: 50%;
}

#popular .bx-controls .sr-next {
	right: -195px;
}

#popular .bx-controls .sr-prev {
	left: -145px;
}

#popular .bx-controls .sr-next::after,
#popular .bx-controls .sr-prev::after {
	content: "";
	width: 12px;
	height: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	/* position: absolute; */
}

#popular .bx-controls .sr-next::after {
	background: url("/local/templates/tm_medstyle_9/images/shop-catalog/arrow-right-slider.svg") center/cover no-repeat;
}

#popular .bx-controls .sr-prev::after {
	background: url("/local/templates/tm_medstyle_9/images/shop-catalog/arrow-left-slider.svg") center/cover no-repeat;
}

#popular .bx-controls .sr-next.disabled,
#popular .bx-controls .sr-prev.disabled {
	opacity: 0.5;

	cursor: auto;
}

#popular .bx-controls .sr-next.disabled:hover,
#popular .bx-controls .sr-prev.disabled:hover {
	opacity: 0.5;
}

@media (max-width: 1439px) {
	#popular .bx-controls .sr-next {
		right: -115px;
	}

	#popular .bx-controls .sr-prev {
		left: -65px;
	}
}

@media (max-width: 1200px) {
	#popula {}

	#popular .bx-wrapper {
		max-width: 720px !important;
	}

	#popular .slider__list {
		width: 720px;
	}
}

@media (max-width: 992px) {
	#popular .bx-wrapper {
		max-width: 480px !important;
	}

	#popular .slider__list {
		padding-top: 50px;
		width: 480px;
	}
}

@media (max-width: 769px) {
	#promo .sr-controls {
		padding-right: 0;
		position: absolute;
		right: 30px;
		bottom: 25px;
	}

	#promo .promo-slider {
		height: 65vw;
		position: absolute;
	}

	#popular .bx-wrapper {
		max-width: 440px !important;
	}

	#popular .slider__list {
		width: 440px;
	}

	#popular .card-product .card-product__header,
	#popular .card-product .card-product__footer {
		/* width: 160px; */
		width: 100%;
	}

	#popular .sr-controls {
		display: none;
	}
}

@media (max-width: 640px) {
	#promo .sr-controls {
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 480px) {
	#promo .sr-controls {
		bottom: 15px;
	}

	#popular .bx-wrapper {
		max-width: 360px !important;
	}

	#popular .slider__list {
		width: 100%;
	}
}

.features ul {
	margin: 0 0-2px;
	font-size: 18px;
	line-height: 30px;
}

.catalog li a:hover .text,
.feedback__agreement a:hover {
	text-decoration: none;
}

#catalog {
	padding: 134px 0 0;
	text-align: center;
	background: url(../images/bg_catalog.webp) no-repeat 50% 50% / cover;
}

/* #catalog h2 {
	margin: 0 0 21px;
	color: #fff;
} */
#catalog .pdf {
	position: relative;
	display: inline-block;
	width: 460px;
	height: 80px;
	margin: 0 0 0 38px;
	padding: 0 60px 0 0;
	text-align: right;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	border-radius: 40px;
	background: #fff;
	font-size: 20px;
	line-height: 86px;
}

#catalog .pdf:after {
	position: absolute;
	top: -10px;
	left: -49px;
	width: 278px;
	height: 97px;
	content: "";
	background: url(../images/icon_06.png) no-repeat;
}

#catalog .pdf:hover {
	color: #fff;
	background: #ff4e41;
}

#catalog .pdf:active {
	color: #fff;
	background: #e41528;
}

/* #contacts {
	overflow: hidden;
	height: 1080px;
	padding: 94px 0 0;
	background: url(../images/bg_contact.jpg) no-repeat 50% 50% / cover;
} */
/* #contacts h2, */
.features .more {
	margin: 0 0 28px;
	text-align: center;
	color: #fff;
}

.features {
	position: relative;
	overflow: hidden;
	height: 373px;
	background: url(../images/bg_features.png) no-repeat 50%0;
}

.features .more {
	position: absolute;
	bottom: 76px;
	left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 210px;
	height: 55px;
	margin: 0 0 0-105px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #1fcdbe;
	border-radius: 26px;
	font-size: 17px;
	line-height: 55px;
}

.features .more:hover {
	border-color: #0ec9c2;
	background: #0ec9c2;
}

.features .more:active {
	border-color: #009b92;
	background: #009b92;
}

.features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	line-height: 25px;
}

.features ul li {
	top: 222px;
	left: 295px;
}

.features ul li+li {
	top: 122px;
	left: 520px;
	text-align: center;
}

.features ul li+li+li {
	top: 223px;
	left: 777px;
	text-align: right;
}

.features ul li:before {
	position: absolute;
	content: "";
	top: -109px;
	left: -22px;
	width: 57px;
	height: 77px;
	background: url(../images/icon_07.png) no-repeat;
}

.features ul li+li:before {
	top: -107px;
	left: 43px;
	width: 61px;
	height: 79px;
	background: url(../images/icon_08.png) no-repeat;
}

.features ul li+li+li:before {
	top: -101px;
	left: 68px;
	width: 76px;
	height: 61px;
	background: url(../images/icon_09.png) no-repeat;
}

/************ Feedback ***********/
.feedback {
	width: 390px;
}

.feedback-answer {
	width: 474px;
	max-width: 100%;
	padding: 30px 63px;
	line-height: 1.2;
}

.feedback-answer__btn {
	margin-top: 24px;
}

.feedback-answer__btn .btn-custom {
	min-width: 200px;
	padding-top: 14px;
	padding-bottom: 13px;
	border-radius: 23px;
	justify-content: center;
}

.feedback.feedback-static {
	padding: 0;
}

.feedback.feedback-static textarea::-webkit-input-placeholder {
	font-family: var(--font-first);
}

.feedback.feedback-static textarea::-moz-placeholder {
	font-family: var(--font-first);
}

.feedback.feedback-static textarea:-ms-input-placeholder {
	font-family: var(--font-first);
}

.feedback.feedback-static textarea::-ms-input-placeholder {
	font-family: var(--font-first);
}

.feedback.feedback-static textarea::placeholder {
	font-family: var(--font-first);
}

.feedback legend {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.42px;
	text-transform: uppercase;
}

.feedback fieldset {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	gap: 20px;
}

.feedback .row {
	margin: 0 0 14px;
}

.feedback .row+.row {
	margin: 0 0 30px;
}

.feedback .field-wrap {
	position: relative;
	margin-bottom: 12px;
}

.feedback.feedback-message .field-wrap:nth-child(4) {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
}

.feedback .field-wrap.field-error:before {
	position: absolute;
	top: 6px;
	left: calc(100% + 6px);
	display: block;
	max-width: 85px;
	content: "необходимо заполнить";
	color: #ab3a44;
	font-size: 15px;
	line-height: 1;
}

.feedback .row input[type="text"]:nth-child(3) {
	margin: 0;
}

.feedback.feedback-static .row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feedback input[type="submit"] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #a5a8b1;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.checkbox input[type="checkbox"]+.checkbox__box {
	min-width: 15px;
	min-height: 15px;
	height: 15px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	/* padding-left: 1px; */
	border: 1px solid #2c2c33;
	position: relative;
}

.checkbox input[type="checkbox"]:checked+.checkbox__box {
	background: #2c2c33;
}

.checkbox input[type="checkbox"]+.checkbox__box svg {
	/* width: 12px; */
	/* position: absolute;
	left: 0.5px; */
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:checked+.checkbox__box svg {
	opacity: 1;
}

.checkbox .checkbox__text a {
	color: #a5a8b1;
}

.feedback__agreement {
	text-align: center;
	color: #252525;
	font-size: 15px;
	line-height: 1.2;
}

.feedback__agreement a {
	text-decoration: underline;
	color: #067f74;
}

.feedback__agreement-text {
	display: inline-block;
	max-width: 170px;
	text-align: left;
	vertical-align: middle;
}

/* .feedback__btns .btn-custom {
	padding-top: 14px;
	padding-bottom: 13px;
	border-radius: 23px;
} */
.feedback.feedback-message .feedback__btns .btn-custom,
.feedback.recall .feedback__btns .btn-custom {
	min-width: 200px;
}

.feedback.feedback-message .field-wrap {
	width: 100%;
	margin-bottom: 12px;
}

#clients .bx-controls .bx-next.disabled,
#clients .bx-controls .bx-prev.disabled,
.feedback.feedback-message .field-wrap.field-error:before,
.order table thead {
	display: none;
}

.feedback.feedback-message .feedback-message-footer,
.feedback__btns,
.product .info form p {
	text-align: center;
}

.feedback.feedback-message .feedback__agreement,
.feedback.feedback-message .feedback__btns {
	display: inline-block;
	vertical-align: middle;
}

.feedback.feedback-message .feedback__agreement {
	margin-right: 5px;
}

.feedback.feedback-message .row {
	margin-bottom: 4px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#clients .bx-controls .bx-next,
#clients .bx-controls .bx-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#clients .bx-controls .bx-prev {
	left: -29px;
}

#clients .bx-controls .bx-next {
	right: -29px;
	left: auto;
}

#clients .bx-wrapper,
#footer {
	position: relative;
}

.partners {
	margin: 0;
	padding: 0 21px 0 19px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}

.partners li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	float: left;
	width: 220px;
	height: 120px;
	margin: 0 10px 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.partners li img {
	max-width: 170px;
	max-height: 120px;
	vertical-align: middle;
}

#fast-view .bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
#fast-view .bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover,
#fast-view .bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
#fast-view .bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover,
#footer .social a:hover:after {
	opacity: 1;
}

.breadcrumbs {
	padding: 16px 5px 40px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 2.57px;
}

.breadcrumbs .breadcrumbs__item {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 2.57px;
	color: #959595;
	background-image: none;
}

.breadcrumbs li:last-child,
.breadcrumbs .breadcrumbs__link {
	font-size: 12px;
	font-weight: 400;
	/* line-height: 16px; */
	color: #959595;
}

.breadcrumbs li:last-child {
	color: #95959599;
}

.contacts-block ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.contacts-block ul li {
	display: table-cell;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 190px;
	padding: 0 20px 0 90px;
	vertical-align: middle;
}

.contacts-block ul li:last-child {
	padding-right: 0;
}

/* .contacts-block address {
	font-family: "MyriadProRegular", Arial, sans-serif;
	font-style: normal;
} */
.contacts-block ul li:nth-child(1) {
	background: url(../images/icon_23.png) no-repeat 0 50%;
}

.contacts-block ul li:nth-child(2) {
	background: url(../images/icon_24.png) no-repeat 0 50%;
}

.contacts-block ul li:nth-child(3) {
	background: url(../images/icon_25.png) no-repeat 0 50%;
}

.contacts-block ul li:nth-child(4) {
	background: url(../images/icon_26.png) no-repeat 0 50%;
}

.contacts-block ul li p {
	margin: 0;
}

.contacts-block ul li p span,
.contacts-block ul li>span span {
	color: #777;
}

#map>* {
	width: 100%;
	height: 100%;
}

#contact-form {
	padding: 80px 0;
	background: #e9f0f2;
}

#contact-form form {
	margin: 0 auto;
}

center h1 {
	margin: 0 0 6px;
}

.catalog li {
	display: inline-block;
	width: 280px;
	margin: 0 20px 48px 0;
	text-align: center;
	vertical-align: top;
	font-size: 17px;
	line-height: 22px;
}

.catalog li .visual {
	display: block;
	height: 348px;
	margin: 0 0 20px;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	border: 1px solid #cedce2;
}

.catalog li .visual img {
	max-width: 100%;
	max-height: 100%;
}

.catalog li .text {
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
}

.catalog li a:hover .visual {
	-webkit-box-shadow: 0 5px 15px 0 rgba(23, 23, 23, 0.15);
	box-shadow: 0 5px 15px 0 rgba(23, 23, 23, 0.15);
}

/*** General parameters of internal pages ***/
.textile,
.payment,
.sr-return,
.sr-gross-sale,
.faq {
	padding-bottom: 50px;
}

.textile .textile__content,
.payment .payment__content,
.sr-return .sr-return__content,
.sr-gross-sale .sr-gross-sale__content {
	padding: 0 5px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 50px;
	font-size: 15px;
}

.textile .textile__block,
.payment .payment__block,
.sr-return .sr-return__block,
.sr-gross-sale .sr-gross-sale__block {
	padding-top: 20px;
	width: 660px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.textile .textile__block h2 {
	font-weight: 500;
}

.textile .textile__item {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.textile .textile__item:last-child {
	margin-bottom: 0px;
}

.textile .textile__text,
.payment .payment__text,
.sr-return .sr-return__text,
.sr-gross-sale .sr-gross-sale__text {
	color: #646872;
}

/*** Textile ***/
.color {
	padding-top: 10px;
}

.color .color__list {
	/* width: 100%; */
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.color .color__item {
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	color: #343331;
}

/*** sr-gross-sale ***/
.sr-gross-sale .link-underline::before {
	background: #646872;
}

@media (max-width: 1439px) {

	.textile .textile__block,
	.sr-return .sr-return__block,
	.sr-gross-sale .sr-gross-sale__block {
		width: 540px;
	}
}

@media (max-width: 1200px) {

	.textile .textile__block,
	.sr-return .sr-return__block,
	.sr-gross-sale .sr-gross-sale__block {
		width: 445px;
	}
}

@media (max-width: 992px) {

	.textile .textile__content,
	.sr-return .sr-return__content,
	.sr-gross-sale .sr-gross-sale__content {
		gap: 20px 25px;
	}

	.textile .textile__block,
	.sr-return .sr-return__block,
	.sr-gross-sale .sr-gross-sale__block {
		width: 340px;
	}
}

@media (max-width: 768px) {
	.textile .title {
		text-align: center;
	}

	.textile .textile__content,
	.sr-return .sr-return__content,
	.sr-gross-sale .sr-gross-sale__content {
		padding-top: 20px;
		gap: 20px;
	}

	.textile .textile__block,
	.sr-return .sr-return__block,
	.sr-gross-sale .sr-gross-sale__block {
		padding-top: 0;
		width: 100%;
	}

	.color .color__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 448px) {}

.wholesale {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.wholesale_top {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 177px;
	padding: 50px 0 72px 0;
}

.wholesale_top_left {
	max-width: 897px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wholesale_top_left_title {
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.wholesale_top_left_button {
	max-width: 402px;
	width: 100%;
	background-color: var(--color-aqua);
	height: 40px;
	border: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wholesale_top_left_button:hover {
	background-color: #067f74;
	transition: all 0.5s;
}

.wholesale_top_left_text {
	margin-top: 42px;
	margin-bottom: 55px;
	float: right;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.wholesale_top_left_text span {
	max-width: 755px;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	display: block;
}

.wholesale_top_right {
	max-width: 400px;
	width: 100%;
	display: block;
	height: 330px;
	background-color: var(--color-aqua);
}

.wholesale_top_right img {
	transform: translate(-37px, 37px);
	width: 400px;
	height: 315px;
	object-fit: cover;
}

.wholesale_advantages {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 30px 0;
}

.wholesale_advantages_box {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.wholesale_advantages_item {
	max-width: 375px;
	width: 100%;
	min-height: 129px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	background-color: #f3f3f3;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding: 20px;
	gap: 20px;
}

.wholesale_advantages_item span {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}

.wholesale_conditions {
	margin-top: 30px;
	position: relative;
}

#section1 {
	position: absolute;
	top: -160px;
}

.wholesale_conditions_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 40px 0;
}

.wholesale_conditions_item {
	max-width: 770px;
	width: 100%;
	background-color: #f3f3f3;
	padding: 60px 0 60px 40px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
}

.wholesale_conditions_item h4 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.wholesale_conditions_text {
	margin-top: 50px;
}

.wholesale_conditions_text ul li {
	list-style: inside;
}

.wholesale_conditions_text ul li a:hover {
	text-decoration: underline;
}

.wholesale_conditions_text p {
	font-size: 15px;
	font-weight: 400;
	max-width: 543px;
	width: 100%;
}

.wholesale_question {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 20px;
	padding: 30px 0;
}

.wholesale_question_img {
	width: 50%;
	display: flex;
}

.wholesale_question_img img {
	object-fit: cover;
	width: 100%;
}

.wholesale_feedback {
	width: 50%;
	padding: 50px 18px 30px 30px;
	background-color: var(--color-aqua);
	position: relative;
}

.wholesale_catalog {
	margin-bottom: 20px;
}

.wholesale_catalog .index-catalog {
	padding: 0;
	margin: 50px 0 0 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	max-width: 100%;
}

.wholesale_catalog .index-catalog .index-catalog__card {
	max-width: 366px;
	width: 100%;
	height: 340px;
	background-color: #f6f6f6;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	transition: all 0.5s;
}

.wholesale_catalog .index-catalog .index-catalog__card:hover {
	background-color: #e2e2e2c0;
	transition: all 0.5s;
}

.wholesale_catalog .index-catalog .index-catalog__card a {
	display: flex;
	flex-direction: column;
}

.wholesale_catalog_card_margin {
	margin: auto 0;
}

.wholesale_catalog_catalog__card_mini img {
	margin-top: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: contain;
}

.wholesale_catalog .index-catalog .index-catalog__card a .index-catalog__title {
	text-align: start;
	width: 100%;
}

.wholesale_catalog .index-catalog .wholesale_catalog_box4 a img,
.wholesale_catalog .index-catalog .wholesale_catalog_box1 a img {
	margin: auto 0;
}

.wholesale_catalog .index-catalog .wholesale_catalog_box1 {
	grid-row: span 2;
	height: 706px !important;
}

.wholesale_catalog .index-catalog .wholesale_catalog_box4 {
	grid-row: span 2;
	height: 706px !important;
}

.wholesale_question_img_mob {
	display: none;
}

@media (max-width: 1400px) {
	.wholesale_catalog .index-catalog {
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}
}

@media (max-width: 1200px) {
	.wholesale_top {
		gap: 60px;
	}

	.wholesale_conditions_item {
		padding: 30px 20px;
	}
}

@media (max-width: 768px) {
	.wholesale_catalog .index-catalog {
		grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	}

	.wholesale_top {
		align-items: center;
		flex-direction: column-reverse;
		padding: 0 0 40px 0;
	}

	.wholesale_top_right img {
		width: 330px;
		height: 261px;
		transform: translate(-30px, 30px);
	}

	.wholesale_top_right {
		width: 322px;
		height: 273px;
		margin-left: 30px;
	}

	.wholesale_top_left_title {
		font-size: 24px;
		text-align: start;
	}

	.wholesale_top_left_text {
		margin-top: 35px;
		margin-bottom: 40px;
		display: flex;
		align-items: flex-start;
	}

	.wholesale_top_left_text svg {
		margin-top: 15px;
	}

	.wholesale_top_left_text span {
		font-size: 18px;
	}

	.wholesale_conditions_box {
		grid-template-columns: repeat(1, 1fr);
	}

	.wholesale_conditions_item h4 {
		font-size: 16px;
		max-width: 270px;
	}

	.wholesale_question {
		flex-direction: column;
	}

	.wholesale_question_img {
		width: 100%;
		height: 500px;
	}

	.wholesale_feedback {
		width: 100%;
		padding: 30px;
	}

	.wholesale_question .wholesale_feedback legend {
		font-size: 20px !important;
	}

	.wholesale_catalog .index-catalog .wholesale_catalog_box4,
	.wholesale_catalog .index-catalog .wholesale_catalog_box1 {
		grid-row: none;
		height: 340px !important;
	}

	.wholesale_catalog .index-catalog .wholesale_catalog_box4 img,
	.wholesale_catalog .index-catalog .wholesale_catalog_box1 img {
		height: 250px !important;
	}

	.wholesale_advantages_item {
		gap: 10px;
	}
}

@media (max-width: 550px) {
	.index-catalog .index-catalog__card a {
		gap: 32px;
	}

	.wholesale_catalog .index-catalog {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	.wholesale_catalog .index-catalog .index-catalog__card a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wholesale_catalog_card_margin {
		height: 109px !important;
		width: 133px !important;
	}

	.wholesale_catalog .index-catalog .index-catalog__card {
		height: 280px;
		width: 170px;
		margin: 0;
	}

	.wholesale_catalog .index-catalog .wholesale_catalog_box4,
	.wholesale_catalog .index-catalog .wholesale_catalog_box1 {
		height: 280px !important;
	}

	.wholesale_catalog .index-catalog .wholesale_catalog_box1 a img {
		width: 103px !important;
		height: 203px !important;
	}

	.wholesale_catalog .index-catalog .wholesale_catalog_box4 a img {
		width: 129px !important;
		height: 212px !important;
	}
}

@media (max-width: 480px) {
	.wholesale_catalog .index-catalog {
		grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
		justify-content: center;
		gap: 8px;
	}

	.wholesale_catalog .index-catalog .index-catalog__title {
		font-size: 15px;
	}

	.wholesale_question_img_mob {
		display: flex;
	}
}

/*** Delivery-Payment */
/* .delivery, */
.payment-delivery {
	padding: 20px 5px 0;
}

.delivery {
	padding-bottom: 20px;
}

/* .payment .delivery__block, */
.delivery {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 50px;
}

/* .delivery .delivery__block {
	width: 660px;
} */
/* .delivery .delivery__block, */
/* .payment .delivery__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

} */
.payment .delivery__item,
.delivery .delivery__item {
	padding-top: 20px;
	/* width: 660px; */
}

.delivery .delivery__item {
	/* padding-top: 20px; */
	width: 660px;
}

/* .payment .delivery__item {
	width: auto;
} */
.delivery .delivery__item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 20px;
}

/* .payment .delivery__item:first-child {
	height: 50px;
} */
.delivery .delivery__icon,
.payment .delivery__icon {
	padding: 13px;
	min-width: 150px;
	width: 150px;
	min-height: 150px;
	height: 150px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.delivery .delivery__icon img,
.payment .delivery__icon img {
	width: 100%;
}

.payment-delivery .payment-delivery__sub,
.delivery .delivery__text,
.payment .delivery__text {
	font-size: 15px;
	line-height: 24px;
	color: #646872;
}

.delivery .delivery__text strong,
.payment .delivery__text strong {
	font-size: 15px;
	line-height: 24px;
	color: var(--color-dark);
}

.delivery .delivery__text p,
.payment .delivery__text p {
	margin-top: 8px;
}

.delivery .delivery__text .sr-circle-left-list+p {
	margin-top: 0;
}

.payment .delivery__text p.delivery__text-m {
	margin-top: 0px;
	margin-bottom: 20px;
}

.delivery .delivery__text .sr-circle-left-list:last-child,
.payment .delivery__text .sr-circle-left-list:last-child {
	margin-top: 0px;
}

.delivery .delivery__text .sr-circle-left-item,
.payment .delivery__text .sr-circle-left-item {
	position: relative;
}

/* .delivery .delivery__text .sr-circle-left-item:before,
.payment .delivery__text .sr-circle-left-item:before {
	top: 10px;
} */
@media (max-width: 1439px) {

	/* .payment .delivery__item, */
	.delivery .delivery__item {
		width: 540px;
	}
}

@media (max-width: 1200px) {

	/* .payment .delivery__item, */
	.delivery .delivery__item {
		width: 440px;
	}
}

@media (max-width: 992px) {

	/* .payment .delivery__item, */
	.delivery .delivery__item {
		width: 330px;
	}

	.delivery .delivery__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.delivery .delivery__icon,
	.payment .delivery__icon {
		padding-top: 7px;
		padding-bottom: 7px;
		min-height: 35px;
		height: 35px;
	}
}

@media (max-width: 768px) {

	/* .payment .delivery__block, */
	.delivery {
		display: block;
	}

	.payment .delivery__item,
	.delivery .delivery__item {
		width: 100%;
	}
}

@media (max-width: 448px) {}

.accordion .delivery {
	padding-bottom: 0;
	display: block;
}

.accordion .delivery .delivery__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.accordion .delivery .delivery__icon {
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 35px;
	height: 35px;
}

.accordion .delivery .delivery__item {
	padding-top: 30px;
	width: 100%;
}

.accordion .delivery .delivery__item-first:first-child {
	padding-top: 0;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.pagination {
	margin: 0 0 74px;
	padding: 0;
	text-align: center;
}

.pagination li {
	margin: 0 4px;
	font-size: 14px;
	line-height: 120%;
}

.pagination li.active {
	/* margin: 0; */
	color: var(--color-dark);
	/* border-radius: 50%; */
	border: 1px solid var(--color-dark);
}

.pagination .next,
.pagination .prev {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

.pagination li:first-child,
.pagination li:last-child {
	margin: 0 21px;
}

.pagination li,
.pagination li a {
	width: 24px;
	height: 24px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination li a:hover {
	border: 1px solid #d2d4d8;
}

.pagination .next:after,
.pagination .prev:after {
	content: "";
	width: 19px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination .prev:after {
	background: url(../images/shop-catalog/arrow-prev.svg) no-repeat;
}

.pagination .next:after {
	background: url(../images/shop-catalog/arrow-next.svg) no-repeat;
}

/* .pagination .prev:after {
	background-position: 0-15px;
} */
/* .pagination .next:after {
	background-position: -7px -15px;
} */
/* .pagination .next.disabled:after {
	background-position: -7px 0;
}
.pagination .prev.disabled:after {
	background-position: 0 0;
} */
.pagination .next.disabled::after,
.pagination .prev.disabled::after {
	opacity: 0.6;
}

/* .pagination .next.disabled:before,
.pagination .prev.disabled:before {
	border-color: #bcbcbc;
}
.pagination .next:hover:before,
.pagination .prev:hover:before {
	width: 34px;
	height: 34px;
	margin: -17px 0 0-17px;
} */
@media (max-width: 768px) {
	.pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.catalog-list .back {
	position: relative;
	display: block;
	width: 240px;
	height: 55px;
	padding: 0 0 0 49px;
	text-decoration: none;
	border: 2px solid #1fcdbe;
	border-radius: 26px;
	font-size: 17px;
	line-height: 54px;
}

.catalog-list .back:hover {
	color: #fff;
	border-color: #0ec9c2;
	background: #0ec9c2;
}

.catalog-list .back:active {
	border-color: #009b92;
	background: #009b92;
}

.catalog-list .back:after,
.catalog-list .back:before {
	position: absolute;
	top: 50%;
	left: 19px;
	width: 22px;
	height: 22px;
	margin: -11px 0 0;
	content: "";
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.catalog-list .back:before {
	opacity: 1;
	background: url(../images/icon_36.png) no-repeat;
}

.catalog-list .back:hover:before {
	margin-left: -3px;
	opacity: 0;
}

.catalog-list .back:after {
	opacity: 0;
	background: url(../images/icon_37.png) no-repeat;
}

.catalog-list .back:hover:after {
	margin-left: -3px;
	opacity: 1;
}

/* PRODUCT Prev */
.product {
	padding: 5px 0 31px;
}

.product .info {
	margin: 0 0 0 373px;
	padding: 3px 0 0;
}

.product .iradio {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 56px;
	height: 35px;
	margin: 0 5px 6px 0;
	padding: 0 16px;
	text-align: center;
	border: 1px solid #cedce2;
	border-radius: 16px;
	font-size: 18px;
	line-height: 35px;
}

.product .iradio input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product .iradio.hover {
	border-color: #07b4a5;
}

.product .iradio.checked {
	color: #fff;
	border-color: #07b4a5;
	background: #07b4a5;
}

.product .col .iradio:nth-child(7) {
	margin-right: 0;
}

.product .row {
	padding: 0 0 19px;
}

.product .col:after,
.product .row:after {
	display: block;
	clear: both;
	content: "";
}

.product .gallery {
	float: left;
	width: 350px;
	margin: 0 23px 0 0;
}

.product .gallery .paging {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product .gallery .slideshow {
	position: relative;
	overflow: hidden;
	width: 290px;
	height: 425px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product .gallery .slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product .price {
	display: block;
	padding: 0 0 8px;
	font-size: 35px;
	line-height: 40px;
}

.product label {
	float: left;
	width: 95px;
	line-height: 37px;
}

.product .row:last-child label {
	margin: 10px 0 0;
}

.product .col {
	margin: 0 0 0 95px;
}

.product .col .more {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 7px 0 12px;
}

.product .col .more a,
.product .note {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.product .col .more a {
	text-decoration: none;
	line-height: 20px;
}

#fast-view .more-about-size a:after,
.product .col .more a:after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	content: "";
	border-bottom: 1px dashed #717171;
}

.product .note {
	top: 9px;
	clear: both;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 220px;
	height: 50px;
	margin: 0 0 20px 1px;
	padding: 0 25px 0 22px;
	color: #777;
	border: 1px solid #b4c5cc;
	-webkit-box-shadow: 0 5px 15px 0 rgba(23, 23, 23, 0.15);
	box-shadow: 0 5px 15px 0 rgba(23, 23, 23, 0.15);
	font-size: 14px;
	line-height: 50px;
}

.product .note span {
	position: absolute;
	top: -7px;
	left: 0;
	width: 12px;
	height: 7px;
	background: url(../images/arrow_01.png) no-repeat;
}

.product input[type="submit"] {
	float: left;
	width: 190px;
	height: 55px;
	padding: 3px 0 0 79px;
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 26px;
	background: #ff2d40 url(../images/icon_38.png) no-repeat 50px 17px;
	font-size: 17px;
	line-height: 55px;
}

.product .count {
	float: left;
	overflow: hidden;
	margin: 10px 10px 0 0;
}

.count .minus {
	float: left;
	overflow: hidden;
	width: 36px;
	height: 35px;
	text-decoration: none;
	text-indent: -9999px;
	border: 1px solid #cedce2;
	border-radius: 15px 0 0 15px;
	background: url(../images/icon_39.png) no-repeat 50% 50%;
}

.product form {
	margin: 0 0 13px;
}

#fast-view .bx_item_detail .item_buttons_quantity input,
.count input {
	float: left;
	width: 44px;
	height: 35px;
	padding: 0;
	text-align: center;
	color: #222;
	border: 0;
	background: #cedce2;
	line-height: 35px;
}

.count .minus,
.count .plus,
.order .iradio.checked:after,
.order .iradio:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.count .plus {
	float: left;
	overflow: hidden;
	width: 36px;
	height: 35px;
	text-decoration: none;
	text-indent: -9999px;
	border: 1px solid #cedce2;
	border-radius: 0 15px 15px 0;
	background: url(../images/icon_40.png) no-repeat 50% 50%;
}

.count .minus:hover,
.count .plus:hover {
	border-color: #07b4a5;
}

.count .minus:active,
.count .plus:active {
	border-color: #07b4a5;
	background-color: #07b4a5;
}

.product .info h3 {
	margin: 0 0 15px;
	text-transform: uppercase;
	/* font: 18px/25px "MyriadProBold", Arial, sans-serif; */
}

#favorite {
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/bg_favorite.jpg) no-repeat 50% 50% / cover;
}

/* #favorite h2 {
	margin: 0 0 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
} */
#favorite .ul li {
	width: 280px;
	margin: 0 20px 0 0;
}

#favorite .ul {
	margin: 0-20px 0 0;
}

.order .iradio {
	padding: 0 0 0 23px;
}

.order .iradio.checked:after,
.order .iradio:before {
	position: absolute;
	content: "";
	border-radius: 50%;
}

.order .iradio:before {
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #d0dee3;
}

.order .iradio.checked:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #07b4a5;
}

.order {
	padding: 5px 0 0;
}

.order .row ul {
	margin: 0;
	padding: 0 0 0 29px;
	list-style: none;
	line-height: 18px;
}

.order .row ul li {
	margin: 0 0 12px;
}

.order table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}

.order table td {
	padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #cedce2;
}

.order table td:nth-child(1) {
	width: 101px;
	min-height: 100px;
	vertical-align: middle;
}

.order table td:nth-child(2) {
	width: auto;
	padding: 6px 0 0;
	vertical-align: middle;
}

.order table td:nth-child(3) {
	width: 17%;
	padding-bottom: 25px;
}

.order table td.custom,
.order table td:nth-child(4) {
	width: 17%;
}

.order table td:nth-child(2) a {
	margin: 0 0 0 19px;
}

.order table td+td+td {
	padding: 23px 0 0;
}

.order table label {
	text-align: center;
}

.order table .count {
	float: none;
	overflow: hidden;
	width: 116px;
	margin: 0 auto;
	padding: 1px 0 0;
}

.order table strong {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.order .row {
	overflow: hidden;
	margin: 0 0 45px;
	padding: 44px 0 33px;
	border: solid #cedce2;
	border-width: 1px 0;
}

.order h3 {
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #00a795;
	/* font: 18px/25px "MyriadProBold", Arial, sans-serif; */
}

.order .row h3 {
	margin: 0 0 14px;
}

.order .row .col {
	float: left;
	width: 428px;
}

.order .cell .col+.col,
.order .row .col+.col {
	float: right;
}

.order .cell {
	overflow: hidden;
	margin: 0 0 24px;
	padding: 0 8px 0 2px;
}

.order .cell .col {
	float: left;
	width: 420px;
}

.order .cell label,
.order table label {
	display: block;
	margin: 0 0 1px;
	color: #777;
}

.order .cell input[type="text"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 0;
	border-radius: 5px;
	background: #d9e4e9;
	line-height: 40px;
}

.order .total {
	float: right;
	width: 420px;
	margin: -5px 8px 0 0;
	padding: 15px 0 0;
}

.order .total span {
	display: inline-block;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
}

.order .total strong {
	display: inline-block;
	font-size: 35px;
	line-height: 30px;
}

.order a.checkout,
.order input[type="submit"] {
	display: inline-block;
	float: right;
	width: 190px;
	height: 55px;
	margin-top: -15px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 26px;
	background: #ff2d40;
	font-size: 17px;
	line-height: 55px;
}

#nav .nav-opener {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #07b4a5;
}

.gallery .next,
.gallery .prev {
	width: 54px;
	height: 54px;
	display: none;

	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
	z-index: 100;
}

.gallery .prev {
	left: -27px;
}

.gallery .next {
	right: -27px;
}

#basket-popup .popup,
#confirm-popup .popup,
.gallery .next:before,
.gallery .prev:before {
	top: 50%;
	left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery .next:before,
.gallery .prev:before {
	position: absolute;
	width: 50px;
	height: 50px;
	margin: -25px 0 0-25px;
	content: "";
	border: 2px solid #222;
	border-radius: 50%;
}

.gallery .next:after,
.gallery .prev:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 16px;
	margin: -8px 0 0-5px;
	content: "";
	background: url(../images/bg_buttons.png) no-repeat;
}

.gallery .prev:after {
	background-position: 0-16px;
}

.gallery .next:after {
	background-position: -10px -16px;
}

.gallery .next.disabled:after {
	background-position: -10px 0;
}

.gallery .prev.disabled:after {
	background-position: 0 0;
}

.gallery .next.disabled:before,
.gallery .prev.disabled:before {
	border-color: #bcbcbc;
}

.gallery .next:hover:before,
.gallery .prev:hover:before {
	width: 54px;
	height: 54px;
	margin: -27px 0 0-27px;
}

.popup-holder,
.popup-holder .bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup-holder {
	z-index: 999;
}

.popup-holder--static {
	position: static;
}

.popup-holder .bg {
	background-color: var(--color-bg-overlay);
}

#basket-popup {
	display: none;
}

#basket-popup[data-basket-popup] .popup {
	overflow-y: auto;
	max-height: 90vh;
}

#basket-popup[data-basket-popup] .popup,
#confirm-popup .popup {
	z-index: 999;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
}

#basket-popup .popup {
	padding: 30px;
	max-width: 730px;
	display: block;
	position: fixed;
}

#basket-popup[data-basket-popup="sr-active"] {
	display: block;
}

#basket-popup[data-basket-popup="sr-active"] .overlay {
	display: block;
}

#confirm-popup .popup {
	position: static;
	max-width: 640px;
	padding: 106px 40px 104px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: #fff url(../images/bg_confirm.png) no-repeat 50% 50%;
}

#confirm-popup .popup--nopadding {
	padding: 0;
}

#confirm-popup .popup--nopadding>div {
	border: 0;
}

.popup-holder .close,
.sr-popup .close {
	position: absolute;
	top: 15px;
	right: 15px;
	overflow: hidden;
	width: 24px;
	height: 24px;
	z-index: 9999;
}

#basket-popup .popup-slider {
	padding-top: 40px;
}

.sr-popup .sr-close {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	z-index: 9999;
	text-indent: -9999px;
	background: url(../images/sr-close.svg) no-repeat;
}

.popup-holder .close:hover,
.sr-popup .close:hover {
	cursor: pointer;
	opacity: 0.5;
}

#basket-popup .basket-popup-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 15px;
}

#basket-popup .basket-popup-header strong,
#confirm-popup strong {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

#basket-popup .basket-popup-header strong,
#confirm-popup strong,
#basket-popup .basket-popup-product-name {
	font-weight: 500;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	color: #2c2c33;
}

#basket-popup .basket-popup-header,
#confirm-popup strong {
	margin-bottom: 15px;
}

#basket-popup p {
	margin: 0 0 20px;
	line-height: 30px;
}

#confirm-popup p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 30px;
}

#basket-popup .basket-popup-product {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	text-align: left;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* gap: 40px; */
	gap: 20px;
}

#basket-popup .basket-popup-product-left {
	width: 115px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}

#basket-popup .basket-popup-product-left img {
	/* display: block; */
	min-width: 100%;
	/* width: 100%; */
	height: auto;
	/* max-height: 300px !important;
	border: 1px solid #e0eaea;
	backface-visibility: hidden; */
}

#basket-popup .basket-popup-product-info {
	/* width: 150px; */
	width: 350px;
}

#basket-popup .basket-popup-product-name {
	/* display: inline; */
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
}

#basket-popup .basket-popup-product-right {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

#basket-popup .basket-popup-product-price,
#basket-popup .basket-popup-product-total-price,
#basket-popup .basket-popup-product-right input {
	font-weight: 500;
	text-align: center;
}

#basket-popup .basket-popup-product-price,
#basket-popup .basket-popup-product-total-price {
	font-size: 18px;
}

#basket-popup .basket-popup-product-price {
	color: var(--color-dark-blue);
	font-size: 18px;
	font-weight: 500;
}

#basket-popup .basket-popup-product-right input {
	width: 32px;
	height: 32px;
	font-size: 20px;
	border: 1px solid #a5a8b1;
}

#basket-popup .basket-popup-product-count {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 5px;
}

#basket-popup [data-basket-popup-minus],
#basket-popup [data-basket-popup-plus] {
	width: 24px;
	height: 24px;
	-webkit-transition: 0ms;
	-o-transition: 0ms;
	transition: 0ms;
}

#basket-popup [data-basket-popup-minus] {
	background: url("/local/templates/tm_medstyle_9/images/shop-catalog/minus.svg") center/cover no-repeat;
}

#basket-popup [data-basket-popup-plus] {
	background: url("/local/templates/tm_medstyle_9/images/shop-catalog/plus.svg") center/cover no-repeat;
}

#basket-popup .basket-popup-product-btns .btn-custom {
	padding: 12px 80px;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

#basket-popup .basket-popup-product-btns .sr-basket-popup-continue {
	border: 1px solid var(--color-dark);
}

#basket-popup .basket-popup-product-btns .btn-custom.btn-custom-fill {
	margin-right: 14px;
}

#basket-popup .btn_order {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-decoration: underline;
	color: #2b2b2b;
	font-size: 17px;
}

#basket-popup .btn_resume {
	/* height: 1px; */
	opacity: 0;
}

#basket-popup .btn_resume:hover {
	text-decoration: none;
}

#basket-popup .btn_order {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 265px;
	height: 55px;
	margin: 0 4px;
	padding: 0 49px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 26px;
	background: #ff2d40;
	line-height: 59px;
}

.basket-popup-slider #popular .container {
	max-width: 540px !important;
}

.basket-popup-slider #popular .slider__title {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.42px;
}

.basket-popup-slider #popular .bx-wrapper {
	padding-top: 26px;
	max-width: 660px !important;
}

.basket-popup-slider #popular .bx-viewport {
	height: 460px !important;
}

.basket-popup-slider #popular .slider__list {
	padding: 0;
	width: 660px;
	/* height: 550px; */
}

.basket-popup-slider #popular .bx-controls .sr-next {
	right: -100px;
}

.basket-popup-slider #popular .bx-controls .sr-prev {
	left: -40px;
}

.basket-popup-slider #popular .card-product .card-product__header,
.basket-popup-slider #popular .card-product .card-product__footer {
	width: 150px;
}

.basket-popup-slider #popular .card-product .card-product__header {
	height: 300px;
}

.basket-popup-slider #popular .card-product .card-product__title {
	font-size: 11.25px;
	line-height: 15px;
}

/* .basket-popup-slider #popular .card-product .btn-custom {
    padding: 8px 20px;
} */
.basket-popup-slider #popular .card-product .btn-custom-fill {
	padding: 6px 15px;
	font-size: 9.75px;
	/* font-weight: 400; */
	line-height: 18px;
	letter-spacing: 0.292px;
}

.main-page-seo-text {
	margin-top: -50px;
	margin-bottom: 100px;
	padding: 100px 20px;
	background-color: #fff;
}

@media (max-width: 767px) {
	#basket-popup[data-basket-popup] .popup {
		/* padding: 30px; */
		max-width: 360px;
	}

	#basket-popup .basket-popup-product-left {
		width: 100%;
	}

	#basket-popup .basket-popup-product-info {
		width: 100%;
	}

	#basket-popup .basket-popup-product-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		/* gap: 20px; */
	}

	#basket-popup .basket-popup-product-btns {
		width: 100%;
	}

	#basket-popup .basket-popup-product-btns .btn-custom {
		width: 100%;
		padding: 12px 0;
		display: inline-block;
		text-align: center;
	}

	#basket-popup .basket-popup-product-btns .btn-custom.btn-custom-fill {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.main-page-seo-text {
		padding: 80px 20px 50px;
	}
}

.main-page-seo-text__wrapper {
	width: 1180px;
	margin: 0 auto;
}

@media (max-width: 1220px) {
	.main-page-seo-text__wrapper {
		width: 980px;
	}
}

@media (max-width: 1023px) {
	.main-page-seo-text__wrapper {
		width: 750px;
	}
}

@media (max-width: 767px) {
	.main-page-seo-text__wrapper {
		width: 100%;
		text-align: center;
	}
}

.read-more-btn {
	display: inline-block;
	width: 130px;
	height: 45px;
	margin: 5px 7px 0 0;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 26px;
	background: #07b4a5;
	font-size: 15px;
	line-height: 50px;
}

.read-more-hidden-text {
	display: none;
}

.b24-widget-button-openline_livechat {
	display: none !important;
}

#nav-icon4 {
	position: relative;
	width: 55px;
	height: 55px;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#nav-icon4 span {
	position: absolute;
	left: 50%;
	display: block;
	width: 70%;
	height: 3px;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-ms-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
	opacity: 1;
	border-radius: 9px;
	background: #fff;
}

#nav-icon4 span:nth-child(1),
#nav-icon4 span:nth-child(2),
#nav-icon4 span:nth-child(3) {
	top: 10px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2),
#nav-icon4 span:nth-child(3) {
	top: 18px;
}

#nav-icon4 span:nth-child(3) {
	top: 26px;
}

#nav-icon4 .nav-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	opacity: 1;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.js-catalog-menu-opened #nav-icon4 .nav-title {
	opacity: 0;
}

.js-catalog-menu-opened #nav-icon4 {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #3f3f3f;
}

.js-catalog-menu-opened #nav-icon4 span:nth-child(1) {
	top: 10px;
	left: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.js-catalog-menu-opened #nav-icon4 span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.js-catalog-menu-opened #nav-icon4 span:nth-child(3) {
	top: 38px;
	left: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* .header__phone {
	display: block;
	margin: 0;
	color: #000;
	text-decoration: none;
} */
#cloud-zoom-big,
#wrap {
	z-index: 300 !important;
}

#wrap .mousetrap {
	width: 100% !important;
	height: auto !important;
	z-index: 331 !important;
}

.item-discount span.discount-mark {
	position: absolute;
	top: -1px;
	left: -1px;
	display: inline-block;
	height: auto;
	padding: 2px 10px;
	color: #fff;
	border-bottom-right-radius: 6px;
	background-color: #ff2d40;
	font-size: 17px;
	font-weight: 700;
}

/* .items strong.item-old-price {
	margin-bottom: 0;
	text-decoration: line-through;
	opacity: 0.4;
	font-size: 20px;
} */
.js-scroll-to-top {
	position: fixed;
	left: 40px;
	bottom: 30px;
	display: none;
	overflow: hidden;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	text-align: center;
	color: #3d4245;
	/* background: #fff; */
	background: #343331;
	/* border: 2px solid; */
	border-color: #1fb4a5;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	opacity: 0.8;
	z-index: 900;
}

.js-scroll-to-top:hover {
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	border-color: #fff;
	/* background: #1fb4a5;*/
	background: #25aa9d;
}

.js-scroll-to-top::before {
	position: absolute;
	top: 22px;
	left: 18px;
	display: block;
	width: 14px;
	height: 14px;
	content: "";
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/* border-top: 3px solid #3d4245;
	border-right: 3px solid #3d4245; */
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

/* .js-scroll-to-top:hover::before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
} */
@media (max-width: 768px) {
	.js-scroll-to-top {
		/* right: 22px; */
		/* bottom: 128px; */
		bottom: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
	}

	.js-scroll-to-top::before {
		top: 18px;
		left: 14px;
		width: 10px;
		height: 10px;
	}
}

.sr-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px 0 rgba(23, 23, 23, 0.15);
	box-shadow: 0 5px 15px 0 rgba(23, 23, 23, 0.15);
}

.sr-dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-dropdown-menu a {
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
	text-decoration: none;
	opacity: 1;
	background-color: #fff;
}

.sr-dropdown-menu a:hover,
.sr-dropdown-menu li.active a {
	color: #fff;
	background-color: #07b4a5;
}

.sr-dropdown-menu a:active {
	opacity: 0.6;
}

.header__catalog-dropdown {
	position: absolute;
	top: 0;
	left: 20px;
}

.header__panel-phone {
	position: absolute;
	top: 10px;
	right: 340px;
	display: none;
}

.header__panel-phone-link {
	display: inline-block;
	padding: 5px 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	opacity: 1;
	color: #fff;
	border-radius: 50px;
	background-color: #07b4a5;
	font-size: 23px;
}

.header__panel-phone-link:hover {
	opacity: 0.8;
}

.header__panel-phone-link:active {
	opacity: 0.6;
}

.header__catalog-dropdown {
	display: none;
}

.header__catalog-dropdown:hover .sr-dropdown-menu {
	display: block;
	-webkit-animation: fadeIn;

	animation: fadeIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.sr-dropdown-toggle {
	display: inline-block;
	height: 55px;
	padding: 5px 20px;
	cursor: pointer;
	text-transform: uppercase;
	opacity: 1;
	color: #fff;
	border: 0;
	background-color: #08b5a5;
	font-size: 18px;
	font-weight: 700;
}

.header__catalog-dropdown:hover .sr-dropdown-toggle {
	color: #08b5a5;
	background-color: #fff;
}

.sr-dropdown-toggle:active {
	opacity: 0.8;
}

.sr-dropdown-toggle .fa {
	margin-right: 10px;
}

.panel.js-fixed {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 55px;
	-webkit-animation: fadeIn;
	animation: fadeIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-box-shadow: 0-2px 6px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0-2px 6px 3px rgba(0, 0, 0, 0.2);
}

.panel.js-fixed .header__catalog-dropdown,
.panel.js-fixed .header__panel-phone {
	display: block;
}

.panel.js-fixed .js-btn-message,
.panel.js-fixed .js-btn-recall {
	display: none;
}

.panel.js-fixed .header-search {
	left: 245px;
}

@media (max-width: 1220px) {
	.panel.js-fixed .header-search {
		left: 200px;
	}

	.header__panel-phone {
		right: 300px;
	}
}

@media (max-width: 768px) {

	.header__catalog-dropdown,
	.header__panel-phone {
		display: none;
	}
}

.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}

.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
}

.r-tabs .r-tabs-panel {
	display: none;
	padding: 15px;
}

.r-tabs .r-tabs-accordion-title {
	display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

.sr-tabs .r-tabs-nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sr-tabs .r-tabs-anchor {
	display: inline-block;
	padding: 10px 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	color: #3f3f3f;
	border: 1px solid #cedce2;
	background-color: rgba(233, 240, 242, 0.5);
	font-size: 16px;
}

.sr-tabs .r-tabs-tab:not(:last-child) .r-tabs-anchor {
	border-right: none;
}

.sr-tabs .r-tabs-anchor:hover {
	color: #fff;
	border: 1px solid #079283;
	background-color: #079283;
}

.sr-tabs .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
	border: 1px solid #07b4a5;
	background-color: #07b4a5;
}

.sr-tabs .r-tabs-panel {
	padding: 15px 0;
}

@media only screen and (max-width: 768px) {
	.r-tabs .r-tabs-nav {
		display: none !important;
	}

	.r-tabs .r-tabs-accordion-title {
		display: block;
		margin-top: -1px;
	}

	.sr-tabs .r-tabs-anchor {
		display: block;
	}

	.sr-tabs .r-tabs-panel {
		padding: 10px;
		border: 1px solid #08b5a5;
	}

	.sr-tabs .notes-list .icon {
		float: none;
	}
}

.sr-promo .items .sr-item-pic {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.sr-promo--light {
	background-color: #fff !important;
}

.sr-promo--light .items li>a,
.sr-promo--light .items li>div {
	background: #e4eeed;
}

@media (max-width: 768px) {
	.sr-promo {
		padding: 60px 0 !important;
	}

	/* #popular .items {
		height: 400px;
		padding: 0 !important;
	} */
	.sr-promo .items li,
	.sr-promo .items li>a,
	.sr-promo .items li>div {
		height: 400px;
	}

	/* #popular .bx-viewport {
		height: 400px !important;
	} */
	/* .sr-promo h2 {
		margin-bottom: 20px !important;
		padding-right: 10px !important;
		padding-left: 10px !important;
		font-size: 20px !important;
		line-height: 25px !important;
	} */
}

.page--basket .sr-footer .links,
.page--order .sr-footer .links,
.page--shop .sr-footer .links {
	display: none;
}

.page--basket .sr-footer,
.page--order .sr-footer,
.page--shop .sr-footer {
	padding-top: 50px;
}

.sr-order-wrap {
	width: 85%;
	margin-bottom: 50px;
}

@media (max-width: 1220px) {
	.sr-order-wrap {
		width: 100%;
	}
}

.sr-banner * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sr-banner__inner {
	position: relative;
	height: 600px;
}

.sr-banner__bg-holder {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/medstyle_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%auto;
}

.sr-banner__bg-holder::before {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, rgba(255, 255, 255, 0)),
			color-stop(71%, #d7e7f4),
			color-stop(79%, #b6d2eb),
			color-stop(90%, #afe0f3),
			to(#a8ecfb));
	background: -o-linear-gradient(top,
			rgba(255, 255, 255, 0) 0,
			#d7e7f4 71%,
			#b6d2eb 79%,
			#afe0f3 90%,
			#a8ecfb 100%);
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0,
			#d7e7f4 71%,
			#b6d2eb 79%,
			#afe0f3 90%,
			#a8ecfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a8ecfb', GradientType=0);
}

.sr-banner__container .holder {
	height: 100%;
}

.sr-banner__promo-pic {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 390px;
	height: 700px;
	background-image: url(../images/medstyle_banner_sub-pic_crop.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.sr-banner__header {
	padding-top: 40px;
}

.sr-banner--holyday .sr-banner__header {
	position: relative;
	top: 30px;
	width: 330px;
	height: 330px;
	background-image: url(../images/medstyle_man_holyday.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sr-banner__footer {
	position: absolute;
	bottom: 140px;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
}

.sr-banner__footer::after,
.sr-banner__footer::before {
	top: 15px;
	height: 1px;
	background-color: #777;
}

.sr-banner__footer::after {
	top: auto;
	bottom: 15px;
}

.sr-banner__action-btn {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 20px 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	text-decoration: none;
	opacity: 1;
	color: inherit;
	border: 5px solid #ff2d40;
	border-radius: 10px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}

.sr-banner__action-btn:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	opacity: 0.8;
}

.sr-banner__action-btn:active {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	opacity: 0.6;
}

.sr-banner__action-text {
	font-size: 24px;
	line-height: 1.4;
}

.sr-banner__promo-item {
	width: 235px;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.73);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.73);
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 767px) {
	.sr-wide-wrap {
		display: block;
	}

	.sr-banner__inner {
		height: auto;
	}

	.sr-banner__container {
		position: static;
	}

	.sr-banner__header {
		display: none;
	}

	.sr-banner--holyday .sr-banner__header {
		position: static;
		display: block;
		width: 100%;
		height: 370px;
		margin: 20px auto;
	}

	.sr-banner__footer {
		position: static;
		bottom: 60px;
		padding-right: 10px;
		padding-left: 10px;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.sr-banner--holyday .sr-banner__footer {
		display: none;
	}

	.sr-banner__promo-pic {
		background: 0 0;
	}

	.sr-banner__action-btn {
		font-size: 22px;
		line-height: 1.4;
	}

	.sr-banner__action-text {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 17px;
	}
}

.product-menu .menu {
	margin: 0 !important;
}

#fast-view {
	display: none;
}

#fast-view .popup {
	max-width: 730px;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow-y: auto;
	background-color: #fff;
}

#fast-view .popup-content {
	max-width: 710px;
	padding: 30px;
	max-height: 90vh;
	position: relative;
}

#basket-popup .popup-content {
	position: relative;
}

#fast-view .bx_item_detail .bx_item_detail_size .bx_size_scroller_container {
	position: relative;
}

#fast-view .bx_item_detail .bx_item_detail_size .bx_size {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

#fast-view .bx_bigimages img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.sr-buy-control-mod {
	display: none;
}

.item_info_section--quantity {
	display: none;
}

.sr-city-change {
	display: inline-block;
	min-width: 200px;
	height: 39px;
	padding: 6px 50px 6px 10px;
	vertical-align: top;
	color: #07b4a5;
	border: 1px solid #07b4a5;
	border-radius: 19px;
	background-color: #fff;
	font-size: 17px;
}

.sr-city-change.js-active {
	border-bottom: 1px solid transparent;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.sr-city-change,
.sr-city-change * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sr-city-change__btn {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 39px;
	height: 39px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	line-height: 39px;
}

.sr-city-change__btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

.sr-city-change.js-active .sr-city-change__btn svg {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.sr-city-change__list {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: -1px;
	display: none;
	overflow: hidden;
	width: calc(100% + 2px);
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	border: 1px solid #07b4a5;
	border-bottom-right-radius: 19px;
	border-bottom-left-radius: 19px;
	background-color: #fff;
}

.sr-city-change.js-active .sr-city-change__list {
	display: block;
	border-top: 1px solid transparent;
}

.sr-city-change__link {
	display: block;
	padding: 2px 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	color: #333;
	background-color: transparent;
}

.sr-city-change__link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #07b4a5;
}

#promo .promo-slider li .instagram.workflow .text {
	max-width: 485px;
	background-color: rgba(255, 255, 255, 0.75);
}

#promo .promo-slider li .instagram.workflow .text .title .sr-banner-title {
	font-size: 40px;
	line-height: 44px;
}

.foot,
.head2 {
	text-transform: uppercase;
}

.head2 {
	padding-bottom: 35px;
	text-align: center;
	font-family: "proxima_nova_rgbold", Arial, sans-serif;
	font-size: 1.8vw !important;
	font-weight: 700;
}

.foot {
	margin: 0 0 4px;
	color: #fff;
	font: 18px/30px "proxima_nova_rgbold", Arial, sans-serif;
}

.hover .sr-placeholder label,
.hover .sr-placeholder span {
	color: transparent !important;
}

@media screen and (max-width: 767px) {
	.feedback.feedback-message .field-wrap:nth-child(4) {
		position: relative;
		width: 100%;
	}
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

#cookie_notification {
	position: fixed;
	bottom: 15px;
	left: 50%;
	display: none;
	width: 950px;
	max-width: 90%;
	padding: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: end;
	z-index: 9999999999;
}

#cookie_notification p {
	margin: 0;
	text-align: left;
	color: #000;
	/* font-size: 0.7rem; */
	font-size: 12px;
	line-height: 1.5;
}

@media (min-width: 576px) {
	#cookie_notification.show {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	}

	.cookie_accept {
		margin: 0 0 0 25px;
	}
}

@media (max-width: 575px) {
	#cookie_notification.show {
		display: block;
		text-align: left;
	}

	.cookie_accept {
		margin: 10px 0 0;
	}
}

/* *********************** Ruslan *************************! */
.main {
	padding-top: 149px;
}

.main .main__shop-body {
	/* padding: 0 5px; */
	padding: 109px 5px 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 80px;
	position: relative;
}

.main .main__shop-body .breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
}

.main .sidebar {
	padding: 10px 0 24px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	gap: 10px;
}

.main .filter-sect,
.main .sidebar__subcategories {
	width: 250px;
}

/* .main .filter-sect, */
.main .main__shop-product {
	padding-bottom: 100px;
}

.main .main__shop-product .sidebar__subcategories {
	width: 268px;
}

.main .sidebar__categories-close.btn-custom {
	width: 43px;
	height: 43px;
	display: none;
	position: absolute;
	left: 29px;
	top: 18px;
}

.main .sidebar .sidebar__list-categories {
	padding: 16px 0 17px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.main .main__shop-body #back {
	display: none;
}

.main .main__shop-product #back {
	display: block;
}

.main .main__shop-body #list {
	display: block;
}

.main .main__shop-product #list {
	display: none;
}

.main .sidebar .sidebar__category {
	padding: 12px 0;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0;
}

.main .sidebar .sidebar__category-link {
	padding: 12px 0;
	/* font-size: 12px;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0; */
}

.main .sidebar .sidebar__category-link:hover {
	opacity: 0.5;
	/* font-size: 12px;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0; */
}

.main .main__shop-body .main__buttons-panel,
.main .main__shop-body .main__title {
	/* padding: 20px 0;
	font-size: 20px;
	line-height: 25px; */
	position: absolute;
	top: 52px;
}

.main .main__shop-body .main__buttons-panel {
	right: 5px;
}

.main .main__shop-body .filter-btn,
.main .main__shop-body .category-btn {
	display: none;
	border: none;
}

.main .main__shop-body .main__title {
	padding: 20px 5px;
	left: 0;
}

/* .main .main__shop-body .main__sort {

} */
/* .main .main__title,
.main .filter-sect__title,
.main .filter-sect__subtitle {
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
} */
.main .main__shop-body .main__title.main__title-sort {
	padding: 0;
	position: static;
}

.main .main__shop-body .main__sort {
	padding: 16px 0 17px;
	width: 240px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 10px;
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

.main .main__shop-body .main__arrows {
	height: 24px;
}

.main .main__shop-body .main__catalog {
	padding-top: 25px;
	/* padding-left: 78px; */
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1439px) {
	.main .main__shop-body .main__catalog {
		padding-left: 5px;
	}
}

@media (max-width: 1200px) {
	.main .main__shop-body {
		padding: 109px 0 0;
		gap: 21px;
	}

	.main .filter-sect,
	.main .sidebar__subcategories {
		width: 210px;
		padding: 0;
	}

	.main .main__shop-product .sidebar__subcategories {
		width: 210px;
		/* padding: 0; */
	}

	.main .main__shop-body .main__catalog {
		padding-left: 0;
	}
}

@media (max-width: 992px) {
	.main .main__shop-body {
		gap: 18px;
	}

	/* .main .main__shop-product .sidebar__subcategories {
		width: 250px;
	} */
	.main .filter-sect,
	.main .sidebar__subcategories {
		width: 220px;
		/* padding: 0; */
	}

	.main .main__shop-product .sidebar__subcategories {
		width: 220px;
		/* padding: 0; */
	}

	.bx_filter .btn-custom-fill+.btn-custom {
		margin-left: 0px;
		/* padding: 8px 14.5px; */
	}
}

@media (max-width: 768px) {
	.main {
		padding-top: 160px;
	}

	.breadcrumbs {
		display: none;
	}

	.main .main__shop-body {
		padding: 62px 0 0;
		display: block;
	}

	.main .main__shop-body .main__catalog {
		margin-top: 38px;
	}

	.main .main__shop-product {
		padding: 0;
	}

	.main .main__catalog li {
		width: 50%;
	}

	.main .main__shop-body .main__buttons-panel {
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 38px;
	}

	.main .main__shop-body .filter-btn,
	.main .main__shop-body .category-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main .main__shop-body .filter-btn,
	.main .main__shop-body .category-btn,
	.main .main__shop-body .main__sort {
		padding: 7px 0;
		gap: 5px;
	}

	.main .main__shop-body .filter-btn {
		width: 80px;
	}

	.main .main__shop-body .main__sort {
		width: 98px;
		border-bottom: none;
	}

	.main .main__shop-body .main__sort svg {
		min-width: 24px;
	}

	.main .main__shop-body .main__title {
		width: 100%;
		text-align: center;
		top: 0;
		/* left: 50%; */
		/* transform: translateX(-50%); */
	}

	.main .main__shop-body .main__title.main__title-sort {
		position: static;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* .main .filter-sect,
	.main .sidebar__subcategories {
	} */
	.main .sidebar__subcategories,
	.main .filter-sect {
		width: 440px;
		height: 100vh;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	.main .sidebar__categories-content,
	.main .filter-sect .filter-sect__content {
		padding: 32px 30px 32px 80px;
		width: 440px;
		height: 100%;
		/* display: none; */
		position: fixed;
		/* top: 0;
		left: 0; */
		background: #ffffff;
		overflow-y: auto;
		z-index: 1000;
	}

	.main .sidebar__subcategories[data-sidebar-subcategory="sr-active"],
	.main .filter-sect[data-sidebar-filter="sr-active"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main .sidebar {
		padding: 0;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		width: 72%;
		gap: 0px;
	}

	.main .main__shop-product .sidebar {
		display: none;
	}

	.main .sidebar__categories-close.btn-custom {
		display: block;
	}

	.main .sidebar__categories-close.btn-custom:hover {
		opacity: 0.5;
	}

	.main .sidebar .sidebar__list-categories {
		border-bottom: none;
	}

	.main .main__shop-body .main__sort,
	.main .main__shop-body .main__title.main__title-sort,
	.filter-sect__title {
		font-size: 10px;
		line-height: 13px;
		font-weight: 500;
	}

	.main .sidebar .sidebar__list-categories,
	.main .main__shop-body .main__sort {
		padding: 7px 0;
	}

	.main .main__shop-body .main__buttons-panel {
		top: 62px;
		right: 0px;
	}

	.filter-sect__funnel,
	.sidebar__list-icon {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 480px) {

	.main .sidebar__subcategories,
	.main .filter-sect {
		width: 350px;
	}

	.main .sidebar__categories-content,
	.main .filter-sect .filter-sect__content {
		width: 350px;
	}

	.main .sidebar {
		width: 67%;
	}

	.main .main__shop-body .main__title {
		text-align: center;
		width: 100%;
	}

	.main .main__shop-body .main__buttons-panel {
		gap: inherit;
	}

	.main .main__shop-body .main__title.main__title-sort {
		width: 74px;
	}
}

/**********! Product-Info **********/
/* .product-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px;
} */
.product-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
	align-items: center;
}

.product-info.product-info-popup {
	gap: 30px;
}

.product-info .slider {
	width: 525px;
	height: 774px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.product-info .slider.slider-popup {
	width: 300px;
	height: 442px;
}

.product-info .slider.slider-popup .bx_bigimages_imgcontainer {
	width: 100%;
	height: 100%;
}

.product-info .slider.slider-popup .bx_bigimages_aligner {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* .product-info .slider__controls {
	padding: 0 5px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	z-index: -2;
} */
.product-info .slider__arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	z-index: 999;
}

.product-info .slider__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-info .slider__arrow.slider__arrow-left {
	left: 5px;
}

.product-info .slider__arrow.slider__arrow-right {
	right: 5px;
}

.product-info .product-info__image img {
	width: 100%;
	/* height: 774px; */
}

.product-info .product-info__detail {
	width: 456.66px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	/* align-items: flex-start; */
	gap: 30px;
}

.product-info .product-info__detail.product-info__detail-popup {
	width: 320px;
	gap: 20px;
}

.product-info .product-info__content,
.product-info .product-info__content-body {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	gap: 16px;
}

.product-info .product-info__content.product-info__content-popup,
.product-info .product-info__content-body.product-info__content-body-popup {
	gap: 5px;
}

.product-info .product-info__content-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

/* .product-info .product-info__label {

} */
.product-info h1 {
	padding-bottom: 8px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
}

.product-info .product-info__article {
	font-size: 12px;
	line-height: 16px;
	color: #a5a8b1;
}

.product-info .product-info__price {
	min-width: 80px;
	text-align: end;
	width: fit-content;
	padding: 10px 20px;
	border: 1px solid var(--color-dark);
	cursor: pointer;
}

.product-info .title.title-popup-prod {
	font-size: 18px;
}

.product-info .product-info__content-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-info .bx_item_detail_size,
.product-info .product-info__size {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.product-info .bx_item_detail_size {
	gap: 10px;
}

.product-info .product-info__size {
	gap: 5px;
}

.product-info .bx_item_detail_size:first-child,
.product-info .bx_item_detail_size:last-child,
.product-info .product-info__size:first-child,
.product-info .product-info__size:last-child {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

/* .product-info .product-info__size {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
} */
.product-info .product-info__block {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* gap: 10px;
	order: 1; */
}

.product-info .product-info__block li:hover {
	color: #ffffff;
	background: #999998;
	border: 1px solid #999998;
}

.product-info .product-info__block li.bx_active,
.product-info .product-info__block li.bx_active:hover {
	color: #ffffff;
	background: #343331;
	border: 1px solid #343331;
}

.product-info .product-info__razmer_obuvi-popup,
.product-info .product-info__razmer_odezhdy-popup,
.product-info .product-info__rost-popup,
.product-info .product-info__razmer_obuvi,
.product-info .product-info__razmer_odezhdy,
.product-info .product-info__rost {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.product-info .product-info__razmer_obuvi,
.product-info .product-info__razmer_odezhdy,
.product-info .product-info__rost {
	gap: 16px;
}

.product-info .product-info__razmer_obuvi ul,
.product-info .product-info__razmer_odezhdy ul,
.product-info .product-info__rost ul,
.product-info .product-info__tkani ul,
.product-info .product-info__razmer_obuvi-popup ul,
.product-info .product-info__razmer_odezhdy-popup ul,
.product-info .product-info__rost-popup ul,
.product-info .product-info__tkani-popup ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-info .product-info__razmer_obuvi ul,
.product-info .product-info__razmer_odezhdy ul,
.product-info .product-info__rost ul,
.product-info .product-info__tkani ul {
	gap: 10px;
}

.product-info .product-info__razmer_obuvi-popup ul,
.product-info .product-info__razmer_odezhdy-popup ul,
.product-info .product-info__rost-popup ul,
.product-info .product-info__tkani-popup ul {
	gap: 1px;
}

.product-info .product-info__razmer_obuvi-popup ul li,
.product-info .product-info__razmer_odezhdy-popup ul li,
.product-info .product-info__rost-popup ul li,
.product-info .product-info__razmer_obuvi ul li,
.product-info .product-info__razmer_odezhdy ul li,
.product-info .product-info__rost ul li {
	/* padding: 8px 16px; */
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	color: #343331;
	border: 1px solid #343331;
	cursor: pointer;
}

/* .product-info .product-info__razmer_obuvi-popup ul li,
.product-info .product-info__razmer_odezhdy-popup ul li, */
.product-info .product-info__razmer_obuvi ul li,
.product-info .product-info__razmer_odezhdy ul li {
	/* padding: 8px 16px; */
	width: 50px;
	height: 40px;
}

.product-info .product-info__rost ul li {
	/* padding: 8px 16px; */
	width: 90px;
	height: 40px;
	/* font-size: 16px; */
}

.product-info .product-info__razmer_obuvi-popup ul li,
.product-info .product-info__razmer_obuvi ul li,
.product-info .product-info__razmer_odezhdy-popup ul li,
.product-info .product-info__rost-popup ul li {
	padding: 1px 4px;
	font-size: 12px;
}

.product-info .product-info__tkani ul li>span,
.product-info .product-info__tkani-popup ul li>span {
	padding: 6px 8px 6px 12px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #343331;
}

.product-info .product-info__block .product-info__tkani li,
.product-info .product-info__block .product-info__tkani-popup li {
	position: relative;
	color: inherit;
	background: inherit;
	border: none;
}

.product-info .product-info__block .product-info__tkani li .product-info__icon,
.product-info .product-info__block .product-info__tkani-popup li .product-info__icon {
	display: none;
}

.product-info .product-info__block .product-info__tkani li.bx_active .product-info__icon,
.product-info .product-info__block .product-info__tkani-popup li.bx_active .product-info__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-info .product-info__block .product-info__tkani li:hover,
.product-info .product-info__block .product-info__tkani-popup li:hover {
	color: inherit;
	background: inherit;
	border: none;
}

.product-info .product-info__block .product-info__tkani li>span,
.product-info .product-info__block .product-info__tkani-popup li>span {
	color: #343331;
	background: #fff;
	border: 1px solid #343331;
	cursor: pointer;
}

.product-info .product-info__block .product-info__tkani li.bx_active>span,
.product-info .product-info__block .product-info__tkani-popup li.bx_active>span {
	color: #ffffff;
	background: #343331;
}

.product-info .product-info__block .product-info__tkani li>span:hover,
.product-info .product-info__block .product-info__tkani-popup li>span:hover {
	color: #ffffff;
	background: #999998;
	border: 1px solid #999998;
}

.product-info .product-info__block .product-info__tkani li.bx_active:hover,
.product-info .product-info__block .product-info__tkani-popup li.bx_active:hover {
	color: inherit;
	background: inherit;
	border: none;
}

.product-info .product-info__block .product-info__tkani li.bx_active>span:hover,
.product-info .product-info__block .product-info__tkani-popup li.bx_active>span:hover {
	color: #ffffff;
	background: #343331;
	border: 1px solid #343331;
}

/* .product-info .product-info__tkani li.bx_active:hover > span + .offer-note,
.produ */
.product-info .product-info__tkani li.bx_active:hover>span+.offer-note,
.product-info .product-info__tkani-popup li.bx_active:hover>span+.offer-note {
	display: inline-block;
}

.product-info .product-info__tkani .product-info__icon,
.product-info .product-info__tkani-popup .product-info__icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
}

/* .offer-note::before,
.offer-note::after {
	content: "";
	clear: both;
	display: block;
} */
.product-info .offer-note {
	width: max-content;
	display: none;
	position: absolute;
	top: 40px;
	/* left: 0 !important; */
	vertical-align: top;
	/*margin: 9px 0 0 1px;*/
	/* margin-right: 5px;
	margin-bottom: 6px; */
	/*min-height: 50px;*/
	/*padding: 0 25px 0 22px;*/
	padding: 7px 10px;
	/* -webkit-box-sizing: border-box;
	box-sizing: border-box; */
	font-size: 14px;
	/*line-height: 50px;*/
	line-height: 1.4;
	color: #777;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(23, 23, 23, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(23, 23, 23, 0.15);
	border: 1px solid #b4c5cc;
}

/* .product-info .bx_item_detail_size ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
} */
/* .product-info .product-info__check {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
} */
/* .product-info .product-info__check input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
} */
/* .product-info .product-info__check span {
	padding: 8px 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #343331;
	border: 1px solid #343331;
} */

/* .product-info .product-info__check span.product-info__check-size {
	min-width: 51px;
}
.product-info .product-info__check span.product-info__check-height {
	width: 86px;
} */
.product-info .product-info__check.disabled span {
	color: #d3cec5;

	background: #ffffff;
	border: 1px solid #d3cec5;
}

.product-info .product-info__check input:checked+span {
	color: #ffffff;
	background: #343331;
}

/* .product-info .product-info__check input + span.product-info__chick-size {
	width: 51px;
} */

.product-info .product-info__girth {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 24px;
}

.product-info .product-info__girth-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	/* font-size: 12px;
	line-height: 24px; */
}

.product-info .product-info__girth svg {
	margin-right: 16px;
}

.product-info .product-info__girth span {
	color: #646872;
}

.product-info .btn-custom-info svg {
	width: 18px;
	height: 18px;
}

.product-info .product-info__table-size {
	text-decoration-line: underline;
}

.product-info .product-info__descr {
	font-size: 13px;
	line-height: 24px;
}

.product-info .product-info__divider {
	width: 100%;
	height: 1px;
	background: #a5a8b1;
}

.product-info .product-info__buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	/* gap: 43px; */
}

.sr-popup .product-info .product-info__buttons {
	margin-top: 20px;
	padding: 13px 0;
}

.product-info .product-info__button-add {
	padding: 8px 50px;
	/* color: #fff;
	background: #978e7d;
	border: 1px solid #978e7d; */
}

.product-info .product-info__button-like {
	width: 32px;
	height: 32px;
}

[data-like-toggle] svg path {
	fill: #ffffff;
	stroke: var(--color-dark);
}

[data-like-toggle="sr-active"] svg path {
	fill: #17aa9d;
	stroke: #17aa9d;
}

/* .product-info .product-info__button-like[data-like="no-like"] svg path {
	fill: #ffffff;
	stroke: black;
} */
.product-info .product-info__buttons .btn-custom-link {
	/* width: 150px; */
	line-height: 14px;
	white-space: wrap;
}

.product-info .product-info__buttons .btn-custom-link.btn-custom-link-mod::before {
	width: 73%;
	top: 14px;
}

.product-info .product-info__buttons .btn-custom-link::before {
	width: 100%;
	top: 14px;
}

.product-info .product-info__buttons .btn-custom-link-mod::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 28px;
	background: var(--color-dark);
}

.product-info .product-info__button-text {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.36px;
	text-decoration-line: underline;
	text-transform: uppercase;
}

.product-info .product-info__basket {
	padding-top: 16px;
}

/* .product-info .product-info__basket h2 {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0.2px;
} */
.product-info .product-info__in-basket {
	padding: 16px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-info .product-info__in-basket a {
	text-decoration: underline;
}

.product-info .product-info__in-basket .btn-custom-link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
}

.product-info .product-info__quantity {
	width: 32px;
	height: 32px;
}

.product-info .product-info__popup-quantity {
	width: 24px;
	height: 24px;
}

.product-info .product-info__quantity,
.product-info .product-info__popup-quantity {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.product-info .product-info__popup-quantity input,
.product-info .product-info__quantity input {
	width: 65%;
	position: absolute;
	line-height: 100%;
	text-align: center;
}

.product-info .product-info__quantity input {
	top: 10px;
	font-size: 12px;
}

.product-info .product-info__popup-quantity input {
	top: 8px;
	font-size: 10px;
}

.product-info .product-info__item {
	padding: 5px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #f0f0f0;
}

.product-info .product-info__item.product-info__item-total {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.product-info .product-info__item-buttons,
.product-info .product-info__item-wrapper {
	/* padding: 5px 0; */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
}

.product-info .product-info__item-wrapper {
	gap: 15px;
}

.product-info .product-info__item-buttons {
	gap: 5px;
}

.product-info .product-info__item-params {
	font-size: 12px;
	line-height: 16px;
	color: var(--color-dark);
}

.product-info .product-info__wrapper-cost {
	width: 65px;
}

.product-info .product-info__wrapper-cost input {
	font-size: 14px;
	line-height: 26px;
	text-align: right;
}

/* .product-info .product-info__item-cost,
.product-info .product-info__total-cost {
} */
/* .product-info .product-info__item-cost input,
.product-info .product-info__total-cost input { */
/* width: auto; */
/* padding: 0 5px; */
/* text-align: center; */
/* font-size: 14px;
	line-height: 26px;
	font-weight: 400; */
/* } */
.product-info .product-info__total-cost {
	font-weight: 500;
}

/* .product-info .product-info__basket button[data-product-minus],
.product-info .product-info__basket button[data-product-plus] {
	width: 24px;
	height: 24px; */
/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center; */
/* position: relative;
} */
/* .product-info .product-info__basket [data-product-minus]::before,
.product-info .product-info__basket [data-product-plus]::before {
	content: "";
	width: 17px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000000;
} */
/* .product-info .product-info__basket [data-product-plus]::after {
	content: "";
	width: 1px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000000;
} */
@media (max-width: 1439px) {

	/* .product-info .product-info__tkani li,
	.product-info .product-info__tkani-popup li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 1px;
	} */
	.product-info .offer-note {
		/* width: 100%; */
		/* position: relative; */
		top: 0;
		/* left: 0; */
		/* right: -100%; */
	}

	.product-info {
		gap: 40px;
	}

	.product-info .slider {
		width: 430px;
		height: 645px;
	}

	.product-info .product-info__detail {
		width: 350px;
		/* gap: 30px; */
	}

	/* .product-info .product-info__buttons {
		gap: 15px;
	} */
	.product-info .product-info__button-add {
		padding: 8px 25px;
	}
}

@media (max-width: 1200px) {
	.product-info {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}

	.product-info .slider {
		width: 350px;
		height: 533px;
	}

	.product-info .product-info__detail {
		width: 325px;
		/* gap: 30px; */
	}

	.product-info .product-info__button-add {
		padding: 8px 20px;
	}
}

@media (max-width: 992px) {

	.product-info .product-info__tkani li,
	.product-info .product-info__tkani-popup li {
		display: block;
	}

	.product-info .offer-note {
		/* width: max-content; */
		/* position: absolute; */
		top: 40px;
		/* left: 0 !important; */
		/* right: -100%; */
	}

	.product-info {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.product-info.product-info-popup {
		-ms-flex-direction: row;
		flex-direction: row;
		/* gap: 30px; */
	}

	.product-info .slider {
		width: 415px;
		max-height: 622px;
		height: auto;
	}

	.product-info .product-info__detail {
		width: 415px;
		/* gap: 30px; */
	}

	/* .product-info .product-info__buttons {
		gap: 48px;
	} */
	.product-info .product-info__button-add {
		padding: 8px 25px;
	}
}

@media (max-width: 768px) {
	#fast-view .popup {
		max-width: 440px;
	}

	.product-info.product-info-popup {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.product-info .slider {
		width: 440px;
		max-height: 660px;
	}

	.product-info .product-info__detail {
		width: 440px;
	}

	.product-info .slider.slider-popup {
		width: 100%;
		height: 550px;
	}

	.product-info .product-info__detail.product-info__detail-popup {
		width: 100%;
	}
}

@media (max-width: 480px) {

	.product-info .product-info__tkani li,
	.product-info .product-info__tkani-popup li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 1px;
	}

	.product-info .offer-note {
		/* position: relative; */
		top: 0;
		/* left: 0; */
	}

	.product-info {
		/* padding-top: 485px; */
		gap: 20px;
	}

	.product-info .slider.slider-popup {
		height: 600px;
		position: relative;
	}

	.product-info .slider.slider-popup .bx_bigimages {
		height: 100%;
	}

	.product-info .slider.slider-popup .bx_bigimages .bx_bigimages_aligner img {
		height: 100% !important;
	}

	.product-info .slider {
		/* margin-left: -17%;
		width: 135%;
		height: auto; */
		width: 100%;
		/* max-height: auto; */
		height: auto;
		/* padding-top: 109px; */
		position: absolute;
		left: 0;
		/* top: 0;
		right: 0; */
	}

	.product-info .product-info__detail {
		/* padding: 0 5px; */
		width: 360px;
	}

	/* .product-info .product-info__buttons {
		gap: 15px;
	} */
	.sr-slider-controls {
		top: calc(50% + 60px);
	}
}

/******* Card-Product ********/
.sr-card-prod {
	position: relative;
}

.sr-card-prod .sr-btn-favorites {
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 1;
}

.card-product {
	padding: 1.5px 10px 74.3px;
	display: block;
}

.card-product.card-product-in-basket {
	padding-bottom: 82.3px;
}

.card-product .card-product__header,
.card-product .card-product__footer {
	width: 240px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.card-product .card-product__header {
	height: 330px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.card-product .card-product__header.card-product__header-shoes {
	height: 200px;
}

.card-product .card-product__header picture img {
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
}

.card-product .card-product__heart {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/* [data-like-toggle="sr-active"] svg path {
	fill: #17aa9d;
	stroke: #17aa9d;
} */
.card-product .card-product__footer {
	padding: 13px 7.5px 0;
	/* width: 220px; */
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 5px;
}

.card-product .card-product__title {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.card-product .card-product__info p {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

.card-product .card-product__costs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 9px;
}

.card-product .card-product__cost {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 9px;
	font-size: 15px;
	font-weight: 500;
}

.card-product .card-product__old-price {
	font-size: 12px;
	font-weight: 300;
	text-decoration: line-through;
}

.card-product .card-product__sale {
	color: #17aa9d;
	font-size: 15px;
	font-weight: 500;
}

.card-product .card-product__cost,
.card-product .card-product__old-price,
.card-product .card-product__sale {
	line-height: 24px;
}

/* .card-product .card-product__btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
} */
.card-product .card-product__bag {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.card-product [data-add-in-basket="sr-active"] .card-product__bag {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.card-product .card-product__count {
	position: absolute;
	top: 6px;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	color: var(--color-dark);
}

/* .card-product.card-product-in-basket .card-product__buttons button { */
.card-product [data-add-in-basket="sr-active"] .card-product__btn {
	display: none;
}

.card-product .card-product__buttons .btn {
	padding: 8px 20px;
}

.card-product .fast-view-btn-mobile.btn-custom {
	bottom: 81px;
	display: none;
	min-width: 0;
	padding: 12px 10px;
}

@media (max-width: 1439px) {

	.card-product .card-product__header,
	.card-product .card-product__footer {
		width: 245px;
	}

	.card-product .card-product__header.card-product__header-shoes {
		height: 180px;
	}
}

@media (max-width: 1200px) {

	.card-product .card-product__header,
	.card-product .card-product__footer {
		width: 215px;
	}

	.card-product .card-product__header.card-product__header-shoes {
		height: 170px;
	}
}

@media (max-width: 992px) {

	.card-product .card-product__header,
	.card-product .card-product__footer {
		width: 220px;
	}

	/* .card-product .card-product__header.card-product__header-shoes {
		height: 155px;
	} */
}

@media (max-width: 768px) {
	.card-product .card-product__header {
		width: 200px;
		height: 270px;
		/* height: 247.5px; */
	}

	.card-product .card-product__header.card-product__header-shoes {
		height: 155px;
	}

	.card-product .card-product__footer {
		font-size: 9.25px;
		line-height: 10px;
		padding: 9.75px 0px 0;
		width: 200px;
	}

	.card-product .card-product__title {
		font-size: 11.25px;
		line-height: 15px;
	}

	.card-product .btn-custom {
		font-size: 9.75px;
		line-height: 18px;
		letter-spacing: 0.292px;
	}

	.card-product .btn-custom-fill {
		padding: 8px 15px;
	}
}

@media (max-width: 480px) {
	.card-product .card-product__header {
		width: 160px;
		height: 250px;
	}

	.card-product .card-product__header.card-product__header-shoes {
		height: 130px;
	}

	.card-product .card-product__footer {
		padding: 9.75px 0px 0;
		width: 160px;
	}
}

@media (max-width: 389px) {
	.header .header__logo {
		width: 110px;
		/* height: 25px; */
	}

	.header .header__logo svg {
		height: 30px;
		width: 110px;
	}

	.header .header__icons {
		width: 120px;
		gap: 5px;
	}

	.header .header__icons-item {
		width: 20px;
		height: 20px;
	}

	.header .header__icons-item svg {
		width: 20px;
		height: 20px;
	}

	.header .basket .basket__quantity {
		line-height: 12px;
		font-size: 10px;
	}

	.card-product {
		padding: 1.5px 7px 60px;
	}

	.card-product .card-product__header,
	.card-product .card-product__footer {
		/* width: 150px; */
		width: 100%;
	}

	.card-product .card-product__header {
		height: auto;
	}

	.card-product .card-product__header.card-product__header-shoes {
		height: 32vw;
	}

	.card-product .card-product__buttons {
		width: 100%;
		max-width: 145px;
	}

	.card-product .btn-custom {
		font-size: 9px;
		line-height: 16px;
	}

	.card-product .btn-custom-fill {
		padding: 8px 10px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/********* About *********/
.sr-about {
	padding-bottom: 50px;
}

.sr-about .sr-about__content {
	padding-top: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}

.sr-about .sr-about__description,
.sr-about .sr-about__clients {
	width: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.sr-about .sr-about__text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.sr-about .sr-about__text h2,
.sr-about .sr-about__text p {
	font-size: 15px;
	line-height: 24px;
}

.sr-about .sr-about__text p {
	color: #646872;
}

.sr-about .sr-about__partners {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.sr-about .sr-about__item {
	width: 150px;
	height: 150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
}

/* .sr-about .sr-about__item img {
	width: 100px;
} */
@media (max-width: 1439px) {
	.sr-about .sr-about__item {
		width: 166px;
		height: 166px;
	}
}

@media (max-width: 1200px) {
	.sr-about .sr-about__item {
		width: 135px;
		height: 135px;
	}
}

@media (max-width: 992px) {
	.sr-about .sr-about__item {
		width: 154px;
		height: 154px;
	}
}

@media (max-width: 768px) {
	.sr-about h1 {
		text-align: center;
	}

	.sr-about .sr-about__content {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.sr-about .sr-about__description,
	.sr-about .sr-about__clients {
		width: 100%;
	}

	.sr-about .sr-about__item {
		width: 130px;
		height: 130px;
	}
}

@media (max-width: 480px) {
	.sr-about .sr-about__partners {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sr-about .sr-about__item {
		width: 150px;
		height: 150px;
	}
}

/* Footer */
.footer {
	padding: 70px 0 60px;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #f0f0f0;
}

.footer .footer__top {
	padding: 0 0 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 892px;
}

.footer .footer__top-left {
	max-width: 570px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .footer__icons {
	width: 202px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.footer .footer__logo {
	height: 43px;
}

.footer_menu__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer_menu__list li a:hover {
	opacity: 0.7;
}

.footer .footer__social-icon {
	width: 42px;
	height: 42px;
	border: 1px solid transparent;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

.footer .footer__social-icon:hover {
	border: 1px solid #25aa9d;
	background: #25aa9d;
	transition: all 0.3s;
}

.footer .footer__social-icon svg path {
	transition: stroke 0.3s;
}

.footer .footer__social-icon:hover svg path {
	stroke: #fff;
	transition: stroke 0.3s;
}

.footer .footer__list,
.footer .footer__info,
.footer .footer__about,
.contacts-info .shops-info,
.footer .shops-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.contacts-info .shops-info {
	gap: 10px;
}

.footer .footer__social {
	padding: 0 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	padding-left: 41px;
}

.footer .footer__info span,
.footer .footer__about span,
.footer .shops-info span {
	line-height: 24px;
	letter-spacing: 0.39px;
	text-transform: uppercase;
}

.footer .footer__contacts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* .footer .footer__list {
}
.footer .footer__list-item {
} */
.footer .footer__list-item link {
	font-size: 14.766px;
	/* font-weight: 400; */
	line-height: 18px;
}

.footer .shops-info__shops {
	width: 411px;
}

.contacts-info .shops-info__shop,
.footer .shops-info__shop {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.contacts-info .shops-info__descr,
.footer .shops-info__descr {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;

	gap: 10px;
}

.footer .footer__bot {
	padding: 20px;
	line-height: 18px;
	border-top: 1px solid #f0f0f0;
}

.footer .footer__wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-moz-box-align: end;
	align-items: end;
}

.footer .footer__wrap .footer__wrap {
	width: 218.55px;
}

.footer .footer__yandex {
	height: 18px;
}

@media (max-width: 1439px) {
	.footer .footer__top {
		max-width: 775px;
	}

	.footer .footer__top-left {
		width: 720px;
	}

	.footer .footer__shops {
		width: 310px;
	}

	.footer .footer__wrap .footer__wrap {
		width: 218.55px;
	}

	.footer .footer__yandex {
		height: 18px;
	}
}

@media (max-width: 1200px) {
	.footer .footer__top {
		max-width: 620px;
	}

	.footer .footer__top-left {
		width: 445px;
	}
}

@media (max-width: 992px) {
	.footer_menu__list {
		align-items: center;
	}

	.footer .footer__top,
	.footer .footer__top-left {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer .footer__top,
	.footer .footer__top-left,
	.footer .footer__list,
	.footer .footer__info,
	.footer .shops-info__shop,
	.footer .footer__contacts,
	.footer .footer__about,
	.contacts-info .shops-info,
	.footer .shops-info,
	.footer .container>.footer__wrap,
	.footer .footer__bot .footer__wrap {
		-ms-flex-align: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		align-items: center;
	}

	.footer .footer__top-left {
		width: 290px;
	}

	.footer .footer__top,
	.footer .footer__top-left {
		gap: 40px;
	}

	.footer .footer__social,
	.footer .shops-info>span,
	.footer .footer__wrap .footer__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .footer__social-icon.phone,
	.footer .footer__social-icon.envelope {
		display: none;
	}

	.footer .shops-info__shop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.footer .shops-info>span {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer .shops-info__descr {
		text-align: center;
	}

	.footer .footer__wrap .footer__wrap {
		width: 100%;
		gap: 66px;
	}

	.footer .container>.footer__wrap,
	.footer .footer__bot .footer__wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

/* @media (max-width: 768px) {
} */
@media (max-width: 480px) {
	.footer {
		padding: 30px 0 60px;
	}
}

.main .sidebar__subcategories[data-sidebar-subcategory="sr-active"] .overlay,
.main .filter-sect[data-sidebar-filter="sr-active"] .overlay {
	display: block;
}

/* ********************************* */
.related {
	padding: 50px 33px 0;
	display: none;
}

.related .related__title {
	padding-bottom: 35px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.related .related__slider {
	position: relative;
}

.related .related__left,
.related .related__right {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #bcbcbc;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.related .related__left {
	left: 0;
}

.related .related__right {
	right: 0;
}

.related .related__right svg {
	transform: rotate(180deg);
}

.related .related__left:hover,
.related .related__right:hover {
	border: 1px solid #2c2c33;
}

.related .related__left:hover svg path,
.related .related__right:hover svg path {
	stroke: black;
}

.related .related__content {
	padding: 25px 170px 0;
	width: 1200px;
}

/* .related .related__list {
}
.related .related__item {
} */
.popup-size .popup-size__container h2,
.popup-size .popup-size__woman span,
.popup-size .popup-size__man span {
	/* color: var(--base-color); */
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.popup-size .popup-size__content,
.popup-size .popup-size__wrap-imgs,
.popup-size .popup-size__description {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.popup-size .popup-size__content {
	padding: 15px 0;
	gap: 30px;
}

.popup-size .popup-size__woman span,
.popup-size .popup-size__man span {
	font-size: 26px;
}

.popup-size .popup-size__wrap-imgs {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 35px;
}

.popup-size .popup-size__description {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	font-size: 12px;
	line-height: 18px;
	color: #646872;
}

.popup-size .popup-size__description-breast,
.popup-size .popup-size__description-femur {
	max-width: 196px;
}

@media (max-width: 768px) {
	.popup-size .popup-size__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.popup-size .popup-size__description {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.popup-size .popup-size__description-breast,
	.popup-size .popup-size__description-femur {
		/* max-width: 50%; */
		max-width: 47%;
	}

	.popup-size .popup-size__icon-table {
		width: 60%;
	}

	.popup-size .popup-size__icon-person {
		width: 35%;
	}
}

@media (max-width: 480px) {

	.popup-size .popup-size__description-breast,
	.popup-size .popup-size__description-femur {
		max-width: 44%;
	}

	/* .popup-size .popup-size__wrap-imgs {
		gap: 25px;
	} */
}

/* ------------OPT-------------------- */
.sr-opt-content {
	max-width: 1910px;
	width: 100%;
	margin: 0 auto;
}

.sr-opt-banner-top {
	position: relative;
	min-height: 692px;
	padding: 92px 938px 79px 104px;
	overflow: hidden;
}

.sr-opt-bg {
	background-color: var(--color-beige);
}

.sr-opt-banner-top>img {
	position: absolute;
	right: 44px;
	bottom: -256px;
}

.sr-opt-banner-info>a {
	margin-top: 60px;
	margin-left: 34px;
	position: relative;
	z-index: 2;
}

.sr-opt-banner-info>h1 {
	color: var(--color-dark);
	font-family: var(--font-third);
	font-size: 70px;
	line-height: 122.082%;
}

.sr-opt-banner-info-list {
	margin-top: 37px;
	padding-left: 29px;
	position: relative;
}

.sr-opt-banner-info-list>li {
	color: var(--color-dark);
	font-family: var(--font-fourth);
	font-size: 30px;
	line-height: 144%;
	mix-blend-mode: multiply; 
	z-index: 2;
}

.sr-opt-banner-info-list>li::before {
	content: '\2022';
	position: absolute;
	left: 3px;
}

.sr-opt-link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
	border: 1px solid var(--color-dark);
	background: var(--color-white);
	color: var(--color-dark);
	font-family: var(--font-fourth);
	font-size: 30px;
	line-height: 144%;
	width: fit-content;
	padding: 19px 121px 18px 96px;
	transition: all 0.3s;
}

.sr-opt-link:hover {
	background-color: var(--color-aqua);
	color: var(--color-white);
	border-color: var(--color-aqua);
}

.sr-opt-info {
	background-color: var(--color-white);
	padding: 88px 84px 90px 179px;
	display: -ms-grid;
	display: -webkit-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(412px, 1fr));
	row-gap: 57px;
}

.sr-opt-info>p {
	color: var(--color-dark);
	font-size: 30px;
	line-height: 122.082%;
	max-width: 438px;
	width: 100%;
	font-family: var(--font-fifth);
}

.sr-opt-conditions-bg {
	background-color: var(--color-gray);
}

.sr-opt-sut-title {
	color: var(--color-dark);
	font-family: var(--font-fifth);
	font-size: 40px;
	line-height: 122.082%;
	padding: 76px 56px 0 91px;
}

.sr-opt-conditions-grid {
	display: -ms-grid;
	display: -webkit-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(382px, 1fr));
	column-gap: 65px;
	row-gap: 60px;
	padding: 76px 56px 126px 133px;
}

.sr-opt-conditions-item-box {
	border-radius: 20px;
	border: 1px solid var(--color-dark);
	background: var(--color-white);
	padding: 34px 44px 36px 53px;
	min-height: 255px;
}

.sr-opt-client-item-number {
	color: var(--color-dark);
	font-family: var(--font-fifth);
	font-size: 100px;
	font-weight: 700;
	line-height: 153%;
	/* 153px */
}

.sr-opt-conditions-item>p {
	color: var(--color-dark);
	font-family: var(--font-fifth);
	font-size: 30px;
	line-height: 153%;
}

.sr-opt-client-item.sr-opt-conditions-item-box {
	position: relative;
	padding: 30px 20px 38px 110px;
}

.sr-opt-client-item-number {
	position: absolute;
	top: 0;
	left: 27px;
}

.sr-opt-client-item-info {
	display: flex;
	flex-direction: column;
}

.sr-opt-client-item-info {
	color: var(--color-dark);
	font-family: var(--font-fifth);
	font-size: 24px;
	line-height: 153%;
}

.sr-opt-client-item-info>a {
	text-decoration: underline;
}

.sr-opt-client-item-info>a:hover {
	text-decoration: none;
}

.sr-opt-content.wholesale_question {
	padding: 0;
}
.sr-opt-partners-images{
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}
@media(min-width:768px){
	.sr-opt-link:hover {
	background-color: var(--color-aqua);
	color: var(--color-white);
	border-color: var(--color-aqua);
}
}
@media(max-width:1600px) {
	.sr-opt-banner-top {
		padding-right: 700px;
	}

	.sr-opt-banner-top>img {
		right: -100px;
	}
}

@media(max-width:1480px) {
	.sr-opt-info {
		justify-items: center;
	}

	.sr-opt-info,
	.sr-opt-conditions-grid {
		gap: 30px;
	}

	.sr-opt-conditions>h2 {
		margin-left: 0;
	}

	.sr-opt-info,
	.sr-opt-conditions-grid {
		padding: 30px;
	}

	.sr-opt-sut-title {
		padding: 30px;
	}
}

@media(max-width:1440px) {
	.sr-opt-banner-top {
		padding-right: 600px;
	}

	.sr-opt-banner-top>img {
		right: -200px;
	}

}

@media(max-width:768px) {
	.sr-opt-conditions-item {
		padding: 25px;
	}

	.sr-opt-info,
	.sr-opt-conditions-grid {
		grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
	}
	.sr-opt-link:active {
	background-color: var(--color-aqua);
	color: var(--color-white);
	border-color: var(--color-aqua);
}
}

@media(max-width:480px) {
	.sr-opt-conditions-item {
		padding: 25px;
	}
}

/* END */