@font-face {
	font-family: 'Roboto';
	src: url('/font/Roboto-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('/font/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('/font/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
a,p,span,b,strong{color:#04162C;}
a:hover{cursor:pointer;color:#04162C;}
a:visited{color:#04162C;}
a, img, a:hover, button, button:hover, select, label, .anima{
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
	outline:none;
}
button{
	padding:12px 24px;
	background-color:#1C569C;
	color:#fff;
	font-size:20px;
	border-radius:10px;
	border:2px solid #1C569C;
}
button:hover{background-color:#0B2749;border:2px solid #0B2749;}
span, p{cursor:default;padding:0;margin:0;}
textarea,input{outline:none;padding:12px 24px;border-radius:10px;border:2px solid #1C569C;font-size:18px;}
textarea::placeholder,input::placeholder{color:#859CB7;}
html{}
body{
	min-width:300px; width:100%;
	font-family:'Roboto';
	font-weight:normal;
	font-style:normal;
	font-optical-sizing:auto;
	background:#fff;
	color:#04162C;
	line-height:120%;
	letter-spacing:.06em;
	margin:0;
}
table{
	border-collapse:collapse;
	min-width:260px; width:100%; max-width:1440px;
	font-size:14px;
	text-align:left;
}
th{
	padding:10px 10px 10px 15px;
	font-size:14px;
	color:#fff;
	text-align:left;
	font-weight:400;
	background:#FF6B35;
	border:1px solid #04162C;
}
td{
	padding:10px 10px 10px 15px;
	border:1px solid #04162C;
	font-size:14px;
}
tr{background:#fff;}
tr:nth-child(odd){background:#F5F5F5;}
img{pointer-events:none !important;}
@media only screen and (max-width:480px){
	button, input{font-size:16px;}
}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex;}
.flex_row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.flex_col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.flex_wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex_nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.flex_center_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.flex_between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex_around{justify-content:space-around;}
.flex_end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.flex_start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.flex_stretch{-ms-flex-item-align:stretch;align-self:stretch;}
.container{min-width:300px; width:100%; max-width:1440px;}
h1{font-size:48px;margin:0;font-weight:normal; text-align:center;line-height:130%;}
h2{font-size:48px;margin:0 0 80px 0;font-weight:normal; text-align:center; line-height:140%;}
h3{font-size:32px;margin:0;font-weight:normal; text-align:center; line-height:140%;margin:0;}
h4{font-size:28px;margin:0;font-weight:normal; text-align:center; line-height:140%;margin:0;}
@media only screen and (max-width:1280px){
	h1,h2{font-size:44px;}
	h3{font-size:26px;}
}
@media only screen and (max-width:1070px){
	h1, h2{font-size:36px;}
	h2{margin-bottom:50px;}
	h3{font-size:20px;}
	h4{font-size:22px;}
}
@media only screen and (max-width:720px){
	h1, h2{font-size:32px;}
	h2{margin-bottom:30px;}
	h3{font-size:20px;}
	h4{font-size:20px;}
}
@media only screen and (max-width:480px){
	h1,h2{font-size:24px;}
}
header{width:100%;min-width:300px;background:#fff;}
header > .container{padding:24px 18px;position:relative;}
.header_logo{width:300px;}
.header_logo img{width:220px;}
.header_right{width:300px;}
.header_phone{white-space:nowrap;font-size:32px;font-weight:500;text-align:right;text-decoration:none;}
.header_adress{font-size:16px;text-align:right;margin-top:12px;}
.header_socs{margin-top:12px;gap:18px;}
.header_mess_link img{height:30px;width:auto;}
.header_bottom {
	box-shadow:0 5px 14px -5px rgba(0,0,0,.3);
    position:sticky;
    top:0;
    background-color:#1C569C;
    z-index:1000;
}
.header_bottom > .container {padding:12px 18px;position:relative;}
.header_burger{
	margin-right:24px;
	min-width:30px;width:30px;height:30px;
	padding:0;border-radius:0;border:0;
	background-image:url(/img/burger_white.svg);
	background-size:30px auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.header_burger:hover{background-color:#1C569C;padding:0!important;opacity:.7;border:0;}
#hide_mobile_to_popup{width:calc(100% - 60px);}
.header_blinks{width:100%;gap:24px;}
.header_blinks a{font-size:16px;color:#fff;white-space:nowrap;text-decoration:none;color:#fff;}
.header_blinks a:hover, .header_link_act{color:#B8D1EF!important;}
.burger_mobile{display:none;}
.burger_mobile div{gap:24px;}
.header_burger_blue{
	background-color:#fff;
	min-width:35px;width:35px;height:30px;
	padding:0;border-radius:0;border:0;
	background-image:url(/img/burger_blue.svg);
	background-size:35px auto;
	background-position:right center;
	background-repeat:no-repeat;	
}.header_burger_blue:hover{background-color:#fff;padding:0!important;border:0;}
#header_menu,#header_menu2{
	display:none;
	position:absolute;
	top:100%;left:12px;
	padding:48px;
	background-color:#fff;
	border-radius:0 0 20px 20px;
	z-index:9999999999;
	box-shadow:0 6px 12px -2px rgba(28,86,156,.3);
}
.header_menu{gap:48px;overflow-y:auto;max-height:calc(100vh - 200px);}
.header_links{width:270px;gap:24px;}
.header_links_box{gap:12px;}
.header_link_big{font-weight:500;font-size:20px;text-decoration:none;color:#0B2749;}.header_link_big:hover{color:#1C569C;}
.header_link{font-size:16px;text-decoration:none;}.header_link:hover{color:#1C569C;}
@media only screen and (max-width:1440px){
	
}
@media only screen and (max-width:1280px){
	.header_link_big{font-size:18px;}
	.header_link{font-size:14px;}
	.header_blinks a{font-size:14px;}
	.header_phone{font-size:30px;}
	.header_adress{font-size:14px;}
}
@media only screen and (max-width:1200px){
	#hide_mobile_to_popup{display:none;}
	.header_bottom > .container {-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:12px 18px;}
	.header_burger{margin-right:0;}
}
@media only screen and (max-width:1050px){
	.header_phone{font-size:24px;}
	.header_socs{margin-top:12px;gap:12px;}
	.header_mess_link img{height:24px;width:auto;}
	.header_btn{font-size:16px;}
	.header_logo{width:200px;}
	.header_logo img{width:180px;}
	.header_right{width:200px;}
}
@media only screen and (max-width:720px){
	.header_btn{display:none;}
	.header_btn2{font-size:14px;padding:6px 12px;}
	.header_burger_blue{display:block;}
	.header_right{display:none;}
	.header_logo{width:auto;}
	.header_logo img{width:90px;}
	/**#hide_mobile_to_popup,.header_burger{display:none;}
	.header_bottom,.header_bottom > .container{padding:0;}**/
	.header_bottom{display:none;}
	.burger_mobile{display:block;}
	#header_menu2{left:0;width:100%;border-radius:0;padding:24px;}
	.header_menu{gap:24px;overflow-y:auto;max-height:calc(100vh - 220px);}
	header{position:sticky;left:0;top:0;box-shadow:0 2px 12px 0 rgba(28,86,156,.3);z-index:1000;}
	header > .container{padding:12px;}
}
@media only screen and (max-width:440px){
}
@media only screen and (max-width:340px){
	.header_logo img{width:80px;}
	.burger_mobile div{gap:12px;}
}
/*********/
.first_block{
	height:680px;width:100%;
	background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7)),url('/img/first_bg.webp');
	background-size:cover;
	background-position:center center;
}
.first_block_hover{
	width:100%;height:100%;
	background-image:url(/img/first_hover.svg);
	background-size:cover;
	background-position:center center;
}
.first_block_content{width:100%;height:100%;position:relative;padding-left:48px;}
.first_left > .flex_col{gap:24px;}
.first_left h1{margin-bottom:24px;text-align:left;}
.first_left a{text-decoration:none;font-size:24px;}
.first_forma{position:absolute;bottom:16.1%;right:9.4%;gap:24px;max-width:380px;}
.first_forma span{font-size:24px;color:#fff;font-weight:500;}
.first_forma input, .first_forma button{max-width:220px;min-width:220px;}
@media only screen and (max-width:1410px){
	.first_forma{right:90px;}
}
@media only screen and (max-width:1340px){
	.first_forma{right:50px;}
}
@media only screen and (max-width:1280px){
	.first_forma{right:40px;}
}
@media only screen and (max-width:1240px){
	.first_forma{right:20px;}
}
@media only screen and (max-width:1200px){
	.first_forma{right:5px;}
}
@media only screen and (max-width:1150px){
	.first_block{height:auto;}
	.first_forma{display:none;}
	.first_block_hover{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background:none;}
	.first_block_content{width:auto;height:auto;margin:48px 24px;padding:24px 48px;background:rgba(255,255,255,.7);border-radius:10px;}
	.first_left a{font-size:20px;}
	.first_left > .flex_col{gap:18px;}
	.first_left h1{margin-bottom:6px;}
}
@media only screen and (max-width:720px){
	.first_block_content{width:100%;height:100%;margin:0;padding:60px 24px;background:rgba(255,255,255,.6);border-radius:0;}
	.first_left a{font-size:18px;}
}
@media only screen and (max-width:480px){
	.first_block_content{padding:48px 24px;}
	.first_left a{font-size:16px;}
}
/*******/
.akcii{}
.akcii > .container{padding:90px 48px;overflow:hidden;}
.slider_akcii{width:100%;gap:48px;}
.akcii_box{width:calc(33.33% - 32px);}
.akcii_box_con{gap:24px;}
.akcii_top{
	width:100%;aspect-ratio:4/3;/**720 x 540  680 x 410**/
	background-size:cover;
	background-position:center center;
	border-radius:10px;
}
.akcii_title{height:100%;border-radius:10px;border:2px solid #B8D1EF;width:100%;padding:24px;text-align:center;font-size:24px;line-height:120%;}
.akcii_box button{padding:12px 24px;font-size:20px;}
@media only screen and (max-width:1280px){
	.akcii > .container{padding:90px 24px;}
	.slider_akcii{gap:24px;}
	.akcii_box{width:calc(33.33% - 16px);}
	.akcii_box_con{gap:18px;}
	.akcii_title{font-size:18px;}
	.akcii_box button{font-size:16px;}
}
@media only screen and (max-width:1070px){
	.akcii > .container{padding:60px 0;}
	.akcii h2{padding:0 12px;}
	.slider_akcii{gap:0;}
	.akcii_box{margin-right:24px;}
}
@media only screen and (max-width:720px){
	.akcii_title{padding:12px;}
	.akcii_box button{padding:12px 12px;width:100%;}
	.akcii_box_con{gap:12px;}
	.akcii > .container{padding:40px 0;}
}
@media only screen and (max-width:680px){
	.akcii_box{width:50%;}
}
@media only screen and (max-width:480px){
	.akcii_box{width:100%;margin:0 12px;}
}
/*******/
.prime{background:#B8D1EF;}
.prime > .container{padding:90px 48px;}
.prime_boxes{gap:48px;}
.prime_box{
	width:calc(25% - 36px);
	border-radius:10px;
	box-shadow:0 2px 12px 0 rgba(28,86,156,.3);
	padding:24px 18px;
	gap:24px;
	background:#fff;
}
.prime_img{height:72px;width:auto;}
.prime_box b{font-size:24px;text-align:center;line-height:120%;}
.prime_box p{font-size:18px;text-align:center;line-height:130%;}
@media only screen and (max-width:1280px){
	.prime > .container{padding:90px 24px;}
	.prime_boxes{gap:24px;}
	.prime_box{width:calc(25% - 18px);gap:18px;}
	.prime_img{height:48px;}
	.prime_box b{font-size:18px;}
	.prime_box p{font-size:16px;}
}
@media only screen and (max-width:1070px){
	.prime > .container{padding:60px 24px;}
}
@media only screen and (max-width:900px){
	.prime_box{width:calc(50% - 12px);max-width:340px;gap:18px;}
}
@media only screen and (max-width:720px){
	.prime > .container{padding:40px 12px;}
	.prime_boxes{gap:12px;}
	.prime_box{width:calc(50% - 6px);gap:12px;}
}
@media only screen and (max-width:480px){
	.prime_img{height:42px;}
	.prime_box{padding:18px 12px;}
	.prime_box b{font-size:16px;}
	.prime_box p{font-size:14px;}
}
@media only screen and (max-width:350px){
	.prime_img{height:36px;}
	.prime_box{width:100%}
}
/********/
.okna_sravni{background:#fff;}
.okna_sravni > .container{padding:90px 24px;}
.okna_sravni_boxes{gap:48px;width:100%;}
.okna_box{width:calc(33.33% - 32px);padding:48px 24px;border-radius:10px;border:2px solid #B8D1EF;}
.okna_box_con{gap:24px;width:100%;}
.okno_box_img{height:300px;width:auto;margin-bottom:24px;}
.okna_box b{font-size:28px;text-align:center;margin-bottom:24px;}
.okno_box_line{width:100%;gap:24px;}
.okno_box_line img{width:30px;height:auto;}
.okno_box_line span{font-size:18px;text-align:center;}
.okna_box button{width:100%;max-width:240px;padding:0;font-size:20px;margin-top:24px;background:rgba(255,255,255,0);color:#1C569C;font-weight:500;border:0;}
@media only screen and (max-width:1280px){
	.okna_sravni_boxes{gap:24px;}
	.okna_box{width:calc(33.33% - 16px);gap:12px;}
	.okna_box_con{gap:12px;}
	.okno_box_img{height:240px;margin-bottom:24px;}
	.okna_box b{font-size:22px;margin-bottom:24px;}
	.okno_box_line{width:100%;gap:12px;}
	.okno_box_line img{width:24px;}
	.okno_box_line span{font-size:16px;}
	.okna_box button{font-size:16px;margin-top:24px;}
}
@media only screen and (max-width:1070px){
	.okna_sravni > .container{padding:60px 24px;}
	.okno_box_img{height:200px;}
	.okna_box{width:33.33%;margin:0 -1px;border-radius:0;padding:24px 12px;}
	.okna_box1{border-radius:10px 0 0 10px;}
	.okna_box3{border-radius:0 10px 10px 0;}
	.okna_sravni_boxes{gap:0;}
	.okna_box b{font-size:16px;}
	.okno_box_line span{font-size:14px;}
}
@media only screen and (max-width:720px){
	.okna_sravni > .container{padding:40px 0;}
	.okna_sravni h2{padding:0 12px;}
	.okna_box{width:50%;margin-right:12px;border-radius:12px;}
	.okna_box b{margin-bottom:12px;}
	.okno_box_img{margin-bottom:12px;height:120px;}
	.okna_box button{font-size:14px;margin-top:12px;}
	.okno_box_line img{width:20px;}
}
/*****/
.send_smeta{background:#B8D1EF;overflow:hidden;}
.send_smeta > .container{padding:90px 24px;}
.send_smeta_left{z-index:1;width:50%;background:#fff;border-radius:10px;box-shadow:0 2px 12px 0 rgba(28,86,156,.3);padding:48px 48px 90px 48px;}
.send_smeta_left input,.send_smeta_left button{max-width:240px;padding:18px 24px;z-index:10;}
.send_smeta_left input{margin-bottom:24px;padding:16px 24px;}
.send_smeta_left h3{margin-bottom:60px;text-align:left;}
.send_smeta_right{z-index:2;width:50%;position:relative;}
.smeta_add_file{position:relative;}
.file_input {display:none;}
.file_btn {
	z-index:10;
	margin-bottom:24px;
	max-width:240px;
	padding:18px 24px;
	border:2px solid #1C569C;
    background-color:#fff;
	background-image:url(/img/screpka.svg);
	background-position:calc(100% - 12px) center;
	background-size:36px auto;
	background-repeat:no-repeat;
	border-radius:10px;
	overflow:hidden;
	font-size:18px;color:#1C569C;
	white-space:nowrap;
}
.file_btn:hover{background-color:#B8D1EF;cursor:pointer;}
.send_smeta_man{z-index:5;height:110%;position:absolute;top:-5%;right:40px;}
.send_smeta_img{z-index:3;width:140%;position:absolute;bottom:20px;right:0;}
@media only screen and (max-width:1070px){
	.send_smeta_img{right:0;width:120%;}
	.send_smeta > .container{padding:60px 24px;}
	.send_smeta_left h3{margin-bottom:36px;}
}
@media only screen and (max-width:1000px){
	.send_smeta_left{width:70%;}
	.send_smeta_right{width:30%;}
	.send_smeta_img{right:0;width:200%;}
}
@media only screen and (max-width:820px){
	.send_smeta_left h3{width:70%;}
	.send_smeta_left{width:90%;}
	.send_smeta_right{width:10%;}
	.send_smeta_man{height:120%;width:auto;right:0;top:-10%;}
	.send_smeta_img{right:0;height:30%;width:auto;}
}
@media only screen and (max-width:720px){
	.send_smeta > .container{padding:40px 12px;}
	.send_smeta_img{display:none;}
	.send_smeta_man{height:110%;top:-5%;}
	.send_smeta_left{padding:48px 24px 90px 24px;}
}
@media only screen and (max-width:600px){
	.send_smeta_left h3{width:80%;}
}
@media only screen and (max-width:540px){
	.send_smeta_man{height:100%;top:5%;right:-60px;}
}
/**********/
.zabota{}
.zabota > .container{padding:90px 24px;}
.zabota_block{position:relative;}
.zabota_left{z-index:2;width:50%;gap:48px;padding-right:48px;}
.zabota_left h3{text-align:left;margin-bottom:-10px;}
.zabota_left p{font-size:18px;line-height:130%;}
.zabota_forma{gap:24px;padding:24px;border-radius:10px;background:#B8D1EF;}
.zabota_forma input, .zabota_forma button{width:calc(50% - 12px);}
.zabota_forma h4{text-align:center;}
.zabota_forma > .flex{gap:24px;}
.zabota_right{
	z-index:1;
	width:50%;
	background-size:cover;
	background-position:center center;
	border-radius:10px;
}
@media only screen and (max-width:1280px){
	.zabota_left{width:50%;gap:24px;padding-right:24px;}
}
@media only screen and (max-width:1070px){
	.zabota > .container{padding:60px 24px;}
	.zabota_forma input, .zabota_forma button{width:100%;}
}
@media only screen and (max-width:720px){
	.zabota > .container{padding:40px 12px;}
	.zabota_left{padding-right:12px;}
}
@media only screen and (max-width:680px){
	.zabota > .container{padding:40px 0 0 0;}
	.zabota h2{padding:0 12px;}
	.zabota_left{width:100%;background:rgba(255,255,255,.6);padding:40px 12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
	.zabota_left p{font-size:16px;}
	.zabota_left p,.zabota_left h3{text-align:center;}
	.zabota_forma{max-width:380px;}
	.zabota_right{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:0;}
}
/*********/
.slider_full{width:100%;background:#B8D1EF;padding:90px 0;}
.slider_full h2{padding:0 24px;}
.slider_con{width:100%;overflow-x:clip;}
.slider_container {
	max-width:1440px;
	margin:0 auto;
	padding:0 0 0 24px;
	position:relative;
}
.slider{margin-right: calc(-1 * (100vw - 1440px) / 2 + 20px);}
.slider > .slick-list{padding:24px 0!important;margin-top:-24px;}
.slide{margin:0 12px 0 0;}
.slide{
	box-shadow:0 2px 12px 0 rgba(28,86,156,.3);
	background-size:cover;
	background-position:center center;
	border-radius:10px;
	min-height:200px;
	aspect-ratio:1/1;
	position:relative;
}
.slide_overlay{
	border-radius:10px;
	display:none;
	position:absolute;
	top:0;left:0;
	height:100%;width:100%;
	background-color:rgba(255,255,255,.5);
	background-image:url(/img/zoom.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:48px auto;
	z-index:9;
}
.slide:hover > .slide_overlay{display:block;cursor:pointer;}
.slider_btns{padding:24px 0 0 24px;gap:24px;}
.slider_prev{
	height:72px;width:72px;
	border-radius:180px;
	background-image:url(/img/arrow_left.svg?i=1);
	background-position:center center;
	background-size:36px auto;
	background-repeat:no-repeat;
}
.slider_next{
	height:72px;width:72px;
	border-radius:180px;
	background-image:url(/img/arrow_right.svg?i=1);
	background-position:center center;
	background-size:36px auto;
	background-repeat:no-repeat;
}
.slider_btns a{color:#fff;padding:12px 24px;font-size:16px;text-decoration:none;background-color:#1C569C;margin-left:24px;border-radius:10px;}
.slider_btns a:hover{color:#fff;background-color:#0B2749;}
@media (max-width: 1440px) {
	.slider {margin-right: 0;}
}
@media only screen and (max-width:1070px){
	.slider_full{padding:60px 0;}
	.slider_prev,.slider_next{height:48px;width:48px;background-size:24px auto;}
}
@media only screen and (max-width:720px){
	.slider_full h2{padding:0 12px;}
	.slider_btns{padding:12px 0 0 12px;gap:12px;}
	.slider_btns a{margin-left:12px;}
	.slider_container{padding:0 0 0 12px;}
}
@media only screen and (max-width:380px){
	.slider_btns a{margin-left:0;font-size:14px;}
}
/*******/
.slider_full_feed{width:100%;padding:90px 0;}
.slider_full_feed h2{padding:0 24px;}
.slider_feed{margin-right: calc(-1 * (100vw - 1440px) / 2 + 20px);}
.slider_feed > .slick-list{padding:24px 0!important;margin-top:-24px;}
.slide_feed{
	margin:0 12px 0 0;
	border-radius:10px;
	border:2px solid #B8D1EF;
	min-height:280px;max-height:280px;
	position:relative;
	padding:24px;
}
.feedback{gap:12px;}
.feedback span{font-size:20px;}
.feedback p{font-size:16px;margin:0;padding:0;line-height:130%;}
.stars{gap:6px;}
.stars img{height:20px;width:auto;}
.slider_prev_feed{
	height:72px;width:72px;
	border-radius:180px;
	background-image:url(/img/arrow_left.svg);
	background-position:center center;
	background-size:36px auto;
	background-repeat:no-repeat;
}
.slider_next_feed{
	height:72px;width:72px;
	border-radius:180px;
	background-image:url(/img/arrow_right.svg);
	background-position:center center;
	background-size:36px auto;
	background-repeat:no-repeat;
	margin-right:12px;
}
.feed_links{gap:24px;}
.feed_link_ya,.feed_link_avito{
	margin:0!important;
	background-position:calc(100% - 12px) center;
	background-size:30px auto;
	background-repeat:no-repeat;
	padding-right:54px!important;
}
.feed_link_ya{background-image:url(/img/yandex_logo.svg);}
.feed_link_ya:hover,.feed_link_avito:hover{background-color:#0B2749;}
.feed_link_avito{background-image:url(/img/avito_logo.svg);}
@media (max-width: 1440px) {
	.slider_feed{margin-right: 0;}
}
@media only screen and (max-width:1070px){
	.slider_full_feed{padding:60px 0;}
	.slider_prev_feed,.slider_next_feed{height:48px;width:48px;background-size:24px auto;}
	.feedback span{font-size:18px;}
	.feedback p{font-size:14px;margin:0;padding:0;line-height:130%;}
}
@media only screen and (max-width:800px){
	.feed_links{width:100%;}
}
@media only screen and (max-width:720px){
	.slider_full_feed h2{padding:0 12px;}
	.feed_links{gap:12px;}
}
/**********/
.mess{background:#B8D1EF;}
.mess > .container{padding:90px 24px;}
.mess_links{gap:48px;}
.mess_link{
	box-shadow:0 2px 12px 0 rgba(28,86,156,.3);
	border-radius:10px;
	background-color:#fff;
	background-size:104px auto;
	background-position:center center;
	background-repeat:no-repeat;
	width:200px;height:200px;
}
@media only screen and (max-width:1070px){
	.mess > .container{padding:60px 24px;}
	.mess_link{width:160px;height:160px;background-size:64px auto;}
}
@media only screen and (max-width:720px){
	.mess_links{gap:24px;}
	.mess > .container{padding:40px 12px;}
	.mess_link{width:120px;height:120px;background-size:64px auto;}
}
@media only screen and (max-width:480px){
	.mess_links{gap:12px;}
	.mess_link{width:60px;height:60px;background-size:30px auto;}
}
/*********/
.slider_products{width:100%;background:#B8D1EF;padding:90px 0;}
.slider_products h2{padding:0 24px;}
.slider_prod_con{width:100%;overflow-x:clip;}
.slider_products_con {
	max-width:1440px;
	margin:0 auto;
	padding:0 0 0 24px;
	position:relative;
}
.slider_prod{margin-right: calc(-1 * (100vw - 1440px) / 2 + 20px);}
.slider_prod > .slick-list{padding:24px 0!important;margin-top:-24px;}
.slide_prod{
	margin:0 12px 0 0;
	box-shadow:0 2px 12px 0 rgba(28,86,156,.3);
	border-radius:10px;
	min-height:200px;
	position:relative;
	background-color:#fff;
}
.slide_overlay{
	border-radius:10px;
	display:none;
	position:absolute;
	top:0;left:0;
	height:100%;width:100%;
	background-color:rgba(255,255,255,.5);
	background-image:url(/img/zoom.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:48px auto;
	z-index:9;
}
.slide_prod:hover > .slide_overlay{display:block;cursor:pointer;}
.slider_btns{padding:24px 0 0 24px;gap:24px;}
.slider_prod_prev{
	height:72px;width:72px;
	border-radius:180px;
	background-image:url(/img/arrow_left.svg?i=1);
	background-position:center center;
	background-size:36px auto;
	background-repeat:no-repeat;
}
.slider_prod_next{
	height:72px;width:72px;
	border-radius:180px;
	background-image:url(/img/arrow_right.svg?i=1);
	background-position:center center;
	background-size:36px auto;
	background-repeat:no-repeat;
}
.slider_btns a{color:#fff;padding:12px 24px;font-size:16px;text-decoration:none;background-color:#1C569C;margin-left:24px;border-radius:10px;}
.slider_btns a:hover{color:#fff;background-color:#0B2749;}
.prod_card{
	width:100%;
	padding:24px;
	gap:12px;
}
.prod_photo{
	margin-bottom:12px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;height:250px;
}
.prod_vendor{font-weight:500;font-size:24px;text-align:center;}
.prod_name{font-size:18px;text-align:center;overflow:hidden;height:37px;}
.prod_price{white-space:nowrap;font-weight:500;font-size:20px;text-align:center;margin-top:12px;}
@media (max-width: 1440px) {
	.slider_prod {margin-right: 0;}
}
@media only screen and (max-width:1070px){
	.slider_products{padding:60px 0;}
	.slider_prod_prev,.slider_prod_next{height:48px;width:48px;background-size:24px auto;}
}
@media only screen and (max-width:720px){
	.slider_products h2{padding:0 12px;}
	.slider_btns{padding:12px 0 0 12px;gap:12px;}
	.slider_btns a{margin-left:12px;}
	.slider_products_con{padding:0 0 0 12px;}
	.prod_card{padding:24px 12px;}
	.prod_photo{height:150px;}
	.prod_vendor{font-weight:500;font-size:16px;text-align:center;}
	.prod_name{font-size:14px;text-align:center;overflow:hidden;height:auto;max-height:54px;}
	.prod_price{font-size:16px;text-align:center;}
}
@media only screen and (max-width:380px){
	.slider_btns a{margin-left:0;font-size:14px;}
}
/*********/
.aska{}
.aska > .container{padding:90px 24px;}
.aska_boxes{gap:24px;width:100%;}
.aska_box{cursor:pointer;background-color:#fff;width:100%;padding:24px;gap:12px;border:2px solid #1C569C;border-radius:10px;}
.aska_top{gap:24px;}
.aska_top span{cursor:pointer;font-size:18px;font-weight:500;}
.aska_p{display:none;line-height:140%;padding:0;margin:0;font-size:16px;}
.aska_btn{
	background-color:rgba(255,255,255,0);
	background-image:url(/img/plus_ask.svg);
	background-size:26px auto;
	background-repeat:no-repeat;
	background-position:center center;
	width:26px;height:26px;min-width:26px;min-height:26px;
	border:0;transition:all 0ms linear!important;
}
.aska_btn:hover{background-color:rgba(255,255,255,0);border:0;}
.aska_btn_act{background-image:url(/img/close_ask.svg);background-color:rgba(255,255,255,0);border:0;}
@media only screen and (max-width:1070px){
	.aska > .container{padding:60px 24px;}
}
@media only screen and (max-width:720px){
	.aska > .container{padding:40px 12px;}
	.aska_boxes{gap:12px;}
	.aska_top span{cursor:pointer;font-size:16px;}
	.aska_p{font-size:14px;}
}
/********/
.img_txt > .container{padding:90px 48px;overflow:hidden;}
.img_txt_img{width:50%;max-width:360px;}.img_txt_img img {width:100%;}
.img_txt_txt{gap:48px;width:50%;max-width:720px;padding-left:72px;}
.img_txt_txt h1, .img_txt_txt h2 {text-align:left;}
.img_txt_txt p, .img_txt_txta, .img_txt_txt span, .img_txt_txt strong{font-size:20px;line-height:130%;}
@media only screen and (max-width:1280px){
	.img_txt > .container{padding:90px 24px;}
}
@media only screen and (max-width:1070px){
	.img_txt > .container{padding:60px 12px;}
	.img_txt_txt{gap:24px;padding-left:24px;}
	.img_txt_img{width:100%;}
}
@media only screen and (max-width:720px){
	.img_txt > .container{padding:40px 12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
	.img_txt_txt{order:1;width:100%;padding-left:0;margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
	.img_txt_img{order:2;}
	.img_txt_txt p, .img_txt_txt a, .img_txt_txt span, .img_txt_txt strong{font-size:16px;}
	.img_txt_txt h1, .img_txt_txt h2 {text-align:center;}
}
.txt_img > .container{padding:90px 48px;overflow:hidden;}
.txt_img_img{width:50%}.txt_img_img img {width:100%;}
.txt_img_txt{gap:48px;width:50%;padding-right:72px;}
.txt_img_txt h1, .img_txt_txt h2 {text-align:left;}
.txt_img_txt_txt{gap:10px;}
.txt_img_txt_txt p, .txt_img_txt_txt a, .txt_img_txt_txt span, .txt_img_txt_txt strong, .txt_img_txt_txt li{font-size:20px;line-height:130%;}
@media only screen and (max-width:1280px){
	.txt_img > .container{padding:90px 24px;}
}
@media only screen and (max-width:1070px){
	.txt_img > .container{padding:60px 12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
	.txt_img_txt{gap:24px;padding-left:24px;}
	.txt_img_img{width:100%;max-width:720px;}
	.txt_img_txt{order:1;width:100%;padding-right:0;margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
	.txt_img_img{order:2;}
}
@media only screen and (max-width:720px){
	.txt_img > .container{padding:40px 12px;}
	.txt_img_txt_txt p, .txt_img_txt_txt a, .txt_img_txt_txt span, .txt_img_txt_txt strong, .txt_img_txt_txt li{font-size:16px;}
	.txt_img_txt h1, .txt_img_txt h2 {text-align:center;}
}
/******/
.txt_block{}
.txt_block > .container{padding:90px 48px;}
.txt_block h1, .txt_block h2 {padding:0 48px 90px 48px;}
.txt_container p, .txt_container a, .txt_container strong, .txt_container span, .txt_container li{font-size:18px;line-height:140%;}
@media only screen and (max-width:1280px){
	.txt_block > .container{padding:90px 24px;}
	.txt_block h1, .txt_block h2 {padding:0 24px 90px 248px;}
}
@media only screen and (max-width:1070px){
	.txt_block > .container{padding:60px 12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
	.txt_block h1, .txt_block h2 {padding:0 12px 60px 12px;}
}
@media only screen and (max-width:720px){
	.txt_container p, .txt_container a, .txt_container strong, .txt_container span, .txt_container li {font-size:16px;}
	.txt_block > .container{padding:40px 12px;}
	.txt_block h1, .txt_block h2 {padding:0 12px 40px 12px;}
}

/**********/
footer{
	background-color:#fff;
	background-size:50% auto;
	background-image:url(/img/logo_opacity.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-top:10px solid #B8D1EF;
}
footer > .container{padding:48px 48px 90px 48px;}
.footer_left{width:60%;gap:60px;}
.footer_links{width:270px;gap:24px;}
.footer_links_box{gap:12px;}
.footer_link_big{font-weight:500;font-size:20px;text-decoration:none;}.footer_link_big:hover{color:#1C569C;}
.footer_link{font-size:16px;text-decoration:none;}.footer_link:hover{color:#1C569C;}
.footer_right{width:40%;}
.footer_phone{text-decoration:none;font-weight:500;font-size:22px;margin-bottom:6px;}
.footer_email{text-decoration:none;font-size:18px;margin-bottom:12px;}
.footer_adress{font-size:16px;margin-bottom:6px;}
.footer_grafik{font-size:14px;margin-bottom:12px;}
.footer_socs{gap:18px;}
.footer_mess_link{margin-bottom:24px;}
.footer_mess_link img{height:30px;width:auto;}
.footer_btn{margin-bottom:48px;}
.footer_descr{max-width:380px;text-align:right;font-size:14px;color:#777;}
.footer_descr a{color:#1C569C;}
.copyright{margin-top:48px;}
.copyright span{font-size:16px;}
.footer_descr_mob_div{width:100%;display:none;margin-top:24px;}
.footer_descr_mob{max-width:480px;text-align:center;font-size:14px;color:#777;margin:48px 0;}
.footer_descr_mob a{color:#1C569C;}
@media only screen and (max-width:1050px){
	footer > .container{padding:48px 24px 90px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
	.footer_left{width:100%;order:2;}
	.footer_right{width:100%;order:1;}
	.footer_right > .flex_end{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
	.footer_descr{display:none;}
	.footer_descr_mob_div{display:flex;order:3;}
	.copyright{display:none;}
	footer > .container{padding-bottom:24px;}
	.footer_left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
	.footer_links{width:50%;max-width:270px;}
	.footer_links,.footer_links_box{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
	.footer_link_big,.footer_link{text-align:center;}
	footer{background-size:70% auto;}
}
@media only screen and (max-width:480px){
	.footer_link_big{font-size:16px;}
	.footer_link{font-size:14px;}
	.footer_left{gap:48px;}
	footer{background-size:90% auto;}
}
@media only screen and (max-width:440px){
	.footer_link_big{font-size:16px;}
	.footer_link{display:none;}
	.footer_links{width:100%;gap:12px;}
	.footer_left{gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;}
}
/**************/
#popup_raschet_form, #popup_form{
	display:none;
	position:fixed;
	top:0; left:0;
	height:100vh;max-height:100vh;
	width:100%;
	background:rgba(11,39,73,.7);
	z-index:999999999999999999;
}
.order_form_con, .popup_form_con{
	height:100vh;max-height:100vh;
	width:100%;
	overflow-y:auto;
	padding:48px 12px;
}
.order_form, .popup_form{
	position:relative;
	width:100%;
	max-width:480px;
	background:#fff;
	padding:48px;
	border-radius:10px;
	gap:10px;
}
.order_form{max-width:800px;}
.order_form h3, .popup_form h3{margin-bottom:20px; font-size:26px;}
.order_form button, .popup_form button,.order_form input, .popup_form input{width:100%;}
#order_out{}
#order_product2, #order_product3, #order_product4{display:none;}
.order_form small, .popup_form small{font-size:14px; color:#777; text-align:center; max-width:380px; margin-top:10px;}
.order_form a, .popup_form a{font-size:14px; color:#777; text-decoration:underline;}
.close_raschet_form{
	position:absolute;
	top:15px; right:15px;
	width:25px;
	z-index:99999;
	cursor:pointer;
}
.popup_close{
	position:absolute;
	top:15px; right:15px;
	width:25px;height:25px;
	z-index:99999;
	cursor:pointer;
	background-image:url(/img/close.svg);
	background-size:cover;
	background-position:center center;
}
.order_form img:hover, .close_raschet_form:hover, .popup_close:hover{opacity:.8;}
/**Popup с фотографиями**/
#port_shower{
	display:none;
	position:absolute;
	position:fixed;
	background:rgba(0,0,0,.8);
	left:0; top:0;width:100%; height:100%;
	z-index:999999999999;
}
#port_show{
	height:90vh;
	width:90vh;
	margin:2vh;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
/************/
.page_404{
	min-height:50vh;
	padding:60px;
	background:#f5f5f5;
}
@media only screen and (max-width:480px){
	.order_form h3, .popup_form h3{margin-bottom:20px; font-size:20px;}
	.order_form small, .popup_form small{font-size:12px;}
	.order_form a, .popup_form a{font-size:12px;}
}
@media only screen and (max-width:380px){
	.order_form, .popup_form{padding:48px 24px;}
}