@media screen and (max-width: 1200px) {
    .projectMeta ul li .icon img {
        height: 24px;
    }
    .projectMeta ul li strong {
        font-size: 12px;
    }
    .projectMeta ul li span {
        font-size: 12px
    }
}
@media screen and (max-width: 1024px) {

    header {
        position: relative;
        background: rgba(0, 131, 227, 0.05);

    }

    header .headerTop {
        border-bottom-color: rgb(42 47 53 / 15%)
    }

    header .headerTop .topContact span {
        color: #2A2F35;
    }

    header .headerTop .topContact svg path {
        fill: #2A2F35
    }

    header .social a svg path {
        fill: #2A2F35
    }

    header .topMenu {
        display: flex;
        margin-right: 10px;
    }

    header .topMenu ul {
        display: none;
    }

    header .topMenu ul li a {
        color: #2A2F35
    }

    header .topMenu ul li a:hover {
        color: #0283e3
    }

    header#headerContent + section {
        padding-top: 50px;
    }

    header .language,
    header .search {
        padding: 0;
    }

    body.hc-nav-open {
        top: auto !important;
        position: relative;
        min-height: auto !important;
    }

    footer .footerMenu {
        margin: 0

    }

    footer .footerMenu + .footerMenu {
        margin: 0 0 10px;
    }

    header .social a + a {
        margin-left: 5px;
    }

    header .social a svg {
        height: 18px;
    }
    .projectMeta ul {
        flex-wrap: wrap
    }
    .projectMeta ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .projectSmallPhoto .item a {
        width: 100%;
        height: 100px
    }
}

@media screen and (max-width: 992px) {

    #aboutSlidePanel .panels {
        display: block !important;
    }

    #aboutSlidePanel .panels .panel {
        width: 100% !important;
        height: 200px !important;
        min-height: 200px;
    }

    #aboutSlidePanel .panels .panel + .panel {
        margin-left: 0;
        margin-top: 10px;
    }
    .footerLogo {
        text-align: center;
    }
    footer .social {
        justify-content: center;
        
        margin: 20px 0;
    }
    footer .menuFooterBox >div {
        margin-right: 0;
    }
    .menuFooterBox {
        width: 100%;
    }
    .pageTitle {
        font-size: 18px;
    }
    .servicesHeader .icon {
        min-width: 48px;
        min-height: 48px;
        border-radius: 10px;
    }
    .servicesHeader .icon img {
        height: 18px;
    }
}

@media screen and (max-width: 768px) {
    
    header .headerTop .topContact span {
        font-size: 12px;
    }
    header .headerTop .topContact span + span {
        margin-left: 15px
    }
    
    .sliderItem .sliderText a {
        font-size: 12px;
        padding: 8px 20px;
    }
    .sliderItem .sliderPhoto img {
        min-height: 300px;
        object-fit: cover;
        object-position: center;
    }
    footer .footerMenu {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .footerMenu ul {
        margin-top: 0;
       
    }
    footer .footerMenu > li {
        margin-bottom: 20px;
    }
        footer .menuFooterBox >div.footerContact {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .productMeta .btn-blue {
        font-size: 13px
    }
    .share span {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    header .headerTop .topContact span {
        font-size: 10px
    }
    header .headerTop .topContact span svg{
        width: 13px
    }
    
}