/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 26.01.17 nn
----------------------------------------------- */


/*---------------------- basic styles --------------------------------------*/

@import url("bases.css");
@import url("splide.min.css");
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,700i,900&subset=cyrillic');

@import url("modals/fade_in_and_scale.css");


/*---------------------- end basic styles ----------------------------------*/


/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    /*background: #d7dadf;*/
    background: #fff;
    height: 100%;
    color: #3a3a3a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #3474b6;
    text-decoration: underline;
}

a:hover,
a:hover:visited {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    color: #cd4141;
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.h2 {
    color: #3474b6;
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

.h3 {
    color: #3474b6;
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 14px;
}

.h4 {
    color: #3474b6;
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
}

.h5 {
    color: #3474b6;
    font-family: "Exo 2", sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 24px;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}


/*colors*/


/*end colors*/


/*fonts*/

@font-face {
	font-family: 'avenirnextcyr-regular';
	src: url("../fonts/avenirnextcyr-regular.eot");
	src: url("../fonts/avenirnextcyr-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextcyr-regular.woff") format("woff"), url("../fonts/avenirnextcyr-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;

}
@font-face {
    font-family: "proxima_nova_regular";
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "proxima_nova_light";
    src: url("../fonts/ProximaNova-Light.eot");
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("../fonts/ProximaNova-Semibold.eot");
    src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}


/*end fonts*/


/*forms fields*/

.field {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.field.placeholder {
    color: #0c0c0c;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}


/*end forms fields*/


/*over blocks*/

.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}


/*end over blocks*/


/*other*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}


/*end other*/


/*---------------------- end global ----------------------------------*/


/*---------------------- wrapper ------------------------------------*/

.wrapper {
    min-width: 1024px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cookie {
	padding: 14px 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	left: 15px;
	z-index: 99;
    font-family: "ProximaNova-Semibold", sans-serif;
	font-size: 13px;
	color: #D7DADF;
}

.cookie:before {
	content: "";
	background: #292926;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}

.cookie .box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cookie .text {
	width: 75%;
}

.btn_7 {
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	width: 126px;
	height: 26px;
	font-size: 13px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
}

.inner {
    min-width: 1024px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 178px;*/
    margin-bottom: 182px;
    position: relative;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}


/*---------------------- *** ----------------------------------------*/


/*---------------------- header -------------------------------------*/

.main_page .header {
    /*height: 524px;*/
    height: 812px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    /*padding-top: 80px;*/
    padding: 0;
    z-index: 2;
}
.main_page .header:before {
    content: "";
    border-top: 1px solid #4B4C5E;
    position: absolute;
    top: 122px;
    right: 15px;
    left: 15px;
}
.header {
    /*
    height: 136px;
    padding-top: 80px;*/
    height: 127px;
    padding: 130px 0 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.main_page .logo {
 background: url(../images/2025_logo.svg) no-repeat;
 
 
}

.company {
    display: none;
}

.logo {
       /*background: url(../images/logo1.jpg) no-repeat;
    width: 300px;
    height: 90px;
    top: 15px;
    left: -10px;*/
    background: url(../images/2025_logo_footer.svg) no-repeat;
    width: 43px;
    height: 87px;
    position: absolute;
    top: 19px;
    left: 15px;
    
}

.logo .link {
    display: block;
    /*width: 150px;
    height: 150px;*/
    width: 43px;
    height: 87px;
}



.main_page .top_mail .link {
    color: #EFEFEF;
    
}
.top_mail {
    /*height: 35px;
    padding: 0 0 0 45px;
    top: 25px;
    right: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2b;*/
    position: absolute;
    top: 80px;
    right: 15px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.top_mail .link {
    /*color: #3474b6;
    text-decoration: none;*/
    color: #2d2d2d;
    
}
.main_page .slogan {
    color: #9CCCFF;
}
.slogan {
    
    /*top: 66px;
    left:310px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
   
    text-transform: uppercase;*/
    width: 296px;
    position: absolute;
    top: 67px;
    left: 77px;
    font-family: 'avenirnextcyr-regular', sans-serif;
    font-size: 16px;
    color: #272325;
    text-transform: uppercase;
    line-height: 1.3;
}
.main_page .phone {
    color: #D7DADF;
}

.main_page .phone .link {
    color: #D7DADF;
}
.phone {
    /*height: 35px;
    padding: 0 0 0 45px;
    top: 60px;
    right: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 600;
        */
        position: absolute;
    top: 80px;
    right: 128px;
    font-family: 'avenirnextcyr-regular', sans-serif;
    font-size: 17px;
    color: #2d2d2d;
}

.phone .link {
    color: #2d2d2d;
    text-decoration: none;
}
.send_request_header{
    position: absolute;
    top: 78px;
    right: 296px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    color: #9CCCFF;
}
.main_page .send_request_header .link{
    color: #9CCCFF;
}
.send_request_header .link {
    color: #3474b6;
    text-decoration: none;
    
}
.header .nav {
    width: 658px;
    position: absolute;
    top: 30px;
    right: 15px;
    /*position: relative;
    width: 100%;
    margin: 0 0 10px 0px;
    padding: 32px 0 0 0;*/
    z-index: 1;

}
.header .nav .nav_toggle{
    display: none;
}
.header .nav .sub_all> .list{
    /*display: table;*/
    display: flex;
    justify-content: flex-end;
width: 100%;
position: relative;

}
/*.header .nav .sub_all> .list:before {
    border-top: 1px solid #d5d5d5;
    width: 730px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.header .nav .sub_all> .list:after,
.header .nav> .sub_all> .list> .item:after {
    display: none;
}*/

.header .nav> .sub_all> .list> .item {
    /*display: table-cell;
    vertical-align: top;
     margin: 0 0 0 4px;
    text-align: center;*/
    margin: 0 0 0 74px;
    position: relative;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    text-align: right;
   
}

/*.header .nav> .sub_all> .list> .item:last-child> .link {
    background: none;
}*/
.main_page .header .nav> .sub_all> .list> .item> .link {
    color: #D7DADF;
    
    
}
.header .nav> .sub_all> .list> .item> .link {
    /*background: url(../images/fig_3.png) no-repeat 90% 50%;
    
    font-family: "Arial", sans-serif;
    font-size: 15px;
    */
    /*width: 100%;
    display: table;
    height: 32px;*/
    position: relative;
    color: #3b3b3b;
    text-decoration: none;
    z-index: 1;
    
    
}

/*.header .nav> .sub_all> .list> .item> .link:before {
    content: '';
    border: 2px solid #c0c0c0;   
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header .nav> .sub_all> .list> .active> .link:before,
.header .nav> .sub_all> .list> .item:hover> .link:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.header .nav> .sub_all> .list> .item> .link> .text {
    display: table-cell;
    vertical-align: middle;
}

.header .nav> .sub_all> .list> .item.active> .link,
.header .nav> .sub_all> .list> .item:hover> .link {

    background: #3474b6 url(../images/fig_2.png) no-repeat 90% 50%;

    color: #272325;
}*/

.nav .sub {
    opacity: 0;
    overflow: hidden;
    width: 228px;
    position: absolute;
    top: 100%;
    left: -2px;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.nav .sub .list {
    background-color: #f5f5f5;
    display: block;
    float: left;
    /*-webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;*/
}

.nav .sub .list .item {
    text-align: left;
}

.nav .sub .list .link {
    display: block;
    padding: 13px 18px 17px 18px;
    width: 160px;
    color: #3f3935;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.nav .item:hover .sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.nav .item:hover .sub .list {
    /*-webkit-transform: translate(0, 0);
    transform: translate(0, 0);*/
}

.nav .sub .list .link:hover {
    background-color: #3474b6;
    padding: 13px 18px 17px 18px;
    color: #fff;
}

.promo_1 {
    /*background: url(../images/promo.png) no-repeat 50% 0;
    height: 63px;
    width: 1920px;*/
    background: url(../images/1745906436_8.jpg) no-repeat;
    background-size: 100% 127px;
    height: 127px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.promo {
    /*
    height: 423px;*/
    width: 100vw;
	height: 812px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
    z-index: -2;

}

.promo .main_list .item {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.promo .main_list .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.promo .main_list .fig {
    width: 100%;
	height: 100%;
    /*position: absolute;
    left: -480px;
    right: -480px;
    top: 0;
    bottom: 0;
    text-align: center;*/
	position: relative;

}

.promo .main_list .fig:before {
    content: "";
    /*background: rgba(1, 15, 49, 0.35);*/
    background: linear-gradient(180deg, rgba(24, 24, 29, 0.8) 1.14%, rgba(24, 24, 29, 0.2) 36.84%, rgba(24, 24, 29, 0.8) 80.55%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.promo .main_list .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

/*.promo .main_list .img:before {
    content: "";
    background: rgba(1, 15, 49, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/

.promo .main_list .active {
    display: block;
}

.promo .tabs {
    /*
    left: 47%;  
    bottom: 37px;*/
    position: absolute;
    bottom: 22px;
    right: 0;
    left: 0;
    text-align: center;
z-index: 10;
}

.promo .tabs .item {
    position: relative;
    /*float: left;*/
    display: inline-block;

    margin: 0 7px;
}

.promo .tabs .link {
    /*border: 2px solid #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;*/
    border: 1px solid #D7DADF;
    display: block;
    width: 9px;
    height: 9px;
    position: relative;
}
.tabs .active{
    background: #D7DADF;
}
/*.tabs .active:before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.promo .context {
    width: 480px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 146px;
    z-index: 1;
    line-height: 1.2;
    text-align: left;
}

.promo .context .title {
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(1, 1, 1, .79);
}

.application {
    background: #101010e6;
    position: absolute;
    top: 153px;
    right: 0;
    min-height: 351px;
    padding: 36px;
    text-align: center;
    z-index: 2;
}

.application .text {
    color: #868484;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.application .field {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.application .field:-moz-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.application .field::-moz-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.application .field::-webkit-input-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.application .field:-ms-input-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.application .field.placeholder {
    color: #3a3a3a;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.application .captcha {
    display: inline-block;
    padding: 0 0 0 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.application .captcha .fig {
    border: none;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.application .captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.application .captcha .field {
    width: 100%;
}

.application .h1 {
    margin: -6px 0 12px 0;
}

.star {
    display: inline-block;
    margin: 6px 0 0 2px;
    vertical-align: top;
    color: #d92e2e;
    font-size: 18px;
    font-weight: bold;
}

.captcha {
    display: inline-block;
    padding: 0 0 0 98px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    border: 1px solid #c4c4c4;
    border-right: none;
    width: 98px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.field[required] {
    background: #fff url(../images/star.png) no-repeat 97% 16px;
}

.send_application .btn {
    margin: 0 0 0 70px;
}

.btn {
    background-color: #3474b6;
    border: none;
    padding: 8px 44px 11px;
    display: inline-block;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    font-size: 16px;
}

.btn:hover {
    text-decoration: underline;
}


/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/

.side {
    width: 322px;
    position: relative;
    float: left;
    margin: 0 58px 0 0;
    padding: 100px 0 0 0;
}

.side + .content {
    float: left;
    min-width: 640px;
    max-width: 820px;
}

.news_list .item {
    margin: 0 0 34px 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.news_list .fig {
    width: 170px;
    height: 125px;
    float: left;
    margin: 0 34px 10px 0;
}

.news_list .fig {
    border: 1px solid #e8ecef;
    max-height: 100%;
    max-width: 100%;
}

.date {
    background-color: #f3f3f3;
    display: inline-block;
    margin: 0 0 13px 0;
    padding: 4px 7px 5px 7px;
    color: #3a3a3a;
}

.news_list .link {
    color: #3474b6;
}

.news_list .title {
    margin: 0 0 7px 0;
}

.services {
    position: relative;
    margin: -30px 0 24px 0;
    padding: 26px 39px 6px 39px;
}

.services:before {
    background-color: #101010e6;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.services_list_2 {
    padding: 11px 0 0 0;
}

.services_list_2 .item {
    margin: 0 0 35px 0;
}

.services_list_2 .item .link {
    background: url(../images/fig_18.png) no-repeat 0 0;
    display: block;
    padding: 0 0 0 40px;
    color: #fff;
    font-family: "Arial";
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
}

.services_list_2 .item.active .link,
.services_list_2 .item:hover .link {
    background: url(../images/fig_17.png) no-repeat 0 0;
    color: #3474b6;
    text-decoration: none;
}


/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/

.main_page .content {
    position: relative;
    padding: 0 15px;
}
.content {
    position: relative;
    padding: 44px 0 32px 0;
}
.services_list {
    margin: 0 0 24px -40px;
    text-align: center;
}

.services_list .item {
    width: 206px;
    margin: 0 0 46px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.services_list .fig {
    border: 2px solid #dddddd;
    height: 201px;
    width: 201px;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px 0;
}

.services_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.services_list .item:hover .fig {
    margin: -3px 0 12px -3px;
    border: 5px solid #3474b6;
}

.services_list .link {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 18px;
 text-decoration: none;
}

.services_list .link:hover {
    text-decoration: underline;
}

.block {
    position: relative;
    margin: 0 0 50px 0;
    padding: 49px 0 43px 0;
}

.block:before {
    background: url(../images/1111.png) no-repeat;
    width: 192rem;
    height: 68rem;
    content: "";
    width: 192rem;
    height: 68rem;
    margin: 0 0 0 -96rem;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
}

.block:after {
    content: "";
    display: table;
}

.block:after {
    clear: both;
}

.left {
    width: 572px;
    float: left;
    margin: 0 68px 0 0;
}

.more_info {
    margin: 0 0 28px;
}

.btn_1 {
    background: #3474b6 url(../images/fig_13.png) no-repeat 90% 50%;
    padding: 8px 53px 10px 14px;
    display: inline-block;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    font-size: 12px;
}

.btn_1:hover {
    text-decoration: underline;
}

.right {
    width: 320px;
    float: left;
}

.carousel {
    position: relative;
    min-height: 240px;
    margin: 0 0 15px 0;
    padding: 3px 0 0 0;
    z-index: 1;
}

.carousel .prev {
    position: absolute;
    top: 100px;
    left: -26px;
    background: url(../images/prev.png) no-repeat;
    height: 18px;
    width: 12px;
}

.carousel .next {
    position: absolute;
    top: 100px;
    right: -26px;
    background: url(../images/next.png) no-repeat;
    height: 18px;
    width: 12px;
}

.carousel .in {
    overflow: hidden;
    position: relative;
}

.carousel .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 22px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -22px;
}

.carousel .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .main_list:before,
.carousel .main_list:after {
    display: none;
}

.carousel .main_list> .item {
    display: table-cell;
    width: 320px;
    vertical-align: top;
    position: relative;
}

.carousel .main_list> .item .fig {
    border: 1px solid #e8ecef;
    margin: 0 0 8px 0;
}

.carousel .main_list> .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel .main_list> .item:before,
.carousel .main_list> .item:after {
    display: none;
}

.carousel .text {
    padding: 11px 0 0 0;
    line-height: 1.4;
}

.carousel .link {
    display: block;
    color: #3474b6;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.carousel_1 {
    position: relative;
    min-height: 174px;
    margin: 0 0 16px 0;
    z-index: 1;
}

.carousel_1 .prev {
    background: url(../images/prev.png) no-repeat;
    height: 18px;
    width: 12px;
    position: absolute;
    top: 62px;
    left: -30px;
}

.carousel_1 .next {
    background: url(../images/next.png) no-repeat;
    height: 18px;
    width: 12px;
    position: absolute;
    top: 62px;
    right: -18px;
}

.carousel_1 .in {
    overflow: hidden;
    position: relative;
}

.carousel_1 .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -25px;
}

.carousel_1 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .main_list:before,
.carousel_1 .main_list:after {
    display: none;
}

.carousel_1 .main_list> .item {
    display: table-cell;
    width: 182px;
    vertical-align: top;
    position: relative;
}

.carousel_1 .main_list> .item .fig {
    background: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 3px;
    display: block;
    width: 165px;
    height: 150px;
    margin: 0 -5px 7px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .main_list> .item .img {
    vertical-align: top;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel_1 .main_list> .item:before,
.carousel_1 .main_list> .item:after {
    display: none;
}

.carousel_1 .text {
    padding: 11px 0 0 0;
    line-height: 1.4;
}

.carousel_1 .title {
    display: block;
    color: #3474b6;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.carousel_1 .link:hover {
    text-decoration: underline;
}

.btn_2 {
    background: #3474b6 url(../images/fig_13.png) no-repeat 90% 50%;
    padding: 8px 46px 9px 12px;
    display: inline-block;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    font-size: 12px;
}

.btn_2:hover {
    text-decoration: underline;
}

.crumbs {
    margin: 0 0 22px 0;
    padding: 16px 0 0 0;
    color: #979797;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    position: relative;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background: url(../images/fig_16.png) no-repeat 3px 3px;
    display: inline;
    padding-left: 14px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #979797;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.services_list_1 {
    margin: 0 -10px 30px -10px;
    padding: 25px 0 0 0;
}

.services_list_1 .item {
    width: 209px;
    margin: 0px 42px 40px 42px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.services_list_1 .fig {
    border: 2px solid #dddddd;
    height: 209px;
    width: 209px;
    overflow: hidden;
    position: relative;
    
    margin: 0 0 12px 0;
}

.services_list_1 .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.services_list_1 .item:hover .fig {
    margin: -3px 0 9px -3px;
    border: 5px solid #3474b6;
}

.services_list_1 .link {
    color: #3474b6;
    font-family: "Arial", sans-serif;
    font-size: 18px;
}

.fig_1 {
    position: relative;
    float: left;
    width: 100%;
    
}

.fig_1 .img {
    border: 1px solid #e8ecef;
    max-width: 100%;
    max-height: 100%;
}

.send {
    margin: 0 0 32px 0;
}

.btn_4 {
    background-color: #3474b6;
    display: inline-block;
    padding: 5px 15px 8px 15px;
    text-decoration: none;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 18px;
}

.btn_4:hover {
    text-decoration: underline;
}

.page {
    margin: 0 0 78px 0;
}

.page .item {
    background-color: #484848;
    padding: 9px 13px 10px 13px;
    margin: 0 8px 0 0;
}

.page .item.active {
    background-color: #3474b6;
    padding: 9px 13px 10px 13px;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

.page .link:hover {
    background-color: #3474b6;
    color: #fff;
    display: block;
    font-size: 12px;
}

.page .link {
    padding: 9px 13px 10px 13px;
    margin: -9px -13px -10px -13px;
    display: block;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.partner_list .item {
    margin: 0 0 50px 0;
}

.partner_list .fig {
    background: #fff;
    float: left;
    border: 2px solid #c1c1c1;
    border-radius: 3px;
    display: block;
    width: 165px;
    height: 150px;
    margin: 0px 25px -5px 7px;
    position: relative;
    overflow: hidden;
}

.partners_list .img {
    vertical-align: top;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.partner_list .title {
    margin: 0 0 16px 0;
    color: #3474b6;
    font-size: 18px;
}

.certificate_list {
    margin: 0 0 0 -28px;
}

.certificate_list .item {
    margin: 0 0 48px 28px;
    width: 45%;
}

.certificate_list .fig {
    width: 273px;
    height: 368px;
    margin: 0 0 14px 0;
}

.certificate_list .fig .img {
    border: 1px solid #e8ecef;
    max-height: 100%;
    max-width: 100%;
}

.certificate_list .link {
    color: #3474b6;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.projekt_list {
    margin: 0 0 37px -5px;
}

.projekt_list .item {
    border: 1px solid #e8ecef;
    margin: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}

.projekt_list .item:nth-child(6n-5) {
    width: 360px;
    height: 199px;
}

.projekt_list .item:nth-child(6n-4) {
    width: 271px;
    height: 199px;
}

.projekt_list .item:nth-child(6n-3) {
    width: 640px;
    height: 360px;
}

.projekt_list .item:nth-child(6n-2) {
    width: 271px;
    height: 199px;
}

.projekt_list .item:nth-child(6n-1) {
    width: 360px;
    height: 199px;
}

.projekt_list .item:nth-child(6n) {
    width: 640px;
    height: 360px;
}

.projekt_list .item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 18px 20px;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    z-index: 1;
}

.projekt_list .item .title:before {
    background: url(../images/fig_23.png) no-repeat;
    height: 180px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -74px;
    z-index: -1;
}

.btn_5 {
    background-color: #3474b6;
    border: none;
    padding: 6px 18px 9px;
    display: inline-block;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn_5:hover {
    text-decoration: underline;
}
.we_numbers_block {
    margin:-232px 0 65px;
    position: relative;
    z-index: 2;
  }
.we_numbers_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 -117px;
}
.we_numbers_list .item{
    width: calc(34% - 127px);
    margin: 0 0 0 117px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    color: #D7DADF;
    text-align: center;
    line-height: 1.2;
}
.we_numbers_list .title{
    height: 66px;
    margin: 0 0 4px;
    overflow: hidden;
    
    }
.we_numbers_list .box{
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-align: left;
}
.we_numbers_list .number{
   
    font-family: "proxima_nova_light", sans-serif;
    font-size: 88px;
    color: #fff;
    line-height: 1;
}

.we_numbers_list .text{
    width: 20%;
    margin: 0 0 0 11px;
}
.about_block .box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 86px;
}
.about_block .left_block{
    width: calc(50% - 10px);
    padding: 113px 10px 0 0;
    position: relative;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    color: #292926;
    line-height: 1.3;
}
.about_block .left_block:after{
    content: "";
    background:#D7DADF url(../images/2025_about_block.jpg) no-repeat 0 100%;
    width: 960px;
    position: absolute;
    top: 0;
    bottom: 0;
   right: 0;
    z-index: -1;
}
.about_block .left_block:before{
    content: "";
    border-bottom: 1px solid #292926;
    width: 960px;
    position: absolute;
    bottom: -4px;
   right: 0;
    z-index: -1;
}
.about_block .right_block{
    width: calc(50% - 30px);
    padding: 120px 0 0 30px;
    position: relative;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    color: #292926;
    line-height: 1.3;
}
.about_block p{
    margin: 0 0 7px;
}
.about_block .h1{
    margin: 0 0 14px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #292926;
}
.about_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 62px -80px;
}
.about_list .item{
    width: calc(34% - 89px);
    margin: 0 0 0 80px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    color: #292926;
    -webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;

}
.about_list .animateIn {
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
	opacity: 1;
	visibility: visible;
}
.about_list .fig{
    width: 109px;
    height: 109px;
    margin: 0 0 27px;
    position: relative;
    overflow: hidden;
}
.about_list .img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}
.key_customers_block{
    margin: 0 0 111px;
}
.key_customers_block .h3{
    margin: 0 0 93px;
    padding: 42px 0 38px;
    position: relative;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #292926;
    text-transform: uppercase;
    text-align: center;
}
.key_customers_block .h3:before{
    content: "";
    background: #D7DADF;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}
.key_customers_list{
    display: flex;
    flex-wrap: wrap;
    position: relative;

}
.key_customers_list:after{
    content: "";
    background: url(../images/2025_key_customers_list.jpg) no-repeat;
    width: 1920px;
    height: 720px;
    margin: -360px 0 0 -960px;
    position: absolute;
    top: 50%;
   left: 50%;
    z-index: -2;

}
.key_customers_list:before{
    content: "";
    border-left: 1px solid #3474B6;
    border-right: 1px solid #3474B6;
    display: block;
    position: absolute;
    top: 0;
    right: -21px;
    bottom: 0;
   left: -21px;
    z-index: -1;

}
.key_customers_list .item{
    width: 50%;
    position: relative;
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 26px;
    color: #fff;
    line-height: 1.1;

}
.key_customers_list .link{
    display: block;
    color: #fff;
    text-decoration: none;

}
.key_customers_list .fig{
    width: 100%;
    height: 0;
    padding: 0 0 80%;
    position: relative;
    overflow: hidden;

}
.key_customers_list .fig:before{
    content: "";
    background: rgba(24, 24, 29, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    


}
.key_customers_list .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transform: scaleY(1);
	transition: all 0.7s ease 0s;

}
.key_customers_list .fig:hover .img{
	transform: scale(1.1);
}
.key_customers_list .text{
    position: absolute;
    top: 32px;
    right: 41%;
    left: 27px;
    z-index: 2;
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 1.733rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "proxima-nova", sans-serif;

}
.partners_block{
position: relative;
margin: 0 0 87px;
padding: 76px 0 79px;
text-align: center;
}
.partners_block:before{
    content:"";
    background:#D7DADF url(../images/2025_partners_block.jpg) no-repeat 0 100%;
    width: 1920px;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    bottom: 0;
   left: 50%;
    z-index: -1;
    }
    .partners_block .h4 {
        margin:0 0 88px;
         font-family: "proxima_nova_regular", sans-serif;
        font-size: 40px;
        font-weight: normal;
        color: #000;
        text-transform: uppercase;
      }
    .partners_list{
margin: 0 0 0 -45px;
text-align: center;
    }
    .partners_list .item{
        width: calc(20% - 45px);
        margin: 0 0 40px 45px;
        -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition:all 2s ease;
  transition:all 2s ease;
    }
    .partners_list .animateIn {
        -webkit-transform:translate(0%, 0);
        transform: translate(0%, 0);
        opacity: 1;
        visibility: visible;
      }
    .partners_list .fig{
        background: #fff;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.03);
        border: 1px solid #D2D2D2;
        width: calc(100% - 2px);
        height: 0;
        padding: 0 0 96%;
        position: relative;
        overflow: hidden;
    }
    .partners_list .img{
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        vertical-align: top;
    }
    .certificates_block{
        margin: 0 0 101px;
        text-align: center;
    }
    .certificates_block .h3{
        margin:0 0 81px;
        font-family: "proxima_nova_regular", sans-serif;
       font-size: 40px;
       font-weight: normal;
       color: #000;
       text-transform: uppercase;
    }
    .splide__list {
        visibility: visible;
        display: flex;
    }
    
    .splide__pagination {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .splide__pagination li {
        background: none;
        margin: 0 .4rem;
        padding: 0;
    }
    
    
    
    .splide__track {
        overflow: visible;
    }
    .carousel_4 {
        position: relative;
        margin: -30px 0;
    }
    
    .carousel_4 .splide__arrows {
        display: none;
    }
    
    
    
    .carousel_4 .splide__track {
        overflow: hidden;
        padding: 30px 0;
    }
    
    .carousel_4 .splide__slide {
        position: relative;
        padding: 0 28px;
        font-family: "proxima_nova_regular", sans-serif;
        font-size: 18px;
        color: #3474B6;
    }
    
    .carousel_4 .splide__slide .box {
        text-align: center;
    }
    
    .carousel_4 .fig {
        background: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #E7E6E6;
        width: 100%;
        height: 0;
        padding: 0 0 150%;
        margin: 0 0 12px;
        position: relative;
        overflow: hidden;
    }
    .carousel_4 .img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        vertical-align: top;
    }
    .carousel_4 .link {
        color: #3474B6;
        text-decoration: none;
    }
    .map_block {
        height: 600px;
        padding: 0 0 0 56%;
        position: relative;
    }
    
    .map_block .h3 {
        margin: 0 0 21px;
        font-family: "ProximaNova-Semibold", sans-serif;
        font-size: 32px;
        color: #292926;
        text-transform: uppercase;
    }
    
    
    
    .map_block>.fig {
        width: 100vw;
        height: 600px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    .map_block>.fig>.img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }
    
    .map_block iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }
    
    .map_block .text {
        display: flex;
        align-items: center;
        height: 600px;
        position: relative;
        z-index: 2;
    }
    .map_block .box {
        padding: 36px 0 10px 47px;
        position: relative;
    }
    .map_block .box:after {
        content: "";
        background: rgba(255,255,255,0.80);
        border: 1px solid #ECE3E3;
        border-radius: 6px 0 0 6px;
        position: absolute;
        top: 0;
        right: -10000px;
        bottom: 0;
        left: 0;
        z-index: -1;
        backdrop-filter: blur(9px);
    }
    .map_block .box:before {
        content: "";
        background: rgba(156, 204, 255, 0.5);
        border-radius: 9px 0 0 9px;
        position: absolute;
        top: -18px;
        right: -10000px;
        bottom: -19px;
        left: 63px;
        z-index: -2;

    }
    
    
    .phone_map_block {
    
        margin: 0 0 20px;
        font-family: "proxima_nova_regular", sans-serif;
        font-size: 22px;
        color: #292926;
    }
    
   
    
    .phone_map_block .link {
        background: url(../images/2025_phone_map_block.svg) no-repeat 0 4px;
        display: inline-block;
        padding: 0 0 0 36px;
        color: #292926;
        text-decoration: none;
    }
    
    .address_map_block {
        background: url(../images/2025_map_block_pin.svg) no-repeat;
        margin: 0 0 25px;
        padding: 0 0 0 37px;
        font-family: "proxima_nova_regular", sans-serif;
        font-size: 18px;
        color: #292926;
    }
    
    .mail_map_block {
        margin: 0 0 32px;
    }
    
    .mail_map_block .link {
        background: url(../images/2025_map_block_mail.svg) no-repeat 0 4px;
        display: inline-block;
        padding: 0 0 0 38px;
        font-family: "proxima_nova_regular", sans-serif;
        font-size: 18px;
        color: #000;
    }
    .btn_6{
        background: #9CCCFF;
        border: 1px solid #449EFF;
        display: block;
        width: 148px;
        height: 37px;
        font-family: "proxima_nova_regular", sans-serif;
        font-size: 16px;
        color: #000;
        text-align: center;
        text-decoration: none;
        line-height: 39px;
    }
   
    

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #101010e6;
    padding: 64px 76px 56px 76px;
    position: relative;
}

#modal_thanks .modal__content {
    width: 350px;
    height: 87px;
    position: relative;
    padding: 64px 76px 23px 76px;
    line-height: .4;
}
.modal_box_form .modal__content {
	background:#1C1D20 url(../images/modal_bg.jpg) no-repeat 0 100%;
	width: 810px;
	padding: 46px 103px;
	position: relative;
}
.modal_box_form .modal__content .h5 {
    color: #fff;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin:0 0 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .modal_box_form .modal__content .field {
    background: #D7DADF;
    border:1px solid #A5A7AB;
    border-radius:3px;
    padding: 15px 18px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
}



.modal_box_form .modal__content .field:-moz-placeholder {
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
}

.modal_box_form .modal__content .field::-moz-placeholder {
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
}

.modal_box_form .modal__content .field::-webkit-input-placeholder {
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
}

.modal_box_form .modal__content .field:-ms-input-placeholder {
    opacity: 1;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
}

.modal_box_form .modal__content .field.placeholder {
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
}
  .modal_box_form .modal__content .grey_block {
	background:#D7DADF;
  border-radius:3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 37px;
  position: relative;
}
.modal_box_form .modal__content .grey_block .label {
    border-right:1px solid #A5A7AB;
    width: 140px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
  }
  .modal_box_form .modal__content .grey_block .field {
    background: none;
    border: none;
}


.modal_box_form .star {
    margin: -2px 0 0;
    font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #FF0505;
}

.modal_box_form .c-70 {
	width: calc(100% - 163px);
}
.checkbox {
	cursor: pointer;

background: #D9D9D9;
border-radius:2px;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	vertical-align: middle;
}
.checkbox .bg {
	background: url(../images/pic301.png) no-repeat 50% 50%;
	width: 25px;
	height: 25px;
	margin: auto;
	position: absolute;
	top:0;
	left:0;
opacity:0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.checkbox input {
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
}
.checkbox input:checked + .bg {
    opacity: 1;
}

.modal_box_form .modal__content .in_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin:0 0 49px;
  }
  .modal_box_form .modal__content .in_2 .into {
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
  }
  .modal_box_form .modal__content .in_2 .grey_block {
    background: #6A6A6A;
    width: 100%;
    margin: 0;
    padding:7px 0 8px;
  }
.modal_box_form .captcha {
	display: inline-block;
  padding-left: 101px;
  position: relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
box-sizing: border-box;
}

.modal_box_form .captcha .fig {
    border: none;
    border-right:1px solid #919191;
    width: 101px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .modal_box_form .captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin:auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .modal_box_form .modal__content .grey_block .captcha .field {
	width: 100%;
	padding: 7px 12px 8px;
	font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.modal_box_form .modal__content .grey_block .captcha .field:-moz-placeholder {
	font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #fff;
}

.modal_box_form .modal__content .grey_block .captcha .field::-moz-placeholder {
	font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #fff;
}

.modal_box_form .modal__content .grey_block .captcha .field::-webkit-input-placeholder {
	font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #fff;
}

.modal_box_form .modal__content .grey_block .captcha .field:-ms-input-placeholder {
    font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #fff;
}

.modal_box_form .modal__content .grey_block .captcha .field.placeholder {
	font-family: "proxima_nova_regular", sans-serif;
	font-size: 20px;
	color: #fff;
}
.modal_box_form .modal__content .btn_5 {
    background-color: #4D88C9;
    border-radius:3px;
    padding:0;
    color: #fff;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 22px;
    text-transform: none;
    width: 50%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    
  }
  .modal_box_form .modal__content .btn_5:disabled,
  .modal_box_form .modal__content .btn_5[disabled]{
  background: #D5D5DB;
}
.modal_text{
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 14px;
    color: #fff;
}
.modal_text .link{
    color: #4D88C9;
}
.label_2{
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 14px;
    color: #fff;
}
.label_2 .link{
    color: #4D88C9;
}
.modal__close_btn {
    background: url(../images/error.png) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: -36px;
    text-indent: -1000em;
    z-index: 2;
}
.modal_box_form .modal__close_btn {
	background: url(../images/modal_close_box_form.svg) no-repeat 50% 50%;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.modal_lightbox__image {
    margin: 0 0 18px 0;
}

.modal_lightbox__prev,
.modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before {
    content: "";
    background: url(../images/prev_1.png) no-repeat;
    height: 22px;
    width: 13px;
    position: absolute;
    bottom: 30px;
    right: auto;
    left: 64px;
}

.modal_lightbox__next:before {
    content: "";
    background: url(../images/next_1.png) no-repeat;
    height: 22px;
    width: 13px;
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 64px;
}

.modal_lightbox__title {
    position: absolute;
    right: 40px;
    left: 40px;
    bottom: 30px;
    color: #0c0c0c;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    text-align: center;
}


/*---------------------- end content ----------------------------------*/


/*---------------------- footer ---------------------------------------*/

.footer {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    min-width: 1024px;
    max-width: 1200px;
    /*height: 178px;*/
    height: 182px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer:after {
    /*background: #272325;*/
    background: #D7DADF;
    position: absolute;
    content: "";
    top: 0;
    left: -1000px;
    bottom: 0;
    right: -1000px;
    z-index: -2;
}
.footer:before {
    content: "";
    border-top: 1px solid #F5F6F9;
    position: absolute;
    top: 110px;
    left: 15px;
    bottom: 0;
    right: 15px;
    z-index: -1;
}

.subscription_mailing {
    position: absolute;
    top: 29px;
    left: 0
}

.btn_3 {
    display: block;
    padding: 6px 0 0 38px;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.btn_3 .fig {
    background: #fff url(../images/fig_14.png) no-repeat 50% 50%;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer .nav {
    /*display: table;
    width: 100%;
    height: 32px;
    padding:24px 0 0;*/
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 31px 165px 0 191px;
    z-index: 1;
}

/*.footer .nav:before,
.footer .nav:after,
.footer .nav .item:after,
.footer .nav .item:before {
    display: none;
}*/

.footer .nav> .item {
   /* display: table-cell;
    vertical-align: top;
    text-align: center;
    */
    position: relative;
    
}

/*.footer .nav> .item:last-child> .link {
    background: none;
}*/

.footer .nav> .item> .link {
    /*background: url(../images/fig_3.png) no-repeat 90% 50%;
    width: 100%;
    display: table;
    height: 32px;
     color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    */
    position: relative;
   font-family: "proxima_nova_regular", sans-serif;
    font-size: 18px;
    color: #292926;
    text-decoration: none;
    z-index: 1;
}

/*.footer .nav> .item> .link:before {
    content: '';
   border: 2px solid #c0c0c0;    
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .nav> .active> .link:before,
.footer .nav> .item:hover> .link:before {
    width: 100%;
    height: 100%;
}

.footer .nav> .item> .link> .text {
    display: table-cell;
    vertical-align: middle;
}

.footer .nav> .item.active> .link,
.footer .nav> .item:hover> .link {

    background: #484848 url(../images/fig_15.png) no-repeat 90% 50%;
    color: #ffff;
}*/

.footer .contact {
    position: absolute;
    /*top: 87px;
    right: 230px;*/
    top: 29px;
    right: 15px;
    text-align: right;
}

.footer .contact .fig {
    background: url(../images/phone.png) no-repeat;
    height: 18px;
    width: 13px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.footer .contact .item {
    margin: 0 0 17px 0;
    /*padding: 0 0 0 38px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;*/
    margin: 0 0 8px;
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 20px;
    color: #292926;
}

.footer .contact .link {
    /*color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;*/
    color: #292926;
    text-decoration: none;
}
.footer .contact .mail_item{
font-size: 16px;
}
.footer .contact .mail_item .link{
    text-decoration: underline;
    }
    .footer .contact .mail_item .link:hover{
        text-decoration: none;
        }
.copyright {
    position: absolute;
    top: 128px;
    left: 15px;
    /*
    top: 116px;
    left: 0;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;*/
    font-family: "proxima_nova_regular", sans-serif;
    font-size: 13px;
    color: #292926;
}

.counter {
    position: absolute;
    top: 75px;
    right: 0;
}

.design .link {
    position: absolute;
    top: 120px;
    right: 0;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}
.send_mobile{
    display: none;
}
.logo_footer {
 background: url(../images/2025_logo_footer.svg) no-repeat;
 width: 43px;
 height: 86px;
 position: absolute;
 top: 9px;
 left: 15px;
 
}

.logo_footer .link {
 display: block;
 width: 43px;
 height: 86px;
}




.slogan_footer {
    width: 178px;
 position: absolute;
 top: 57px;
 left: 75px;
 font-family: 'avenirnextcyr-regular', sans-serif;
 font-size: 11px;
 color: #292926;
 text-transform: uppercase;
 line-height: 1.2;
}
.info_footer {
    position: absolute;
    top: 123px;
    right: 277px;
    left: 277px;
    font-family: "proxima_nova_regular", sans-serif;
	font-size: 13px;
	color: #292926;
	text-align: center;
    line-height: 1.2;
}

.politics_privacies {
    position: absolute;
    top: 133px;
    right: 15px;
	font-size: 14px;
	color: #292926;
}

.politics_privacies .link {
	color: #292926;
}

/*---------------------- end footer -----------------------------------*/


/* media queries */


/* print media */
@media (max-width: 767px) {
    .wrapper {
        min-width: auto;
      }
      .inner {
        /*display: flex;
        flex-direction: column;*/
        min-width: auto;
        max-width: none;
        width: 100%;
        margin-bottom: 0 !important;
      }
      .main_page .header {
        /*height: 223px;
        padding: 50px 0 0;
        */
  height: 332px;
        padding: 0;
        z-index: 3;
      }
      .header {
        width: 100%;
        height: 42px;
        padding: 60px 0 0;
        order: 1;
      }
      .header .nav {
        width: 5.0rem;
        height: 5.0rem;
        margin: 0;
  padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 21;
    }
    .header .nav_active {
        width: 100vw;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
    }
   
    .header .nav .nav_toggle {
        background:#9cccfe url(../images/header_menu.svg) no-repeat 50% 50%;
        border: none;
        display: block;
        width: 5.0rem;
        height: 5.0rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .header .nav_active .nav_toggle {
        background: url(../images/mobile_header_menu_close.svg) no-repeat 50% 50%;
        width: 3.6rem;
        height: 5.0rem;
    }
    .header .nav .sub_all {
        background: #778087;
        display: block;
        width: calc(100vw - 0.9rem);
        height: 100vh;
        padding: 0 0 0 0.9rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: translate(110%, 0);
        transition: transform .3s ease;
        will-change: transform;
    }
    .header .nav_active .sub_all {
        transform: translate(0, 0);
    }
    .header .nav .sub_all> .list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: calc(100% - 4.9rem);
        height: 36.0rem;
        padding: 0.9rem 4.9rem 0 0;
        overflow-x: auto;
        z-index: 1;
    }
    .header .nav .sub_all> .list:before{
        display: none;
    }
    .header .nav .sub_all> .list> .item {
        border-bottom: 0.1rem solid rgba(228,235,212,0.30);
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        position: static;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
        white-space: inherit;
        line-height: 1.3;
    }
    .header .nav .sub_all> .list> .item> .link {
        background: none;
        display: flex;
        align-items: center;
        height: 5.0rem;
        color: #fff;
    }
    .header .nav .sub_all>.list> .item:hover> .link, .header .nav .sub_all>.list> .active> .link {
        background: none;
    }
    .header .nav> .sub_all> .list> .item.active> .link, .header .nav> .sub_all> .list> .item:hover> .link {
        background: none;
        color: #fff;
      }
    .nav_active {
        z-index: 27;
    }
    .nav .sub {
      
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        overflow: inherit;
        opacity: 1;
  visibility: visible;
  -webkit-transform:none;
  transform: none;
    }
    .nav .sub .list {
        background: none;
  float: none;
  -webkit-transform: none;
  transform: none;
    }
    .nav .sub .list .item {
        margin: 0 0 2.1rem;
        font-weight: normal;
        text-transform: none;
    }
   
    
    .nav .sub .list .link {
        width: auto;
  padding: 0;
        color: #fff;
    }
    .nav .sub .list .link:hover {
        background: none;
        padding: 0;
        color: #fff;
      }

.main_page .slogan {
    color: #9CCCFF;
    font-size: 14px;
    top: 65px;
    text-align: center;
}
   
.slogan{
    display: none;
    }
    
      
      .phone {
        height: auto;
        padding:0;
        top: 15px;
        right: 60px;
        font-size: 22px;
      }
      .phone .link {
        /*background: #4277b7 url(../images/phone.png) no-repeat 50% 50%;*/
        border-radius: 50%;
        display: block;
        height: 40px;
        width: 190px;
        
    }
      /*.phone .text {
        display: none;
      }*/
      .company{
        display: none;
      }
      .map{
        display: none;
      }
      .top_mail{
        display: none;
      }
      .social_networks{
        display: none;
      }
      .send_mobile{
        display: block;
        position: fixed;
        bottom: 0.9rem;
        left: 0.9rem;
        z-index: 10;
        width: calc(100% - 11px);
    }
    .send_mobile .link{
        background:#4277b7 url(../images/feedback_bubble_send_request.svg) no-repeat 50% 50%;
        border-radius: 50%;
        display: block;
        height: 50px;
        width: 50px;
    }
      .content {
        padding: 14px 9px 12px;
        order: 2;
      }
      .services_list {
        margin: 0 0 24px -10px;
      }
      .services_list .item {
        width: calc(50% - 10px);
        margin: 0 0 16px 10px;
      }
      .services_list .fig {
        height: 0;
        width: calc(100% - 4px);
        margin: 0 0 5px 0;
        padding: 0 0 100%;
      }
      .services_list .item:hover .fig {
        margin: 0 0 5px;
        border: 2px solid #ddd;
      }
      .services_list .link {
        font-size: 15px;
      }
      .block {
        margin: 0 0 20px 0;
        padding: 19px 0 13px 0;
      }
      .block::before {
        background: #3f3f3f;
        width: auto;
        height: auto;
        margin: 0;
        top: 0;
        left: -9px;
        right: -9px;
        bottom: 0;
      }
      .left {
        width: 100%;
        float: none;
        margin: 0 0 20px;
      }
      .right {
        width: 100%;
        float: none;
      }
      .carousel .prev {
        top: -40px;
        left: auto;
        background: #fff url(../images/prev.png) no-repeat 50% 50%;
        height: 30px;
        width: 30px;
        right: 40px;
        border-radius: 50%;
      }
      .carousel .next {
        top: -40px;
        right: 0;
        background: #fff url(../images/next.png) no-repeat 50% 50%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
      }
      .carousel_1 .main_list {
        border-spacing: 10px 0;
        left: -10px;
      }
      .carousel .main_list> .item {
        width: calc(100vw - 18px);
      }
      .carousel .main_list> .item .fig{
        width: calc(100% - 2px);
        height: 182px;
        position: relative;
        overflow: hidden;
      }
      .carousel .main_list> .item .img{
        max-width: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        object-fit: cover;
      }
      .carousel_1 .main_list> .item {
        width: calc(50vw - 14px);
      }
      .carousel_1 .main_list> .item .fig {
        width: calc(100% - 4px);
        height: 146px;
        margin: 0 0 7px;
        
      }
  
      .carousel_1 .main_list> .item .img {
        max-width: 100%;
        max-height: 100%;
      }
      .carousel_1 .next {
        top: -40px;
        right: 0;
      }
      .carousel_1 .prev {
        top: -40px;
        left: auto;
        right: 22px;
      }
      
      .side {
        width: calc(100% - 18px);
        float: none;
        margin: 0;
        padding: 0 9px;
        order: 3;
      }
      
      .footer {
        position: relative;
        width: calc(100% - 20px);
        min-width: auto;
  max-width: none;
        height: auto;
        padding: 10px 10px 70px;
        order: 4;
      }
      .subscription_mailing {
        height: 31px;
        margin: 0 0 10px;
        position: relative;
        top: 0;
        left: 0;
      }
      .btn_3 {
        height: 25px;
      }
      .footer .nav {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 0 20px;
        padding: 0;
        z-index: 1;
      }
      .footer .nav> .item {
        display: block;
        margin: 0 0 4px;
        text-align: left;
      }
      /*.footer .nav> .item> .link {
        background: url(../images/fig_3.png) no-repeat 0 50%;
        display: block;
        height: auto;
        padding: 0 0 0 10px;
      }
      .footer .nav> .item:last-child> .link {
        background: url(../images/fig_3.png) no-repeat 0 50%;
      }
      .footer .nav> .item.active> .link, .footer .nav> .item:hover> .link {
        background: url(../images/fig_3.png) no-repeat 0 50%;
        color: #fff;
      }*/
      .footer .contact {
        margin: 0 0 20px;
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
      }
      .footer .contact .item {
        margin: 0;
        font-size: 16px;
        display: block;
      }
      .copyright {
        margin: 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
      }
      .counter {
        position: relative;
        top: 0;
        right: 0;
      }
      .design .link {
        position: relative;
        top: 0;
        right: 0;
      }
      .logo_footer {
        margin: 0 0 20px;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
      }
      .slogan_footer {
       
        position: relative;
        top: 0;
        left: 0;
        margin:0 0 20px 20px;
            display: inline-block;
            vertical-align: bottom;
      }
      .footer::before {
        display: none;
      }
      .info_footer {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        text-align: left;
        margin:0 0 20px;
      }
      .politics_privacies {
        position: relative;
        top: 0;
        right: 0;
      }
      .promo_1 {
        background-size: 100% 27px;
        height: 27px;
      }
      .main_page .logo {
        background-size: 43px 57px;
        width: 43px;
        height: 87px;
      }
      .logo {
        background-size: 23px 47px;
        width: 23px;
        height: 47px;
  
        top: 9px;
        left: 9px;
      }
      .modal__content {
        padding: 10px;
      }
      .w-330 {
        width: 100%;
      }
      .h5 {
        line-height: 1;
      }
      .modal__close_btn {
        right: 0;
      }
      .application{
        display: none;
      }
      .promo {
        width: 100%;
        /*height: 223px;*/
        height: 332px;
        left: 0;
        transform: none;
      }
      .promo .main_list .fig {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
  /*height: 223px;*/
  height: 332px;
  overflow: hidden;
      }
      .promo .main_list .fig .img{
       width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        object-fit: cover;
      }
      .promo .context {
        width: 90%;
        left: 9px;
        bottom: auto;
        top: 30px;
      }
      .promo .context .title {
        font-size: 22px;
      }
      /*.promo .tabs {
        left: 9px;
      }*/
      .side + .content {
        float: none;
        width: calc(100% - 18px);
        min-width: auto;
  max-width: none;
      }
      .crumbs {
        margin: 0 0 10px 0;
        padding: 0;
      }
      .services_list_1 {
        margin: 0 0 20px -10px;
        padding: 0;
      }
      .services_list_1 .item {
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
      }
      .services_list_1 .fig {
        height: 0;
        width: calc(100% - 4px);
        padding: 0 0 100%;
      }
      .services_list_1 .link {
        font-size: 16px;
      }
      .h1 {
        line-height: 1;
      }
      .h2 {
        line-height: 1;
      }
      .h3 {
        line-height: 1;
      }
      .fig_1 {
       float: none;
        width: 100%;
        /* height: 302px; */
        margin: 0 auto 10px;
      }
      .fig_1 .img {
        max-width: none;
        max-height: none;
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            object-fit: cover;
           
   
      }
      .send {
        margin: 0 0 12px 0;
      }
      .content p img{
        width: 100%;
        float: none;
        margin: 0 0 10px !important;
      }
      .modal__content{
        width: calc(100vw - 20px);
      }
      
      .modal_lightbox__image {
        width: 100%;
      
      }
      .modal_lightbox__image img{
        width: 100%;
      
      }
      .projekt_list {
        margin: 0 0 17px;
      }
      .projekt_list .item {
        width: calc(100% - 2px);
        margin: 0 0 5px;
      }
      .projekt_list .item:nth-child(6n-5) {
        width: calc(100% - 2px);
        height: 199px;
      }
      .projekt_list .item:nth-child(6n-4) {
        width: calc(100% - 2px);
        height: 199px;
      }
      .projekt_list .item:nth-child(6n-3) {
        width: calc(100% - 2px);
        height: 199px;
      }
      .projekt_list .item:nth-child(6n-2) {
        width: calc(100% - 2px);
        height: 199px;
      }
      .projekt_list .item:nth-child(6n-1) {
        width: calc(100% - 2px);
        height: 199px;
      }
      .projekt_list .item:nth-child(6n) {
        width: calc(100% - 2px);
        height: 199px;
      }
      .projekt_list .fig{
        width: 100%;
        height: 199px;
        position: relative;
        overflow: hidden;
      }
      .projekt_list .img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        object-fit: cover;
      }
      .certificate_list {
        margin: 0 0 0 -10px;
      }
      .certificate_list .item {
        margin: 0 0 15px 10px;
        width: calc(50% - 10px);
      }
      .certificate_list .fig {
        height: 208px;
      }
      .services {
        margin: 0 0 24px 0;
      }
      .partner_list{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -10px;
      }
      .partner_list .item {
        margin: 0 0 15px 10px;
        width: calc(50% - 10px);
      }
      .partner_list .fig {
        float: none;
        width: calc(100% - 4px);
        height: 0;
        margin: 0 0 10px;
        padding: 0 0 100%;
      }
      .partner_list .fig .img {
       
        max-width: 100%;
        max-height: 100%;
      }
      .partner_list .title {
        margin: 0;
      }
      .we_numbers_block {
        margin: 20px 0 15px;
      }
      .we_numbers_list {
        margin:0 0 0 -11px;
      }
      .we_numbers_list .item {
        width: calc(50% - 11px);
        margin:0 0 21px 11px;
        font-size: 16px;
        color: #292929;
      }
      .we_numbers_list .item:first-child {
        width: calc(100% - 11px);
      }
      .we_numbers_list .title {
        height: auto;
      }
      .we_numbers_list .box {
        color: #292929;
      }
      .we_numbers_list .number {
        font-family: "proxima_nova_regular", sans-serif;
        font-size: 28px;
        color: #292929;
      }
      .cookie .box {
		display: block;
		text-align: center;
	}
    .send_request_header {
        display: none;
	}
    .main_page .header::before {
        display: none;
    }
	.cookie .text {
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}
      .main_page .content {
        padding:0 9px;
      }
      .about_block .left_block {
        width: 100%;
        padding:43px 0 0;
        font-size: 16px;
      }
      .about_block .left_block::after {
        width: calc(100% + 18px);
        top: 0;
        bottom: 0;
        right: -9px;
        z-index: -1;
        left: -9px;
      }
      .about_block .left_block::before {
        width: auto;
        right: -9px;
        left: -9px;
      }
      .about_block .h1 {
        font-size: 23px;
      }
      .about_block .right_block {
            width: auto;
            padding:20px 0 0;
            font-size: 16px;
          
      }
      .about_block .box {
        margin:0 0 16px;
      }
      .about_list .fig {
        margin:0 auto 27px;
      }
      .key_customers_block {
        margin:0 0 11px;
      }
      .key_customers_block .h3 {
        margin:0 0 23px;
        padding:22px 0 18px;
        font-size: 24px;
      }
      .key_customers_list {
        flex-direction: column;
      }
      .key_customers_list::after {
        display: none;
      }
      .key_customers_list::before {
        display: none;
      }
      .key_customers_list .item {
        width: 100%;
        font-size: 26px;
        margin:0 0 10px;
      }    
      .key_customers_list .text {
        top: 12px;
        right: 12px;
        left: 12px;
      }  
      .partners_block {
        margin:0 0 17px;
        padding:16px 0 19px;
      }
      .partners_block .h4 {
        margin:0 0 18px;
        font-size: 24px;
      }
      .partners_list {
        margin:0 0 0 -10px;
      }
      .partners_list .item {
        width: calc(50% - 10px);
        margin:0 0 10px 10px;
        -webkit-transform:none;
        transform: none;
        opacity: 1;
        visibility: visible;
      }
      .certificates_block {
        margin:0 0 21px;
      }
      .certificates_block .h3 {
        margin:0 0 21px;
        font-size: 24px;
      }
      .carousel_4 .splide__slide {
        padding:0 8px;
        font-size: 16px;
      }
      .map_block {
        height: auto;
        padding:0;
        position: relative;
      }
      .map_block .text {
        height: auto;
      }
      .map_block .box {
        margin: 0 0 20px;
        padding:10px;
      }
      .map_block .box::after {
        border-radius:6px;
        right: 0;
      }
      .map_block .box::before {
        display: none;
      }
      .map_block .h3 {
        margin:0 0 11px;
        font-size: 20px;
      }
      .map_block> .fig {
        width: 100vw;
        height: 300px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
      }
      .map_block> .fig {
        width: calc(100% + 18px);
        height: 300px;
        position: relative;
        left: 0;
        transform: none;
        margin:0 -9px;
      }

      .btn_6 {
    width: calc(100% - 11px);
}
      .about_list {
        margin:0;
        flex-direction: column;
      }
      .about_list .item {
        width: 100%;
        margin:0 0 12px;
        font-size: 16px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
      }
      .modal_box_form .modal__content {
        width: auto;
        padding:96px 10px;
      }
      .modal_box_form .modal__content .h5 {
        font-size: 24px;
        margin:0 0 20px;
      }
      .modal_box_form .modal__content .grey_block {
        margin:0 0 17px;
      }
      .modal_box_form .modal__content .grey_block .label {
        width: 100px;
        font-size: 18px;
      }
      .mb-55 {
        margin-bottom: 20px !important;
      }
      .modal_box_form .modal__content .in_2 {
        flex-direction: column;
        margin:0 0 20px;
      }
      .modal_box_form .modal__content .in_2 .into {
        width: 100%;
        margin:0 0 20px;
      }
      .modal_box_form .modal__content .btn_5 {
        width: 100%;
      }
      .label_2 {
        width: 87%;
        line-height: 1.2;
      }
      .modal_box_form .c-70 {
        width: calc(100% - 101px);
      }
      .modal_box_form .modal__content .field {
        padding:15px 11px;
        font-size: 16px;
      }
}
@media print {
    

    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }
    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }
    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    nav {
        display: none;
    }
}