.t396__elem.tn-elem.tn-elem__6226738361690814574983{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__6226679811690813343017{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__6229374081690881576048{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__6229450391690897683147{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__6230989011690898002697{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__6231813061690910435801{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__6209686001690914954608{
    cursor: pointer;
}

#rec624986680 .t566__number{
    font-size: 72px!important;
}
#rec624738204 .t513__time{
    font-size: 28px;
}
#rec624738204 .513__title{
    font-size: 18px; 
}

#carousel_623355102 .t-slds__wrapper{
    display: grid;
    grid-template-columns: 132px 1fr;
    background-color: #efefef;
    max-width: 660px;
    height: 220px;
    padding: 40px;
    margin: 0 auto;
    border-radius: 8px;
    font-family: 'Manrope',Arial,sans-serif;
    cursor: pointer;
}
#carousel_623355102 .t-img{
    grid-row: span 2;
    order: 1;
    width: 100px!important;
    height: 100px;
    margin: 0 32px 0 0;
}
#carousel_623355102 .t-name{
    order: 2;
    font-size: 24px;
    height: fit-content;
    line-height: 1.23;
}
#carousel_623355102 .t-descr{
    order: 3;
    color: #9a9a9c;
    font-size: 16px;
    /*margin-top: -42px;*/
}
#carousel_623355102 .t-text{
    order: 4;
    grid-column: span 2;
    color: #272838;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
    height: 70px;
}
#carousel_623355102 .t-align_center{
    text-align: inherit;
}



.popup__slider{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0px;
    padding-right: 17px;
    min-height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3000;
    /*opacity: 0;*/
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.popup__slider.active{
    /*opacity: 0.7;    */
}

.crossline{
    position: absolute;
    left: 15px;
    width: 3px;
    height: 35px;
    background: #fff;
    opacity: 0.7;
    border-radius: 1px;
}
.close__btn{
    position: absolute;
    right: 28px;
    top: 10px;
    width: 33px;
    height: 33px;
}
.crossline1{
    transform: rotate(45deg);
}
.crossline2{
    transform: rotate(-45deg);
}
.slider__wrapper{
    width: 660px;
    max-width: 95%;
    height: fit-content;
    background: #efefef;
    border-radius: 8px;
    z-index: 1010;
    padding: 40px;
    cursor: default;
    opacity: 1;
    margin-top: 50px;
}
.slider__wrapper .top__slider{
    width: 100%;
    display: flex;
}
.slider__logo{
    width: 100px;
    height: 100px;
    margin-right: 32px;
}
.box__title{
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.23;
    color: #272838;
    font-family: 'Manrope',Arial,sans-serif;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.box__signature{
    color: #9a9a9c;
    font-size: 16px;
    font-family: 'Manrope',Arial,sans-serif;
    font-weight: 400;
}
.box__signature a{
    color: #ff8562;
    text-decoration: none;
}
.box__bottom{
    position: relative;
    margin-top: 35px;
    text-align: left;
    color: #272838;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Manrope';
    overflow-y: scroll;
}
#carousel_623355102 .t605__text{
    position: relative;
    overflow: hidden;
}
.box__shade{
    position: absolute;
    width: 100%;
    height: 46px;
    bottom: 0;
    background-image: linear-gradient(rgba(239, 239, 239, 0), rgb(239, 239, 239));
}

@media(max-width: 470px){
    #carousel_623355102 .t-slds__wrapper{
        display: flex;
        flex-direction: column;
    }
    #carousel_623355102 .t-img{
    align-self: center;
    }
    .box__bottom{
    max-height: 310px;
}
#carousel_623355102 .t-slds__wrapper{
    padding: 30px;
    padding-top: 10px;
}
#carousel_623355102 .t-name{
    font-size: 20px;
}
#carousel_623355102 .t-descr{
    font-size: 14px;
    line-height: 1.2;
}
#carousel_623355102 .t-img {
  width: 80px !important;
  height: 80px;
  margin: 0;
}
#carousel_623355102 .t-text {
  font-size: 14px;
}
.slider__logo{
    margin-right: 15px;
}
.box__title{
    font-size: 20px;
}
.slider__wrapper{
    padding: 25px;
}
}



/*Максимальная ширина смартфона где будет применяться эффект сетки зеро-блока*/
@media screen and (max-width: 480px) {
/*Отступы слева и справа до контента в Grid-контейнере*/
.t-col { padding: 0 10px !important; }
/*Это максимальная ширина контейнера в зеро-блоке, при отображении мобильного*/
.t-container { max-width: 320px !important; }
}
