@media (max-width: 1400px){
    .chat__content{
        width: 60%;
    }
}

@media (max-width: 1250px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 1000px;
    }

    .actions__item, .news__item{
        max-width: 195px;
    }

    .services__item{
        max-width: 490px;
    }

}

@media (max-width: 1090px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 800px;
    }

    .actions__item, .news__item{
        max-width: 350px;
    }

    .services__item{
        max-width: 390px;
    }

    .right__column img{
        max-width: 13px;
        width: 100%;
        height: 13px;
        right: -15px;
    }

}

@media (max-width: 870px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 700px;
    }

    .actions__item, .news__item{
        max-width: 295px;
    }

    .services__item{
        max-width: 340px;
    }

    .right__column img{
        max-width: 10px;
        width: 100%;
        height: 10px;
        right: -15px;
    }

    .chat__content{
        width: 85%;
    }

}

@media (max-width: 768px){
    body.lock{
        overflow: hidden;
    }

    /*Top menu*/
    .header__body{
        justify-content: space-between;
        height: 50px;
    }

    .header__logo{
        flex: 0 0 40px;
        overflow: hidden;
        position: relative;
        z-index: 3;
        display: block;
    }

    .header__link.header__logo{
        display: none;
    }

    .header__burger{
        display: block;
        position: relative;
        height: 20px;
        width: 30px;
        z-index: 3;
        right: 20px;
    }

    .header__burger span{
        position: absolute;
        left: 0;
        background-color: #fff;
        top: 9px;
        width: 100%;
        height: 2px;
        transition: all 0.3s ease 0s;
    }

    .header__burger:before,
    .header__burger:after{
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0; 
        transition: all 0.3s ease 0s;
    }

    .header__burger:before{
        top: 0;
    }

    .header__burger:after{
        bottom: 0;
    }

    .header__burger.active span{
        transform: scale(0);
    }

    .header__burger.active:before{
        transform: rotate(45deg);
        top: 9px;
    }

    .header__burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header__menu{
        position: fixed;
        top: -150%;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: #000000;
        padding: 70px 10px 20px 10px;
    }

    .header__menu.active{
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 70px 10px 20px 10px;
        transition: all 0.5s ease 0s;
    }

    .header__list{
        height: auto;
        display: block;
    }

    .header__list li{
        display: block;
        margin: 0px 0px 20px 0px;
    }


    /*Bottom menu*/
    .bottom__header__list{
        display: block;
        height: auto;
        background-color: transparent;
    }

    .bottom__header__list li{
        display: block;
        margin: 0px 0px 20px 0px;
    }

    .bottom__header__list li:last-child{
        display: block;
        margin: 0px 0px 5px 0px;
    }
    
    /*Content*/
    .content{
        padding: 50px 0px 0px 0px;
    }

    
    .info, .actions__contents, .news__contents{
        max-width: 600px;
    }

    .actions__item, .news__item{
        max-width: 250px;
    }

    .services__item{
        max-width: 290px;
    }

    .payment__post{
        margin: 0px auto;
        max-width: 490px;
        width: 100%;
        background-color: #353535;
        text-align: center;
        padding: 25px 0px 35px;
    }

    .chat{
        height: 50%;
    }
}

@media (max-width: 675px){
    .footer__contacts__item.center{
        display: none;
    }
}

@media (max-width: 660px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 500px;
    }

    .actions__item, .news__item{
        max-width: 200px;
    }

    .services__item{
        max-width: 240px;
    }
}

@media (max-width: 595px){
    .actions__pages, .news__pages{
        max-width: 300px;
    }

    .about__us__post{
        max-width: 400px;
    }

    .services__post{
        max-width: 400px;
    }

    .chat__content{
        width: 90%;
    }
}

@media (max-width: 570px){
    .help__post__item, .tariffs__post__item{
        max-width: 450px;
    }
}

@media (max-width: 550px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 400px;
    }

    .actions__item, .news__item{
        max-width: 150px;
    }

    .services__item{
        max-width: 190px;
    }

    .services__item .title{
        top: 40%;
        left: 5px;
    }
}

@media (max-width: 520px){
    .contacts__post{
        max-width: 400px;
    }

    .contacts__post__item{
        max-width: 185px;
    }

    .contacts__post__item:last-child{
        max-width: 210px;
        height: auto;
    }

    .contacts__post__item:last-child input, .contacts__post__item:last-child textarea{
        max-width: 180px;
    }

    iframe{
        width: 210px;
        height: 200px;
    }
}

@media (max-width: 480px){
    .help__post__item, .tariffs__post__item{
        max-width: 350px;
    }

    .chat__content{
        width: 60%;
    }

    .chat__button{
        margin: 20px auto;
        width: 100%;
    }

    .chat__content button{
        width: 100%;
    }
}

@media (max-width: 471px){
    .about__us__post{
        max-width: 350px;
    }

    .footer__contacts{
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 450px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 300px;
    }

    .actions__item, .news__item{
        max-width: 100px;
    }

    .actions__content h2, .news__content h2{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .actions__content p, .news__content p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .services__item{
        max-width: 140px;
    }

    .services__item .title{
        top: 30%;
        left: 5px;
    }

    .services__post{
        max-width: 300px;
    }
}

@media (max-width: 400px){
    .about__us__post{
        max-width: 250px;
    }

}

@media (max-width: 390px){
    .chat__content{
        width: 70%;
    }
}

@media (max-width: 380px){
    .chat__content{
        width: 70%;
    }
}

@media (max-width: 380px){
    .help__post__item, .tariffs__post__item{
        max-width: 255px;
    }
}

@media (max-width: 350px){
    .info, .actions__contents, .services__contents, .news__contents{
        max-width: 250px;
    }

    .actions__pages, .news__pages{
        max-width: 250px;
    }

    .services__post{
        max-width: 250px;
    }

    .contacts__post__item:last-child{
        max-width: 210px;
        height: auto;
    }

    iframe{
        width: 210px;
        height: 200px;
    }
}

@media (max-width: 325px){
    .chat__content{
        width: 75%;
    }
}