@charset "UTF-8";

.screen,
.screen-first{
	display: none;
}
.screen:nth-child(n+17){
	display: block;
}

html body{
	background: #f8f8f8;
	font-family: "Inter", sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.4;
	padding-top: 142px;
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important;
}

*{
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not(html):not(body):not([class*=ui-]):not([class*=slick-]):not([class^=fancybox-]):not([class^=bx-]):not(ymaps){
	transition: all 0.5s ease;
}
:invalid,
:required{
	box-shadow: none;
}
h1, h2, h3{
	line-height: 1.2;
	margin: 0;
}
h4, h5, h6{
	margin: 0;
}
ul, ol{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
label{
	font-weight: 100;
	display: block;
}
input,
button,
textarea,
select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
}

a:not(.btn),
a:not(.btn):focus{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
a:not(.btn):hover{
	color: #000;
}

img{
	max-width: 100%;
}

.btns{
	text-align: center;
}
.btn,
.btn:focus{
	background: #aae079;
	color: #000;
	width: 100%;
	max-width: 330px;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	text-decoration: none !important;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	border-radius: 10px;
	text-shadow: 0 0 0 #000;
}
.btn:hover{
	background: #8cd449;
}

.btn.white,
.btn.white:focus{
	background: #f8f8f8;
	border: #8cd449 1px solid;
	color: #000;
}
.btn.white:hover{
	background: #fff;
}

.btn.blue,
.btn.blue:focus{
	background: #3261ec;
	color: #fff;
	font-weight: 500;
}
.btn.blue:hover{
	background: #4373ff;
}

.slick-dots{
	margin: 15px 0 0;
	display: flex;
	gap: 12px;
	justify-content: center;
}
.slick-dots li{
	background: #0468fe;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: relative;
}
.slick-dots li:before{
	content: '';
	opacity: 0;
	background: #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.slick-dots li:not(.slick-active):before{
	opacity: 1;
}
.slick-dots button{
	opacity: 0;
	width: 100%;
	height: 100%;
}
.slick-arrow{
	padding: 10px;
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
}
.slick-arrow.prev{
	right: auto;
	left: -80px;
	transform: scaleX(-1) translateY(-50%);
}

.slick-initialized{
	display: flex;
	flex-flow: row wrap;
}
.slick-track{
	height: 100%;
}
.slick-initialized .item{
	min-width: 100px;
}

.slider-image:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.slider-image:not(.slick-initialized) .item{
	width: 500px;
}
.slider-image.slick-initialized .item{
	padding: 0 10px;
	transform: translateX(-90px);
}
.slider-image:not(.slick-initialized) .item:nth-child(n+3){
	display: none;
}
.slider-image .video{
	background: #eef0ef;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.slider-image .video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-reviews:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.slider-reviews.slick-initialized .item{
	height: 100%;
	padding: 0 10px;
	transform: translateX(-50px);
}
.slider-reviews:not(.slick-initialized) .item:nth-child(n+5){
	display: none;
}
.slider-reviews .area{
	height: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.slider-reviews .image{
	border-radius: 10px;
}
.slider-reviews .header{
	min-height: 90px;
	padding: 30px 30px 0 110px;
	font-weight: 500;
	position: relative;
}
.slider-reviews .photo{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 30px;
}
.slider-reviews .name{
	line-height: 1.2;
}
.slider-reviews .text{
	color: #666;
	padding: 20px 30px 30px;
}
.slider-reviews .stars svg{
	width: 15px;
	height: 15px;
	margin: 7px 1px 0 0;
}
.slider-reviews .stars-0 span svg .f-green path{
	fill: #eef0ef;
}
.slider-reviews .stars-1 span:nth-child(n+2) svg .f-green path{
	fill: #eef0ef;
}
.slider-reviews .stars-2 span:nth-child(n+3) svg .f-green path{
	fill: #eef0ef;
}
.slider-reviews .stars-3 span:nth-child(n+4) svg .f-green path{
	fill: #eef0ef;
}
.slider-reviews .stars-4 span:nth-child(n+5) svg .f-green path{
	fill: #eef0ef;
}

.logo{
	background: url(../images/logo.webp) no-repeat center / contain;
	width: 240px;
	height: 65px;
	display: inline-block;
	vertical-align: top;
}
.logo.mini{
	background-image: url(../images/logo-mini.webp);
	width: 199px;
	height: 45px;
}
.logo.medium{
	width: 199px;
	height: 54px;
}

.social{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: center;
}
.social a{
	background: no-repeat center / contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
}
.social .ws{
	background-image: url(../images/icon-ws.webp);
}
.social .tg{
	background-image: url(../images/icon-tg.webp);
}
.social .yt{
	background-image: url(../images/icon-yt.webp);
}

h1{
	font-size: 48px;
	font-weight: 500;
}
h2{
	font-size: 24px;
	font-weight: 500;
}
h3{
	font-size: 24px;
	font-weight: 500;
}
h4,
h5,
h6{
	font-size: 18px;
	font-weight: 500;
}

.svg svg{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.svg.svg-after svg{
	margin-left: 11px;
}
.svg.arrow-2 svg{
	width: 23px;
	height: 10px;
}
.svg.shield svg{
	width: 34px;
	height: 34px;
}
.svg.calendar svg{
	width: 31px;
}
.svg.hourglass svg{
	width: 27px;
	height: 31px;
}
.svg.pen svg{
	width: 33px;
	height: 33px;
}

.oval-item,
.oval .title{
	padding: 8px 0 13px 27px;
	position: relative;
}
.oval-item:before,
.oval .title:before{
	content: "";
	background: #aae079;
	width: 48px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(-28.5deg);
	clip-path: ellipse(50% 50% at 50% 50%);
}
.oval .text{
	margin-top: 20px;
}
.oval.marker .title{
	padding: 0 0 0 27px;
}
.oval.marker .title:before{
	background: #8cd449;
	width: 16px;
	height: 14px;
	top: 5px;
	clip-path: ellipse(50% 45% at 50% 50%);
}

.oval.even-odd .item:nth-child(even) .title:before{
	background: #eef0ef;
}

.ol-oval{
	counter-reset: oval-1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 40px;
	margin-top: 45px;
}
.ol-oval li{
	counter-increment: oval-1;
	list-style: none;
	padding-left: 88px;
	position: relative;
}
.ol-oval li:before{
	content: "";
	background: #eef0ef;
	width: 69px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(-28.5deg);
	clip-path: ellipse(50% 50% at 50% 50%);
}
.ol-oval li:after{
	content: counter(oval-1);
	color: #495159;
	width: 70px;
	line-height: 53px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ol-oval .title{
	font-weight: 500;
}
.ol-oval .text{
	color: #495159;
	margin-top: 10px;
}

.selectric{
	background: #fff;
	border: #eef0ef 1px solid;
	color: #495159;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	border-radius: 10px;
}
.selectric .selectric-label{
	height: 56px;
	line-height: 55px;
	margin: 0 50px 0 14px;
}
.selectric .button{
	background: none;
	right: 20px;
}
.selectric .button:before{
	content: '';
	border: #495159 2px solid;
	border-top: none;
	border-left: none;
	width: 10px;
	height: 10px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scaleY(0.9) translate(-50%,-50%) rotate(45deg);
}
.selectric .button span{
	display: none;
}

.form-image .container{
	display: grid;
	gap: 30px;
}
.form-image .area{
	align-self: center;
}
.form-image .area .text{
	font-size: 20px;
	line-height: 1.2;
	margin-top: 17px;
}
.form-image.pre-form .area .text{
	font-size: 24px;
	margin-top: 40px;
}
.form-image .area .btn{
	margin-top: 50px;
}

.form-grid .fields{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.form-grid .fields .from-to{
	display: flex;
}
.form-grid .fields .from-to .field{
	width: 50%;
}
.form-grid .fields .from-to .field .selectric{
	border-radius: 10px 0 0 10px;
}
.form-grid .fields .from-to .field:last-child .selectric{
	border-left: none;
	border-radius: 0 10px 10px 0;
}
.form-grid .form-input input,
.form-grid .form-input textarea,
.form-grid .form-select select,
.form-grid .form-select .selectric{
	width: 100%;
}

.form-float .fields{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.form-float .form-input,
.form-float .form-select{
	width: 400px;
	max-width: 100%;
}
.form-float .field.w310{
	width: 310px;
}
.form-float .field.w417{
	width: 417px;
}
.form-float .form-input input,
.form-float .form-input textarea,
.form-float .form-select select,
.form-float .form-select .selectric{
	width: 100%;
}
.form-float .btns{
	width: 100%;
}
.form-float .btns .btn{
	margin-top: 10px;
}

.form-fields{
	margin-top: 50px;
}
.form-fields .form-input input,
.form-fields .form-input textarea{
	border: #eef0ef 1px solid;
	color: #495159;
	font-size: 18px;
	font-weight: 100;
	padding: 16px 22px 17px;
	border-radius: 10px;
}
.form-fields .form-textarea input,
.form-fields .form-textarea textarea{
	width: 100%;
}
/* .form-fields .form-radio{
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.form-fields .form-radio-input{
	display: none;
}
.form-fields .form-radio-label{
	border: #92979b 1px solid;
	padding: 2.5px 10px;
	cursor: pointer;
	user-select: none;
	border-radius: 5px;
}
.form-fields .form-radio-input:checked + .form-radio-label{
	background: grey;
	color: #fff;
} */
.form-fields .form-checkbox{
	display: inline-block;
	vertical-align: top;
}
.form-fields .form-checkbox-input{
	display: none;
}
.form-fields .form-checkbox-label{
	color: #495159;
	cursor: pointer;
	padding-left: 31px;
	display: block;
	position: relative;
}
.form-fields .form-checkbox-label:before{
	content: '';
	background: #fff;
	border: #92979b 1px solid;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 1px;
	left: 0;
	transition: all 0.2s ease;
	border-radius: 5px;
}
.form-fields .form-checkbox-label:after{
	opacity: 0;
	content: '';
	background: #aae079;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: 2px;
	border-radius: 4px;
	transition: all 1s ease;
}
.form-fields .form-checkbox-input:checked + .form-checkbox-label:before{
	border-color: #aae079;
}
.form-fields .form-checkbox-input:checked + .form-checkbox-label:after{
	opacity: 1;
}
.form-fields .form-checkbox-label a,
.form-fields .form-checkbox-label a:focus{
	color: #495159;
	text-decoration: underline;
}

.persona{
	padding-top: 96.6%;
	position: relative;
}
.persona .oval-image{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.persona .oval-image .figure{
	background: #eef0ef;
	width: 100%;
	padding-top: 86%;
	display: block;
	position: absolute;
	bottom: -11px;
	left: 17px;
	clip-path: ellipse(50% 45% at 50% 50%);
	transform: rotate(-28.5deg);
}
.persona .oval-image .image{
	width: 49.18%;
	text-align: right;
	position: absolute;
	bottom: -3px;
	left: 60px;
	clip-path: polygon(0 0, 100% 0, 100% 97.3%, 95% 97.9%, 90% 98.6%, 85% 99%, 80% 99.4%, 75% 99.7%, 70% 99.8%, 65% 99.8%, 60% 99.8%, 55% 99.6%, 50% 99.2%, 45% 98.6%, 40% 97.9%, 35% 97.1%, 30% 96%, 25% 94.6%, 20% 93.1%, 15% 91.2%, 10% 89%, 7% 87.4%, 5% 86.1%, 3% 84.95%, 2% 84.1%, 1% 83.4%, 0 82.5%);
}
.persona .oval-image .image img{
	display: block;
}
.persona .block{
	width: 230px;
	position: absolute;
	top: 210px;
	right: 23px;
	z-index: 1;
}
.persona .title{
	font-weight: 500;
	margin: 18px 0 0 10px;
}
.persona .text{
	margin: 10px 0 0 37px;
}

.text-items{
	display: grid;
	grid-column-gap: 60px;
	grid-row-gap: 30px;
	margin-top: 40px;
}
.text-items .title{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}
.text-items .text{
	margin-top: 5px;
}

.icon-items{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	margin-top: 50px;
}

.image-items{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px;
	margin-top: 50px;
}
.image-items img{
	width: 240px;
	display: block;
	margin: 0 auto;
}
.image-items .text{
	font-size: 18px;
	margin-top: 15px;
}

.images-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.images-grid .item{
	width: 385px;
	height: 330px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.images-grid .item.big{
	width: calc(100% - 810px);
}
.images-grid img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.screen{
	margin: 120px 0;
}
.screen .hdr-text{
	max-width: 600px;
	margin-top: 15px;
}

.screen-first{
	padding-top: 60px;
}
.screen-first .row-1{
	display: grid;
	grid-template-columns: auto 698px;
	gap: 30px;
}
.screen-first .row-1 .area{
	align-self: center;
}
.screen-first .row-1 .text{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 15px;
}
.screen-first .row-1 .btns{
	display: flex;
	gap: 20px;
	margin-top: 50px;
}
.screen-first .row-2 .text-items{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
}
.screen-first .row-2 .text-items .title{
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
}
.screen-first .row-2 .text-items .text{
	font-size: 18px;
	margin-top: 10px;
}

.main-calculator .btn{
	margin-top: 20px;
}

.main-guarantee .container{
	display: grid;
	grid-template-columns: auto 571px;
	gap: 35px;
}
.main-guarantee .hdr{
	grid-column: 1 / -1;
}
.main-guarantee .text-items{
	grid-column-gap: 40px;
	grid-row-gap: 25px;
	margin-top: 20px;
}
.main-guarantee .text-items .title{
	font-size: 18px;
	margin-top: 12px;
}
.main-guarantee .text-items .text{
	color: #495159;
	margin-top: 10px;
}

.history .text-items{
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
.history .text-items .item{
	padding: 43px 60px 0 0;
	position: relative;
}
.history .text-items .item:before{
	content: "";
	background: #8cd449;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 1;
}
.history .text-items .item:last-child:before{
	background: linear-gradient(90deg, #8cd449, #8cd44900);
}
.history .text-items .item:after{
	content: "";
	background: #f8f8f8;
	border: #8cd449 2px solid;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 50%;
}
.history .text-items .item:last-child:after{
	background: radial-gradient(circle at center, #8cd449 0 5px, #f8f8f8 6px 100%);
	box-shadow: 0px 0px 10px 5px #8cd4494d;
}
.history .text-items .text{
	color: #1f1f1f;
	font-size: 18px;
}

.numbers .text-items{
	max-width: 1300px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 55px;
}
.numbers .text-items .text{
	padding-left: 28px;
	margin-top: 10px;
	font-size: 18px;
}

.main-reviews .btn{
	margin-top: 40px;
}

.main-reviews .slider-reviews,
.clients-photo .images-grid,
.clients-video .slider-image,
.slider-articles{
	margin-top: 47px;
}

.video-reviews .container{
	display: grid;
	grid-template-columns: 460px auto;
	gap: 50px;
}
.video-reviews .hdr{
	grid-column: 1 / -1;
}
.video-reviews .caption{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
.video-reviews .description{
	max-width: 700px;
	font-size: 18px;
}
.video-reviews .items .item{
	background: #fff;
	position: relative;
	padding: 30px 30px 33px 130px;
	border-radius: 10px;
}
.video-reviews .items .item + .item{
	margin-top: 20px;
}
.video-reviews .items img{
	position: absolute;
	top: 30px;
	left: 30px;
}
.video-reviews .items .title{
	font-size: 18px;
	font-weight: 500;
}
.video-reviews .items .title svg{
	width: 25px;
	height: 25px;
	margin: 0 11px 0 0;
	transform: translateY(-1px);
}
.video-reviews .items .text{
	color: #666;
	margin-top: 5px;
}
.video-reviews .items .link{
	color: #07f;
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
}
.video-reviews .video{
	padding-top: 56.36%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.video-reviews .video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.clear-pricing .btn{
	margin-top: 50px;
}

.slider-articles:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}
.slider-articles .item{
	font-size: 18px;
}
.slider-articles .image{
	background: no-repeat center / cover;
	padding-top: 80%;
	border-radius: 10px;
}
.slider-articles .title{
	font-weight: 500;
	margin-top: 15px;
}
.slider-articles .text{
	margin-top: 12px;
}
.slider-articles .link,
.slider-articles .link:focus{
	color: #07f;
	margin-top: 15px;
}

.main-articles .btn{
	margin-top: 50px;
}

.advantages .item{
	font-size: 18px;
	padding-left: 52px;
	position: relative;
}
.advantages .item svg{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.additional-services .text-items{
	grid-column-gap: 35px;
	grid-row-gap: 30px;
}
.additional-services .text-items .title{
	font-size: 16px;
}
.additional-services .text-items .title span{
	color: #aae079;
	display: inline-block;
	margin-left: 5px;
}
.additional-services .text-items .text{
	margin-top: 10px;
}
.additional-services .btns{
	margin-top: 40px;
}
.additional-services .block-actions{
	display: grid;
	gap: 20px;
	margin-top: 120px;
}
.additional-services .block-actions .item{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
.additional-services .block-actions .image{
	background: no-repeat center / contain;
	width: 115px;
	height: 49px;
}
.additional-services .block-actions .title{
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}
.additional-services .block-actions .text{
	color: #495159;
	margin-top: 8px;
}
.additional-services .block-actions .text a,
.additional-services .block-actions .text a:focus{
	color: #3261ec;
}
.additional-services .block-actions .btn{
	margin-top: 20px;
}

.main-map .block{
	margin-top: 22px;
	position: relative;
}
.main-map .area{
	background: #ffffff99;
	width: 100%;
	max-width: 550px;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	border-radius: 10px;
	backdrop-filter: blur(15px);
}
.main-map .logo{
	margin-top: 7px;
}
.main-map .cols{
	max-width: 500px;
	display: grid;
	gap: 20px;
	margin-top: 20px;
}
.main-map .col-1{
	display: grid;
	grid-template-columns: 160px auto;
	gap: 20px;
}
.main-map .phone{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
}
.main-map .email a{
	color: #666;
}
.main-map .social{
	max-height: 40px;
	gap: 10px;
	margin-top: 0;
	overflow-y: hidden;
}
.main-map .text{
	color: #666;
	line-height: 1.5;
	font-size: 14px;
}
.main-map .btns{
	margin-top: 20px;
}
.main-map .btn{
	padding-right: 14px;
	padding-left: 14px;
}

.yandex-map{
	background: #b4ddf4;
	width: 100%;
	height: 700px;
	max-height: 95dvh;
	overflow: hidden;
	border-radius: 16px;
}
.yandex-map .ymaps-2-1-79-map-copyrights-promo{
	display: none !important;
}
.yandex-map.active .ymaps-2-1-79-map-copyrights-promo{
	display: block !important;
}

.faq .text-items{
	grid-column-gap: 50px;
	grid-row-gap: 15px
}
.faq .item{
	border-bottom: #d5d6d8 1px solid;
	padding-bottom: 15px;
	position: relative;
}
.faq .title{
	font-size: 16px;
	padding-right: 110px;
	cursor: pointer;
	position: relative;
}
.faq .switcher{
	border: #aae079 2px solid;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 50%;
}
.faq .switcher:before,
.faq .switcher:after{
	content: "";
	background: #495159;
	width: 16px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.faq .open .switcher:after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq .text{
	max-height: 0;
	overflow: hidden;
	font-size: 14px;
	margin-top: 0;
	transition: all 0.2s ease !important;
}
.faq .open .text{
	max-height: 1000px;
	padding-top: 20px;
	transition: all 0.5s ease !important;
}

#header{
	display: none;
	background: #f8f8f8;
	width: 100%;
	padding: 20px 0;
	box-shadow: 0px 2px 30px 0px #0000000a;
	position: fixed;
	top: 0;
	z-index: 800;
}
#header .row-1{
	display: grid;
	grid-template-columns: auto 160px 160px;
	gap: 25px;
}
#header .topmenu{
	display: flex;
	gap: 30px
}
#header .topmenu a,
#header .topmenu a:focus{
	color: #495159;
}
#header .phones{
	position: relative;
}
#header .phones .main-phone{
	font-size: 18px;
	font-weight: 500;
	padding-left: 19px;
}
#header .phones .main-phone:before{
	content: '';
	border: #000 2px solid;
	border-top: none;
	border-left: none;
	width: 8px;
	height: 8px;
	margin-top: -2px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: scaleY(0.9) translateY(-50%) rotate(45deg);
}
#header .phones .list{
	opacity: 0;
	pointer-events: none;
	background: #fff;
	padding: 15px;
	text-align: center;
	position: absolute;
	top: 28px;
	right: -8px;
	left: -12px;
	border-radius: 10px;
	box-shadow: 5px 5px 15px 0px #0000001a;
}
#header .phones.open .list{
	opacity: 1;
	pointer-events: auto;
}
#header .phones .list a{
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}
#header .phones .list a + a{
	margin-top: 5px;
}
#header .feedback{
	color: #8cd449;
	font-size: 18px;
	font-weight: 500;
	padding-left: 27px;
	position: relative;
}
#header .feedback svg{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#header .row-2{
	display: grid;
	grid-template-columns: 146px 199px auto 233px;
	gap: 30px;
	margin-top: 16px;
}
#header .logo{
	margin-top: 2px;
}
#header .search{
	position: relative;
}
#header .search .search-btn,
#header .search .search-btn:focus{
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#header .search .search-btn svg{
	width: 19px;
	height: 19px;
	transform: translateY(-1px);
}
#header .search input{
	border: #8cd449 2px solid;
	width: 100%;
	padding: 17px 20px 19px;
	border-radius: 10px;
}
#header .links{
	font-size: 10px;
	text-align: right;
	padding-right: 3px;
}
#header .links a{
	display: inline-block;
	vertical-align: top;
	padding-top: 43px;
	text-align: center;
	position: relative;
}
#header .links svg{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#header .links .wishlist{
	margin-left: 28px;
}
#header .links .wishlist svg{
	width: 32px;
	height: 27px;
	top: 9px;
}
#header .links .auth{
	margin-left: 33px;
}
#header .links .auth svg{
	width: 28px;
	height: 28px;
	top: 8px;
}

