

/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.detail/first-screen-family-rest/style.css?17658004153830*/
.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;
    width: 100%;
    height: 100vh;
}

.first-screen::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.first-screen > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.first-screen .container {
    height: 100%;
}

.first-screen__video {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.first-screen__video iframe {
    position: relative;
    transform: scale(1.2);
}

.first-screen__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.first-screen__inner {
    z-index: 1;
    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;
    padding-top: 265px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.first-screen__section {
    display: none;
}

.first-screen__title {
    font-size: 64px;
    line-height: 100%;
    font-weight: 400;
    color: var(--color-white);
    max-width: 850px;
    padding-bottom: 20px;
    margin: 0;
}

.first-screen__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--color-white);
    max-width: 630px;
    padding-bottom: 40px;
}

.first-screen__button {
    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: 13px 30px;
    gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    color: var(--color-white);
    background: var(--color-gorbusha);
}

.first-screen__button:hover {
    background: var(--color-gorbusha-hover);
    color: var(--color-white);
}

.first-screen .relevant-interesting {
    z-index: 3;
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 40px;
}

.first-screen .relevant-interesting.open {
    position: absolute;
    bottom: 68px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

@media (max-width: 1200px) {
    .first-screen__inner {
        padding-top: 255px;
    }
}

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

@media (max-width: 600px) {
    .first-screen {
        height: 640px;
    }

    .first-screen__inner {
        padding-top: 145px;
    }

    .first-screen__title {
        font-size: 36px;
        max-width: 100%;
    }

    .first-screen__description {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .first-screen__button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stories-list-new/style.css?17793645446401*/
.stories-group {
    display: flex;
    padding: var(--64, 64px) 0 88px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    transform: translateY(-32px);
    position: relative;
    z-index: 2;
}

.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;
}

.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: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.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(--64, 64px) 0 var(--96, 96px);
        border-radius: 32px;
    }
    .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;
    }
    .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/.default/components/bitrix/news.list/stories-list-new/stories-popup.css?171024099814131*/
