/*СТИЛИ НАЛОЖЕНИЯ*/
.mix-multiply {
    mix-blend-mode: multiply;
    display: block;
}

.mix-multiply .tn-atom {
    position: absolute;
    height: 100%;
}

/*СТИЛИ ГОРИЗОНТАЛЬНОГО СКРОЛА*/
.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 30px !important;
    margin-bottom: -30px !important;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*СТИЛИ*/
.btn-text-left .tn-atom,
.btn-text-left-arrow .tn-atom {
    padding-left: 32px;
}

/**/
  
@media screen and (min-width: 1792px) {
    .t585 .t-container {
        max-width: 1792px !important;
    }
    
    .t585 .t-col {
        max-width: 1005px !important;
        margin-left: auto !important;
        margin-right: 24px !important;
    }
}
@media screen and (max-width: 1791px) {
    .t585 .t-container {
        max-width: 1440px !important;
    }
    
    .t585 .t-col {
        max-width: 803px !important;
        margin-left: auto !important;
        margin-right: 24px !important;
    }
    
    .t585__title {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 1439px) {
    .t585 .t-container {
        max-width: 1200px !important;
    }
    
    .t585 .t-col {
        max-width: 760px !important;
        margin-left: auto !important;
        margin-right: 12px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .t585__title {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 1199px) {
    .t585 .t-container {
        max-width: 768px !important;
    }
    
    .t585 .t-col {
        max-width: 746px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .t585__title {
        font-size: 28px !important;
    }
    
    .t585__text {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .t585 .t-container {
        max-width: 360px !important;
    }
    
    .t585 .t-col {
        max-width: 336px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .t585__title {
        font-size: 22px !important;
    }
    
    .t585__text {
        font-size: 16px !important;
    }
    
    .t585__trigger-button {
        padding: 16px 50px 16px 0;
    }
}
  
/**/