@import url('https://monro24.by/css/reset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


html, body {
	width: 100%;
	height: auto;
	font-size: 16px;
}

/* BASIC & CONTENT */

body {
	background: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #3A3A3A;
}
body p {
	cursor: default;
}
.wrapper {
	width: 90%;
	max-width: 1320px;
	margin: 0 auto;
	height: auto;
	position: static;
}
a {
	color: #565656;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	color: #3A3A3A;
	cursor: default;
}

h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #3A3A3A;
	cursor: default;
}
h3,h4,h5,h6 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #3A3A3A;
	cursor: default;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
}
.main-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.main-nav__list {
	display: table;
}
.main-nav__item {
	display: table-cell;
	padding: 20px 0;
}
.main-nav__item:first-child,
.main-nav__item:first-child .main-nav__link {
	margin-left: -20px;
}
.main-nav__link {
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;

	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #3A3A3A;
	position: relative;
	z-index: 10;
}
.main-nav__link:hover::after {
	content: '';
	display: inline-block;
	height: 6px;
	margin: 0 auto;
	background-color: #FFD913;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
	animation: highlight 0.6s ease-in-out alternate;
	z-index: -1;
}
@keyframes highlight {
  from {
    left: 50%;
    right: 50%;
  }
  to {
    left: 20px;
    right: 20px;
  }
}
.contacts {
	align-self: flex-end;
}
.contacts .phone {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #3A3A3A;
	text-decoration: none;
}
.contacts .call-order {
	display: block;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	text-decoration-line: underline;
	color: #3A3A3A;
}
section {
	padding: 60px 0;
}
section.light {
	background-color: #E5E5E5;
}
section.dark {
	background-color: #dfd1c6;
}
section h2.title {
	margin-bottom: 44px;
	text-align: center;
	color: #3A3A3A;
}
.highlighted {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.highlighted::after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: -10px;
	right: -10px;
	height: 6px;
	background-color: #FFD913;
	z-index: -1;
}
.marked {
	color: #ffae19;
}
.promo-block {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(250, 205, 0, 0.19);
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
}
.promo-block__btn {
	border: 0;
	outline: 0;
	margin-top: 40px;
	display: inline-block;
	padding: 18px 50px;
	box-sizing: border-box;
	min-width: 420px;
	cursor: pointer;
}
.top {
	padding-top: 90px;
	background-image: url(images/bg-top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 1920px) {
	.top {
		/*background-position: 18vw 0;*/
	}
}
@media (max-width: 1680px) {
	.top {
		/*background-position: 12vw 0;*/
	}
}
@media (max-width: 1440px) {
	.top {
		/*background-position: 6vw 0;*/
	}
}
@media (max-width: 1280px) {
	.top {
/*		background-position: center;
		background-size: cover;*/
	}
}
.top__content {
	width: 70%;
	text-align: left;
}
.title-block {
	padding: 50px 0;
	margin-bottom: 25px;
}
.top__title {
	text-transform: uppercase;
	color: #3A3A3A;
}
.top__subtitle {
	margin: 10px 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 37px;
	color: #3A3A3A;
}
.top__subtitle .highlighted {
	position: relative;
	left: 0;
	display: inline;
}
.top .promo-block {
	width: 480px;
	padding: 30px;
}
.promo-block--pos::before {
	content: "";
	width: 190px;
	height: 190px;
	position: absolute;
	top: -80px;
	right: -99px;
	background-image: url(images/pos-mat.png);
	background-size: contain;
}
.promo-block__title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #3A3A3A;
	text-align: left;
}
.promo-block__subtitle {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A3A;
	text-align: left;
}
.promo-block__btn {
	display: block;
	text-align: center;
	padding: 18px 0;
	background: linear-gradient(180deg, #FFD600 0%, #F1BC00 100%);
	box-shadow: 0px 5px 20px #FFD913;
	border-radius: 15px;
	text-decoration: none;
	margin-top: 30px;

	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}
.promo-block__btn:hover {
	animation: pulsar 0.4s ease-in-out infinite alternate;
}
@keyframes pulsar {
  from {
    text-shadow: none;
  }
  to {
    text-shadow:
    0 0 6px rgba(225,225,225,0.98),
    0 0 30px rgba(225,225,225,0.42),
    0 0 12px rgba(225,225,225,0.58),
    0 0 22px rgba(225,225,225,0.84),
    0 0 38px rgba(225,225,225,0.88),
    0 0 60px rgba(225,225,225,1);
  }
}
.promo-block__btn:active {
	background: linear-gradient(180deg, #FFD600 0%, #F1BC00 100%);
	box-shadow: 0px 5px 20px #FFD913, inset 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
section.about-us {
	padding-top: 90px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	    background-image: linear-gradient(180deg, rgba(43, 43, 43, 0.85) 0%,
	    rgba(43, 43, 43, 0.85) 100%),
	    url(images/bg-about-us.jpg);
}
.about-us .wrapper {
	width: 70%;
}
.about-us h2.title {
	color: #FFD913;
	margin: 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
}
.about-us .sub-title {
	margin: 10px 0 40px 0;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	line-height: 28px;
}
.about-us .about-us__txt p {
	color: #ffffff;
	margin: 20px 0;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.slide__title {
	padding-bottom: 1em;
}

.slider {
	position: relative;
}
.slider__list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.slide__content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider__control {
	position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
}
.swiper-pagination-bullet {
	margin: 3px;
	width: 14px;
	height: 14px;
	background: #FFFADF;
	border: 1px solid #3A3A3A;
	box-sizing: border-box;
	border-radius: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFD913;
}
.slider__arrow--prev {
	left: -35px;
}
.slider__arrow--next {
	right: -35px;
}
.slider__arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	top: 47%;
	top: calc(50% - 30px);
	border: 3px solid #FFD913;
	box-sizing: border-box;
	cursor: pointer;
	/*background-image: url(images/arrow_left.svg);*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 100;
}
.slider__arrow::before {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-55%, -220%) rotate(-45deg);
}
.slider__arrow::after {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-55%, 150%) rotate(45deg);
}
.slider__arrow::hover {

}
.slider__arrow--next {
	right: -70px;
	transform: rotate(180deg);
}
.slider__arrow--prev {
	left: -70px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto;
}
.how-work {
	background-image: url(images/bg-how-work.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.how-work .wrapper {
	width: auto;
	margin: 0 5% 0 50%;
}
.how-work .title.highlighted,
.assortment .title.highlighted,
.question .title.highlighted {
	left: 0;
	transform: translateX(0);
}
.list__item.point {
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
	padding-right: 10px;
}
.point__title {
	margin-bottom: 7px;

	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.point__text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #3A3A3A;
}
.point__num {
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	background: #FFD913;
	box-shadow: 0px 0px 2px #FFD913;
	cursor: default;

	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #ffffff;
	text-align: center;
	line-height: 62px;
}
section.assortment {
	padding: 90px 0;
	text-align: center;
	background-color: #FFD913;
}
.assortment .slider {
	padding: 0 35px;
}
.assortment .slider__item {
	flex: 0 0 18%;
	margin: 0 1%;
}
@media (max-width: 1540px) {
	.assortment .wrapper {
		max-width: 1024px;
	}
	.assortment .slider__item {
		flex: 0 0 23%;
		margin: 0 1%;
	}
}
@media (max-width: 1260px) {
	.assortment .wrapper {
		max-width: 820px;
	}
	.assortment .slider__item {
		flex: 0 0 31%;
		margin: 0 1%;
	}
	.slider__arrow--next {
		right: -40px;
	}
	.slider__arrow--prev {
		left: -40px;
	}
	.main-nav__item:first-child {
		display: none;
	}
}
.assortment .slide__content {
	display: block;
	width: 220px;
	height: auto;
	padding-bottom: 10px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	text-align: left;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.assortment .slide__title {
	padding: 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #3A3A3A;
	text-align: left;
}
.assortment .slide__txt {
	width: 100%;
	position: relative;
	padding: 15px 10px 20px 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.assortment .slide__txt .marked {
	color: #FB0202;
}
.assortment .slide__txt::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.6);
	bottom: -10px;
	z-index: -1;
}
.assortment .slide__subtitle {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #3A3A3A;
}
.assortment .slide__link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.assortment .slide__label {
	position: absolute;
	top: 18px;
	left: -30px;
	width: 114px;
	height: 18px;
	background: #02C065;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	transform: rotate(-45deg);
	z-index: 5;

	font-family: Montserrat;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.assortment .slide__label.slide__label--new {
	background: #02C065;
}
.assortment .slide__label.slide__label--hit {
	background: #FB0202;
}
/*.assortment .slide__content.slide__content--dress {
	background-image: url(images/dress.jpg);
}
.assortment .slide__content.slide__content--suit {
	background-image: url(images/suit.jpg);
}
.assortment .slide__content.slide__content--plussize {
	background-image: url(images/plussize.jpg);
}
.assortment .slide__content.slide__content--coat {
	background-image: url(images/coat.jpg);
}*/
.assortment .slider__arrow {
	border-color: #ffffff;
}

section.best {
	height: 710px;
	padding: 90px 0;
	background-image: url(images/bg-best.jpg);
	background-size: cover;
	background-position:  0 100%;
	background-repeat: no-repeat;
	position: relative;
}
.best .content {
	text-align: left;
}
.best .title {
	text-align: left;
}
.best .title .highlighted {
	left: 0;
	transform: translate(0);
	text-align: left;
}
.best .sub-content {
	position: absolute;
	bottom: 158px;
	left: 40%;
	width: 600px;
	height: 600px;
	background-image: url(images/bg-best-ellipse-big.svg),  url(images/bg-best-ellipse-medium.svg);
	background-size: contain, auto;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
.best .sub-content__item {
	position: absolute;
	width: 300px;
}
.best .sub-content__item.sub-content__item--like {
	padding-right: 104px;
	left: -1%;
	top: 40%;
	transform: translateX(-350px);
	text-align: right;
}
.best .sub-content__item.sub-content__item--hanger {
	padding-right: 104px;
	left: 22%;
	top: 87%;
	transform: translateX(-350px);
	text-align: right;
}
.best .sub-content__item.sub-content__item--piggy {
	width: 250px;
	padding-left: 104px;
	right: 19%;
	top: 79%;
	transform: translateX(350px);
	text-align: left;
}
.best .sub-content__item.sub-content__item--pattern {
	width: 250px;
	padding-left: 104px;
	right: 16%;
	top: 20%;
	transform: translateX(350px);
	text-align: left;
}
.best .sub-content__label {
	position: absolute;
	top: -20%;
	right: 0;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: linear-gradient(180deg, #FFFFFF 0%, #F3F0F0 100%);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.best .sub-content__item--pattern .sub-content__label,
.best .sub-content__item--piggy .sub-content__label {
	left: 0;
}
.best .sub-content__label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 78px;
	height: 78px;
	border-radius: 50%;
}
.best .sub-content__item--like .sub-content__label::after {
	background: url(images/icon-like.svg) 50% 50% no-repeat, linear-gradient(#FFD913 0%, #E7C100 100%);
}
.best .sub-content__item--hanger .sub-content__label::after {
	background: url(images/icon-hanger.svg) 50% 50% no-repeat, linear-gradient(#FFD913 0%, #E7C100 100%);
}
.best .sub-content__item--piggy .sub-content__label::after {
	background: url(images/icon-piggy.svg) 50% 50% no-repeat, linear-gradient(#FFD913 0%, #E7C100 100%);
}
.best .sub-content__item--pattern .sub-content__label::after {
	background: url(images/icon-pattern.svg) 50% 50% no-repeat, linear-gradient(#FFD913 0%, #E7C100 100%);
}
@media (max-width: 1460px) {
	.best .sub-content {
		left: 35%;
	}
}
@media (max-width: 1366px) {
	section.best {
		height: 510px;
	}
	.best .sub-content {
		width: 400px;
		height: 400px;
		background-size: 80%, 60%;
		bottom: 100px;
		left: 40%;
	}
	.best .sub-content__label {
		width: 65px;
		height: 65px;
		top: -10%;
	}
	.best .sub-content .sub-content__label::after {
		width: 60px;
		height: 60px;
		background-size: 80%, 100%;
	}
	.best .sub-content__item.sub-content__item--like {
		padding-right: 85px;
		left: 8%;
		top: 32%;
		transform: translateX(-335px);
		text-align: right;
	}
	.best .sub-content__item.sub-content__item--hanger {
		padding-right: 85px;
		left: 21%;
		top: 75%;
		transform: translateX(-335px);
		text-align: right;
	}
	.best .sub-content__item.sub-content__item--piggy {
		width: 250px;
		padding-left: 85px;
		right: 27%;
		top: 67%;
		transform: translateX(335px);
		text-align: left;
	}
	.best .sub-content__item.sub-content__item--pattern {
		width: 250px;
		padding-left: 85px;
		right: 24%;
		top: 25%;
		transform: translateX(335px);
		text-align: left;
	}
}
@media (max-width: 1100px) {
	.best .sub-content {
		left: 35%;
	}
}
section.features {
	background-color: #ffffff;
}
.features .features__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0;
}
.features .features__item {
	flex: 0 1 17%;
	margin: 2%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
@media (max-width: 1200px) {
	.features .features__item {
		flex: 0 1 22%;
	}
	.features .features__item.features__item--4,
	.features .features__item.features__item--8 {
		display: none;
	}
}
.features .features__title {
	text-align: center;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	color: #3A3A3A;
}
.features .features__img {
	margin-bottom: 10px;
}
section.brands {
	background-color: #FCF8F4;
	padding: 90px;
}
.brands .wrapper {
	width: 85%;
	max-width: 1920px;
}
.brands .slider {
	padding: 0 75px;
	margin-bottom: 30px;
}
.brands .swiper-slide {
	flex: 0 0 auto;
	width: auto;
	margin: 0 3%;
}
@media (max-width: 1366px) {
	.brands .swiper-slide {
		flex: 0 0 21%;
		margin: 0 2%;
	}
}
.brands .slider__arrow {
	border-color: #3A3A3A;
}
.brands .slider__arrow::before,
.brands .slider__arrow::after {
	background-color: #3A3A3A;
}
.brands .brands__txt {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A3A;
}
section.action {
	background-image: linear-gradient(0, rgba(31, 31, 31, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%),
	url(images/bg-action1.jpg);
	background-size: cover;
	background-position: 35% 0;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0;
}
section.action::before,
section.action::after {
	content: "";
	height: 180px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
	background-image: url(images/bow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
section.action::before {
	bottom: unset;
	top: 0;
	transform: translateY(-50%);
}
.action .wrapper {
/*	width: 95%;
	max-width: 1920px;*/
}
.action .content {
/*	width: 60%;
	margin-left: auto;*/
}
.action .title {
	color: #FFD913;
}
.action .offer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-left: 114px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
}
.action .offer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 114px;
	background: #1F1F1F url(images/icon-gift.svg) center no-repeat;
	border-top-left-radius: 20px;
	border-bottom: 20px solid #1F1F1F;
	margin-bottom: -20px;
	z-index: 0;
}
.action .offer__item {
	flex: 1 1 auto;
	padding: 25px 20px;
	text-align: center;
	background-color: #000000;
	box-sizing: border-box;
	border-right: 2px solid #1F1F1F;
}
.action .offer__item:last-child {
	border: 0;
	border-top-right-radius: 20px;
}
.action .offer__img {
}
.action .offer__title {
	font-size: 21px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}
.action .promo-block {
	text-align: center;
	margin: 0 auto;
	width: 80%;
	max-width: 1200px;
	box-shadow: 0px 0px 20px rgba(135, 111, 0, 0.19);
	background-color: #000000;
	border-radius: 20px;
}
/*.action .timer {*/
/*	padding: 15px 30px 12px 30px;*/
/*	background: linear-gradient(108.68deg, #FFE040 0.25%, #FFD913 52.72%, #FCC70E 100%);*/
/*	border-radius: 15px;*/
/*	float: right;*/
/*	margin-left: 30px;*/
/*	margin-bottom: 12px;*/
/*	margin-right: -24px;*/
/*}*/
/*.action .timer__title {*/
/*	font-weight: bold;*/
/*	font-size: 20px;*/
/*	line-height: 24px;*/
/*	text-align: center;*/
/*	color: #3A3A3A;*/
/*}*/
/*.action .timer .timer_in {*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	flex-wrap: nowrap;*/
/*	justify-content: center;*/
/*}*/
/*.action .timer .timer__item {*/
/*	margin: 20px 12px;*/
/*	cursor: default;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: flex-start;*/
/*	align-items: center;*/
/*}*/
/*.action .timer .timer__item .count {*/
/*	position: relative;*/
/*}*/
/*.action .timer .timer__item .count::after,*/
/*.action .timer .timer__item .count::before {*/
/*	content: "";*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	border-radius: 2px;*/
/*	position: absolute;*/
/*	right: -15px;*/
/*	top: 50%;*/
/*	transform: translate(0 ,-120%);*/
/*	background-color: #ffffff;*/
/*}*/
/*.action .timer .timer__item .count::before {*/
/*	transform: translate(0 ,20%);*/
/*}*/
/*.action .timer .timer__item:last-child .count::before,*/
/*.action .timer .timer__item:last-child .count::after {*/
/*	content: none;*/
/*}*/
/*.action .timer .timer__item .number {*/
/*	margin: 0 3px;*/
/*	display: inline-block;*/
/*	font-family: Montserrat;*/
/*	font-style: normal;*/
/*	font-weight: bold;*/
/*	font-size: 24px;*/
/*	line-height: 65px;*/
/*	text-align: center;*/
/*	color: #3A3A3A;*/
/*	background: rgba(255, 255, 255, 0.9);*/
/*	border-radius: 4px;*/
/*	width: 45px;*/
/*	text-align: center;*/
/*}*/
/*.action .timer .timer__item .step {*/
/*	margin-top: 7px;*/
/*	font-size: 14px;*/
/*	line-height: 17px;*/
/*	text-align: center;*/
/*	color: #FFFCEA;*/
/*}*/
/*.action .promo-block__title,*/
/*.action .promo-block__subtitle {*/
/*	text-align: center;*/
/*}*/
/*.action__form {*/
/*	padding: 30px 45px;*/
/*	background-color: #FFFFFF;*/
/*	border-radius: 20px;*/
/*	z-index: 10;*/
/*	opacity: 0.99;*/
/*}*/
/*@media (max-width: 1200px) {*/
/*	.action .action__form {*/
/*		position: relative;*/
/*		padding-top: 180px;*/
/*	}*/
/*	.action .timer {*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0;*/
/*		right: 0;*/
/*		margin: 0;*/
/*		border-bottom-left-radius: 0;*/
/*		border-bottom-right-radius: 0;*/
/*		padding: 0;*/
/*		padding-top: 20px;*/
/*	}*/
/*	.action .action__title {*/
/*		padding: 20px 0;*/
/*		text-align: center;*/
/*	}*/
/*}*/
/*.action__title {*/
/*	font-size: 24px;*/
/*	line-height: 29px;*/
/*	color: #3A3A3A;*/
/*	text-align: left;*/
/*	margin-bottom: 10px;*/
/*		padding: 60px 0;*/
/*}*/
.action__form .form-line {
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 -1%;
}
.action .action__form .input:not(.promo-block__btn) {
	flex: 1 1 31%;
	margin: 0 1%;
	border: 0;
	border-bottom: 1px solid #717171;
	cursor: pointer;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 45px;
	color: #000000;
	outline: 0;
}
.action .action__form .input:not(.promo-block__btn)::-webkit-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.action .action__form .input:not(.promo-block__btn)::-moz-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.action .action__form .input:not(.promo-block__btn):-moz-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.action .action__form .input:not(.promo-block__btn):-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.action .action__form .input.input--info {
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #717171;
	box-sizing: border-box;
	border-radius: 5px;
	resize: none;
	line-height: 18px;
}
.action .action__form .promo-block__btn {
	margin: 0 auto;
	margin-top: 30px;
}
.form-btn.form-btn--off {
	margin: 20px 0;
}
section.partners {
	background-color: #FCF8F4;
	padding: 90px;
}
.partners .wrapper {
	width: 90%;
	max-width: 1920px;
}
.partners .swiper-slide {
	flex: 0 0 auto;
	width: auto;
	margin: 0 3%;
}
@media (max-width: 1366px) {
	.partners .swiper-slide {
		flex: 0 0 21%;
		margin: 0 2%;
	}
}
.partners .slider {
	margin-top: 80px;
}
.partners .slider__arrow {
	border-color: #3A3A3A;
}
.partners .slider__arrow::before,
.partners .slider__arrow::after {
	background-color: #3A3A3A;
}
section.map {
	padding: 0;
}
.map .wrapper {
	width: 100%;
	max-width: unset;
	position: relative;
	height: 600px;
}
.map .title {
	position: absolute;
	padding: 5px 30px;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFD913;
	border-radius: 30px;
	font-weight: bold;
	text-align: center;
	color: #3A3A3A;
	z-index: 10;
}
section.reviews {
	background-color: #FCF8F4;
	padding-top: 90px;
	padding-bottom: 100px;
}
.reviews .wrapper {
	max-width: 1920px;
}
.reviews .title {
	text-align: center;
}
.reviews .slider {
	padding-bottom: 90px;
}
.reviews .slide__content {
	padding: 33px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(135, 111, 0, 0.19);
	border-radius: 15px;
}
.reviews .review {
	position: relative;
	padding-left: 190px;
	min-height: 140px;
}
.reviews .review__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #3A3A3A;
}
.reviews .review__txt p {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #3A3A3A;
}
.reviews .review__img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.reviews .swiper-slide.swiper-slide-next,
.reviews .swiper-slide.swiper-slide-prev,
.reviews .swiper-slide.swiper-slide-active {
	visibility: visible;
}
.reviews .swiper-slide {
	opacity: 0;
	flex: 0 0 45%;
	transition-duration: 2000ms;
	z-index: 0;
}
.reviews .swiper-slide {
	transform: scale(0.75);
	opacity: 0.8;
}
.reviews .swiper-slide.swiper-slide-prev {
	transform: scale(0.75) translateX(40%);
	opacity: 0.8;
}
.reviews .swiper-slide.swiper-slide-next {
	transform: scale(0.75) translateX(-40%);
	opacity: 0.8;
}
.reviews .swiper-slide.swiper-slide-active {
	transform: none;
	opacity: 100;
	z-index: 10;
}
.reviews .slider__arrow {
	background-color: #FFD913;
	top: unset;
	bottom: 0;
	left: 50%;
}
.reviews .slider__arrow--prev {
	left: 50%;
	transform: translateX(-50px) scale(0.67);
}
.reviews .slider__arrow--next {
	left: 50%;
	transform: translateX(10px) rotate(180deg)  scale(0.67);
}
@media (max-width: 1920px) {
	.reviews .review {
		padding-left: 130px;
	}
	.reviews .review__img {
		width: 100px;
	}
}
section.question {
	background-color: #ffffff;
}
.question .title {
	text-align: left;
}
.question .content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	justify-content: space-between;
	margin: 0 -10px;
}
.question__list {
	display: flex;
	flex-direction: column;
	flex: 0 1 50%;
	margin: 0 10px;
	position: relative;
}
.question__list::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 2px;
	background-color: #FCF8F4;
}
.question__item {
	font-size: 16px;
	line-height: 30px;
	color: #3A3A3A;
	cursor: pointer;
	transition: all 0.2s;
	padding-right: 30px;
}
.question__item.active {
	font-weight: bold;
}
.question__answer {
	flex: 0 1 50%;
	margin: 0 10px;
}
.answer__item {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.8s;

}
.answer__item.active {
	max-height: 700px;
	visibility: visible;
	transition: all 0.8s;
	transition-delay: 0.8s;
}
.answer__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A3A;
	margin-bottom: 5px;
}
.answer__txt {
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #3A3A3A;
}
section.any-question {
	position: relative;
	padding-bottom: 150px;
}
section.any-question::after {
	content: "";
	height: 180px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
	background-image: url(images/bow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.any-question .content {
	background: #FCF8F4;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding: 50px 80px;
	max-width: 800px;
	min-width: 550px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.any-question .content__link {
	display: inline-block;
	padding: 20px 50px;
	padding-left: 84px;
	margin: 30px auto;
	border: 1px solid #3A3A3A;
	border-radius: 200px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #3A3A3A;
	position: relative;
}
.any-question .content__link::before {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(images/icon-phone-mob.svg),
	linear-gradient(180deg, #F3CE0B 0%, #FED812 0.01%, #E3BF01 100%);
	background-size: 24px, auto;
	background-position: center;
	background-repeat: no-repeat;
}
.any-question .content__txt {
	margin: 30px 0;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #3A3A3A;
}
.any-question .form-line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 -10px 50px;
}
.any-question .any-question__form .input {
	flex: 1 1 auto;
	/* margin: 0 10px; */
	/* margin-bottom: 50px; */
	border: 0;
	border-bottom: 1px solid #717171;
	background-color: transparent;
	cursor: pointer;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 45px;
	color: #000000;
	outline: 0;
}
.any-question .promo-block__btn {
	margin: 0;
	width: 100%;
	max-width: none;
}
.any-question .any-question__form .input::-webkit-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.any-question .any-question__form .input::-moz-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.any-question .any-question__form .input:-moz-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.any-question .any-question__form .input:-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
footer {
	background-image: url(images/bg-footer.png);
	background-color: #3A3A3A;
	padding-top: 120px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .wrapper {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
footer .title {
	text-align: center;
	font-weight: bold;
	text-align: center;
	color: #FED812;
	margin: 10px 0;
}
footer .sub-title {
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0;
}
footer .marked {
	font-weight: bold;
	color: #FED812;
}
footer .promo-block__btn {
	margin: 35px 0;
	display: inline-block;
	max-width: 372px;
	box-shadow: none;
	background: linear-gradient(180deg, #FFD913 0%, #E2BE01 100%);
	border-radius: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}
.popup-wholesale-landing-call-order .content {
	padding: 20px 0;
}
.popup-wholesale-landing-call-order .content__title {
	margin-bottom: 50px;
}
.popup-wholesale-landing-call-order .form-line {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px 0;

}
.popup-wholesale-landing-call-order .any-question__form .input {
	flex: 1 1 auto;
	/* margin: 0 10px; */
	/* margin-bottom: 50px; */
	border: 0;
	border-bottom: 1px solid #717171;
	background-color: transparent;
	cursor: pointer;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 45px;
	color: #000000;
	outline: 0;
}
.popup-wholesale-landing-call-order .promo-block__btn {
	margin: 0 auto;
}
.popup-wholesale-landing-call-order .any-question__form .input::-webkit-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.popup-wholesale-landing-call-order .any-question__form .input::-moz-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.popup-wholesale-landing-call-order .any-question__form .input:-moz-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.popup-wholesale-landing-call-order .any-question__form .input:-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #717171;
	text-align: left;
}
.support-thanks .btn {
	padding: 15px 20px;
	width: 100%;
	margin-top: 20px;
}
@media (max-width: 1023px) {

	h1 {
		font-size: 36px;
		line-height: 42px;
	}

	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	h3,h4,h5,h6 {
		font-size: 16px;
		line-height: 20px;
	}
	.main-nav__list {
		display: none;
	}
	.wrapper {
		width: auto;
		padding: 0 20px;
	}
	header {
		position: static;
		background-color: #1F1F1F;
	}
	header .wrapper {
		padding: 0;
		width: 100%;
	}
	header .contacts {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
		padding: 15px 0;
    }
    header .contacts .phone {
		font-size: 1.2em;
		margin: 10px;
		color: #f1f1f1;
    }
    header .contacts .call-order {
    	font-size: 1.2em;
    	margin: 10px;
    	color: #f1f1f1;
    }
	.top {
		background-image: unset;
		padding-top: 20px;
	}
	.top__content {
		width: auto;
		text-align: center;
	}
	.title-block {
		padding: 25px 0;
	}
	.top__title {
		font-size: 36px;
		line-height: 44px;
	}
	.top .promo-block {
		width: auto;
		padding: 15px;
		box-sizing: border-box;
	}
	.promo-block--pos::before {
		content: none;
/*		width: 80px;
		height: 90px;
		top: -20px;
		right: -20px;*/
	}
	.promo-block__title {
		text-align: center;
	}
	.promo-block__subtitle {
		text-align: center;
	}
	.promo-block__btn {
		min-width: unset;
		white-space: normal;
		font-size: 21px;
		line-height: 24px;
		padding: 18px 10px;
		width: 100%;
	}
	section.about-us {
		background-image: linear-gradient(180deg, rgba(43, 43, 43, 0.85) 0%,
		rgba(43, 43, 43, 0.85) 100%),
		url(images/bg-about-us-mob.jpg);
	}
	.about-us .wrapper {
		width: auto;
	}
	.about-us .sub-title {
		font-size: 18px;
		line-height: 24px;
	}


	.assortment .slider {
		padding: 0;
	}
	.assortment .slider__item {
		flex: 0 0 23%;
		margin: 0 1%;
	}
	.assortment .slide__content {
		width: auto;
	}
	section.best {
		height: auto;
		background-image: none;
		background-color: #FCF8F4;
	}
	.best .title {
		text-align: center;
		margin-bottom: 10px;
	}
	.best .sub-title {
		text-align: center;
		margin-bottom: 40px;
	}
	.best .sub-content {
		position: static;
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		background-image: unset;
	}
	.best .sub-content .sub-content__item {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: unset;
		width: auto;
		padding: 0;
		padding-left: 85px;
		text-align: left;
		margin: 20px 0;
	}
	.best .sub-content .sub-content__label {
		position: absolute;
		top: 0;
		left: 0;
	}
	.features .wrapper {
		padding: 0;
	}
	.features .features__item {
		flex: 0 0 23%;
		margin: 0 2%;
	}
	.features .features__title {
		font-size: 18px;
		line-height: 24px;
	}
	.features .features__item:nth-child(n+4) {
		display: none;
	}

	section.brands {
		padding: 60px 0;
	}
	.brands .wrapper {
		width: auto;
	}
	.brands .slider {
		padding: 0;
	}
	.brands .swiper-slide {
		flex: 0 0 44%;
		margin: 0 3%;
	}
	section.action {
		background: rgba(31, 31, 31, 0.9);
	}
	.action .promo-block {
		width: auto;
	}
	.action .offer {
		flex-direction: column;
		padding: 0;
		padding-top: 80px;
	}
	.action .offer::before {
		width: auto;
		bottom: auto;
		left: 0;
		right: 0;
		top: 0;
		height: 80px;
		border-radius: 0;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		border: 0;
		margin: 0;
	}
	.action .offer__item {
		padding: 15px 10px;
		border: 0;
		border-bottom: 2px solid #1F1F1F;
	}
	.action .offer__title {
		text-align: left;
	}
	/*.action .timer .timer_in {*/
	/*	margin: 0 -12px;*/
	/*}*/
	/*.action .timer .timer__item .number {*/
	/*	width: 30px;*/
	/*	line-height: 45px;*/
	/*}*/
	.action .action__form {
		padding: 20px 15px;
		padding-top: 160px;
	}
	.action__form .form-line {
		flex-direction: column;
	}
	section.action::before,
	section.action::after {
		height: 90px;
		background-size: cover;
	}
	section.partners {
		padding: 60px 0;
	}
	.partners .wrapper {
		width: auto;
	}
	.partners .swiper-slide {
		flex: 1 0 29%;
		margin: 0 2%;
	}

	.any-question .content {
		min-width: unset;
		padding: 20px 15px;
		width: auto;
	}
	.any-question .form-line {
		flex-direction: column;
		/* margin: 0; */
	}
	.slider__arrow {
		display: none!important;
	}
	.map .wrapper {
		width: auto;
		padding: 0;
	}
	.map .title {
		font-size: 18px;
		line-height: 24px;
		width: 70%;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.reviews .slider {
		padding: 0;
	}
	.reviews .swiper-slide {
		flex: 0 0 70%
	}
	.reviews .slide__content {
		padding: 20px 15px;
	}
	.reviews .review {
		padding: 0;
	}
	.reviews .review__img {
		position: static;
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.reviews .review__title {
		margin: 20px 0;
	}
	.question .content {
		flex-direction: column;
	}
	.question__list {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.question__item {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	.question__list::after {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		height: 2px;
	}
	section.any-question::after {
		height: 90px;
	}
	.any-question .content__link {
		display: block;
		padding: 20px;
		padding-left: 64px;
	}
	footer {
		background-image: url(images/bg-footer-mob.png);
	}
	footer .wrapper {
		width: auto;
	}
	.highlighted {
		transform: none;
		text-align: center;
		position: static;
		display: block;
	}
	.highlighted::after {
		content: none;
	}
	.best .title .highlighted {
		display: inline;
	}
	.support-thanks {
		text-align: center;
		font-size: 1.2em;
	}
}
@media (max-width: 760px) {
	.assortment .slider__item {
		flex: 0 0 31%;
		margin: 0 1%;
	}
}
@media (max-width: 480px) {
	.assortment .slider__item {
		flex: 1 0 48%;
		margin: 0 1%;
	}
}
@media (max-width: 1024px) {
	.g_coockie_banner {
		right: 10px;
	}
}

