/*
Theme Name: ExamenLine
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: http://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('fonts/Montserrat-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Italic'), local('Montserrat-Italic'),
		url('fonts/Montserrat-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Regular'), local('Gilroy-Regular'),
		url('fonts/Gilroy-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Black'), local('Gilroy-Black'),
		url('fonts/Gilroy-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #242424;
	height: 100%;
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #242424;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1216px;
	margin: 0 auto;
}
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
a {
	color: #242424;
	text-decoration: none;
	outline: none;
}
.slick-slide{
	outline: none !important;
}
img, svg{
	max-width: 100%;
	height: auto;
	overflow: visible;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.toptext{
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
}
.site-header{
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	padding-bottom: 14px;
	z-index: 10;
	transition: box-shadow 0.1s ease-out;
}
/* .admin-bar .site-header{
	top: 32px;
} */
.site-header.fixed{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.site-header__container{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.site-header__left{
	display: flex;
	align-items: center;
}
.header-logo{
	width: 189px;
}
.header-contact{
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 16px;
}
.header-contact li{
	position: relative;
	padding-left: 30px;
	margin: 4px 4px 7px 26px;
}
.header-contact li span{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -1px;
	left: 0;
}
.header-contact li span svg{
	max-width: 100%;
	fill: none;
	stroke: #242424;
	stroke-width: 1.5;
}
.site-header__right{
	display: flex;
	align-items: center;
}
.header-timework{
	font-size: 14px;
	text-align: right;
	margin-left: 26px;
}
.header-social{
	display: flex;
	margin: 0 0 4px 20px;
}
.header-social a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #5956E9;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 10px;
}
.header-social a:hover{
	background: #3734CB;
}
.header-social a svg{
	fill: #fff;
}
.header-lang{
	display: flex;
	align-items: center;
	font-size: 16px;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 0 0 4px 34px;
}
.header-lang li:not(:last-child):after{
	content: '/';
	display: inline-block;
	margin: 0 4px;
}
.header-lang li.current-lang{
	font-weight: bold;
}
.header-lang li.current-lang a{
	color: #3734CB;
}
.header-nav.fixed > div{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	z-index: 10;
}
.header-nav > div > ul{
	display: flex;
	justify-content: center;
	padding: 6px 0;
}
.header-nav > div > ul > li{
	margin: 0 20px 0 21px;
	position: relative;
}
.header-nav > div > ul > li svg{
	fill: none;
	stroke: #242424;
	stroke-width: 1.5;
	margin: 0 0 1px 5px;
}
.header-nav > div > ul > li:hover > svg{
	stroke: #5956E9;
}
.header-nav > div > ul > li > a{
	font-size: 16px;
	line-height: 20px;
}
.header-nav > div > ul > li:hover > a{
	color: #5956E9;
}
.header-nav > div > ul > li > ul{
	position: absolute;
	left: -14px;
	top: 40px;
	padding: 20px 20px 12px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s linear;
}
.header-nav > div > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: visibility 0s linear 0s, opacity 0.2s linear, transform 0.2s linear, transform 0.2s linear;
}
.header-nav > div > ul > li > ul:before{
	content: '';
	display: block;
	height: 25px;
	position: absolute;
	left: 0;
	top: -25px;
	right: 0;
}
.header-nav > div > ul > li > ul > li{
	margin-bottom: 8px;
	position: relative;
}
.header-nav > div > ul > li > ul > li svg{
	display: none;
}
.header-nav > div > ul > li > ul > li > a{
	font-size: 14px;
}
.header-nav > div > ul > li > ul > li:hover > a{
	color: #5956E9;
}
.header-nav > div > ul > li > ul > li > ul{
	width: 300px;
	position: absolute;
	right: -300px;
	top: 0;
	padding: 20px 20px 12px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: visibility 0s linear 0.1s, opacity 0.1s linear, transform 0.1s linear;
}
.header-nav > div > ul > li > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: visibility 0s linear 0s, opacity 0.1s linear, transform 0.1s linear, transform 0.1s linear;
}
.header-nav > div > ul > li > ul > li > ul > li{
	margin-bottom: 8px;
	position: relative;
}
.header-nav > div > ul > li > ul > li > ul > li > a{
	font-size: 14px;
}
.header-nav > div > ul > li > ul > li > ul > li > a:hover{
	color: #5956E9;
}





