:focus {
	outline: 0
}

body {
	font-family: TT Norms;
	font-weight: 400;
	font-size: 16px;
	color: #200c30
}

.body__inner {
	overflow-x: hidden;
	position: relative;
	height: 100%
}

.wrapper {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0 15px
}

.header {
	padding-top: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__inner,
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__logo {
	position: relative
}

.header__logo img {
	position: absolute;
	z-index: 0
}

.header__logo p {
	margin-top: 98px;
	margin-left: 166px;
	opacity: .9;
	color: #200c30;
	font-size: 14px;
	line-height: 20px
}

.header__clients {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	opacity: .9
}

.header__clients img {
	margin-right: 19px
}

.header__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header__contacts p {
	opacity: .9;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px
}

.header__contacts ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__contacts ul li {
	list-style: none
}

.header__contacts ul li:last-child a {
	font-size: 21px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: none;
	color: #200c30
}

.main {
	padding-top: 238px;
	height: 900px;
	background-image: url(../images/bg_main.png);
	background-repeat: no-repeat;
	background-size: cover
}

.main__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.main__text {
	z-index: 10
}

.main__text h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 60px;
	text-transform: uppercase;
	font-family: HouschkaRounded-Bold
}

.main__text h1 .blue {
	font-size: 56px;
	color: #00c5ed
}

.main__text h1 .purple {
	color: #9048ca;
	cursor: pointer;
	position: relative;
	display: inline-block
}

.main__text h1 .purple:before {
	position: absolute;
	bottom: 10px;
	content: "";
	width: 156px;
	height: 1px;
	display: block;
	background-image: url(../images/dashed.png)
}

.main__text h1 .purple:after {
	content: "";
	position: absolute;
	right: -35px;
	top: 0;
	display: block;
	width: 24px;
	height: 24px;
	-webkit-box-shadow: 0 10px 30px rgba(144, 72, 202, .3);
	box-shadow: 0 10px 30px rgba(144, 72, 202, .3);
	background-image: url(../images/inf.png);
	background-repeat: no-repeat;
	background-size: cover
}

.main__text h1 .purple:hover .info {
	display: block
}

.main__text h1 .purple .info {
	position: absolute;
	display: none;
	top: 19px;
	right: -219px;
	width: 231px;
	height: 168px;
	background-size: contain;
	background-image: url(../images/dialog.png);
	font-size: 14px;
	font-weight: 500;
	font-family: TT Norms;
	line-height: 18px;
	text-transform: none;
	color: #200c30;
	background-repeat: no-repeat;
	background-position: 0 20px;
	padding: 45px 29px 21px 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.main__text h1 .purple .info a {
	color: #00c5ed;
	top: 6px;
	position: relative
}

.main__text ul {
	margin-bottom: 60px
}

.main__text ul li {
	list-style: none;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	padding-left: 26px;
	margin-bottom: 20px
}

.main__text ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 14px;
	height: 14px;
	background-image: url(../images/ellipse.png)
}

.main__text ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 29px;
	width: 2px;
	height: 23px;
	background-color: #dfe1e4
}

.main__text ul li:last-child:after {
	content: none
}

.main__slider {
	width: 460px;
	height: 143px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 80px
}

