.t784__descr {
    margin-top: 0px;
}


@media screen and (min-width: 960px) {
 .t784__text-wrapper {
    padding-right: 170px;
 }
}


@media screen and (min-width: 1200px) {
 .t784__text-wrapper {
    padding-right: 250px;
 }
}


@media screen and (min-width: 640px) {
 .t784__text-wrapper {
        
         display: flex;
         justify-content: space-between;
         width: 100%;
         
     }
 
 
 
 t784__wrapper {
        
         display: flex;
         justify-content: space-between;
       
         
     }

}

@media screen and (max-width: 640px) {
    .t-btn_sm {
        padding-left: 99px;
        padding-right: 99px;
        margin: auto;
        width: 100%;
    
    }
    .t784__wrapper {
      
        display: flex;
        width: 100%;
       
    }

    .t784__text-wrapper {
        padding-right: 10px;
        padding-left: 10px;
        display: flex;
        justify-content: space-between;
    }
    
    .t784__btn-price-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
    }
    .t784__btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        width: 95%;
        justify-content: space-between;
        align-content: stretch;
        align-items: flex-start;
        /* flex-direction: row; */
    }
}

