@font-face {
    font-family: 'HelveticaNeueCyrRoman';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
    url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrBold';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('HelveticaNeueCyr-Bold'),
    url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
    url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
    url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrLight';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: local('HelveticaNeueCyr-Light'),
    url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
body{
    font-family: 'HelveticaNeueCyrRoman', sans-serif;
    line-height: 1.4;
    color: #423f42;
}
.modal_title{
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
    margin: 1.5rem 0;
        font-family: BebasNeueBold, sans-serif;
}
.logo{
    display: block;
    width: 19.444rem;
}
.header_container {
    width: 89.7%;
    margin: 0 auto;
}
header {
    padding: 3.1rem 0;
    transition: all 0.25s;
}
.shadow{
    background-color: white;
}
.menu a {
    display: inline-block;
    margin-left: 2.6rem;
}
.slider_item {
    display: flex!important;
    height: 100vh;
    align-items: center;
    position: relative;
    color: white;
    background-color: #423f42;
}
.slider_item .container{
    position: relative;
    z-index: 1;
}
.slider_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.slider_text {
    padding-bottom: 0.5rem;
}
.container {
    width: 70.5rem;
}
.slider_text h2 {
    font-size: 2.756rem;
    margin-bottom: 0.9rem;
}
.slider_text p {
    font-family: 'HelveticaNeueCyrLight', sans-serif;
    line-height: 1.6;
}
.more_link {
    display: inline-block;
    margin-top: 1.9rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    color: white;
}
.slider_text .more_link:hover{
    color: white;
}
.more_link:hover span{
    border-color: transparent;
}
.more_link img {
    display: inline-block;
    vertical-align: middle;
    width: 1.222rem;
    margin-left: 0.3rem;
    position: relative;
    top: -1px;
}
.more_link span {
    vertical-align: middle;
    display: inline-block;
    border-bottom: 2px solid #01a8e6;
    padding-bottom: 0.15rem;
    transition: all 0.5s;
}
.slick-dots {
    position: absolute;
    left: 5.5rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    width: auto;
}
.slick-dots li {
    margin: 1.15rem 0;
    display: block;
}
.slick-dots li button {
    border: 1px solid rgba(255,255,255,0.4);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.1s;
    display: block;
    margin: 0 auto;
    position: relative!important;
}
.slick-dots li.slick-active button {
   border-color: transparent!important;
    width: 29px;
    height: 29px;
}
.about_link {
    position: absolute;
    top: -10.1rem;
    left: 3.5rem;
    transform: rotate(-90deg);
    color: white;
}
.about_link:after {
    content: "";
    width: 11rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #01a8e6;
    position: absolute;
    right: 119%;
}

.whatsapp {
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    outline: none !important;
    z-index: 999;
}
.whatsapp {
    position: fixed;
    right: 5.5rem;
    bottom: 3rem;
    color: #ffffff;
    height: 3.3rem;
    width: 3.3rem;
    background: #01a8e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none!important;
}

.whatsapp:after, .whatsapp:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 5px solid #01a8e6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.whatsapp:before {
    animation-delay: 0.8s;
    border: 5px solid #01a8e6;
    border-radius: 50%;
}
.whatsapp:after {
    animation-delay: 0.6s;
}
.whatsapp i {
    display: block;
    color: #fff;
}

.whatsapp.green{
    bottom: 8rem;
    background: #25d366;
}
.whatsapp.green:after, .whatsapp.green:before{
    border-color: #25d366;
}

.whatsapp.to_top{
    bottom: 13rem;
    font-size: 1rem;
    padding-bottom: 0.2rem;
}
.whatsapp.to_top:after, .whatsapp.to_top:before{
    display: none;
}

