

/* Start:/local/templates/mendeleev/css/thermal.css?17533588135251*/
.thermal{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.thermal div.stories-group{
    z-index: 4;
    position: relative;
    display: flex;
    padding: 56px 16px;
    flex-direction: column;
    align-items: center;
    border-radius: var(--lg, 24px);
    background: transparent !important;
}
.thermal div.stories-group .stories-group__inner{
    z-index: 4;
}
.thermal-container{
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -30px;
    background-color: #FFF;
    border-radius: var(--lg, 24px);
}
#fog-generator{
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 200px;
    max-width: 100vw;
}
.thermal-container__line{
    width: 100%;
    height: 100%;
}
.thermal--line{
    z-index: 3;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}
.thermal--line__xs{
    display: block;
}
.thermal--line__sm{
    display: none;
}
.thermal--line__md{
    display: none;
}
.thermal--line__lg{
    display: none;
}
.thermal--line__xl{
    display: none;
}
.thermal--line__2xl{
    display: none;
}
.thermal ~ footer {
    z-index: 4;
}
@media (max-width: 1440px){
    .thermal .container{
        max-width: 1128px;
    }
}
@media (max-width: 1200px){
    .thermal .container{
        max-width: 936px;
    }
}
@media (max-width: 1023px){
    .thermal .container{
        max-width: 696px;
    }
}
@media (max-width: 767px){
    .thermal .container{
        max-width: 544px;
    }
}
@media (max-width: 374px){
    .thermal .container{
        max-width: 320px;
    }
}
@media (max-width: 320px){
    .thermal div.slider-photo-video-cont .slider-photo-video__inner{
        height: 198px;
    }
}
@media (min-width: 375px){
    .thermal--line__sm{
        display: none;
    }
    .thermal--line__md{
        display: none;
    }
    .thermal--line__lg{
        display: none;
    }
    .thermal--line__xl{
        display: none;
    }
    .thermal--line__2xl{
        display: none;
    }
    .thermal div.stories-group{
        display: flex;
        height: 360px;
        padding: 56px 16px;
        flex-direction: column;
        align-items: center;
        gap: -40px;
        border-radius: var(--lg, 24px);
    }
}
@media (min-width: 576px){
    .thermal--line__xs{
        display: none;
    }
    .thermal--line__sm {
        display: block;
        width: auto;
    }
    .thermal--line__md{
        display: none;
    }
    .thermal--line__lg{
        display: none;
    }
    .thermal--line__xl{
        display: none;
    }
    .thermal--line__2xl{
        display: none;
    }
    .thermal div.stories-group{
        display: flex;
        height: 462px;
        padding: 56px 0;
        flex-direction: column;
        align-items: center;
        border-radius: var(--lg, 24px);
    }
    #thermal-line{
    }
}
@media (min-width: 768px){
    .thermal--line__xs{
        display: none;
    }
    .thermal--line__sm{
        display: none;
    }
    .thermal--line__md {
        display: block;
        width: auto;
    }
    .thermal--line__lg{
        display: none;
    }
    .thermal--line__xl{
        display: none;
    }
    .thermal--line__2xl{
        display: none;
    }
    .thermal div.stories-group{
        display: flex;
        height: 486px;
        padding: 72px 0;
        flex-direction: column;
        align-items: center;
        border-radius: 32px;
    }
    #thermal-line{
    }
}
@media (min-width: 1024px){
    .thermal--line__xs{
        display: none;
    }
    .thermal--line__sm{
        display: none;
    }
    .thermal--line__md{
        display: none;
    }
    .thermal--line__lg {
        display: block;
        width: auto;
    }
    .thermal--line__xl{
        display: none;
    }
    .thermal--line__2xl{
        display: none;
    }
    .thermal div.stories-group{
        display: flex;
        height: 499px;
        padding: 72px 0;
        flex-direction: column;
        align-items: center;
        border-radius: 32px;
    }
}
@media (min-width: 1440px){
    .thermal--line__xs{
        display: none;
    }
    .thermal--line__sm{
        display: none;
    }
    .thermal--line__md{
        display: none;
    }
    .thermal--line__lg{
        display: none;
    }
    .thermal--line__xl {
        display: block;
        height: 119%;
        width: auto;
    }
    .thermal--line__2xl{
        display: none;
    }
    .thermal div.stories-group{
        display: flex;
        height: 657px;
        padding: 88px 0;
        flex-direction: column;
        align-items: center;
        border-radius: 32px;
    }
}
@media (min-width: 1600px){
    .thermal--line__xs{
        display: none;
    }
    .thermal--line__sm{
        display: none;
    }
    .thermal--line__md{
        display: none;
    }
    .thermal--line__lg{
        display: none;
    }
    .thermal--line__xl{
        display: none;
    }
    .thermal--line__2xl {
        width: auto;
        height: auto;
        margin-top: 31%;
        display: block;
    }
    .thermal div.stories-group{
        display: flex;
        height: 670px;
        padding: 88px 0;
        flex-direction: column;
        align-items: center;
        border-radius: 32px;
    }
}
/* End */


