*{
    margin: 0;
    padding: 0;
}
/* montserrat-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/montserrat-v25-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/montserrat-v25-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/montserrat-v25-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/montserrat-v25-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/montserrat-v25-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/montserrat-v25-cyrillic_latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-500 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/montserrat-v25-cyrillic_latin-500.eot'); /* IE9 Compat Modes */
    src: url('/fonts/montserrat-v25-cyrillic_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/montserrat-v25-cyrillic_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/montserrat-v25-cyrillic_latin-500.woff') format('woff'), /* Modern Browsers */
         url('/fonts/montserrat-v25-cyrillic_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/montserrat-v25-cyrillic_latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* playfair-display-regular - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/playfair-display-v30-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/playfair-display-v30-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/playfair-display-v30-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/playfair-display-v30-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/playfair-display-v30-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/playfair-display-v30-cyrillic_latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  }
:target{scroll-margin-top:120px;}
body{
    font-family: 'Montserrat';
}
h1{
    font-family: 'Playfair Display';
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #fff;
}
h2{
    font-size: 40px;
    font-weight: 400; 
    font-family: 'Playfair Display';
}
h3{
    font-size: 32px;
    font-weight: 700; 
}
h2,h3,h4,p{
    margin: 0;
    padding: 0;
}
a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
}
button{
    outline: none;
}
section{
    padding: 100px 250px;
}
.container{
    margin: 0;
    max-width: 1420px;
}
.spec{
    padding: 0;
}
:root{
    --main: #E24040;
    --gray: #585858;
    --gr_light: #F6F6F6;
}
#desk_uslugi{
    display: none;
}
#mobile{
    display: none;
}
.fixed-top{
    background: #fff;
}
nav{
    margin: 20px 130px;
}
.navbar-collapse{
    flex-grow: 0;
}
.navbar_flex{
    display: flex;
    justify-content: space-between;
}
.city{
    display: flex;
    align-items: center;
}
.city p{
    margin-left: 10px;
}
.tel{
    margin-left: 20px;
    font-size: 20px;
    color: var(--main);
    font-weight: 500;
    transition: .4s;
}
.tel:hover{
    color: #000;
}
.nav_cont{
    display: flex;
    align-items: center;
}