@keyframes ring {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}
@keyframes phone {
    20% {
        transform: rotate(-30deg);
    }
    80% {
        transform: rotate(390deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
a:hover, a.active, .active a{
    color: #01a8e6;
}
#box-2 {
    padding-top: 3.3rem;
}
.preim_item {
    height: 11.1rem;
    border: 1px solid #dae5ea;
    padding: 1rem 1rem;
    text-align: center;
    border-bottom: 4px solid #01a8e6;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.preim_item h4 {
    font-size: 3.3rem;
    margin-bottom: 0.2rem;
}
.preim_item p{
    margin: 0;
    color: #555555;
}

.video_item{
    border: none!important;
}
.video_item p{
    font-family: HelveticaNeueCyrMedium, sans-serif;
    margin-top: 1rem;
}

.play_btn {
    box-shadow: 0px 0px 30px 0px rgba(1, 168, 230, 0.4);
    background-color: #01a8e6;
    color: white;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    padding-left: 0.3rem;
}
.play_btn:hover{
    color: white;
    box-shadow: 0px 0px 30px 0px transparent;
}
.preim_row{
    margin: 0 -10px;
    padding-right: 5.6rem;
}
.preim_row .mb_30{
    margin-bottom: 20px;
    padding: 0 10px;
}

#main_preims{
    padding-top: 4rem;
}
.about_text{
/*    padding-top: 2.8rem;*/
    margin-left: -0.3rem;
    font-size: 0.957rem;
}
.content h1, .content h2 {
    text-transform: uppercase;
    font-size: 2.43rem;
    margin-bottom: 1.7rem;
}
.about_text .more_link , .com_text .more_link, .more_box .more_link{
    color: #423f42;
    margin-top: 1rem;
    font-size: 1rem;
}
.more_box .more_link{
    position: absolute;
    right: 0;
    top: -0.3rem;
}
.video_img {
    height: 13.3rem;
    position: relative;
}
.v_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_box .play_btn {
    position: absolute;
    right: 1.1rem;
    bottom: 0;
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.1rem;
    box-shadow: 0px 0px 30px 0px rgba(1, 168, 230, 0.4);
    transition: all 0.35s;
    z-index: 3;
}
.v_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#box-3 {
    padding-top: 5.5rem;
    position: relative;
    padding-bottom: 1.6rem;
}
.page #box-3{
    padding-bottom: 0;
}
#box-3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 13.5rem;
    background-color: #f2f2f2;
    right: 0;
}
#box-3 .container{
    position: relative;
    z-index: 2;
}
.video_row .slick-list{
    margin: 0 -10px;
}
.video_row .col-md-4{
    padding: 0 10px;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.video_box{
    display: block;
}



.video_box h4 {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    margin-top: 1rem;
    margin-bottom: 0;
    text-transform: unset;
    font-size: 1rem;
}
.dots_bottom .slick-dots {
    position: static;
    transform: none;
    margin-top: 2.6rem;
    width: 100%;
    text-align: center;
    height: 30px;
}
.dots_bottom .slick-dots li{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.dots_bottom .slick-dots li button{
    border-color: #9a989a;
  }
#box-5 {
    padding-top: 6.6rem;
    padding-bottom: 6.6rem;
    background-color: #f2f2f2;
}
.com_img {
    height: 28.4rem;
    width: calc(100% + 0.5rem);
}
.com_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.com_text {
    padding-left: 1.5rem;
    margin-top: -0.3rem;
}
.section_title {
    font-size: 2.42rem;
    margin-bottom: 1.9rem;
}
.com_name{
    font-size: 1.65rem;
    margin-bottom: 0.3rem;
}
.position {
    color: #01a8e6;
    font-size: 0.956rem;
}
.icons a {
    display: inline-block;
    margin-bottom: 0.6rem;
    margin-right: 1rem;

}
.icons {
    margin-top: 1.6rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
.icons i {
    display: inline-block;
    margin-right: 0.7rem;
    font-size: 1.3rem;
    color: #01a8e6;
}
.icons i.fa-envelope {
    font-size: 0.7rem;
    margin-right: 0.5rem;
}
.c_item{
    margin: 0 10px;
    height: 8.2rem;
    cursor: pointer;
    position: relative;
    background-color: #01a8e6;
}
.c_item:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background-color: #01a8e6;
    opacity: 0;
    transition: all 0.35s;
}
.c_item.slick-current:after{
    opacity: 1;
}
.c_item.slick-current img{
    opacity: 0.8;
}

.c_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
    object-position: top;
}
.command_list .slick-list{
    margin: 0 -10px;
}
.command_list{
    margin-top: -12.2rem;
}
.com_text .more_link {
    margin-top: 2.3rem;
}
.command_list .slick-next {
    background-image: url(../img/next-1.png);
    border-color: #9c9a9c;
    transform: none;
    top: -16.1rem;
    right: 0.15rem;
}
.command_list .slick-prev{
    background-image: url("../img/prev-2.png");
    border-color: #9c9a9c;
    transform: none;
    top: -11.7rem;
    right: 0.15rem;
}
.command_slider .row{
    display: flex!important;
}
#box-6 {
    padding-top: 6.1rem;
}
.part_item{
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 1px solid #dae5ea;
    height: 6.9rem;
    margin: 0 10px;
    padding: 0.5rem;
    position: relative;
}
.part_item:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    content: "";
    background-color: #01a8e6;
    transition: all 0.35s;
    opacity: 0;
}
.part_item:hover:after{
    opacity: 1;
}
.part_item img{
    max-height: 100%;
    max-width: 100%;
}
.part_slider .slick-list{
    margin: 0 -10px;
}
.index_form .main_form{
    margin-bottom: 0;
}
#box-7{
    padding-top: 5rem;
    position: relative;
    padding-bottom: 4rem;
}
#box-7:after{
    position: absolute;
    content: "";
    top: 21.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f2f2;
}
#box-7 .container{
    position: relative;
    z-index: 1;
}
.news_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    height: 100%;
}
.news_item:hover .news_img img{
    opacity: 0.6;
}
.news_item:hover .plus{
    opacity: 1;
}
.news_item:hover .plus img{
    animation: rotateIn 0.5s;
}
.news_img {
    height: 11.7rem;
    background-color: #423f42;
    position: relative;
}
.plus {
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7b797b;
    transition: all 0.35s;
}
.plus img{
    width: 1.625rem;
}
.news_im{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.news_row{
    margin: 0 -10px;
}
.news_row .mb_30{
    padding: 0 10px;
}
.news_text {
    padding: 2rem 2.3rem;
    padding-right: 1rem;
}
.news_text h4 {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    font-size: 1rem;
    text-transform: unset;
    margin-bottom: 0.7rem;
}
.news_text p {
    margin: 0;
    font-size: 0.956rem;
    line-height: 1.3;
    color: #555555;
}
.news_bottom {
    border-top: 1px solid #dae5ea;
    padding: 1.2rem 2.3rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    font-size: 0.78rem;
    color: #555555;
}
.news_row .mb_30{
    margin-bottom: 20px;
}
.main_form {
    background-image: url("../img/bottom.png");
    background-size: cover;
    background-position: bottom left;
    padding: 4.5rem 5.9rem;
    padding-bottom: 4.9rem;
    position: relative;
    margin-bottom: -5rem;
}
.form_text .content{
    color: #555555;
}
.form-control::placeholder{
    color: #999999;
}
.form-control {
    font-family: HelveticaNeueCyrRoman, sans-serif;
    border-radius: 0;
    height: auto;
    padding: 0.9rem 1.3rem;
}
.form-group {
    margin-bottom: 1.2rem;
}
.form_row form {
    display: block;
    padding-top: 0.5rem;
}
textarea.form-control{
    padding-bottom: 1.5rem;
}
.btn {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    background-color: #01a8e6;
    color: white;
    border-radius: 0;
    padding: 0.9rem 2.1rem;
}
footer a,footer{
    color: white;
}
footer a:hover{
    color: #01a8e6;
}
.btn:hover{
    background-color: #0f1051;
    color: white;
}
.policy {
    font-size: 0.84rem;
}
.policy p{
    margin: 0;
}
.policy a{
    color: #01a8e6;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
#box-8{
    padding-top: 5.3rem;
}
.footer_top {
    padding-top: 3.1rem;
    padding-bottom: 2.9rem;
    border-bottom: 1px solid #555355;
}
.footer_top a{
    display: block;
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
.ft_text{

}
.ft_text p{

}
.footer_center {
    padding-top: 4.6rem;
    border-bottom: 1px solid #555355;
    padding-bottom: 3.8rem;
}
.footer_logo {
    display: block;
    width: 22.889rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.fp_list a {
    display: block;
    font-family: HelveticaNeueCyrBold, sans-serif;
    font-size: 1.34rem;
}
.socials {
    margin-top: 1rem;
}
.socials a {
    display: inline-block;
    margin-left: 1.5rem;
    font-size: 1.3rem;
    color: rgba(255,255,255,0.7);
}
footer{
    background-color: #423f42;
    padding-top: 4.8rem;
}
.footer_bottom {
    padding: 1.7rem 0;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.3);
}
.footer_bottom a{
    color: rgba(255,255,255,0.3);
}
.footer_bottom a:hover{
    color: white!important;
}
.footer_bottom img {
    margin-left: 0.7rem;
}
.footer_menu a{
    color: white;
}
.footer_menu a:hover, .footer_menu a.active{
    color: #01a8e6;
}
.all_header{
    background-color: white;
    border-bottom: 1px solid #dae5ea;
}
.page {
    padding-top: 11rem;
}
.page h1{
    font-size: 2.76rem;
    margin-bottom: 2rem;
}
.cont_box {
    border: 1px solid #dae5ea;
    border-bottom: 4px solid #01a8e6;
    padding: 4.1rem 3.4rem;
    color: #555555;
    background-color: white;
    pointer-events: painted;
}
.cont_box a{
    display: block;
    color: #555555;
}
.el_list {
    margin-top: 1.1rem;
    font-size: 0.95rem;
}
.cont_box .socials a {
    margin: 0;
    margin-right: 1.5rem;
    color: #555555;
    display: inline-block;
}
.cont_address {
    line-height: 1.3;
}
.cont_box a:hover{
    color: #01a8e6;
}
.map {
    height: 32.6rem;
}
.cont_row{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.cont_section .container{
    position: relative;
    z-index: 1;
}
.cont_section{
    position: relative;
}
.ft_text a{
    display: block;
}
.cont_section:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13.6rem;
    content: "";
    background-color: #dae5ea;
}
.cont_page_form{

}
#box-8.cont_page_form{
    background-color: transparent;
}
#box-contacts .main_form {
    background-image: none;
    padding: 0;
    margin: 0;
    padding-bottom: 6rem;
    position: relative;
}
#box-contacts {
    padding-top: 6rem;
    background-color: #dae5ea;
}
footer.cont_footer{
    padding-top: 0;
}
.form-flex .g-recaptcha{
    /*margin-right: 1rem;*/
}
.element2 {
    position: absolute;
    left: -2rem;
    bottom: 0;
    width: 26.167rem;
}