.stories-popup {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #000000c7;
    backdrop-filter: blur(15px);
    --scenePerspective: 1000;
    --width: 22;
    --height: calc(var(--width) * 1.77);
    --translateZ: calc(var(--width) / 2);
    --first-layer: 100;
    --second-layer: 80;
    --third-layer: 30;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .stories-popup__close {
        display: none;
    }

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

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

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

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

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

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

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


/* Start:/local/templates/mendeleev-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/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/main-places-new-tabs/style.css?176580041512039*/
.main-places {
    padding: 64px 0 0;
    font-size: 16px;
    overflow: hidden;
}
.main-places .main-places__sub-title {
    margin-bottom: 8px;
    text-align: center;
}
.main-places .main-places__title {
    margin-bottom: 32px;
    text-align: center;
}
.main-places__title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.main-places__tab {
    margin-bottom: 32px;
}
.main-places__tab--items {
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    list-style: none;
    gap: 16px;
}
.main-places__tab--items::-webkit-scrollbar {
    display: none;
}
.main-places__tab--item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    height: 40px;
    padding: 8px 24px !important;
    border: 1px solid var(--color-gray-100);
    border-radius: 12px;
    color: var(--color-gray-900);
    cursor: pointer;
    white-space: nowrap;
    gap: 12px;
}
.main-places__slider--item-description-price .RUB {
    top: 2px;
}
.main-places__slider--item-price .RUB {
    top: -1px;
}
.main-places__slider--item-add-route {
    position: absolute;
    top: 64px;
    right: 12px;
    margin: 0;
    padding: 0;
}
.main-places__tab--item:hover,
.main-places__tab--item.active {
    border: 1px solid var(--color-gray-200);
    color: var(--color-primary-600);
}
.main-places .main-places__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
}
.main-places .main-places__slider .main-places__slider--item.first {
    position: relative;
    display: none;
    width: 443px !important;
    height: 709px;
    margin-right: 32px;
    z-index: 2;
    background-color: inherit;
}
.main-places .main-places__slider .main-places__slider--item.first 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: "";
}
.main-places .main-places__slider .main-places__slider--item.first::before {
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 101%;
    z-index: 2;
    background-color: inherit;
    content: "";
}
.main-places .main-places__slider .main-places__slider--item.first::after {
    position: absolute;
    top: 0;
    right: -32px;
    width: 32px;
    height: 101%;
    z-index: 2;
    background-color: inherit;
    content: "";
}
.main-places .main-places__slider .main-places__slider--item.first figure {
    width: 443px !important;
    height: 709px;
}
.main-places .main-places__slider--wrapper {
    position: relative;
    width: 100%;
}
.main-places .main-places__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.main-places .main-places__slider--inner {
    position: absolute;
    top: 0;
    left: calc(100% + 32px);
    width: 100%;
    min-width: 628px;
}
.main-places .main-places__slider--item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 32px;
    -webkit-touch-callout: none;
}
.main-places__slider--item .places__item--add-route {
    position: absolute;
    top: 52px;
    right: 0px;
}
.main-places .main-places__slider--item.empty::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(247, 246, 243);
    background-image: none;
    content: "";
}
.main-places .main-places__slider--pagination {
    margin: 0 0 16px 0;
}
.main-places .main-places__slider--name {
    margin: 0 0 28px 0;
    cursor: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
.main-places__slider--name.medium {
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}
.main-places .main-places__slider--description {
    margin: 0 0 15px 0;
    -ms-word-break: break-word;
    word-break: break-word;
    cursor: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
.main-places__slider--item-description-phones {
    display: flex;
}
.main-places__slider--item-description-phone,
.main-places__slider--item-description-phone:hover {
    color: var(--color-gorbusha);
}
.main-places__slider--url {
    color: var(--color-gorbusha);
}
.main-places__slider--url:hover {
    color: var(--color-gorbusha-hover);
}
.main-places .main-places__slider--item figure {
    position: relative;
    width: 100%;
    height: 181px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.main-places .main-places__slider--item figure img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main-places .main-places__slider--item figure img.first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-places .main-places__slider--item-pagination {
    margin: 0 0 8px 0;
    color: var(--color-secondary-500);
}
.main-places .main-places__slider--item-price {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 8px;
    color: var(--color-white);
    background: var(--color-gray-900);
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.main-places .main-places__slider--item-name {
    position: relative;
    margin: 0 0 20px 0;
}
.main-places .main-places__slider--item.first .main-places__slider--item-name {
    position: absolute;
    bottom: 16px;
    left: 50%;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 16px;
    font-size: 32px !important;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
}
.main-places .main-places__slider--item-description {
    margin: 0 0 20px 0;
}
.main-places .main-places__slider--item-url {
    color: var(--color-gorbusha);
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.main-places .main-places__slider--item-url:hover {
    color: var(--color-gorbusha-hover);
}
.card__controls {
    z-index: 4;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.control-item {
    border-radius: 12px;
    background: rgba(31, 27, 29, 0.15);
    backdrop-filter: blur(2px);
    color: #FFFFFF;
}
.control-item button {
    outline: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}
.js-favorite.active svg * {
    fill: #F24046;
    stroke: #F24046;
}
@media (min-width: 574px) {
    .main-places .main-places__slider--item {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }

    .main-places .main-places__slider--item figure {
        height: 310px;
    }

    .main-places .main-places__slider--item-name {
        margin: 0 64px 24px 0;
    }

    .main-places .main-places__slider--item-description {
        margin: 0 0 24px 0;
    }
}
@media (min-width: 768px) {
    .main-places {
        padding: 72px 0;
    }

    .main-places .main-places__sub-title {
        margin-bottom: 16px;
    }

    .main-places .main-places__title {
        margin-bottom: 64px;
    }

    .main-places__title {
        font-size: 40px;
        line-height: 110%;
    }

    .main-places .main-places__slider--item {
        position: relative;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        gap: 32px;
    }

    .main-places .main-places__slider--item:not(.first) figure {
        min-width: 300px;
        min-height: 480px;
    }

    .main-places__tab {
        margin-bottom: 64px;
    }

    .main-places__tab--items {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: revert;
    }

    .main-places .main-places__slider--item-pagination {
        margin: 0 0 16px 0;
    }

    .main-places .main-places__slider--item-name {
        margin: 0 64px 28px 0;
    }

    .main-places .main-places__slider--item-description {
        margin: 0 0 32px 0;
    }

    .main-places__slider--name.medium {
        font-size: 28px;
        line-height: 130%;
    }
}
@media (min-width: 996px) {
    .main-places .main-places__slider--item:not(.first) figure {
        min-width: 300px;
        min-height: 400px;
    }
}
@media (min-width: 1140px) {
    .main-places {
        padding: 96px 0;
    }

    .main-places__slider--items {
        align-items: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }

    .main-places__title {
        font-size: 48px;
        line-height: 110%;
    }

    .main-places__slider--item-inner {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: end;
        width: 100%;
        height: 100%;
        padding: 16px;
        z-index: 2;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }

    .main-places__slider--item-pagination,
    .main-places__slider--item-description {
        display: none;
    }

    .main-places__slider--item-name {
        margin: 0 !important;
        font-size: 20px !important;
        color: #FFFFFF;
        line-height: 130% !important;
    }

    .main-places .main-places__slider .main-places__slider--item.first {
        display: block;
    }

    .main-places .main-places__slider--item:not(.first) figure {
        min-width: unset;
        min-height: unset;
    }

    .main-places .main-places__slider .main-places__slider--item:not(.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: "";
    }

    .main-places .main-places__slider--inner {
        max-height: 390px;
        overflow: hidden;
    }

    .main-places__slider--name.medium {
        font-size: 32px;
        line-height: 120%;
    }
}
@media (min-width: 1400px) {
    .main-places .main-places__slider .main-places__slider--item.first {
        position: relative;
        width: 518px !important;
        height: 750px;
        margin-right: 32px;
        z-index: 2;
        background-color: inherit;
    }

    .main-places .main-places__slider .main-places__slider--item:not(.first) {
        opacity: .6;
    }

    .main-places .main-places__slider .main-places__slider--item.active,
    .main-places .main-places__slider .main-places__slider--item:not(.first):hover {
        opacity: 1;
    }

    .main-places .main-places__slider .main-places__slider--item.first figure {
        width: 518px !important;
        height: 750px;
    }

    .main-places .main-places__slider--wrapper {
        width: calc(1320px - 518px);
    }

    .main-places .main-places__slider--item figure {
        height: 352px;
    }

    .main-places .slider__button-prev,
    .main-places .slider__button-next {
        display: flex;
    }
}
@media (max-width: 1023px) {
    .main-places .slider__button-prev,
    .main-places .slider__button-next {
        display: none;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/moments/style.css?177936454422726*/
.moments {
    display: flex;
    /*width: 326px;*/
    /*height: 654.441px;*/
    padding: var(--64, 64px) 0;
    flex-direction: column;
    align-items: center;
    border-radius: var(--lg, 24px) var(--lg, 24px) 0 0;
    background: var(--white, #FFF);
    overflow: hidden;
}
.moments__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--48, 48px);
}
.moments__title {
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.moments__slider--wrapper {
    position: relative;
    width: 100%;
}
.moments__slider {
    position: relative;
    height: 100%;
}
.moments__items {
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.moments__item,
.moments__item--video {
    display: flex;
    flex-direction: column;
    /*width: 250px;*/
    height: 444px !important;
    min-height: 0;
    border-radius: 20px;
    position: relative;
}
.moments__item {
    align-items: flex-start;
    border: 1px solid var(--secondary-400, #C7B6A6);
    background: var(--secondary-50, #F7F5F3);
}
.moments__item-video {
    align-items: flex-end;
}
.moments__item--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
    z-index: -2;
}
.moments__item--video svg {
    position: absolute;
    top: 50%;
    left: calc(50% - 16px);
    cursor: pointer;
}
.moments__item--video-content {
    display: flex;
    /*width: 250px;*/
    padding: 0 8px 8px 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--12, 12px);
    min-height: 0;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}
.moments__item--video-content > .moments__item__related-place--wrapper {
    flex-shrink: 0;
}
.moments__item--video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.00) 0%, rgba(31, 34, 56, 0.50) 100%);
    z-index: -1;
}
.moments__item-content {
    display: flex;
    /*width: 292px;*/
    /*height: 519px;*/
    padding: 0 var(--8, 8px) var(--8, 8px) var(--8, 8px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}
.moments__item-content > .moments__item__related-place--wrapper {
    flex-shrink: 0;
}
.moments__item--video-content-text {
    display: flex;
    padding: var(--24, 24px) 8px 0 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--4, 4px);
    min-height: 0;
    overflow: hidden;
}
.moments__item-content-text {
    display: flex;
    padding: var(--24, 24px) var(--12, 12px) 0 var(--12, 12px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--12, 12px);
    min-height: 0;
    overflow: hidden;
}
.moments__item-content-text--review-open.moments__item--video-content-text,
.moments__item-content-text--review-open.moments__item-content-text {
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.moments__item-content-text--review-open .moments__item--video-author--wrapper,
.moments__item-content-text--review-open .moments__item-author--wrapper {
    flex: 0 0 auto;
}
.moments__item-content-text--review-open .moments__item--video-review--wrapper,
.moments__item-content-text--review-open .moments__item-review--wrapper {
    justify-content: flex-start;
}
.moments__item-content-text--review-open.moments__item-content-text,
.moments__item-content-text--review-open.moments__item--video-content-text {
    scrollbar-width: thin;
    scrollbar-color: #D2D3D7 transparent;
}

.moments__item-content-text--review-open.moments__item-content-text::-webkit-scrollbar,
.moments__item-content-text--review-open.moments__item--video-content-text::-webkit-scrollbar {
    width: 6px;
}
.moments__item--video-author--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--4, 4px);
    flex: 1 0 0;
    padding-bottom: var(--4, 4px);
}
.moments__item-author--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--0, 0);
    flex: 1 0 0;
    padding-bottom: var(--8, 8px);
}
.moments__item--video-author {
    overflow: hidden;
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.moments__item-author {
    overflow: hidden;
    color: var(--black, #1F2238);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.moments__item--video-city {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--alpha-white-700, rgba(255, 255, 255, 0.70));
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.moments__item-city {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--alpha-gray-700, rgba(31, 34, 56, 0.70));
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.moments__item--video-review--wrapper {
    display: flex;
    padding-bottom: var(--8, 8px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--4, 4px);
}
.moments__item-review--wrapper {
    display: flex;
    padding-bottom: var(--8, 8px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--8, 8px);
}
.moments__item--video-review-text.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
}
.moments__item--video-review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.moments__item--review-text.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
}
.moments__item--review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--black, #1F2238);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.moments__item--video-review-text.js-moments-review-measure,
.moments__item--review-text.js-moments-review-measure {
    display: block !important;
    -webkit-line-clamp: unset !important;
    max-height: none !important;
    overflow: visible !important;
}
.moments__item--video-review--wrapper span {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    text-align: left;
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}
.moments__item-review--wrapper span {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    text-align: left;
    cursor: pointer;
    color: var(--black, #1F2238);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.moments__item__related-place--wrapper {
    display: flex;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: var(--white, #FFF);
    width: 100%;
}
.moments__item__related-place--inner {
    display: flex;
    align-items: center;
    gap: var(--8, 8px);
    text-decoration: unset !important;
    z-index: 100;
}
.moments__item__related-place--wrapper img {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
}
.moments__item__related-place {
    display: flex;
    padding-top: 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--2, 2px);
    flex: 1 0 0;
}
.moments__item__related-place--city {
    color: var(--primary-500, #E86A4D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.moments__item__related-place--name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--black, #1F2238);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.popup-review__inner .swiper-slide {
    display: flex !important;
}
@media (min-width: 375px) {
    .moments__item,
    .moments__item--video {
        height: 530px !important;
    }
}
@media (min-width: 576px) {
    .moments__item,
    .moments__item--video {
        height: 519px !important;
    }
}
@media (min-width: 768px) {
    .moments {
        padding: var(--72, 72px) 0;
    }
    .moments__inner {
        gap: var(--56, 56px);
    }
    .moments__title {
        font-size: 40px;
        line-height: 48px;
    }
    .moments__item,
    .moments__item--video {
        height: 597px !important;
    }
    .moments__item--video svg {
        left: calc(50% - 24px);
    }
    
}
@media (min-width: 1200px) {
    .moments {
        padding: 104px 0;
    }
    .moments__inner {
        gap: var(--64, 64px);
    }
    .moments__title {
        font-size: 48px;
        line-height: 56px;
    }
    .moments__item,
    .moments__item--video {
        height: 526px !important;
    }
    .moments__item-author {
        font-size: 18px;
        line-height: 24px;
    }
    .moments__item--video-review-text {
        font-size: 14px;
        line-height: 20px;
    }
    .moments__item--review-text {
        font-size: 16px;
        line-height: 22px;
    }
    .moments__item-review--wrapper span {
        font-size: 16px;
        line-height: 22px;
    }
    .moments__item-review--wrapper .js-moments-review-read-more {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (min-width: 1600px) {
    .moments {
        padding: var(--88, 88px) 0 var(--96, 96px) 0;
    }
    .moments__item,
    .moments__item--video {
        height: 469px !important;
    }
    .moments__item--video-author {
        font-weight: 700;
    }
}

/*
.moments {
    display: flex;
    !*height: 654.441px;*!
    padding: var(--64, 64px) 0;
    flex-direction: column;
    align-items: center;
    background: var(--white, #FFF);
    overflow: hidden;
}

.moments__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--48, 48px);
}

.moments__title {
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.moments__slider--wrapper {
    position: relative;
    width: 100%;
}

.moments__slider {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}

.moments__slider--pagination.swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 1px;
    background-color: #7D9A8E;
}

.moments__slider--pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #E16E4D;
}

.moments__items {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.moments__item {
    position: relative;
    display: flex;
    width: 292px;
    height: 444px !important;
    padding: 0 var(--8, 8px) var(--8, 8px) var(--8, 8px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid var(--secondary-400, #C7B6A6);
    background: var(--secondary-50, #F7F5F3);
}

.moments__item::before {
    z-index: 100;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#22202200, #26202240, #262022cc);
    border-radius: 24px;
    overflow: hidden;
}

.moments__item.type-text::before {
    display: none;
}

.moments__item--background {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.moments__item--background img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    overflow: hidden;
}
.popup-review__inner .swiper-slide {
    display: flex !important;
}
.moments__item--background .swiper-slide-active.scale img,
.moments__item--background .swiper-slide-prev.scale img {
    animation-name: background-zoom;
    animation-duration: 8s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    border-radius: 24px;
    overflow: hidden;
}

@keyframes background-zoom {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.moments__item--inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--4, 4px);
    align-self: stretch;
    width: 100%;
}

.moments__item--top {
    position: relative;
    display: flex;
    padding: var(--24, 24px) 8px 0 8px;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    gap: 10px;
    cursor: pointer;
}

.moments__item--bottom {
    height: 100%;
    max-height: 56px;
    overflow: hidden;
    display: flex;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--white, #FFF);
}

.moments__item.type-text .moments__item--inner {
    justify-content: flex-start;
}

.moments__item--play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
    transition: all 200ms;
}

.moments__item--play:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.moments__item--author {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 100%;
}

.moments__item--author-photo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.moments__item--author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.moments__item--author-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 8px;
    width: calc(100% - 60px);
}

.moments__item--author-name {
    position: relative;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.moments__item.type-text .moments__item--author-name {
    color: var(--black, #1F2238);
}

.moments__item--author-city {
    overflow: hidden;
    color: var(--alpha-white-700, rgba(255, 255, 255, 0.70));
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    white-space: nowrap;
}

.moments__item.type-text .moments__item--author-city {
    color: var(--alpha-gray-700, rgba(31, 34, 56, 0.70));
}

.moments__item--stars {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 5px;
    width: 100px;
    height: 16px;
}

.moments__item--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    cursor: pointer;
}

.moments__item.type-text .moments__item--text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    flex-grow: 1;
    min-height: 0;
    color: #262626;
}

.moments__item--text-body {
    overflow: hidden;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    line-clamp: 10;
}
.moments__item.type-text .moments__item--text-body {
    color: var(--black, #1F2238);
}

.moments__item--text-popup {
    flex-shrink: 0;
    align-self: flex-start;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: transparent;
    color: inherit;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.moments__item--text-popup[hidden] {
    display: none !important;
}

.moments__item--place {
    display: flex;
    align-items: center;
    gap: var(--8, 8px);
    overflow: hidden;
    width: 100%;
}
.moments__item--place:hover{
    text-decoration: none;
}

.moments__item--place-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    width: 48px;
    height: 48px;
}

.moments__item--place-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.moments__item--place-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    width: calc(100% - 70px);
}

.moments__item--place-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.moments__item--place-city {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #595959;
}

@media (min-width: 375px) {
    .moments__item {
        height: 530px !important;
    }
}
@media (min-width: 576px) {
    .moments__item {
        height: 519px !important;
    }
    .moments__item--author-name {
        font-size: 16px;
        line-height: 20px;
    }
    .moments__item--inner {
        padding: var(--24, 24px) var(--12, 12px) 0 var(--12, 12px);
        gap: var(--12, 12px);
    }
}

@media (min-width: 768px) {
    .moments__item {
        height: 597px !important;
    }
    .moments__title {
        font-size: 40px;
        line-height: 48px;
    }
    .moments__inner {
        gap: var(--56, 56px);
    }
    .moments {
        padding: var(--80, 80px) 0;
    }
}
@media (min-width: 1024px) {
    .moments__item {
        height: 526px !important;
    }
}
@media (min-width: 1200px) {
    .moments__item {
        height: 469px !important;
    }
    .moments__title {
        font-size: 48px;
        line-height: 56px;
    }
    .moments__inner {
        gap: var(--64, 64px);
    }
    .moments {
        padding: var(--96, 96px) 0;
    }
    .moments__item--author-name {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 1600px) {
    .moments__item {
        height: 555px !important;
    }
}

!* photos-video *!

@media (max-width: 600px) {

    .moments__item--inner {
        grid-template-rows: 426px auto;
    }

    .moments__item--text {
        font-size: 12px;
    }

    .moments__item--author-photo {
        width: 30px;
        height: 30px;
    }

    .moments__item--author-inner {
        display: block;
        width: calc(100% - 30px);
    }

    .moments__item--author-name,
    .moments__item--author-city {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #FFFFFF;
        display: inline;
        white-space: break-spaces;
    }

    .moments__item--author-city {
        padding-left: 15px;
    }

    .moments__item--author-city::before {
        position: absolute;
        content: "•";
        left: 0;
        top: 0;
    }

    .moments__item.type-text .moments__item--text {
        font-size: 15px;
    }

    .moments__item--place {
        width: 100%;
        height: fit-content;
        background: none;
        overflow: hidden;
        padding: 0;
        border: none;
    }

    .moments__item--place-photo {
        display: none;
    }

    .moments__item--place-inner {
        display: block;
        width: 100%;
    }

    .moments__item--place-name,
    .moments__item--place-city {
        font-weight: 500;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        display: inline;
        white-space: break-spaces;
    }

    .moments__item.type-text .moments__item--place-name,
    .moments__item.type-text .moments__item--place-city {
        color: #262626;
    }

    .moments__item--place-city {
        padding-left: 19px;
    }

    .moments__item--place-city::before {
        position: absolute;
        content: "•";
        left: 0;
        top: -3px;
    }

    .moments__item--place-name {
        display: block;
        white-space: nowrap;
    }
}*/

/* End */


/* Start:/local/templates/mendeleev-redesign/assets/css/popup-review.css?177936454419672*/
.popup-review {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.popup-review__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(30px);
}
.popup-review__first--item {
    flex-flow: column;
}
.popup-review__first--item.popup-review__slide--with-media {
    --popup-review-sheet-peek: 168px;
    --popup-review-sheet-stop: calc(100vh / 3);
    --popup-review-sheet-stop: calc(100svh / 3);
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    height: 100%;
    max-height: 100%;
}
.popup-review__text-wrap--content {
    position: relative;
}

.popup-review__first--item .popup-review__text-wrap--content {
    overflow: auto;
    flex: 1;
}

.popup-review__first--item .popup-review__text--bottom--media {
    display: none;
}

.popup-review__slide--with-media .popup-review__text {
    border-radius: 24px 24px 0 0;
}

.popup-review__slide--with-media .popup-review__text--bottom--media {
    display: flex;
    position: sticky;
    z-index: 5;
    bottom: 0;
}
.popup-review__slide--with-media .popup-review__text--place {
    width: 100%;
}
.popup-review__slide--with-media .popup-review__text--bottom--media .content-fade-bottom-media {
    margin-top: -47px;
}
.popup-review__slide--with-media .popup-review__text--bottom {
    display: none;
}
.popup-review__inner {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1001;
    padding: 0;
}
.popup-review__close {
    position: absolute;
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--white, #FFF);
    box-shadow: 0 -6px 10px -2px rgba(31, 34, 56, 0.03), 0 6px 6px -4px rgba(31, 34, 56, 0.02), 0 6px 10px -4px rgba(31, 34, 56, 0.03);
    background: #FFF;
    right: 16px;
    top: 16px;
    z-index: 100;
}
.popup-review__close svg {
    width: 24px;
    height: 24px;
}

.popup-review__close--on-media {
    position: sticky;
    top: calc(16px + env(safe-area-inset-top, 0px));
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    flex: 0 0 40px;
    box-sizing: border-box;
    left: auto;
    right: 16px;
    margin: 0 16px -40px auto;
    align-self: flex-end;
    z-index: 1007;
    pointer-events: auto;
}

.popup-review__first--item.popup-review__slide--with-media > .popup-review__close--on-media {
    position: sticky;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    flex: 0 0 40px;
    left: auto;
    right: 16px;
    top: calc(16px + env(safe-area-inset-top, 0px));
    margin: 0 16px -40px auto;
    align-self: flex-end;
    z-index: 1010;
}

.popup-review__first {
    width: 100%;
    height: 100%;
}

.popup-review__first .slider__button-prev {
    transform: translate(-85px, -50%);
}

.popup-review__first .slider__button-next {
    transform: translate(85px, -50%);
}

.popup-review__text {
    display: flex;
    padding: var(--32, 32px) var(--16, 16px) /*108px*/ var(--16, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--16, 16px);
    background: var(--white, #FFF);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.popup-review__text--head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 16px;
    height: fit-content;
    width: 100%;
}

.popup-review__text--author {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: none;
    gap: 10px;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--author-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popup-review__text--author-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    order: 5;
    flex-grow: 0;
}

.popup-review__text--author-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    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;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__text--author-city {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--alpha-gray-500, rgba(31, 34, 56, 0.50));
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__text--rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 10px;
    height: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #595959;
}

.popup-review__text--rate span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--content {
    color: #262626;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    overflow: auto;
    position: relative;
}
.content-fade-bottom {
    left: 0;
    top: -47px;
}
.content-fade-bottom-xs {
    margin-bottom: 92px;
    bottom: 0;
}

.content-fade {
    width: 100%;
    height: 47px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.73) 26.92%, rgba(255, 255, 255, 0.91) 62.02%, #FFF 86.06%);

    pointer-events: none;
    z-index: 2;
    position: absolute;
    display: none;
}
.content-fade-top {
    position: fixed;

    top: 0;
}
.content-fade.is-visible,
.content-fade-top.is-visible {
    display: block;
}
.content-fade-top-text {
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.73) 26.92%, rgba(255, 255, 255, 0.91) 62.02%, #FFF 86.06%);
}
.content-fade-bottom-text {
    position: absolute;
    bottom: 0;
}
.popup-review__text--content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.popup-review__text--content::-webkit-scrollbar-thumb {
    background: var(--gray-200, #D2D3D7);
    border-radius: 999px;
}

.popup-review__text--content-short {
    display: none;
    margin-bottom: 20px;
}

.popup-review__text--content-short button,
.popup-review__text--content button {
    white-space: nowrap;
    font-weight: 900;
    border: none;
    background: transparent;
    color: inherit;
    padding: 0;
    margin-left: 10px;
}

.popup-review__text--content button {
    display: none;
}

.popup-review__text--bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    background: var(--white, #FFF);
    z-index: 1;
    position: sticky;
    bottom: 0;
    flex-flow: column;
    background-color: #fff;
}

.popup-review__text--place {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    padding: 16px 12px;
}

.popup-review__text--place-photo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
}

.popup-review__text--place-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.popup-review__text--place-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--4, 4px);
    flex: 1 0 0;
}

.popup-review__text--place-city {
    color: var(--primary-500, #E86A4D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "NunitoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.popup-review__text--place-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--black, #1F2238);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.popup-review__media {
    z-index: -1;
    position: relative;
    width: 50%;
    min-height: 100%;
    height: 100%;
    /*background-image:*/
    background-color: #d0d0d0;
    overflow: hidden;
}

.popup-review__second--items {
    width: 100%;
    height: 100%;
}

.popup-review__second--item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-review__second--item::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
}

.popup-review__second--item iframe {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 120%;
    transform: translate(-50%, -50%);
}

.popup-review__second--item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(30px);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    pointer-events: none;
}

.popup-review__second--item-video {
    z-index: 1006;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup-review__second--item-video-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-review__play {
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
}

.popup-review__play:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.popup-review__second--item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.popup-review__media--pagination {
    z-index: 2;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    bottom: 33% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--16, 16px);
    padding-right: var(--16, 16px);
    box-sizing: border-box;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.popup-review__media--pagination .swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    background: #FFF;
    overflow: hidden;
    border-radius: 50px !important;
    opacity: 1;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
.popup-review__media--pagination .swiper-pagination-bullet-next,
.popup-review__media--pagination .swiper-pagination-bullet-prev {
    width: 20px;
}
.popup-review__media--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    height: 6px;
    background: var(--primary-500, #E86A4D);
}

@media (min-width: 1024px) {
    .popup-review__first--item.popup-review__slide--with-media {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        overflow: hidden;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__media {
        position: relative;
        left: auto;
        top: auto;
        z-index: 0;
        width: 50%;
        height: 100%;
        min-height: 100%;
        pointer-events: auto;
    }

    .popup-review__media {
        border-radius: 0 24px 24px 0;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__text {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        z-index: 1;
        width: 50%;
        height: 100%;
        min-height: 100%;
    }

    .popup-review__text--bottom {
        padding: 0;
    }
    .popup-review__text--place-cit {
        font-size: 15px;
        line-height: 20px;
    }
    .popup-review__text--place-name {
        font-size: 18px;
        line-height: 24px;
    }
    .popup-review__text {
        padding: 32px;
    }
    .popup-review__first--item:has(.popup-review__media) .popup-review__text {
        border-radius: 24px 0 0 24px;
        max-width: 456px;
        max-height: 720px;
        gap: 20px;
    }
    .popup-review__first--item:not(:has(.popup-review__media)) .popup-review__text {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 50%;
        border-radius: var(--xl, 32px);
    }
    .popup-review__inner {
        width: 936px;
        height: calc(100% - 48px);
    }
    .popup-review__second--item img {
        object-fit: contain;
    }
    .popup-review__media--pagination {
        z-index: 2;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        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;
        width: unset !important;
        bottom: 20px !important;
        top: unset !important;
    }
    .popup-review__media--pagination .swiper-pagination-bullet {
        width: 20px;
        height: 12px;
    }
    .popup-review__media--pagination .swiper-pagination-bullet-next,
    .popup-review__media--pagination .swiper-pagination-bullet-prev {
        width: 30px;
        height: 12px;
    }
    .popup-review__media--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
        height: 12px;
    }
    .popup-review__close--on-media,
    .popup-review__first--item.popup-review__slide--with-media > .popup-review__close--on-media {
        position: absolute;
    }
    .popup-review__text--author-name {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
    }
    .popup-review__text--content {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .popup-review__text--place-city {
        font-size: 15px;
        line-height: 20px;
    }
    .popup-review__text--place-name {
        font-size: 18px;
        line-height: 24px;
    }
    .popup-review__slide--with-media .popup-review__text--bottom--media {
        display: none;
    }
    .popup-review__slide--with-media .popup-review__text--bottom {
        display: block;
    }
    .popup-review__text--place {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .popup-review__text {
        max-width: 520px;
        max-height: 722px;
    }
}

@media (min-width: 1600px) {
    .popup-review__text {
        max-height: 880px;
    }
}

@media (max-width: 1023.98px) {
    .popup-review__text--author-name,
    .popup-review__text--author-city,
    .popup-review__text--rate {
        /*color: #ffffff;*/
    }

    .popup-review__text--author-city {
        font-size: 16px;
        line-height: 22px;
    }

    .popup-review__text--content-short {
        color: #ffffff;
        flex-grow: 0;
        font-size: 14px;
        display: block;
    }

    .popup-review__text--content button {
        display: block;
    }

    .popup-review__text--place-inner {
        display: block;
    }
    .popup-review__text--place-city::before {
        position: absolute;
        content: "●";
        left: -15px;
        color: #ffffff;
        font-size: 6px;
    }

    .popup-review__media {
        width: 100%;
    }

    .popup-review__sheet-filler {
        display: block;
        width: 100%;
        flex-shrink: 0;
        height: calc(100vh - var(--popup-review-sheet-peek));
        height: calc(100svh - var(--popup-review-sheet-peek));
        min-height: 36vh;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__media {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__media .popup-review__second--item-video,
    .popup-review__first--item.popup-review__slide--with-media .popup-review__media .popup-review__play,
    .popup-review__first--item.popup-review__slide--with-media .popup-review__media .popup-review__media--pagination,
    .popup-review__first--item.popup-review__slide--with-media .popup-review__media .popup-review__close--on-media {
        pointer-events: auto;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__media .popup-review__media--pagination {
        left: 50% !important;
        top: auto !important;
        bottom: calc(var(--popup-review-sheet-peek) + 16px) !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__text {
        position: static;
        z-index: 1;
        flex-shrink: 0;
        width: 100%;
        max-height: none;
        min-height: calc(100vh - var(--popup-review-sheet-stop));
        justify-content: flex-start;
        background: var(--white, #FFF);
        padding-bottom: max(var(--16, 16px), env(safe-area-inset-bottom, 0px));
        overflow: hidden;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__text--head {
        flex-shrink: 0;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__text--content {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        max-height: none;
        overflow: auto;
    }

    .popup-review__first--item.popup-review__slide--with-media .popup-review__text--bottom {
        flex-shrink: 0;
    }

    .popup-review__second--item iframe {
        position: relative;
    }

    .popup-review__first .slider__button-next,
    .popup-review__first .slider__button-prev {
        display: none;
    }

}

@media (max-width: 768px) {

}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/slider-photo-video/style.css?17763429034898*/
.slider-photo-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slider-photo-video__slider--wrapper {
    position: relative;
    overflow: hidden;
}
.slider-photo-video__slider {
    position: relative;
    height: 100%;
}
.slider-photo-video__slider--pagination {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}
.slider-photo-video__slider--pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #E5E5E5;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
.slider-photo-video__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E16E4D;
}
.slider-photo-video__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}
.slider-photo-video__item {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #CCCCCC;
    outline: hidden;
    overflow: hidden;
    cursor: grab;
}
.slider-photo-video__item::before {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.slider-photo-video__item.swiper-slide {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: transform, top;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.slider-photo-video__item--video {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-photo-video__item--video iframe {
    z-index: -1;
    position: relative;
    transform: scale(1.2);
}
.slider-photo-video__item--video-play-icon {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}
.slider-photo-video__item--video-play-icon:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.slider-photo-video__items.disabled {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.slider-photo-video__pagination {
    position: absolute;
    bottom: 40px !important;
    z-index: 1;
    display: flex;
    /*justify-content: center;*/
}
.slider-photo-video .swiper-pagination-bullet {
    min-width: 12px;
    min-height: 12px;
    margin: 0 4px;
    transition: all 0.3s ease;
}
.slider-photo-video__pagination .swiper-pagination-bullet {
    border-radius: 10px;
    background: #fff;
    opacity: 1;
}
.slider-photo-video__pagination .swiper-pagination-bullet-active {
    background: #E16E4D;
}
@media (max-width: 1024px) {
    .slider-photo-video__item--video,
    .slider-photo-video__item--video-play-icon {
        display: none;
    }
}
@media (min-width: 576px) {
    .slider-photo-video__item.swiper-slide {
        aspect-ratio: 16 / 9;
    }
}
@media (min-width: 768px) {
    .slider-photo-video__pagination {
        bottom: 48px !important;
    }
}
@media (min-width: 1024px) {
    .slider-photo-video__item.swiper-slide {
        aspect-ratio: 2 / 1;
    }
}
/* 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 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.detail/first-screen-family-rest/style.css?17658004153830 */
/* /local/templates/.default/components/bitrix/news.list/stories-list-new/style.css?17793645446401 */
/* /local/templates/.default/components/bitrix/news.list/stories-list-new/stories-popup.css?171024099814131 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/advantages/style.css?17793645443768 */
/* /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/main-places-new-tabs/style.css?176580041512039 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/moments/style.css?177936454422726 */
/* /local/templates/mendeleev-redesign/assets/css/popup-review.css?177936454419672 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/slider-photo-video/style.css?17763429034898 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/tourist-info/style.css?17793645446089 */
