.main-menu{
    display:flex;
    align-items:center;
    list-style-type: none;
    margin:0;
    padding:0;
    width: 100%;
    justify-content: space-between;
}
.main-menu__item{
    margin-left:30px;
    position:relative;
}
.header-menu-hidden{
    position:absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding:20px;
    opacity:0;
    visibility:hidden;
    transition: .3s;
}

.header-menu-hidden .main-menu__item{
    margin-left: 0px;
    margin-bottom: 15px;
}
.header-menu-hidden .main-menu__item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
    white-space: nowrap;
}
.main-menu__item:first-child{
    margin-left:0px;
}
.burger__wrapper{
    display:none;
}
.tel-div{
    flex-direction:row;
    align-items: center;
}
.btn{
    background: linear-gradient(180deg, #4F92F6 0%, #37466A 100%);
    border-radius: 7px;
    text-transform:uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 20px;
    white-space: nowrap;
    display:block;
    transition:1s;
    cursor:pointer;
    border:none;
}
.btn:hover{
    background: linear-gradient(180deg, #3660A0 0%, #182132 100%);
}

.header-tel-btn{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #222222;
    margin-right:20px;
    white-space: nowrap;
    display:block;
}
.navbar{
    align-items: center;
}
.navbar-right-side{
    flex: 0 1 50%;
}
.logo__wrapper{
    flex: 0 1 12%;
}
.navbar-left-side{
    flex: 0 1 31%;
}
.main-menu__item a{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
}
.white-navbar-core{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(46px);
}

.burger__wrapper{
     width:40px;
    height: 20px;
    position:relative;
    cursor:pointer;
}
.burger__wrapper:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 2px;
    background: #000;
    transition:0.3s;
}
.burger__wrapper:before{
    content:'';
    position:absolute;
    top:auto;
    bottom:0;
    left:0;
    width: 100%;
    height: 2px;
    background: #000;
    transition:0.3s;
}
.burger__wrapper span{
    position:absolute;
    top:9px;
    left:0;
    width: 100%;
    height: 2px;
    background: #000;
    transition:0.3s;
}



.burger__wrapper.active:after{
    top:7px;
    transform:rotate(-45deg);
}
.burger__wrapper.active:before{
    bottom:10px;
    transform:rotate(45deg);
}
.burger__wrapper.active span{
    opacity:0;
}


.mobile-menu__wrapper{
    position:fixed;
    top:100px;
    left:0;
    width: 100%;
    height: 100%;
   visibility:hidden;
   opacity:0;
    z-index: 9;
    transition:0.3s;
}
.mobile-menu__wrapper.active{
    visibility:visible;
   opacity:1;
}
.mobile-menu__wrapper:after{
    content:'';
    position:absolute;
    background:#303036;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.mob-memu__content{
    display:flex;
    justify-content:start;
    height: 100%;
   
}

.mob-menu-content__wrapper{
    position: relative;
    z-index: 9;
    width: 320px;
    background: #fff;
     transform: translateX(-150%);
    transition:1s;
    overflow: auto;
}
.mob-menu-content__wrapper.active{
    transform: translateX(0);
}

.mobile-menu{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
}
ul{
    list-style-type: none;
    margin:0;
    padding:0; 
}
.mobile-menu__item a{
   color: #222222;
}
.mobile-menu__item{
    padding:12px 20px;
    border-bottom:2px solid #F8F8F8;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #333333;
    position:relative;
}
.white-navbar-core{
    transition:1s;
}
.white-navbar-core.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff;
    padding-top:0;
}

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.section.main-page-hero-section{
    height: auto;
    min-height: auto;
}
._main-slider-slide{
    position:relative;
}
.slider-content{
    position:absolute;
    width:100%;
    height: 100%;
    left:0;
    display: flex;
    align-items: center;
}
.slider-text{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    color: #FFFFFF;
    max-width: 640px;
    text-align: left;
    margin-bottom:40px;
}
.slider-content__wrap{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.btn.btn-big{
    padding:16px 40px;
}
.swiper-scrollbar-drag{
    background:#fff;
}

.h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #222222;
}
.service-sect__content{
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.service-sect__item{
    flex: 0 1 30%;
    height: 285px;
    margin:20px;
    transition:.3s;
}
.service-sect-item__link{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding:30px;
}
.service-sect-item__title{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #4C87E2;
    margin-bottom:8px;
}
.service-sect-item__sub-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
}
.service-sect__item:hover{
    background-position: 108% -18px !important;
    box-shadow: 0 0 10px gray;
}
.service-section .section__header{
    margin-left:20px;
}
.service-sect__btn{
    display: flex;
    justify-content: center;
}
._stock-sect__item{
    height: 380px;
    transition: .3s;
    background-size: 100% 100%;
    transition: ease-in-out .3s;
    flex:0 1 30%;
}
._stock-sect__item:hover{
    background-position: 100% 0 !important;
    background-size: 110% 110%;
}
.main_stock_link p{
    color:#fff;
}
.section{
    padding-bottom: 0px;
}
._stock-sect-list{
    justify-content:center;
}
.adv__item{
    display: flex;
    align-items: flex-start;
    flex: 1 1 40%;
    margin: 20px;
}
.adv__item img{
    display: block;
    margin-right: 20px;
}
.adv__list{
    display: flex;
    flex-wrap: wrap;
}
.form-section{
    background: url('../../assets/img/road-clound-sky-moutain-background 2.jpg') 0 50%/cover no-repeat;
}

