/*выравнимваем подпись и стрелки в слайдере зеро*/

@media screen and (min-width:1439px){
    .t-slds__caption {
        margin-top: 56px !important;
    }
    .t-container {
        max-width: 1142px !important;
    }
    .t-col_12 {
        max-width: 1142px !important;
    }
    .t431__tdscale_1 .t431__th, .t431__tdscale_1 .t431__td {
        padding: 24px 24px 24px 96px;
}

}

@media screen and (max-width:1439px){
    .t-slds__caption {
        margin-top: 56px !important;
    }
    .t-container {
        max-width: 944px !important;
    }
    .t-col_12 {
    max-width: 944px !important;
    }
    .t431__tdscale_1 .t431__th, .t431__tdscale_1 .t431__td {
        padding: 24px 24px 24px 96px;
}

}

@media screen and (max-width:1199px){
    .t-slds__caption {
        margin-top: 32px !important;
    }
    .t-container {
        max-width: 720px !important;
    }
    .t-col_12 {
        max-width: 720px !important;
    }
    .t431__tdscale_1 .t431__th, .t431__tdscale_1 .t431__td {
        padding: 24px 24px 24px 24px;
}

}

@media screen and (max-width:767px){
    .t-slds__caption {
        margin-top: 32px !important;
    }
    .t-container {
        max-width: 480px !important;
    }
        .t-col_12 {
    max-width: 480px !important;
    }

}

@media screen and (max-width:479px){
    .t-slds__caption {
        margin-top: 32px !important;
    }
    .t-container {
        max-width: 352px !important;
    }
        .t-col_12 {
    max-width: 352px !important;
    }
    .t-col {
    margin-left: 0px;
    margin-right: 0px;
    }
}