@media (max-width: 1200px){
    .header-main .header-inner{
        background-size: auto;
    }
    #logo{
        padding-left: 0px;
        margin-right: 0;
    }
    .header-main .nav > li > a{
        font-size: 15px;
    }
    .header-main .nav > li{
        margin: 0 7px;
    }
    .searchform-wrapper .searchform input{
        min-width: 200px;
    }
    .footer-top .row:nth-child(2){
        padding: 30px 20px 0px;
        background-position-x: center;
    }
}
@media (max-width: 849px){
    .header-main .nav > li > a{
        color: #fff;
    }
    .sec_03 .col-01{
        flex-basis: 45%;
        max-width: 45%;
    }
    .sec_03 .col-02{
        flex-basis: 55%;
        max-width: 55%;
    }
    .sec_05 .large-columns-3 .post-item:nth-child(3){
        display: none;
    }
    .footer-top .row:nth-child(2){
        background-size: cover;
        border-radius: 40px;
    }
}
@media (max-width: 480px){
    #logo{
        width: 190px !important;
    }
    .sec_home{
        margin-top: -70px;
    }
    .sec_03 .col-02,
    .sec_03 .col-01{
        flex-basis: 100%;
        max-width: 100%;
    }
    .sec_04 .block__element_head{
        margin-bottom: 0;
    }
    .sec_04 .block__element_head h3 span{
        min-width: 100%;
    }
    .box__products .box .box-image img,
    .box__products .box .box-image{
        height: 164px;
    }
    .item__post .box__post__img img{
        height: 110px;
    }
    .product-small .box-text .product-title a{
        font-size: 22px;
        line-height: 32px;
    }
    .sec_05 .large-columns-3{
        padding: 30px 20px 0px !important;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
    }
    .footer-top .widget{
        margin-bottom: 0;
    }
    .footer-top .row:nth-child(2){
        padding: 50px 0px 0px;
    }
    .footer-top .block-menu .menu{
        justify-content: flex-start;
    }
}