@media screen and (max-width: 1540px) {

    .services-icon-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

@media screen and (max-width: 1280px) {
    nav .box {
        grid-template-columns: 70% 30%;
    }
}



@media screen and (max-width: 1024px) {
    nav .box ul li {
        display: block;
    }

    .sidebarcols {
        display: grid;
        grid-template-columns: 100%;
    }

    .subnav-menu {
        margin-top: 20px;
        padding-right: 0;
    }

    nav .box ul li ul,
    nav .box ul li:hover ul {
        display: block;
        height: auto;
        position: relative;
        background: none;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    nav .box {
        grid-template-columns: 100%;
        padding-top: 50px;
    }

    nav .box .tel {
        text-align: left;
    }

    .slider .box ul li a .description {
        left: 50%;
        right: 0;
    }

    .services-icon-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .about-index .box-block {
        grid-template-columns: 1fr;
    }

    .about-index .box-block .col50 img {
        width: 400px;
    }

    .news-index .box-block,
    footer .box-block {
        grid-template-columns: 1fr 1fr;
    }


    #open,
    .hidden-desktop,
    .label-menu {
        display: none;
    }



    .menu-wrapper label {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }

    h2 {
        font-size: 26px;
    }

    .logo {
        margin: 30px 0;
    }

    .menu-wrapper label span {
        width: 50px;
        height: 40px;
        outline: none;
        position: relative;
        margin-top: 14px;
        margin-right: 10px;
        left: -30px
    }

    .menu-wrapper label span.active:before {
        top: 8px;
        left: 4px;
        transform: rotate(45deg);
    }

    .menu-wrapper label span.active:after {
        top: -2px;
        left: 2px;
        border-top-color: rgba(153, 153, 153, 0);
        transform: rotate(-45deg);
    }

    .menu-wrapper label span::before,
    .menu-wrapper label span::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
        width: 45px;
        height: 11px;
        border-top: 4px solid #fff;
        transition: transform .3s, border .2s;
    }

    .menu-wrapper label span::after {
        top: 13px;
        border-bottom: 4px solid #fff;
        padding-bottom: 9px;
    }

    .hidden-desktop,
    .label-menu {
        display: block;
    }

    .nav-wrapper {
        height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #006c2f;
        z-index: 999
    }

    .nav-wrapper .topnav {
        background: none;
        border-bottom: none;
    }

    .hidden-desktop {
        z-index: 9999
    }

    input[type="checkbox"]:checked+.nav-wrapper {
        height: auto;
    }

    .menu-wrapper {
        height: 60px;
        background: #006c2f;
        padding: 0;
        border-bottom: 1px solid #405876;
        margin-top: 0
    }

    .box img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
    .services-icon-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 640px) {

    .services-icon-list,
    .news-index .box-block,
    footer .box-block {
        grid-template-columns: 1fr;
    }
}