.t784__wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #131924;
    border-radius: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px){
.t784__price-wrapper, .t784__btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}}

.t784__price-wrapper, .t784__btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
.t784__text-wrapper {
    padding-right: 40px;
    width: 100%;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.t478__blockimg {
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 640px){

.t478__blockimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 125px !important;
}}

@media screen and (min-width: 640px){
.t-popup_show .t-popup__container {
    border-radius: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}}
@media screen and (min-width: 640px){
.t-popup__container-animated {
        border-radius: 20px;
    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
}}
@media screen and (max-width: 560px){
.t702 .t-popup__block-close {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #0274df !important;
}}
.t-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}