.main__slider-inner {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.main__slider-img {
	width: 106px
}

.main__slider-img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.main__slider p {
	line-height: 26px;
	padding: 10px 10px 10px 0;
	-webkit-box-shadow: 9px 0 11px -12px hsla(0, 0%, 70.6%, .22);
	box-shadow: 9px 0 11px -12px hsla(0, 0%, 70.6%, .22)
}

.main__slider-next {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main__slider-next a {
	margin-left: 7px;
	color: #200c30
}

.main__more {
	display: inline-block;
	width: 320px;
	text-decoration: none;
	-webkit-box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, right top, from(#ffe541), to(#ffcc41));
	background: -o-linear-gradient(left, #ffe541 0, #ffcc41 100%);
	background: linear-gradient(90deg, #ffe541 0, #ffcc41);
	color: #382949;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .48px;
	line-height: 100px;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s
}

.main__more:hover {
	-webkit-box-shadow: 0 20px 40px rgba(255, 204, 65, .9);
	box-shadow: 0 20px 40px rgba(255, 204, 65, .9);
	background-color: #ffcc41
}

.border {
	background: #ffe541 url(../images/b2.png);
	background-size: 95.39% 87%;
	background-position: 50%;
	background-repeat: no-repeat
}

.both {
	height: 1138px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	-webkit-filter: brightness(.9) contrast(1.5);
	filter: brightness(.9) contrast(1.5)
}

.advantages {
	background-image: url(../images/bg_2.png);
	width: 100%;
	position: absolute;
	margin-top: -332px;
	padding-top: 377px;
	height: 1735px;
	background-size: cover
}

.advantages__slider {
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.advantages__slider-main {
	width: 1070px;
	position: absolute;
	right: 0;
	top: 420px
}

.advantages__slider-main .swiper-slide {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
	border-radius: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	height: 473px;
	cursor: pointer
}

.advantages__slider-main .swiper-slide__inner {
	width: 100%;
	height: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	padding: 24px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.advantages__slider-main .swiper-slide__inner p:nth-child(2) {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 24px
}

.advantages__slider-main .swiper-slide__inner p:nth-child(3) {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px
}

.advantages__slider-main>.swiper-container {
	height: 550px
}

.advantages__inner {
	position: absolute;
	width: 100%;
	z-index: 1
}

.advantages__inner:before {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1029px;
	background-image: url(../images/123.png)
}

.advantages__inner h2 {
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 800;
	line-height: 68px;
	text-align: center
}

.advantages__inner h2 span {
	color: #00c5ed
}

.advantages__comment {
	margin-top: 420px;
	width: 397px;
	height: 191px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	opacity: 0;
	bottom: -100px;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s
}

.advantages__comment,
.advantages__comment-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.advantages__comment-inner {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #ececec;
	padding: 19px 20px
}

.advantages__comment-inner p:first-child {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px
}

.advantages__comment-inner p:last-child {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px
}

.advantages__comment-inner .autor {
	position: absolute;
	bottom: -56px;
	left: 0
}

.advantages__comment-inner .autor ul,
.advantages__comment-inner .autor ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.advantages__comment-inner .autor ul li {
	list-style: none;
	color: #fff;
	font-family: HouschkaRounded-Bold;
	font-size: 16px;
	font-weight: 400;
	background-color: #00c5ed;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 26px
}

.advantages__comment-inner .autor ul li:first-child {
	border-right: 1px solid #fff;
	border-bottom-left-radius: 10px
}

.advantages__comment-inner .autor ul li:last-child {
	border-bottom-right-radius: 10px
}

.catalog {
	position: relative
}

.catalog__inner {
	width: 100%;
	background-image: url(../images/bg_3.png);
	background-size: cover;
	padding-top: 424px;
	margin-top: -420px;
	height: 800px;
	z-index: 99;
	padding-bottom: 260px
}

.catalog__inner h3 {
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 800;
	line-height: 68px;
	text-align: center;
	color: #00c5ed;
	margin-bottom: 15px
}

.catalog__inner .wrapper>p {
	font-family: TT Norms;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
	margin-bottom: 78px
}

.catalog__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 50px;
	width: 975px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog__nav>a {
	color: #200c30;
	text-decoration: none
}

.catalog__nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 310px;
	-webkit-box-shadow: 0 0 15px 8px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 8px rgba(0, 0, 0, .05);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: .2s all;
	transition: all .2s;
	height: 184px;
	background-repeat: no-repeat
}

.catalog__nav-item div {
	height: 100%
}

.catalog__nav-item div img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px
}

.catalog__nav-item:hover {
	margin-top: -15px;
	background: #ffcc41 url(../images/conf.png);
	background-repeat: no-repeat
}

.catalog__nav-item:hover p {
	opacity: 1;
	text-decoration: underline
}

.catalog__nav-item p {
	margin-left: 10px;
	font-size: 20px;
	font-weight: 500;
	opacity: .5;
	line-height: 30px
}

.small-complect {
	background-image: url(../images/bg_4.png);
	margin-top: -440px
}

.standart-complect {
	background-color: #e2effa
}

.ex-complect {
	background-color: #d5e8f8
}

.complect {
	padding-bottom: 80px
}

.complect .wrapper {
	position: relative
}

.complect__inner h4 {
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 400;
	line-height: 40px
}

.complect__description,
.complect__first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.complect__description {
	width: 370px;
	padding: 5px 10px 5px 30px;
	border-radius: 10px;
	min-height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/description2.png)
}

.complect__description p {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500
}

.complect__description p span {
	font-weight: 800
}

.complect__slider {
	position: relative
}

.complect__slider .swiper-container {
	padding-bottom: 110px;
	margin-left: 70px;
	margin-right: 70px
}

.complect__slider .swiper-pagination-bullet {
	width: 47px!important;
	height: 47px!important;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 500;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	opacity: 1;
	padding-top: 8px
}

.complect__slider .swiper-pagination-bullet-active {
	color: #fff;
	background-color: #00c5ed
}

.complect__slider .swiper-button-next {
	width: 60px;
	height: 60px;
	right: -5px;
	background-size: contain;
	background-image: url(../images/nextM.png);
	outline: 0
}

.complect__slider .swiper-button-prev {
	width: 60px;
	height: 60px;
	left: -5px;
	background-size: contain;
	background-image: url(../images/prevM.png);
	outline: 0
}

.complect__item {
	background-color: #fff;
	padding: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.complect__item,
.complect__item>div {
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.complect__item>div {
	width: 100%;
	padding: 10px;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .05);
	box-shadow: 0 0 21px rgba(0, 0, 0, .05)
}

.complect__item-img,
.complect__item-img img {
	width: 100%
}

.complect__item-type {
	font-size: 12px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .48px;
	color: #8633c6;
	text-align: center
}

.complect__item-name {
	font-family: HouschkaRounded-Bold;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 25px;
	text-align: center
}

.complect__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.complect__item-price {
	border-radius: 6px;
	border: 1px solid rgba(32, 12, 48, .12);
	padding: 5px;
	max-width: 143px
}

.complect__item-price p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
	line-height: 20px;
}

.complect__item-price p span {
	margin-left: 0
}

.complect__item-price,
.complect__item .offer-popup__price {
	font-size: 12px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .48px
}

.complect__item-price p,
.complect__item .offer-popup__price p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.complect__item-price p span,
.complect__item .offer-popup__price p span {
	color: #00c5ed;
	font-family: HouschkaRounded-Bold;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin-left: 5px;
}

.complect__item-contain {
	max-width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.complect__item-contain img {
	margin-right: 4px;
}

.complect__item-contain p {
	-webkit-text-decoration-color: rgba(90, 210, 241, .41)!important;
	text-decoration-color: rgba(90, 210, 241, .41)!important;
	text-decoration: underline;
	font-size: 15px;
}

.complect__item-buy {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	-webkit-box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	border-radius: 50px;
	background: #ffe541 url(../images/border.png);
	background-size: 95.39% 50px;
	background-position: 50%;
	background-repeat: no-repeat;
	color: #382949;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .48px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.complect__item-buy:hover {
	background: #ffcc41 url(../images/border.png);
	background-size: 95.39% 50px;
	background-position: 50%;
	background-repeat: no-repeat
}

.quiz {
	background-image: url(../images/bg_2-2.png);
	position: absolute;
	width: 100%;
	margin-top: -250px;
	padding-top: 250px;
	padding-bottom: 100px
}

.quiz__inner>h4 {
	text-align: center;
	color: #200c30;
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 37px
}

.quiz__inner>h4 span {
	color: #00c5ed
}

.quiz__inner>p {
	font-family: TT Norms;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 69px
}

.quiz__block {
	width: 100%;
	height: 600px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	border-radius: 10px
}

.quiz__block,
.quiz__block:after {
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.quiz__block:after {
	content: "";
	z-index: 0;
	position: absolute;
	display: block;
	width: 95%;
	height: 12px;
	background-color: #e6e0dc;
	opacity: .6;
	bottom: -12px;
	border-radius: 0 0 10px 10px;
	left: 2.5%
}

.quiz__block-text {
	width: 33%;
	-webkit-box-shadow: 0 10px 20px rgba(255, 204, 65, .5);
	box-shadow: 0 10px 20px rgba(255, 204, 65, .5);
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe541), to(#ffcc41));
	background-image: -o-linear-gradient(left, #ffe541 0, #ffcc41 100%);
	background-image: linear-gradient(90deg, #ffe541 0, #ffcc41);
	padding: 10px;
	border-radius: 10px;
	position: relative
}

.quiz__block-text,
.quiz__block-text>div {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.quiz__block-text>div {
	width: 100%;
	border: 1px solid hsla(0, 0%, 100%, .65);
	border-radius: 10px;
	padding: 29px
}

.quiz__block-text>div>div:first-child>p {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.quiz__block-text__item {
	position: absolute;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	width: 85%;
	height: 96px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 10px 10px 0;
	z-index: 99;
	margin-bottom: 30px
}

.quiz__block-text__item>div:first-child {
	position: relative;
	width: 92px;
	height: 100%
}

.quiz__block-text__item>div:first-child img {
	position: absolute;
	bottom: 0
}

.quiz__block-text__item p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px
}

.quiz__block-text__item:before {
	content: "";
	z-index: 0;
	position: absolute;
	display: block;
	width: 95%;
	height: 20px;
	background-color: #fff;
	opacity: .6;
	bottom: -5px;
	border-radius: 0 0 10px 0;
	left: 0
}

.quiz__block-text__item .lock {
	position: absolute;
	right: -35px;
	top: calc(50% - 35px);
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.quiz__block-text__item .lock div {
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-image: url(../images/lock.png);
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(255, 204, 65, .5);
	box-shadow: 0 0 10px rgba(255, 204, 65, .5)
}

.quiz__block-test {
	width: 64%
}

.quiz__block-test form {
	height: 100%
}

.quiz__block__slide {
	height: 100%;
	z-index: -1;
	position: absolute;
	top: -9999px;
	opacity: 0;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s
}

.quiz__block__slide>p {
	font-family: HouschkaRounded-Bold;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 32px
}

.quiz__block__slide>p span {
	color: #00c5ed
}

.quiz__block__slide-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.quiz__block__slide-radio input {
	display: none
}

.quiz__block__slide-radio input:checked+label>div .radio-status {
	background-image: url(../images/radio-check.png)!important
}

.quiz__block__slide-radio input:checked+label>div {
	-webkit-box-shadow: 0 10px 20px rgba(255, 204, 65, .5);
	box-shadow: 0 10px 20px rgba(255, 204, 65, .5)
}

.quiz__block__slide-radio .radio-status {
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff
}

.quiz__block__slide-radio label {
	margin-bottom: 32px
}

.quiz__block__slide-radio label:nth-child(2),
.quiz__block__slide-radio label:nth-child(4),
.quiz__block__slide-radio label:nth-child(6),
.quiz__block__slide-radio label:nth-child(8) {
	width: 22%
}

.quiz__block__slide-radio label:nth-child(10),
.quiz__block__slide-radio label:nth-child(12),
.quiz__block__slide-radio label:nth-child(14),
.quiz__block__slide-radio label label[for=cel15] {
	width: 31%
}

.quiz__block__slide-radio label>div {
	width: 100%;
	height: 148px;
	border-radius: 10px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover
}

.quiz__block__slide-radio label>div p {
	color: #fff;
	font-family: HouschkaRounded-Bold;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px
}

.quiz__block__slide-radio label>div>div {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.quiz__block__slide-radio label>div>div p {
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%
}

.quiz__block__slide-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.quiz__block__slide-nav .btn,
.quiz__block__slide-nav button {
	width: 230px;
	height: 67px;
	background-image: url(../images/btn.png);
	background-size: cover;
	background-position: 50%;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 5px;
	border: 0;
	outline: 0;
	cursor: pointer
}

.quiz__block__slide-nav .btn {
	width: 245px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	color: #000
}

.quiz__block__slide-nav .answer-step,
.quiz__block__slide-nav .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.quiz__block__slide-nav .answer-step p {
	color: #382949;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .28px;
	margin-right: 15px
}

.quiz__block__slide-nav .answer-step ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.quiz__block__slide-nav .answer-step ul li {
	list-style: none;
	margin-left: 7px
}

.quiz__block__slide-nav .answer-step ul li span {
	cursor: pointer;
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #00c5ed;
	color: #382949;
	font-family: HouschkaRounded-Bold;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	opacity: .6
}

.quiz__block__slide-nav .answer-step ul li span.active {
	opacity: 1
}

.sq .radio-status {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 0 2px #6fc4eb;
	box-shadow: inset 0 0 0 2px #6fc4eb;
	background-position: 50%;
	background-size: 10px;
	background-repeat: no-repeat
}

.quiz-final {
	text-align: center;
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.quiz-final>p:first-child {
	font-size: 25px
}

.quiz-final p {
	font-size: 36px
}

.quiz-final .quiz__block__slide-nav {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.quiz-show {
	z-index: 1;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s;
	opacity: 1;
	position: static
}

label[for=cel1]>div,
label[for=cel8]>div {
	background-image: url(../images/q1.png)
}

label[for=cel2]>div,
label[for=cel9]>div {
	background-image: url(../images/q2.png)
}

label[for=cel3]>div,
label[for=cel10]>div {
	background-image: url(../images/q3.png)
}

label[for=cel4]>div,
label[for=cel11]>div {
	background-image: url(../images/q4.png)
}

label[for=cel5]>div,
label[for=cel12]>div {
	background-image: url(../images/q5.png)
}

label[for=cel6]>div,
label[for=cel13]>div {
	background-image: url(../images/q6.png)
}

label[for=cel7]>div,
label[for=cel14]>div {
	background-image: url(../images/q7.png)
}

label[for=cel15]>div,
label[for=cel16]>div {
	background-image: url(../images/q1.png)
}

label[for=cel17]>div,
label[for=cel18]>div {
	background-image: url(../images/q2.png)
}

label[for=cel19]>div,
label[for=cel20]>div {
	background-image: url(../images/q3.png)
}

label[for=cel21]>div,
label[for=cel22]>div {
	background-image: url(../images/q4.png)
}

label[for=cel23]>div,
label[for=cel24]>div {
	background-image: url(../images/q5.png)
}

label[for=cel25]>div,
label[for=cel26]>div {
	background-image: url(../images/q6.png)
}

label[for=cel27]>div,
label[for=cel28]>div {
	background-image: url(../images/q7.png)
}

label[for=cel29]>div,
label[for=cel30]>div {
	background-image: url(../images/q5.png)
}

label[for=cel31]>div,
label[for=cel32]>div {
	background-image: url(../images/q6.png)
}

label[for=cel33]>div,
label[for=cel34]>div,
label[for=cel35]>div {
	background-image: url(../images/q7.png)
}

.quiz__block-text__item:nth-child(3) {
	top: 270px
}

.quiz__block-text__item:nth-child(4) {
	top: 406px
}

.complect__slider .swiper-wrapper {
	height: auto
}

.offer-popup {
	position: fixed;
	top: calc(50% - 273px);
	left: calc(50% - 255px);
	width: 510px;
	height: 546px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

.offer-popup .close {
	width: 48px;
	height: 48px;
	background-image: url(../images/close.png);
	position: absolute;
	left: calc(50% - 24px);
	top: -68px;
	cursor: pointer
}

.offer-popup form {
	position: relative;
	z-index: 10
}

.offer-popup__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.offer-popup__img {
	max-width: 220px
}

.offer-popup__img img {
	width: 100%;
	min-width: 213px
}

.offer-popup__text {
	padding-left: 19px;
	padding-top: 10px
}

.offer-popup .ywant {
	color: #211433;
	font-family: HouschkaRounded-Bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 19px
}

.offer-popup .offer-item {
	color: #47c5ff;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 19px
}

.offer-popup__price {
	font-size: 12px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .48px;
	border: 1px solid rgba(33, 20, 51, .11);
	border-radius: 6px
}

.offer-popup__price p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.offer-popup__price p span {
	color: #00c5ed;
	font-family: HouschkaRounded-Bold;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	margin-left: 10px
}

.offer-popup .hr {
	margin-top: 16px;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5
}

.offer-popup__radio {
	margin-top: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.offer-popup__radio,
.offer-popup__radio label>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.offer-popup__radio label>div {
	width: 210px;
	height: 120px;
	border-radius: 10px;
	border: 1px solid #ffcc41;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	padding: 15px 17px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.offer-popup__radio label>div p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.offer-popup__radio input {
	display: none
}

.offer-popup__radio input:checked+label>div .radio-status {
	background-image: url(../images/radio-check.png)!important
}

.offer-popup button {
	max-width: 291px;
	width: 100%;
	height: 80px;
	background-image: url(../images/btn.png);
	background-position: 50%;
	background-size: cover;
	padding-bottom: 10px;
	border: 0;
	outline: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	position: relative;
	top: 25px;
	margin: 0 auto;
	display: block
}

.offer-popup__contain,
.offer-popup button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.offer-popup__contain {
	width: 265px;
	border-radius: 0 10px 10px 0;
	background-color: #fff;
	/* margin-top: 10px; */
	padding: 30px;
	/* margin-bottom: 10px; */
	position: absolute;
	right: -295px;
	top: 30px;
	z-index: 1;
	-webkit-box-shadow: inset -1px -10px 20px rgba(0, 0, 0, .1);
	box-shadow: inset -1px -10px 20px rgba(0, 0, 0, .1);
}

.offer-popup__contain p {
	color: #4bc6ff;
	font-family: HouschkaRounded-Bold;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 24px
}

.offer-popup__contain ul li {
	list-style-type: none;
	color: #211433;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 13px
}

.offer-popup__contain ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	left: 0;
	top: 5px;
	height: 30px;
	background-image: url(../images/balloons2.png)
}

.radio-status {
	width: 20px;
	height: 20px;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15);
	background-image: url(../images/radio.png);
	border-radius: 50%;
	margin-bottom: 10px
}

.standart-complect .complect__description p {
	padding-left: 15px
}

.advantages__slider-main-active {
	right: 0!important;
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	transform: translateX(0)!important
}

.advantages__slider-main {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: 1s transform;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

.advantages__slider-main>.swiper-container>.swiper-button-next,
.advantages__slider-main>.swiper-container>.swiper-button-prev {
	top: auto;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-size: contain
}

.advantages__slider-main .swiper-container>.swiper-button-next {
	right: 44%;
	background-image: url(../images/nextM.png)
}

.advantages__slider-main .swiper-container>.swiper-button-prev {
	left: 44%;
	background-image: url(../images/prevM.png)
}

.bar-wrap {
	width: 100%;
	height: 5px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: hsla(0, 0%, 74.1%, .31);
	z-index: 99999
}

.bar-inner {
	width: 0;
	height: 100%;
	background-color: #00c5ed
}

.plain {
	position: absolute;
	top: 425px;
	left: 231px;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s
}

.ex-complect .complect__description p {
	padding-left: 15px
}

.swiper-slide__inner {
	position: relative
}

.swiper-slide__inner .swiper-container {
	width: calc(100% - 60px);
	margin: 0 auto
}

.swiper-slide__inner .swiper-container .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.swiper-slide__inner .swiper-container .swiper-slide {
	height: 100px;
	cursor: -webkit-grab;
	cursor: grab;
	padding: 0
}

.swiper-slide__inner .swiper-container .swiper-slide div {
	width: 100%
}

.swiper-slide__inner .swiper-container .swiper-slide div img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 6px;
	margin-bottom: 5px
}

.swiper-slide__inner .swiper-container .swiper-slide p {
	font-family: TT Norms;
	font-size: 12.4px;
	font-weight: 500;
	line-height: 16px;
	text-align: center
}

.swiper-slide__inner .wrap {
	position: relative;
	top: 15px
}

.swiper-slide__inner .wrap .swiper-button-next {
	right: 0;
	background-image: url(../images/next.png);
	width: 8px;
	height: 14px;
	background-size: contain;
	margin-bottom: 0;
	margin-top: -10px
}

.swiper-slide__inner .wrap .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev.png);
	width: 8px;
	height: 14px;
	background-size: contain;
	margin-top: -10px
}

.ms-2 {
	position: relative
}

.ms-2 div:last-child {
	position: absolute;
	width: 247px;
	height: 84px;
	-webkit-box-shadow: 0 5px 10px rgba(32, 12, 48, .05);
	box-shadow: 0 5px 10px rgba(32, 12, 48, .05);
	background-color: #ebfcff;
	padding: 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	top: 100px;
	right: -60px;
	border-radius: 10px;
	line-height: 20px
}

.refresh {
	-webkit-animation: rotate;
	animation: rotate 1.5s infinite
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.advantages__comment-active {
	opacity: 1;
	bottom: 0
}

.ms_show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.ms_hide {
	display: none
}

.ball-show {
	opacity: 1!important;
	right: -200px!important;
	top: -100px!important;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s
}

#balloons {
	position: absolute;
	opacity: 0;
	right: -200px;
	top: 400px;
	z-index: 0
}

.hi-float {
	position: fixed;
	top: calc(50% - 222.5px);
	left: calc(50% - 407px);
	max-width: 814px;
	width: 100%;
	height: 445px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 39px 59px;
	display: none
}

.hi-float h3 {
	font-family: HouschkaRounded-Bold;
	font-size: 40px;
	color: #00c5ed;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0
}

.hi-float p {
	color: #200c30;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.black-body {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9995;
	background-color: rgba(0, 0, 0, .7);
	display: none
}

.popup {
	z-index: 9999
}

.hi-float .close {
	width: 48px;
	height: 48px;
	background-image: url(../images/close.png);
	position: absolute;
	top: -65px;
	right: 0;
	cursor: pointer
}

.p-show {
	display: block
}

.item-name,
.item-price {
	display: none
}

.form-span {
	color: #211433;
	font-size: 14px;
	font-weight: 400;
	max-width: 210px;
	width: 100%
}

.form-span input,
.form-span select {
	margin-top: 10px;
	width: 100%;
	height: 60px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	background-color: #f5f5f5;
	border: 0;
	outline: 0;
	padding: 0 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.form-span select {
	cursor: pointer;
	height: 62px;
	position: relative;
	display: inline-block
}

.form-span select:after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 20px;
	width: 8px;
	height: 14px;
	background-image: url(../images/next.png);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.form-span-select {
	position: relative
}

.form-span-select select {
	-webkit-appearance: none
}

.form-span-select img {
	position: absolute;
	bottom: 23px;
	right: 21px;
	z-index: 999;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.form {
	margin-top: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.final-inputs,
.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.final-inputs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.final-inputs input {
	display: none
}

.final-inputs input:checked+label div {
	background-color: rgba(0, 197, 237, .42)
}

.final-inputs input:checked+label div img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

#phone {
	display: block!important;
	width: 250px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(0, 197, 237, .42);
	outline: 0;
	border-radius: 50px
}

#phone-div {
	margin-top: 30px
}

#phone-div,
.final-inputs label div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.final-inputs label div {
	width: 60px;
	height: 40px;
	border-radius: 5px;
	background-color: hsla(0, 0%, 80%, .377);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.final-inputs label div img {
	width: 24px;
	height: 24px
}

.final-inputs label {
	margin-right: 15px
}

.final-inputs label:last-child {
	margin-right: 0
}

.both2 {
	height: 980px
}

.pinkyblock {
	height: 987px;
	background-image: url(../images/bg_5.png);
	background-size: cover;
	padding-top: 110px;
	background-position: center 58px
}

.pinkyblock h4 {
	color: #fff;
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 500;
	line-height: 68px
}

.pinkyblock__main {
	max-width: 762px;
	width: 100%;
	height: 585px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pinkyblock__item {
	width: 50%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pinkyblock__item:first-child,
.pinkyblock__item:nth-child(2) {
	height: 380px
}

.pinkyblock__item:nth-child(3) {
	width: 100%;
	height: 205px;
	border-radius: 0 0 10px 10px;
	background-color: #cbe3f7;
	position: relative
}

.pinkyblock__item:nth-child(3)>div {
	width: 50%
}

.pinkyblock__item:nth-child(3) img {
	position: absolute;
	right: 0;
	top: calc(50% - 92px)
}

.pinkyblock__item:nth-child(2) {
	background-color: #e2effa;
	border-radius: 0 10px 0 0
}

.pinkyblock__item:first-child {
	background-color: #d5e8f8;
	border-radius: 10px 0 0
}

.pinkyblock__item-img {
	margin-bottom: 15px
}

.pinkyblock__item-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 15px
}

.pinkyblock__item-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px
}

.pinkyblock__item-certificate {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #00c5ed
}

.reviews {
	padding-top: 110px;
	background-color: #f7f7f7
}

.reviews__first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px
}

.reviews__first-left h3 {
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 400;
	line-height: 68px;
	margin-top: 0
}

.reviews__first-left h3 span {
	color: #00c5ed
}

.reviews__first-right {
	padding-top: 22px
}

.reviews__first-right>p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px
}

.reviews__first-right .quantity {
	width: 505px;
	height: 93px;
	-webkit-box-shadow: 0 0 25px rgba(0, 197, 237, .3);
	box-shadow: 0 0 25px rgba(0, 197, 237, .3);
	border-radius: 10px;
	background-color: #fff;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px
}

.reviews__first-right .quantity__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.reviews__first-right .quantity-left,
.reviews__first-right .quantity-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 21px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	border-radius: 10px
}

.reviews__first-right .quantity-left img,
.reviews__first-right .quantity-right img {
	margin-right: 13px
}

.reviews__first-right .quantity-left span,
.reviews__first-right .quantity-right span {
	color: #00c5ed;
	font-family: HouschkaRounded-Bold;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px
}

.reviews__first-right .quantity-left p,
.reviews__first-right .quantity-right p {
	color: #00c5ed;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-left: 10px
}

.reviews__slider {
	position: relative
}

.reviews__slider .wrapper {
	max-width: 1285px
}

.reviews__tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews__tabs ul li {
	list-style: none;
	margin-right: 15px
}

.reviews__tabs ul li:last-child {
	margin-right: 0
}

.reviews__tabs ul li a {
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: .28px;
	color: rgba(32, 12, 48, .29);
	text-decoration: none;
	padding: 23px 30px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, .16);
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s
}

.reviews__tabs ul li a.active {
	-webkit-box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	background-color: #ffe541;
	color: #382949;
	background: -webkit-gradient(linear, left top, right top, from(#ffe541), to(#ffcc41));
	background: -o-linear-gradient(left, #ffe541 0, #ffcc41 100%);
	background: linear-gradient(90deg, #ffe541 0, #ffcc41)
}

.reviews__tabs-nav {
	margin-bottom: 70px;
	padding: 0 0 0 58px
}

.reviews__tabs-main {
	width: 100%;
	min-height: 500px
}

.reviews__tabs-main .review-slider {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: -99999px;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s;
	text-align: center;
	font-size: 80px;
	color: #fff;
	z-index: -1
}

.reviews__tabs-main .review-slider .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.reviews__tabs-main .review-slider .swiper-slide {
	opacity: .6
}

.reviews__tabs-main .review-slider .swiper-button-next {
	width: 60px;
	height: 60px;
	right: 0;
	background-size: contain;
	background-image: url(../images/nextM.png);
	outline: 0
}

.reviews__tabs-main .review-slider .swiper-button-prev {
	width: 60px;
	height: 60px;
	left: 0;
	background-size: contain;
	background-image: url(../images/prevM.png);
	outline: 0
}

.reviews__tabs-main .review-slider .swiper-slide-next {
	opacity: 1
}

.reviews__tabs-main .review-slider .swiper-slide-next,
.reviews__tabs-main .review-slider .swiper-slide-next .phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.reviews__tabs-main .review-slider .swiper-slide-next .phone {
	width: 286px;
	height: 502px;
	background-image: url(../images/iphone.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain
}

.reviews__tabs-main .review-slider .swiper-slide-next .phone img {
	margin-top: 5px
}

.reviews__tabs-main .review-slider .swiper-slide-next a {
	outline: 0
}

.reviews__tabs-main .rs-1 .swiper-button-next {
	right: calc(50% - 200px)
}

.reviews__tabs-main .rs-1 .swiper-button-prev {
	left: calc(50% - 200px)
}

.reviews__tabs-main .rs-2 {
	position: absolute!important;
	left: 0!important;
	width: 100%;
	top: 110px
}

.reviews__tabs-main .rs-2 .swiper-slide img {
	zoom: .8
}

.reviews__tabs-main .rs-2 .swiper-slide-next a img {
	zoom: 1;
	width: 100%
}

.reviews__tabs-main .rs-2 .swiper-slide-next:hover .zoom {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.reviews__tabs-main .rs-2 .swiper-slide-next .zoom {
	width: 90px;
	height: 90px;
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	background-image: url(../images/zoom.png);
	background-size: contain;
	-webkit-transition: all .2s;
	-o-transition: .2s all;
	transition: all .2s
}

.reviews__tabs-main .rs-2 .swiper-button-next {
	right: calc(50% - 360px)
}

.reviews__tabs-main .rs-2 .swiper-button-prev {
	left: calc(50% - 360px)
}

.reviews__tabs-main .review-slider.active {
	position: static;
	opacity: 1;
	z-index: 1;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s
}

.questions {
	background-color: #f7f7f7;
	padding-top: 50px
}

.questions__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.questions h4 {
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 500;
	line-height: 68px;
	margin-bottom: 60px;
	margin-top: 0
}

.questions h4 span {
	color: #00c5ed
}

.questions__main {
	max-width: 770px;
	width: 100%;
	min-height: 540px
}

.questions__item {
	margin-bottom: 40px;
	width: 100%;
	min-height: 77px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	padding: 17px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.questions__item:last-child {
	margin-bottom: 0
}

.questions__item img {
	-webkit-transition: transform .8s;
	-o-transition: .8s transform;
	transition: transform .8s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.questions__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.questions__item-main>p {
	font-size: 18px;
	font-weight: 500
}

.questions__item-hide {
	border-top: 1px solid hsla(0, 0%, 80%, .459);
	padding: 20px 0 0;
	margin-top: 15px;
	position: absolute;
	top: -99999px;
	opacity: 0;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	max-height: 0;
	overflow: hidden
}

.questions__item-hide p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.questions__item-hide.active {
	position: static;
	opacity: 1;
	max-height: 100px;
	-webkit-transition: max-height .25s ease-in;
	-o-transition: max-height .25s ease-in;
	transition: max-height .25s ease-in
}

.questions__item:after {
	content: "";
	width: 90%;
	height: 7px;
	position: absolute;
	bottom: -7px;
	border-radius: 0 0 10px 10px;
	background-color: hsla(0, 0%, 80%, .32);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	left: 5%
}

.questions__item.active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.questions__ask {
	width: 31%;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	border-radius: 10px;
	background-color: #fff
}

.questions__ask-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding-top: 28px;
	position: absolute;
	top: -99999px;
	opacity: 0;
	-webkit-transition: all 1s;
	-o-transition: 1s all;
	transition: all 1s
}

.questions__ask-item:nth-child(2) input {
	margin-bottom: 10px
}

.questions__ask-item.qa-show {
	opacity: 1;
	position: static
}

.questions__ask p:first-child {
	font-family: HouschkaRounded-Bold;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0
}

.questions__ask p:nth-child(2) {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 22px
}

.questions__ask input {
	width: 300px;
	height: 60px;
	-webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	border-radius: 35px;
	background-color: #f5f5f5;
	border: 0;
	outline: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px;
	margin-bottom: 20px
}

.questions__ask a {
	font-size: 15px;
	font-weight: 600;
	color: #200c30;
	text-decoration: none;
	padding: 23px 56px;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s;
	-webkit-box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	background-color: #ffe541;
	background: -webkit-gradient(linear, left top, right top, from(#ffe541), to(#ffcc41));
	background: -o-linear-gradient(left, #ffe541 0, #ffcc41 100%);
	background: linear-gradient(90deg, #ffe541 0, #ffcc41)
}

.questions__ask button {
	background-image: url(../images/btn.png);
	background-position: 50%;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 5px;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 299px;
	height: 82px
}

.map {
	background-image: url(../images/bgl.png);
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 150px
}

.map h5 {
	font-family: HouschkaRounded-Bold;
	font-size: 48px;
	font-weight: 400;
	line-height: 68px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 60px;
	color: #000
}

.map h5 span {
	color: #00c5ed
}

.map__main {
	height: 600px;
	width: 100%;
	background-image: url(../images/map.png);
	padding: 60px;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .16);
	box-shadow: 0 0 25px rgba(0, 0, 0, .16);
	margin-bottom: 45px
}

.map__contacts,
.map__main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px
}

.map__contacts {
	width: 385px;
	height: 480px;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
	background-color: #fff;
	padding: 7px
}

.map__contacts form {
	height: 100%
}

.map__contacts-inner {
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .055);
	border-radius: 10px;
	padding: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.map__contacts-inner p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px
}

.map__contacts-inner p span {
	color: #00c5ed
}

.map__contacts-inner>span {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px
}

.map__contacts-inner input[type=tel] {
	width: 100%;
	height: 70px;
	-webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	border-radius: 10px;
	background-color: #f5f5f5;
	border: 0;
	outline: 0;
	text-align: center;
	padding: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.map__contacts-inner button {
	width: 100%;
	height: 79px;
	background-image: url(../images/btn.png);
	background-size: cover;
	background-position: 50%;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 5px;
	border: 0;
	outline: 0;
	cursor: pointer
}

.map__checks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 51px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.map__checks input {
	display: none
}

.map__checks input:checked+label div {
	-webkit-box-shadow: 0 5px 15px rgba(64, 201, 238, .2);
	box-shadow: 0 5px 15px rgba(64, 201, 238, .2);
	border: 1px solid #ccd8fb;
	background-color: #daf3f8
}

.map__checks label {
	width: 28%
}

.map__checks label div {
	cursor: pointer;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.map__checks label div img {
	width: 24px
}

.footer {
	padding-top: 60px;
	background-color: #fff
}

.footer__inner {
	padding-bottom: 30px
}

.footer__contacts,
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__contacts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__contacts>div img {
	margin-right: 10px
}

.footer__contacts>div:first-child>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__contacts>div:first-child span:nth-child(2) {
	padding-left: 35px;
	margin-right: 10px
}

.footer__contacts>div:first-child span a {
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	color: #200c30;
	text-decoration: none
}

.footer__contacts>div:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__contacts>div:first-child>div a,
.footer__contacts>div:nth-child(2) a {
	color: #200c30;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: none
}

.footer__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.footer__nav ul li {
	list-style: none
}

.footer__nav ul li a {
	color: #200c30;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.footer__nav ul li a:hover {
	color: #00c5ed
}

.footer__policy {
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .109)
}

.footer__policy a,
.footer__policy p {
	display: block;
	color: #200c30
}

.decorate {
	width: 1170px;
	height: 735px;
	position: fixed;
	top: calc(50% - 367.5px);
	left: calc(50% - 585px);
	border-radius: 10px;
	background-color: #fcfcfc;
	padding: 30px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99999;
	display: none
}

.decorate.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.decorate .close {
	width: 48px;
	height: 48px;
	background-image: url(../images/close.png);
	position: absolute;
	left: calc(50% - 24px);
	top: -68px;
	cursor: pointer
}

.decorate h5 {
	font-family: HouschkaRounded-Bold;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 40px;
	margin-top: 0;
	text-align: center
}

.decorate h5 span {
	color: #00c5ed
}

.decorate h4 {
	font-family: HouschkaRounded-Bold;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px
}

.decorate h4 span {
	color: #00c5ed
}

.decorate__inner {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 50px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
	border-radius: 10px;
	position: relative
}

.decorate__inner>img {
	position: absolute;
	right: -150px;
	bottom: 0
}

.decorate__inner form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.decorate__inner form div {
	margin-right: 30px
}

.decorate__inner form div p {
	color: #211433;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px
}

.decorate__inner form input {
	width: 212px;
	text-align: center;
	padding: 0 25px
}

.decorate__inner form input,
.decorate__inner form select {
	height: 60px;
	-webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, .04);
	border-radius: 10px;
	background-color: #f5f5f5;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.decorate__inner form select {
	width: 242px;
	padding: 0 28px;
	cursor: pointer
}

.decorate__inner form button {
	width: 250px;
	height: 73px;
	background-image: url(../images/btn.png);
	background-size: cover;
	background-position: 50%;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 5px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: relative;
	top: 19px
}

.decorate__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px
}

.decorate__block-item {
	border-right: 1px solid rgba(0, 0, 0, .116);
	padding: 0 30px
}

.decorate__block-item:first-child {
	padding-left: 0
}

.decorate__block-item:last-child {
	border-right: 0
}

.decorate__block-item:last-child img {
	margin-bottom: 25px
}

.decorate__block-item img {
	margin-bottom: 20px
}

.decorate__block-item p:nth-child(2) {
	color: #211433;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px
}

.decorate__block-item p:last-child {
	color: #211433;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.lid-form {
	width: 369px!important;
	height: 526px!important;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	border-radius: 10px;
	background-color: #fff;
	position: fixed;
	top: calc(50% - 263px);
	left: calc(50% - 184.5px);
	display: none;
	z-index: 99999
}

.lid-form .close {
	width: 48px;
	height: 48px;
	background-image: url(../images/close.png);
	position: absolute;
	left: calc(50% - 24px);
	top: -68px;
	cursor: pointer
}

.lid-form.show {
	display: block
}

.lid-form p:first-child {
	margin-bottom: 10px
}

.lid-form button {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	width: 322px;
	height: 82px
}

#error {
	color: red;
	font-size: 13px;
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 10px!important
}

#bal2 {
	position: absolute;
	right: 0;
	top: 985px
}

.hidde {
	display: none
}

.info {
	z-index: 99;
	right: -200px
}

.accept-body {
	text-align: center
}

.accept-body a {
	font-size: 17px;
	font-weight: 600;
	color: #200c30;
	text-decoration: none;
	padding: 23px 56px;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s;
	-webkit-box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	box-shadow: 0 15px 30px rgba(255, 204, 65, .5);
	background-color: #ffe541;
	background: -webkit-gradient(linear, left top, right top, from(#ffe541), to(#ffcc41));
	background: -o-linear-gradient(left, #ffe541 0, #ffcc41 100%);
	background: linear-gradient(90deg, #ffe541 0, #ffcc41)
}

.accept-h {
	font-size: 45px;
	margin-bottom: 0
}

.accept-h span {
	color: #00c5ed
}

.accept-p1 {
	margin-top: 20px;
	font-size: 25px;
	margin-bottom: 10px
}

.accept-p1 span {
	color: #00c5ed
}

.accept-p2 {
	margin-bottom: 50px;
	font-size: 19px
}

#bal2 {
	z-index: 0
}

.policy-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 3px;
	left: 0;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, .562);
	z-index: 99999;
	display: none
}

.policy-block {
	width: 95%;
	max-width: 750px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	border: 8px solid #f7e252;
	position: relative;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.policy-block h3,
.policy-block h4 {
	text-align: center
}

.policy-block p {
	line-height: 27px
}

.policy-block .close {
	width: 48px;
	height: 48px;
	background-image: url(http://leadme.agency/img/close.png);
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	background-size: contain
}

.sq label {
	width: 22%!important
}

.step2 label>div {
	background-size: cover
}

.step2 label[for=cel8]>div {
	background-image: url(../images/q21.png)
}

.step2 label[for=cel9]>div {
	background-image: url(../images/q22m.png)
}

.step2 label[for=cel10]>div {
	background-image: url(../images/q23.png)
}

.step2 label[for=cel11]>div {
	background-image: url(../images/q24.png)
}

.step2 label[for=cel12]>div {
	background-image: url(../images/q25.png)
}

.step2 label[for=cel13]>div {
	background-image: url(../images/q26.png)
}

.step2 label[for=cel14]>div {
	background-image: url(../images/q27.png)
}

.step2 label[for=cel15]>div {
	background-image: url(../images/q28.png)
}

.step3 label {
	width: auto!important
}

.step3 label>div {
	height: 50px;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	background: #ccc;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.step3 .quiz__block__slide-nav {
	margin-top: 217px
}

.step3-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px 0 0 10px!important;
	border: 0!important;
	background-image: url(../images/quiz3.png);
	width: 5px;
	-ms-flex-preferred-size: 56px;
	flex-basis: 56px;
	height: 50px!important;
	width: 50px!important
}

.step3-left .radio-status {
	margin-bottom: 0
}

.step3-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
	padding: 0!important;
	border-radius: 0 10px 10px 0!important;
	border: 0!important;
	background-color: #edfcff
}

.step3-right p {
	color: #000!important;
	position: static!important;
	padding: 0 20px;
	text-align: left!important
}

.step4 label {
	width: 34%!important
}

.step4 label[for=cel22]>div {
	background-image: url(../images/q41.png);
	background-size: cover
}

.step4 label[for=cel23] {
	margin-left: 35px
}

.step4 label[for=cel23]>div {
	background-image: url(../images/q42.png);
	background-size: cover
}

.step4 label[for=cel24]>div {
	background-image: url(../images/q43.png);
	background-size: cover
}

.step4 .quiz__block__slide-radio {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.quiz__block-text {
	background-position: bottom!important;
	background-repeat: no-repeat!important
}

.step5 .cel51 {
	margin-right: 35px
}

.step5 .cel51>div {
	background: #ecf1f8 url(../images/5perc.png);
	background-size: 148px 114px!important
}

.step5 .cel52>div {
	background: #ecf1f8 url(../images/bus.png);
	background-size: 210px 141px!important
}

.step5 .cel51,
.step5 .cel52 {
	width: 210px!important;
	height: 200px!important
}

.step5 .cel51>div,
.step5 .cel52>div {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	border-radius: 10px
}

.step5 .cel51>div p,
.step5 .cel52>div p {
	color: #000!important;
	text-align: center;
	top: auto;
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-weight: 500
}

.step5 .quiz__block__slide-radio {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px
}

.step5 .quiz__block__slide-nav button {
	width: 271px!important;
	height: 73px!important;
	padding-bottom: 10px!important;
	font-size: 14px!important;
	margin-top: 24px
}

.step5 .comment-block {
	margin-bottom: 30px
}

.step5 .comment-block,
.step5 .comment-block__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.step5 .comment-block__left {
	border: 1px solid rgba(0, 0, 0, .12);
	max-width: 241px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	margin-right: 31px;
	align-items: center
}

.step5 .comment-block__left p {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
	margin-left: 15px
}

.step5 .comment-block__left p span {
	color: rgba(0, 0, 0, .72);
	font-size: 12px;
	font-weight: 400
}

.step5 .comment-block__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.step5 .comment-block__right p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(0, 0, 0, .72)
}

.step5 .map__contacts-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	border: 0
}

.step5 .map__contacts-inner>div:first-child {
	width: 212px;
	margin-right: 15px
}

.step5 .map__contacts-inner>div:first-child input {
	height: 60px
}

.step5 .map__contacts-inner>div:nth-child(2) {
	width: 200px
}

.step5 .map__contacts-inner>div .map__checks,
.step5 .map__contacts-inner>div>input {
	margin-top: 10px
}

.step5 .map__checks label {
	height: 56px
}

.pinkyblock__item-img.hide {
	display: none
}

#filelabel {
	position: absolute;
	right: 30px;
	color: #00c5ed;
	text-decoration: underline;
	bottom: 395px;
	width: auto!important;
	bottom: 85px;
	cursor: pointer;
}

.complection {
	display: none
}

@media (max-width:1800px) {
	.advantages__slider-main {
		width: 970px
	}
}
@media (max-width:1475px) {
	.advantages__inner:before {
	    background-position-x: -200px !important;
	}
}
@media (max-width:1330px) {
	.advantages__inner:before {
	    background-position-x: -300px !important;
	}
}
@media (max-width:1180px) {
	.advantages__inner:before {
	    background-position-x: -400px !important;
	}
}
@media (max-width:940px) {
	.advantages__inner:before {
	    background-position-x: -500px !important;
	}
}
@media (max-width:1600px) {
	.advantages__comment {
		margin: 0 auto
	}
	.advantages__inner:before {
	    background-position-x: -100px;
	}
	.advantages__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.advantages__slider-main {
		position: static;
		margin-top: 80px
	}
	.advantages__comment-inner .autor {
		left: calc(50% - 132px)
	}
}

@media (max-width:1085px) {
	.header__clients {
		display: none
	}
	.catalog__nav-item {
		width: 299px;
		height: 102px
	}
	.catalog__nav-item>p {
		margin-left: 20px
	}
	.catalog__nav-item div img {
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: left;
		object-position: left;
		width: auto
	}
	.catalog__nav {
		width: 100%
	}
	.reviews__first {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
	.reviews__first-left h3 {
		line-height: 52px;
		margin-bottom: 15px
	}
	.reviews__first-left h3 br:nth-child(2) {
		display: none
	}
	.reviews__tabs-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.offer-popup {
		max-height: 460px;
		top: calc(50% - 230px)
	}
	.offer-popup form {
		overflow-y: scroll;
		max-height: 400px
	}
	.offer-popup__contain {
		position: static;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	.offer-popup__contain ul li:before {
		top: -5px
	}
	.offer-popup button {
		top: 0
	}
}

@media (max-width:1030px) {
	.questions__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.questions__inner>div {
		width: 100%;
		max-width: 100%
	}
	.questions__inner .questions__ask {
		margin-top: 50px
	}
	.questions__inner .questions__ask-item {
		padding: 49px 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.questions__inner .questions__ask-item * {
		margin-bottom: 0!important
	}
	.questions__inner .questions__ask-item img,
	.questions__inner .questions__ask p:nth-child(2) {
		display: none
	}
}

@media (max-width:1000px) {
	.advantages__slider-main>.swiper-container {
		width: 80%
	}
	.advantages__slider-main .swiper-container>.swiper-button-next {
		right: 35%
	}
	.advantages__slider-main .swiper-container>.swiper-button-prev {
		left: 35%
	}
	.advantages__slider-main>.swiper-slide {
		-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
		box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
		border-radius: 10px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		cursor: pointer;
		height: auto;
		max-height: 473px
	}
	.wrap {
		padding-top: 20px;
		top: 5px!important
	}
	.swiper-slide__inner {
		padding-bottom: 30px!important
	}
	.swiper-slide__inner .swiper-container .swiper-slide {
		height: 130px
	}
	.wrap .swiper-slide {
		height: 160px
	}
	.wrap .swiper-slide p {
		font-size: 15px!important
	}
	.advantages__slider-main .swiper-slide__inner p:nth-child(2) {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 11px
	}
	.advantages__inner h2 {
		font-size: 38px;
		line-height: 50px
	}
}

@media (max-width:970px) {
	.catalog__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.catalog__nav>a {
		margin-bottom: 40px
	}
	.catalog__nav-item {
		width: 310px;
		height: 60px
	}
	.catalog__nav-item:hover {
		margin-top: 0
	}
	.catalog__nav-item p {
		font-size: 17px
	}
	.catalog__nav-item p br {
		display: none
	}
	.complect__first h4 {
		width: 30%
	}
}

@media (max-width:935px) {
	.swiper-slide-active {
		opacity: 1!important
	}
	.swiper-slide-active,
	.swiper-slide-active .phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.swiper-slide-active .phone {
		width: 286px;
		height: 502px;
		background-image: url(../images/iphone.png);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:890px) {
	.questions__inner .questions__ask input {
		width: 249px!important
	}
	.questions__inner .questions__ask a {
		font-size: 14px
	}
}

@media (max-width:850px) {
	.questions__inner .questions__ask-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 30px
	}
	.questions__inner .questions__ask-item input,
	.questions__inner .questions__ask-item p {
		margin-bottom: 30px!important
	}
}

@media (max-width:1120px) {
	.complect__item>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 320px;
		padding: 22px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 10px;
		background-color: #fff
	}
	.complect__item {
		padding: 0;
		background-color: rgba(0, 0, 0, 0)
	}
	.complect__slider .swiper-button-next {
		right: 13%;
		top: calc(48% - 30px)
	}
	.complect__slider .swiper-button-prev {
		left: 13%;
		top: calc(48% - 30px)
	}
}

@media (max-width:1234px) {
	#filelabel {
	    right: 30px;
	    bottom: 385px;
	}
	.quiz__inner>h4 {
		font-size: 37px;
		margin-bottom: 10px
	}
	.reviews__tabs-nav {
		padding-left: 0
	}
	.pinkyblock {
		padding-top: 365px;
		background-position: -1008px 306px;
		background-repeat: no-repeat
	}
	.quiz__block-text {
		margin-top: 60px
	}
	.quiz__block-test {
		width: 100%
	}
	.quiz__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto
	}
	.quiz__block-text {
		width: 100%
	}
	.quiz__block-text>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.quiz__block-text>div>div:first-child {
		width: 100%;
		-webkit-box-flex: 3;
		-ms-flex-positive: 3;
		flex-grow: 3
	}
	.quiz__block-text>div div {
		width: 30%
	}
	.quiz__block-text__item {
		position: static;
		margin-bottom: 0;
		border-radius: 10px
	}
	.quiz__block-text__item:before {
		content: none
	}
	.quiz__block-text__item>div:first-child img {
		position: static;
		height: 100%;
		width: 100%;
		-o-object-position: left;
		object-position: left;
		-o-object-fit: contain;
		object-fit: contain;
		border-radius: 10px 0 0 10px
	}
	.decorate {
		width: 100%;
		left: 0
	}
}

@media (max-width:1190px) {
	.questions__main {
		max-width: 610px;
		width: 100%
	}
	.questions__ask {
		width: 350px
	}
}

@media (max-width:1150px) {
	.decorate__inner>img {
		display: none
	}
	.decorate h5 {
		font-size: 28px;
		line-height: 30px
	}
	.decorate h4 {
		margin-top: 0
	}
	.decorate__block-item p:nth-child(2) {
		font-size: 15px;
		line-height: 18px
	}
	.decorate__block-item p:last-child {
		line-height: 19px
	}
	.decorate {
		padding: 30px 20px;
		height: 70%
	}
}

@media (max-width:925px) {
	.footer__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.footer__inner>a {
		margin-top: 40px
	}
	.decorate__inner {
		max-height: 400px;
		overflow-y: scroll;
		max-width: 400px;
		width: 100%
	}
	.decorate__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.decorate__block-item {
		padding: 0;
		border: 0;
		margin-bottom: 30px
	}
	.decorate__inner form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.decorate__inner form input {
		width: 242px
	}
	.decorate {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0;
		height: auto
	}
	.decorate h5 {
		font-size: 24px;
		line-height: 27px;
		padding: 0 20px;
		margin-bottom: 10px
	}
}

@media (max-width:713px) {
	.footer__nav {
		margin-top: 40px
	}
}

@media (max-width:863px) {
	.quiz__block-text>div>div:first-child>p {
		text-align: center
	}
	.quiz__block-text>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.quiz__block-text__item {
		width: 50%!important;
		margin-bottom: 10px
	}
	.quiz {
		position: static
	}
	.both2 {
		display: none
	}
	.pinkyblock {
		padding-top: 50px;
		background-position: 50%;
		background-repeat: no-repeat
	}
	#filelabel {
		bottom: 613px;
		right: 29px
	}
}

@media (max-width:800px) {
	.advantages__slider-main,
	.advantages__slider-main>.swiper-container {
		width: 100%
	}
	.catalog__inner h3 {
		line-height: 44px
	}
	.reviews__first-left h3 {
		font-size: 39px;
		line-height: 49px
	}
	.step5 .quiz__block__slide-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:768px) {
	.ball-show {
		opacity: .8!important;
		right: -340px!important
	}
	.header__logo img {
		position: absolute;
		z-index: 0;
		width: 230px
	}
	.header__logo p {
		display: none
	}
	.main__text h1 .blue {
		font-size: 48px
	}
	.main__text h1 {
		font-size: 23px;
		line-height: 47px
	}
	.main__text h1 .purple:after {
		right: -18px;
		width: 15px;
		height: 15px
	}
	.main__text h1 .purple:before {
		width: 100%
	}
	.main__more {
		line-height: 75px
	}
	.main__slider {
		margin-bottom: 30px
	}
	.quiz__block-text__item {
		width: 100%!important
	}
	.pinkyblock__main {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto
	}
	.pinkyblock__main>div {
		width: 100%!important
	}
	.pinkyblock {
		min-height: 1335px;
		height: auto
	}
	.pinkyblock__item {
		border-radius: 10px!important;
		height: auto!important;
		margin-bottom: 20px
	}
	.pinkyblock__item:nth-child(3) img {
		display: none
	}
	.pinkyblock__item:nth-child(3)>div {
		width: 100%
	}
	.pinkyblock__item-img.hide {
		display: block
	}
	.pinkyblock__item-img.hide img {
		display: block!important;
		position: static;
		width: 130px
	}
	.pinkyblock h4 {
		font-size: 43px;
		line-height: 50px
	}
	.reviews__tabs-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.reviews__tabs-nav li {
		margin-bottom: 50px;
		margin-right: 0!important
	}
	.ex-complect .complect__first {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.ex-complect .complect__first h4 {
		width: auto;
		text-align: center
	}
	.ex-complect .complect__description {
		margin-bottom: 40px
	}
}

@media (max-width:670px) {
	.complect__first {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.complect__first h4 {
		width: auto;
		text-align: center
	}
	.complect__description {
		margin-bottom: 40px
	}
	.small-complect {
		padding-top: 40px
	}
	.answer-step p {
		display: none
	}
	#bal2 {
		top: 1033px;
		opacity: .5
	}
}

@media (max-width:650px) {
	.wrap {
		display: none
	}
	.complect__slider .swiper-button-next {
		right: 5%
	}
	.complect__slider .swiper-button-prev {
		left: 5%
	}
	.complect__description {
		width: 355px;
		padding: 5px 10px;
		background: #fff;
		background-image: none
	}
	.quiz__block__slide>p {
		font-size: 27px
	}
}

@media (max-width:600px) {
	.advantages__slider-main {
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
		-webkit-transition: none!important;
		-o-transition: none!important;
		transition: none!important
	}
	.advantages__comment {
		opacity: 1;
		bottom: 0
	}
	.step4 label[for=cel23] {
		margin-left: 0
	}
	#filelabel {
		bottom: 700px
	}
	.step3 .quiz__block__slide-nav {
		margin-top: 20px
	}
	.quiz__block__slide-radio label {
		width: 100%!important
	}
	.quiz__block__slide-radio label>div {
		height: 50px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
		background-image: none!important;
		background: #dbeff3!important
	}
	.quiz__block__slide-radio label>div>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.quiz__block__slide-radio label>div>div .radio-status {
		margin-bottom: 0
	}
	.quiz__block__slide-radio label>div>div p {
		position: static;
		color: #000
	}
	.quiz__block__slide-radio label>div>div p br {
		display: none
	}
	.quiz__block__slide-radio label {
		margin-bottom: 10px
	}
	.quiz__block__slide-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.quiz__block__slide-nav a,
	.quiz__block__slide-nav button {
		margin-top: 20px
	}
	.step5 .quiz__block__slide-nav {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.step5 .quiz__block__slide-radio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.step5 .quiz__block__slide-radio>div {
		width: 100%
	}
	.step5 .quiz__block__slide-radio .cel51 {
		margin-right: 0;
		margin-bottom: 20px
	}
	.comment-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.comment-block__left {
		margin-right: 0!important;
		margin-bottom: 20px
	}
	.both2 {
		height: 2020px
	}
	.reviews__tabs-main .rs-2 .swiper-button-next,
	.reviews__tabs-main .rs-2 .swiper-button-prev {
		top: calc(100% - 40px)
	}
	.reviews__tabs-main .rs-2 .swiper-button-next {
		right: calc(40% - 30px)!important
	}
	.reviews__tabs-main .rs-2 .swiper-button-prev {
		left: calc(40% - 30px)!important
	}
	.rs-2 .swiper-container {
		padding-bottom: 20px
	}
	.quiz__inner>h4 {
		line-height: 35px;
		margin-bottom: 30px
	}
	.quiz__inner>h4 br {
		display: none
	}
}

@media (max-width:530px) {
	body {
		zoom: .9
	}
	.close {
		background-image: url(../images/closeB.png)!important;
		top: 10px!important;
		right: 10px!important
	}
	.decorate,
	.lid-form,
	.offer-popup {
		padding-top: 70px!important
	}
	.decorate .close,
	.lid-form .close,
	.offer-popup .close {
		right: 0!important
	}
	.offer-popup form {
		max-height: 100%;
	}
	.hi-float {
		top: calc(50% - 184px)
	}
	.decorate {
		top: calc(50% - 308px)
	}
	.lid-form {
		top: calc(50% - 298px);
		padding-top: 50px!important
	}
	.header {
		z-index: 999
	}
	.header__logo img {
		position: static
	}
	.header__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.ball-show {
		opacity: .7!important;
		right: -472px!important
	}
	.plain {
		opacity: .2
	}
	.complect__slider .swiper-button-next {
		right: 0
	}
	.complect__slider .swiper-button-prev {
		left: 0
	}
	.complect__slider .swiper-container {
		width: 100%;
		margin: 0
	}
	.complect__slider .swiper-container .swiper-wrapper {
		width: 100%
	}
	.main__slider {
		width: 60%;
		height: auto;
		margin: 0 auto
	}
	.main__slider-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.main__slider-img,
	.main__slider p {
		margin-bottom: 20px
	}
	.main__slider-next {
		margin-bottom: 10px
	}
	.main__slider .ms-2 div:last-child {
		display: none
	}
	.hidde {
		display: block;
		text-align: center
	}
	.advantages__comment {
		width: 100%;
		height: auto
	}
	.advantages__inner h2 {
		font-size: 31px;
		line-height: 35px
	}
	.advantages__slider-main .swiper-slide__inner {
		padding: 18px 22px
	}
	.main__text h1 {
		display: inline
	}
	.main__text ul {
		margin-top: 20px
	}
	.catalog__inner h3 {
		font-size: 40px
	}
	.catalog__inner .wrapper>p {
		font-size: 20px;
		line-height: 27px
	}
	.quantity {
		width: 100%!important;
		height: auto!important
	}
	.reviews__first-right .quantity__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header__contacts p {
		margin-bottom: 10px
	}
	.main__more {
		line-height: 68px;
		font-size: 20px;
		width: 280px;
		margin: 0 auto;
		display: block;
		position: relative;
		top: 20px
	}
}

@media (max-width:1400px) {
	.reviews__tabs-main .rs-2 .swiper-slide img {
		zoom: .6
	}
}

@media (max-width:1070px) {
	.reviews__tabs-main .rs-2 .swiper-slide img {
		zoom: .4
	}
}

@media (max-width:840px) {
	.hi-float {
		width: 100%;
		left: 0;
		height: auto;
		top: calc(50% - 313px/2);
	}
	.hi-float p {
		font-size: 16px;
		line-height: 20px
	}
}

@media (max-width:820px) {
	.reviews__tabs-main .rs-2 .swiper-slide img {
		zoom: .7
	}
	.reviews__tabs-main .rs-2 .swiper-button-next {
		right: calc(50% - 260px)
	}
	.reviews__tabs-main .rs-2 .swiper-button-prev {
		left: calc(50% - 260px)
	}
	.reviews__tabs-main .rs-2 {
		top: 250px
	}
	.reviews__tabs-nav {
		margin-bottom: 0
	}
	.map h5 {
		line-height: 44px;
		font-size: 41px
	}
}

@media (max-width:735px) {
	.main__text h1 .purple .info {
		right: -146px;
		width: 218px
	}
}

@media (max-width:655px) {
	.info {
		top: 46px!important;
		right: -23px!important;
		width: 231px!important;
		height: 153px!important;
		background-position: 0 -13px!important;
		padding: 14px 29px 21px 22px!important
	}
}

@media (max-width:510px) {
	.rs-2 .swiper-container {
		padding-bottom: 50px
	}
	.questions__inner .questions__ask-item img,
	.questions__inner .questions__ask p:nth-child(2) {
		display: block
	}
	.questions__inner .questions__ask input {
		width: 245px!important
	}
	.questions__inner .questions__ask a {
		padding: 23px 34px
	}
	.map h5 {
		line-height: 38px
	}
	.map h5 br {
		display: none
	}
}

@media (max-width:475px) {
	.offer-popup {
		width: 100%;
		left: 0;
		padding: 30px 10px 0
	}
	.offer-popup__contain {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.offer-popup .form,
	.offer-popup__contain,
	.offer-popup__info,
	.offer-popup__radio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.offer-popup .form>div,
	.offer-popup__contain>div,
	.offer-popup__info>div,
	.offer-popup__radio>div,
	.offer-popup__radio label {
		margin-bottom: 20px
	}
}

@media (max-width:465px) {
	.info {
		right: -124px!important
	}
}

@media (max-width:460px) {
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer__inner>* {
		margin-bottom: 50px
	}
	.footer__inner .footer__inner>a,
	.footer__inner .footer__nav {
		margin-top: 0
	}
	.footer__policy {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.decorate,
	.hi-float,
	.lid-form,
	.offer-popup {
		bottom: 20px;
		top: auto
	}
	.hi-float {
		top: calc(50% - 225px)!important;
		height: 450px
	}
	.offer-popup {
		top: calc(55% - 230px)
	}
	.decorate {
		height: 548px;
		top: calc(50% - 264px)
	}
	.lid-form {
		top: calc(50% - 263px)
	}
	.offer-popup form {
		max-height: 90%
	}
	.offer-popup {
		height: 520px;
		max-height: 520px;
		padding-top: 20px;
		/* top:calc(50% - 260px)!important */
	}
}

@media (max-width:445px) {
	.step5 .map__contacts-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.step5 .map__contacts-inner>div:first-child {
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media (max-width:430px) {
	.advantages__slider-main .swiper-container>.swiper-button-next {
		right: 23%
	}
	.advantages__slider-main .swiper-container>.swiper-button-prev {
		left: 23%
	}
	.complect__inner h4 {
		font-size: 40px;
		line-height: 34px
	}
	.reviews__first-left h3 {
		font-size: 36px;
		line-height: 35px;
		margin-bottom: 30px
	}
	.reviews__first-left h3 br {
		display: none
	}
	.hi-float {
		padding: 39px
	}
	.main__slider {
		width: 80%
	}
	.main {
		height: auto
	}
}

@media (max-width:495px) {
	.map__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.map__contacts-inner p br {
		display: none
	}
	.map__contacts {
		width: 95%
	}
	.map__contacts-inner p {
		font-size: 17px
	}
	.map__contacts-inner button {
		background-size: contain;
		background-repeat: no-repeat
	}
	.map__main {
		height: 540px
	}
}

@media (max-width:405px) {
	.rs-2 .swiper-container,
	.rs-2 .swiper-slide a {
		width: 100%
	}
	.rs-2 .swiper-slide a img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top;
		object-position: top
	}
	.reviews__tabs-main {
		min-height: 300px
	}
	.rs-1 .swiper-slide-active .phone {
		width: 240px;
		height: 433px
	}
	.rs-1 .swiper-slide-active .phone img {
		width: 172px;
		margin-top: 7px
	}
	.rs-1 .swiper-button-next {
		right: calc(50% - 155px)!important
	}
	.rs-1 .swiper-button-prev {
		left: calc(50% - 155px)!important
	}
	.questions h4 {
		font-size: 42px;
		line-height: 46px
	}
}

@media (max-width:380px) {
	.complect__slider {
		zoom: .8
	}
	#filelabel {
		bottom: 684px
	}
	.complect__description {
		width: 100%
	}
	.complect__description img {
		width: 40px
	}
	.small-complect .complect__description p {
		padding-left: 10px
	}
	.reviews__tabs ul li a {
		font-size: 14px;
		padding: 19px 23px
	}
	.quiz__block {
		padding: 10px
	}
	.lid-form {
		width: 100%!important;
		left: 0
	}
	.lid-form .question-ask {
		width: 100%
	}
	.main__text h1 .blue {
		font-size: 42px
	}
	.main__text h1 {
		font-size: 24px
	}
}

@media (max-width:740px) {
	#bal3 {
		display: none
	}
}

@media (max-width:360px) {
	.info {
		right: -23px!important
	}
	#bal2 {
		top: 1062px
	}
}

@media not all and (min-resolution:0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.complect__item-price p span {
			font-size:17px!important
		}
		.complect__item>div {
			max-width: 360px!important
		}
		.complect__item-img {
			width: 100%;
			display: -webkit-flex;
			-ms-align-items: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}
		.complect__item-info {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 18px
		}
		.complect__slider .swiper-pagination-bullet {
			font-size: 19px
		}
		.complect__description p {
			font-size: 13px
		}
		.map__checks label div {
			height: 52px
		}
		.map__contacts {
			height: 517px
		}
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

p,
ul {
	margin: 0;
	padding: 0
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: TT Norms ExtraBold;
	src: url(../fonts/TTNorms-ExtraBoldItalic.eot);
	src: local("TT Norms ExtraBold Italic"), local("TTNorms-ExtraBoldItalic"), url(../fonts/TTNorms-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-ExtraBoldItalic.woff) format("woff"), url(../fonts/TTNorms-ExtraBoldItalic.ttf) format("truetype");
	font-weight: 800;
	font-style: italic
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Bold.eot);
	src: local("TT Norms Bold"), local("TTNorms-Bold"), url(../fonts/TTNorms-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Bold.woff) format("woff"), url(../fonts/TTNorms-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Thin.eot);
	src: local("TT Norms Thin"), local("TTNorms-Thin"), url(../fonts/TTNorms-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Thin.woff) format("woff"), url(../fonts/TTNorms-Thin.ttf) format("truetype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Regular.eot);
	src: local("TT Norms Regular"), local("TTNorms-Regular"), url(../fonts/TTNorms-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Regular.woff) format("woff"), url(../fonts/TTNorms-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: TT Norms Thin;
	src: url(../fonts/TTNorms-ThinItalic.eot);
	src: local("TT Norms Thin Italic"), local("TTNorms-ThinItalic"), url(../fonts/TTNorms-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-ThinItalic.woff) format("woff"), url(../fonts/TTNorms-ThinItalic.ttf) format("truetype");
	font-weight: 100;
	font-style: italic
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Italic.eot);
	src: local("TT Norms Italic"), local("TTNorms-Italic"), url(../fonts/TTNorms-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Italic.woff) format("woff"), url(../fonts/TTNorms-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Heavy.eot);
	src: local("TT Norms Heavy"), local("TTNorms-Heavy"), url(../fonts/TTNorms-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Heavy.woff) format("woff"), url(../fonts/TTNorms-Heavy.ttf) format("truetype");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Light.eot);
	src: local("TT Norms Light"), local("TTNorms-Light"), url(../fonts/TTNorms-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Light.woff) format("woff"), url(../fonts/TTNorms-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: TT Norms Black;
	src: url(../fonts/TTNorms-BlackItalic.eot);
	src: local("TT Norms Black Italic"), local("TTNorms-BlackItalic"), url(../fonts/TTNorms-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-BlackItalic.woff) format("woff"), url(../fonts/TTNorms-BlackItalic.ttf) format("truetype");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-ExtraLight.eot);
	src: local("TT Norms ExtraLight"), local("TTNorms-ExtraLight"), url(../fonts/TTNorms-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-ExtraLight.woff) format("woff"), url(../fonts/TTNorms-ExtraLight.ttf) format("truetype");
	font-weight: 200;
	font-style: normal
}

@font-face {
	font-family: TT Norms Light;
	src: url(../fonts/TTNorms-LightItalic.eot);
	src: local("TT Norms Light Italic"), local("TTNorms-LightItalic"), url(../fonts/TTNorms-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-LightItalic.woff) format("woff"), url(../fonts/TTNorms-LightItalic.ttf) format("truetype");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: TT Norms ExtraLight;
	src: url(../fonts/TTNorms-ExtraLightItalic.eot);
	src: local("TT Norms ExtraLight Italic"), local("TTNorms-ExtraLightItalic"), url(../fonts/TTNorms-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-ExtraLightItalic.woff) format("woff"), url(../fonts/TTNorms-ExtraLightItalic.ttf) format("truetype");
	font-weight: 200;
	font-style: italic
}

@font-face {
	font-family: TT Norms Bold;
	src: url(../fonts/TTNorms-BoldItalic.eot);
	src: local("TT Norms Bold Italic"), local("TTNorms-BoldItalic"), url(../fonts/TTNorms-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-BoldItalic.woff) format("woff"), url(../fonts/TTNorms-BoldItalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Medium.eot);
	src: local("TT Norms Medium"), local("TTNorms-Medium"), url(../fonts/TTNorms-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Medium.woff) format("woff"), url(../fonts/TTNorms-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-Black.eot);
	src: local("TT Norms Black"), local("TTNorms-Black"), url(../fonts/TTNorms-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-Black.woff) format("woff"), url(../fonts/TTNorms-Black.ttf) format("truetype");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: TT Norms Medium;
	src: url(../fonts/TTNorms-MediumItalic.eot);
	src: local("TT Norms Medium Italic"), local("TTNorms-MediumItalic"), url(../fonts/TTNorms-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-MediumItalic.woff) format("woff"), url(../fonts/TTNorms-MediumItalic.ttf) format("truetype");
	font-weight: 500;
	font-style: italic
}

@font-face {
	font-family: TT Norms Heavy;
	src: url(../fonts/TTNorms-HeavyItalic.eot);
	src: local("TT Norms Heavy Italic"), local("TTNorms-HeavyItalic"), url(../fonts/TTNorms-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-HeavyItalic.woff) format("woff"), url(../fonts/TTNorms-HeavyItalic.ttf) format("truetype");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: TT Norms;
	src: url(../fonts/TTNorms-ExtraBold.eot);
	src: local("TT Norms ExtraBold"), local("TTNorms-ExtraBold"), url(../fonts/TTNorms-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/TTNorms-ExtraBold.woff) format("woff"), url(../fonts/TTNorms-ExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: fonte049e093163fcd86da465c35a92b13f0;
	font-display: fallback;
	src: url(https://nomail.com.ua/files/eot/e049e093163fcd86da465c35a92b13f0.eot#iefix) format("embedded-opentype"), url(https://nomail.com.ua/files/woff/e049e093163fcd86da465c35a92b13f0.woff) format("woff"), url(https://nomail.com.ua/files/woff2/e049e093163fcd86da465c35a92b13f0.woff2) format("woff2")
}

@font-face {
	font-family: HouschkaRounded-Bold;
	font-display: fallback;
	src: local("HouschkaRounded-Bold"), url(https://nomail.com.ua/files/woff/e049e093163fcd86da465c35a92b13f0.woff) format("woff")
}

#houschkaroundedbold {
	font-family: HouschkaRounded-Bold
}

.fonte049e093163fcd86da465c35a92b13f0 {
	font-family: fonte049e093163fcd86da465c35a92b13f0
}

@font-face {
	font-family: font9096cf55195cf59de960c3aa7de6c35a;
	font-display: fallback;
	src: url(https://nomail.com.ua/files/eot/9096cf55195cf59de960c3aa7de6c35a.eot#iefix) format("embedded-opentype"), url(https://nomail.com.ua/files/woff/9096cf55195cf59de960c3aa7de6c35a.woff) format("woff"), url(https://nomail.com.ua/files/woff2/9096cf55195cf59de960c3aa7de6c35a.woff2) format("woff2")
}

@font-face {
	font-family: HouschkaPro-DemiBold;
	font-display: fallback;
	src: local("HouschkaPro-DemiBold"), url(https://nomail.com.ua/files/woff/9096cf55195cf59de960c3aa7de6c35a.woff) format("woff")
}

#houschkaprodemibold {
	font-family: HouschkaPro-DemiBold
}

.font9096cf55195cf59de960c3aa7de6c35a {
	font-family: font9096cf55195cf59de960c3aa7de6c35a
}

.swiper-container,
.swiper-container2 {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	height: auto
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2305a8eb'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2305a8eb'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination,
.swiper-pagination2 {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	display: inline-block;
	border-radius: 100%;
	background: #fff
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffd304
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s top, .2s -webkit-transform;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	-webkit-transition: transform .2s, top .2s;
	transition: transform .2s, top .2s;
	-webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top, .2s -webkit-transform;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s left, .2s -webkit-transform;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	-webkit-transition: transform .2s, left .2s;
	transition: transform .2s, left .2s;
	-webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left, .2s -webkit-transform;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s right, .2s -webkit-transform;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	-webkit-transition: transform .2s, right .2s;
	transition: transform .2s, right .2s;
	-webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right, .2s -webkit-transform;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #05a8eb;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@media(max-height: 800px) {
	.decorate {
		max-height: 80%;
		height: 80%;
		top: calc(50% - 577px/2);
		background-color: #f9f9f9;
	}
	.decorate__inner>img {
		display: none
	}
	.decorate__inner {
		max-height: 385px;
		overflow-y: scroll;
	}
}

.brhide {
	display: none;
}

@media (max-width: 530px) {
	.offer-popup {
		width: 100%;
		height: 100% !important;
		max-height: 100%;
		top: 0;
		left: 0;
	}
	.offer-popup__radio label,
	.offer-popup__radio label>div {
		width: 100%;
	}
	.offer-popup__radio label>div {
		height: auto;
		flex-direction: row;
		padding: 15px 17px;
	}
	.offer-popup__radio label {
		margin-bottom: 20px;
	}
	.offer-popup__radio label:last-child {
		margin-bottom: 0px;
	}
	.offer-popup .hr {
		margin-top: 10px;
	}
	.form-span-select {
		margin-bottom: 0;
	}
	.radio-status {
		min-width: 20px;
		margin: 0;
	}
	.offer-popup__radio label>div p {
		margin-left: 25px;
		text-align: left;
	}
	.brhide {
		display: block;
	}
	.offer-popup__radio {
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.complect__item-price p span,
	.complect__item .offer-popup__price p span {
		font-size: 19px;
		margin-left: 4.5px;
	}
	.main {
		padding-top: 278px;
	}
	.brh1 {
		display: block !important;
	}
}

@media (max-width: 1085px) {
	.offer-popup:after {
		content: '← scroll';
		position: absolute;
		top: 218px;
		transform: rotate(270deg);
		font-size: 14px;
		left: -10px;
		color: #05c6ed;
	}
}

.brh1 {
	display: none;
}
.item-type {
	display: none;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .advantages__slider-main {
    	transform: translateX(0)!important;
    }
    .advantages__comment {
    	bottom: 0 !important;
    	opacity: 1 !important;
    }
}}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	.advantages__slider-main {
    	transform: translateX(0)!important;
    }
    .advantages__comment {
    	bottom: 0 !important;
    	opacity: 1 !important;
    }
}}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
	.advantages__slider-main {
    	transform: translateX(0)!important;
    }
    .advantages__comment {
    	bottom: 0 !important;
    	opacity: 1 !important;
    }
}}
@media (max-width: 1366px) and (max-width: 768px) {

}
.offer-popup {
		height: 560px;
	}
	.offer-popup button {
		top: -10px;
	}
@media(max-width: 1181px) {
	.complect__item-contain {
	    max-width: 107px;
	}
	.complect__item-price p span {
	    font-size: 14px;
	    margin-left: 3px;
	}
}	