.catalog-btn,
.catalog-btn:focus{
	background: #fff;
	color: #000;
	width: 146px;
	height: 60px;
	line-height: 59px;
	font-size: 18px;
	padding-left: 48px;
	position: relative;
	border-radius: 10px;
	text-shadow: 0 0 0 #000;
}
.catalog-btn svg{
	width: 16px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
}

#footer{
	margin-top: 120px;
}
#footer .container{
	text-align: center;
	padding-bottom: 50px;
	position: relative;
}
#footer .image{
	width: 590px;
	max-width: 100%;
	margin-top: 40px;
}
#footer .image img{
	width: 100%;
	display: block;
}
#footer .row-1{
	border-top: #eef0ef 2px solid;
	padding-top: 50px;
}
#footer .row-2{
	margin-top: 40px;
}
#footer .cols{
	max-width: 790px;
	display: grid;
	grid-column-gap: 70px;
	grid-row-gap: 30px;
}
#footer .cols .title{
	font-weight: 500;
}
#footer .cols .text{
	color: #666;
	margin-top: 13px;
	font-size: 14px;
}
#footer .cols .col-3 .text{
	margin-top: 3px;
}
#footer .cols .text a,
#footer .cols .text a:focus{
	color: #666;
}
#footer .copyright{
	color: #666;
	margin-top: 10px;
}

svg .f-green path{
	fill: #8cd449;
}
svg .s-black path{
	stroke: #000;
}
svg .s-green path{
	stroke: #8cd449;
}
svg .s-grey path{
	stroke: #495159;
}

@font-face {
	font-family: "Inter";
	font-weight: 100;
	src: url("./fonts/inter_light.eot");
	src: url("./fonts/inter_light.eot?#iefix") format("embedded-opentype"),
		url("./fonts/inter_light.woff2") format("woff2"),
		url("./fonts/inter_light.woff") format("woff"),
		url("./fonts/inter_light.ttf") format("truetype"),
		url("./fonts/inter_light.svg#inter_light") format("svg");
}
@font-face {
	font-family: "Inter";
	font-weight: 500;
	src: url("./fonts/inter_medium.eot");
	src: url("./fonts/inter_medium.eot?#iefix") format("embedded-opentype"),
		url("./fonts/inter_medium.woff2") format("woff2"),
		url("./fonts/inter_medium.woff") format("woff"),
		url("./fonts/inter_medium.ttf") format("truetype"),
		url("./fonts/inter_medium.svg#inter_medium") format("svg");
}