@media (max-width: 1199.98px) {
    .image-animator .svg-shape{
        opacity: 0.5;
    }
    .section.pb-120{
        padding-bottom: 90px;
    }
    .section.pt-150{
        padding-top: 90px;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .image-animator .svg-shape{
        opacity: 0.2;
    }
}

@media (max-width: 575.98px) {
    .section.pt-150{
        padding-top: 50px;
    }

    .header__mobail .header__main-list{
        padding: 0;
    }
    .header__mobail .header__menu{
        padding-top: 60px;
    }
    .header__mobail .header__menu .header__main-list{
        border-top: 1px solid #ccc;
        padding-top: 20px;
        max-height: calc(100vh - 230px);
        overflow: auto;
    }
    .header__mobail .header__main-item .header__item-btn{
        width: 100%;
        justify-content: flex-start;
        padding: 10px 30px;
        border: 1px solid #ccc;
    }
    .header__mobail .header__main-item .header__item-btn > div{
        width: 100%;
        justify-content: space-between;
    }
    .header__submenu-list .header__submenu-item .header__subtitle{
        width: 100%;
        justify-content: flex-start;
        padding: 15px 30px;
        border: 1px solid #ccc;
    }
    .header__mobail .pl-15{
        padding-left: 0;
    }
    
    .header__submenu-list li{
        margin: 5px;
    }
    .header__submenu-list .header__submenu-item:not(:last-child){
        margin-bottom: 0;
    }
    .header__submenu-list .header__submenu-item .header__subtitle > div{
        width: 100%;
        justify-content: space-between;
        
    }
    .header__main-list .header__main-item:not(:last-child){
        margin: 5px 20px;
    }
    .header__mobail .group-btns{
        padding: 30px;
        flex-direction: column;
        border-top: 1px solid #ccc;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