.section.form-section{
    padding:64px 0;
}
.banner-form__title{
    font-weight: 550;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom:16px;
}
.banner-form__subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.banner-form__body{
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    border-radius: 7px;
    padding:32px;
    flex: 0 1 50%;
    position: relative;
    z-index: 1;
}

.banner-form__wrapper{
    display: flex;
    justify-content: flex-end;
}
.banner__form{
    margin-top:32px;
    margin-bottom:27px;
    display: flex;
    justify-content: space-between;
}
.banner-form__input{
    padding:12px 24px;
    background: #FFFFFF;
    border: 1px solid #CDD0D2;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    margin-right: 20px;
}
.banner-form__input:placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B3B3B3;
}
.banner-form__input:focus{
    border:none;
}
.sub-form_text{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
}
.footer{
    background: #EBEBEB;
}
.footer-link{
    color:#222;
}
.footer-links-div{
    flex-direction: column;
        max-width: 180px;
}
.footer-link{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
    margin-bottom: 12px;
}
.footer-service__list{
    display:flex;
    flex-wrap:wrap;
    margin-top:18px;
}
.footer-service_link{
    flex:1 1 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    margin-bottom:12px;
}
.footer-link.footer-adress-link img{
    margin-right:10px;
}
.footer-contacts-div a{
    font-size:18px;
}
.footer-contacts-div{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.footer-contacts-div .navbar-number img{
    margin-right: 5px;
}
._work-time{
    padding-left:30px;
    margin-top:10px;
}
.footer-call__btn{
    display:block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4C87E2;
    margin-bottom:24px;
    padding-left:30px;
}
.footer-contacts-div .tel-div{
    margin-bottom:10px;
}
.footer .social-icons{
    position:static;
    display:flex;
    justify-content: space-evenly;
    margin-top: 25px;
}
.footer-soc__link{
    padding:7px;
    border:2px solid #222;
    border-radius: 6px;
}
.footer-soc__link i.fab{
    color:#222222;
}
.footer-soc__link:hover{
    background: linear-gradient(180deg, #4F92F6 0%, #37466A 100%);
    border:2px solid transparent;
}
.footer-soc__link:hover i.fab{
    color:#fff;
}
.page-top__wrapper{
    height: 99px;
    background: #E7E7E7;
}
.bread-crumb__wrapper{
    background: #E7E7E7;
    padding:18px 0;
}
.cz.top-header-cz{
    height: 320px;
}
.section.top-header-section{
    height: 500px;
}
.section.first-section._padding-bottom{
    padding-bottom:100px
}
.bread-crumbs-list{
    display:flex;
}
.form-section._stock-form{
    background: url('../../assets/img/Group72.png') 0 50%/cover no-repeat;
}
.banner-text{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 60px 16px;
}
._stock-header-line{
    margin-top:0;
    padding-bottom: 0;
}
p {
    margin-bottom: 10px;
    color: #222222;
    font-size: 16px;
    line-height: 26px;
}
.content__wrapper{
    padding-top:32px;
}
.stock_btn{
    display:flex;
    justify-content:left;
    margin-top: 20px;
}
.stock-content__bottom{
    margin-top:30px;
}
._stock-article-form{
    background: url('../../assets/img/road-clound-sky-moutain-background2(1).jpg') 0 50%/cover no-repeat;
    position:relative;
}
._stock-article-form:after{
    content:url(../../assets/img/image111327.png);
    position:absolute;
    top: -68px;
    left:0;
}
.section._stock-article-form{
    padding: 44px 0;
}
._stock-first-section{
    margin-bottom:160px;
}
._stock-article-form .banner-form__body{
    background: rgba(153, 181, 231, 0.3);
    backdrop-filter: blur(20px);
}
._stock-article-form .banner-form__title{
    color: #222222;
}
._stock-article-form .banner-form__subtitle{
    color: #222222;
}
._stock-article-form .sub-form_text{
    color: #222222;
}


.section.serv-art__top{
    padding-top:60px;
}
.serv-art-top{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom:60px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}
.serv-art-top__left{
    flex: 1 1 75%;
    padding-right: 20px;
   

}
.serv-art-top__left p{
     font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
}
.serv-art-top__right{
    flex: 0 0 25%;
}
.ser-art-price-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.serv-art__price p{
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #222222;
    margin-bottom: 0;
}
.serv-art-body__item{
    display: flex;
    align-items: center;
    margin-bottom:60px;
}
.serv-art-body__item:nth-child(odd){
    flex-direction: row-reverse;
}
.serv-art-item__img{
    flex: 1 1 35%;
}
.serv-art-item__img img{
    width: 100%;
}
.serv-art-item__text{
    flex: 1 1 50%;
    padding:20px;
}
.serv-art-item__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
}
.section.serv-art-body{
    padding-top:60px;
}
.serv-art__title{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #222222;

}
.section.serv-art-bottom{
    margin-bottom: 120px;
}
.serv-art-bottom__content .service-sect-item__link{
        text-align: left;
}
.crumbs__arrow{
    padding: 0 10px;
}
.to-sect-item__title{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #222222;
    text-align:center;
}
.toe-sect__item{
    flex:0 1 30%
}
.swiper-wrapper .service-sect__item{
    flex: 1 1 30%;
}
.serv-to__body{
    overflow-x: scroll;
}
.serv-to__table thead td{
    background: #96B3E1;
    border: 1px solid #D9D9D9;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding:10px 25px;
    width: 145px;
    min-width: 145px;
    text-align:center;
}
.serv-to__table thead td:first-child{
    width: 228px;
    min-width: 228px;
    text-transform: uppercase;
}
.serv-to__table tbody tr td:first-child{
    width: 228px;
    min-width: 228px;
    text-transform: uppercase;
    font-weight: 600;
}
.serv-to__table tbody tr td{
    border: 1px solid #D9D9D9;
    padding:16px;
}
.serv-to__table tbody tr{
    text-align:center;
}
.to-title{
    margin-bottom:24px;
}
.section.serv-art-body{
    padding-bottom:0;
}
.section.text-content{
    padding-bottom:80px;
    padding-top:0;
}
.text-content-btn{
    display:flex;
    justify-content:start;    
    margin-top: 20px;
}
.text-content__body{
    height: 150px;
    overflow: hidden;
}
.text-content__body.visible{
    height: auto;
}
.about-top__title{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #222222;
}
.about-top__text p{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #909090;
}
.about-top-item__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #4C87E2;
}
.about-top-item__subtitle{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.about-top-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-top__item{
    flex: 1 1 50%;
}
.about-top__img{
    max-width:100%;
}
.about-top__img img{
    width:100%;
}
.about-top__list{
    display: flex;
}
.about-top__text{
    margin-bottom:60px;
}
.section.about-top{
     padding-bottom:100px;
}
.service-specialists__wrapper {
    display: flex;
    margin-top: 25px;
    align-items: center;
}
.service-specialists__item {
    flex: 0 1 40%;
    min-width: 0;
    width: 580px;
    height: 370px;
}
.service-specialists__item._left-right {
    flex: 1 1 50%;
    min-width: 0;
    padding: 20px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 2px;
    left: auto;
}
.slide3_btn_next {
    top: auto;
    bottom: 0;
    right: 11px;
}
.slide3_btn_prev {
    top: auto;
    bottom: 0;
    left: auto;
    right: 58px;
}
.slide4_btn_prev, .slide4_btn_next{
    opacity:0;
    visibilty:hidden;
}
.service-specialists__item._left-item .swiper-slide {
    background: linear-gradient(65.94deg, #171D2B 36.6%, #16396D 140.4%);
    color: #fff;
}
.specialist-slide__text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.specialist_slider-1 {
    width: 100%;
    height: 100%;
    padding: 44px;
    text-align: left;
}
.specialist-slide__title {
    font-weight: 550;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 24px;
}
.specialist-slide__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 40px;
}
.mySwiper3 .swiper-button-next:after {
    content: url(../../assets/img/arrow-next1.svg);
    font-size: 5px;
    background: rgba(196, 196, 196, 0.4);
    backdrop-filter: blur(4px);
    padding: 19px 12px;
}
.mySwiper3 .swiper-button-prev:after{
    content: url(../../assets/img/arrow-next2.svg);
    font-size: 5px;
    background: rgba(196, 196, 196, 0.4);
    backdrop-filter: blur(4px);
    padding: 19px 12px;
}
.section.specialist-section{
    padding-bottom:100px;
}
.section.service-section{
    padding:100px 0;
}
.map-road-block{
    display:flex;
    flex-direction:column;
    background: linear-gradient(270deg, #4F92F6 0%, #37466A 100%);
    border-radius: 12px 0px 0px 0px;
    padding: 30px 20px 30px 26px;
}
.section.map-road-sect{
    padding-bottom: 100px;
}
.map-road-info{
    display:flex;
    justify-content:end;
    position:absolute;
    bottom:0;
    right:0;
    max-width:255px;
}
.map-road{
    position:relative;
}
.map-road__item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #FFFFFF;
}
.map-road__item{
    position:relative;
    padding-left: 30px;
    margin-bottom: 23px;
}
.map-road__item:last-child{
    margin-bottom: 0px;
}
.map-road__item:before{
    content:url(./../../assets/img/Outline.svg);
    position:absolute;
    top:0;
    left:0;
}
.map-road__item:nth-child(2) a{
    font-weight: 200;
}
.map-road__item:nth-child(2):before{
    content:url(./../../assets/img/fi_map-pin.svg);
}
.map-road{
    background-image: url('../../../assets/img/geely_map1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 426px;
}
.map-road img{
    width:100%;
}
.section h2{
    font-size:18px;
}
.map-road__logo{
    max-width:100%;
    margin-bottom: 20px;
}
.map-road__logo img{
    width: 100%;
}
.section_header{
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #222222;
    margin-bottom:22px;
}
.contact-call-back__btn{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4C87E2;
}
.contact-call-back__btn{
    margin-left:10px;
}
.navbar-number{
    font-size:18px;
}
.footer-contacts-div .footer-call__btn{
    font-size: 15px;
}
.remodal-overlay{
    background: rgba(43,46,56,.9) ;
}
.remodal{
    
    border-radius: 10px;
}
.section.map-road-sect.main{
    padding:40px 0;
}
.pop-up-h{
    text-align:left;
    margin-bottom: 16px;
}
.remodal-close-link{
    position:absolute;
    top:30px;
    right:30px;
}
.popup-form__subtitle{
    text-align: left;
    margin-bottom: 24px;
}
.pop-up-field{
    background: #FFFFFF;
    border: 1px solid #CDD0D2;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 24px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.pop-up-field:placeholder{
    font-size: 16px;
}
.section.serv-art-bottom{
    margin-bottom: 40px;
    padding-top: 60px;
}
.main-header-top__bg{
    display:none;
}
.footer-link.footer-adress-link{
        cursor: auto;
}
.bread-crumbs-list{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
}
.bread-crumbs-list li {
    position: relative;
    white-space: nowrap;
}
.contacts-line._flex-start .tels-h3{
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        text-align:left;
    }
.contacts-line._flex-start .tels-h3 span,
.contacts-line._flex-start .tels-h3 a{
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #A7A7A7;
}
.footer-adress-link._footer-address{
    display: flex;
    align-items: start;
    text-align: left;
    color: #222222;
}
.main-menu__item.active a{
    color: #4F92F6;
}
.main-menu__item:hover a{
    color: #4F92F6;
}
.main-menu .main-menu__item:hover .header-menu-hidden{
    opacity:1;
    visibility:visible;
}
.header-menu-hidden .main-menu__item a{
    color:#222;
}
.header-menu-hidden .main-menu__item:hover a{
    color: #4f92f6;
}
.header-menu-hidden .main-menu__item.active a{
    color: #4f92f6;
}
.main-menu__item.parrent{
    padding-right:15px;
}
.main-menu__item.parrent:before{
    content:'';
    position:absolute;
    height: 1.5px;
    width: 7px;
    background: #333333;
    top:50%;
    right: -0.8px;
    transform:translate(0,-50%) rotate(45deg);
    transition:ease-in-out .3s;
}
.main-menu__item.parrent:after{
    content:'';
    position:absolute;
    height: 1.5px;
    width: 7px;
    background: #333333;
    top:50%;
    right: -5px;
    transform:translate(0,-50%) rotate(-45deg);
    transition:ease-in-out .3s;
}
.main-menu__item.parrent:hover:before{
    transform:translate(0,-50%) rotate(-45deg);
    background: #4F92F6;
}
.main-menu__item.parrent:hover:after{
    transform:translate(0,-50%) rotate(45deg);
    background: #4F92F6;
}
.main-menu__item.active:before,
.main-menu__item.active:after
    {
        background: #4F92F6;
    }
.mob-menu-hidden{
    height: 0;
    overflow:hidden;
}
.mob-parrent.active .mob-menu-hidden{
    height: 100%;
}
.mob-menu-hidden .mobile-menu__item{
    border-bottom:none;
    font-weight: 400;
}

.mobile-menu__item.mob-parrent:before {
    content: url(/../../assets/img/mobile-arrow.svg);
    position: absolute;
     
    top: 13px;
    right: 21px;
    
}

.mobile-menu__item.mob-parrent.active:before{
    transform:  rotate(180deg);
}

.header-tel-btn._mobile-head-tel{
    display:none;
}
.mob-menu-social{
    margin-top: 20px;
    padding: 0 20px;
    
}
.mob-menu-social .social-icons{
    display: flex;
}
.mob-menu-social .social-icons .footer-soc__link{
    margin-right:16px;
}
body .remodal {
    max-width: 500px;
}
.pop-up-core{
    padding-bottom: 0;
}
.footer{
    padding-top: 40px;
    padding-bottom: 100px;
}
.main-menu{
    justify-content: flex-start;
}
.footer-bottom-callback{
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 1;
}
.footer-bottom-call__link{
    background: linear-gradient(180deg, #4F92F6 0%, #37466A 100%);
    width: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:16px;
}
.footer-bottom-call__link:before{
    content:url(../../assets/img/mail_img_icon.svg);
    margin-right: 10px;
    padding-top: 2px;
}
.footer-bottom-call__link:hover{
    background: linear-gradient(180deg, #3660A0 0%, #182132 100%);
}
.mySwiper4 .swiper-slide{
    opacity: 0.5;
    transition: 0.3s;
}
.mySwiper4 .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: 0.3s;
}
.spec-item-img{
    max-width:100%;
    height:100%;
}
@media(max-width:1301px){
    .tel-div{
        flex-direction:column;
    }
    .navbar-left-side{
        flex: 0 1 23%;
    }
    .navbar-right-side{
        flex: 0 1 63%;
    }
    .header-tel-btn {
        margin-bottom: 8px;
        margin-right:auto;
    }
    .service-sect__item{
        flex: 0 1 46%;
    }
}
@media(max-width:1200px){
    .main-header-top__bg{
        display:block;
        height: 98px;
        background:url(../../../assets/img/image111333-art-scale-2_00x-gigapixel2.jpg);
    }
}
@media (max-width:1080px){
    .service-sect__item{
        flex: 1 1 46%;
    }
}

@media (max-width:1030px){
    .main-menu{
        display:none;
    }
    .burger__wrapper {
        display: block;
    }
    .navbar-right-side{
        justify-content: flex-end;
    }
    .logo__wrapper {
        flex:1;
    }
    .menu-content{
        max-width:60%;
        height:100vh;
    }
    .mobile_menu .main-menu{
        display:flex;
    }
    .menu-close-link {
        right: auto;
        left: 54%;
    }
    .header-tel-btn._mobile-head-tel{
        display:block;
        margin:0 30px 0 0;
    }
    .footer-bottom-callback{
        display:block;
    }
    
}
@media (max-width:991px){
    .white-navbar-core {
        height: 100px !important;
    }
    .page-top__wrapper{
        height: 79px;
        background: #E7E7E7;
    }
    .serv-art-top{
        flex-direction: column-reverse;
    }
    .serv-art-top__right{
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 25px;
    }
    .about-top-body{
        flex-direction: column;
    }
    .about-top__item{
        margin-bottom: 30px;
    }
    .about-top__item:last-child{
        margin-bottom: 0px;
    }
    .service-specialists__wrapper {
        flex-wrap: wrap;
    }
    .service-specialists__item {
        flex: 1 1 100%;
        min-width: 0;
    }
     .main-header-top__bg{
        height: 78px;
    }
}
@media (max-width:768px){
    .adv__item{
        flex: 1 1 100%;
    }
        .banner-form__wrapper {
        justify-content: center;
    }
        .banner__form {
        flex-wrap:wrap;
    }
    .banner-form__body,
    .banner-form__input,
    .form__btn
    {
        flex: 1 100%;
        margin-right:0;
    }
    .banner-form__input{
        margin-bottom: 20px;
    }
    ._stock-first-section {
        margin-bottom: 50px;
    }
    .serv-art-body__item{
        flex-direction:column;
        margin-bottom:25px;
    }
    .serv-art-body__item:nth-child(odd){
        flex-direction:column;
    }
    .section.serv-art-body{
        padding-top:0;
    }
    .serv-art-top{
        padding-bottom: 25px
    }
    .section.serv-art-bottom {
        margin-bottom: 60px;
    }
    .toe-sect__item{
        flex:0 1 50%
    }
    .serv-art__title{
        font-size: 22px;
    }
     .main-header-top__bg{
       display:none;
    }
    .section.main-page-hero-section {
        margin-top: 100px;
    }
    .mySwiper{
        height: 330px;
    }
    .slider-text{
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;

    }
    .slider__btn a{
        font-size: 15px;
    }
    .slider__btn .btn.btn-big{
       padding: 16px 20px;
    }
    .service-sect-item__title{
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
    }
    .service-sect__item{
        margin:auto;
        margin-bottom:20px;
        flex: 1 1 100%;
    }
    .footer-links-div{
        order:4;
        flex-direction: row;
        flex-wrap:wrap;
        max-width: 100%;
        width: 100%;
    }
    .footer-links-div .footer-link{
        flex: 0 1 50%;
        text-align: left;
    }
    .footer{
        padding-top: 30px;
        padding-bottom:60px;
    }
    .center-map{
        height: auto;
        min-height:1px;
    }
    ._stock-article-form:after{
        content:'';
    }
    .section.main-page-hero-section {
        margin-top: 80px;
    }
    .spec-item-img {
        height: auto;
    }
    
}
@media (max-width:520px){
    ._stock-sect__item{
        flex: 1 1 100%;
    }
    .toe-sect__item{
        flex:1 1 100%
    }
    .about-top__title{
        font-size: 30px;
        margin-bottom:24px;
    }
    .about-top__list{
        flex-wrap: wrap;
    }
    .about-top__item{
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 14px;
    }
    .about-top__text{
        margin-bottom:32px;
    }
    .about-top-item__title{
        margin-bottom:0;
    }
    .map-road {
        background-image: url(../../../assets/img/geely_map1.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 598px 240px;
        height: 426px;
    }
    .map-road-info{
        max-width:100%;
        width: 100%;
        display: block;
    }
    .map-road-block{
            border-radius: 0px;
    }
    .section.service-section{
        padding:70px 0 40px 0;
    }
    .section__header{
        margin-bottom:10px;
    }
    .cz.footer-cz{
        align-items: start;
    }
    .footer-13pt-ab.mobile-13pt{
        text-align: left;
        margin-bottom:30px;
        margin-top: 30px
    }
    .bread-crumbs-list{
        overflow-x: scroll;
    }
    .contacts-line._flex-start{
        justify-content: flex-start;
    }
    .contacts-line._flex-start .tels-h3{
        font-size: 18px;
    }
  
}