/* main */
.main{
    background-image: url('/img/main_bg.png');
    height: 1000px;
    background-position: center;
    background-size: cover;
    margin: 0;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.text{
    padding-top: 180px;
}
.text_p{
    margin-top: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.text p{
    color: #fff;
    max-width: 750px;
    line-height: 2;
}
.btn_main{
    background: var(--main);
    padding: 20px 46px;
    border: 1px solid var(--main);
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-top: 70px;
    transition: .4s;
}
.btn_main:hover{
    background: transparent;
}
.btn_main_1{
    background: var(--main);
    border-radius: 50px;
    padding: 20px 46px;
    border: 1px solid var(--main);
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    transition: .4s;
}
.btn_main_1:hover{
    background: transparent;
    color: var(--main);
}
.scroll{
    margin-top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.scroll img{
    margin-right: 20px;
}
.scroll p{
    margin-top: 0;
}
.scroll:hover> img{
    animation: MoveRight 0.3s forwards, MoveLeft 0.2s forwards 0.2s;
}
@keyframes MoveRight {
    to {
      transform: translate3d(0px, 30px, 0);
      opacity: 0;
    }
}
@keyframes MoveLeft {
    from {
      transform: translate3d(0px, -30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
}

/* podlozka */
.podlozka{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 300px;
    background: var(--main);
}
.text_podlozka{
    display: flex;
    align-items: center;
    color: #fff;
}
.line_hor{
    display: block;
    height: 60px;
    width: 1px;
    background: #fff;
    margin-right: 20px;
}
.text_podlozka p{
    max-width: 730px;
}
.btn_white{
    background: #fff;
    border-radius: 50px;
    padding: 20px 70px;
    border: 1px solid #fff;
    font-weight: 600;
    color: var(--gray);
    font-size: 18px;
    transition: .4s;
}
.btn_white:hover{
    background: var(--main);
    color: #fff;
    font-size: 18px;
}

/* анимация кнопки меню */
.autoflash{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
 .flash{
   content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 3em;
display: block;
position: absolute;
top: 0;
left: -4.5em;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
-webkit-transition: none;
transition: none;
}
.lighting {
-moz-animation: moving 3s ease-in-out infinite;
-ms-animation: moving 3s ease-in-out infinite;
-o-animation: moving 3s ease-in-out infinite;
animation: moving 3s ease-in-out infinite;
}
@keyframes moving {  
 30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
    transform: skewX(-45deg) translateX(33.5em);   
    
    }
100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
    transform: skewX(-45deg) translateX(33.5em);   
    }
 }

 /* pre */
 .pre{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .pre_div{
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 230px;
    color: var(--main);
 }
 .pre_div h4{
    font-weight: 700;
    margin: 20px 0px;
 }

 /* uslugi */
 .gray{
    background: var(--gr_light);
    margin: 0;
    padding-top: 180px;
 }
 .uslugi_h2{
    margin-bottom: 30px;
 }
 .uslugi_h3{
    font-size: 28px;
    margin: 30px 0px;
 }
 .gray .row{
    margin-top: 50px;
    justify-content: space-between;
 }
 .usligi_div, .usligi_div_1, .usligi_div_2, .usligi_div_3, .usligi_div_4{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    box-shadow: 0px 4px 26px 3px rgba(83, 142, 200, 0.2);
    margin-bottom: 30px;
 }
 .usligi_div h3,  .usligi_div_1 h3,  .usligi_div_2 h3,  .usligi_div_3 h3,  .usligi_div_4 h3{
    font-size: 24px;
 }
 .usligi_div{
    padding: 50px;
    width: 460px;
    background: #fff;
    height: 480px;
 }
  .usligi_div.w446{
    width: 446px;
  }
 .usligi_div p,  .usligi_div_3 p{
    max-width: 350px;
    margin-top: 15px;
 }
 .usligi_div_1 p{
    max-width: 380px;
    margin-top: 15px;
 }
 .usligi_div_1{
    padding: 50px;
    width: 910px;
    background-image: url('/img/1.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
 }
 .usligi_div_4 p{
    max-width: 380px;
    margin-top: 15px;
 }
 .podlozka_mb{
    padding: 100px 0px;
 }
 .usligi_div_4{
    padding: 50px;
    width: 910px;
    background-image: url('/img/4.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
 }
 .usligi_div_2 p{
    max-width: 530px;
    margin-top: 15px;
 }
 .usligi_div_2{
    padding: 50px;
    width: 940px;
    background-image: url('/img/2.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 330px;
 }
 .usligi_div_3{
    padding: 50px;
    width: 430px;
    background-image: url('/img/3.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 840px;
 }
 .flex_div{
    display: flex;
    flex-direction: column;
    align-items: start;
 }
 .flex{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
 }
 .usligi_div, .usligi_div_1, .usligi_div_2, .usligi_div_3, .usligi_div_4, .usligi_div.w446{
    width: 31%;
    height: 500px;
    margin-right: 2%;
}

 /* модальное окно */
.btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal_item{
    position: relative;
    padding: 40px;
}
.modal-content{
    width: 600px;
}
.modal_item-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title{
    margin: 20px 0px 60px 0px;
    text-align: center;
}
.title h2{
    font-size: 32px;
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.input_modal{
    border: 1px solid #707070;
    padding: 18px 30px;
    width: 500px;
    margin-bottom: 30px;
}
.btn_form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
}
.btn_form button{
    padding: 20px 64px;
    background: var(--main);
    border-radius: 50px;
    border: 0px;
    font-weight: 600;
    color: #fff;
}
.btn_form p{
    font-size: 11px;
}
.btn_form a{
    text-decoration: underline;
    font-size: 11px;
}
label{
    width: 500px;
    text-align: left;
    margin-bottom: 10px;
}

/* этапы работы */
.white{
    display: flex;
    align-items: center;
    background: #fff;
    width: 160px;
    justify-content: center;
}
.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    width: 106px;
    border: 3px solid var(--main);
    background: #fff;
    border-radius: 50%;
}
.circle p{
    font-size: 40px;
    font-weight: 700;
    color: var(--main);
}
.circle_div{
    margin-top: 90px;
}
.circle_div h4{
    margin: 60px 0px 30px 0px;
    font-weight: 700;
}
.circle_div p{
    max-width: 340px;
}
.etap{
    position: relative;
    padding: 100px 0px;
}
.etap img{
    position: absolute;
    width: 100%;
    padding: 0;
    top: 290px;
    z-index: -1;
}
.pt{
    padding: 0px 300px;
}

/* neo */
.neo{
    padding: 100px 120px;
    width: 100%;
    background-image: url('/img/4.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text_neo{
    max-width: 655px;
}
.text_neo p{
    margin-top: 60px;
}
.btn_main.neo_btn{
    width: 360px;
}

/* swiper slide */
.swiper{
    height: 540px;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    width: 340px;
    height: 490px;
}
.swiper-pagination-bullet-active{
    background: var(--main);
}
.mt_p{
    margin-top: 20px;
    margin-bottom: 10px;
}
.secret{
    display: none;
}
.btn_main_1.mt{
    margin-top: 40px;
}
.content_toggle.disable{
    display: none;
}
/* monitoring */
.monitoring{
    margin-top: 30px;
    display: block;
    background: var(--gr_light);
    padding: 55px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.monitoring p{
    max-width: 540px;
}
.monitoring_icons{
    display: flex;
    align-items: center;
}
.monitoring_icon{
    display: flex;
    flex-direction: column;
}
.monitoring_icon.mr{
    margin-left: 60px;
}
.monitoring_icon img{
    height: 60px;
    width: 60px;
}
.monitoring a{
    color: #000;
    margin-bottom: 10px;
}

/* quest */
.qwest{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qwest_text{
    display: flex;
    align-items: center;
}
.qwest_text img{
    margin-right: 40px;
}
.qwest_text h4{
    margin-bottom: 40px;
}
.qwest_text p{
    max-width: 520px;
}
input{
    border: 1px solid #707070;
    padding: 18px 30px;
    width: 500px;
    margin-bottom: 30px;
    border-radius: 50px;
}

/* personal */
.personal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pers{
    display: flex;
    align-items: center;
    text-align: left;
    margin: 30px 0px;
}
.pers img{
    height: 120px;
    width: 120px;
    margin-right: 20px;
}
.pers_text h5{
    font-size: 18px;
    font-weight: 600;
}
.pers_text p{
    font-size: 14px;
}
/* footer */
footer{
    padding: 130px 250px;
    background: var(--main);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contacts{
    display: flex;
    flex-direction: column;
    align-items: end;
}
footer p{
    color: #fff;
}
.contacts a{
    color: #fff;
    margin-bottom: 10px;
}
.logo_white{
    color: #fff;
    margin-bottom: 10px;
}
.modal-dialog-centered{
    justify-content: center;
}
.logo a{
    color: #000;
}
.sec_uslugi{
    margin-top: 100px;
}
.sec_uslugi h2{
    margin-bottom: 40px;
}
.sec_uslugi p{
    color: #000;
    margin-bottom: 30px;
}
.sec_uslugi h4{
    font-family: 'Playfair Display';
    font-size: 24px;
    text-transform: uppercase;
    margin: 40px 0px;
}
.sec_uslugi ul li, .sec_uslugi ol li{
    margin-bottom: 20px;
}
.sec_uslugi .btn_main_1{
    margin-top: 30px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    height: 50px;
    margin-right: 20px;
}


/* new 08/09/22 */
.pers_row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
}
.pers_div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #888;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.pers_div p{
    font-size: 20px;
}
.descr{
    font-size: 14px !important;
}
.pers_descr{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 25%;
    align-items: start;
}
.staj{
    width: 10%;
}
.fio{
    width: 40%;
}




/* 14.03.23 */
.row>*{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.uslugi_row{
    margin-top: 80px;
}
.uslugi_div{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: 355px;
    padding: 20px;
    border: 1px solid #868686;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-image: url('/img/u1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.uslugi_div[data-name="two"]{
    background-image: url('/img/u2.jpg');
}
.uslugi_div[data-name="three"]{
    background-image: url('/img/u3.jpg');
}
.uslugi_div[data-name="four"]{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/img/u4.jpg');
}
.uslugi_div[data-name="five"]{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/img/u5.jpg');
}
.uslugi_div[data-name="six"]{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/img/u6.jpg');
}
.uslugi_div[data-name="seven"]{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/img/u8.jpg');
}
.uslugi_div[data-name="eight"]{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/img/u7.jpg');
}
.uslugi_div_p{
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.learn_more{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    color: #000;
}
.uslugi_div_last{
    display: block;
    height: 1px;
    width: 580px;
    background: #868686;
    transform: rotate(45deg);
    position: absolute;
    bottom: 190px;
    right: -100px;
}
.uslugi_img_bg{
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('/img/u1.jpg');
    background-size: cover;
    background-position: center;
    transition: .4s;
    z-index: 1;
}
.uslugi_div:hover > .uslugi_img_bg{
    width: 100%;
}
#uslugi h2, #uslugi_cons h2, #uslugi_uchet h2{
    font-family: 'Playfair Display';
    font-weight: 400;
    text-transform: uppercase;
}
.price_p{
    font-size: 18px;
    margin: 30px 0px;
    font-weight: 700;
}

/* about */
#about p{
    margin-bottom: 30px;
    max-width: 700px;
    font-size: 18px;
}
#about h2{
    margin-bottom: 60px;
}
.about_row{
    align-items: center;
    justify-content: space-between;
}
#about .btn_main{
    margin-top: 0;
}


/* 28.08.23 */
.field_text{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
.field_text h2{
    margin-bottom: 10px;
    font-size: 28px;
    margin-top: 40px;
}
.img_row{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.img_row_div{
    height: 300px;
    width: 200px;
    overflow: hidden;
}
.img_row_div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about_subtitle{
    margin-top: 40px;
    font-weight: 700;
}
.text_p{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin-top: 40px;
}
.scroll_icon{
    margin-top: 40px;
}
.table_overflow{
    margin-top: 20px;
}
.scroll_icon, .scroll_icon video{
    max-height: 40px;
    max-width: 40px;
}
#about_new_team, #info{
    padding-top: 120px;
}
#main.text_p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .text_p{
    align-items: center;
    justify-content: center;
}
p.weight{
    font-weight: 600;
    margin-top: 20px;
}
.field_text ul{
    margin: 0;
    margin: 20px 0px;
    padding-left: 20px;
}
#about_new_team p{
    margin-top: 20px;
}
#about_new_team h2{
    margin-bottom: 40px;
}








.mobile_760{
    display: none;
}