    .t-popup__container {
    border-radius: 25px !important;
    overflow: hidden;
}
@media (max-width: 639px) {
     .t-popup__container {
    border-radius: 15px !important;
}
}

/*Разрешение экрана от 640 до 1200px (планшет вертикальный и горизонтальный*/
@media screen and (min-width:1900px){

    .t467__title {
        font-size: 54px !important;
    }

    .t467__descr{
        font-size:23px !important;
    }
    .t467{
        .t-btn{
        font-size:22px !important;
    }
    }

}
@media screen and (max-width:1200px){

    .t467__title {
        font-size: 36px !important;
    }

    .t467__descr{
        font-size:18px !important;
    }
    .t-col_12 {
        max-width:100% !important;
    }

}


/*Разрешение экрана от 0 до 640px (мобилка вертикальная и горизонтальная*/
@media screen and (max-width:640px){

    .t467__title {
        font-size: 25px !important;
    }
 
    .t467__descr{
        font-size:14px !important;
    }
    /*и так далее дублируем классы, которые нужно будет адаптировать в рамках этого разрешения*/
}


    .t-align_left{
        max-width: 100%;
    }
    .t-rec_pt_45{
          /*margin: 0px 20px;*/
          margin: 0 auto;
          max-width: 97%;
    }
    .t-align_left{
        .t-col{
             margin-left: 4%;
             margin-top: 2%;
    }
    .t-col_12{
        max-width: 80%;
    }
   
    } 
    .uc-border-r{
        border-radius: 25px;
    }
    .t-body{
        background-color: #F1f1f1;
    }
    @media (max-width: 640px) {
        .t-align_left{
        .t-col{
                     margin-left: 0px;
                }
    }
    .uc-border-r{
        border-radius: 10px;
    }
    .t-rec_pt_45{
        max-width: 94%;
          /*margin: 0px 10px*/
    }
    .t-col_12{
        max-width: 100%;
    }
    .t467__descr{
        font-size: 14px !important;
    }
    .t467__title{
        font-size: 30px !important;
    }
}
.uc-slide-border{
.t-slds__bgimg{
border-radius:15px;
}
}    
@media (max-width: 640px) {
  .uc-slide-border{
.t-slds__bgimg{
border-radius:10px;
}
} 
}
