@media screen and (max-width: 1080px) {
    header a.btn{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    header .top-menu-wrapper ul {
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 889px) {
    header .top-menu-wrapper {
        display: none;
    }
    header .top-content .align-right{
        margin-left:auto;
    }
    header .burger{
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .useful-info-item{
        margin-bottom:30px;
    }
    .news-grid{
        --auto-grid-min-size: 17rem;
    }
}
@media screen and (max-width: 603px) {
    .news-grid{
        display: block;
    }
    .news-grid .news-item{
        margin-bottom:40px;
    }
}
@media screen and (max-width: 550px) {
    .cat-list-item{
        flex-direction: column;
    }
    .cat-list-item .content{
        padding-left:0;
        border-left:0;
        border-bottom: 1px solid #e5e5e5;
    }
    .cat-list-item .icon{
        min-width: 140px;
        font-size:13px;
        justify-content: flex-start;
        padding-top:20px;
    }
    .blue-form-section .blue-form-wrapper{
        padding-left:20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 515px) {
    header .lang-switcher label{
        display: none;
    }
}
@media screen and (max-width: 464px) {
    h2.section-title{
        display: block;
        height: auto;
    }
    h2.section-title a{
        margin-left:0;
    }
}
    @media screen and (max-width: 355px) {
        .cat-list{
            --auto-grid-min-size: 12rem;
        }
    }