

/* Start:/local/templates/mendeleev-redesign/css/hot-springs.css?177936454410400*/
/*.hot-springs .first-screen{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.hot-springs .first-screen::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #26202299;
}
.hot-springs .first-screen__background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}
.hot-springs .first-screen__background iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    outline: none !important;
    border: 0 !important;
    z-index: -1;
}
.hot-springs .first-screen__section{
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.hot-springs .first-screen__title{
    font-size: 64px;
    line-height: 110%;
    color: #FFFFFF;
    padding-top: 10px;
}
.hot-springs .first-screen__description{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding-top: 0;
}
.hot-springs .first-screen__buttons{
    padding-top: 40px;
}
.hot-springs .first-screen__chevron{
    z-index: 5;
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    color: #FFFFFF;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.hot-springs .first-screen__chevron svg{
    width: 100%;
    height: 100%;
}*/

.hot-springs .information{
    background-color: #F0ECE8;
    padding: 100px 0;
}
.hot-springs .information__inner{
    display: flex;
    flex-direction: column;
}
.hot-springs .information__top{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.hot-springs .information__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 76px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.hot-springs .information__title img{
    display: inline-flex;
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    object-fit: contain;
    object-position: center;
}
.hot-springs .information__bottom{
    display: flex;
    align-items: center;
    gap: 110px;
    padding-top: 40px;
}
.hot-springs .information__description{
    display: inline-flex;
    align-items: center;
    padding: 20px 30px;
    border: 1px solid #B5A99480;
    border-radius: 76px;
}
.hot-springs .information__description img{
    display: inline-flex;
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    object-fit: contain;
    object-position: center;
    margin-right: 15px;
}
.hot-springs .information__counts{
    display: flex;
    justify-content: center;
    gap: 70px;
}
.hot-springs .information__count{
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    line-height: 150%;
}
.hot-springs .information__count--number{
    font-weight: 800;
    font-size: 90px;
    line-height: 100%;
    color: #B5A994;
    margin-right: 10px;
}
.hot-springs .information__count span{
    max-width: 126px;
    padding-bottom: 10px;
}

.what-to-do__path{
    display: none;
}

@media (max-width: 1200px){
    .hot-springs .information__title{
        font-size: 74px;
    }
    .hot-springs .information__bottom{
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 1024px){
    .hot-springs .information{
        padding: 80px 0;
        overflow: hidden;
    }
    .hot-springs .information .container{
        max-width: 100%;
    }
    .hot-springs .information__top{
        position: relative;
        flex-direction: row;
        width: max-content;
        padding: 0 0 40px 100%;

        -webkit-animation: scroll 8s infinite linear;
        -moz-animation: scroll 8s infinite linear;
        animation: scroll 8s infinite linear;
    }
    .hot-springs .information__title{
        font-size: 48px;
        white-space: nowrap;
        gap: 40px;
        padding-bottom: 0;
        border: 0;
    }
    .hot-springs .information__title:first-child{
        flex-direction: row-reverse;
    }
    .hot-springs .information__title img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .hot-springs .information__bottom{
        flex-direction: column;
        gap: 40px;
        width: 100%;
        max-width: 540px;
        margin: auto;
        border-top: 1px solid #B5A99480;
    }
    .hot-springs .information__description{
        width: 100%;
        font-size: 16px;
    }
    .hot-springs .information__description img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .hot-springs .information__counts{
        width: 100%;
        gap: 20px;
    }
    .hot-springs .information__count{
        flex-direction: column;
        align-items: center;
        flex-basis: 50%;
        gap: 10px;
    }
    .hot-springs .information__count--number{
        font-size: 52px;
        line-height: 100%;
        margin-right: 0;
    }
    .hot-springs .information__count span{
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;
        padding-bottom: 0;
    }
}

@media (max-width: 576px){
    .hot-springs .information{
        padding: 80px 0;
        overflow: hidden;
    }
    .hot-springs .information .container{
        max-width: 100%;
    }
    .hot-springs .information__top{
        position: relative;
        flex-direction: row;
        width: max-content;
        padding: 0 0 40px 100%;

        -webkit-animation: scroll 16s infinite linear;
        -moz-animation: scroll 16s infinite linear;
        animation: scroll 16s infinite linear;
    }
    .hot-springs .information__title{
        font-size: 48px;
        white-space: nowrap;
        gap: 40px;
        padding-bottom: 0;
        border: 0;
    }
    .hot-springs .information__title:first-child{
        flex-direction: row-reverse;
    }
    .hot-springs .information__title img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .hot-springs .information__description{
        flex-direction: column;
        gap: 15px;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 20px;
        border-radius: 24px;
    }
    .hot-springs .information__description img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        margin-right: 0;
    }
    .hot-springs .information__counts{
        width: 100%;
        gap: 20px;
    }
    .hot-springs .information__count{
        flex-direction: column;
        align-items: center;
        flex-basis: 50%;
        gap: 10px;
        text-align: center;
        max-width: 150px;
    }
    .hot-springs .information__count--number{
        font-size: 52px;
        line-height: 100%;
        margin-right: 0;
    }
    .hot-springs .information__count span{
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;
        padding-bottom: 0;
    }
}

/* main-places hot-springs */
.main-places {
    background: #FFFFFF;
    padding: var(--88, 88px) 16px;
    width: 100%;
    overflow: hidden;
}
.main-places.page_tobolsk {
    padding: 56px 0 64px;
}
.main-places .slider-tabs__main-card.slider-tabs__main-card--first::before{
    display: none;
}
.main-places__inner {
    display: flex;
    flex-direction: column;
    gap: var(--48, 48px);
    align-self: stretch;
    width: 100%;
}
.main-places__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.main-places__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--32, 32px);
    align-self: stretch;
}
.main-places__tabs {
    width: 100%;
    overflow: visible;
}
.main-places__tabs--list {
    display: flex;
    margin: 0;
    padding: 0;
    overflow: revert;
    list-style: none;
}
.main-places__tabs--list::-webkit-scrollbar {
    display: none;
}
.main-places__tabs-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: fit-content !important;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid var(--color-gray-100);
    border-radius: 12px;
    color: var(--color-gray-900);
    cursor: pointer;
    white-space: nowrap;
    gap: 12px;
    transition: .3s;
    font-weight: 500;
    font-size: 18px;
}
.main-places__tabs-item.active {
    border-radius: 12px;
    background: var(--black, #1F2238);
    color: var(--white, #FFF);
    font-style: normal;
    line-height: 24px;
}
@media (hover: hover) {
    .main-places__tabs-item:hover {
        border-radius: 12px;
        background: var(--black, #1F2238);
        color: var(--white, #FFF);
        font-style: normal;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .main-places {
        padding: 104px 0;
    }
    .main-places__inner {
        gap: var(--56, 56px);
    }
    .main-places__title {
        font-size: 40px;
        line-height: 48px;
    }
    .main-places.page_tobolsk {
        padding: 72px 0 80px;
    }
}
@media (min-width: 1024px) {
    .main-places__content {
        gap: var(--48, 48px);
    }
}
@media (min-width: 1200px) {
    .main-places.page_tobolsk {
        padding: 88px 0 96px;
    }
}
@media (min-width: 1440px) {
    .main-places {
        padding: 128px 0;
    }
    .main-places__inner {
        gap: var(--64, 64px);
    }
    .main-places__title {
        font-size: 48px;
        line-height: 56px;
    }
    .main-places__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--48, 48px);
        align-self: stretch;
    }
}
@media (min-width: 1600px) {
    .main-places__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--64, 64px);
        align-self: stretch;
    }
}
/* end main-places hot-springs */
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.detail/first-screen/style.css?177995061715631*/
.first-screen {
    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;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 564px;
    background-color: #1F2238;
    overflow: hidden;
}
.first-screen .container {
    padding: unset !important;
}
.tag-separate {
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background-color: #FFF !important;
}
.special.tobolsk .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    --column-gap: 16px;
}
.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;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 0;
}
.first-screen::before {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.50) 10%, rgba(31, 34, 56, 0.00) 30.16%, rgba(31, 34, 56, 0.50) 60%);
}
.first-screen__container-content {
    display: flex;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 564px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.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: 2;
    padding: 0 var(--16, 16px) var(--64, 64px) var(--16, 16px);
    position: relative;
    display: flex;
    font-family: "NunitoSans";
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--24, 24px);
    flex: 1 0 0;
    align-self: stretch;
}
.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__content--inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--24, 24px);
    align-self: stretch;
}
.first-screen__title-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.first-screen__title {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}
.first-screen__description {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.first-screen__button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-color: var(--primary-500, #E86A4D);
    color: var(--color-white);
    -webkit-border-radius: var(--border-radius-min);
    -moz-border-radius: var(--border-radius-min);
    border-radius: 12px;
    border: 0;
}
.first-screen__button:hover {
    background: var(--primary-600, #DE5D49);
}
.first-screen__button:active {
    background: var(--primary-500, #E86A4D);
    box-shadow: 0 0 0 3px rgba(245, 95, 60, 0.20);
}
.first-screen__upcoming_events-wrapper {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.first-screen__upcoming_events {
    padding-top: 32px;
    z-index: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 16px;
    background: #B52645;
    row-gap: 32px;
}
.first-screen__upcoming_events-icon {
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    color: #B52645;
}
.first-screen__upcoming_events-icon--left,
.first-screen__upcoming_events-icon--right {
    display: none;
    top: -33px;
    width: 62.5px;
    height: 225px;
}
.first-screen__upcoming_events-icon--left {
    left: -28px;
}
.first-screen__upcoming_events-icon--right {
    right: -28px;
}
.first-screen__upcoming_events-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    padding: 0 16px;
}
.first-screen__upcoming_events-header-icon svg {
    width: 67.001px;
    height: 94.298px;
}
.first-screen__upcoming_events-header-title-text {
    padding-top: 8px;
    position: relative;
    color: #B0E1ED;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 118.75% */
    word-spacing: 100vw;
}
.first-screen__upcoming_events-slider-wrapper {
    position: relative;
    display: flex;
    border-top: 2px solid #96D4E4;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
}
.first-screen__upcoming_events-slider {
    width: 100%;
    height: 100%;
    padding: 24px 16px 0;
    overflow: hidden;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide {
    width: 210px;
    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%;
    border-radius: 4px;
    object-fit: cover;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tag:first-child {
    font-weight: 600;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.first-screen__button-mobile {
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-screen__button-mobile button {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: calc(56px + 32px);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-color: #B52645;
    color: var(--color-white);
    -webkit-border-radius: var(--border-radius-min);
    -moz-border-radius: var(--border-radius-min);
    border-radius: 12px;
    border: 0;
    cursor: pointer;
}
.first-screen__upcoming_events-slide-info-tag-city {
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.first-screen__upcoming_events-slide-info-name {
    overflow: hidden;
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}
@media (min-width: 375px) {
    .first-screen {
        min-height: 512px;
    }
    .first-screen > img {
        aspect-ratio: 9 / 16;
    }
    .first-screen__container-content {
        min-height: 512px;
    }
    .first-screen__description {
        color: var(--color-white);
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width: 576px) {
    .first-screen {
        max-height: 1200px;
        min-height: 484px;
    }
    .first-screen > img {
        aspect-ratio: 2 / 1;
        transform-origin: top center;
        object-position: top center;
        height: 100%;
    }
    .first-screen::after {
        transform: scale(2.15);
        transform-origin: top center;
    }
    .first-screen__button {
        width: fit-content;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 39.079px;
        height: 55px;
    }
    .first-screen__upcoming_events-slider {
        padding: 24px 24px 0;
    }
    .first-screen__container-content {
        max-height: 1200px;
        min-height: 484px;
    }
    .first-screen__inner {
        padding: 0 0 var(--64, 64px);
    }
}
@media (min-width: 768px) {
    .first-screen {
        min-height: 584px;
    }
    .first-screen__inner {
        padding: 0;
    }
    .first-screen__container-content {
        padding: 0 0 var(--80, 80px);
        min-height: 584px;
    }
    .first-screen__content--inner {
        gap: var(--40, 40px);
    }
    .first-screen__title-description-wrapper {
        gap: 24px;
    }
    .first-screen__title {
        font-size: 52px;
        line-height: 60px
    }
    .first-screen__upcoming_events {
        padding: 20px 16px;
        flex-direction: row;
        gap: 16px;
    }
    .first-screen__upcoming_events-slider-wrapper {
        margin-bottom: 0;
    }
    .first-screen__upcoming_events-header {
        width: 207px;
        gap: 16px;
    }
    .first-screen__description {
        max-width: 630px;
    }
    .first-screen__upcoming_events-header-title-text {
        padding: 8px 0;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags,
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tag-city {
        line-height: 22px;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 69.631px;
        height: 98px;
    }
    .first-screen__upcoming_events-slider {
        padding: 16px 0;
        overflow: hidden;
    }
    .first-screen__upcoming_events-slider-wrapper {
        border-bottom: 2px solid #96D4E4;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide:last-child {
        margin-bottom: 0 !important;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image {
        align-self: stretch;
        min-width: 112px;
        max-width: 112px;
        height: 86px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tag:first-child {
        font-weight: 400;
    }
    .first-screen__upcoming_events-slide-info-name {
        line-height: 22px;
    }
    .first-screen__upcoming_events-wrapper {
        gap: 40px;
    }
    .first-screen__button-mobile button {
        width: fit-content;
        margin-bottom: calc(56px + 48px);
    }
}
@media (min-width: 1024px) {
    .first-screen {
        min-height: 584px;
    }
    .first-screen__inner {
        max-width: 776px;
        padding: 0;
    }
    .first-screen__container-content {
        padding: 0 160px 80px 0;
    }
    .first-screen > img {
        height: 100%;
        object-fit: cover;
        transform-origin: unset;
        object-position: center;
    }
    .first-screen::after {
        aspect-ratio: unset;
        transform: scale(1.9) translateY(25px) translateX(-9%);
        transform-origin: unset;
    }
    .first-screen__upcoming_events-header-title-text {
        font-size: 32px;
        line-height: 38px;
    }
    .first-screen__inner {
        padding: 0;
    }
    .first-screen__upcoming_events {
        flex-direction: column;
    }
    .first-screen__upcoming_events {
        padding: 30px 0 20px;
        width: 382px;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 63.947px;
        height: 90px;
    }
    .first-screen__upcoming_events-slider-wrapper {
        border-bottom: 0;
    }
    .first-screen__upcoming_events-slider {
        padding: 20px 20px 0 20px;
    }
    .first-screen__button-mobile {
        display: none;
    }
    .first-screen__upcoming_events-icon--left,
    .first-screen__upcoming_events-icon--right {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .first-screen {
        min-height: 640px;
    }
    .first-screen__inner {
        max-width: 840px;
    }
    .first-screen__container-content {
        padding: 0 284px 96px 0;
        min-height: 640px;
    }
    .first-screen__title {
        font-size: 60px;
        line-height: 68px
    }
    .first-screen__description {
        color: var(--color-white);
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 1240px) {
    .first-screen::after {
        transform: scale(1.75) translateY(15px) translateX(-8%);
    }
    .first-screen__upcoming_events-icon--left,
    .first-screen__upcoming_events-icon--right {
        top: -40px;
        width: 74.91px;
        height: 269.677px;
    }
    .first-screen__upcoming_events-icon--left {
        left: -45px;
    }
    .first-screen__upcoming_events-icon--right {
        right: -45px;
    }
}
@media (min-width: 1440px) {
    .first-screen__inner {
        padding-top: 0;
    }
    .first-screen__upcoming_events {
        width: 422px;
        padding-top: 40px;
        padding-bottom: 22px;
    }
    .first-screen::after {
        transform: scale(1.35) translateY(12px) translateX(-8%);
    }
    .first-screen__upcoming_events-slider {
        padding: 24px 24px 0 22px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image {
        min-width: 140px;
        max-width: 140px;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 79.444px;
        height: 110px;
    }
    .first-screen__upcoming_events-header-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (min-width: 1600px) {
    .first-screen {
        max-height: 1400px;
        min-height: 640px;
    }
    .first-screen__inner {
        max-width: 872px;
    }
    .first-screen__container-content {
        max-height: 1400px;
        padding: 0 448px 96px 0;
    }
}
@media (min-width: 1690px) {
    .first-screen__upcoming_events-slider {
        padding: 24px 22px 0 22px;
    }
    .first-screen__title {
        font-size: 60px;
        line-height: 68px;
    }
    .first-screen__description {
        font-size: 22px;
        line-height: 30px;
    }
    .first-screen > img {
        transform: none;
        object-fit: cover;
    }
    .first-screen::after {
        transform: none;
    }
}
@media (max-width: 1023px){
    .first-screen.overlay-md::before {
        background: var(--alpha-gray-500, rgba(31, 34, 56, 0.50));
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/stories-list/style.css?17799695586630*/
.stories-group {
    display: flex;
    padding: var(--56, 56px) 0 96px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}
.hot-springs .stories-group {
    padding: var(--56, 56px) 0 0 0;
}
.excurs-tours .stories-group {
    padding: 56px 0;
}

.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: var(--48, 48px);
}

.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 {
    align-self: stretch;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.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: 6px;
    gap: 10px;
    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;
    max-width: 208px;
}

.excurs-tours .stories-group__item{
    max-width: 128px;
}

.excurs-tours .stories-group{
    border-radius: 32px 32px 0 0;
    background-color: white;
    margin-top: -32px;
    position: relative;
    z-index: 12;
}

.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{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    z-index: 0;
}
.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;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.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;
}
.slider__button-next,
.slider__button-prev {
    display: none !important;
}
.slider__button-prev.swiper-button-disabled,
.slider__button-next.swiper-button-disabled {
    display: none !important;
}
@media (min-width: 375px){
    .excurs-tours .stories-group__item {
        max-width: 144px;
    }
}

@media (min-width: 576px){
    .excurs-tours .stories-group__item {
        max-width: 204px;
    }
}

@media (min-width: 768px){
    .stories-group__head--title {
        font-size: 40px;
        line-height: 48px;
    }
    .excurs-tours .stories-group__item {
        max-width: 208px;
    }
    .excurs-tours .stories-group {
        padding: 72px 0;
    }
    .stories-group {
        padding: var(--72, 72px) 0  112px;
        border-radius: 32px;
    }
    .hot-springs .stories-group {
        padding: var(--72, 72px) 0 0 0;
    }
    .stories-group__inner {
        gap: var(--56, 56px);
    }
}

@media (min-width: 768px) {
    .stories-group__item--title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1024px){
    .excurs-tours .stories-group__item { 
        max-width: 208px;
    }
}

@media (min-width: 1140px) {
    .stories-group__item--title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .stories-group {
        padding: var(--88, 88px) 0 128px;
    }
    .hot-springs .stories-group {
        padding: var(--88, 88px) 0 0 0;
    }
    .stories-group__inner {
        gap: var(--64, 64px);
    }
    .stories-group__item--title {
        font-size: 18px;
        line-height: 24px;
    }
    .stories-group__head--title {
        font-size: 48px;
        line-height: 56px;
    }
    .slider__button-next,
    .slider__button-prev {
        display: flex !important;
    }
}

@media (min-width: 1440px){
    .excurs-tours .stories-group {
        padding: 88px 0;
    }
    .stories-group {
        padding: var(--88, 88px) 0 128px;
        border-radius: 32px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/stories-list/stories-popup.css?178007704714187*/
.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.stories-popup__item--single-story,
.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-redesign/components/bitrix/news.list/hot-springs.minerals/style.css?177936454410343*/
.minerals{
    padding: 56px 0 64px 0;
}
.minerals__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.minerals__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 0 var(--24, 24px);
}
.minerals__title {
    font-family: "NunitoSans";
    color: var(--black, #1F2238);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: unset !important;
}
.minerals__description {
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.minerals__slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 440px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: var(--32, 32px) var(--16, 16px);
    overflow: hidden;
}
.minerals__slider::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    pointer-events: none;
}
.minerals__slider--img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: -2;
}
.minerals__items {
    display: flex;
    gap: 20px;
}
.minerals__slider-swiper {
    width: 100%;
    overflow: unset !important;
    position: relative;
    z-index: 1;
}
.minerals__slider-swiper .minerals__items {
    gap: 0;
}
.minerals__item {
    display: flex;
    flex-direction: column;
    width: fit-content !important;
    flex-shrink: 0;
    border-radius: 8px;
    color: #F8F6F5;
    background: var(--alpha-gray-300, rgba(31, 34, 56, 0.30));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
    min-width: 95px;
}
.minerals__item--formula {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    white-space: nowrap;
    padding: 12px 12px 10px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: "NunitoSans";
    font-size: 50px;
    font-style: normal;
}
.minerals__item--name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
    background: var(--alpha-white-300, rgba(255, 255, 255, 0.30));
    padding: var(--4, 4px) var(--12, 12px);
    gap: var(--12, 12px);
    pointer-events: none;
}
.minerals__item--name svg {
    pointer-events: auto;
    cursor: help;
}
.minerals__temperature {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -48px;
    gap: 12px;
}
.minerals__temperature--indicator {
    display: flex;
    justify-content: flex-start;
    height: 36px;
    padding: var(--6, 6px);
    background: var(--secondary-200, #E3DBD3);
    border-radius: 20px;
}
.minerals__temperature--indicator-inner {
    height: 100%;
    width: 55%;
    background-color: #E16E4D;
    border-radius: 12px;
    transition: width 1s ease-in-out;
}
.minerals__temperature--indicator-inner.now-null {
    width: 0;
}
.minerals__temperature--scale {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 20px;
    padding: 0 18px;
    box-sizing: content-box;
}
.minerals__temperature--scale span {
    width: 1px;
    height: 12px;
    background-color: var(--secondary-500, #B8A38F);
}
.minerals__temperature--scale span:first-child,
.minerals__temperature--scale span:nth-child(5n) {
    height: 20px;
}
.minerals__temperature--scale-from-to {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    color: var(--secondary-500, #B8A38F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.minerals__temperature--degrees-text {
    width: 222px;
    color: #254083;
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    gap: 40px;
}
.minerals__temperature--waves-wrapper{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.minerals__temperature--waves {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.minerals__temperature--waves-title {
    flex: 0 0 33.33%;
}
.minerals__temperature--waves-title h3 {
    max-width: 360px;
    color: var(--dark-blue-alt);
}
.minerals__temperature--waves-resorts svg {
    width: 58px;
    height: 45px;
    color: var(--dark-blue-alt);
}
.minerals__temperature--waves-resorts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--16, 16px);
    align-self: stretch;
}
.minerals__temperature--waves-resorts-text {
    max-width: 261px;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.minerals__temperature--waves-show.button {
    display: flex;
    height: 48px;
    padding: 0 var(--16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    border-radius: 12px;
    background: var(--primary-500, #E86A4D);
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.minerals__temperature--waves-show:hover {
    text-decoration: unset;
}
.tooltip.minerals-name {
    padding-top: 10px;
}
.tooltip.show.minerals-name {
    opacity: 1;
}
.tooltip {
    z-index: 80 !important;
}
.tooltip.minerals-name .tooltip-arrow {
    display: none;
}
.tooltip.minerals-name .tooltip-inner {
    max-width: 200px;
    padding: 10px;
    color: #262626;
    text-align: left;
    background-color: #F8F6F5;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 375px) {
    .minerals__temperature--waves-resorts-text {
        max-width: unset;
    }
    .minerals__temperature--indicator-inner {
        width: 45.6%;
    }
}
@media (min-width: 576px) {
    .minerals__slider {
        height: 512px;
        padding: var(--48, 48px) var(--24, 24px);
    }
    .minerals__temperature--degrees-text {
        width: unset;
    }
    .minerals__temperature--waves-resorts {
        flex-direction: row;
        justify-content: flex-start;
        padding-right: var(--24, 24px);
        gap: var(--24, 24px);
    }
    .minerals__temperature--waves-resorts-text {
        max-width: 347px;
    }
    .minerals__temperature--indicator-inner {
        width: 47.4%;
    }
}
@media (min-width: 768px) {
    .minerals {
        padding: 72px 0 80px 0;
    }
    .minerals__title {
        font-size: 40px;
        line-height: 48px;
    }
    .minerals__head {
        gap: 32px;
    }
    .minerals__slider {
        height: 348px;
    }
    .minerals__temperature--degrees-text {
        font-size: 34px;
        line-height: 40px;
    }
    .minerals__temperature--waves-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .minerals__item--formula {
        font-size: 56px;
    }
    .minerals__temperature--indicator-inner {
        width: 44.75%;
    }
    .minerals__temperature--waves-resorts svg {
        width: 70.6px;
        height: 56.5px;
    }
    .minerals__temperature--waves-resorts {
        gap: var(--32, 32px);
    }
}
@media (min-width: 1024px) {
    .minerals__slider {
        height: 468px;
    }
    .minerals__head {
        padding: 0 160px var(--24, 24px) 0;
    }
    .minerals__temperature--indicator-inner {
        width: 45.3%;
    }
    .minerals__temperature--waves-resorts svg {
        width: 69px;
        height: 54.5px;
    }
}
@media (min-width: 1200px) {
    .minerals {
        padding: 88px 0 96px 0;
    }
    .minerals__title {
        font-size: 48px;
        line-height: 56px;
    }
    .minerals__title-wrapper {
        max-width: 464px;
    }
    .minerals__head {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 0 var(--24, 24px);
        gap: 24px;
    }
    .minerals__description {
        font-size: 22px;
        line-height: 30px;
        max-width: 550px;
    }
    .minerals__slider {
        height: 564px;
        padding: var(--56, 56px) var(--32, 32px);
    }
    .minerals__temperature--waves-wrapper{
        justify-content: right;
    }
    .minerals__temperature--degrees-text {
        width: 536px;
        font-size: 42px;
        line-height: 50px;
    }
    .minerals__temperature--waves {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: var(--24, 24px);
    }
    .minerals__temperature--waves-resorts {
        align-items: center;
    }
    .minerals__temperature--waves-resorts-text {
        font-size: 22px;
        line-height: 30px;
        max-width: 292px;
    }
    .minerals__item--formula {
        font-size: 64px;
    }
    .minerals__item--name {
        font-size: 16px;
        line-height: 22px;
        padding: var(--6, 6px) var(--12, 12px);
        gap: var(--16, 16px);
    }
    .minerals__temperature--indicator-inner {
        width: 45.2%;
    }
    .minerals__temperature--waves-resorts svg {
        width: 79px;
        height: 62px;
    }
}

@media (min-width: 1600px) {
    .minerals__description {
        max-width: 648px;
    }
    .minerals__slider {
        height: 660px;
    }
    .minerals__temperature--indicator-inner {
        width: 42.1%;
    }
    .minerals__temperature--waves-resorts svg {
        width: 80px;
        height: 63px;
    }
}

@media (max-width: 576px) {
    .minerals__temperature--scale span {
        display: none;
    }
    .minerals__temperature--scale span:nth-child(-n+50) {
        display: initial;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/advantages/style.css?17793645443768*/
.advantages {
    display: flex;
    padding: 56px 0 64px;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: var(--lg, 24px);
    background-color: #273C70;
    overflow: hidden;
    margin-top: -32px;
    z-index: 2;
}
.advantages__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--48, 48px);
    align-self: stretch;
}
.advantages__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--40, 40px);
    align-self: stretch;
}
.advantages__header .advantages__title{
    margin-bottom: 0;
    color: var(--white, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /
}
.advantages__content {
    position: relative;
    width: 100%;
    display: flex;
}
.advantages__content .swiper-wrapper {
    height: auto;
}
.advantages__content .swiper-slide {
    display: flex;
}
.advantages__content-card {
    border-radius: 20px;
    background-color: #FFFFFF;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
}
.advantages__content-card__img {
    border-radius: 20px;
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 274px;
}
.advantages__content-card__img img {
    border-radius: 20px;
    height: 274px;
}
.advantages__content-card__head {
    gap: 16px;
    color: #273C70;
    display: flex;
    flex-flow: column;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    height: 100%;
}
.advantages__content-card__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.advantages__content-card__preview {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
@media (min-width: 375px) {
    .advantages__content-card__img {
        max-height: 266px;
    }
    .advantages__content-card__img img {
        height: 266px;
    }
    .advantages__content-card__head {
        padding: 20px;
    }
}
@media (min-width: 576px) {
    .advantages__content-card__img {
        max-height: 288px;
    }
    .advantages__content-card__img img {
        height: 288px;
    }
}
@media (min-width: 768px) {
    .advantages {
        padding: 72px 0 80px;
        border-radius: 32px;
    }
    .advantages__inner {
        gap: 56px;
    }
    .advantages__content-card__img {
        max-height: 336px;
    }
    .advantages__content-card__img img {
        height: 336px;
    }
    .advantages__content-card__head {
        padding: 32px;
    }
    .advantages__header .advantages__title {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
    }
    .advantages__content-card__title {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
    }
    .advantages__content-card__preview {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
}
@media (min-width: 1024px) {
    .advantages__content-card__img {
        max-height: 426px;
    }
    .advantages__content-card__img img {
        height: 426px;
    }
}
@media (min-width: 1200px) {
    .advantages {
        padding: 88px 0 96px;
    }
    .advantages__inner {
        gap: 64px;
    }
    .advantages__header .advantages__title {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px;
    }
    .advantages__content-card__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }
    .advantages__content-card__preview {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .advantages__content-card__img {
        max-height: 428px;
    }
    .advantages__content-card__img img {
        height: 428px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/mendeleev/orm.news.list/slider-tabs/style.css?177936454411712*/
.slider-tabs {
    width: 100%;
}
.slider-tabs__inner {
    width: 100%;
}
.slider-tabs__sub-title {
    margin-bottom: 8px;
    text-align: center;
}
.slider-tabs__title {
    margin-bottom: 32px;
    text-align: center;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.slider-tabs__content {
    display: flex;
    align-items: end;
    width: 100%;
    position: relative;
}
.slider-tabs__slider-wrapper {
    position: relative;
    width: 100%;
    transition: opacity 60ms ease;
}
.slider-tabs__slider-hidden .slider-tabs__items {
    /*transition: opacity 600ms ease;*/
    /*opacity: 0;*/
}
.slider-tabs__inner .slider-tabs__card {
    opacity: 1;
    /*transition: .5s;*/
}
.slider-tabs__main-card.slider-tabs__main-card--first {
    z-index: 5;
    position: relative;
    display: none;
    width: 388px !important;
    margin-right: 32px;
    background-color: inherit;
}
.slider-tabs__main-card.slider-tabs__main-card--first .slider-tabs__figure::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    background-image: var(--color-gradient-card);
    content: "";
}
.slider-tabs__main-card.slider-tabs__main-card--first::before {
    position: absolute;
    top: 0;
    left: -900%;
    width: 1000%;
    height: 100%;
    z-index: 1;
    background-color: #f7f5f3;
    content: "";
    border-radius: 18px;
    overflow: hidden;
}
.slider-tabs__main-card.slider-tabs__main-card--first::after {
    position: absolute;
    top: 0;
    right: -24px;
    width: 4000px;
    height: 101%;
    z-index: 2;
    background-color: #FFFFFF;
    content: "";
}
.slider-tabs__main-card.slider-tabs__main-card--first .slider-tabs__figure {
    width: 388px !important;
    height: 600px;
    overflow: hidden;
    z-index: 3;
}
.slider-tabs__main-info {
    position: absolute;
    top: 0;
    left: calc(100% + 32px);
    width: 100%;
    min-width: 628px;
}
.slider-tabs__card {
    position: relative;
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    user-select: none;
    gap: 24px;
    transition: opacity 400ms ease, transform 400ms ease;
}
.slider-tabs__figure {
    position: relative;
    width: 100%;
    height: 177px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slider-tabs__img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    transition: opacity 500ms ease;
}
.slider-tabs__price {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--white, #FFF);
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.slider-tabs__price .RUB {
    top: -1px;
}
.slider-tabs__control {
    z-index: 3;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
}
.slider-tabs__card-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--24, 24px);
    align-self: stretch;
}
.slider-tabs__card-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--16, 16px);
    align-self: stretch;
}
.slider-tabs__counter {
    font-family: "NunitoSans";
    color: var(--secondary-500, #B8A38F);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.slider-tabs__card .slider-tabs__name {
    position: relative;
    margin: 0;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.slider-tabs__description {
    margin: 0;
    word-break: break-word;
    cursor: text;
    user-select: text;
    overflow: hidden;
    color: var(--black, #1F2238);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.slider-tabs__description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin: 0;
}
.slider-tabs__description-price .RUB {
    top: 2px;
}
.slider-tabs__description-phones {
    display: flex;
}
.slider-tabs__description-phone,
.slider-tabs__description-phone:hover {
    color: var(--color-gorbusha);
}
.slider-tabs__link {
    color: var(--color-gorbusha);
    font-weight: 500;
    transition: .3s;
}
.slider-tabs__link:hover {
    color: var(--color-gorbusha-hover);
    text-decoration: none;
}
.slider-tabs__skeleton {
    gap: 16px;
}

.slider-tabs__skeleton-item {
    width: 252px;
    height: 280px;
    transition: opacity 600ms ease;
    background: var(--gray-100);
}
.slider-tabs__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
}
.slider-tabs__btn--prev {
    left: -20px;
}
.slider-tabs__btn--next {
    right: -20px;
}
.slider-tabs .slider__button-prev,
.slider-tabs .slider__button-next {
    display: none;
    border: 0;
    box-shadow: none;
}
@media (min-width: 375px) {
    .slider-tabs__figure {
        height: 199px;
    }
}
@media (min-width: 576px) {
    .slider-tabs__figure {
        height: 283px;
    }
    .slider-tabs__link {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .slider-tabs__skeleton {
        gap: 24px;
    }
    .slider-tabs__sub-title {
        margin-bottom: 16px;
    }
    .slider-tabs__title {
        margin-bottom: 64px;
        font-size: 40px;
        line-height: 110%;
    }
    .slider-tabs__card {
        flex-direction: row;
        gap: 24px;
    }
    .slider-tabs__inner .swiper-slide-prev {
        opacity: 0;
    }
    .slider-tabs__card:not(.slider-tabs__main-card--first) .slider-tabs__figure {
        min-width: 276px;
        width: 276px;
        height: 360px;
    }
    .slider-tabs__counter {
        font-size: 15px;
        line-height: 20px;
    }
    .slider-tabs__name.medium {
        font-size: 28px;
        line-height: 130%;
    }
    .slider-tabs__card {
        flex-direction: row;
        align-items: center;
    }
    .slider-tabs__card .slider-tabs__name {
        font-size: 28px;
        font-style: normal;
        line-height: 34px;
    }
    .slider-tabs__card-info {
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    .slider-tabs__card:not(.slider-tabs__main-card--first) .slider-tabs__figure {
        min-width: 328px;
        width: 328px;
    }
    .slider-tabs .slider__button-prev:not(.swiper-button-disabled),
    .slider-tabs .slider__button-next:not(.swiper-button-disabled) {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .main-places {
        padding: 128px 0;
    }
    .main-places__title {
        font-size: 48px;
        line-height: 56px;
    }
    .main-places__inner {
        gap: var(--64, 64px);;
    }
    .slider-tabs__inner .swiper-slide-prev {
        opacity: unset;
    }
    .slider-tabs__card:not(.active) {
        opacity: 60%;
    }
    .slider-tabs__title {
        font-size: 48px;
        line-height: 110%;
    }
    .slider-tabs__description {
        max-width: unset;
    }
    .slider-tabs__items {
        align-items: end;
    }
    .slider-tabs__main-card.slider-tabs__main-card--first {
        display: block;
    }
    .slider-tabs__main-card .slider-tabs__price {
        background: var(--black, #1F2238);
        color: var(--white, #FFF);
        font-size: 16px;
        line-height: 20px;]
        padding: 6px 12px;
    }
    .slider-tabs__card:not(.slider-tabs__main-card--first) .slider-tabs__figure {
        min-width: unset;
        min-height: unset;
        width: 100%;
    }
    .slider-tabs__card-info {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: end;
        width: 100%;
        height: 100%;
        padding: 16px;
        z-index: 2;
        justify-content: end;
    }
    .slider-tabs__card:not(.slider-tabs__main-card--first)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        overflow: hidden;
        z-index: 1;
        background-image: var(--color-gradient-card);
        content: "";
    }
    .slider-tabs__main-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--32, 32px);
        flex: 1 0 0;
        align-self: stretch;
        max-height: 390px;
        overflow: hidden;
    }
    .slider-tab__wrapper{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--24, 24px);
        align-self: stretch;
    }
    .slider-tabs__counter {
        color: var(--black, #1F2238);
        font-size: 16px;
        line-height: 22px;
    }
    .slider-tabs__name.medium {
        font-size: 32px;
        line-height: 120%;
    }
    .slider-tabs__main-card.slider-tabs__main-card--first .slider-tabs__name {
        color: var(--black, #1F2238);
        font-family: "NunitoSans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }
    .slider-tabs__card .slider-tabs__name{
        font-size: 24px;
        line-height: 30px;
        color: var(--white, #FFF);
    }
    .slider-tabs__card .slider-tabs__counter,
    .slider-tabs__card .slider-tabs__description {
        display: none;
    }
    .slider-tabs__description {
        color: var(--black, #1F2238);
        font-size: 18px;
        line-height: 24px;
    }
    .slider-tabs__main-card.slider-tabs__main-card--first {
        width: 388px !important;
        height: 600px;
        margin-right: 32px;
    }
    .slider-tabs__main-card.slider-tabs__main-card--first .slider-tabs__figure {
        width: 388px !important;
        height: 600px;
    }
    .slider-tabs__slider-wrapper {
        width: calc(100% - 420px);
    }
    .slider-tabs__card:not(.slider-tabs__main-card--first) .slider-tabs__figure {
        height: 280px;
    }
    .slider-tabs__card:not(.slider-tabs__main-card--first) .slider-tabs__link {
        display: none;
    }
}
@media (max-width: 1023px) {
    .slider-tabs__btn {
        display: none !important;
    }
}
@media (min-width: 1600px) {
    .main-places {
        padding: 88px 0 96px;
    }
    .slider-tabs__main-card.slider-tabs__main-card--first {
        width: 394px !important;
    }
    .slider-tabs__main-card.slider-tabs__main-card--first .slider-tabs__figure {
        width: 394px !important;
    }
    .slider-tabs__slider-wrapper {
        width: calc(100% - 426px);
    }
    .slider-tabs__button-next--hidden {
        display: none !important;
    }
    .autopagination-slide-hidden {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/assets/css/slider-skeleton.css?1776342903820*/
.slider-tabs__skeleton {
    position: absolute;
    display: flex;
}

.slider-tabs__skeleton-item {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.slider-tabs__skeleton-item.visible {
    opacity: 1;
    visibility: visible;
}

.slider-tabs__skeleton-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, var(--gray-50) 50%, transparent 70%);
    transform: translate(-50%, -50%);
    animation: shimmer-diagonal 1.5s infinite;
}

@keyframes shimmer-diagonal {
    0% {
        transform: translate(-50%, -50%) translateX(-150%);
    }
    100% {
        transform: translate(-50%, -50%) translateX(150%);
    }
}

/* End */


/* Start:/local/components/mendeleev/favorites.button/templates/.default/style.css?17658004154574*/
.favorite-button__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    backdrop-filter: blur(5px);
    -webkit-border-radius: var(--border-radius-sm, 8px);
    -moz-border-radius: var(--border-radius-sm, 8px);
    border-radius: var(--border-radius-sm, 8px);
    cursor: pointer;
}
.favorite-button__toggle.active {
    color: #F24046;
}
.favorite-button__toggle.active * {
    fill: #F24046;
    color: #F24046;
}
.favorite-button__toggle.text-mode {
    width: max-content;
}

.favorite-button__toggle.text-mode:after {
    content: attr(title);
    padding-left: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--black, #1F2238);
}

.favorite-popup {
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: flex-end;
    cursor: default;
}
.favorite-popup,
.favorite-popup .favorite-popup__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.favorite-popup:not(.active) {
    display: none;
}
.favorite-popup .favorite-popup__background {
    position: absolute;
    background: var(--alpha-gray-600, #1F223899);
}
.favorite-popup .favorite-popup__container {
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: var(--white, #FFF);
    box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
}
.favorite-popup .favorite-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.favorite-popup .favorite-popup__header--title {
    margin-top: 16px;
    color: var(--gray-900, #1F1B1D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.favorite-popup .favorite-popup__header .favorite-popup--button {
    outline: none;
    border: none;
    color: var(--gray-500, #8F909B);
    background: transparent;
    cursor: pointer;
}
.favorite-popup .favorite-popup__body {}
.favorite-popup .favorite-popup__body .favorite-popup--description {
    margin-bottom: 16px;
    color: var(--gray-700, #626474);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.route-pop-up-add__route-meta{
    overflow: hidden;
    color: var(--gray-700, #626474);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    /* pc b/footnote 16-22-400 */
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.favorite-popup .favorite-popup__body:not(.visible) {
    display: none;
}
.favorite-popup .favorite-popup__footer {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.favorite-popup .favorite-popup__footer .favorite-popup--button {
    padding: 12px 16px;
    width: 100%;
    border-radius: var(--sm, 12px);
    border: 1px solid var(--alpha-gray-200, #1F223833);
    background: transparent;
    text-align: center;
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}
.favorite-popup .favorite-popup__footer .favorite-popup--button[data-popup-action="confirm"] {
    background: var(--primary-500, #E86A4D);
    color: var(--white, #FFF);
}

@keyframes rotatePreload {
    0% {
        transform: rotate(0deg);
    }
    50% {
        color: #EC6A51;
    }
    100% {
        transform: rotate(360deg);
    }
}
.favorite-popup--preload {
    text-align: center;
}
.favorite-popup:not(.loading) .favorite-popup--preload {
    display: none;
}
.favorite-popup .favorite-popup--preload svg {
    color: #555;
}
.favorite-popup.loading .favorite-popup--preload svg {
    animation: rotatePreload 1600ms infinite;
}
@media (max-width: 1023px) {
    .favorite-button__toggle.text-mode {
        max-width: 44px;
    }
    .favorite-button__toggle.text-mode:after {
        content: "";
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .favorite-popup {
        justify-content: center;
        align-items: center;
    }
    .favorite-popup .favorite-popup__container {
        width: 440px;
        border-radius: 12px;
    }
    .favorite-popup .favorite-popup__footer {
        flex-wrap: nowrap;
        gap: 8px;
    }
    .favorite-popup .route-pop-up-add__route {
        cursor: default;
    }
    .favorite-popup .route-pop-up-add__route:hover {
        box-shadow: none;
    }
}
/* End */


/* Start:/local/components/mendeleev/routes/templates/add/style.css?177936454410000*/
.route-pop-up_add-my-route {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    padding: 8px;
    backdrop-filter: blur(5px);
    -webkit-border-radius: var(--border-radius-sm, 8px);
    -moz-border-radius: var(--border-radius-sm, 8px);
    border-radius: var(--border-radius-sm, 8px);
    cursor: pointer;
}
.route-pop-up_add-my-route svg {
    vertical-align: unset;
}
.route-pop-up {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.route-pop-up p + p {
    margin: 0;
}
.route-pop-up::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--alpha-gray-600, rgba(31, 34, 56, 0.60));
}
/* region add */
.route-pop-up-add__container {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    background: var(--white, #FFF) !important;
    box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
}
.route-pop-up-add__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.route-pop-up-add__head--title {
    color: var(--gray-900, #1F1B1D);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.route-pop-up-add__head--close {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
}
.route-pop-up-add__place {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px;
}
.route-pop-up-add__place figure {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}
.route-pop-up-add__place figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.route-pop-up-add__place__inner {
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 0;
    margin: 0;
}
.route-pop-up-add__place--category {
    color: var(--primary-500, #E86A4D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.route-pop-up-add__place--title {
    color: var(--black, #1F2238);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.route-pop-up-add__routes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    max-height: 303px;
}
.route-pop-up-add__routes.scroll {
    margin: 0 0 0 -6px;
    padding: 3px 6px 3px 6px;
    overflow-y: scroll;
}
.route-pop-up-add__routes.scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #FBFAF9;
}
.route-pop-up-add__routes.scroll::-webkit-scrollbar-thumb {
    background-color: #29222438;
    border-radius: 9em;
}
.route-pop-up-add__route {
    display: grid;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    padding: 16px;
    transition: .3s;
    cursor: pointer;
}
.route-pop-up-add__route.active {
    border: 1px solid var(--primary-500, #E86A4D);
}
.route-pop-up-add__route:hover {
    box-shadow: none;
}
.route-pop-up-add__route--title {
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.route-pop-up-add__route--params {
    display: flex;
    gap: 16px;
    align-items: center;
}
.route-pop-up-add__route--params-count-day {
    color: var(--gray-700, #626474);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.route-pop-up-add__route--params-count-place span {
    color: var(--gray-700, #626474);
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.route-pop-up-add__create {
    color: var(--black, #1F2238);
    font-family: var(--font-family-base);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    background: transparent;
    cursor: pointer;
    margin-top: 24px;
}
.route-pop-up-add__create svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    color: var(--black, #1F2238);
}
.route-pop-up-add__add {
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--white, #FFF);
    font-family: var(--font-family-base);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    background: var(--primary-500, #E86A4D);
    border: none;
    cursor: pointer;
    margin-top: 40px;
}
.route-pop-up-add__add:hover {
    background: var(--primary-400, #ED8168);
    transition: .3s;
}
.route-pop-up-add__add.disabled {
    background: var(--gray-200, #D2D3D7);
    cursor: not-allowed;
}
/* endregion */
/* region create */
.route-pop-up-create__container {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    background: var(--white, #FFF) !important;
    box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
}
.route-pop-up-create__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.route-pop-up-create__head--title {
    color: var(--gray-900, #1F1B1D);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.route-pop-up-create__head--close {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
}
.route-pop-up-create__container label {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}
.route-pop-up-create__container label input[type="text"] {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: 48px;
    padding: 4px 12px 4px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid var(--primary-500, #E86A4D);
    background: var(--white, #FFF);
}
.route-pop-up-create__container label input[type="text"]:hover {
    box-shadow: 0 0 0 3px rgba(245, 95, 60, 0.20);
}
.route-pop-up-create__container label input[type="text"]::placeholder {
    color: var(--gray-300, #BCBDC3);
}
.route-pop-up-create__controls {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}
.route-pop-up-create__cancel {
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    background: transparent;
    cursor: pointer;
}
.route-pop-up-create__apply {
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    background: var(--primary-500, #E86A4D);
    border: none;
    margin-top: auto;
    cursor: pointer;
}
.route-pop-up-create__apply:hover {
    background: var(--primary-400, #ED8168);
    transition: .3s;
}
.route-pop-up-create__apply.disabled {
    background: var(--gray-200, #D2D3D7);
    cursor: not-allowed;
}
/* endregion */
@media (min-width: 375px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
    /* region add */
    .route-pop-up-add__container {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 440px;
        padding: 24px;
        border-radius: 12px;
    }

    .route-pop-up-add__head--title {
        font-size: 22px;
    }

    .route-pop-up-add__add {
        margin-bottom: 0;
    }

    .route-pop-up-add__route:hover {
        box-shadow: 0 0 0 3px rgba(245, 95, 60, 0.20);
    }

    /* endregion */
    /* region create */
    .route-pop-up-create__container {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 440px;
        padding: 24px;
        border-radius: 12px;
    }

    .route-pop-up-create__head {
        margin-bottom: 48px;
    }

    .route-pop-up-create__head--title {
        font-size: 22px;
    }

    .route-pop-up-create__container label {
        margin: 0 0 48px;
    }

    .route-pop-up-create__controls {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    /* endregion */
}
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
    /* region add */
    .route-pop-up-add__head--title {
        font-size: 24px;
        line-height: 30px
    }

    .route-pop-up-add__route--title {
        font-size: 20px;
        line-height: 26px;
    }

    .route-pop-up-add__route--params-count-day {
        font-size: 16px;
        font-weight: 400;
    }

    .route-pop-up-add__route--params-count-place span {
        font-size: 16px !important;
        font-weight: 400;
    }

    /* endregion */
}
@media (min-width: 1600px) {
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/gallery-reasons-come/style.css?17793645444436*/
.reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    border-radius: 32px;
}
.reasons-slider {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.reasons-slider__items {
    width: 100%;
}
.reasons-slider__item.swiper-slide {
    width: 100%;
    height: 213px;
    border-radius: 32px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    aspect-ratio: 2 / 3;
}
.reasons-slider__item img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 2 / 3;
}
.reasons-slider__item--video {
    position: relative;
}
.reasons-slider__item--video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 32px;
}
.reasons-slider__item--video .slider-photo-video__video-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
    border-radius: 32px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    border-radius: 32px;
}
.reasons-slider__item--video.is-video-playing .slider-photo-video__video-el {
    opacity: 1;
    pointer-events: auto;
}
.reasons-slider__item--video.is-video-playing .slider-photo-video__item--video-play-icon {
    opacity: 0;
    pointer-events: none;
}
.reasons-slider__item--video.is-video-playing.is-controls-visible .slider-photo-video__item--video-play-icon {
    opacity: 1;
    pointer-events: auto;
}
.reasons-slider__pagination {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    min-width: fit-content !important;
    bottom: 16px !important;
    gap: 8px;
}
.reasons-slider__pagination .swiper-pagination-bullet {
    border-radius: 10px;
    width: 12px;
    height: 6px;
    background: #fff;
    opacity: 1;
    margin: 0 !important;
}
.reasons .swiper-pagination-bullet {
    border-radius: 50px;
}
.reasons-slider__pagination .swiper-pagination-bullet-active {
    background: #E16E4D;
    width: 32px;
    height: 6px;
}
.reasons-slider__pagination .swiper-pagination-bullet-prev,
.reasons-slider__pagination .swiper-pagination-bullet-next {
    width: 20px;
    height: 6px;
}
.reasons-slider__item.swiper-slide {
    height: 213px;
}
.reasons-slider__item--video .slider-photo-video__item--video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: transparent;
}
.slider-photo-video__item--video-play-icon svg {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

@media (min-width: 375px) {
    .reasons-slider__item.swiper-slide {
        height: 250px;
    }
}
@media (min-width: 576px) {
    .reasons-slider__item.swiper-slide {
        height: 384px;
    }
}
@media (min-width: 768px) {
    .reasons-slider__item.swiper-slide {
        height: 512px;
    }
}
@media (min-width: 1024px) {
    .reasons-slider__item.swiper-slide {
        height: 512px;
        aspect-ratio: 2 / 1;
    }
    .reasons-slider__pagination {
        bottom: 24px !important;
    }
}
@media (min-width: 1200px) {
    .reasons-slider__item.swiper-slide {
        height: 600px;
    }
    .reasons-slider__item--video .slider-photo-video__video-el {
        aspect-ratio: 2 / 1;
    }
    .reasons-slider__pagination .swiper-pagination-bullet {
        width: 20px;
        height: 12px;
    }
    .reasons-slider__pagination .swiper-pagination-bullet-active {
        width: 40px;
        height: 12px;
    }
    .reasons-slider__pagination .swiper-pagination-bullet-prev,
    .reasons-slider__pagination .swiper-pagination-bullet-next {
        width: 30px;
        height: 12px;
    }
    .slider-photo-video__item--video-play-icon {
        width: 200px;
        height: 200px;
    }
    .slider-photo-video__item--video-play-icon svg {
        width: 80px;
        height: 80px;
    }
}
@media (min-width: 1600px) {
    .reasons-slider__item.swiper-slide {
        height: 800px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/doctors-comments/style.css?17793645444572*/
.comments {
    display: flex;
    padding: 56px 0 var(--64, 64px) 0;
    flex-direction: column;
    align-items: center;
    border-radius: 24px 24px 0 0;
    background: var(--white, #FFF);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.comments__inner {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: var(--48, 48px);
}
.comments__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.comments__title {
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.comments__slider--wrapper {
    position: relative;
}
.comments__slider {
    display: flex;
    padding: 0;
    align-items: flex-start;
}
.comments__slider--pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 60px;
}
.comments__slider--pagination.disabled{
    display: none;
}
.comments__slider--pagination .swiper-pagination-bullet{
    height: 1px;
    width: 80px;
    background: #B5A994;
    transition: background 1s;
}
.comments__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #404040;
}
.comments__slider--pagination.swiper-pagination-progressbar{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 1px;
    padding: 0;
    display: block;
    gap: 0;
    background-color: #7D9A8E;
}
.comments__slider--pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #E16E4D;
}
.comments__item {
    display: flex;
    padding: var(--12, 12px);
    flex-direction: column;
    align-items: center;
    gap: var(--16, 16px);
    border-radius: 20px;
    border: 1px solid var(--gray-100, #E9E9EB);
    height: 100%;
}
.comments__item.swiper-slide{
    transition-property: transform, top;
    transition-duration: 1s;
}
.comments__item.swiper-slide.swiper-slide-next{
    top: 60px;
}
.comments__item--photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 220px;
    border-radius: 12px;
    overflow: hidden;
}
.comments__item--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.comments__item--content {
    display: flex;
    padding: 0 var(--12, 12px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--8, 8px);
    height: 100%;
}
.comments__item--inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
}
.comments__item--comment {
    color: #273C70;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.comments__item--name {
    overflow: hidden;
    color: var(--black, #1F2238);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.comments__item--post {
    color: var(--alpha-gray-700, rgba(31, 34, 56, 0.70));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.comments .slider__button-prev,
.comments .slider__button-next {
    top: 272px !important;
}

@media (min-width: 768px) {
    .comments {
        padding: var(--72, 72px) 0 80px 0;
        border-radius: 32px 32px 0 0;
    }
    .comments__inner {
        gap: var(--56, 56px);
    }
    .comments__header {
        gap: 40px;
    }
    .comments__title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 1200px) {
    .comments {
        padding: 88px 0 96px 0;
    }
    .comments__inner {
        gap: var(--64, 64px);
    }
    .comments__header {
        gap: 48px;
    }
    .comments__title {
        font-size: 48px;
        line-height: 56px;
    }
    .comments__slider--viewport {
        overflow: hidden;
    }
    .comments__item {
        padding: var(--12, 12px) var(--12, 12px) var(--20, 20px);
        gap: var(--20, 20px);
    }
    .comments__item--content {
        gap: var(--16, 16px);
    }
    .comments__item--photo {
        max-height: 260px;
    }
    .comments__item--comment {
        font-size: 20px;
        line-height: 28px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/tourist-info/style.css?17793645446089*/
.tourist-info-wrapper {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
.excurs-tours .tourist-info__title {
    text-align: left !important;
}
.tourist-info {
    padding: 56px 0 calc(64px + 32px);
    border-radius: 24px 24px 0 0;
    color: var(--color-black);
    overflow: hidden;
}
.tourist-info__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--48, 48px);
    align-self: stretch;
}
.tourist-info__inner-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.tourist-info__figure svg {
    width: 48px;
    height: 48px;
}
.tourist-info__title-block {
    display: flex;
    align-items: flex-start;
}
.tourist-info__title {
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.tourist-info__slider {
    display: flex;
    padding: 0;
    align-items: flex-start;
    gap: var(--16, 16px);
    width: 100%;
    position: relative;
}
.tourist-info__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    height: 333px !important;
}
.tourist-info__item--image {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-position: center;
    object-fit: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.tourist-info__item.swiper-slide:before {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(31, 34, 56, 0.00) 0%, rgba(31, 34, 56, 0.50) 100%);
    content: "";
}
.tourist-info__item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: var(--16, 16px) var(--16, 16px) var(--24, 24px) var(--16, 16px);
    align-items: flex-start;
}
.tourist-info__item:hover {
    text-decoration: none;
    color: inherit;
}
.tourist-info__item-top-duration {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 8px;
    background: var(--white, #FFF);
    height: 24px;
    padding: 0 8px;
}
.tourist-info__item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
}
.tourist-info__item-top-favorite {
    position: absolute;
    right: 0;
}
.tourist-info__item-bottom-description-block {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    text-align: start;
}
.tourist-info__item-bottom-description {
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.tourist-info__item-bottom-author {
    color: var(--white, #FFF);
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.tourist-info__item:last-child {
    margin-right: 0 !important;
}
.tourist-info__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.tourist-info__item > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.tourist-info__item--description {
    background: var(--color-white);
    text-align: left;
    padding: 20px 15px;
}
.tourist-info__slider--pagination {
    text-align: center;
    margin: 50px auto 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.tourist-info__slider--pagination span:last-child {
    margin: 0;
}
.tourist-info .slider__button-prev,
.tourist-info .slider__button-next {

}
.tourist-info__slider--pagination .swiper-pagination-bullet {
    width: 80px !important;
    height: 1px !important;
    display: inline-block;
    border-radius: 0 !important;
    margin-right: 20px;
    opacity: .5 !important;
}
.tourist-info__slider--pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.my-route__button a {
    color: var(--color-natural-beige)
}
.tourist-info__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    height: 333px !important;
}

@media (min-width: 375px) {
    .tourist-info__item {
        height: 397px !important;
    }
}

@media (min-width: 576px) {
    .tourist-info__item {
        height: 331px !important;
    }
}

@media (min-width: 768px) {
    .tourist-info {
        padding: 72px 0 calc(80px + 32px);
        border-radius: 32px 32px 0 0;
    }
    .tourist-info__figure svg {
        width: 56px;
        height: 56px;
    }
    .tourist-info__inner {
        gap: var(--56, 56px);
    }
    .tourist-info__inner-top {
        gap: 40px;
    }
    .tourist-info__title {
        font-size: 40px;
        line-height: 48px;
    }
    .tourist-info__item {
        height: 448px !important;
    }
    .tourist-info__item-bottom-description {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .tourist-info__item {
        height: 395px !important;
    }
}

@media (min-width: 1200px) {
    .tourist-info {
        padding: 88px 0 calc(96px + 32px);
    }
    .tourist-info__figure svg {
        width: 64px;
        height: 64px;
    }
    .tourist-info__inner {
        gap: var(--64, 64px);
    }
    .tourist-info__inner-top {
        gap: 48px;
    }
    .tourist-info__title {
        font-size: 48px;
        line-height: 56px;
    }
    .tourist-info__item {
        height: 480px !important;
    }
    .tourist-info__item-bottom-description {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 1600px) {
    .tourist-info__item {
        height: 416px !important;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/what-else-to-do/style.css?17793645448633*/
.what-else-to-do {
    display: flex;
    padding: var(--56, 56px) 0 0 0;
    flex-direction: column;
    align-items: center;
    gap: 88px;
    border-radius: var(--lg, 24px) var(--lg, 24px) 0 0;
    background: #273C70;
    position: relative;
    overflow: hidden;
    margin-top: -32px;
}
.footer-neigh {
    padding: var(--64, 64px) 0 24px;
    border-radius: var(--lg, 24px) var(--lg, 24px) 0 0;
}
.wetd__dottet-line {
    position: absolute;
    stroke-width: 1px;
    stroke: var(--secondary-500, #B8A38F);
    top: 0;
    left: 0;
    color: transparent;
    fill: none;
    pointer-events: none;
    z-index: 0;
}
.wetd__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--40, 40px);
}
.wetd__content--top-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--40, 40px);
    z-index: 2;
    background: #273C70;
    position: relative;
    isolation: isolate;
}
.wetd__content--top-left::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    width: 4000px;
    height: calc(100% + 2px);
    z-index: -1;
    background-color: #273C70;
}
.wetd__decor {
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 2;
}
.wetd__head {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--24, 24px);
}
.wetd__title {
    color: var(--white, #FFF);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.wetd__subtitle {
    color: var(--gray-100, #E9E9EB);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.wetd__swiper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
}
.wetd__nav-btn-prev,
.wetd__nav-btn-next {
    z-index: 20;
}
.wetd__swiper-card {
    display: flex;
    height: 400px !important;
    position: relative;
    border-radius: 20px;
}
.wetd__swiper-card::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.00) 0%, rgba(31, 34, 56, 0.50) 100%);
    margin: 0;
    padding: 0;
    border-radius: 20px;
}
.wetd__swiper--img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
}
.wetd__swiper-card__inner {
    display: flex;
    padding: var(--16, 16px) var(--16, 16px) var(--24, 24px) var(--16, 16px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}
.wetd__swiper-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.wetd__swiper-card__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--12, 12px);
    z-index: 1;
}

.wetd__swiper-card__bottom:hover {
    text-decoration: unset;
}
.wetd__swiper-card--author {
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.wetd__swiper-card--title {
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.wetd__swiper-card--time-read {
    position: absolute;
    left: 16px;
    top: 16px;
    display: flex;
    align-items: center;
    color: var(--black, #1F2238);
    font-family: var(--font-family-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 8px;
    height: 24px;
    padding: 0 8px;
    background: var(--white, #FFF);
    margin: 0;
}
.wetd__swiper-card--favorite {
    z-index: 2;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    border: none;
    padding: 0;
    margin: 0;
    transition: .3s;
}
.wetd__swiper-card--favorite svg {
    width: 40px;
    height: 40px;
    color: var(--white, #FFF);
}
.wetd__button,
.wetd__button--mobile {
    display: none;
    height: 48px;
    padding: 0 var(--16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    border-radius: 12px;
    background: var(--black, #1F2238);
    text-decoration: unset !important;
}
.wetd__button .wetd__button svg,
.wetd__button--mobile .wetd__button svg {
    display: none;
}
.wetd__button--mobile {
    display: flex;
    width: 100%;
}
.wetd__button--text {
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (min-width: 375px) {
    .wetd__swiper-card {
        height: 477px !important;
    }
}
@media (min-width: 576px) {
    .wetd__swiper-card {
        height: 397px !important;
    }
    .wetd__swiper-card--title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .what-else-to-do {
        padding: 72px 0 0 0;
        gap: 104px;
        border-radius: 32px 32px 0 0;
    }
    .footer-neigh {
        padding: 72px 0 24px;
        border-radius: 32px 32px 0 0;
    }
    .wetd__content {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 24px;
    }
    .wetd__swiper {
        flex: 1 1 0;
        min-width: 0;
    }
    .wetd__content--top-left {
        gap: var(--48, 48px);
        align-self: stretch;
    }
    .wetd__content--top-left::after {
        height: calc(100% + 2px);
    }
    .wetd__content--top-left::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -3px;
        height: 4px;
        background: #273C70;
        z-index: 3;
        pointer-events: none;
    }
    .wetd__content--top-left,
    .wetd__head {
        width: 276px;
    }
    .wetd__decor {
        width: 56px;
        height: 56px;
    }
    .wetd__title {
        font-size: 40px;
        line-height: 48px;
    }
    .wetd__swiper-card {
        height: 442px !important;
    }
    .wetd__button {
        display: flex;
        width: 186px;
    }
    .wetd__button--mobile {
        display: none;
    }
    .slider__button-prev,
    .slider__button-next {
        top: calc(60%);
    }
}

@media (min-width: 1024px) {
    .wetd__swiper-card {
        height: 474px !important;
    }
    .wetd__content--top-left {
        width: 296px;
        padding-right: var(--24, 24px);
    }
    .wetd__head {
        width: 296px;
    }
}

@media (min-width: 1200px) {
    .what-else-to-do {
        padding: var(--96, 96px) 0 0 0;
        gap: 128px;
    }
    .wetd__content {
        position: relative;
    }
    .footer-neigh {
        padding: var(--96, 96px) 0 24px;
    }
    .wetd__decor {
        width: 64px;
        height: 64px;
    }
    .wetd__head {
        width: 360px;
        gap: var(--32, 32px);
    }
    .wetd__content--top-left {
        width: 360px;
        gap: var(--56, 56px);
    }
    .wetd__title {
        font-size: 48px;
        line-height: 56px;
    }
    .wetd__subtitle {
        font-size: 20px;
        line-height: 28px;
        width: 336px;
    }
    .wetd__swiper-card {
        height: 499px !important;
    }
    .wetd__swiper-card--title {
        font-size: 24px;
        line-height: 30px;
    }
    .wetd__nav-btn-next {
        position: absolute !important;
        top: 50% !important;
        right: 0 !important;
    }
    .wetd__nav-btn-next:hover {
        transform: translate(50%, -50%) !important;
    }
    .wetd__nav-btn-prev {
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        transform: translate(-25%, -50%) !important;
    }
    .wetd__nav-btn-next.swiper-button-disabled {
        display: flex;
    }
}

@media (min-width: 1600px) {
    .footer-neigh {
        padding: var(--96, 96px) 0 24px;
    }
    .wetd__content--top-left,
    .wetd__head {
        width: 424px;
    }
    .wetd__subtitle {
        width: 400px;
    }
}
/* End */
/* /local/templates/mendeleev-redesign/css/hot-springs.css?177936454410400 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.detail/first-screen/style.css?177995061715631 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/stories-list/style.css?17799695586630 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/stories-list/stories-popup.css?178007704714187 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/hot-springs.minerals/style.css?177936454410343 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/advantages/style.css?17793645443768 */
/* /local/templates/mendeleev-redesign/components/mendeleev/orm.news.list/slider-tabs/style.css?177936454411712 */
/* /local/templates/mendeleev-redesign/assets/css/slider-skeleton.css?1776342903820 */
/* /local/components/mendeleev/favorites.button/templates/.default/style.css?17658004154574 */
/* /local/components/mendeleev/routes/templates/add/style.css?177936454410000 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/gallery-reasons-come/style.css?17793645444436 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/doctors-comments/style.css?17793645444572 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/tourist-info/style.css?17793645446089 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/what-else-to-do/style.css?17793645448633 */
