body{
	font-family: "Montserrat", sans-serif;
	color: #42464d;
	position:relative;
	background:#f5f5f5;
	margin:0;
	font-size:15px;
	line-height:24px;
}
*{
	min-width:0;min-height:0;
	margin:0;padding:0;
}
*,::after,::before{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul{list-style:none;}
.container{
	max-width:1280px;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	z-index:3;
}
a{color:#42464d;}
button, button:active, button:focus, a, a:active, a:focus, a:hover, div:focus, input:focus{outline: none;text-decoration:none;}
button, button::-moz-focus-inner, a::-moz-focus-inner {border:none;}
a.phone, .price, .mail{white-space:nowrap;}
iframe{border:0;box-shadow:none;margin:0;padding:0;}
ul{list-style:none;}
h1,h2,h3{
	font-size:32px;
	line-height:32px;
	text-transform:none;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}
h2,h3{
	font-size:26px;
	line-height:26px;	
}
br{
	font-size:0;line-height:0;height:0;
}
.pagewrap{
	overflow:hidden;
}
.flex{
	display: flex;
}
.btn{
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align:center;
	width:fit-content;
	padding:0px 45px;
	height:66px;
	color:#fff;
	font-family: "Montserrat", sans-serif;
	font-size:15px;
	line-height:16px;
	font-weight:500;
	border-radius:4px;
	border:0;
	border-bottom:2px solid #ac2020;
	background: #c02c2c;
	background: linear-gradient(0deg, #c02c2c 0%, #ff7474 100%);
	padding-bottom:1px;
	position:relative;
	box-shadow:none;
	cursor:pointer;
}
.btn:hover,.btn:focus{
	box-shadow:inset 0 0 30px rgba(255,255,255,0.5),0 0 20px rgba(255,255,255,0.3);
}
.btn.btn-blue{
	background: #2779c5;
	background: linear-gradient(0deg, #2779c5 0%, #44a5ff 100%);
	border-color:#2166a6;
}
.btn-c{
	margin:0 auto;
}
.header{
	background:#fff;
	position:relative;
	z-index:5;
}
.header-top{
	display: flex;
	padding:30px 0 27px;
	justify-content: space-between;
}
.logo{
	display: flex;
	align-items: center;
	width:365px;
	height:67px;
}
.logo-img{
	width:73px;
	height:67px;
	margin-right:11px;
}
.logo-title{
	display:block;
	width:100%;
	font-size:30px;
	line-height:33px;
	font-weight:800;	
	letter-spacing: 8%;
	text-transform:uppercase;
	white-space:nowrap;
}
.logo-descr{
	display:block;
	width:100%;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	letter-spacing:2%;
	white-space:nowrap;
}

.header-adr-wrap{
	gap:70px;
	display: flex;
	padding-left:30px;
	justify-content: space-between;
}
.header-address,
.header-mail{
	font-size:15px;
	line-height:22px;
	font-weight:500;
	margin-top:8px;
}
.header-contact{
	margin-top:8px;
	text-align:right;
}
.address, .mail, .tel{
	position:relative;	
}
.address:before, .mail:before, .tel:before{
	content:'';
	display:block;
	position:absolute;
}
.address:before{
	background:url('./img/icons/adr.svg') no-repeat center center;
	width:16px;
	height:20px;
	background-size:contain;
	top:2px;
	right:calc(100% + 12px);
}
.mail:before{
	background:url('./img/icons/mail.svg') no-repeat center center;
	width:21px;
	height:14px;
	background-size:contain;
	top:3px;
	right:calc(100% + 20px);
}
.tel:before{
	background:url('./img/icons/tel.svg') no-repeat center center;
	width:17px;
	height:17px;
	background-size:contain;
	top:3px;
	right:calc(100% + 11px);
}
.f-adr .address:before,
.f-tel .tel:before{
	right:calc(100% + 15px);
}
.f-tel .tel:before{
	top:0px;
}
.f-mail .mail:before{
	right:calc(100% + 13px);
}
.social{
	display: flex;
	gap:11px;
}
.hamburger,
.header-mobile-social{
	display:none;
}
.soc-ico{
	display: flex;
	align-items: center;
	justify-content: center; 
	width:28px;
	height:28px;
	border-radius:50%;	
}
.soc-ico svg{
	fill:#fff;
}
.soc-tg{
	background:#5bc1f2;
	padding-top:2px;
	padding-right:2px;
}
.soc-wa{
	background:#45c954;
}
.soc-tg svg{
	width:13px;
	height:11px;
}
.soc-wa svg{
	width:14px;
	height:14px;
}
.consultations .social .soc-ico:hover,
.header .soc-ico:hover{
	box-shadow:0 0 5px rgba(24,97,164,0.4);
}
.footer .soc-ico:hover{
	border:1px solid #fff;
}
.header-phone{
	display:inline-block;
	font-size:26px;
	font-weight:bold;
	position:relative;	
}
.h-contacts{
	margin-top:5px;
	display: flex;
	align-items: center;
	font-size:14px;
	gap:18px;
}


.header-mainmenu{
	width:100%;
	background:#2779c5;
}
.header-mainmenu .container{
	display: flex;
	justify-content: space-between;
}
.header-nav{
	width:907px;
}
.mainmenu{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.mainmenu a{
	display:inline-block;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	padding:22px 0 22px;
	color:#fff;	
}
.mainmenu a.active,
.footer-menu li a.active{
	color:#73bcff;
}
.mainmenu li{
	position:relative;
}
.mainmenu li.withsub{
	cursor:pointer;
}
.mainmenu li.withsub a{
	padding-right:18px;
}
.mainmenu li.withsub:after{
	content:'';
	display:block;
	width:6px;
	height:6px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(135deg);
	position:absolute;
	right:2px;
	top:calc(50% - 3px);
}
.submenu{
	display:none;
	position:absolute;
	min-width:210px;
	width:100%;
	top:100%;
	left:0;
	padding:22px 10px 22px 22px;
	z-index:999;
	background:rgba(42,124,200,0.98);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.header-mainmenu:not(.opened) .mainmenu li:hover .submenu{
	display:block;
}
.mainmenu li .submenu li{
	margin-bottom:11px;
}
.mainmenu li .submenu li a{
	text-transform:none;
	font-weight:400;
	font-size:14px;
	padding:5px 0;
}
.mainmenu li:hover a,
.footer-menu li a:hover{
	text-shadow: 0 0 5px #96a9e2;
}
.mainmenu li:hover .submenu a{
	text-shadow: none;
}
.mainmenu li:hover .submenu a:hover{
	text-shadow: 0 0 5px #96a9e2;
}

.header-call-btn{
	display: inline-block;
	width:260px;
	text-align:center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 22px 0 22px;
	background:#44a5ff;
	color:#fff;
}
.header-call-btn:hover{
	background:#d13f3f;
}



.main{
	padding-top:25px;
}
.main .container{
	display: flex;
	justify-content: space-between;
	gap:29px;
}

.sidebar{
	width:300px;
	order: 1;
}
.sidebar-nav{
	margin-bottom:20px;
}
.sidebar-nav li{
	margin-bottom:5px;
}
.sidebar-nav li a{
	display:block;
	width:100%;
	background:#fff;
	font-size:14px;
	line-height:24px;
	padding:13px 22px 13px;
	border-radius:4px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a.active{
	background:#44a5ff;
	color:#fff;
}

.consultations{
	background:#fff;
	border-radius:10px;
	padding:30px 5px 38px;
	text-align:center;
}
.consultations h2{
	font-size:17px;
	line-height:27px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;	
}
.consultant-photo{
	margin:55px auto 30px;
	width:158px;
	height:158px;
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:2px 2px 35px rgba(85,85,85,0.25);
	background:#f5f5f5;
	position:relative;
}
.consultant-photo img{
	display:block;
	width:132px;
	position:absolute;
	bottom:0;
	left:calc(50% - 61px);
}
.consultations .btn{
	max-width:241px;
	height:57px;
	width:100%;
	padding:0;
}
.tel2{
	display:inline-block;
	text-align:center;
	position:relative;	
	margin:30px auto 25px;
	font-weight:bold;
	font-size:22px;
	margin-left:17px;
}
.tel2:before{
	content:'';
	display:block;
	position:absolute;
	background:url('./img/icons/tel2.svg') no-repeat center center;
	width:17px;
	height:17px;
	background-size:contain;
	top:3px;
	right:calc(100% + 10px);
}
.consultations .social{
	gap:22px;
	justify-content: center; 
}
.consultations .social .soc-ico {
	width:58px;
	height:58px;
}
.consultations .social .soc-tg svg {
	width: 24px;
	height: 22px;
}
.consultations .social .soc-wa{
	padding-left:1px;
}
.consultations .social .soc-wa svg {
	width: 25px;
	height: 25px;
}

.main-content{
	width:calc(100% - 330px);
	order:2;
}
.section{
	margin-bottom:20px;
	border-radius:10px;
	background:#fff;
	
}
.section-text{	
	padding:40px 30px 35px;
}


.texts-block{
	margin-top:22px;
	display: flex;
	justify-content: space-between;
}
.texts-block p{
	font-size:15px;
	line-height:24px;
	margin-bottom:8px;
}
.texts-block a{
	color:#44a5ff;
	text-decoration:underline;
}
.texts-block-text{
	width:calc(100% - 409px);
}
.texts-block-video{
	width:372px;
}
.video{
	display: flex;
	align-items: center;
	justify-content: center; 
	width:372px;
	height:242px;
	background:#d9e6f2;
	border-radius:8px;
	
	text-transform:uppercase;color:#fff;text-align:center;font-size:22px;font-weight:600;
}

.advantages{
	display: flex;
	align-items: center;
	align-items: stretch;
	justify-content: space-between;
	gap:19px;
	margin:20px 0 25px;
}
.advantages-item{
	border:1px solid #d9e8fd;
	width: calc(33% - 13px);
	border-radius:8px;
	padding:30px 5px 25px;
	padding-top:140px;
	text-align:center;
	position:relative;
}

.advantages-title{
	font-size:16px;
	line-height:22px;
	font-weight:500;
}
.advantages-title span{
	font-weight:bold;
}
.advantages-item:before{
	content:'';
	display:block;
	width:92px;
	height:92px;
	background:#44a5ff;
	border-radius:50%;
	position:absolute;
	top:30px;
	left:calc(50% - 46px);
}
.advantages-item1:before{
	background:#44a5ff url('./img/icons/i1.svg') no-repeat center center;
	background-size:64px;
}
.advantages-item2:before{
	background:#44a5ff url('./img/icons/i2.svg') no-repeat center center;
	background-size:50px;
}
.advantages-item3:before{
	background:#44a5ff url('./img/icons/i3.svg') no-repeat center center;
	background-size:47px;
}



.categories{
	margin:20px 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:19px;
	flex-wrap: wrap;
}
.categories-item{
	border:1px solid #d9e8fd;
	width: calc(33.333% - 13px);
	height:188px;
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.categories-item:before{
	content:'';
	display:block;
	background:rgba(66,70,77,0.72);
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
}
.categories-item:after{
	content:'';
	display:block;
	background:url('./img/icons/go.svg') no-repeat center center;
	background-size:24px;
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	right:20px;
	bottom:20px;
	z-index:3;
	filter: brightness(0) invert(1);
}
.categories-item img{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit:cover;
	z-index:1;
}
.categories-item span{
	display:inline-block;
	color:#fff;
	position:absolute;
	top:25px;
	left:20px;
	right:20px;
	z-index:3;
	font-size:14px;
	line-height:25px;
	font-weight:500;
}
.categories-item:hover span{
	color:#44a5ff;
}
.categories-item:hover:after{
	filter: none;
}
.s-title{
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin:17px 0 12px;
}

ul.gals li{
	font-size:15px;
	position:relative;
	padding-left:29px;
	margin-bottom:5px;
}
ul.gals li:before{
	content:'';
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:5px;
	left:5px;
	background:url('./img/icons/check.svg') no-repeat center center;
	background-size:12px;
}


.mainslider{
	width:100%;	
	opacity:0;
	border-radius:10px;
	overflow:hidden;
}
.mainslider,
.mainslider-slide{
	height:444px;
}
.mainslider.slick-dotted.slick-slider{
	margin:0;
}
.mainslider-slide{
	background:#777a7f;
	color:#fff;
	padding:20px 60px;
}
.slide1{
	background:url('./img/slider/slide1.jpg') no-repeat center center;
	background-size:cover;
}
.slide-content{
	display: flex;
	justify-content: center; 
	flex-direction: column;
	height:100%;
	padding-bottom:10px;
}
.mainslider-slide-title{
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	margin-bottom:15px;	
}
.mainslider-slide-text{
	font-size:17px;
	line-height:30px;
	margin-bottom:25px;	
}
.slide-content .btn{
	padding:5px;
	width:180px;
	height:55px;
}
.mainslider .slick-dots{
	bottom:15px;
}
.mainslider .slick-arrow{
	width:20px;
	height:65px;
	background:rgba(255,255,255,0.5);
	border-radius:0;
	width:20px;
	height:65px;
}
.mainslider .slick-arrow:hover,
.mainslider .slick-arrow:focus,
.mainslider .slick-arrow:active{
	background:rgba(255,255,255,0.5);	
}
.mainslider .slick-arrow:before{
	background: url('./img/icons/arr2.svg') no-repeat center 5px;
	width:22px;
	height:20px;
	top:calc(50% - 10px);
	filter: brightness(0) invert(1);
	background-size:14px auto;
}
.mainslider .slick-prev{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.mainslider .slick-next{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}


.questions-answers{
	margin-top:28px;
}
.panel{
	border-radius:8px; 
	padding:0px;
	margin-bottom:10px;
	min-height:80px;
	background:#f9f8fb;
}
.question-num{
	font-size:18px;
	color:#44a5ff;
	line-height:18px;
	font-weight:bold;
	position:absolute;
	top:31px;
	left:30px;
}
.panel-heading{
	padding:5px 65px 5px 70px;
	min-height:80px;
	cursor:pointer;
	position:relative;
	display: flex;
	align-items: center;
}
.panel-collapse{
	display:none;
}
.question-text{
	font-weight:600;
	font-size:15px;
	line-height:26px;
}
.panel-body{
	padding:0px 30px 32px 70px;
	font-size:15px;
	margin-top:-5px;
	line-height:26px;
}
.panel-heading:after{
	content:'+';
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:24px;
	padding-left:1px;
	display:block;
	width:31px;
	height:31px;
	font-weight:bold;
	background:#44a5ff;
	position:absolute;
	top:25px;
	right:31px;
	border-radius:50%;
}
.panel-heading.in:after{
	content:'-';
	background:#cdcdcd;
	line-height:28px;
}
.panel-heading:hover:after{
	background:#cdcdcd;
}

.slick-arrow{
	width:38px;
	height:38px;
	background:#fff;
	box-shadow: 0px 0px 42px 6px rgba(145, 145, 145, 0.25);
	border-radius:50%;
	z-index:99;
	position:absolute;
}
.slick-arrow:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('./img/icons/arr.svg') no-repeat center center;
	background-size:16px 17px;
	
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}
.slick-arrow:focus,
.slick-arrow:active,
.slick-arrow:hover{
	background:#fff;
}
.slick-prev:before{
	transform:rotate(90deg);
}
.slick-next:before{
	transform: rotate(-90deg);
}
.slick-dots li {
	margin:0;
}
.slick-dots{
	bottom:-36px;
}
.slick-dots li button:before {
	font-size: 10px;
	color:#d1dbe5;
	opacity:1;
}
.slick-dots li.slick-active button:before {
	opacity:1;
	color: #44a5ff;
}


.serts-slider{
	width:100%;
	height:380px;
	opacity:0;
	margin:28px -13px;
}
.serts-slider .slick-prev {
	left: 13px;
}
.serts-slider .slick-next {
	right:13px;
}
	
.serts-slider.slick-dotted.slick-slider {
	margin-bottom:43px;
}
.serts-slide{
	margin:0 13px;
	border:1px solid #d9e8fd;
	border-radius:8px;
	height:380px;
}
.sert-img{
	display:block;
	width:100%;
	height:100%;
	padding:10px;
	position:relative;
}
.sert-img:hover:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border-radius:8px;
	z-index:3;
	background:rgba(66,70,77,0.72) url('./img/icons/zoom.svg') no-repeat center center;
	background-size:37px;
}
.serts-slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	margin:auto;
}


.steps{
	margin-top:28px;
}
.step{
	margin-bottom:22px;
}
.step-title{
	font-size:16px;
	font-weight:bold;
	position:relative;
	padding-left:50px;
	min-height:42px;
	margin-bottom:8px;
	display: flex;
	align-items: center;
}
.step-title span{
	display:block;
	width:42px;height:42px;
	position:absolute;
	top:0;
	left:0;
	background:#44a5ff;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	line-height:42px;
	border-radius:50%;
}

.experts-block{
	margin-top:26px;
}
.experts-block h3{
	font-size:20px;
}
.experts{
	margin-top:25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:16px;
}
.expert-card{
	width: calc(25% - 12px);
}
.expert-card-photo{
	max-width:201px;
	width:100%;
	height:238px;
	border:1px solid #d9e8fd;
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.expert-card-photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	margin:auto;
}
.expert-card-photo:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:1px;
	top:1px;
	right:1px;
	bottom:1px;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 64%);
	z-index:1;
}
.expert-card-name{
	position:absolute;
	color:#fff;
	bottom:16px;
	left:1px;
	right:1px;
	z-index:2;
	font-size:15px;
	font-weight:600;
	text-align:center;
}
.expert-card-duty{
	padding:10px;
	color:#707378;
	font-size:13px;
	line-height:21px;
	text-align:center;
}


.feedback-block{
	margin-top:30px;
}
.feedback-block-hidden{
	display:none;
}
.feedback-item{
	padding-bottom:12px;
	margin-bottom:31px;
	border-bottom:1px solid #d1dbe5;
}
.feedback-caption{
	display: flex;
	align-items: center;
	gap:18px;
	min-height:79px;
	margin-bottom:10px;
}
.feedback-photo{
	width:79px;
	height:79px;
	border-radius:50%;
	overflow:hidden;
}
.feedback-photo img{
	display:block;
	width:100%;height:100%;
	object-fit:cover;
	margin:auto;
}
.feedback-name{
	width:calc(100% - 98px);
	font-weight:bold;
	font-size:16px;
}
.feedback-name span{
	display:block;
	width:100%;
	font-weight:400;
	font-size:15px;
	color:#8594ad;
}
.feedback-text p{
	margin-bottom:8px;
}
.btn.btn-more{
	width:241px;
	background:#fff;
	border:1px solid #44a5ff;
	color:#44a5ff;
	margin-bottom:10px;
}
.btn.btn-more:hover{
	box-shadow:inset 0 0 10px rgba(68,165,255,0.3);
}


.price-block{
	margin-top:43px;
}
.price-block-title{
	font-size:18px;
	line-height:18px;
	padding-left:14px;
	margin:20px 0;
	position:relative;
	text-align:left;
}
.price-block-title:before{
	content:'';
	display:block;
	width:4px;
	height:17px;
	background:#f16464;
	position:absolute;
	top:0px;
	left:0;
}

.price-table{
	margin-bottom:30px;
}
.price-table-head{
	margin-top:23px;
}
.price-table-head,
.price-table-row{
	display: flex;
	justify-content: space-between;
	margin-bottom:1px;
}
.price-table-d{
	display: flex;
	padding:5px 20px;
	min-height:55px;
	border-radius:3px;
	display: flex;
	align-items: center;
	font-size:15px;
}
.price-table-head .price-table-d{
	color:#fff;
	text-align:center;
	font-size:14px;
	background:#2779c5;
	justify-content: center; 
	font-size:14px;
	font-weight:600;
	min-height:68px;
}
.price-table-row .price-table-d{
	border:1px solid #e6e6e6;
}
.price-table-d:nth-child(2){
	width:185px;
	text-align:center;
	font-weight:600;
	justify-content: center; 
}
.price-table-d:nth-child(1){
	width:calc(100% - 186px);
}

.btns-row{
	display: flex;
	align-items: center;
	justify-content: center; 
	flex-wrap: wrap;
	gap:11px;
}
.btns-row .btn{
	padding:5px;
	width:241px;
}


.section-form{
	padding:40px 30px 65px;
	background:#fff url('./img/decor/formbg.jpg') no-repeat center 0;
	background-size:cover;
}
.form-block{
	position:relative;	
}
.form-block h3{
	text-align:center;
	font-sizE:26px;
	line-height:26px;
	margin-bottom:20px;
}
.form-subtitle{
	text-align:center;
	font-sizE:16px;
	line-height:16px;
	margin-bottom:30px;
}
.call-form{
	max-width:530px;
}
.form-inputs{
	display: flex;
	justify-content: space-between;
	width:100%;
	gap:20px;
}
.form-input, .form-textarea, .form-select{
	font-family: "Montserrat", sans-serif;
	display:block;
	height:63px;
	background:#f7f7f7;
	width:100%;
	text-align:center;
	padding:20px;
	border: none;
	outline: none;
	border:1px solid #e2e7ef;
	border-radius:8px;
	margin-bottom:16px;
	font-size:15px;
	line-height:16px;
	color:#97999c;
}
.form-textarea{
	height:135px;
}
.form-select{
	margin:0;
}
.btn.btn-submit{
	padding:5px;
	width:241px;
	margin-top:25px;
}
.form-select-wrapper {
	position: relative;
	width: 100%;
	margin-bottom:16px;
}
.form-select {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
	justify-content: center; 
}
.arrow {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 25px;
	background: url('./img/icons/arr.svg') no-repeat center center;
	background-size: 13px;
	opacity:0.6;
}
.form-select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 8px;
	list-style: none;
	padding: 0;
	max-height: 150px;
	overflow-y: auto;
	z-index: 10;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.form-select-options.show {
	display: block;
}
.form-select-options li {
	padding: 10px;
	font-size: 15px;
	cursor: pointer;
	text-align:center;
	color:#97999c;
	border-bottom: 1px solid #ccc;
}
.form-select-options li:last-child{
	border:0;
}
.form-select-options li:hover {
	background-color: #ececec;
}
.form-select-options li.active {
	background-color: #97999c;
	color:#fff;
}

.agreement{
	display:block;
	width:100%;
	margin:4px auto 20px;
}
.soglasie{
	display: flex;
	justify-content: center; 
}
input.mcheckbox {
    display: none;
}
.mcheckbox-c, .mlabel {
    display: inline-block;
}
.mcheckbox-c {
    position: relative;
    width:14px;
	height:14px;
	border:1px solid #e2e7ef;
    background:#f7f7f7;
	margin-top: 0;
	margin-right:9px;
    cursor: pointer;
	border-radius:2px;
}
.mlabel {
	font-family: "Montserrat", sans-serif;
	padding:0;
	max-width: calc(100% - 30px);
    width: auto;
	color:#afafaf;
	font-weight:400;
	font-size:12px;
	line-height:13px;
}
input.mcheckbox:checked + .mcheckbox-c{
	 background:#f7f7f7;
}
input.mcheckbox:checked + .mcheckbox-c:before {
	content:'';
	display:block;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAXCAMAAADA1rRbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAG1BMVEVHcEwjbbIjbbIjbbIjbbIjbbIjbbIjbbIjbbKF6XJiAAAACHRSTlMADy1CdqLJ8ZyE50oAAABSSURBVHjapck5DgAxCARB8Dn/f/FKGxhLLUhcaVnG3XJDmlVGM3+tSvUqV5n+mn14nlParcjTSJOikbajmdZP38m+ko2MRqIj0Uh0JPtO9prMD1D4Bqy3I/zXAAAAAElFTkSuQmCC') no-repeat center center;
	background-size:7px 7px;
	position:absolute;
	top:0px;
	left:0px;
	width:12px;
	height:13px;
}
.mlabel a{
	color:#afafaf;
	text-decoration:underline;
}





.footer-wrap{
	margin-top:60px;
	background:#1861a4;
	color:#fff;
}
.footer-wrap a{
	color:#fff;
}
.footer{
	display: flex;
	justify-content: space-between;
	padding:50px 0 20px;
}
.subfooter{
	padding:18px 0;
	background:#175ea0;
	color:#9bcaf6;
	font-size:14px;
	line-height:14px;
}
.subfooter a{
	color:#9bcaf6;
}
.subfooter .container{
	display: flex;
}
.copyright{
	width:62%;
	text-align:center;
}
.footer-menu{
	display: flex;
	gap:50px;
}
.footer-menu li{
	margin-bottom:10px;
}
.footer-menu a{
	padding:5px 0;
}
.footer-social{
	text-align:center;
}
.footer-social .social{
	margin-top:10px;
	justify-content: center; 
}
.footer-contact{
	padding-left:30px;
	font-size:15px;
	line-height:22px;
}
.footer-phone{
	font-weight:600;
	font-size:18px;
}

.f-adr,.f-mail,.f-tel{
	margin-bottom:15px;
}




.pc-hide{
	display:none;
}

@media (max-width: 1279.9px){
	.header-call-btn {
		width:210px;
	}
	.header-nav{
		max-width:900px;
		width:calc(100% - 240px);
	}
	.header .address:before,
	.header .mail:before{
		right:calc(100% + 10px);
	}
	.header-adr-wrap {
		gap: 47px;
	}	
}
@media (max-width: 1199.9px){
	.header-top {
		display: flex;
		padding: 20px 0 17px;
	}
	.header-adr-wrap {
		max-width:32%;
		padding-left:40px;
		flex-wrap: wrap;
		gap:0px;
	}	
	.header-address{
		margin-top:0;
	}
	
	.main .container {
		gap:20px;
	}
	.sidebar {
		width: 250px;
	}
	.main-content {
		width: calc(100% - 270px);
	}
	.sidebar-nav li a {
		font-size: 13px;
		padding: 10px 15px 10px;
	}
	.consultations h2 {
		font-size: 15px;
	}
	.consultations {
		padding: 20px 8px 28px;
	}
	
	.serts-slider,
	.serts-slide {
		height:310px;		
	}
	.serts-slide {
		margin: 0 6px;
	}
	.serts-slider {
		margin: 20px -6px;
	}
	.serts-slider .slick-prev {
		left: 6px;
	}
	.serts-slider .slick-next {
		right: 6px;
	}
	.expert-card-name,
	.advantages-title {
		font-size: 14px;
	}
	
	.experts{
		gap:6px;
	}
	.expert-card {
		width: calc(25% - 5px);
	}
	
	.section-form {
		padding: 30px 20px 35px;
	}
	
	.footer{
		flex-wrap: wrap;
		padding: 30px 0 10px;
	}
	.footer-contact{
		padding-top:20px;
		width:100%;
		display: flex;
		gap:80px;
	}
	.call-form {
		max-width: 455px;
	}
	.categories-item span {
		top: 15px;
		left: 15px;
		right: 15px;
		font-size: 13px;
		line-height: 22px;
	}
}
@media (max-width: 1079.9px){
	.texts-block{
		flex-wrap: wrap;
	}
	.texts-block-text{
		width:100%;
	}
	.texts-block-video{
		margin:15px auto;
	}
}
@media (max-width: 991.9px){
	.sidebar{
		display:none;
	}
	.main-content {
		width: 100%;
	}
	
	
	.header-adr-wrap{
		display:none;
	}
	.submenu {
		padding: 12px 5px 12px 12px
	}
	.mainmenu li .submenu li a {
		font-size: 12px;
	}
	.header-call-btn {
		width: 160px;
	}
	.header-nav {
		width: calc(100% - 200px);
	}
	.footer-menu{
		margin:0 auto 30px;
	}
	.footer-social,
	.footer-contact{
		width:calc(50% - 20px);
	}
	.footer-contact{
		display:block;
		padding-top:0;
	}
	.footer{
		margin-top:40px;	
	}
	
	.mainmenu a, .header-call-btn {
		font-size: 13px;
		line-height: 13px;
	}
	
}
@media (max-width: 767.9px){
	.pc-hide{
		display:block;
	}
	
	.header{
		box-shadow:0 2px 18px rgba(101,101,101,0.21);
		height:55px;
		position:fixed;
		top:0;
		left:0;
		right:0;
	}
	.main{
		padding-top:75px;
	}
	.header-top {
		padding:9px 0;
		align-items: center;
	}
	.header .logo, .header .logo-img{
		width:41px;
		height:37px;
		margin:0;
	}
	.header .logo-text{
		display:none;
	}
	.header-contact,
	.h-contacts{
		margin:0;
	}
	.header-contact{
		margin-left:16px;
		position:relative;
	}
	.h-contacts span{
		display:block;
		width:100%;
		font-size:9px;
		line-height:9px;
		text-align:right;
	}
	.h-contacts .social{
		display:none;
	}
	.header-mobile-social{
		display: flex;
		gap:12px;
		margin-left:auto;
	}
	.header-phone{
		font-size:17px;
		line-height:17px;
	}
	.header-phone:before{
		display:none;
	}
	
	.header-mainmenu{
		display:none;
		max-width:100%;
	}
	.header-mainmenu.opened{
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100vh;
		overflow-y:scroll;
		background:#2779c5;
		padding-top:65px;
		z-index:9999999;
	}
	.hamburger.opened {
		z-index:99999999;
	}
	.hamburger,
	.hamburger.opened {
		width:26px;
		height:26px;
		display:block;
		border: 0;
		cursor: pointer;
		background:transparent;
		box-shadow: none;
		z-index: 999999;
		position:relative;
		margin-left:13px;
	}
	.header-mainmenu .hamburger{
		position:absolute;
		top:15px;
		right:15px;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 26px;
		height: 3px;
		background: #2779c5;
		top: 3px;
		right: 0;
		border-radius: 2px;
	}
	.hamburger span:nth-child(2) {
		top: 12px;
	}
	.hamburger span:nth-child(3) {
		top: 21px;
	}
	.hamburger.opened span:nth-child(1), 
	.hamburger.opened span:nth-child(3) {
		width:28px;
		top: 12px;
		right: 0px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger.opened span:nth-child(2) {
		display: none;
	}
	.hamburger.opened span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.header-mainmenu .container,
	.header-nav,
	.mainmenu{
		display:block;
		width:100%;
		padding:0;
		margin:0;
	}
	
	.mainmenu{
		display: flex;
		justify-content: center; 
		flex-direction: column;
		align-items: center;
	}
	.mainmenu li{
		display:inline-block;	
		padding:0;
	}
	.mainmenu li{
		text-align:center;
		height:auto;
	}
	.mainmenu li a{
		display:inline-block;
		font-size:17px;
		height:auto;
		line-height:18px;
		margin-bottom:20px;
		padding:6px 0;
		text-transform:none;
	}
	.mainmenu li .submenu li a{
		font-size:15px;
	}
	.mainmenu li .submenu li {
		margin-bottom: 5px;
	}
	.mainmenu .submenu{
		position:static;
		display:none;
		background:transparent;
		padding:0 0 10px;
		margin-top:-14px;
	}
	.mainmenu .submenu li{
		display:block;
		width:100%;
		margin-bottom:9px;
	}
	.mainmenu .submenu li a{
		font-size:15px;
		padding:3px 0;
		margin:0;
	}
	.mainmenu li.withsub a:nth-of-type(1){
		position:relative;
	}
	.mainmenu li.withsub a:nth-of-type(1):after{
		content:'';
		display:block;
		width:6px;
		height:6px;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		transform:rotate(135deg);
		position:absolute;
		right:0px;
		top:12px;
	}
	.mainmenu li.withsub.opened a:nth-of-type(1):after{
		transform:rotate(-45deg);
		top:15px;
	}
	.mainmenu li.withsub:after,
	.mainmenu li.withsub .submenu a:after{
		display:none !important;
	}
	.header-call-btn {
		display:block;
		width:258px;
		margin:13px auto;
		font-size:16px;
		line-height:16px;
	}
	
	.btn{
		font-size:14px;
		line-height:15px;
		height:52px;
	}
	
	.mainslider .slick-dots {
		bottom: 0;
	}
	.mainslider .slick-arrow{
		width: 16px;
		height: 53px;
	}
	.mainslider .slick-arrow:before {
		width: 13px;
		background-size: 10px auto;
	}
	.mainslider .slick-next:before {
		left:3px;
	}
	.mainslider, .mainslider-slide {
		height: 191px;
		border-radius:8px;
	}
	.slide-content {
		align-items: center;
		text-align:center;
	}
	.mainslider-slide {
		padding: 5px 20px;
	}
	.mainslider-slide-title{
		font-size:16px;
		line-height:20px;
		margin-bottom:7px;
	}
	.mainslider-slide-text{
		font-size:12px;
		line-height:20px;	
		margin-bottom:10px;
	}
	.slide-content .btn {
		padding: 3px;
		width: 129px;
		height: 42px;
		font-size:12px;
	}
	
	.footer-wrap {
		margin-top:0px;
	}
	.footer{
		margin-top:0;
		display:block;
		padding: 30px 0 20px;
	}
	.footer-menu,.footer-social,.footer-contact{
		width:100%;
	}
	.footer-logo{
		margin:0 auto;
	}
	.footer-menu li {
		margin-bottom: 5px;
	}
	.footer-menu,
	.footer-contact{
		max-width:275px;
		margin:20px auto 0;
	}
	.footer-social{
		margin-top:18px;
	}
	.footer-social .social {
		margin-top:6px;
	}
	.subfooter {
		padding-bottom:80px;
	}
	.subfooter .container{
		flex-wrap: wrap;
		justify-content: center; 
		text-align:center;
	}
	.copyright{
		width:100%;
		padding-top:15px;
		font-size:14px;
		line-height:26px;
	}
	.footer-contact {
		margin-top:25px;
		font-size:14px;
	}
	.footer-phone {
		font-size: 14px;
	}
	
	.container{
		padding-left:10px;
		padding-right:10px;
	}
	.main .container{
		padding-left:0px;
		padding-right:0px;
	}
	h1, h2, h3 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 15px;
		text-align:center;
	}
	h2, h3 {
		font-size: 18px;
	}
	.section-text {
		padding: 36px 20px 35px;
	}
	.section {
		border-radius: 8px;
	}
	.texts-block p {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.video{
		max-width:320px;
		margin:0 auto;
		width:100%;
		height:208px;
		border-radius:8px;
		font-size: 18px;
	}
	
	.section p, .section li{
		font-size: 13px;
	}
	
	.s-title {
		font-size: 14px;
		margin: 10px 0 8px;
	}
	ul.gals li {
		font-size: 13px;
		padding-left: 25px;

	}
	ul.gals li:before {
		top:7px;
		left:0;
	}
	.categories-item {
		width: calc(50% - 13px);
	}
	
	.steps,
	.feedback-block{
		margin-top:20px;
	}
	.feedback-photo {
		width: 54px;
		height: 54px;
	}
	.feedback-caption {
		min-height: 54px;
		margin-bottom:5px;
		gap:12px;
	}
	.feedback-name{
		font-size:14px;
		line-height:20px;
	}
	.feedback-name span {
		font-size:13px;
	}
	
	.step-title {
		font-size: 14px;
		padding-left: 44px;
		min-height: 34px;
	}
	.step-title span {
		width: 34px;
		height: 34px;
		font-size:15px;
		line-height:34px;
	}
	.experts-block h3 {
		font-size: 16px;
	}
	.experts{
		gap:12px;
		margin-top:15px;
	}
	.expert-card {
		width: calc(50% - 6px);		
	}
	.expert-card-photo{
		max-width:154px;
		height:180px;
		margin:0 auto;
	}
	.expert-card-name{
		font-size:12px;
		line-height:20px;
	}
	.expert-card-duty{
		font-size:12px;
		line-height:21px;
		padding:5px 8px;
	}
	
	.panel-heading {
		padding: 5px 35px 5px 50px;
	}
	.question-text {
		font-size: 13px;
		line-height: 21px;
	}
	.question-num{
		left: 10px;
		font-size:16px;
	}
	.panel-heading:after {
		line-height: 24px;
		font-size: 14px;
		font-weight:500;
		width: 24px;
		height: 24px;
		top: 28px;
		right: 9px;
		padding:0;
	}
	.panel-heading.in:after {
		line-height: 22px;
	}
	.panel-body {
		padding: 0px 30px 20px 50px;
	}
	.panel-body,
	.panel-body p{
		font-size:12px;
		line-height:20px;
	}
	
}
@media (max-width: 700px){	

	.advantages{
		gap:11px 12px;
		flex-wrap: wrap;
	}
	.advantages-item{
		width:calc(50% - 6px);	
		padding: 20px 20px 23px;
		padding-top: 110px;
	}
	.advantages-item:nth-child(3){
		width:100%;
	}
	.advantages-item:before {
		width: 66px;
		height: 66px;
		left: calc(50% - 33px);
	}
	.advantages-item1:before {
		background-size:46px;
	}
	.advantages-item2:before {
		background-size:36px;
	}
	.advantages-item3:before {
		background-size:34px;
	}
	
	.categories{
		margin-bottom:0;
	}
	.categories-item {
		width: 100%;
		height:166px;
		border-radius:8px;
	}
	.categories-item span {
		max-width:300px;
		top: 28px;
		left: 19px;
		right: 19px;
		font-size: 14px;
		line-height: 25px;
	}
	
	.section-form {
		background:#fff;
		padding:35px 20px;
	}
	.form-inputs-mobile-bg{
		margin-top:328px;
		position:relative;
	}
	.form-inputs-mobile-bg:before{
		content:'';
		display:block;
		width:218px;
		height:314px;
		background:url('./img/decor/formbg-m.png') no-repeat center bottom;
		position:absolute;
		right:65px;
		bottom:100%;
	}
	.call-form {
		max-width: 100%;
	}
	.form-block h3 {
		font-sizE: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.form-subtitle{
		font-size:14px;
		line-height:24px;
	}
	.form-input, .form-textarea, .form-select-wrapper{
		margin-bottom:10px;
	}
	
	.price-block-title {
		font-size:16px;
		margin:20px 0 15px;
	}
	.price-block{
		margin:0;
	}
	.price-table-head {
		margin-top:15px;
	}
	.price-table-d {
		padding: 9px 12px;
		font-size: 12px;
		line-height:18px;
	}
	.price-table-head .price-table-d {
		font-size: 13px;
		min-height: 55px;
	}
	.price-table-d:nth-child(1) {
		width: calc(100% - 99px);
	}
	.price-table-d:nth-child(2) {
		width: 98px;
		padding:3px;
	}
}
@media (max-width: 600px){
	.form-inputs{
		flex-wrap: wrap;
		gap:0;
	}
	.form-input{
		width:100%;
	}
	.mlabel {
		text-align:center;
		line-height:20px;
	}
	.agreement{
		max-width:270px;
		margin:6px auto 5px;
	}
	.mcheckbox-c {
		margin-top: 4px;
	}
	.btn.btn-submit {
		margin-top:20px;
	}
	.serts-slider, .serts-slide {
		height: 214px;
	}
	.sert-img{
		max-width:154px;
		margin:auto;
	}
	.section-serts{
		padding-bottom:27px;
	}
}
@media (max-width: 400px){
	.footer-logo{
		width:275px;
		height:135px;
		flex-wrap: wrap;
	}
	.footer-logo .logo-img{
		margin:0 auto 14px;
	}
	.logo-text{
		width:100%;
		text-align: center; 
	}
}





.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.91);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
    display: inline-block;
	display:none;
	max-width: 1270px;
	width:100%;   
    color: #000;
	background:transparent;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
	position:relative;
	padding: 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.closeme {
	display:block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	opacity: 1;
	z-index:9999;
	background:transparent;
	box-shadow:none;
	border:0;
}
.closeme:hover {
	opacity: 0.9;
	cursor:pointer;
}
.closeme:before, .closeme:after {
	position: absolute;
	top: 15px;
	right:35px;
	content: ' ';
	height: 28px;
	width: 1px;
	background-color: #282828;
}
.closeme:before {
	transform: rotate(45deg);
}
.closeme:after {
	transform: rotate(-45deg);
}

.dm-modal.popuptext{
	max-width:420px;
}
.modal-text-insert .popup-text{
	display:block;
	background:#fff;
	border-radius:20px;
	padding:40px 30px;
	margin:0 auto;
}
.popup-response{
	text-align:center;
}
.dm-modal.modalform{
	max-width:600px;
	background:#fff;
	border-radius:20px;
	padding:40px 30px;
	text-align:center;
}
.dm-modal.modalform h3{
	text-align:center;
}
.dm-modal.modalform .call-form {
	max-width: 100%;
}


::-webkit-input-placeholder { color: #97999c;}
:-moz-placeholder { color: #97999c; opacity: 1;}
::-moz-placeholder { color: #97999c; opacity: 1;}
:-ms-input-placeholder { color: #97999c;}
::-ms-input-placeholder { color: #97999c;}
::placeholder { color: #97999c;}

.sendform{
	position:relative;
}
.loader{
	position:absolute;
	top:-5px;right:-5px;bottom:-5px;left:-5px;
	background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(231,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
	z-index:999;
	display:none;
}
.sendform.sending .loader{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
}
.loadericon{
	width:100px;
	height:100px;
}
.lds-form {
	display: inline-block;
	position: absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width: 80px;
	height: 80px;
}
.lds-form div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #8a9bcf;
	animation: lds-form 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-form div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-form div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-form div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-form {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}



.slick-lightbox {
	z-index: 999999999;
}
.slick-lightbox-close:before {
	font-size:90px;
}
.slick-lightbox-close {
	height: 80px;
	width: 50px;
}

@keyframes glowing {
  0% { background-color: #ffbdc7;}
  50% { background-color: transparent;}
  100% { background-color: #ffbdc7;}
} 
.glow{
	background:#ffbdc7;
	animation: glowing 500ms infinite; 
}