/* кнопка в фитчере */
.t132__uptitle {
    font-size: 16px!important;
     
}
    
.t132__title {
    margin-bottom: 0;
    font-size: 48px!important;
}
    
.t132__descr {
    padding-top: 0;
    font-size: 24px!important;
}

.t132__descr:after {
content: "узнать больше";
    display: block;
    position: absolute;
    width: 300px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    padding: 12px 0;
    border-radius: 30px;
    background-color: #F15152
;
    background-position: center center;
    z-index: 1;
    margin: 30px auto;
    left: 0;
    right: 0;
    text-align: center;
}

.t132__descr:hover:after {
    background-color: #3A2E39;
    opacity: 1!important;
}

.t-range__value-txt {
    white-space: nowrap;
}

.t132__wrappper, .t132__box.t132__feature {min-height: 300px;}

@media(max-width: 1176px){
    .t132__title {
        margin-bottom: 0;
        font-size: 64px!important;
    }
}

@media(max-width: 900px){

    .t132__title {
        margin-bottom: 0;
        font-size: 48px!important;
    }
    
    .t132__descr {
        padding-top: 0;
        font-size: 28px!important;
    }
}

@media(max-width: 680px){
    .t132__uptitle {
        font-size: 18px!important;
    }
    
    .t132__title {
        font-size: 32px!important;
    }
    
    .t132__descr {
        font-size: 24px!important;
    }
    
    .t132__descr:after {
        font-size: 16px;
        position: relative;
    }
    
    .t132__feature img {height: 500px;}
}

@media(max-width: 468px){
    .t132__uptitle {
        font-size: 18px!important;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .t132__descr {
        padding-top: 0;
        font-size: 24px!important;
    }
    
    .t132__descr:after {
        font-size: 16px;
        width: 250px;
    }
}


@media(max-width: 420px){
    .t132__uptitle {
        font-size: 18px!important;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .t132__title {
        padding-top: 0;
        font-size: 24px!important;
    }
    .t132__descr {
        padding-top: 0;
        font-size: 22px!important;
    }
    .t132__descr:after {
        font-size: 14px;
    }
}

/* кнопка в фитчере end */

