.t-form__successbox {
    border-radius: 20px;
}
.t-feed__post-label {
    background-color: white;
    border-radius: 20px;
    padding: 7px 16px;
}

.t-feed__post-label span {
    color: #022435;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
}
.t-feed__post-label-wrapper {
    left: 20px;
    top: 5px;
}
.t-text_md {
    font-size: 16px;
}
.t898__btn_label {
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 64, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 64, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 64, 129, 0);
    }
}
@media screen and (min-width: 1440px) {
    #rec789734209 .t-width_12 {
        max-width: 1420px!important;
    }
    #rec789734209 .t-container {
        max-width: 1440px!important;
    }
}

@media screen and (max-width: 768px){
    .t-feed__post-popup__relevants-item-title {
        font-size: 16px !important;
    }

    .t-feed__post-popup__relevants-item-descr {
        font-size: 14px !important;
    }
    .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper {
        height: auto !important;
    }
}

.r.t-rec.t-rec_pt_60.t-rec_pb_60 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.r.t-rec.t-rec_pt_60.t-rec_pb_60 .t758 .t-container{
    /*width: 1420px !important;*/
    max-width: 1420px !important;
}

.r.t-rec.t-rec_pt_60.t-rec_pb_60 .t758 .t-container .t758__list {
    text-align: left !important;
}

.r.t-rec.t-rec_pt_60.t-rec_pb_60 .t758 .t-container .t758__col.t-col.t-col_12  {
    margin-left: 0px !important;
}

@media screen and (max-width: 1439px) {
    .r.t-rec.t-rec_pt_60.t-rec_pb_60 .t758 .t-container{
        /*width: 1159px !important;*/
        max-width: 1159px !important;
    }
}
@media screen and (max-width: 1199px) {
    .r.t-rec.t-rec_pt_60.t-rec_pb_60 .t758 .t-container{
        /*width: 920px !important;*/
        max-width: 920px !important;
    }
}
@media screen and (max-width: 950px) {
    .r.t-rec.t-rec_pt_60.t-rec_pb_60 .t758 .t-container{
        /*width: 708px !important;*/
        max-width: 708px !important;
    }
}





