@media (max-width: 1370px) {
    .container-dash{
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (max-width: 1280px) {
    .container-dash {
        padding-left: 50px;
        padding-right: 50px;
    }
    .custom-columns--50 > .pr-100{
        
    }
    .custom-columns--50 > div, .custom-columns--50 > .pr-100{
        padding-right: 50px !important;
        padding-left: 50px;
    }
}
@media (max-width: 1199.98px) {
    .header__nav{
        width: auto;
    }
   
    .home__title{
        font-size: 42px;
        line-height: 68px;
    }
    .header__nav > .btn {
        padding-left: 5px;
        padding-right: 5px;
    }
    .container-dash{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {

    .custom-columns > .col-5-992{
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
    .custom-columns > .col-7-992{
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .custom-columns > .col-6-992{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-sliders .swiper-slide img{
        min-height: auto;
    }
    .row-sliders > div{
        min-width: 180px;
        max-width: 180px;
    }
    
    .row-sliders > div:nth-child(even){
        transform: translateY(0px);
        margin-top: 180px;
    }
    .main-block.fullscreen-section .home{
        align-items: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home__rowslider{height:max-content;}
    .custom-columns .col-12-992{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-1-992{
        order: 1;
    }
    .order--1-992{
        order: -1;
    }
    .bages-block.footer-block .footer-block--items{
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .footer-block .footer-block--item{
        padding-left: 0;
        padding-right: 0;
    }
    .fullscreen-section .footer-block{
        position: relative;

    }

    .login-block, .header__nav, .dropdown-item{
        display: none;
    }
    

    .header__nav-mobail .login-block{
        display: flex;
        justify-content: center;
    }
    .header__nav-mobail .header__menu-burger {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
    .header__burger{
        display: block;
        position: relative;
        width: 46px;
        height: 46px;
        z-index: 5;
        cursor: pointer;
        border: 2px solid #FFFFFF;
        border-radius: 12px;
        margin-left: 12px;
    }
    .menu-close {
        position: absolute;
        top: 18px;
        right: 24px;
        background-color: transparent;
        border-radius: 0;
        color: #fff;
    }
    .header__burger:before{
        transform: translate(-50%, calc(-50% - 4.5px));
        top: 50%;
    }
    .header__burger:after{
        transform: translate(-50%, calc(-50% + 4.5px));
        top: 50%;
    }
    .header__burger span{
        transform: translate(-50%, -50%);
        top: 50%;
    }
    .header__burger:before, .header__burger:after {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 13px;
        height: 1.5px;
        left: 50%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .header__burger span {
        background-color: #fff;
        position: absolute;
        width: 13px;
        height: 1.5px;
        left: 50%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .header__burger:after {
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .custom-columns--20 > div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-columns--20{
        margin-left: -10px;
        margin-right: -10px;
    }
    .mb-40{margin-bottom:20px;}
    .py-50{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-columns > .col-6-768{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .steps .step::before{
        left: 0;
        transform: none;
    }
    .steps .step-content{
        max-width: 90%;
    }
    .steps .step:nth-child(even) .step-content{
        padding-right: 0;
        padding-left: 50px;
        text-align: left;
        align-items: flex-start;
    }
    .steps .step:nth-child(even){
        align-items: flex-end;
    }
    .steps .step::after{
        left: 0;
        transform: translateX(24px);
    }
    .dropdown--custom2 .options-card-list-50x-768{
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media (max-width: 575.98px) {
    .d-block-576{display:block !important;}
    .dropdown-item--widget-576 .dropdown-title{
        min-width: 46px;
        max-width: 46px;
    }
    .dropdown-item--widget-576 *{
        margin-left: 0;
        margin-right: 0;
    }
    
    .d-none-576{display:none !important;}
    .custom-columns .col-12-576{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider-col{
        padding-top: 100px;
    }
    .row-sliders > div{
        min-width: 150px;
        max-width: 150px;
    }
    .row-sliders > div:nth-child(even){
        min-width: 100px;
        max-width: 100px;
        margin-top: 140px;
    }
    .container-dash {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 380px) {
    .custom-columns--50{
        margin-left: 0px;
        margin-right: 0px;
    }
    .custom-columns--50 > div, .custom-columns--50 > .pr-100{
        padding-right: 0px !important;
        padding-left: 0px;
    }
    .home__title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .home__text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .d-block-576{display:none !important;}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
