/*Посты в блоге*/
.t-feed__post-popup__relevants-bgimg {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-feed__post-popup__relevants-item-title.t-name_xs {
    font-size: 22px;
}
.t-feed__post-popup__relevants-item-descr.t-descr_xxs {
    display: none;
}
.t-feed__post-popup__relevants-title.t-uptitle_xxl {
    color: rgba(0,0,0,.5);
    font-size: 18px;
}

@media screen and (max-width: 960px)  {
    
.t585__title { font-size: 18px!important;}
.t585__text { font-size: 16px!important;}

}

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #e40046;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 5px;
        /* Укажи высоту горизонтального скроллбара */
        height: 5px;
        /* Укажи цвет фона под скроллбаром */
        background: #D3D3D3;
    }
}

@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #ffffff !important;
    }
    .t-popup__close-icon rect {
        fill: #e40046 !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
}

/* Укажи id блока, который нужно зафиксировать
#rec352267828 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    }

#rec345794912 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    }
    */

/* Укажи id блока, к которому нужно применить эффект размытия */
#rec345794912 {
    /* Укажи цвет фона и прозрачность */
    background-color: rgba(0, 0, 0, 0) !important;
    /* Укажи насыщенность фона (saturate) и величину размытия (blur) */
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    backdrop-filter: saturate(100%) blur(20px);
}

@media screen and (max-width: 480px) {
.t734__table .t-container {
    /* Укажи цвет фона и прозрачность */
    background-color: rgba(255, 255, 255, 0) !important;
    /* Укажи насыщенность фона (saturate) и величину размытия (blur) */
    -webkit-backdrop-filter: saturate(80%) blur(20px);
    backdrop-filter: saturate(80%) blur(20px);
}
.t734 {
    height: 660px!important;
}
.t734 .t-valign_bottom {
    vertical-align: bottom;
    padding-bottom: 310px;
}
.t734 .t-title_sm {
    font-size: 36px;
    line-height: 1.13 !important;
}
.t734 .t-descr_md {
    font-size: 14px !important;
}
.t734__descr {
    margin-top: 10px;
}
.t734 .t-slds__items-wrapper {
    height: 640px !important;
}
.t734 .t-cover__carrier {
    background-attachment: scroll!important;
    background-size: contain;
    background-position: bottom center;
}
.t734 .t-cover__carrier.loaded {
    height: 640px !important;
}
.t734 .t-btn {
    height: 48px;
    width: 100%;
    }
.t734__button {
    padding-top: 40px;
    }
.t734__wrapper {
    padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
.t734 .t-slds {
    position: relative;
    overflow: visible;
    }
.t734 .t-slds__bullet_wrapper {
    bottom: -30px;
    display: flex;
    justify-content: space-around;
    margin: 0 16px;
    width: initial;
    }
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
.t734 .t-slds__bullet_wrapper {
    display: flex;
    justify-content: space-around;
    margin: 0 16px;
    width: initial;
    /*max-width: 1200px;*/
    }
}
@media screen and (min-width: 1200px) {
.t734 .t-slds__bullet_wrapper {
    display: flex;
    justify-content: space-around;
    margin: 0 16px;
    width: initial;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    }
}
.t734 .t-slds__bullet {
    display: flex;
    flex-grow: 1;
    }
.t734 .t-slds__bullet_body {
    width: 100% !important;
    height: 4px !important;
    }