.about_page .preim_row{
    margin-top: 2.6rem;
    padding: 0;
}
.about_page_text{
    padding-top: 3rem;
}
.content h3{
    font-size: 1.66rem;
    margin-bottom: 2rem;
}
.page #box-3 {
    padding-top: 2.6rem;
}
.page #box-3:after {
    top: 10.6rem;
}
.d_img{
    padding-right: 8px;
}
#director{
    padding-top: 4.4rem;
    background-color: #f2f2f2;
}
.di_text {
    padding-left: 1.5rem;
    /*padding-top: 3rem;*/
}
#director .com_name {
    margin-top: 2.1rem;
}
.main_bg{
    background-color: #f2f2f2;
}
.page .news_item{
    border: 1px solid #dae5ea;
}
.page .news_img{
    margin: -1px;
}
.service_preim{
    text-align: center;
    border: 1px solid #dae5ea;
    background-color: white;
    height: 100%;
    padding-bottom: 1rem;
    border-bottom: 4px solid #01a8e6;
}
.service_img {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.3rem 0;
}
.service_img img{
    max-height: 100%;
}
.service_preims{
    margin-top: 4.5rem;
    padding-top: 0;
}
.service_row{
    margin: 0 -10px;
}
.service_row .col-md-3{
    padding: 0 10px;
}
.service_preim h4{
    font-size: 1.3rem;
}
.service_preim p {
    margin: 0;
    font-size: 0.95rem;
}
.service_preims{
    position: relative;
}
.service_preims .container{
    position: relative;
    z-index: 1;
}
/*.service_preims:after{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 22rem;*/
/*    content: "";*/
/*    background-image: url("../img/service.jpg");*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/
.service_page .about_page_text {
    padding-top: 4.2rem;
}
.service_bottom {
    margin-top: 4.3rem;
    padding-top: 4.3rem;
    background-color: #f2f2f2;
}
.sb_item{

}
.sb_item h4 {
    position: relative;
    font-size: 1.34rem;
}
.sb_item h4:before {
    display: block;
    width: 3.4rem;
    height: 2px;
    background-color: #01a8e6;
    content: "";
    margin-bottom: 1rem;
}
.white_header .logo {
    filter: brightness(0) invert(1);
}
.white_header a{
    color: white;
}
.white_header a:hover, .white_header a.active{
    color: #01a8e6;
}
.no_img{
    width: 100%;
    height: 100%;
    background-image: url("../img/logo_gray.png");
    background-size: 10rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
}
.c_item .no_img{
    background-image: url("../img/no_user.png");
    background-size: 5rem;
}
.com_img .no_img{
    background-image: url("../img/no_user.png");
    background-size: 11rem;
}
.command_page #box-5 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.rev_box{
    background-color: white;
    padding: 1rem;
    height: 100%;
}
.rev_box p{
    font-size: 0.9rem;
    text-align: justify;
}
.video_row .slick-list{
    display: flex;
}
.video_row .slick-track{
    display: flex;
}
.to_top{
    opacity: 0;
    pointer-events: none;
}
.to_top.factive{
    opacity: 1;
    pointer-events: painted;
}