.header-nav > div > ul > li > ul > li > ul > li{
	margin-bottom: 8px;
	position: relative;
}
.header-nav > div > ul > li > ul > li > ul > li svg{
	display: none;
}
.header-nav > div > ul > li > ul > li > ul > li > a{
	font-size: 14px;
}
.header-nav > div > ul > li > ul > li > ul > li:hover > a{
	color: #5956E9;
}
.header-nav > div > ul > li > ul > li > ul > li > ul{
	width: 300px;
	position: absolute;
	right: -300px;
	top: 0;
	padding: 20px 20px 12px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: visibility 0s linear 0.1s, opacity 0.1s linear, transform 0.1s linear;
}
.header-nav > div > ul > li > ul > li > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: visibility 0s linear 0s, opacity 0.1s linear, transform 0.1s linear, transform 0.1s linear;
}
.header-nav > div > ul > li > ul > li > ul > li > ul > li{
	margin-bottom: 8px;
	position: relative;
}
.header-nav > div > ul > li > ul > li > ul > li > ul > li > a{
	font-size: 14px;
}
.header-nav > div > ul > li > ul > li > ul > li > ul > li > a:hover{
	color: #5956E9;
}
.touch-menu{
	display: none;
}
/* Common
-----------------------------------------------------------------------------*/
.breadcrumbs{
	padding: 20px 0;
}
.breadcrumbs a{
	color: #ff5924;
	text-decoration: underline;
}
.breadcrumbs a:hover{
	text-decoration: none;
}
.waves{
	width: 161px;
	height: 60px;
	background: url(images/waves.svg) repeat-x 0 0 / auto 100%;
	transition: background-position 0.1s ease-out;
}
.waves_orange{
	background: url(images/waves-orange.svg) repeat-x 0 0 / auto 100%;
}
.waves_blue{
	background: url(images/waves-blue.svg) repeat-x 0 0 / auto 100%;
}
.move-animate{
	transition: transform 0.1s ease-out;
}
.blot{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.button{
	display: inline-block;
	padding: 20px 35px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	background :#FF5924;
	color: #fff;
	text-align: center;
}
.button:hover{
	background: #E84B19;
}
.button:active{
	background: #CA3B0D;
}
.section-title{
	width: 1000px;
	max-width: 100%;
	font-weight: 600;
	font-size: 22px;
	line-height: 105%;
	text-align: center;
	margin: 0 auto 29px;
}
.section-title span{
	color: #FF5924;
}
.section-subtitle{
	width: 550px;
	max-width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 40px;
}
.section-subtitle span{
	font-weight: 500;
	color: #FF5924;
}
.section-welcome{
	padding: 20px 0 24px;
}
.section-welcome__container{
	display: flex;
	min-height: 547px;
	padding: 51px 0;
	position: relative;
}
.section-welcome__bg{
	width: 90%;
	height: 96%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-welcome__bg svg{
	width: 100%;
	height: 100%;
	fill: #EAF4FD;
}
.section-welcome__content{
	width: 58.33333333333%;
	padding: 40px 75px 40px 70px;
	position: relative;
}
.section-welcome__content .section-title{
	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	/* min-height: 142px; */
}
.section-welcome__content .section-subtitle{
	width: 100%;
	text-align: left;
}
.section-welcome__image{
	position: relative;
	width: 41.66666666666%;
	padding-left: 35px;
}
.section-welcome__image svg{
	position: relative;
	display: block;
}
.section-welcome .waves{
	width: 120px;
	height: 44px;
	position: absolute;
	top: 64px;
	right: 26px;
	z-index: 1;
}
.section-welcome__btn-mobile{
	display: none;
}
/* .section-welcome_price .section-welcome__content .section-title,
.section-welcome_solving .section-welcome__content .section-title,
.section-welcome_guarantee .section-welcome__content .section-title,
.section-welcome_faq .section-welcome__content .section-title{
	min-height: 0;
} */
.section-subject{
	padding: 30px 0 50px;
}
.section-subject__marquee{
	min-height: 150px;
}
.section-subject__container{
	display: flex;
}
.section-subject__col{
	width: 206px;
	padding: 0 10px;
	flex-shrink: 0;
}
.section-subject__item{
	display: block;
	height: 100%;
	padding: 16px 10px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	border-radius: 10px;
	text-align: center;
}
.section-subject__item:hover{
	color: #5956E9;
	box-shadow: 0px 0px 15px rgba(44, 52, 60, 0.2);
}
.section-subject__icon{
	margin-bottom: 6px;
}
.section-trust{
	padding: 50px 0;
}
.section-trust__container{
	display: flex;
	padding: 21px 0 20px;
}
.section-trust__advant{
	width: calc(100% - 420px);
}
.section-trust__item{
	margin-bottom: 30px;
}
.section-trust__title{
	font-weight: 900;
	font-size: 50px;
	color: #5956E9;
	margin-bottom: 10px;
}
.section-trust__text{
	font-size: 30px;
}
.section-trust__list{
	width: 420px;
	padding: 4px 0 0 10px;
	font-size: 18px;
}
.section-trust__list li{
	opacity: 0;
	width: 309px;
	max-width: 100%;
	position: relative;
	padding: 0 0 27px 18px;
	margin-bottom: 30px;
}
.section-trust__list.animate li{
	animation: fadeIn .2s forwards;
}
.section-trust__list.animate li:nth-child(2){animation-delay: 0.2s;}
.section-trust__list.animate li:nth-child(3){animation-delay: 0.4s;}
.section-trust__list.animate li:nth-child(4){animation-delay: 0.6s;}
.section-trust__list.animate li div{animation: fadeIn .2s forwards;}
.section-trust__list.animate li:nth-child(2) div{animation-delay: 0.6s;}
.section-trust__list.animate li:nth-child(3) div{animation-delay: 0.8s;}
.section-trust__list.animate li:nth-child(4) div{animation-delay: 1.0s;}
.section-trust__list.animate li span{animation: fullWidth .2s forwards;}
.section-trust__list.animate li:nth-child(2) span{animation-delay: 0.7s;}
.section-trust__list.animate li:nth-child(3) span{animation-delay: 0.9s;}
.section-trust__list.animate li:nth-child(4) span{animation-delay: 1.1s;}
@keyframes fadeIn {from{opacity: 0;}to{opacity: 1;}}
@keyframes fullWidth {from{width: 0%;opacity: 0;}to{width: 100%;opacity: 1;}}
.section-trust__list li div{
	width: 16px;
	height: 16px;
	background: #FFCC48;
	border-radius: 50%;
	position: absolute;
	left: -2px;
	bottom: 0;
	opacity: 0;
}
.section-trust__list li span{
	display: block;
	width: 0%;
	height: 2px;
	background: #FFCC48;
	position: absolute;
	left: 0;
	bottom: 7px;
	opacity: 0;
}
.section-trust__btn{
	text-align: center;
}
.section-stages{
	padding: 60px 0;
}
.section-stages__container{
	display: flex;
	padding: 21px 0 0 0;
}
.section-stages__images{
	width: 40%;
	position: relative;
	padding-bottom: 70px;
}
.section-stages__line{
	position: absolute;
	top: 10.5%;
	left: 12%;
	right: 0;
	bottom: 0;
}
.section-stages__line svg path#check-1{
	opacity: 0;
}
.section-stages__images.animate .section-stages__line svg path#check-1{
	animation: lineDash 3.0s linear forwards;
	opacity: 1;
}
@keyframes lineDash {from{stroke-dashoffset: 1100;}to{stroke-dashoffset: 0;}}
.section-stages__images-wrap{
	height: 100%;
	position: relative;
}
.section-stages__image-1{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.section-stages__image-2{
	position: absolute;
	top: 22%;
	right: 17%;
	opacity: 0;
}
.section-stages__image-3{
	position: absolute;
	top: 47.5%;
	left: 0;
	opacity: 0;
}
.section-stages__image-4{
	position: absolute;
	top: 73%;
	right: 17%;
	opacity: 0;
}
.section-stages__images.animate .section-stages__image-1{animation: fadeIn .2s forwards;}
.section-stages__images.animate .section-stages__image-2{animation: fadeIn .2s forwards 0.75s;}
.section-stages__images.animate .section-stages__image-3{animation: fadeIn .2s forwards 1.6s;}
.section-stages__images.animate .section-stages__image-4{animation: fadeIn .2s forwards 2.5s;}
.section-stages__content{
	width: 60%;
	padding: 0 0 0 29px;
}
.section-stages__item{
	width: 612px;
	max-width: 100%;
	padding-bottom: 19px;
	border-bottom: 1px solid #ADC3E9;
	margin-bottom: 20px;
}
.section-stages__item:last-child{
	border: none;
}
.section-stages__num{
	font-family: 'Gilroy';
	font-weight: 900;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5956E9;
	margin-bottom: 6px;
}
.section-stages__title{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	margin-bottom: 15px;
}
.section-stages__text{
	font-size: 18px;
}
.section-stages__btn{
	padding-top: 10px;
}
.stages-slider{
	display: none;
}
.section-fail{
	padding: 41px 0;
}
.section-fail__container{
	display: flex;
	flex-wrap: wrap;
	padding: 31px 0 22px;
	margin: 0 -10px;
}
.section-fail__col{
	width: 33.3333333%;
	padding: 0 10px 20px;
}
.section-fail__item{
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	text-align: center;
	border-radius: 10px;
	padding: 30px 15px;
}
.section-fail__icon{
	width: 90px;
	height: 90px;
	margin: 0 auto 6px;
}
.section-fail__title{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	margin-bottom: 15px;
}
.section-fail__text{
	font-size: 18px;
}
.section-fail__bottom{
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.section-fail__bottom span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	opacity: 0;
}
.section-fail__bottom.animate span{
	animation: stamp 4s linear forwards 1s;
}
@keyframes stamp{
	from {
		opacity: 0;
	}
	1%{
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}
.section-price{
	padding: 52px 0;
}
.section-price__container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
.section-price__bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-price__bg svg{
	width: 98%;
	height: 97%;
	fill: #EAF4FD;
}
.section-price__content{
	position: relative;
	padding: 80px 30px 120px 70px;
}
.section-price .section-title,.section-price .section-subtitle{
	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.section-price__btn{
	padding: 11px 0 0;
}
.section-price__contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 351px;
	height: 310px;
	flex-shrink: 0;
	position: relative;
	padding: 38px 65px 30px;
	margin: 0 28px 0 0;
	text-align: center;
}
.section-price__text{
	position: relative;
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.section-price__link{
	position: relative;
}
.section-price__link a{
	display: flex;
	align-items: center;
	display: block;
	padding: 12px 10px;
	border: 2px solid #fff;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.section-price__link a svg{
	fill: #fff;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	bottom: 2px;
	border-radius: 8px;
}
.section-price__link a svg .path-1{
	fill: #fff;
}
.section-price__link a svg .path-2{
	fill: none;
}
.section-price__link a:hover svg{
	fill: #5956E9;
}
.section-price__link a:hover{
	background: #fff;
	color: #5956E9;
}
.section-price__link a:hover .path-1,.section-price__link a:hover .path-2{
	fill: #5956E9;
}

.section-price .waves{
	position: absolute;
	top: 19px;
	right: -27px;
	z-index: 1;
}
.section-video{
	padding: 48px 0;
}
.section-video_reviews{
	padding: 102px 0 50px;
}
.section-video__container{
	display: flex;
	flex-wrap: wrap;
	padding: 9px 0 0;
	margin: 0 -10px;
}
.section-video_reviews .section-video__container{
	padding: 21px 0 0;
}
.section-video__col{
	width: 33.333333333333%;
	padding: 10px;
}
.section-video__item a{
	display: block;
	padding-top: 60%;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.section-video__item a:before{
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-video__item a:after{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/play.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	transition: transform .3s ease;
}
.section-video__item a:hover:after{
	transform: scale(1.4);
}
.section-video__item a img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-video__mobile{
	display: none;
}
.section-reviews{
	padding: 42px 0;
}
.section-reviews__container{
	background: #EAF4FD;
	border-radius: 40px;
	padding: 80px 0;
	position: relative;
}
.section-reviews .waves{
	position: absolute;
	top: 70px;
	left: -74px;
}
.section-reviews__decor-1{
	width: 155px;
	height: 137px;
	position: absolute;
	top: -19px;
	left: -11px;
}
.section-reviews__decor-2{
	width: 57px;
	height: 55px;
	position: absolute;
	bottom: 38px;
	right: -22px;
	z-index: 1;
}
.section-reviews__slider{
	padding: 0 93px;
}
.section-reviews__slider:not(.slick-initialized){
	visibility: hidden;
}
.section-reviews__slider .slick-list{
	transition: all .3s ease;
}
.section-reviews__slide{
	padding: 30px 10px 0;
}
.section-reviews__item{
	padding: 40px 40px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	transition: min-height 0.1s ease-out;
}
.section-reviews__quotes{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	left: 40px;
}
.section-reviews__name{
	font-size: 16px;
	color: #939393;
	margin-bottom: 20px;
}
.section-reviews__text{
	font-size: 18px;
	margin-bottom: 14px;
}
.section-reviews .slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #5956E9;
	border-radius: 50px;
	position: absolute;
	top: 120px;
	cursor: pointer;
	z-index: 1;
}
.section-reviews .slick-arrow.slick-prev{
	left: 33px;
	transform: rotate(90deg);
}
.section-reviews .slick-arrow.slick-next{
	right: 33px;
	transform: rotate(-90deg);
}
.section-reviews .slick-arrow svg{
	fill: none;
	stroke: #fff;
	stroke-width: 1;
}
.vk-comment{
	padding: 10px 0 50px;
}
.vk-comment .section-title{
	padding-bottom: 30px;
}
.vk-comment__container{
	width: 1010px;
	max-width: 100%;
	margin: 0 auto;
}
.section-consult{
	padding: 45px 0 60px;
}
.section-consult__container{
	display: flex;
	padding: 20px 0 0;
	margin: 0 -10px;
}
.section-consult__col{
	width: 50%;
	padding: 0 10px;
}
.section-consult__social{
	height: 100%;
	border: 1px solid #5956E9;
	background: #5956E9;
	border-radius: 10px;
	padding: 40px;
	color: #fff;
	position: relative;
}
.section-consult__decor{
	width: 58px;
	height: 61px;
	position: absolute;
	left: -11px;
	bottom: -18px;
}
.section-consult__title{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	text-align: center;
	margin-bottom: 29px;
}
.section-consult__links{
	display: flex;
	justify-content: center;
	padding: 0 0 34px;
}
.section-consult__links a{
	display: block;
	margin: 0 20px;
}
.section-consult__links svg{
	overflow: hidden;
	fill: #fff;
	border-radius: 8px;
}
.section-consult__links a:hover svg{
	fill: #FFCC48;
}
.section-consult__form{
	height: 100%;
	border: 1px solid #5956E9;
	border-radius: 10px;
	padding: 40px;
}
.section-consult__form input[type=tel]{
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #939393;
	border-radius: 6px;
	font-size: 16px;
	color: #939393;
	margin-bottom: 10px;
}
.section-consult__form input[type=tel]:focus{
	border-color: #242424;
}
.section-consult__form input[type=tel]::placeholder{
	color: #242424;
}
.section-consult__form input[type=submit]{
	width: 100%;
}
.section-consult .waves{
	margin: 0 auto 8px;
}
.section-expert{
	padding: 40px 0;
}
.section-expert__container{
	display: flex;
	padding: 20px 0 36px;
}
.section-expert__content{
	width: 63.3%;
	padding: 67px 55px 0 0;
}
.section-expert__name{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	margin-bottom: 9px;
}
.section-expert__status{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #939393;
	padding-bottom: 25px;
	margin-bottom: 11px;
}
.section-expert__status div{
	width: 16px;
	height: 16px;
	background: #FFCC48;
	border-radius: 50%;
	position: absolute;
	left: -16px;
	bottom: 0;
}
.section-expert__status span{
	display: block;
	width: 63%;
	height: 2px;
	background: #FFCC48;
	position: absolute;
	left: 0;
	bottom: 7px;
}
.section-expert__image{
	width: 36.7%;
	padding: 3.3% 7.1% 4.3% 4.9%;
	position: relative;
}
.section-expert__image img{
	position: relative;
	display: block;
	border-radius: 40px;
}
.section-expert .waves{
	width: 108px;
	height: 40px;
	position: absolute;
	bottom: 98px;
	right: -27px;
	z-index: 1;
}
.section-expert__text{
	font-size: 18px;
}
.section-expert__text p{
	margin-bottom: 11px;
}
.expert-list{
	position: relative;
	padding-bottom: 20px;
}
.expert-list__bg{
	background: url(images/experts-bg-1400.svg) no-repeat center 0 / 100% auto;
	position: absolute;
	top: 0;
	left: -27px;
	right: -36px;
	bottom: 0;
	transition: transform 0.1s ease-out;
}
.expert-list__line{
	background: url(images/experts-line.svg) no-repeat center;
	position: absolute;
	top: 0;
	left: -27px;
	right: -36px;
	bottom: 24px;
}
.expert-list__container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.expert-list__item{
	width: 224px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	border-radius: 10px;
	padding: 20px 10px;
	text-align: center;
}
.expert-list__item:nth-child(1){margin-top: 45px;}
.expert-list__item:nth-child(2){margin-top: 16px;}
.expert-list__item:nth-child(3){margin-top: 96px;}
.expert-list__item:nth-child(4){margin-top: 16px;}
.expert-list__image{
	width: 140px;
	height: 140px;
	margin: 0 auto 20px;
}
.expert-list__image img{
	display: block;
	border-radius: 50%;
}
.expert-list__name{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
.expert-list__status{
	font-family: 'Gilroy';
	font-size: 14px;
	color: #939393;
}
.section-faq{
	padding: 40px 0 50px;
}
.section-faq__container{
	padding-top: 31px;
}
.faq-list{
	padding: 80px 0 36px;
}
.faq-item{
	padding: 10px 20px;
	background: #EAF4FD;
	border-radius: 10px;
	margin-bottom: 19px;
}
.faq-item__question{
	padding: 10px 40px 10px 0;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.faq-item__question span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 6px;
	transition: transform 0.1s ease-out;
}
.faq-item__question span:before{
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #3734CB;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 9px;
}
.faq-item__question span:after{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #3734CB;
	border-radius: 2px;
	position: absolute;
	top: 9px;
	left: 0;
}
.faq-item.opened .faq-item__question span{
	transform: rotate(45deg) scale(1.15);
}
.faq-item__answer{
	padding: 10px 0;
	display: none;
}
.section-faq__btn{
	text-align: center;
	padding: 29px 0 0;
}
.section-faq__btn .button{
	padding: 20px 54px;
}
.section-urgent{
	padding: 52px 0;
}
.section-urgent__container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
.section-urgent__bg{
	width: 97.5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-urgent__bg svg{
	width: 98%;
	height: 97%;
	fill: #EAF4FD;
}
.section-urgent__content{
	position: relative;
	padding: 80px 20px 96px 70px;
}
.section-urgent .section-title,.section-urgent .section-subtitle{
	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.section-urgent__items{
	display: flex;
	padding: 20px 0 0 0;
}
.section-urgent__item:not(:last-child){
	margin-right: 86px;
}
.section-urgent__title{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	position: relative;
	margin-bottom: 20px;
}
.section-urgent__contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 351px;
	height: 310px;
	flex-shrink: 0;
	position: relative;
	padding: 38px 65px 30px;
	margin: 0 30px -16px 0;
	color: #fff;
	text-align: center;
}
.section-urgent__contact .waves{
	position: absolute;
	top: 16px;
	right: -28px;
}
.section-urgent__phone{
	font-weight: 500;
	font-size: 22px;
	white-space: nowrap;
}
.section-urgent__messenger{
	display: flex;
}
.section-urgent__messenger a{
	display: block;
	margin-right: 20px;
}
.section-urgent__messenger svg{
	max-width: 100%;
	fill: #242424;
}
.section-urgent__messenger a:hover svg{
	fill: #5956E9;
}
.section-urgent__social{
	display: flex;
	justify-content: center;
	position: relative;
}
.section-urgent__social a{
	display: block;
	margin: 0 10px;
}
.section-urgent__social svg{
	overflow: hidden;
	border-radius: 8px;
	fill: #fff;
}
.section-urgent__social a:hover svg{
	fill: #FFCC48;
}
.vk-widget{
	padding: 10px 0 50px;
}
.vk-widget__container{
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}
.section-calc{
	padding: 30px 0 50px;
}
.section-calc__wrapper{
	margin: 60px 0 30px;
}
.calculator{
	padding: 30px 17px;
	background: #FFCC48;
	border-radius: 10px;
}
.calculator__container{
	display: flex;
}
.calculator__input{
	padding: 0 13px;
	position: relative;
}
.calculator__input_1{width: 27.6%;}
.calculator__input_2{width: 19.6%;}
.calculator__input_3{width: 27.5%;}
.calculator__input_4{width: 25.3%;}
.calculator select{
	width: 100%;
	height: 60px;
	border: 1px solid #fff;
	padding: 0 18px;
	background: #fff;
	border-radius: 6px;
	font-family: 'Montserrat';
	font-size: 16px;
	-webkit-appearance: none;
	visibility: hidden
}
.calculator select.not-valid{
	border-color: #FF5924;
}
body .select2-container{
	max-width: 100% !important;
}
body .select2-container .select2-selection--single{
	height: 60px;
	border-color: #fff;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 60px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 60px;
	width: 40px;
}
.calculator__radios{
	display: flex;
	padding-top: 17px;
}
.calculator__radios label{
	display: block;
	cursor: pointer;
	margin-right: 17px;
}
.calculator__radios input{
	display: none;
}
.calculator__radios span{
	display: inline-block;
	position: relative;
	padding-left: 28px;
}
.calculator__radios span:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.calculator__radios input:checked + span:before{
	background: #5956E9;
}
.calculator input[type=text],.calculator input[type=number]{
	width: 100%;
	height: 60px;
	border: 1px solid #fff;
	padding: 0 18px;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
}
.calculator input[type=text]::placeholder,.calculator input[type=number]::placeholder{
	color: #939393;
}
.calculator input[type=number].not-valid{
	border-color: #FF5924;
}
.calculator .button{
	width: 100%;
	padding: 20px 15px;
}
.calculator__result{
	display: none;
	padding: 20px 13px 0;
	font-weight: 500;
	font-size: 18px;
}
.calculator__result i{
	display: inline-block;
}
.section-calc__container{
	width: 1010px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.section-calc__content{
	flex-grow: 1;
	font-size: 18px;
}
.section-calc__social{
	flex-shrink: 0;
	display: flex;
	margin-right: 92px;
}
.section-calc__social a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #5956E9;
	border-radius: 6px;
	margin-left: 20px;
}
.section-calc__social a svg{
	overflow: hidden;
	border-radius: 8px;
	fill: #fff;
}
.fixed-calc{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	z-index: 15;
}
.fixed-calc.active{
	display: block;
}
.fixed-calc.closet{
	display: none !important;
}
.fixed-calc .calculator{
	padding: 20px 17px;
}
.fixed-calc .section-title,
.fixed-calc .section-calc__container,
.fixed-calc__handler,
.fixed-calc__close{
	display: none;
}
.fixed-calc__desktop-close{
	/* display: none; */
	width: 32px;
	height: 36px;
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}
.fixed-calc__desktop-close svg{
	width: 100%;
	stroke: #242424;
	stroke-width: 1.5;
}
.section-advant{
	padding: 100px 0 7px;
}
.section-advant__container{
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0;
	margin: 0 -10px;
}
.section-advant__col{
	width: 25%;
	padding: 0 10px;
}
.section-advant__item{
	text-align: center;
}
.section-advant__image{
	width: 90px;
	height: 90px;
	margin: 0 auto 11px;
}
.section-advant__title{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	margin-bottom: 10px;
}
.section-join__container{
	display: flex;
	align-items: flex-end;
	background: #FFCC48;
	border-radius: 40px;
	position: relative;
	padding: 0 0 0 98px;
	margin-bottom: 100px;
}
.section-join__image{
	width: 30%;
	position: relative;
}
.section-join__image img{
	display: block;
	position: relative;
	margin-top: 20px;
	z-index: 1;
}
.section-join__image .blot{
	top: -70px;
	right: 40px;
	bottom: 10px;
	left: 0;
}
.section-join__social{
	width: 70%;
	padding: 80px 0 116px 32px;
}
.section-join__title{
	padding-right: 300px;
	font-weight: 600;
	font-size: 45px;
	line-height: 105%;
	margin-bottom: 49px;
}
.section-join__links{
	display: flex;
}
.section-join__links a{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5956E9;
	border-radius: 50px;
	margin-right: 30px;
}
.section-join__links a svg{
	fill: #fff;
}
.section-join__contact{
	position: absolute;
	right: 0;
	bottom: 0;
}
.section-join__contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 330px;
	height: 291px;
	flex-shrink: 0;
	position: absolute;
	right: -53px;
	bottom: -37px;
	padding: 76px 35px 30px 75px;
	margin: 0 28px 0 0;
}
.section-join__text{
	position: relative;
	margin: 0 20px 24px 40px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.section-join__link{
	position: relative;
}
.section-join__link a{
	display: flex;
	align-items: center;
	display: block;
	padding: 19px 10px 16px;
	border: 2px solid #fff;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.section-join__link a:hover{
	background: #fff;
	color: #5956E9;
}
.section-join__link svg{
	fill: #fff;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	bottom: 2px;
}
.section-join__link a:hover svg{
	fill: #5956E9;
}
.section-join .waves{
	position: absolute;
	top: 25px;
	right: -47px;
	z-index: 1;
}
.section-seo{
	padding: 50px 0;
}
.section-seo__content{
	overflow: hidden;
	max-height: 120px;
	-webkit-mask-image: linear-gradient(180deg,black 0%,black 75%, transparent);
	mask-image: linear-gradient(180deg,black 0%,black 75%, transparent);
}
.section-seo__content.opened{
	max-height: none;
	-webkit-mask-image: none;
	mask-image: none;
}
.section-seo__after{
	display: none;
}
.section-seo__more{
	margin-top: 30px;
}
.section-seo__more span{
	color: #ff5924;
	text-decoration: underline;
	cursor: pointer;
}
.section-seo__more span:hover{
	text-decoration: none;
}
/* Archive
-----------------------------------------------------------------------------*/
.post-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 41px 35px 32px 30px;
	background: #EAF4FD;
	border-radius: 10px;
}
.post-item__category{
	font-size: 14px;
	margin-bottom: 20px;
	color: #5956E9;
}
.post-item__category a{
	color: #5956E9;
}
.post-item__title{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 21px;
}
.post-item__time{
	position: relative;
	font-style: italic;
	font-size: 12px;
	padding-left: 21px;
	margin-right: 20px;
}
.post-item__time:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/icon-clock.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: -1px;
	left: 0;
}
.post-item__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-item__link svg{
	fill: none;
	stroke: #5956E9;
}

.post-body p,
.post-body span[style]{
	display: block;
	margin-bottom: 15px;
}
.post-body h2{
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	margin: 30px 0;
}
.post-body img{
	border-radius: 10px;
	margin: 35px 0 26px;
}
.post-body ul{
	padding: 5px 0 7px;
}
.post-body ul li{
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px;
}
.post-body ul li:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(images/list-item.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 5px;
	left: 0;
}
.post-body ol{
	padding: 5px 0 7px;
}
.post-body ol li{
	list-style: decimal inside;
	position: relative;
	margin-bottom: 15px;
}
.post-body a{
	text-decoration: underline;
}
.post-body a:hover{
	text-decoration: none;
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	padding: 46px 0 61px;
	font-size: 14px;
}
.site-footer__container{
	display: flex;
	margin: 0 -10px;
}
.site-footer__col{
	padding: 0 10px;
}
.site-footer__col:nth-child(1){width: 31%;display: flex;flex-direction: column;justify-content: space-between;}
.site-footer__col:nth-child(2){width: 29.5%;}
.site-footer__col:nth-child(3){width: 21%;}
.site-footer__col:nth-child(4){width: 18.5%;}
.footer-logo{
	width: 189px;
	margin: 0 0 30px;
}
.footer-phone{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 21px;
}
.footer-phone a{
	color: #5956E9;
}
.footer-timework{
	margin-bottom: 24px;
}
.footer-email{
	font-weight: 600;
	margin-bottom: 32px;
}
.footer-email a{
	color: #5956E9;
}
.footer-title{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 21px;
}
.footer-menu li:not(:last-child){
	margin-bottom: 14px;
}
.footer-menu li a:hover{
	color: #5956E9;
}
.footer-pay{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px 0 -19px;
}
.footer-pay span{
	display: block;
	margin: 0 0 14px 19px;
}
.site-footer__copy-mobile{
	display: none;
}
.totop{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 7;
}
.fixed-calc-show:not(.fixed-calc-closed) .totop{
	bottom: 135px;
}
.totop span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background: #FFCC48;
	border-radius: 10px;
	cursor: pointer;
}
.totop svg{
	fill: none;
	stroke: #fff;
	stroke-width: 1.5;
	transform: scaleY(-1);
}
/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel{
	display: none;
	visibility: hidden;
	top: 0;
	right: 0;
	opacity: 0;
	width: 320px;
	height: 100%;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	background: rgba(43, 41, 131, 0.9);
	transform: translateX(350px);
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	z-index: 101;
}
.mobile-panel.opened{
	visibility: visible;
	transform: translateX(0px);
	opacity: 1;
}
.mobile-panel__close{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.mobile-panel__container{
	height: calc(100% - 53px);
	padding: 0 35px 10px;
	margin-top: 53px;
	overflow-y: auto;
}
.mobile-panel__close svg{
	width: 100%;
	stroke: #fff;
	stroke-width: 1.5;
}
.mobile-menu{
	overflow: hidden;
	margin-bottom: 32px;
}
.mobile-menu > ul > li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 8px;
}
.mobile-menu svg{
	fill: none;
	stroke: #fff;
	stroke-width: 1.5;
}
.mobile-menu li.opened > svg{
	transform: rotate(180deg);
}
.mobile-menu > ul > li > a{
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #fff;
}
.mobile-menu > ul > li > ul{
	width: 100%;
	display: none;
	padding: 3px 0 4px;
}
.mobile-menu > ul > li > ul > li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.mobile-menu > ul > li > ul > li > a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
}
.mobile-menu > ul > li > ul > li > ul{
	width: 100%;
	display: none;
	padding: 5px 0 5px 10px;
}
.mobile-menu > ul > li > ul > li > ul > li{
	display: flex;
	flex-wrap: wrap;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.mobile-menu > ul > li > ul > li > ul > li > a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
}
.mobile-menu > ul > li > ul > li > ul > li > ul{
	width: 100%;
	display: none;
	padding: 5px 0 5px 10px;
}
.mobile-menu > ul > li > ul > li > ul > li > ul > li{
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.mobile-menu > ul > li > ul > li > ul > li > ul > li > a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
}
.mobile-menu > ul > li > ul > li > ul > li > ul > li svg{
	display: none;
}
.mobile-menu li i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}
.mobile-menu li a[href="#"] + i:before{
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	right: 0;
	bottom: -7px;
	left: -200px;
}
.mobile-menu li li a[href="#"] + i:before{
	top: 0;
	bottom: 0;
}
.mobile-menu .current-menu-item > a{
	color: #FFCC48 !important;
}
/* .mobile-menu .submenu-handler{
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
} */
.mobile-phone{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.mobile-phone a{
	color: #fff;
}
.mobile-email{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 40px;
}
.mobile-email a{
	color: #fff;
}
.mobile-btn{
	margin-bottom: 40px;
}
.mobile-btn a{
	display: inline-flex;
	align-items: center;
	padding: 12px 61px;
	border: 2px solid #fff;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.mobile-btn a svg{
	margin-right: 5px;
}
/* .mobile-social{
	display: flex;
	margin: 0 0 40px;
}
.mobile-social a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #FFCC48;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20px;
}
.mobile-social a svg{
	fill: #5956E9;
} */
.mobile-social{
	display: flex;
	justify-content: center;
	margin: 0 0 40px;
}
.mobile-social a svg{
	fill: #fff;
}
.mobile-lang{
	display: flex;
	align-items: center;
	font-size: 16px;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 0 0 40px;
	color: #fff;
}
.mobile-lang li:not(:last-child):after{
	content: '/';
	display: inline-block;
	margin: 0 4px;
}
.mobile-lang a{
	color: #fff;
}
.mobile-lang li.current-lang{
	font-weight: bold;
}
.mobile-lang li.current-lang a{
	color: #FFCC48;
}

/* Popup
-----------------------------------------------------------------------------*/
.popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 100;
	overflow-y: scroll;
}
.popup__overlay{
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.popup__window{
	position: relative;
	width: 598px;
	z-index: 102;
	transform: scale(1.3);
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition:  all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
	opacity: 0;
}
.popup__container{
	position: relative;
	padding: 60px 69px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(44, 52, 60, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
.popup__window_opened{
	opacity: 1;
	transform: scale(1);
}
.popup-decor-1{
	width: 140px;
	height: 157px;
	position: absolute;
	top: -21px;
	left: -21px;
}
.popup-decor-2{
	width: 130px;
	height: 106px;
	position: absolute;
	bottom: -17px;
	right: -44px;
	z-index: 1;
}
.popup-decor-1 svg,.popup-decor-2 svg{
	width: 100%;
	max-height: 100%;
}
.popup .waves{
	width: 68px;
	height: 40px;
	position: absolute;
	bottom: 32px;
	left: 0px;
}
.popup__close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.popup__close svg{
	width: 100%;
	stroke: #242424;
	stroke-width: 1.5;
}
.popup-title{
	font-weight: 600;
	font-size: 30px;
	line-height: 105%;
	text-align: center;
	margin-bottom: 29px;
}
.popup-text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.popup-btn{
	position: relative;
}
.popup-btn .button{
	width: 100%;
}
.popup-form{
	position: relative;
	padding: 0 30px;
}
.popup-form__inputs{
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.popup-form__input{
	width: 100%;
	padding: 0 5px;
}
.popup-form input[type=email],
.popup-form input[type=tel],
.popup-form input[type=text]{
	width: 100%;
	height: 60px;
	padding: 0 19px;
	border: 1px solid #CBCFD9;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.popup-form textarea{
	width: 100%;
	height: 120px;
	padding: 19px;
	border: 1px solid #CBCFD9;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	resize: none;
	margin: 0 0 10px;
}
.popup-form__checkbox{
	margin: 8px 0 23px;
}
.popup-form__checkbox label{
	display: inline-block;
	cursor: pointer;
}
.popup-form__checkbox label input{
	display: none;
}
.popup-form__checkbox label > span{
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
}
.popup-form__checkbox label > span:before{
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid #242424;
	border-radius: 3px;
	position: absolute;
	top: -2px;
	left: 2px;
	background: url(images/check.svg) no-repeat -1000px 0;
}
.popup-form__checkbox label > input:checked + span:before{
	background-position: center;
}
.popup-form__checkbox label > span a{
	color: #1A68FF;
	text-decoration: underline;
}
.popup-form label > span a:hover{
	text-decoration: none;
}
.popup-form input[type=submit]{
	width: 100%;
}
.popup-write{
	margin-top: 30px;
}
.popup-write__text{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.popup-write__links{
	display: flex;
	margin: 0 20px;
}
.popup-write__links li{
	width: 50%;
	padding: 0 10px;
}
.popup-write__links a{
	display: block;
	padding: 17px 10px;
	background: #0088CC;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.popup-write__links li:last-child a{
	background: #198BFF;
}
#popup-thankyou .popup__container{
	padding: 83px 99px 109px;
}
#popup-thankyou .popup-title{
	margin: 17px 0 19px;
}
#popup-thankyou .popup-btn .button{
	background: #1FD151;
}
.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #FF5924;
	margin: -6px 0 5px;
}
.wpcf7-response-output{
	display: none !important;
}
.wpcf7-not-valid{
	border-color: #FF5924 !important;
	color: #FF5924 !important;
}
body .wpcf7 .ajax-loader{
	position: absolute;
}
.page-content{
	padding: 150px 0 50px;
}
#vk_groups, #vk_groups iframe, #vk_comments, #vk_comments iframe{
	width: 100% !important;
}
.messanger-popup{
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 10;
}
.messanger-popup__handler{
	width: 56px;
	height: 56px;
	background: #0993e2;
	border-radius: 50%;
	cursor: pointer;
}
.messanger-popup__show{
	display: none;
	justify-content: center;
	align-content: center;
	width: 56px;
	height: 56px;
}
.messanger-popup__show.showed{
	display: flex;
}
.messanger-popup__show svg{
	fill: #fff;
}
.messanger-popup__hide{
	display: none;
	justify-content: center;
	align-content: center;
	width: 56px;
	height: 56px;
}
.messanger-popup__hide.showed{
	display: flex;
}
.messanger-popup__hide svg{
	stroke: #fff;
	stroke-width: 2;
}
.messanger-popup__list{
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.1s ease-out;
}
.messanger-popup__list.opened{
	visibility: visible;
	transform: translateY(0px);
	opacity: 1;
}
.messanger-popup__list li{
	margin-bottom: 10px;
}
.messanger-popup__list li a{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 56px;
	height: 56px;
	background: #000;
	border-radius: 50%;
}
.messanger-popup__list li.icon-1 a{
	background: #0088cc;
}
.messanger-popup__list li.icon-2 a{
	background: #43d854;
}
.messanger-popup__list li a svg{
	fill: #fff;
}

.captcha-image{
	width: 100%;
	margin-bottom: 10px;
}

/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1246px){
	.move-animate{
		transform: none !important;
	}
	.inner{
		margin-left: 20px;
		margin-right: 20px;
	}
	.site-header__container{
		padding: 13px 0 16px;
	}
	.header-logo{
		width: 140px;
	}
	.header-contact{
		flex-direction: column;
		font-size: 14px;
	}
	.header-contact li{
		padding-left: 21px;
		margin: 3px 4px 3px 26px;
	}
	.header-contact li.header-contact__1 span{
		width: 16px;
		height: 16px;
		top: 1px;
	}
	.header-contact li.header-contact__2 span{
		width: 18px;
		height: 18px;
		top: 1px;
	}
	.header-timework{
		font-size: 12px;
	}
	.header-lang{
		font-size: 14px;
		margin: 0 0 0px 30px;
	}
	.header-nav > div{
		margin: 0 15px;
	}
	.header-nav > div > ul{
		justify-content: space-between;
	}
	.header-nav > div > ul > li{
		margin: 0 10px;
	}
	.header-nav > div > ul > li:first-child{
		margin-left: 0;
	}
	.header-nav > div > ul > li:last-child{
		margin-right: 0;
	}
	.section-title{
		margin: 0 auto 19px;
	}
	.section-subtitle{
		width: 650px;
		margin: 0 auto 29px;
	}
	.section-welcome{
		padding: 9px 0 24px;
	}
	.section-welcome__container{
		padding: 20px 0 35px;
		min-height: 0;
		align-items: center;
	}
	.section-welcome__bg{
		width: 81%;
		height: 100%;
	}
	.section-welcome__content{
		width: 62%;
		padding: 10px 0 40px 40px;
	}
	.section-welcome__image{
		width: 38%;
		padding: 20px 0 40px 0;
	}
	.section-welcome .waves{
		width: 88px;
		height: 33px;
		top: 53px;
		right: 21px;
	}
	.section-subject{
		padding: 20px 0 30px;
		margin: 0 20px;
	}
	.section-subject__container{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -10px;
	}
	.section-subject__col{
		width: 25%;
		padding: 0 10px 20px;
	}
	.section-subject__col_clone{
		display: none;
	}
	.section-subject__item{
		display: flex;
		align-items: center;
		text-align: left;
		padding: 15px 15px;
	}
	.section-subject__icon{
		width: 50px;
		height: 50px;
		flex-shrink: 0;
		margin: 0 12px 0 0;
	}
	.section-trust{
		padding: 20px 0 42px;
	}
	.section-trust__container{
		padding: 21px 0 10px;
	}
	.section-trust__text{
		font-size: 25px;
	}
	.section-trust__list{
		padding: 4px 0 0 30px;
	}
	.section-trust__list li{
		margin-bottom: 24px;
	}
	.section-stages{
		padding: 32px 0 40px;
	}
	.section-stages__content{
		padding: 0 0 0 11px;
	}
	.section-stages__item{
		padding-bottom: 13px;
		margin-bottom: 16px;
	}
	.section-stages__images-wrap{
		height: 96%;
		margin: 0 -42px 0 19px;
	}
	.section-stages__image-1,
	.section-stages__image-2,
	.section-stages__image-3,
	.section-stages__image-4{
		width: 120px;
	}
	.section-fail {
		padding: 30px 0;
	}
	.section-fail__container{
		padding: 31px 0 30px;
	}
	.section-price{
		padding: 33px 0 30px;
	}
	.section-price__bg{
		width: 81%;
		height: 94%;
	}
	.section-price__content{
		padding: 50px 5px 120px 41px;
	}
	.section-video{
		padding: 48px 0 30px;
	}
	.section-reviews{
		padding: 30px 0;
	}
	.section-reviews__container{
		padding: 50px 0;
	}
	.section-reviews__decor-1{
		width: 120px;
		height: 106px;
		top: -10px;
		left: -17px;
	}
	.section-reviews__decor-2{
		bottom: 27px;
		right: -6px;
	}
	.section-reviews .waves{
		width: 138px;
		height: 42px;
		top: 57px;
		left: -74px;
	}
	.section-reviews__slider{
		padding: 0 70px;
	}
	.section-reviews__item{
		padding: 31px 40px 20px;
	}
	.section-reviews__name{
		margin-bottom: 10px;
	}
	.section-reviews .slick-arrow{
		top: 110px;
	}
	.section-reviews .slick-arrow.slick-prev{
		left: 20px;
	}
	.section-reviews .slick-arrow.slick-next{
		right: 20px;
	}
	.vk-comment{
		padding: 10px 0 20px;
	}
	.section-consult{
		padding: 45px 0 30px;
	}
	.section-expert{
		padding: 40px 0 30px;
	}
	.section-expert__container{
		padding: 20px 0 24px;
	}
	.section-expert__content{
		width: 61.3%;
		padding: 2px 30px 0 0;
	}
	.section-expert__image {
		padding: 2.7% 6.1% 4.3% 4.9%;
	}
	.section-expert .waves{
		width: 80px;
		height: 30px;
		position: absolute;
		bottom: 88px;
		right: -18px;
		z-index: 1;
	}
	.expert-list__bg{
		left: -10px;
		right: -10px;
		background: url(images/experts-bg-1000.svg) no-repeat center 0 / 100% auto;
	}
	.section-faq{
		padding: 20px 0 30px;
	}
	.section-urgent{
		padding: 40px 0;
	}
	.section-urgent__bg{
		width: 81%;
		height: 98%;
	}
	.section-urgent__content{
		padding: 50px 20px 96px 40px;
	}
	.section-urgent__items{
		padding: 12px 0 0 0;
	}
	.section-urgent__item:not(:last-child) {
		margin-right: 50px;
	}
	.section-urgent__contact{
		margin: 0 30px 12px 0;
		text-align: center;
	}
	.section-urgent__social{
		justify-content: center;
	}
	.vk-widget {
		padding: 0px 0 20px;
	}
	.section-calc {
		padding: 13px 0 40px;
	}
	.section-calc__wrapper{
		margin: 50px 0 14px;
	}
	.calculator{
		padding: 30px 12px;
	}
	.calculator__input{
		padding: 0 8px;
	}
	.calculator__input_1{width: 26.3%;}
	.calculator__input_2{width: 23%;}
	.calculator__input_3{width: 23.5%;}
	.calculator__input_4{width: 27.2%;}
	.calculator select{
		padding: 0 15px;
	}
	.calculator__radios label{
		margin-right: 12px;
	}
	.calculator select + svg{
		right: 30px;
	}
	.section-calc__container{
		padding: 0 14px;
	}
	.section-calc__social{
		margin-right: 15px;
	}
	.section-calc__social a{
		margin-left: 15px;
	}
	.section-calc__content{
		margin-left: 14px;
	}
	.section-advant {
		padding: 70px 0 35px;
	}
	.section-advant__container{
		padding: 32px 0 2px;
	}
	.section-advant__title{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.section-join__container{
		padding: 0 0 0 40px;
		margin-bottom: 70px;
	}
	.section-join__image .blot{
		right: 0;
	}
	.section-join__social{
		padding: 59px 0 108px 32px;
	}
	.section-join__image img{
		margin-top: 0;
	}
	.section-join__contact{
		width: 290px;
		height: 255px;
		right: -29px;
		bottom: -30px;
		text-align: center;
		padding: 49px 35px 42px;
	}
	.section-join__text{
		margin: 0 20px 15px 20px;
	}
	.post-item__title{
		margin-bottom: 11px;
	}
	.section-join .waves{
		top: -4px;
		right: -33px;
	}
	.post-body img{
		margin: 25px 0 26px;
	}
	.post-body h2{
		margin: 19px 0;
	}
	.post-body ul li{
		margin-bottom: 11px;
	}
	.site-footer__col:nth-child(1){width: 31.8%;}
	.site-footer__col:nth-child(2){width: 28.3%}
	.site-footer__col:nth-child(3){width: 16.3%;}
	.site-footer__col:nth-child(4){width: 23.6%;}
	.footer-logo{
		width: 140px;
	}
	.popup__window{
		width: 568px;
	}
	.popup__container{
		padding: 40px 53px;
	}
	.popup-write{
		margin-top: 20px;
	}
	.popup-decor-1{
		top: -42px;
	}
	.popup-decor-2{
		bottom: -27px;
		right: -55px;
	}
	#popup-thankyou .popup__container{
		padding: 83px 84px 109px;
	}
	.totop{
		right: 20px;
		bottom: 20px;
	}
	.messanger-popup{
		bottom: 20px;
		left: 20px;
	}
}
@media only screen and (max-width: 999px){
	.breadcrumbs{
		font-size: 14px;
		padding: 90px 0 20px;
	}
	.toptext{
		display: none;
	}
	.site-header{
		position: fixed;
		padding: 0;
	}
	.header-timework{
		display: none;
	}
	.header-social{
		margin: 0 0 4px 17px;
	}
	.touch-menu{
		width: 40px;
		height: 40px;
		display: block;
		cursor: pointer;
		margin: 0 0 0 29px;
	}
	.touch-menu svg{
		width: 100%;
		height: 100%;
	}
	.header-nav{
		display: none;
	}
	.header-nav.fixed > div{
		position: static;
	}
	.section-title{
		font-size: 40px;
		line-height: 105%;
		margin: 0 auto 22px;
	}
	.section-subtitle{
		font-size: 18px;
	}
	.section-welcome{
		padding: 0 0 21px;
	}
	.section-welcome__container{
		align-items: flex-end;
	}
	.section-welcome__bg{
		width: 94%;
		height: 98%;
	}
	.section-welcome__content{
		width: 75%;
		flex-shrink: 0;
		padding: 19px 90px 40px 40px;
	}
	.section-welcome__content .section-subtitle{
		width: auto;
		margin: 0 115px 31px 0;
	}
	.section-welcome__image{
		width: auto;
		margin: 0 0 -40px -95px;
	}
	.section-welcome .waves{
		width: 65px;
		height: 26px;
		top: 42px;
		right: 16px;
	}
	.section-welcome_home{
		padding: 75px 0 0 0;
	}
	.section-subject__container{
		justify-content: flex-start;
	}
	.section-subject__col{
		width: 33.3333333333333%;
	}
	.section-trust__advant{
		width: 55%;
	}
	.section-trust__title{
		font-size: 45px;
	}
	.section-trust__text{
		font-size: 20px;
	}
	.section-trust__list{
		width: 45%;
		padding: 0 0 0 31px;
	}
	.section-trust__list li{
		padding: 0 0 20px 18px;
		margin-bottom: 22px;
	}
	.section-stages__container{
		display: none;
	}
	.stages-slider{
		display: block;
	}
	.stages-slider__slider{
		padding: 20px 61px;
	}
	.stages-slider__item{
		display: flex;
	}
	.stages-slider__image{
		width: 100px;
		height: 100px;
		flex-shrink: 0;
		margin-right: 19px;
	}
	.section-stages__title{
		margin-bottom: 10px;
	}
	.stages-slider .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		background: #EAF4FD;
		border-radius: 50px;
		position: absolute;
		top: calc(50% - 20px);
		cursor: pointer;
		z-index: 1;
	}
	.stages-slider .slick-arrow.slick-prev{
		left: 0;
		transform: rotate(90deg);
	}
	.stages-slider .slick-arrow.slick-next{
		right: 0;
		transform: rotate(-90deg);
	}
	.stages-slider .slick-arrow svg{
		fill: none;
		stroke: #5956E9;
		stroke-width: 1;
	}
	.section-stages__btn{
		padding-top: 20px;
		text-align: center;
	}
	.section-fail__container{
		padding: 29px 0 10px;
	}
	.section-fail__col{
		width: 100%;
	}
	.section-fail__item{
		display: flex;
		align-items: center;
		text-align: left;
		padding: 20px 19px;
	}
	.section-fail__icon{
		flex-shrink: 0;
		margin: 0 20px 0 0;
	}
	.section-fail__title{
		margin-bottom: 10px;
	}
	.section-fail__bottom{
		font-size: 25px;
	}
	.section-price {
		padding: 33px 0 52px;
	}
	.section-price__bg{
		width: 95%;
		height: 90%;
	}
	.section-price__content{
		width: 76%;
		flex-shrink: 0;
		padding: 40px 5px 120px 41px;
	}
	.section-price__contact{
		width: 281px;
		height: 247px;
		padding: 26px 30px 30px;
		margin: 0 0 -32px -104px;
	}
	.section-price .waves{
		width: 135px;
		height: 50px;
		top: 0;
		right: 2px;
	}
	.section-price__text{
		margin: 0 0 15px;
	}
	.section-price__btn{
		padding: 0;
	}
	.section-reviews__container{
		padding: 50px 0 53px;
		border-radius: 20px;
	}
	.section-video__col{
		width: 50%;
	}
	.section-video__item a::after {
		width: 32px;
		height: 32px;
		top: calc(50% - 16px);
		left: calc(50% - 16px);
	}
	.section-reviews__item{
		padding: 30px 40px 20px;
	}
	.section-reviews__text{
		font-size: 16px;
		margin-bottom: 17px;
	}
	.section-reviews .slick-arrow{
		top: calc(50% - 20px + 15px);
	}
	.section-consult__social{
		padding: 35px 19px 26px;
	}
	.section-consult__title{
		margin-bottom: 19px;
	}
	.section-consult__links{
		padding: 10px 0 25px;
	}
	.section-consult__links a{
		margin: 0 12px;
	}
	.section-consult__form{
		padding: 35px 19px 26px;
	}
	.section-expert__container{
		align-items: flex-start;
	}
	.section-expert__content{
		padding: 0 25px 0 0;
	}
	.section-expert__text{
		font-size: 16px;
	}
	.section-expert__image{
		padding: 2.7% 8.1% 8.3% 5.9%;
	}
	.section-expert__image img{
		border-radius: 20px;
	}
	.section-expert .waves{
		width: 60px;
		height: 25px;
		bottom: 73px;
		right: -13px;
	}
	.expert-list__bg{
		background: url(images/experts-bg-768.svg) no-repeat center 0 / 100% auto;
	}
	.expert-list__item{
		width: 200px;
		flex-shrink: 0;
		position: relative;
	}
	.expert-list__item:nth-child(1){
		margin: 71px 0 0 0;
	}
	.expert-list__item:nth-child(2){
		margin: 15px 0 0 -10px;
	}
	.expert-list__item:nth-child(3){
		margin: 179px 0 0 -36px;
	}
	.expert-list__item:nth-child(4){
		margin: 15px 0 0 -26px;
	}
	.expert-list__image{
		width: 100px;
		height: 100px;
		margin: 0 auto 11px;
	}
	.section-faq__container{
		padding: 28px 0 0 20px;
	}
	.faq-item{
		margin-bottom: 14px;
	}
	.section-urgent {
		padding: 40px 0 80px;
	}
	.section-urgent__bg{
		width: 95%;
		height: 92%;
	}
	.section-urgent__content{
		width: 76%;
		flex-shrink: 0;
		padding: 39px 20px 96px 40px;
	}
	.section-urgent__title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.section-urgent__phone{
		font-size: 18px;
	}
	.section-urgent__items{
		padding: 0;
	}
	.section-urgent__item:not(:last-child) {
		margin-right: 30px;
	}
	.section-urgent__messenger{
		margin: -3px 0 0;
	}
	.section-urgent__messenger a{
		width: 25px;
		height: 25px;
		margin-right: 19px;
	}
	.section-urgent__contact{
		width: 279px;
		height: 246px;
		padding: 42px 35px 30px;
		margin: 0 0 -38px -104px;
	}
	.section-urgent__contact .section-urgent__title{
		font-size: 22px;
		margin-bottom: 19px;
	}
	.section-urgent__contact .waves{
		width: 135px;
		height: 50px;
		top: 0;
		right: 0;
	}
	.section-calc__wrapper{
		margin: 50px 0 16px;
	}
	.calculator{
		padding: 30px 20px 16px;
	}
	.calculator__container{
		flex-wrap: wrap;
	}
	.calculator__input{
		width: 50% !important;
		padding: 0 10px 14px;
		position: relative;
	}
	.section-calc__container {
		padding: 0;
	}
	.section-calc__content{
		margin: 0;
	}
	.section-calc__social{
		margin: 0;
	}
	.section-advant__container{
		padding: 28px 0 2px;
		margin-bottom: -28px;
	}
	.section-advant__col{
		width: 50%;
		padding: 0 10px 30px;
	}
	.section-welcome__content .section-subtitle{
		margin: 0 0 31px 0;
	}
	.section-join__container{
		border-radius: 20px;
	}
	.section-join__social {
		padding: 40px 0 85px 18px;
	}
	.section-join__title{
		padding: 0;
		font-size: 40px;
		margin-bottom: 30px;
	}
	.section-join__links a{
		margin-right: 20px;
	}
	.section-join__contact{
		width: 231px;
		height: 205px;
		bottom: -50px;
	}
	.section-join__text{
		margin: 0 0 10px;
	}
	.section-join .waves{
		width: 114px;
		height: 40px;
		top: -7px;
		right: -37px;
	}
	.post-item__title{
		margin-bottom: 19px;
	}
	.post-body h2 {
		font-size: 18px;
		line-height: 120%;
		margin: 20px 0;
	}
	.site-footer__container{
		flex-wrap: wrap;
	}
	.site-footer__col{
		padding: 0 10px 19px;
	}
	.site-footer__col:nth-child(1){width: 39.8%;}
	.site-footer__col:nth-child(2){width: 40.3%}
	.site-footer__col:nth-child(3){width: 19.9%;}
	.site-footer__col:nth-child(4){width: 60%; margin-left: auto;}
	.footer-copy{
		display: none;
	}
	.site-footer__copy-mobile{
		display: block;
		margin-top: -51px;
		font-size: 14px;
	}
	.popup__window{
		width: 500px;
	}
	.popup__container{
		padding: 45px 30px 50px;
	}
	.popup-title{
		font-size: 25px;
	}
	.popup-decor-1{
		width: 101px;
		height: 113px;
		top: -37px;
	}
	.popup-decor-2 {
		width: 78px;
		height: 128px;
		bottom: -60px;
		right: -16px;
	}
	.popup .waves {
		width: 48px;
		bottom: 20px;
		left: 0px;
	}
	.popup-form__checkbox{
		margin: 4px 0 17px;
	}
	.popup-write{
		margin-top: 25px;
	}
	.popup-write__text{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#popup-thankyou .popup__container{
		padding: 53px 60px 70px;
	}
	.popup-text{
		font-size: 18px;
	}
	.totop{
		right: 10px;
		bottom: 10px;
	}
	/* .fixed-calc-show .totop{
		bottom: 135px;
	} */
	.messanger-popup{
		bottom: 10px;
		left: 10px;
		transform: scale(0.85);
		transform-origin: bottom left;
	}
	.fixed-calc-show .messanger-popup{
		bottom: 135px;
	}
	.fixed-calc-show:not(.fixed-calc-closed) .totop {
		bottom: 220px;
	}
}
@media only screen and (max-width: 767px){
	.site-wrapper{
		padding-bottom: 71px;
	}
	.breadcrumbs{
		padding: 70px 0 20px;
	}
	/* .admin-bar .site-header{
		top: 46px;
	} */
	.button{
		padding: 17px 43px;
		font-size: 14px;
	}
	.header-logo{
		width: 100px;
		margin-top: 3px;
	}
	.header-contact,.header-lang{
		display: none;
	}
	.touch-menu{
		width: 32px;
		height: 33px;
		margin: 0 0 0 15px
	}
	.header-social{
		margin: 0 0 0 20px;
	}
	.header-social a{
		width: 24px;
		height: 24px;
		margin-left: 5px;
	}
	.header-social a svg{
		width: 15px;
		height: 15px;
	}
	.section-welcome{
		padding: 0;
	}
	.section-welcome__container{
		position: relative;
	}
	.section-welcome__bg{
		width: 99%;
		height: 93%;
	}
	.section-welcome__content{
		width: 100%;
		flex-shrink: 0;
		padding: 10px 0 40px 20px;
	}
	.section-title{
		font-size: 22px;
		margin: 0 auto 19px;
	}
	.section-subtitle{
		font-size: 16px;
	}
	.section-welcome__content .section-subtitle {
		width: auto;
		margin: 0 190px 31px 0;
		font-size: 15px;
	}
	.section-welcome__content .section-subtitle br{
		display: none;
	}
	.section-welcome__image{
		width: 180px;
		padding: 0 9px 53px 7px;
		position: absolute;
		right: -1px;
		margin: 0;
		bottom: 45px;
	}
	.section-welcome .waves{
		width: 43px;
		height: 16px;
		top: 25px;
		right: 11px;
	}
	.section-welcome_home{
		padding: 62px 0 0 0;
	}
	.section-subject{
		padding: 7px 0 20px;
	}
	.section-subject__col{
		width: 50%;
	}
	.section-subject__name{
		font-size: 14px;
	}
	.section-trust__container{
		flex-direction: column;
		padding: 13px 0 16px;
	}
	.section-trust__advant{
		width: 100%;
		padding: 0 0 26px;
	}
	.section-trust__list{
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 20px);
		padding: 0;
		margin: 0 -10px;
		font-size: 14px;
	}
	.section-trust__list li{
		width: 50%;
		padding: 0 10px 20px;
		margin-bottom: 15px;
	}
	.section-trust__list li div{
		left: -6px;
		animation: none !important;
		opacity: 1;
	}
	.section-trust__list li span{
		width: calc(100% - 17px);
		animation: none !important;
		opacity: 1;
	}
	.section-trust__item{
		margin-bottom: 14px;
	}
	.section-trust__title{
		font-size: 40px;
		margin-bottom: 6px;
	}
	.section-trust__text{
		font-size: 16px;
	}
	.section-trust__btn{
		width: 280px;
		max-width: 100%;
		margin: 0 auto;
	}
	.section-trust__btn .button{
		width: 100%;
	}
	.section-stages{
		padding: 50px 0 30px;
	}
	.stages-slider__slider{
		padding: 11px 61px;
	}
	.stages-slider__image{
		width: 55px;
		height: 55px;
		margin-right: 9px;
	}
	.section-stages__num{
		font-size: 12px;
	}
	.section-stages__title{
		min-height: 35px;
		font-size: 16px;
		margin-bottom: 11px;
	}
	.section-stages__text{
		font-size: 14px;
		margin-left: -65px;
	}
	.section-stages__btn{
		width: 280px;
		max-width: 100%;
		margin: 0 auto;
	}
	.section-stages__btn .button{
		width: 100%;
	}
	.section-fail__container{
		padding: 20px 0 18px;
	}
	.section-fail__col{
		padding: 0 10px 9px;
	}
	.section-fail__item{
		align-items: flex-start;
		padding: 15px;
	}
	.section-fail__icon{
		width: 50px;
		height: 50px;
		margin: 0 12px 0 0;
	}
	.section-fail__title{
		font-size: 16px;
		margin-bottom: 7px;
	}
	.section-fail__text{
		font-size: 14px;
	}
	.section-fail__bottom{
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 20px;
		text-align: center;
	}
	.section-fail__bottom span{
		margin: 10px 0 0;
	}
	.section-price{
		padding: 22px 0 33px;
	}
	.section-price__bg{
		width: 99%;
		height: 90%;
	}
	.section-price__content{
		width: 100%;
		padding: 30px 5px 120px 20px;
	}
	.section-price__btn .button{
		padding: 17px 28px;
	}
	.section-price__contact{
		width: 205px;
		height: 181px;
		padding: 26px 27px 22px;
		position: absolute;
		margin: 0;
		right: 0;
		bottom: -21px;
	}
	.section-price__text{
		font-size: 14px;
		margin: 0 0 10px;
	}
	.section-price__link a{
		padding: 7px 10px 5px;
		font-size: 14px;
	}
	.section-price .waves{
		width: 87px;
		height: 32px;
	}
	.section-video__container{
		display: none;
	}
	.section-video__mobile{
		display: block;
		padding-top: 10px;
		margin: 0 -20px 0 0;
	}
	.section-video__slider{
		margin: 0 -5px;
	}
	.section-video__slide{
		padding: 0 5px;
	}
	.section-video__item{
		width: 280px;
	}
	.section-video .slick-dots{
		display: flex;
		justify-content: center;
		padding: 21px 20px 0 0;
	}
	.section-video .slick-dots button{
		display: block;
		width: 8px;
		height: 8px;
		background: #EAEBEE;
		border: none;
		border-radius: 50%;
		padding: 0;
		margin: 0 2px;
		outline: none;
		font-size: 0;
	}
	.section-video .slick-dots .slick-active button{
		background: #5956E9;
	}
	.section-reviews{
		padding: 30px 0 20px;
	}
	.section-reviews__decor-1{
		width: 58px;
		height: 51px;
		top: -30px;
		left: -12px;
	}
	.section-reviews .waves{
		width: 39px;
		height: 22px;
		top: 5px;
		left: -20px;
	}
	.section-reviews__container{
		padding: 30px 0 37px;
	}
	.section-reviews__slider{
		padding: 0 16px;
	}
	.section-reviews__slide{
		padding: 21px 10px 0;
	}
	.section-reviews__item{
		padding: 19px 15px 5px;
	}
	.section-reviews__quotes{
		width: 25px;
		height: 25px;
		top: -13px;
		left: 15px;
	}
	.section-reviews__name{
		font-size: 12px;
		margin-bottom: 11px;
	}
	.section-reviews__text{
		font-size: 14px;
	}
	.section-reviews .slick-arrow{
		width: 32px;
		height: 32px;
	}
	.section-reviews .slick-arrow.slick-prev{
		left: -16px;
	}
	.section-reviews .slick-arrow.slick-next{
		right: -16px;
	}
	.section-reviews .slick-arrow svg{
		width: 12px;
		height: 7px;
	}
	.section-reviews__decor-2{
		width: 42px;
		height: 42px;
		bottom: 4px;
		right: -10px;
	}
	.section-consult {
		padding: 40px 0 20px;
	}
	.section-consult__container{
		padding: 10px 0 0;
		flex-direction: column;
	}
	.section-consult__col{
		width: 100%;
		padding: 0 10px 20px;
	}
	.section-consult__title{
		font-size: 16px;
	}
	.section-consult__social{
		padding: 25px 19px 16px;
	}
	.section-consult__decor{
		width: 36px;
		height: 40px;
		left: -10px;
		bottom: -9px;
	}
	.section-consult__links{
		padding: 5px 0 25px;
	}
	.section-consult__links a{
		margin: 0 10px;
	}
	.section-consult .waves{
		width: 117px;
		height: 46px;
	}
	.section-consult__form{
		padding: 25px 14px 26px;
	}
	.section-consult__form input[type=tel]{
		height: 50px;
		font-size: 14px;
	}
	.section-expert{
		padding: 40px 0 20px;
	}
	.section-expert__container{
		padding: 11px 0 24px;
	}
	.section-expert__container{
		flex-direction: column-reverse;
		align-items: center;
	}
	.section-expert__image{
		width: 190px;
		padding: 3.3% 10.1% 9.3% 6.9%;
		margin: 0 26px 14px 0;
	}
	.section-expert__content{
		width: 100%;
		padding: 0;
	}
	.section-expert__name{
		font-size: 16px;
		margin-bottom: 4px;
	}
	.section-expert__status{
		font-size: 14px;
	}
	.section-expert__text{
		font-size: 14px;
	}
	.section-expert__text p{
		margin-bottom: 0;
	}
	.expert-list__container{
		width: 440px;
		max-width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.expert-list__bg{
		top: -7px;
		background: url(images/experts-bg-480.svg) no-repeat center 0 / 100% auto;
	}
	.expert-list__item{
		width: 210px;
		padding: 14px 10px 16px;
	}
	.expert-list__item:nth-child(1){
		margin: 16px 0 0 0;
	}
	.expert-list__item:nth-child(2){
		margin: 45px 0 0 0;
	}
	.expert-list__item:nth-child(3){
		margin: 0;
	}
	.expert-list__item:nth-child(4){
		margin: 31px 0 0 0;
	}
	.expert-list__image{
		width: 80px;
		height: 80px;
	}
	.expert-list__name{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.expert-list__status{
		font-size: 13px;
	}
	.section-faq__container{
		padding: 21px 0 0 0;
	}
	.faq-item{
		padding: 5px 15px 4px;
		margin-bottom: 11px;
	}
	.faq-item__question{
		min-height: 42px;
		display: flex;
		align-items: center;
		font-size: 14px;
		padding: 10px 40px 10px 0;
	}
	.faq-item__question span{
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}
	.faq-item__question span:before{
		height: 16px;
		left: 7px;
	}
	.faq-item__question span:after{
		width: 16px;
		top: 7px;
	}
	.faq-item__answer{
		padding: 1px 0 16px;
		font-size: 14px;
	}
	.section-faq__btn{
		width: 280px;
		max-width: 100%;
		padding-top: 19px;
		margin: 0 auto;
	}
	.section-faq__btn .button{
		width: 100%;
	}
	.section-urgent{
		padding: 30px 0 20px;
	}
	.section-urgent__bg{
		width: 99%;
		height: 84%;
	}
	.section-urgent__content{
		width: 100%;
		padding: 30px 5px 120px 20px;
	}
	.section-urgent__items{
		flex-direction: column;
		padding-top: 2px;
	}
	.section-urgent__item:not(:last-child){
		margin: 0 0 20px;
	}
	.section-urgent__title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.section-urgent__phone{
		font-size: 16px;
	}
	.section-urgent__contact{
		width: 205px;
		height: 181px;
		padding: 26px 27px 29px;
		position: absolute;
		margin: 0;
		right: 0;
		bottom: 7px;
	}
	.section-urgent .waves{
		width: 87px;
		height: 32px;
	}
	.section-urgent__contact .section-urgent__title{
		font-size: 16px;
		margin-bottom: 14px;
	}
	.section-calc {
		padding: 8px 0 30px;
	}
	.section-calc__wrapper{
		margin: 20px 0;
	}
	.calculator{
		padding: 30px 20px 16px;
	}
	.calculator__input {
		width: 100% !important;
		padding: 0 0 15px;
	}
	.calculator select{
		height: 50px;
	}
	.calculator select + svg{
		top: 20px;
		right: 23px;
	}
	.calculator__radios{
		padding-top: 12px;
	}
	.calculator__radios label{
		margin-right: 17px;
	}
	.calculator__radios span{
		font-size: 14px;
	}
	.calculator__radios span::before{
		top: -3px;
		left: 2px;
	}
	.calculator input[type="text"],.calculator input[type="number"]{
		height: 50px;
	}
	.calculator .button{
		padding: 18px 15px;
	}
	.calculator__result{
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	.section-calc__container{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.section-calc__content{
		font-size: 14px;
		margin: 0 0 15px;
	}
	.section-calc__social a{
		width: 50px;
		height: 50px;
		margin: 0 7px;
	}
	.section-calc__social a svg{
		width: 30px;
		height: 30px;
	}
	.fixed-calc__body{
		position: relative;
		display: none;
	}
	.fixed-calc .section-title{
		display: block;
		margin-top: 39px;
	}
	.fixed-calc .section-calc__container{
		display: flex;
		padding: 20px 0 20px;
	}
	.fixed-calc .calculator{
		padding: 30px 17px;
	}
	.fixed-calc__handler{
		display: block;
		text-align: center;
		padding: 0 20px;
	}
	.fixed-calc__handler .button{
		width: 400px;
		max-width: 100%;
		padding: 17px 23px;
	}
	.fixed-calc__close{
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: -31px;
		right: 0;
		cursor: pointer;
	}
	.fixed-calc__close svg{
		stroke: #242424;
		stroke-width: 1.5;
	}
	.fixed-calc.opened .fixed-calc__desktop-close{
		display: none !important;
	}
	.fixed-calc.opened{
		top: 0;
		bottom: auto;
		overflow-y: auto;
	}
	.fixed-calc.opened .fixed-calc__body{
		display: block;
	}
	.fixed-calc.opened .fixed-calc__handler{
		display: none;
	}
	.section-advant__container{
		padding: 21px 0 2px;
		margin: 0 -12px -19px;
	}
	.section-advant__col{
		padding: 0 12px 20px;
	}
	.section-advant__image{
		width: 60px;
		height: 60px;
	}
	.section-advant__title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.section-advant__text{
		font-size: 14px;
	}
	.section-join__container{
		flex-direction: column;
		padding: 31px 30px 194px;
		margin-bottom: 60px;
	}
	.section-join__social{
		width: 100%;
		padding: 0 0 20px;
	}
	.section-join__title{
		font-size: 22px;
		text-align: center;
		margin-bottom: 20px;
	}
	.section-join__links{
		justify-content: center;
	}
	.section-join__links a{
		width: 50px;
		height: 50px;
		margin: 0 5px;
	}
	.section-join__links a svg{
		width: 30px;
		height: 30px;
	}
	.section-join__image{
		width: 154px;
		position: absolute;
		left: 8%;
		bottom: 0;
	}
	.section-join__image .blot{
		right: 0;
		bottom: 0;
		left: -10px;
		top: -42px;
	}
	.section-join__contact{
		bottom: -23px;
	}
	.post-item{
		padding: 24px 20px 18px 20px;
	}
	.post-item__category{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.post-item__title{
		font-size: 14px;
		margin-bottom: 12px;
	}
	.post-item__time{
		font-size: 10px;
		padding-left: 19px;
	}
	.post-item__time:before{
		width: 14px;
		height: 14px;
	}
	.post-item__link svg{
		width: 24px;
		height: 24px;
	}
	.post-body{
		font-size: 14px;
	}
	.post-body img{
		margin: 15px 0 16px;
	}
	.post-body h2{
		font-size: 16px;
		margin: 18px 0;
	}
	.post-body p,
	.post-body span[style]{
		margin-bottom: 11px;
	}
	.site-footer{
		padding: 27px 0 5px;
	}
	.site-footer__col{
		padding: 0 10px 19px;
	}
	.site-footer__col:nth-child(1){width: 100%; order: 4; text-align: center;margin-top: -5px;}
	.site-footer__col:nth-child(2){width: 61%}
	.site-footer__col:nth-child(3){width: 39%;}
	.site-footer__col:nth-child(4){width: 100%;}
	.footer-logo{
		width: 100px;
		margin: 3px auto 20px;
	}
	.footer-title{
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 13px;
	}
	.footer-menu{
		font-size: 12px;
	}
	.footer-menu li:not(:last-child){
		margin-bottom: 12px;
	}
	.footer-phone{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.footer-timework{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.footer-email{
		margin-bottom: 14px;
	}
	.footer-copy{
		font-size: 12px;
		display: block;
	}
	.site-footer__copy-mobile{
		display: none;
	}
	.mobile-panel{
		width: auto;
		left: 0;
	}
	.mobile-panel__container{
		height: calc(100% - 46px);
		padding: 0 25px 10px;
		margin-top: 46px;
	}
	.mobile-panel__close{
		width: 24px;
		height: 24px;
		top: 16px;
		right: 20px;
	}
	.mobile-phone{
		font-size: 16px;
		text-align: center;
		margin-bottom: 9px;
	}
	.mobile-email{
		font-weight: 600;
		font-size: 12px;
		text-align: center;
		margin-bottom: 20px;
	}
	.mobile-btn{
		text-align: center;
		margin-bottom: 20px;
	}
	.mobile-btn a{
		padding: 7px 68px;
		font-size: 14px;
	}
	.mobile-btn a svg{
		margin-right: 7px;
		width: 25px;
	}
	.mobile-social{
		justify-content: center;
		margin: 0 0 20px;
	}
	/* .mobile-social a{
		width: 32px;
		height: 32px;
		margin: 0 7px;
	}
	.mobile-social a svg{
		width: 20px;
	} */
	.mobile-lang{
		justify-content: center;
		text-align: center;
	}
	.popup__window{
		width: 440px;
	}
	.popup__close{
		top: 8px;
		right: 8px;
	}
	.popup__container{
		padding: 26px 15px 14px;
	}
	.popup-title{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.popup-form{
		padding: 0;
		margin-bottom: 10px;
	}
	.popup-decor-1{
		width: 65px;
		height: 70px;
		top: -18px;
		left: -15px;
	}
	.popup-decor-2{
		height: 53px;
		right: -16px;
		bottom: -7px;
	}
	.popup-form__input{
		width: 50%;
	}
	.popup-form input[type="email"], .popup-form input[type="tel"], .popup-form input[type="text"]{
		height: 50px;
		padding: 0 19px;
		font-size: 14px;
	}
	.popup-form__checkbox{
		margin: -1px 0 13px;
	}
	.popup-form__checkbox label > span{
		font-size: 10px;
		padding-left: 27px;
	}
	.popup-form__checkbox label > span:before{
		top: -6px;
		left: 1px;
	}
	.popup-write{
		margin-top: 0;
	}
	.popup-write__text{
		font-size: 12px;
		margin-bottom: 11px;
	}
	.popup-write__links{
		display: flex;
		margin: 0 50px;
	}
	.popup-write__links li{
		padding: 0 5px;
	}
	.popup-write__links a{
		font-size: 12px;
		padding: 12px 10px 13px;
	}
	.popup-form textarea{
		height: 50px;
		padding: 14px 19px;
		white-space: nowrap;
		font-size: 14px;
	}
	#popup-thankyou .popup__container{
		padding: 24px 15px 40px;
	}
	.popup-text{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.fixed-calc-show:not(.fixed-calc-closed) .totop{
		bottom: 80px;
	}
	.fixed-calc-show .messanger-popup{
		bottom: 80px;
	}
}
@media only screen and (max-width: 479px){
	/* .admin-bar .site-header{
		top: 0;
	} */
	.section-welcome .section-title {
		margin: 0 auto 15px;
	}
	.section-welcome__container{
		padding: 20px 0 127px;
	}
	.section-welcome__bg{
		width: 99%;
		height: 76%;
	}
	.section-welcome__content{
		padding: 10px 20px 40px 20px;
		position: relative;
		z-index: 2;
	}
	.section-welcome__content .section-subtitle{
		margin: 0 0 23px;
		font-size: 16px;
	}
	.section-welcome__image{
		bottom: -20px;
	}
	.section-subject {
		padding: 20px 0 15px;
	}
	.section-subject__col{
		width: 100%;
		padding: 0 10px 10px;
	}
	.section-subject__name{
		font-size: 16px;
	}
	.section-trust__container{
		padding: 9px 0 16px;
	}
	.section-trust__list li{
		width: 100%;
		margin-bottom: 16px;
	}
	.stages-slider__slider{
		padding: 11px 0 69px;
	}
	.stages-slider .slick-arrow{
		top: auto;
		bottom: 10px;
	}
	.stages-slider .slick-arrow.slick-prev{
		left: 29%;
	}
	.stages-slider .slick-arrow.slick-next{
		right: 29%;
	}
	.section-fail__container {
		padding: 20px 0;
	}
	.section-fail__bottom{
		font-size: 16px;
	}
	.section-price {
		padding: 26px 0 33px;
	}
	.section-price__bg{
		width: 100%;
		height: 69%;
	}
	.section-price__content{
		padding: 30px 15px 200px 20px;
	}
	.section-price__contact{
		bottom: 0;
	}
	.section-price__btn .button {
		padding: 17px 37px;
	}
	.section-video {
		padding: 28px 0 30px;
	}
	.section-expert {
		padding: 20px 0 20px;
	}
	.section-expert__image {
		width: 186px;
		padding: 4.6% 14.1% 13.3% 10.9%;
		margin: -19px 16px 19px 0;
	}
	.section-expert .waves{
		width: 45px;
		height: 20px;
		bottom: 42px;
		right: -13px;
	}
	.expert-list__container{
		width: 340px;
	}
	.expert-list__item{
		width: 130px;
	}
	.expert-list__item:nth-child(2){
		margin: 57px 0 0 0;
	}
	.expert-list__item:nth-child(4){
		margin: 25px 0 0 0;
	}
	.expert-list__bg{
		top: 6px;
		left: -14px;
		right: -14px;
		background: url(images/experts-bg-320.svg) no-repeat center 0 / 100% auto;
	}
	.section-urgent__bg{
		width: 100%;
		height: 75%;
	}
	.section-urgent__content{
		padding: 30px 15px 200px 20px;
	}
	.section-urgent__contact{
		bottom: 0;
	}
	.section-calc {
		padding: 39px 0 30px;
	}
	.section-advant{
		padding: 60px 0 7px;
	}
	.section-advant__col{
		width: 100%;
	}
	.section-welcome__btn-mobile{
		display: block;
		margin-bottom: 20px;
	}
	.section-welcome__btn-mobile .button{
		width: 100%;
	}
	.section-join__container{
		padding: 31px 30px 0;
	}
	.section-join__social{
		padding: 0 0 30px;
	}
	.section-join__contact{
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding: 35px 42px 42px 29px;
		margin: 0 auto 10px;
		z-index: 1;
	}
	.section-join .waves{
		top: -2px;
		right: -44px;
	}
	.section-join__image{
		order: 3;
		position: relative;
		margin: 9px auto 0;
	}
	.post-item__category{
		margin-bottom: 5px;
	}
	.post-item__title{
		margin-bottom: 1px;
	}
	.post-body img{
		margin: 9px 0 16px;
	}
	.post-body h2{
		margin: 14px 0;
	}
	.post-body ul{
		padding: 5px 0 4px;
	}
	.post-body ul li{
		padding-left: 13px;
	}
	.post-body ul li:before{
		width: 8px;
		height: 8px;
	}
	.site-footer {
		padding: 41px 0 5px;
	}
	.site-footer__col {
		padding: 0 10px 15px;
	}
	.site-footer__col:nth-child(1){width: 100%; order: 0; text-align: left;}
	.site-footer__col:nth-child(2){width: 100%}
	.site-footer__col:nth-child(3){width: 100%;}
	.site-footer__col:nth-child(4){width: 100%;}
	.footer-copy{
		display: none;
	}
	.site-footer__copy-mobile{
		display: block;
		margin: 10px 0;
		font-size: 12px;
	}
	.footer-pay span{
		margin: 0 0 5px 10px;
	}
	.footer-pay{
		margin-left: -10px;
	}
	.footer-pay span svg{
		max-width: 60px;
		max-height: 14px;
	}
	.popup__window{
		width: 290px;
	}
	.popup__close{
		top: 6px;
		right: 9px;
		width: 25px;
		height: 25px;
	}
	.popup-title{
		font-size: 18px;
		margin-bottom: 18px;
	}
	.popup-form{
		margin-bottom: 13px;
	}
	.popup-form__input{
		width: 100%;
	}
	.popup-form__checkbox{
		margin: 2px -5px 18px 0;
	}
	.popup-form__checkbox label > span{
		padding-left: 30px;
	}
	.popup-form__checkbox label > span:before{
		left: 3px;
	}
	.popup-write__text{
		font-size: 12px;
		margin-bottom: 11px;
	}
	.popup-write__links{
		flex-direction: column;
		margin: 0 35px 10px;
	}
	.popup-write__links li{
		width: 100%;
		padding: 0 5px 5px;
	}
	.popup-form textarea{
		height: 100px;
		padding: 15px 19px;
		white-space: normal;
	}
	#popup-thankyou .popup__container{
		padding: 10px 15px 24px;
	}
	.page-404__wrapper{
		align-items: center;
	}
	.page-404__container{
		flex-direction: column-reverse;
		padding: 30px 0 6px;
	}
	.page-404__image{
		width: 210px;
		padding: 0 0 16px;
	}
	.page-404__content{
		width: 100%;
		text-align: center;
	}
	.page-404 .section-title{
		text-align: center;
		margin-bottom: 10px;
	}
	.page-404 .section-title br{
		display: none;
	}
	.page-404__text{
		width: 500px;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	.totop span{
		width: 40px;
		height: 40px;
	}
	.messanger-popup{
		transform: scale(0.74);
	}
}
@supports (((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px)))) {
	.mobile-panel{
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.popup{
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
}
