@media (max-width: 1399.98px) {
    .footer__content-block ul{
        min-width: auto;
    }
    
}
@media (max-width: 1299.98px) {
    .container {
        padding: 0 55px;
    }
     .container-fluid{
        padding: 0 20px;
    }
    .footer__content-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__content-block{
        /* border-left: none; */
        flex-direction: inherit;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        padding:0 10px ;
    }
    .footer__logo-group-block +  .footer__content-block {
        border-left: none;
    }
    .footer__content-list{
        width: 150px;
        /* text-align: center; */
        margin-bottom: 30px;
    }

    .footer__logo-group-block{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding-right: 0;
        flex: auto;
    }
    .footer__content-block ul:last-child{
        margin-top: 0;
    }
    .footer .language-selection {
        max-width: 200px;
    }
}
@media (max-width: 1199.98px) {
    .d-none-max-w-1199{
        display: none;
    }
    .video-decor-3{
        bottom: 35px;
    }
    .top-block{
        padding-top: 50px;
    }
    .wrapper{
        padding-top: 54px;
    }
    .get-more__wrap{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .get-more__content{
        margin-bottom: 50px;
    }

    .top-block__wrap{
        flex-direction: column;
    }

    .top-block__content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .top-block__img{
        justify-content: center;
        display: flex;
        margin-bottom: 15px;
        width: 100%;
    }

    .top-block__list{
        text-align: start;
    }
}
@media (max-width: 1023.98px) {
    .footer__content-block{
        max-width: 200px;
        width: 100%;
    }
}



@media (max-width: 991.98px) {
    .footer__bottom-block{
        flex-direction: column-reverse;
    }

    .footer__bottom-list li {
        margin-bottom: 15px;
    }
    .all-free__list{
        flex-wrap: wrap;
    }
    .guides__lists .guides__list:last-child {
        padding-left: 30px;
    }
    .guides__lists .guides__list:first-child {
        padding-right: 30px;
    }

    .edit-list__wrap{
        flex-direction: column;
    }
    .edit-list__item{
        width: 100%;
        margin-bottom: 60px;
    }

    .edit-list__wrap .edit-list__item:first-child{
        width: 100%;
        margin-right: 0;
    }
    
    .edit-list__wrap .edit-list__item:last-child{
        width: 100%;
        margin-bottom: 0;
    }
}
@media (max-width: 849.98px) {
    .footer__content-block{
        max-width: 270px;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .guides__lists{
        flex-direction: column;
        margin-bottom: 0;
    }
    .guides__list{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .guides__list li:first-child{
        display: flex;
        justify-content: center;
    }
    .guides__list h5{
        text-align: center;
    }

    .top-block__title{
        font-size: 40px;
        line-height: 54px;
    }

    .guides__lists .guides__list:first-child{
        padding-right: 0;
        width: 100%;
        border-right: none;
    }
    
    .guides__lists .guides__list:last-child{
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .mobile-hide {
        display: none;
    }
    .all-free__list-column{
        width: calc(50% - 20px);
    }
    .footer__content-block {
        border-left: none;
    }
}

@media (max-width: 575.98px) {
    .footer__content-list{
        text-align: center;
    }
    .top-block__img{
        max-width: none;
    }
    .top-block{
        padding-bottom: 50px;
    }
    .video-decor-1{
        left: -20px;
        top: -40px;
        width: 53px;
    }
    .video-decor-2{
        right: -25px;
        bottom: 24px;
        width: 70px;
    }
    .video-decor-3{
        right: -15px;
        bottom: 15px;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .statistics__list li{
        margin-bottom: 20px;
    }
    .get-more .btn--primary{
        margin: 0 auto;
    }
    .get-more__title{
        text-align: center;
    }
    .edit-list__item{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .edit-list__item-content{
        width: 100%;
        margin-bottom: 15px
    }
    .edit-list__item-img{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .top-block__content .btn--lg{
        font-size: 16px;
    }
    .top-block__title{
        font-size: 30px;
        line-height: 41px;
    }
    .footer__logo-group-block{
        flex-direction: column;
    }
    /* .footer .language-selection{
        max-width: 150px;
    } */

    .footer__bottom-list{
        flex-direction: column;
        width: 100%;
    }

    .footer__bottom-list li:not(:last-child){
        margin-right: 0;
    }

    .footer__bottom-text{
        text-align: center;
    }
    .all-free__list-column{
        width: 100%;
    }

    .all-free__btn{
        padding: 6px 5px;
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap;
    }
    .all-free__title{
        font-size: 32px;
        line-height: 50px;
    }
    .guides__title{
        font-size: 32px;
        line-height: 50px;
    }

}

@media (max-width: 419.98px) {
    .footer__content-list{
        margin-right: 0;
        width: 100%;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .mobile-show {
        display: none;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .d-none-1200{
        display: none;
    }
}

@media (min-width: 1650px) {
    .footer__content-block{
/*        padding: 0 97px;*/
    }
    .footer__logo-group-block{
        padding-right: 97px;
    }

    .container{
        max-width: 1430px;
    }
    .top-block {
        padding-top: 65px;
        padding-bottom: 93px;
    }

    .guides__lists .guides__list:last-child {
        padding-left: 150px;
    
    }
    .guides__lists .guides__list:first-child{
        padding-right: 150px;
    }

    .edit-list__item{
        align-items: center;
    }
}
