.services-list-box .service-item2:after{
    content: none !important;
}


@media (min-width: 768px){
    .service-body2{
        margin-bottom: 30px;
    }
}

.number_color{
    color: #000;
}

.number_color:hover{
    text-decoration: underline;
}

.footer-links li {
    font-size: 14px;
}



.google-map-iframe {
    position: relative;
}

.google-map-iframe iframe {
    display: block;
    width: 100%;
    /*height: 400px;*/
    pointer-events: none; /* Сразу отключаем взаимодействие */
}

.google-map-iframe .map-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
    cursor: pointer;
}

.font_our_story{
    font-size: 16px !important;
    font-weight: 400 !important;
}


@media (min-width: 992px) and (max-width: 1400px){
    .section-title h1{
        font-size: 40px !important;
    }

    .hero{
        padding: 125px 0 125px !important;
    }



    .excellence-innovating-list{
        display: none !important;
    }
}

@media (min-width: 992px){
    .font_logo_header{
        max-width: 70%;
    }

    .topbar {
        padding: 5px 0;
    }

    .fonts_connect{
        width: 35px;
        height: 35px;
    }

    .topbar-contact-info ul li p {

        font-size: 18px;
        width: auto;
        margin: 0;
    }
}

@media (max-width: 394px) {
    .main-header {
        top: 80px !important; /* высота topbar — подгони под свой реальный размер */
    }

    .otstup{
        height: 140px !important;
    }
}

@media (min-width: 395px) and (max-width: 767px) {
    .main-header {
        top: 50px !important; /* высота topbar — подгони под свой реальный размер */
    }
    .otstup{
        height: 110px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-header {
        top: 60px !important; /* высота topbar — подгони под свой реальный размер */
    }
}

@media (min-width: 992px) and (max-width: 1185px) {
    .main-header {
        top: 55px !important; /* высота topbar — подгони под свой реальный размер */
    }
}

@media (min-width: 1186px) {
    .main-header {
        top: 60px !important; /* высота topbar — подгони под свой реальный размер */
    }
}

.topbar,
.main-header {
    position: fixed !important;
    /*top: 0 !important;*/
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
}

.otstup{
    height: 110px;
}

/*.two_margin{*/
/*    margin-top: 160px;*/
/*}*/






