@media screen and (max-width:1200px){
    .centerCnt{
        width: 100%;
        min-width: 320px;
    }
    .container-full{
        min-width: 100%;
    }
    .contacts-top{
        margin-top: 0;
        width: 220px;
    }

    .container-main{
        padding-bottom: 0;
    }
    

    .menu{
        display: none;
    }
    .big_btm_menu{
        display: inline-block;
    }
    #footer,
    .footer-top,
    .footer-center,
    .footer-bot{
        position: relative;
        height: auto;
    }
    .input-item p{
        font-size: 17px;
    }
}
@media screen and (max-width:1050px){
    .input-item{
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:991px){
    .slider-title{
        font-size:38px;
    }
    .slider-main .slick-dots{
        bottom: 3%;
    }
    .clm{
        width: 50%;
    }
    .copyright,.counter{
        float: none;
        text-align: center;
    }
    .new-item{
      width: 48%;
      margin-right: 4%;
      margin-bottom: 4%;
    }

    .new-item:last-child,
    .new-item:nth-child(2n){
      margin-right: 0;
    }
}

@media screen and (max-width:820px){
   
    .logo{
       
    }
    .big_btm_menu{
        display: inline-block;
    }
    .c-item{
        width: 100%;
        margin-right: 0;
    }
    .slider-item-cnt{
        padding: 80px 0
    }
    .c-tem-body{
        float: left;
        margin-left: 2.8%
    }
}
@media screen and (max-width:767px){
    .slider-title{
        font-size:28px;
    }
    .center-body{
        padding: 25px;
    }
    .input-item{
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:560px){
    .header-losung h3,
    .title-block *,
    .slider2-title{
      font-size: 32px;
    }
    .clm{
        width: 100%;
    }
    .new-item{
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px;
    }

    .new-item:last-child,
    .new-item:nth-child(2n){
      margin-right: 0;
    }

}
@media screen and (max-width:480px){
    .center-body{
        margin:40px -15px;
        padding: 25px 15px;
    }
}