/* Start:/local/templates/mendeleev/css/thermal-relax.css?17314830803227*/
/* region layout */
.thermal-relax{
    position: relative;
    display: flex;
    padding: 40px 0 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    border-radius: 24px;
    background: #F6F6F7;
    overflow: hidden;
}
.thermal-relax .timeline-calendar{
    z-index: 4;
}
.thermal-relax ul,
.thermal-relax li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.thermal-relax p{
    margin: 0;
}
.thermal-relax img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
}
.thermal-relax .thermal-relax__wrapper{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.thermal-relax .thermal-relax__title{
    width: 100%;
    color: #294594;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
}
.thermal-relax .thermal-relax__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.thermal-relax .thermal-relax__content{
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
/* endregion layout */
@media (min-width: 375px){
    /* region layout */
    /* endregion layout */
}
@media (min-width: 576px){
    /* region layout */
    /* endregion layout */
}
@media (min-width: 768px){
    /* region layout */
    .thermal-relax{
        border-radius: 32px;
    }
    .thermal-relax .thermal-relax__wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 56px;
    }
    .thermal-relax .thermal-relax__title{
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
    }
    .thermal-relax .thermal-relax__inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
    .thermal-relax .thermal-relax__content{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
    /* endregion layout */
}
@media (min-width: 1024px){
    /* region layout */
    .thermal-relax{
        padding: 40px 0 96px;
    }
    .thermal-relax .thermal-relax__wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64px;
    }
    .thermal-relax .thermal-relax__inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
    .thermal-relax .thermal-relax__content{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        align-self: stretch;
    }
    footer{
        z-index: 4 !important;
    }
    /* endregion layout */
}
@media (min-width: 1440px){
    /* region layout */
    .thermal-relax .thermal-relax__title{
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
        width: 100%;
    }
    /* endregion layout */
}
@media (min-width: 1600px){
    /* region layout */
    /* endregion layout */
}
/* End */


/* Start:/local/components/mendeleev/elements.sorted/templates/termalnyy-sezon.first-screen/style.css?173159531418421*/
.first-screen{
    padding-top: 153px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}
.tag-separate{
    width: 3px;
    height: 3px;
    border-radius: var(--round, 999px);
    background: #294594;
}
.first-screen .container{
    display: flex;
    flex-direction: column;
}
.first-screen__video{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    overflow: hidden;
}
.first-screen__video iframe{
    position: relative;
    transform: scale(1.2);
}
.first-screen img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.first-screen::before{
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.first-screen .container{
    height: 100%;
}
.first-screen__wrapper{
    z-index: 3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.first-screen__inner{
    z-index: 1;
    max-width: 646px;
    position: relative;
    display: grid;
    padding-bottom: 80px;
    font-family: "NunitoSans";
}
.first-screen__breadcrumbs{
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.first-screen__breadcrumbs a,
.first-screen__breadcrumbs span{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.first-screen__breadcrumbs a,
.first-screen__breadcrumbs a:hover{
    color: var(--color-white);
}
.first-screen__breadcrumbs a::after{
    content: "/";
    margin-left: 8px;
}
.first-screen__breadcrumbs li:last-child{
    color: #BCBDC3 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.first-screen__title{
    margin-bottom: 0;
    color: var(--color-white);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-top: 24px;
}
.first-screen__description{
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 24px;
}
.first-screen__button{
    display: none;
    width: fit-content;
    padding: 12px 20px;
    margin-top: 16px;
    background: #71ADC0;
    color: #294594;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    -webkit-border-radius: var(--border-radius-min);
    -moz-border-radius: var(--border-radius-min);
    border-radius: var(--border-radius-min);
    border: 0;
    white-space: nowrap;
}
.first-screen__button:hover{
    background: #70B0C8;
}
.first-screen__button:active{
    background: #94D5EE;
}
.first-screen__button:focus{
    background: #82CEEB;
    box-shadow: 0 0 0 3px rgba(130, 206, 235, 0.20);
}
.first-screen__upcoming_events-wrapper{
    z-index: 3;
}
.first-screen__upcoming_events{
    z-index: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: var(--xs-4, 16px);
    background: #82CEEB;
    overflow: hidden;
}
.first-screen__upcoming_events-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    margin-top: -35px;
}
.first-screen__upcoming_events-header-icon svg{
    width: 41px;
    height: 81px;
}
.first-screen__upcoming_events-header-title{
}
.first-screen__upcoming_events-header-title-text{
    position: relative;
    color: #294594;
    text-align: center;
    font-family: "PPRightGrotesk";
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    text-transform: uppercase;
    word-spacing: 100vw;
    font-size: 54px;
}
.first-screen__upcoming_events-slider-wrapper{
    position: relative;
    display: flex;
    border-top: 1px solid #294594;
    border-bottom: 1px solid #294594;
    width: 100%;
    height: 100%;
}
.first-screen__upcoming_events-slide-image{
    border-radius: 4px;
    overflow: hidden;
}
.first-screen__upcoming_events-slider{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 16px 0;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image{
    position: relative;
    height: 100px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image img{
    height: 100%;
    width: 100%;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #294594;
    gap: 6px;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #294594;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    justify-content: center;
}
.first-screen__button-mobile{
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-screen__button-mobile button{
    display: flex;
    flex-direction: column;
    height: 48px;
    padding: 0px var(--16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    border-radius: var(--sm, 12px);
    background: #82CEEB;
    color: #294594;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    max-width: 100%;
    width: 100%;
}
.first-screen__upcoming_events-slide-info-tag-city{
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.first-screen__upcoming_events-slide-info-tag-date{
    color: #294594;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
}
@media (min-width: 320px){
    .first-screen__upcoming_events-slide-info-tag-city{
        font-family: "NunitoSans";
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags{
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .first-screen .container{
        row-gap: 20px;
    }
    .first-screen__inner{
        padding-bottom: 0;
    }
    .first-screen__description{
        font-size: 16px;
    }
    .first-screen__upcoming_events-header-title{
        padding-top: 8px;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 48px;
    }
    .first-screen__upcoming_events{
        flex-direction: column;
        padding: 32px 12px 24px;
        row-gap: 32px;
    }
    .first-screen__button-mobile{
        margin-bottom: 64px;
    }
    .first-screen__upcoming_events-slide-info-name {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (min-width: 375px){
    .first-screen__upcoming_events{
        flex-direction: column;
        padding: 32px 43px 24px;
    }
    .first-screen__inner{
    }
    .first-screen__button{
        margin-top: 8px;
    }
    .first-screen__button-mobile{
        margin-bottom: 60px;
    }
}
@media (min-width: 576px){
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image{
        height: 90px;
    }
    .first-screen__inner{
    }
    .first-screen__upcoming_events{
        flex-direction: row;
        column-gap: 24px;
        padding: 24px 0;
    }
    .first-screen__upcoming_events-slider-wrapper{
        width: 262px;
    }
    .first-screen__upcoming_events-header-title{
        padding: 8px 0;
    }
}
@media (min-width: 576px){
    .first-screen{
        padding-top: 324px;
    }
    .first-screen__title{
        padding-top: 32px;
        font-size: 36px;
        line-height: 42px;
    }
    .first-screen__description{
        padding-top: 24px;
        font-weight: 400;
        line-height: 24px;
        font-size: 18px;
    }
    .first-screen__upcoming_events-header-icon svg{
        margin-top: -12px;
        width: 41px;
        height: 81px;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 56px;
    }
    .first-screen__upcoming_events-header{
        margin-top: -33px;
        row-gap: 10px;
    }
    .first-screen__button-mobile button{
        display: flex;
        flex-direction: column;
        height: 48px;
        padding: 0px var(--16, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--8, 8px);
        border-radius: var(--sm, 12px);
        background: #82CEEB;
        color: #294594;
        font-feature-settings: "liga" off, "clig" off;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        border: none;
        max-width: 221px;
    }
}
@media (min-width: 768px){
    .first-screen{
        padding-top: 215px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image{
        height: 86px;
        min-width: 112px;
        width: 112px;
    }
    .first-screen__upcoming_events{
        padding: 20px 16px;
        column-gap: 16px;
    }
    .first-screen .container{
        row-gap: 32px;
    }
    .first-screen__inner{
    }
    .first-screen__title{
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        padding-top: 32px;
    }
    .first-screen__description{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-top: 24px;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 64px;
    }
    .first-screen__upcoming_events-slider{
        width: 358px;
    }
    .first-screen__upcoming_events-slider,
    .first-screen__upcoming_events-slider-wrapper{
        height: 324px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags{
        line-height: 22px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide{
        flex-direction: row;
        gap: 16px;
    }
    .first-screen__upcoming_events-slider-wrapper{
        width: 100%;
    }
    .first-screen__button-mobile{
        margin-bottom: 72px;
    }
    .first-screen__upcoming_events-slide-info-name{
        line-height: 20px;
    }
    .first-screen__upcoming_events-header{
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
        margin-top: -139px;
    }
    .first-screen__upcoming_events-header-icon svg{
        width: 41px;
        height: 81px;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 57px;
    }
    .first-screen__button-mobile button{
        display: flex;
        flex-direction: column;
        height: 48px;
        padding: 0px var(--16, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--8, 8px);
        border-radius: var(--sm, 12px);
        background: #82CEEB;
        color: #294594;
        font-feature-settings: "liga" off, "clig" off;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        border: none;
    }
}
@media (min-width: 1024px){
    .first-screen{
        padding-top: 99px;
        padding-bottom: 104px;
    }
    .first-screen__title{
        color: #FFF;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        padding-top: 40px;
    }
    .first-screen__description{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-top: 24px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image{
        height: 86px;
        min-width: 112px;
        width: 112px;
    }
    .first-screen .container{
        flex-direction: row;
    }
    .first-screen__wrapper{
    }
    .first-screen__upcoming_events-header{
        margin-top: 0;
    }
    .first-screen__inner{
        padding-top: 109px;
        max-width: 484px;
        padding-left: 5px;
    }
    .first-screen__upcoming_events{
        flex-direction: column;
        width: 376px;
        padding: 0 16px 48px;
        row-gap: 16px;
        margin-right: 7px;
    }
    .first-screen__upcoming_events-header-icon svg{
        width: 41px;
        height: 81px;
    }
    .first-screen__upcoming_events-header-title{
        padding: 2px 0 15px;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 68px;
    }
    .first-screen__button{
        display: flex;
        margin-top: 40px;
        padding: 12px 16px;
        border-radius: 12px;
    }
    .first-screen__button-mobile{
        display: none;
    }
}
@media (min-width: 1440px){
    .first-screen{
        padding-top: 119px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image{
        height: 80px;
        min-width: 140px;
        width: 140px;
    }
    .first-screen__wrapper{
    }
    .first-screen .container{
        row-gap: 40px;
    }
    .first-screen__title{
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
        padding-top: 40px;
    }
    .first-screen__description{
        font-size: 20px;
        padding-top: 24px;
        line-height: 28px;
    }
    .first-screen__upcoming_events-slider{
        padding: 18px 0;
    }
    .first-screen__button{
        margin-top: 40px;
    }
    .first-screen__upcoming_events{
        width: 422px;
        padding: 0 25px 37px;
        margin-right: 10px;
        height: fit-content;
    }
    .first-screen__upcoming_events-wrapper{
        z-index: 3;
        display: flex;
        height: fit-content;
        margin-right: -6px;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 72px;
    }
    .first-screen__upcoming_events-header{
        row-gap: 35px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide{
        gap: 20px;
    }
    .first-screen__inner{
        padding-top: 215px;
        padding-bottom: 100px;
        max-width: 646px;
        padding-left: 5px;
    }
    .first-screen__upcoming_events-header-icon svg{
        width: 100%;
        height: 140px;
    }
}
@media (min-width: 1600px){
    .first-screen{
        padding-top: 130px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image{
        height: 80px;
        min-width: 140px;
        width: 140px;
    }
    .first-screen__wrapper{
    }
    .first-screen .container{
        row-gap: 40px;
    }
    .first-screen__inner{
        padding-top: 201px;
        max-width: 760px;
    }
    .first-screen__title{
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 68px;
        padding-top: 44px;
    }
    .first-screen__description{
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        padding-top: 23px;
        word-spacing: -1px;
    }
    .first-screen__button{
        margin-top: 38px;
        display: flex;
        height: 48px;
        padding: 0 var(--16, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--8, 8px);
        border-radius: var(--sm, 12px);
        background: #82CEEB;
        width: 221px;
    }
    .first-screen__upcoming_events{
        width: 422px;
        padding: 0 25px 37px;
        margin-right: 16px;
        height: fit-content;
    }
    .first-screen__upcoming_events-wrapper{
        z-index: 3;
        display: flex;
        padding-top: 46px;
        height: fit-content;
    }
    .first-screen__upcoming_events-header-title-text{
        font-size: 72px;
    }
    .first-screen__upcoming_events-header{
        row-gap: 35px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide{
        gap: 20px;
    }
    .thermal .first-screen__inner{
        padding-bottom: 122px;
        padding-left: 5px;
        padding-top: 265px;
    }
}
@media (min-width: 1690px){
    .first-screen__inner{
        padding-top: 265px;
    }
}
@media (min-width: 320px){
    .special.tobolsk .container{
        width: 100%;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        --column-gap: 16px;
    }
}
@media (min-width: 576px){
    .special.tobolsk .container{
        max-width: 512px;
        padding-left: 0;
        padding-right: 0;
        --column-gap: 24px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .special.tobolsk .upcoming-events.container{
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px){
    .special.tobolsk .container{
        max-width: 696px;
        --column-gap: 24px;
    }
}
@media (min-width: 1024px){
    .special.tobolsk .container{
        max-width: 936px;
    }
}
@media (min-width: 1440px){
    .special.tobolsk .container{
        max-width: 1128px;
    }
}
@media (min-width: 1920px){
    .special.tobolsk .container{
        max-width: 1320px;
    }
}
/* End */


/* Start:/local/components/mendeleev/popup.detail/templates/event/style.css?17533588134539*/
.popup-detail {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
}
.popup-detail.active {
    width: 100vw;
}
.popup-detail .ppd__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, black, transparent);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity, 140ms linear;
    transition-delay: 200ms;
}
.popup-detail.visibled .ppd__background {
    opacity: 1;
    transition-delay: 0ms;
}
.popup-detail .ppd__container {
    z-index: 2;
    position: relative;
    right: -100%;
    overflow: hidden auto;
    transition: right 440ms;
    transition-delay: 0ms;
}
.popup-detail.visibled .ppd__container {
    right: 0;
    transition-delay: 90ms;
}
.popup-detail .ppd__header {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    padding: 0 16px;
}
.popup-detail .ppd__controls {
    z-index: 2;
    position: relative;
    top: 16px;
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
}
.popup-detail .ppd__progress {
    --ppd-progress-speed: 100ms;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.ppd .ppd__progress-item {
    position: relative;
    width: 100%;
    border-radius: 100px;
    background: #FFFFFF4D;
}
.ppd .ppd__progress-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 100px;
    background-color: #FFFFFF;
    transition: width 0ms linear;
    transition-duration: 0ms;
}
.ppd .ppd__progress-item.active:after {
    width: 100%;
    transition-duration: 0ms;
}
.ppd .ppd__progress-item.animated:after {
    transition-duration: var(--ppd-progress-speed);
}
.popup-detail .ppd__controls .ppd--button {
    padding: 12px;
    border-radius: 12px;
    background-color: #FFFFFF4D;
    border: none;
    outline: none;
    transition: box-shadow 90ms;
}
.popup-detail .ppd__controls .ppd--button:hover {
    box-shadow: 0 0 6px 2px #DB4D43;
}
.popup-detail .ppd__controls .ppd--button:active {
    box-shadow: 0 0 6px 2px #DB4D43, 0 0 4px 0 black inset;
}
.popup-detail .ppd__controls .ppd--button:not(:disabled) {
    cursor: pointer;
}
.ppd .event .block--helper,
.popup-detail .ppd__controls .ppd--button svg:not(:first-child) {
    display: none;
}
.popup-detail .ppd__body {
    max-width: 840px;
    background-color: #FFFFFF;
}
/** region дополнение стилей к странице события */
.ppd .event {
    z-index: 1;
    position: relative;
}
.ppd .event-gallery__swiper-pagination {
    top: 0 !important;
}
.ppd .event .event__contacts a {
    font-weight: 400;
    color: var(--black, #1F2238);
    text-decoration: none;
}
.ppd .event__content {
    padding-left: 16px;
    padding-right: 16px;
}
.ppd .event__container {
    max-width: 100%;
}
.ppd .event .event__detail-picture img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.ppd .event__content--helper {
    padding: 0 16px 16px;
}
.ppd .event__slider .swiper-slide img {
    max-width: 100%;
    border-radius: 0;
}
.ppd .gallery__wrapper > .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
/** endregion дополнение стилей к странице события */
/** region media breakpoints */
@media (min-width: 576px) {
    .popup-detail .ppd__header {
        padding: 0 32px;
    }
    .ppd .event__content {
        padding-left: 32px;
        padding-right: 32px;
    }
    .ppd .event__content--helper {
        padding: 0 32px 32px;
    }
}
@media (min-width: 768px) {
    .popup-detail .ppd__header {
        padding: 0 36px;
    }
    .popup-detail .ppd__controls {
        top: 24px;
    }
    .ppd .event__content {
        padding-left: 36px;
        padding-right: 36px;
    }
    .ppd .event__content--helper {
        padding: 0 36px 24px;
    }
}
@media (min-width: 1024px) {
    .popup-detail .ppd__controls {
        flex-direction: row;
    }
    .popup-detail .ppd__controls .ppd--button {
        background-color: var(--white);
    }
    .popup-detail .ppd__controls .ppd--button svg:first-child {
        display: none;
    }
    .popup-detail .ppd__controls .ppd--button svg:last-child {
        display: inline;
    }

    .ppd .event__container.event__slider {
        width: 100%;
    }
}
/** endregion media breakpoints */
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news/events/bitrix/news.detail/.default/style.css?175335881322064*/
.event-wrapper {}
.event__more-details-item.hiden,
.event__more-details-show.hiden{
    display: none;
}
.RUB{
    position: relative;
    display: inline-block;
    content: " ";
    font-family: "Arial";
    font-size: 1em;
    font-weight: inherit;
    line-height: 1.1em;
    color: inherit;
    top: 0.1em;
    width: 0.8em;
    height: 1em;
}
.RUB::before{
    z-index: 2;
    position: absolute;
    content: "P";
    width: 0.38em;
    height: 0.73em;
    font-family: "Arial";
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    padding-left: 0.01em;
    border-bottom: 0.1em solid;
}
.RUB::after{
    z-index: 1;
    position: absolute;
    content: "";
    width: 0.1em;
    height: 0;
    top: auto;
    bottom: 0.42em;
    left: 0;
    color: inherit;
    border-bottom: 0.1em solid;
}
.event{}
.event__detail-picture{
    z-index: -1;
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    background-size: cover;
    overflow: hidden;
}
.event__container{
    width: 100%;
}
.event__schedule{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;

}
.event__schedule .event__container{
    display: flex;
    gap: 24px;
    flex-direction: column;
    padding: 24px 0;
    border-top: 1px solid var(--alpha-gray-100, rgba(31, 34, 56, 0.10));
    border-bottom: 1px solid var(--alpha-gray-100, rgba(31, 34, 56, 0.10));
}
.event__schedule-item{
    display: flex;
    padding: 16px  0;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.event__schedule-item:first-child{
    border: none;
}
.event__schedule-item .none{
    display: none;
}
.event__schedule-item + .event__schedule-item{
    border-top: 1px solid var(--alpha-gray-100, rgba(31, 34, 56, 0.10));
}
.event__schedule-item-date svg{
    align-self: center;
}
.event__schedule-item-date{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.event__schedule-head{
    font-weight: 500;
}
.event__schedule-head,
.event__schedule-item {
    display: flex;
    justify-content: space-between;
}
.event__schedule-item-date{
    display: flex;
}
.event__schedule-head-arrow{
    cursor: pointer;
}
.event__schedule-items{
    display: none;
    flex-direction: column;
}
.event__schedule-item.past .event__schedule-item-date,
.event__schedule-item.past .event__schedule-item-day,
.event__schedule-item.past .event__schedule-item-day-mobile{
    opacity: 0.4;
}
.event__schedule-item-day-mobile{
    display: flex;
}
.event__schedule-item-day{
    display: none;
}
.event__schedule-item-day-mobile,
.event__schedule-item-day{
    color: #8F909B;
}
.tag-separate{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3px;
    width: 3px;
    background-color: var(--gray-500);
}
.event__detail-picture:before{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.60) 0%, rgba(31, 34, 56, 0.40) 34.94%, rgba(31, 34, 56, 0.40) 100%);
}
.event__description .event__container{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.event__content{
    padding-top: 32px;
    margin-bottom: 72px;
    margin-top: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 64px;
    border-radius: 24px 24px 0 0;
    background-color: #FFFFFF;
    /*overflow: hidden;*/
}
.ppd__body .event__content{
    margin-bottom: 92px;
}
.event__info--breadcrumbs .bx-breadcrumb-item{
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.event__container .breadcrumb-wrapper {
    margin-bottom: 0;
}
.event__main-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.event__main-info-header{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.event__main-info .event__container{
    display:flex;
    flex-direction: column;
    row-gap: 32px;
}
.event__main-date{
    display: flex;
    gap: 6px;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.event__main-alternative-text {
    width: fit-content;
    display: flex;
    height: 32px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--primary-500);
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.event__main-date span{
    color: #8F909B;
}
.event__main-info-tags{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.event__main-final-price{
    height: 32px;
    padding: 8px;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    background: var(--alpha-primary-50, rgba(232, 106, 77, 0.10));
}
.event__main-tag{
    height: 32px;
    padding: 8px;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    background: var(--alpha-gray-50, rgba(31, 34, 56, 0.05));
}
.event__main-category{
    color: var(--primary-500, #E86A4D);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}
.event__main-category:hover{
    text-decoration: none;
}
.event__main-name{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: unset !important;
    margin-top: unset !important;
}
.event__main-city{
    color: var(--gray-500, #8F909B);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.event__main--tag-map{
    color: var(--primary-500, #E86A4D);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor:pointer;
}
.event__main--tag-map:hover{
    text-decoration: none;
}
.event__description-header{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
/*region SLIDER*/
.event .event__recommended-events {
    margin-bottom: 80px;
}
.event__slider{
    position: relative;
    cursor: pointer;
}
.recommended-events-slide-image{
    aspect-ratio: 3/2;
}
.event__slider .swiper-slide img{
    aspect-ratio: 3/2;
    border-radius: 20px;
}
.recommended-events-slide{
    display: flex !important;
    flex-direction: column;
    row-gap: 24px;
}
.recommended-events-slide-image{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}
.recommended-events-slide-details {
    flex-wrap: wrap;
    gap: 6px;
}
.recommended-events-slide {
    height: 100%;
}
.recommended-events-slide .recommended-events-slide-info {
    justify-content: space-between;
    height: 164px;
    max-height: 100%;
}
.recommended-events-slide-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recommended-events-slide-flag{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    background: var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
}
.recommended-events-slide-price{
    position: absolute;
    height: 24px;
    display: flex;
    left: 16px;
    bottom: 16px;
    padding: 8px;
    color: var(--white, #FFF);
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--black, #1F2238);
}
.recommended-events-slide-price .RUB{
    margin-bottom: 3px;
}
.single-schedule-item {
    border: none !important;
}
/*endregion*/
/*region MAIN*/
/*region MAP*/
.event__map{
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--alpha-gray-100, rgba(31, 34, 56, 0.10));
    width: 100%;
    height: 400px;
}
.event__description-text{
    color: var(--gray-900, #35384C);
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*endregion*/
.event__in-favorites{
    width: 100%;
}
.event__in-favorites-button{
    display: flex;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
}
.event__in-favorites .js-favorite.text-mode{
    border-radius: var(--border-radius-sm, 12px);
    border: 1px solid var(--alpha-gray-200, #1F223833);
    width: 100%;
    max-width: 100%;
    color: var(--black, #1F2238);
}
.event__in-favorites-icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:24px;
    height: 24px;
}
.event__more-info{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.event__more-details-header{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.event__more-details .event__container{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.event__more-details-show{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    cursor: pointer;
}
.event__more-details-item{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}
.event__more-details-item-picture {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
}
.event__more-details-item-picture img{
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
    background-color: #af806f;
    object-fit: cover;
}
.event__more-details-item-info{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.recommended-events-slide:hover,
.event__more-details-item:hover{
    text-decoration: none;
    cursor: pointer;
}
.event__more-details-item-info-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 6px;
}
.event__more-details-item-info-tag{
    color: var(--primary-500, #E86A4D);
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.event__more-details-item-info-date{
    color: var(--gray-500, #8F909B);
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.event__more-details-item-info-name{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.event__more-details-item-info-adress{
    color: var(--gray-500, #8F909B);
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.event__contacts{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.event__contacts--wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    column-gap: 24px;
}
.event__more-details-items{
    display:grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
.event__contacts--side-contact{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}
.event__contacts--side-social-item a,
.event__contacts--side-contact-icon{
    height: 24px;
    flex: 0 0 24px;
    display: flex;
}
.event__contacts--side-social-item{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event__contacts--side-contact-icon svg{
    color: var(--primary-500);
}
.event-title{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.event__contacts--side-social{
    display: flex;
    flex-direction: row;
    column-gap: 4px;
}
.event__contacts--side-contact-items{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.event__contacts--side-contact-item{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.event__contacts--side-contact-item a:hover{
    text-decoration: none;
}
.event__contacts--side-address{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.event__contacts--side{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.event__contacts--side-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px;
}
.event__contacts--side-address-item{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.event__contacts--side-address-item-address{
    color: var(--gray-500, #8F909B);
}
.event__recommended-events-title{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.event__recommended-events{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.recommended-events-slide-name{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.recommended-events-slide-details-category{
    color: var(--primary-500, #E86A4D);
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.recommended-events-slide-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 6px;
}
.recommended-events-slide-details-city{
    color: var(--gray-500, #8F909B);
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.recommended-events-slide-info{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.recommended-events-slide-info-top{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.recommended-events-slide-info-date{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
/*region SCHEDULE*/
.event__detail--schedule{
    border-bottom: 1px solid var(--gray-100);
}
.event__detail--schedule-main{
    display: flex;
    padding: 24px 0;
    gap: 8px;
    align-items: center;
    border-top: 1px solid var(--gray-100);
    background-color: unset;
    cursor: pointer;
}
.event__detail--schedule-main-status{
    width: 24px;
}
.event__detail--schedule-main-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.event__detail--schedule-main-info-status{
    font-size: 18px;
    font-weight: 500;
}
.event__detail--schedule-main-info-interval{
    font-size: 15px;
    font-weight: 400;
}
.event__detail--schedule-main-open{
    flex: 0 0 24px;
}
.event__schedule-head-arrow svg,
.event__detail--schedule-main-open svg,
.event__questions--item-show svg{
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: var(--transition-duration-base);
    -moz-transition: var(--transition-duration-base);
    -ms-transition: var(--transition-duration-base);
    -o-transition: var(--transition-duration-base);
    transition: var(--transition-duration-base);
    transform: unset;
}
.event__schedule-head-arrow-opened svg,
.event__detail--schedule-main.items-show .event__detail--schedule-main-open svg,
.event__questions--item.question-show .event__questions--item-show svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.event__detail--schedule-items-wrapper{
    display: none;
    background-color: unset;
}
.event__detail--schedule-items{
    display: flex;
    flex-direction: column;
}
.event__detail--schedule-item{
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-100);
}
.event__detail--schedule-items .event__detail--schedule-item:last-child{
    border: unset;
}
.event__detail--schedule-item-title{
    font-size: 20px;
}
.event__detail--schedule-item-time{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.event__detail--schedule-item-time-interval{
    font-size: 20px;
    text-align: end;
    font-weight: 400;
}
.event__detail--schedule-item-time-break{
    font-size: 16px;
    color: var(--gray-500);
}
.schedule-item-today{
    font-weight: 600;
}
.event .event__content .js-favorite:after{
    content: "В избранное" !important;
    padding-left: 12px !important;
}
/*endregion*/
.event .gallery__wrapper {
    overflow: hidden;
    width: 100%;
}
.event .event__map {
    margin-bottom: 24px;
}

.event .block--helper {
    height: 48px;
}
.event .sticky-ticket {
    z-index: 9;
    margin: -60px 0 0;
    position: sticky;
    top: calc(100vh - 70px);
    bottom: initial;
    height: initial;
}

.event .sticky-ticket.fixed {
    position: fixed;
    top: initial;
    bottom: 68px;
}
.event .sticky-ticket .ticket {
    height: 0;
    transition: height 100ms linear;
}

.event .event__in-favorites .favorite-button {
    margin: 0 0 60px;
}
.event .event__content--helper {
    overflow: hidden;
    margin-top: -24px;
}
@media(max-width: 341px){
    .event__detail--schedule-item-title{
        display: flex;
        height: min-content;
    }
    .event__detail--schedule-item-time-break{
        width: max-content;
    }
}
@media(min-width: 576px) {
    .event__detail-picture {
        max-height: 324px;
    }
    .event__schedule-item-day{
        display: flex;
    }
    .event__schedule-item-day-mobile{
        display: none;
    }
}
@media(min-width: 768px){
    .event__more-info .event__contacts--side-right,
    .event__more-info .event__contacts--side-left{
        width: 50%;
    }
    .event__detail-picture{
        max-height: 432px;
    }
    .event__content{
        padding-top: 40px;
        margin-bottom: 64px;
        margin-top: -32px;
        border-radius: 32px 32px 0 0;
        row-gap: 72px;
    }
    .ppd__body .event__content{
        margin-bottom: 92px;
    }
    .event__main-name{
        font-size: 36px;
        line-height: 42px;
    }
    .event__main-date{
        font-size: 24px;
        line-height: 30px;
    }
    .event__description-header{
        font-size: 28px;
        line-height: 34px;
    }
    .event__more-details-header{
        font-size: 28px;
        line-height: 34px;
    }
    .event__contacts--wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
    .event__recommended-events-title{
        font-size: 28px;
        line-height: 34px;
    }
    .event__more-details-items{
        grid-template-columns: repeat(2, 1fr);
    }
    .recommended-events-slide-name{
        font-size: 22px;
        line-height: 28px;
    }
    .recommended-events-slide-info-date{
        font-size: 28px;
        line-height: 34px;
    }
    .event-title{
        font-size: 28px;
        line-height: 34px;
    }
}
@media(min-width: 1024px){
    .event__detail-picture{
        max-height: 576px;
    }
    .event__container{
        width: 776px;
    }
    .event__in-favorites .js-favorite.text-mode{
        max-width: 776px;
    }
}
@media(min-width: 1440px){
    .event__in-favorites .js-favorite.text-mode{
        max-width: 744px;
    }
    .event__detail-picture{
        max-height: 480px;
    }
    .event__content{
        row-gap: 80px;
    }
    .ppd__body .event__content{
        row-gap: 92px;
    }
    .event__container{
        width: 744px;
    }
    .event__main-name{
        font-size: 44px;
        line-height: 50px;
    }
    .event__main-date{
        font-size: 28px;
        line-height: 34px;
    }
    .event__description-header{
        font-size: 32px;
        line-height: 38px;
    }
    .event__description-text{
        font-size: 20px;
        line-height: 28px;
    }
    .event__more-details-header{
        font-size: 32px;
        line-height: 38px;
    }
    .event__recommended-events-title{
        font-size: 32px;
        line-height: 38px;
    }
    .event-title{
        font-size: 32px;
        line-height: 38px;
    }
    .event__main-alternative-text {
        height: 40px;
        padding: 0px 24px;
        line-height: 24px;
    }
}
@media(min-width: 1920px){
    .event__detail-picture{
        max-height: 640px;
    }
    .event__container{
        width: 872px;
    }
    .event__in-favorites .js-favorite.text-mode{
        max-width: 872px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stories-list-big/style.css?17533588134506*/
.stories-group {
    padding: 48px 0;
    overflow: hidden;
}
.stories-group__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 56px;
}
.stories-group__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    gap: 16px;
}
.stories-group .stories-group__head--sub-title {
    margin: 0 0 16px 0;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.stories-group__head--title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
}
.stories-group__items {
    position: relative;
    width: 100%;
}
.stories-group__item {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4px;
    gap: 10px;
    max-width: 150px;
    border-radius: 24px;
    border: 2px solid #E46D4E;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.stories-group__item.visited {
    border: 2px solid transparent;
}
.stories-group__item:hover {
    border: 2px solid #F2A391;
}
.stories-group__item:hover {
    border: 2px solid #F2A391;
}
.stories-group__item > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 12px;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 18px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    overflow: hidden;
}
.stories-group__item--img {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.stories-group__item > div::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: var(--color-gradient-card);
    border-radius: 18px;
    overflow: hidden;
}
.stories-group__item--title {
    z-index: 1;
    position: relative;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
.stories-group__overlay {
    display: none;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.stories-group__turn-device {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 576px) {
    .stories-group__item {
        max-width: 250px;
    }
}
@media (min-width: 769px) {
    .stories-group {
        padding: 56px 0;
    }

    .stories-group__item--title {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (min-width: 1140px) {
    .stories-group {
        padding: 64px 0;
    }

    .stories-group__item--title {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 1400px) {
    .stories-group {
        padding: 64px 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stories-list-big/stories-popup.css?173056666014131*/
.stories-popup {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #000000c7;
    backdrop-filter: blur(15px);
    --scenePerspective: 1000;
    --width: 22;
    --height: calc(var(--width) * 1.77);
    --translateZ: calc(var(--width) / 2);
    --first-layer: 100;
    --second-layer: 80;
    --third-layer: 30;
}

.stories-popup__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stories-popup__close {
    z-index: var(--third-layer);
    position: fixed;
    right: 24px !important;
    top: 24px !important;
    background: transparent !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}

.stories-popup__duration {
    display: none;
    z-index: 100000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: green;
    padding: 5px;
    border-radius: 100px;
    background-color: #fff;
}

.stories-popup__close.mobile {
    display: none;
    z-index: var(--first-layer);
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border: none;
}

.stories-popup__mute {
    z-index: var(--first-layer);
    position: fixed;
    right: -2px !important;
    top: 42px !important;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border: none;
}

.stories-popup__close > svg {
    display: block;
    height: 100%;
    width: 100%;
    overflow: visible;
    position: relative;
}

.stories-popup__close:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

.stories-popup__inner {
    width: calc(var(--width) * 1vw);
    height: auto;
    aspect-ratio: 9/16;
    perspective: calc(var(--scenePerspective) * 1px);
    perspective-origin: 50% 50%;
}

.stories-popup__items {
    width: calc(var(--width) * 1vw);
    height: auto;
    aspect-ratio: 9/16;
    transform-style: preserve-3d;
    transform: translateZ(-100px) rotateY(0deg);
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    /*transition: all 1s;*/
}

.stories-popup__item-prev,
.stories-popup__item-next {
    z-index: var(--second-layer);
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.stories-popup__item-prev {
    left: 0;
}

.stories-popup__item-url {
    z-index: var(--first-layer);
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100% - 38px);
    height: 52px;
    bottom: 10px;
    margin: auto 19px;
    padding: 16px 40px;
    background: transparent;
    border: none;
}

.stories-popup__item {
    opacity: 0;
    position: absolute;
    width: calc(var(--width) * 1vw);
    height: auto;
    aspect-ratio: 9/16;
    backface-visibility: inherit;
    border-radius: 12px;
    overflow: hidden;
}

.stories-popup__item.visible {
    opacity: 1;
}

.stories-popup__item:nth-child(4n+1) {
    transform: rotateY(0deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item:nth-child(4n+2) {
    transform: rotateY(90deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item:nth-child(4n+3) {
    transform: rotateY(180deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item:nth-child(4n+4) {
    transform: rotateY(-90deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item.prev {
    transform: rotateY(0deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item.current {
    transform: rotateY(90deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item.next {
    transform: rotateY(180deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stories-popup__item--pagination {
    z-index: var(--first-layer);
    position: absolute;
    left: 0;
    top: -5px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

.stories-popup__item--pagination > li {
    z-index: var(--third-layer);
    opacity: 1;
    width: 100%;
    height: auto;
    border-radius: 100px;
    overflow: hidden;
}

.stories-popup__item--pagination > li > svg {
    width: auto;
    height: auto;
    border-radius: 100px;
    overflow: hidden;
}

.stories-popup__item--close {
    display: none;
    z-index: var(--first-layer);
    position: fixed;
    right: 7px;
    top: 5px;
    background: rgba(255, 255, 255, 0.15) !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}

.stories-popup__item--mute,
.stories-popup__item--unmute {
    display: none;
    z-index: var(--first-layer);
    position: fixed;
    right: 7px;
    top: 55px;
    background: #00000080 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}

.stories-popup__item-next {
    right: 0;
}

.stories-popup__item--slides {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.stories-popup__item--slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stories-popup__item--slide::before {
    z-index: var(--third-layer);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    content: "";
    background-image: linear-gradient(0deg, rgba(38, 32, 34, 0.0) 0%, rgba(38, 32, 34, 0.3) 40%, rgba(38, 32, 34, 0.8) 100%);
}

.stories-popup__item--slide.video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(0deg, rgba(20, 17, 18, 0.0) 0%, rgba(20, 17, 18, 0.3) 30%, rgba(20, 17, 18, 0.6) 100%);
}

.stories-popup__item--slide:first-child {
    display: block;
}

.stories-popup__item--slide > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stories-popup__item--slide-video {
    display: none;
}

.stories-popup__item .stories-popup__item--slide-preloader {
    z-index: 10000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.stories-popup__item--slide-video iframe {
    z-index: var(--second-layer);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.22);
    height: 100%;
    width: 100%;
    aspect-ratio: 9/16;
}

.stories-popup__item--slide-video iframe.no-scale {
    transform: translate(-50%, -50%) scale(1);
    transition: 1s;
}

.stories-popup__item--slide-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 37px 19px 19px;
    gap: 16px;
    color: var(--color-white);
    height: 100%;
}

.stories-popup__item--slide-content.full-screen {
    justify-content: start;
}

.stories-popup__item--slide-content.start {
    justify-content: start;
}

.stories-popup__item--slide-content.center {
    height: 100%;
    justify-content: center;
}

.stories-popup__item--slide-content.end {
    height: 100%;
    justify-content: end;
}

.stories-popup__item--slide-content.gradient::before,
.stories-popup__item--slide-content.start.gradient::before,
.stories-popup__item--slide-content.center::before {
    z-index: var(--third-layer);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: var(--color-gradient-card-inverted);
}

.stories-popup__item--slide-content.end::before {
    z-index: var(--third-layer);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: var(--color-gradient-card);
}

.stories-popup__item--slide-content-title {
    z-index: var(--third-layer);
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 0;
}

.stories-popup__item--slide-content-subtitle {
    z-index: var(--third-layer);
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.stories-popup__item--slide-content-text {
    z-index: var(--third-layer);
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.stories-popup__item--slide-url {
    z-index: var(--first-layer);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 40px;
    width: 100%;
    height: 52px;
    background: #E46D4E;
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: auto;
}

.stories-popup__item--slide-url:hover {
    color: #FFFFFF;
    background: #D75935;
}

.stories-popup__navigation button {
    z-index: var(--first-layer);
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    background: #FFFFFF;
    color: #262626;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stories-popup__navigation--prev {
    left: 50%;
    transform: translate(calc(50% - var(--width) * 1vw), -50%);
}

.stories-popup__navigation--prev > svg {
    transform: rotate(-90deg);
}

.stories-popup__navigation--next {
    right: 50%;
    transform: translate(calc(-50% + var(--width) * 1vw), -50%);
}

.stories-popup__navigation--next > svg {
    transform: rotate(90deg);
}

.stories-popup__navigation--prev.disabled,
.stories-popup__navigation--next.disabled {
    display: none;
}

.stories-popup__video-control button {
    z-index: var(--first-layer);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    object-position: center;
    object-fit: contain;
    padding: 0;
    border: none;
    background: transparent;
    box-sizing: content-box;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.stories-popup__video-control-play,
.stories-popup__video-control-pause {
    display: none;
}

.stories-popup__video-control-pause {
    opacity: 0.2;
}

.stories-popup__video-control-play:hover,
.stories-popup__video-control-pause:hover {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.stories-popup__video-loader {
    display: none;
    z-index: var(--first-layer);
    position: absolute;
    top: auto;
    left: auto;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
    .stories-popup {
        --width: 30;
    }
}

@media (max-width: 992px) {
    .stories-popup {
        --width: 35;
    }
}

@media (max-width: 768px) {
    .stories-popup {
        --width: 45;
    }

    .stories-popup__navigation--prev {
        left: 0;
        transform: translate(50%, -50%);
    }

    .stories-popup__navigation--next {
        right: 0 !important;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 574px) {
    .stories-popup {
        --width: 60;
    }

    .stories-popup__close {
        display: none;
    }

    .stories-popup__close.mobile,
    .stories-popup__item > svg {
        display: flex;
    }

    .stories-popup__item--mute {
        display: block;
    }

    .stories-popup__item--pagination {
        width: calc(100% - 36px);
    }

    .stories-popup__navigation--prev,
    .stories-popup__navigation--next {
        display: none;
    }

    .stories-popup__item {
        border-radius: 0;
    }
}

@media (max-width: 425px) {
    .stories-popup {
        --width: 85;
    }
}

@media (max-width: 375px) {
    .stories-popup {
        --width: 90;
    }
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.detail/termalnyy-sezon.banner/style.css?17313253119012*/
.thermal-banner{
    position: relative;
    display: flex;
    width: 100%;
    padding:64px 0;
    justify-content: center;
    align-items: flex-start;
    border-radius: 24px 24px 0 0;
    background: #294594;
}
.container{
}
.thermal-banner__inner{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    flex-shrink: 0;
    z-index: 4;
    position: relative;
}
.thermal-banner__head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.thermal-banner__title{
    font-family: "Core Sans A 55 Medium";
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 105.556% */
    text-transform: uppercase;
    margin: 0;
}
.thermal-banner__animate-container{
    position: relative;
    display: flex;
    min-height: 57px;
    width: 100%;
}
.thermal-banner__animate-text{
    font-family: "Core Sans A 55 Medium";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: fit-content;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(97deg, #82CEEB 0%, #CBE7F1 98.56%);
    color: #294594;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 100% */
    text-transform: uppercase;
    transition: opacity 1s ease-in-out;
}
.thermal-banner__animate-text.active{
    opacity: 1;
}
.thermal-banner__bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.thermal-banner__description{
    color: var(--secondary-25, #FBFAF9);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.thermal-banner__params{
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin: 0;
}
.thermal-banner__param{
    display: flex;
    align-items: center;
    gap: 16px;
}
.thermal-banner__params-count{
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px; /* 105.357% */
    text-transform: uppercase;
}
.thermal-banner__params-text{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.thermal-banner__figure{
    position: absolute;
    left: 50%;
    top: -5%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
}
.thermal-banner__figure img{
    max-width: 100%;
    height: 100%;
}
@media (min-width: 375px){
    .thermal-banner{
        margin-top: -55px;
        z-index: 3;
    }
    .container{
    }
    .thermal-banner__inner{
        gap: 72px;
    }
    .thermal-banner__head{
    }
    .thermal-banner__title{
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        text-transform: uppercase;
    }
    .thermal-banner__animate-text{
    }
    .thermal-banner__bottom{
    }
    .thermal-banner__description{
    }
    .thermal-banner__params{
    }
    .thermal-banner__params-count{
    }
    .thermal-banner__params-text{
    }
    .thermal-banner__figure{
    }
}
@media (min-width: 576px){
    .thermal-banner{
    }
    .container{
    }
    .thermal-banner__inner{
        gap: 96px;
    }
    .thermal-banner__head{
    }
    .thermal-banner__title{
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 49px;
        text-transform: uppercase;
    }
    .thermal-banner__animate-text{
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        width: fit-content;
    }
    .thermal-banner__bottom{
    }
    .thermal-banner__description{
        font-size: 20px;
        line-height: 28px;
    }
    .thermal-banner__params{
        flex-direction: row;
        padding: 20px 0;
    }
    .thermal-banner__params-count{
        font-size: 72px;
        font-style: normal;
        font-weight: 400;
        line-height: 72px;
        text-transform: uppercase;
    }
    .thermal-banner__params-text{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .thermal-banner__figure {
        position: absolute;
        left: 50%;
        top: -10%;
        transform: translateX(-50%);
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 768px){
    .thermal-banner {
        padding:80px 0;
        margin-top: -15px;
        z-index: 3;
        border-radius: 20px 20px 0 0;
    }
    .container{
    }
    .thermal-banner__inner{
        gap: 104px;
    }
    .thermal-banner__head{
        gap: 56px;
    }
    .thermal-banner__title{
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: 59px; /* 105.357% */
        text-transform: uppercase;
    }
    .thermal-banner__animate-container {
        min-height: 82px;
    }
    .thermal-banner__animate-text{
        font-size: 46px;
        font-style: normal;
        font-weight: 400;
        line-height: 58px;
        padding: 12px 40px;
    }
    .thermal-banner__bottom{
    }
    .thermal-banner__description{
    }
    .thermal-banner__params{
    }
    .thermal-banner__params-count{
    }
    .thermal-banner__params-text{
        font-weight: 600;
    }
    .thermal-banner__figure{
    }
}
@media (min-width: 1024px){
    .thermal-banner{
        padding: 96px 0;
        border-radius: 32px 32px 0 0;
    }
    .container{
    }
    .thermal-banner__inner{
    }
    .thermal-banner__head{
    }
    .thermal-banner__title{
        font-size: 72px;
        font-style: normal;
        font-weight: 400;
        line-height: 78px;
        text-transform: uppercase;
    }
    .thermal-banner__animate-container{
        min-height: 84px;
    }
    .thermal-banner__animate-text{
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
    }
    .thermal-banner__bottom{
    }
    .thermal-banner__description{
    }
    .thermal-banner__params{
    }
    .thermal-banner__params-count{
    }
    .thermal-banner__params-text{
    }
    .thermal-banner__figure{
        position: absolute;
        left: 50%;
        top: -6%;
        transform: translateX(-50%);
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1440px){
    .thermal-banner {
        margin-top: -51px;
        z-index: 3;
    }
    .container{
    }
    .thermal-banner__inner{
    }
    .thermal-banner__head{
    }
    .thermal-banner__title{
        font-size: 90px;
        font-style: normal;
        font-weight: 400;
        line-height: 96px;
        text-transform: uppercase;
    }
    .thermal-banner__animate-container{
        min-height: 90px;
    }
    .thermal-banner__animate-text{
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 68px;
    }
    .thermal-banner__bottom{
    }
    .thermal-banner__description{
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        max-width: 985px;
    }
    .thermal-banner__params{
    }
    .thermal-banner__params-count{
        font-size: 96px;
        font-style: normal;
        font-weight: 400;
        line-height: 96px; /* 100% */
        text-transform: uppercase;
    }
    .thermal-banner__params-text{
    }
    .thermal-banner__figure {
        position: absolute;
        left: 56%;
        top: -13%;
        transform: translateX(-44%);
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .thermal-banner__figure img {
        width: 1007.28px;
        height: 1045px;
    }
}
@media (min-width: 1600px){
    .thermal-banner {
        margin-top: 30px;
        z-index: 3;
    }
    .container{
    }
    .thermal-banner__inner{
    }
    .thermal-banner__head{
    }
    .thermal-banner__title{
        font-size: 90px;
        font-style: normal;
        font-weight: 400;
        line-height: 96px;
        text-transform: uppercase;
    }
    .thermal-banner__animate-container{
        min-height: 92px;
    }
    .thermal-banner__animate-text{
    }
    .thermal-banner__bottom{
    }
    .thermal-banner__description{
    }
    .thermal-banner__params{
    }
    .thermal-banner__params-count{
    }
    .thermal-banner__params-text{
    }
    .thermal-banner__figure {
        position: absolute;
        left: 56%;
        top: -17%;
        transform: translateX(-50%);
        z-index: 3;
        width: 100%;
        display: flex;
    }
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/vertical-content/style.css?17440056245398*/
/* region layout */
.vertical-content{
    display: flex;
    width: 100%;
    padding: 64px 0;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 24px 24px;
    background: #F6F6F7;
}
.vertical-content__wrapper{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.vertical-content__title{
    z-index: 4;
    color: #294594;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    width: 100%;
}
.vertical-content__slider{
    z-index: 4;
    position: relative;
    width: 100%;
}
.vertical-content__list{
    display: flex;
    width: 100%;
    padding: 0;
    align-items: flex-start;
    align-self: stretch;
    margin: 0;
}
.vertical-content__item{
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-shrink: 0;
    height: 100%;
    border-radius: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.vertical-content__item--img{
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vertical-content__item::after{
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#1F223800, #1F223880);
}
.vertical-content__item--control{
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    transition: .3s;
    cursor: pointer;
}
.vertical-content__item:hover .vertical-content__item--control{
    transform: translate(-50%, -50%) scale(1.3);
}
.vertical-content__item--details{
    z-index: 2;
    position: relative;
    display: flex;
    min-height: 444px;
    height: 100%;
    width: 100%;
    padding: 0 8px 8px 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
}
.vertical-content__item--header{
    display: flex;
    padding: 0 8px 16px 8px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.vertical-content__item--title{
    flex: 1 0 0;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.vertical-content__item--footer{
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--white, #FFF);
}
.vertical-content__item--footer-details{
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.vertical-content__item--place-image{
    position: relative;
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.vertical-content__item--place-details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.vertical-content__item--place-category{
    color: var(--primary-500, #E86A4D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    margin: 0;
    overflow: hidden;
}
.vertical-content__item--place-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--black, #1F2238);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.fancybox__content{
    aspect-ratio: 9 / 16 !important;
    width: auto !important;
    height: 100vh !important;
}
/* endregion layout */
@media (min-width: 375px){
    /* region layout */
    .vertical-content__item--details{
        min-height: 530px;
    }
    /* endregion layout */
}
@media (min-width: 576px){
    /* region layout */
    .vertical-content__item--details{
        height: 519px;
    }
    .vertical-content__item--header{
        padding: 0 8px 8px 8px;
    }
    /* endregion layout */
}
@media (min-width: 768px){
    /* region layout */
    .vertical-content{
        padding: 80px 0;
        border-radius: 0 0 32px 32px;
    }
    .vertical-content__wrapper{
        gap: 56px;
    }
    .vertical-content__title{
        font-size: 40px;
        line-height: 48px;
    }
    .vertical-content__item--details{
        min-height: 597px;
    }
    /* endregion layout */
}
@media (min-width: 1024px){
    /* region layout */
    .vertical-content{
        padding: 96px 0;
    }
    .vertical-content__wrapper{
        gap: 64px;
    }
    .vertical-content__item--details{
        min-height: 526px;
    }
    /* endregion layout */
}
@media (min-width: 1440px){
    /* region layout */
    .vertical-content__title{
        font-size: 48px;
        line-height: 56px;
    }
    .vertical-content__item--details{
        min-height: 640px;
    }
    /* endregion layout */
}
@media (min-width: 1600px){
    /* region layout */
    .vertical-content__item--details{
        min-height: 555px;
    }
    .vertical-content {
        padding-bottom: 104px;
    }
    /* endregion layout */
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/vertical-content/fancybox.css?173098266415598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/termalnyy-sezon.termalnyy-express/style.css?173148308017770*/
/* region layout */
.thermal-express h2,
.thermal-express h3,
.thermal-express h4,
.thermal-express h5,
.thermal-express h6,
.thermal-express ul,
.thermal-express p{
    margin: 0;
    padding: 0;
}
.thermal-express li{
    margin: 0;
}
.thermal-express ul{
    list-style: none;
}
.thermal-express img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thermal-express{
    width: 100%;
    height: 100%;
    background: #FFF;
    padding: 8px;
}
.thermal-express__wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    /*min-height: 1310px;*/
    min-height: 1150px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.thermal-express__inner{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.thermal-express__info{
    z-index: 99;
    display: flex;
    width: 100%;
    padding-top: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
.thermal-express__title{
    color: #294594;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.thermal-express__content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.thermal-express__description{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.thermal-express__description p{
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.thermal-express__description b{
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 22px;
}
.thermal-express__dates{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.thermal-express__dates--title{
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.thermal-express__dates--list{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin: 0 -16px !important;
    padding: 0 16px !important;
    overflow-x: scroll;
}
.thermal-express__dates--list::-webkit-scrollbar{
    display: none;
}
.thermal-express__date-item{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #E1E5F0;
    background: #FFF;
    cursor: pointer;
    transition: .3s;
}
.thermal-express__date-item span{
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}
.thermal-express__date-item.active{
    background: #294594;
}
.thermal-express__date-item.active span{
    color: var(--white, #FFF);
}
.timetable-slider__container{
    z-index: 4;
    width: 100%;
    height: 100%;
    min-height: fit-content;
    padding-bottom: 16px;
    /*margin-bottom: 218px;*/
}
.timetable-slider{
    position: relative;
    width: 100%;
    padding: 4px 0;
}
.timetable-item{
    display: flex !important;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(34, 57, 122, 0.25);
    overflow: hidden;
}
.timetable-item.swiper-slide{
    opacity: 0;
}
.timetable-item.swiper-slide.swiper-slide-visible.swiper-slide-active{
    opacity: 1;
}
.timetable-item.swiper-slide.swiper-slide-next,
.timetable-item.swiper-slide.swiper-slide-prev {
    opacity: .5;
}
.timetable-item img{
    height: 184px;
    border-radius: 12px;
}
.timetable-item__detail{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.timetable-item__detail--head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.timetable-item__detail--head-up{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}
.timetable-item__tour-number{
    color: var(--gray-600, #797A88);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.timetable-item__tour-title{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: stretch;
}
.timetable-item__tour-name{
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.timetable-item__tour-delimeter{
    display: inline-block;
    width: 8px;
    height: 28px;
}
.timetable-item__tour-delimeter span{
    display: inline-block;
    width: 3px;
    height: 3px;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--gray-500, #8F909B);
    margin-bottom: 4px;
}
.timetable-item__tour-date{
    color: #9E9E9E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.timetable-item__detail--head-down{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.timetable-item__departure{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
.timetable-item__departure-title{
    color: var(--Black, #182421);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.5;
}
.timetable-item__departure-times{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px;
    align-self: stretch;
    flex-wrap: wrap;
}
.timetable-item__departure-time{
    display: flex;
    height: 32px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--alpha-gray-50, rgba(31, 34, 56, 0.05));
}
.timetable-item__departure-time span{
    color: var(--black, #1F2238);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.timetable-item__return{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
.timetable-item__return-title{
    color: var(--Black, #182421);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.5;
}
.timetable-item__return-times{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px;
    align-self: stretch;
    flex-wrap: wrap;
}
.timetable-item__return-time{
    display: flex;
    height: 32px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--alpha-gray-50, rgba(31, 34, 56, 0.05));
}
.timetable-item__return-time span{
    color: var(--black, #1F2238);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.timetable-item__detail--bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.timetable-item__price{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.timetable-item__ticket-price{
    color: #294594;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.RUB{
    color: #294594;
    font-size: 26px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 32px;
}
.timetable-item__price-description{
    color: var(--gray-300, #BCBDC3);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.timetable-item__event-button{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.timetable-item__event-button-inner{
    display: flex;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: #294594;
}
.timetable-item__event-button-inner span{
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}
.slider__button-prev{
    left: -34px !important;
}
.slider__button-next{
    right: -26px !important;
}
.thermal-express__line{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 56px;
    transform: translateX(-50%);
    width: 100vw;
    flex-shrink: 0;
}
.thermal-express__bus{
    transform: translate(-20px, -16px);
    display: none;
}
.thermal-express__place-name{
    color: #294594;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.thermal-express__wrapper .container{
    padding-right: 8px;
    padding-left: 8px;
}
/* endregion layout */
@media (min-width: 375px){
    /* region layout */
    .thermal-express__wrapper{
        /*min-height: 1226px;*/
        min-height: 1115px;
    }
    /* endregion layout */
}
@media (min-width: 576px){
    /* region layout */
    .thermal-express{
        padding: 16px;
    }
    .thermal-express__wrapper{
        min-height: 1030px;
        /*min-height: 1200px;*/
    }
    .thermal-express__description{
        gap: 16px;
    }
    .thermal-express__dates--list{
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .timetable-slider__container{
        /*margin-bottom: 234px;*/
    }
    .timetable-slider{
        width: 336px;
        padding: 0;
        margin: auto;
    }
    .timetable-item{
        justify-content: center;
    }
    .thermal-express__line{
    }
    .thermal-express__place-name{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
    /* endregion layout */
}
@media (min-width: 768px){
    /* region layout */
    .thermal-express__wrapper{
        /*min-height: 1297px;*/
        min-height: 1100px;
    }
    .thermal-express__info{
        padding-top: 80px;
        gap: 56px;
    }
    .thermal-express__title{
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
    }
    .thermal-express__dates--list{
        width: 100%;
    }
    .thermal-express__content{
        gap: 32px;
    }
    .thermal-express__description p{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .thermal-express__description b{
        font-size: 20px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 28px;
    }

    .thermal-express__dates{
        gap: 16px;
    }
    .thermal-express__dates--title{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .thermal-express__date-item span{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .timetable-slider__container{
        /*margin-bottom: 227px;*/
    }
    .timetable-slider{
        width: 468px;
    }
    .timetable-item{
        padding: 24px;
        gap: 16px;
        border-radius: 32px;
    }
    .timetable-item img{
        border-radius: 16px;
    }
    .timetable-item__detail{
        gap: 16px;
    }
    .timetable-item__detail--head{
        gap: 12px;
    }
    .timetable-item__detail--head-up{
        gap: 8px;
    }
    .timetable-item__tour-number{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
    .timetable-item__tour-name{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }
    .timetable-item__tour-date{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .timetable-item__departure{
        flex-direction: row;
        justify-content: flex-start;
        gap: 0;
    }
    .timetable-item__departure-title{
        width: 132px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .timetable-item__return{
        flex-direction: row;
        justify-content: flex-start;
        gap: 0;
    }
    .timetable-item__return-title{
        width: 132px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .timetable-item__ticket-price{
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
    }
    .RUB{
        font-size: 28px;
        font-style: normal;
        line-height: 34px;
    }
    .thermal-express__line{
        bottom: 76px;
    }
    .thermal-express__place-name{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    /* endregion layout */
}
@media (min-width: 1024px){
    /* region layout */
    .thermal-express__wrapper{
        /*min-height: 984px;*/
        min-height: 1100px;
    }
    .thermal-express__inner{
        flex-direction: row;
        gap: 25px;
    }
    .thermal-express__info{
        max-width: 454px;
        min-width: 454px;
    }
    .timetable-slider__container{
        margin-bottom: 243px;
    }
    .timetable-slider{
        margin-top: 184px;
        width: 296px;
    }
    .timetable-item{
        padding: 16px;
        gap: 12px;
        border-radius: 20px;
    }
    .timetable-item img{
        border-radius: 12px;
    }
    .timetable-item__detail--head{
        gap: 8px;
    }
    .timetable-item__detail--head-up{
        gap: 6px;
    }
    .timetable-item__tour-number{
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .timetable-item__tour-name{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .timetable-item__tour-date{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    .timetable-item__departure{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
    }
    .timetable-item__return{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
    }
    .thermal-express__line{
        display: block;
        bottom: 75px;
        transform: translateX(-44%) scale(1.4);
    }
    /* endregion layout */
}
@media (min-width: 1440px){
    /* region layout */
    .thermal-express__wrapper{
        z-index: 4;
        /*min-height: 1012px;*/
        min-height: 1100px;
    }
    .thermal-express__inner{
        gap: 50px;
    }
    .thermal-express__info{
        min-width: 551px;
        max-width: 551px;
        padding-top: 96px;
        gap: 64px;
    }
    .thermal-express__title{
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
    }
    .thermal-express__description p{
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    .thermal-express__description b{
        font-size: 22px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 30px;
    }
    .thermal-express__dates--title{
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    .timetable-slider__container{
        margin-bottom: 276px;
    }
    .timetable-slider{
        margin-top: 215px;
        width: 360px;
    }
    .timetable-item{
        padding: 24px;
        gap: 16px;
        border-radius: 32px;
    }
    .timetable-item img{
        border-radius: 16px;
    }
    .timetable-item__detail--head{
        gap: 12px;
    }
    .timetable-item__detail--head-up{
        gap: 8px;
    }
    .timetable-item__tour-number{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
    .timetable-item__tour-name{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }
    .timetable-item__tour-date{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .timetable-item__departure{
        flex-direction: row;
        justify-content: flex-start;
        gap: 0;
    }
    .timetable-item__return{
        flex-direction: row;
        justify-content: flex-start;
        gap: 0;
    }
    .thermal-express__line{
        bottom: 98px;
        transform: translateX(-50%);
    }
    .thermal-express__place-name{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    /* endregion layout */
}
@media (min-width: 1600px){
    /* region layout */
    .thermal-express__wrapper{
        /*min-height: 1016px;*/
        min-height: 1150px;
    }
    .thermal-express__inner{
        gap: 58px
    }
    .thermal-express__info{
        max-width: 647px;
        min-width: 647px;
    }
    .timetable-slider__container{
        margin-bottom: 280px;
    }
    .timetable-slider{
        margin-top: 216px;
        width: 468px;
    }
    .timetable-item__tour-name{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }
    .thermal-express__line{
        bottom: 90px;
    }
    /* endregion layout */
}
/* End */


/* Start:/local/components/mendeleev/timeline-calendar/templates/events_calendar/style.css?17401373344053*/
/* region layout */
.timeline-calendar{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}
.timeline-calendar > *{
    user-select: none
}
.timeline-calendar input[type="text"]{
    display: none;
}
.timeline-calendar::-webkit-scrollbar{
    display: none
}
.timeline-calendar__years{
    position: relative;
    display: flex;
    width: calc(100% + 32px);
    padding: 0 16px !important;
    margin: 0 -16px !important;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.timeline-calendar__years::-webkit-scrollbar{
    display: none
}
.timeline-calendar__year{
    display: inline-block;
    margin-right: 20px;
}
.timeline-calendar__year + .timeline-calendar__year{
    padding-left: 20px;
}
.timeline-calendar__months{
    display: flex;
    gap: 20px
}
.timeline-calendar__month--day-number, .timeline-calendar__month--name{
    display: flex;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.timeline-calendar__month{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch
}
.timeline-calendar__month--name{
    flex-direction: column;
    align-items: flex-start;
    color: #8f909b;
    font-size: 12px;
    position: sticky;
    left: 0
}
.timeline-calendar__month--days{
    display: flex
}
.timeline-calendar__month--day{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer
}
.timeline-calendar__month--day.selected .timeline-calendar__month--day-number{
    border-radius: 8px;
    background: #82ceeb
}
.timeline-calendar__month--day.range .timeline-calendar__month--day-number{
    background: #def0f6
}
.timeline-calendar__month--day.range-start .timeline-calendar__month--day-number{
    border-radius: 8px 0 0 8px;
    background: #82ceeb
}
.timeline-calendar__month--day.range-end .timeline-calendar__month--day-number{
    border-radius: 0 8px 8px 0;
    background: #82ceeb
}
.timeline-calendar__month--day-number{
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--black, #1f2238);
    font-size: 16px
}
.timeline-calendar__month--day-week{
    color: #1f2238;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}
.timeline-calendar__month--day-week.weekend{
    color: #de5d49
}
.timeline-calendar__button-prev,
.timeline-calendar__button-next{
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-37%);
    z-index: 1111;
    width: 24px;
    height: 80%;
    align-items: center;
    background: rgb(246 246 247);
    cursor: pointer;
}
.timeline-calendar__button-prev.disabled,
.timeline-calendar__button-next.disabled{
    display: none;
}
.timeline-calendar__button-prev{
    left: -2px;
}
.timeline-calendar__button-prev::after{
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(246 246 247) 0%, rgb(246 246 247) 38.67%, rgba(255, 255, 255, 0) 100%);
    width: 50px;
    right: -50px;
    height: 100%;
}
.timeline-calendar__button-next{
    right: -2px;
}
.timeline-calendar__button-next::after{
    content: "";
    position: absolute;
    background: linear-gradient(to left, rgb(246 246 247) 0%, rgb(246 246 247) 38.67%, rgba(255, 255, 255, 0) 100%);
    width: 50px;
    left: -50px;
    height: 100%;
}
/* endregion layout */
@media (min-width: 768px){
    .timeline-calendar__button-prev,
    .timeline-calendar__button-next{
        display: flex;
    }
    .timeline-calendar__years{
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
}
@media (min-width: 1440px){
    .timeline-calendar__month--day-number{
        width: 48px;
        height: 48px;
        font-size: 18px;
        line-height: 24px;
    }
    .timeline-calendar__month--day-week {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/components/mendeleev/elements.sorted/templates/termalnyy-sezon.relax-key-events/style.css?17314830807993*/
/* region layout */
.thermal-relax .key-events__slider{
    position: relative;
    width: 100%;
}
.thermal-relax .key-events{
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}
.thermal-relax .key-event{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.thermal-relax .key-event__inner{
    position: relative;
    display: flex;
    min-height: 474px;
    height: 100%;
    width: 100%;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    overflow: hidden;
}
.thermal-relax .key-event__inner:before{
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.00) 0%, rgba(31, 34, 56, 0.70) 100%);
}
.thermal-relax .key-event__image{
    position: absolute;
    top: 0;
    left: 0;
}
.thermal-relax .key-event__head{
    z-index: 1;
    display: flex;
    height: 88px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
}
.thermal-relax .key-event__head--inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.thermal-relax .key-event__discounts{
    color: #FFF;
    display: flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #294594;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.thermal-relax .key-event__dates{
    display: flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #82CEEB;
    color: #294594;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}
.thermal-relax .key-event__favorite-control{
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.thermal-relax .key-event__footer{
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.thermal-relax .key-event__footer--top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.thermal-relax .key-event__title{
    color: var(--white, #FFF);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thermal-relax .key-event__address{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.thermal-relax .key-event__footer--tags{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}
.thermal-relax .key-event__footer--tag{
    display: flex;
    min-height: 32px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--alpha-white-200, rgba(255, 255, 255, 0.20));
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
/* endregion layout */
@media (min-width: 375px){
    /* region layout */
    .thermal-relax .key-event{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
    .thermal-relax .key-event__inner{
        display: flex;
        min-height: 526px;
        flex-direction: column;
        align-items: flex-start;
    }
    .thermal-relax .key-event__footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }
    /* endregion layout */
}
@media (min-width: 576px){
    /* region layout */
    .thermal-relax .key-event__inner{
        display: flex;
        min-height: 526px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        border-radius: 20px;
    }
    /* endregion layout */
}
@media (min-width: 768px){
    /* region layout */
    .thermal-relax .key-events{
        display: flex;
        padding: 0;
        align-items: flex-start;
        align-self: stretch;
    }
    .thermal-relax .key-event{
        display: flex;
        min-height: 526px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
    }
    .thermal-relax .key-event__inner{
        display: flex;
        min-height: 526px;
        padding: 12px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 12px;
    }
    .thermal-relax .key-event__footer{
        gap: 24px;
    }
    .thermal-relax .key-event__discounts{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        display: flex;
        height: 32px;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .thermal-relax .key-event__dates{
        color: #294594;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 0 12px;
    }
    .thermal-relax .key-event__title{
        color: #FFF;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
    .thermal-relax .key-event__address{
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    /* endregion layout */
}
@media (min-width: 1024px){
    /* region layout */
    .thermal-relax .key-event{
        display: flex;
        min-height: 465px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
    }
    .thermal-relax .key-event__inner{
        display: flex;
        min-height: 464px;
        padding: 20px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 20px;
    }
    .thermal-relax .key-event__head--inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .thermal-relax .key-event__dates{
        height: 32px;
    }
    .thermal-relax .key-event__footer--tags{
        gap: 12px;
    }
    /* endregion layout */
}
@media (min-width: 1440px){
    /* region layout */
    .thermal-relax .key-event{
        display: flex;
        min-height: 544px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
    }
    .thermal-relax .key-event__inner{
        display: flex;
        min-height: 544px;
        padding: 24px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .thermal-relax .key-event__title{
        color: var(--white, #FFF);
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px; /* 119.048% */
    }
    .thermal-relax .key-event__footer--tag{
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 125% */
    }
    /* endregion layout */
}
@media (min-width: 1600px){
    /* region layout */
    .thermal-relax .key-event{
        display: flex;
        min-height: 600px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
    }
    .thermal-relax .key-event__inner{
        display: flex;
        min-height: 600px;
        padding: 24px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    /* endregion layout */
}
/* End */


/* Start:/local/components/mendeleev/elements.sorted/templates/termalnyy-sezon.relax-partner-events/style.css?173148308012062*/
/* region layout */
.thermal-relax .partner-promotions__title{
    color: #294594;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    width: 100%;
}
.thermal-relax .partner-promotions{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.thermal-relax .partner-promotions__tabs{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow: auto;
    padding: 0 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
}
.thermal-relax .partner-promotions__tabs::-webkit-scrollbar{
    display: none;
}
.thermal-relax .partner-promotions__tab{
    display: flex;
    height: 32px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #E1E5F0;
    color: #294594;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}
.thermal-relax .partner-promotions__tab.active{
    border-radius: 8px;
    background: #294594;
    color: var(--white, #FFF);
}
.thermal-relax .partner-promotions__events-container{
    width: 100%;
}
.thermal-relax .partner-promotions__events{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 100%;
    overflow: hidden;
}
.thermal-relax .partner-promotions__event{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.thermal-relax .partner-promotions__event-inner{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.thermal-relax .partner-promotions__event--head{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 192px;
    border-radius: 20px;
    overflow: hidden;
}
.thermal-relax .partner-promotions__event--head:before{
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000073, #ffffff4a);
}
.partner-promotions__event--price{
    z-index: 1;
    display: flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: 16px;
    bottom: 15.665px;
    border-radius: 8px;
    background: #1F2238;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.partner-promotions__event--price .RUB{
    top: 0;
}
.thermal-relax .partner-promotions__event--image{
    position: absolute;
    top: 0;
    left: 0;
}
.thermal-relax .partner-promotions__event--markup{
}
.thermal-relax .partner-promotions__event--favorite-control{
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.thermal-relax .partner-promotions__event--footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    gap: 24px;
    align-self: stretch;
}
.thermal-relax .partner-promotions__event--footer-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.thermal-relax .partner-promotions__event--name{
    color: var(--black, #1F2238);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thermal-relax .partner-promotions__event--params{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 6px 6px;
    align-self: stretch;
    color: var(--gray-500, #8F909B);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thermal-relax .params-primary{
    color: var(--primary-500, #E86A4D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}
.thermal-relax .params-delimeter{
    width: 3px;
    height: 3px;
    flex-shrink: 0;
    border-radius: 999px;
    background: #8F909B;
}
.thermal-relax .params-gray{
    color: var(--gray-500, #8F909B);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thermal-relax .partner-promotions__event--dates{
    height: 32px;
    align-self: stretch;
    color: #1F2238;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: auto;
}
.thermal-relax .partner-promotions__show-more{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border: none;
    background: transparent;
    padding-top: 32px;
}
.thermal-relax .partner-promotions__show-more-inner{
    display: flex;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(31, 34, 56, 0.20);
    color: #1F2238;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.partner-empty-promotions{
    display: flex;
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    border: 1px solid #E1E5F0;
    background: #FFF;
    overflow: hidden;
}
.partner-empty-promotions__head{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}
.partner-empty-promotions__image{
    height: 80px;
    width: 100%;
    align-self: stretch;
}
.partner-empty-promotions__image img{
    object-fit: contain;
}
.partner-empty-promotions__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.partner-empty-promotions__title{
    font-family: "Inter";
    color: #294594;
    text-align: center;
    font-kerning: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    max-width: 552px;
    margin: 0;
}
.partner-empty-promotions__description{
    font-family: "Inter";
    color: #294594;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 552px;
}
.partner-empty-promotions__bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.partner-empty-promotions__reset-filter{
    display: flex;
    height: 48px;
    width: 220px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #82CEEB;
    transition: .3s;
    border: none;
}
.partner-empty-promotions__reset-filter span{
    color: #294594;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
}
.partner-empty-promotions__reset-filter svg{
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
}
.partner-empty-promotions__reset-filter:hover{
    background: #70B0C8;
}
.partner-empty-promotions__reset-filter:active{
    background: #94D5EE;
}
.partner-empty-promotions__reset-filter:focus{
    background: #82CEEB;
    box-shadow: 0 0 0 3px rgba(130, 206, 235, 0.20);
}

/* endregion layout */
@media (min-width: 375px){
    /* region layout */
    .thermal-relax .partner-promotions__tab{
        cursor: pointer;
    }
    .thermal-relax .partner-promotions__event--head{
        height: 100%;
        min-height: 229px;
    }
    /* endregion layout */
}
@media (min-width: 576px){
    /* region layout */
    .thermal-relax .partner-promotions{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .thermal-relax .partner-promotions__events{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 0;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .thermal-relax .partner-promotions__event--head{
        height: 100%;
        min-height: 165px;
    }
    .thermal-relax .partner-promotions__show-more{
        display: flex;
        width: 200px;
        flex-direction: column;
        align-items: flex-start;
        margin: auto;
    }
    .partner-empty-promotions{
        padding: 40px;
    }
    /* endregion layout */
}
@media (min-width: 768px){
    /* region layout */
    .thermal-relax .partner-promotions__title{
        color: #294594;
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
    }
    .thermal-relax .partner-promotions__events{
        padding: 0;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .thermal-relax .partner-promotions__event{
    }
    .thermal-relax .partner-promotions__event-inner{
        gap: 20px;
    }
    .thermal-relax .partner-promotions__event--head{
        height: 100%;
        min-height: 224px;
    }
    .thermal-relax .partner-promotions__event--footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .thermal-relax .partner-promotions__event--name{
        color: var(--black, #1F2238);
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .thermal-relax .partner-promotions__event--dates{
        color: #1F2238;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px; /* 121.429% */
    }
    .thermal-relax .partner-promotions__show-more{
        padding-top: 40px;
    }
    /* endregion layout */
}
@media (min-width: 1024px){
    /* region layout */
    .thermal-relax .partner-promotions__events{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .thermal-relax .partner-promotions__event-inner{
        gap: 20px;
    }
    .thermal-relax .partner-promotions__event--head{
        height: 100%;
        min-height: 197px;
    }
    .thermal-relax .partner-promotions__show-more{
        padding-top: 48px;
    }
    footer{
        z-index: 4 !important;
    }
    .partner-empty-promotions{
        padding: 60px 220px;
    }
    .partner-empty-promotions__title{
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    /* endregion layout */
}
@media (min-width: 1440px){
    /* region layout */
    .thermal-relax .partner-promotions__events{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .thermal-relax .partner-promotions__event--head{
        height: 100%;
        min-height: 176px;
    }
    .partner-empty-promotions{
        padding: 73px 220px;
    }
    /* endregion layout */
}
@media (min-width: 1600px){
    /* region layout */
    .thermal-relax .partner-promotions__events{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .thermal-relax .partner-promotions__event--head{
        height: 100%;
        min-height: 283px;
    }
    .partner-empty-promotions{
        padding: 73px 220px;
    }
    /* endregion layout */
}
/* End */
/* /local/templates/mendeleev/css/thermal.css?17533588135251 */
/* /local/templates/mendeleev/css/thermal-relax.css?17314830803227 */
/* /local/components/mendeleev/elements.sorted/templates/termalnyy-sezon.first-screen/style.css?173159531418421 */
/* /local/components/mendeleev/popup.detail/templates/event/style.css?17533588134539 */
/* /local/templates/mendeleev-redesign/components/bitrix/news/events/bitrix/news.detail/.default/style.css?175335881322064 */
/* /local/templates/.default/components/bitrix/news.list/stories-list-big/style.css?17533588134506 */
/* /local/templates/.default/components/bitrix/news.list/stories-list-big/stories-popup.css?173056666014131 */
/* /local/templates/mendeleev/components/bitrix/news.detail/termalnyy-sezon.banner/style.css?17313253119012 */
/* /local/templates/mendeleev/components/bitrix/news.list/vertical-content/style.css?17440056245398 */
/* /local/templates/mendeleev/components/bitrix/news.list/vertical-content/fancybox.css?173098266415598 */
/* /local/templates/mendeleev/components/bitrix/news.list/termalnyy-sezon.termalnyy-express/style.css?173148308017770 */
/* /local/components/mendeleev/timeline-calendar/templates/events_calendar/style.css?17401373344053 */
/* /local/components/mendeleev/elements.sorted/templates/termalnyy-sezon.relax-key-events/style.css?17314830807993 */
/* /local/components/mendeleev/elements.sorted/templates/termalnyy-sezon.relax-partner-events/style.css?173148308012062 */
