

/* Start:/local/templates/mendeleev-redesign/components/mendeleev/orm.news.detail/guide-detail/style.css?178047051314083*/
.guide-detail {
    z-index: 2;
    width: 100%;
    position: relative;
    overflow: clip;
    margin-top: -24px;
    padding-top: 72px;
    background-color: var(--white);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
body.guide-detail-page footer {
    border-radius: 24px 24px 0 0;
}
.guide-detail--no-hero {
    margin-top: 0;
}
.guide-detail__container {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.guide-detail__sections {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-bottom: 64px;
    min-width: 0;
}
.guide-detail__columns {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}
.guide-detail__main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 0;
}
.guide-detail__sidebar {
    min-width: 0;
    margin-top: 8px;
}
.guide-detail__description {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 0;
}
.guide-detail__subtitle {
    margin: 0;
    font-family: var(--font-family-headers);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: var(--black);
}
.guide-detail__text {
    font-family: var(--font-family-base);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-900);
}
.guide-detail__text p {
    margin: 0 0 12px;
}
.guide-detail__text p:last-child {
    margin-bottom: 0;
}
.guide-detail__text h1,
.guide-detail__text h2,
.guide-detail__text h3,
.guide-detail__text h4,
.guide-detail__text h5,
.guide-detail__text h6 {
    margin: 0;
}
.guide-detail__text h1 + *,
.guide-detail__text h2 + *,
.guide-detail__text h3 + *,
.guide-detail__text h4 + *,
.guide-detail__text h5 + *,
.guide-detail__text h6 + * {
    margin-top: 32px;
}
.guide-detail__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}
.guide-detail__text--clamped.guide-detail__text--clamp-container {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.guide-detail__text--clamped .guide-detail__text-first-p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.guide-detail__text--clamped .guide-detail__text-hidden-when-clamped {
    display: none;
}
.guide-detail__text--clamped .guide-detail__text-hidden-when-clamped:is(h1, h2, h3, h4, h5, h6) {
    display: block;
}
.guide-detail__more {
    align-self: flex-start;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    font-family: var(--font-family-base);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-500);
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.guide-detail__more:hover,
.guide-detail__more:focus,
.guide-detail__more:focus-visible {
    outline: none;
    opacity: 0.85;
}
.guide-detail__more[hidden] {
    display: none;
}
.guide-detail__reviews .moments__inner,
.guide-detail__similar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 0;
}
.guide-detail__excursions {
    gap: 40px;
}
.guide-detail__excursions:not(.guide-detail__excursions--tabs) {
    display: block;
}
.guide-detail__excursions:not(.guide-detail__excursions--tabs) > .guide-detail__subtitle {
    margin-bottom: 32px;
}
@media (min-width: 576px) {
    .guide-detail__subtitle {
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .guide-detail__subtitle {
        padding-top: 8px;
    }
}
@media (min-width: 1200px) {
    .guide-detail__excursions:not(.guide-detail__excursions--tabs) > .guide-detail__subtitle {
        margin-bottom: 36px;
    }
}
.guide-detail__excursions:empty,
.guide-detail__reviews:empty,
.guide-detail__similar:empty {
    display: none;
}
.guide-detail__similar .slider-cards-catalina {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
}
.guide-detail__similar .slider-cards-catalina::-webkit-scrollbar {
    display: none;
}
.guide-detail__similar .slider-cards-catalina .slider__button-prev,
.guide-detail__similar .slider-cards-catalina .slider__button-next {
    display: none;
}
@media (min-width: 1200px) {
    .guide-detail__similar .slider-cards-catalina .slider__button-prev,
    .guide-detail__similar .slider-cards-catalina .slider__button-next {
        display: flex;
    }
}
.guide-detail__similar .slider-cards-catalina .slider__button-prev.swiper-button-disabled,
.guide-detail__similar .slider-cards-catalina .slider__button-next.swiper-button-disabled,
.guide-detail__similar .slider-cards-catalina .slider__button-prev.swiper-button-lock,
.guide-detail__similar .slider-cards-catalina .slider__button-next.swiper-button-lock {
    display: none !important;
}
.guide-detail__similar .slider-cards-catalina__slide {
    width: 216px;
    min-width: 216px;
    max-width: 216px;
    flex-shrink: 0;
}
@media (min-width: 1024px) {
    .guide-detail__similar .slider-cards-catalina__slide {
        width: 296px;
        min-width: 296px;
        max-width: 296px;
    }
}
@media (min-width: 1200px) {
    .guide-detail__similar .slider-cards-catalina__slide {
        width: 264px;
        min-width: 264px;
        max-width: 264px;
    }
}
@media (min-width: 1600px) {
    .guide-detail__similar .slider-cards-catalina__slide {
        width: 312px;
        min-width: 312px;
        max-width: 312px;
    }
}
.guide-detail__reviews .moments {
    padding: 0;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    align-items: stretch;
}
.guide-detail__reviews .moments .container {
    padding: 0;
    max-width: none;
    width: 100%;
}
.guide-detail__reviews .moments__title {
    font-family: var(--font-family-headers);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: var(--black);
}
.guide-hero {
    width: 100%;
    position: relative;
}
.guide-hero--empty {
    padding-top: 24px;
}
body.guide-no-hero .header [class^="icon-"]:not(.icon-burger),
body.guide-no-hero .header [class*=" icon-"]:not(.icon-burger) {
    color: var(--black);
}
.guide-hero .mainscreen-detail[hidden] {
    display: none;
}
.guide-hero__bottom {
    z-index: 3;
    width: 100%;
    padding-top: 32px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: var(--white);
    position: relative;
}
.guide-hero__bottom > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.guide-hero:not(.guide-hero--empty) .guide-hero__bottom {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin-top: -24px;
    background: transparent;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    pointer-events: none;
}
.guide-hero__avatar {
    display: block;
    margin: 0;
    width: 180px;
    height: 135px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--gray-100);
    flex: 0 0 auto;
}
.guide-hero__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guide-profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.guide-profile__title {
    margin: 0;
    font-family: var(--font-family-headers);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: var(--black);
}
.guide-profile__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.guide-profile__badge {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 8px;
    border-radius: 8px;
    background: rgba(232, 106, 77, 0.1);
    color: var(--black);
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}
.guide-profile__city {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 32px;
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--gray-500);
}
.guide-profile__city-bullet {
    flex: 0 0 auto;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 3px;
    border-radius: 50%;
    background: currentColor;
}
@media (min-width: 375px) {
    .guide-profile__title {
        margin-bottom: -8px;
    }
}
@media (min-width: 576px) {
    .guide-profile__title {
        margin-bottom: 0px;
    }

    .guide-detail__sidebar {
        margin-top: 0;
    }

    .guide-hero:not(.guide-hero--empty) .guide-hero__bottom > .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 16px;
    }

    .guide-detail__container {
        gap: 64px;
    }

    .guide-hero__avatar {
        width: 200px;
        height: 150px;
    }

    .guide-detail__sections {
        gap: 72px;
        padding-bottom: 72px;
    }
}
@media (min-width: 768px) {
    .guide-detail {
        margin-top: -32px;
        padding-top: 112px;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
    }

    .guide-detail__main {
        gap: 40px;
    }

    .guide-profile {
        gap: 24px;
    }

    body.guide-detail-page footer {
        border-radius: 32px 32px 0 0;
    }

    .guide-hero--empty {
        padding-top: 40px;
    }

    .guide-detail__columns {
        gap: 64px;
    }

    .guide-hero:not(.guide-hero--empty) .guide-hero__bottom {
        bottom: -30px;
    }

    .guide-hero__avatar {
        width: 292px;
        height: 219px;
        border-radius: 20px;
    }

    .guide-detail__subtitle,
    .guide-detail__reviews .moments__title {
        font-size: 28px;
        line-height: 34px;
    }

    .guide-profile__title {
        font-size: 36px;
        line-height: 42px;
    }
}
@media (min-width: 1024px) {
    .guide-hero:not(.guide-hero--empty) .guide-hero__bottom {
        bottom: -35px;
    }

    .guide-detail__main,
    .guide-detail__description,
    .guide-detail__sidebar {
        max-width: 776px;
    }
}
@media (min-width: 1200px) {
    .guide-hero:not(.guide-hero--empty) .guide-hero__bottom {
        bottom: -16px;
    }

    .guide-profile {
        gap: 32px;
    }

    .guide-detail__container {
        gap: 72px;
    }

    .guide-detail__sections {
        gap: 80px;
        padding-bottom: 80px;
    }

    .guide-hero--empty {
        padding-top: 56px;
    }

    .guide-hero__avatar {
        width: 360px;
        height: 270px;
    }

    .guide-detail__columns {
        display: grid;
        grid-template-columns: minmax(0, 744px) 336px;
        column-gap: calc(24px + 24px);
        row-gap: 80px;
        align-items: start;
    }

    .guide-detail__main {
        grid-column: 1;
        max-width: none;
        gap: 48px;
    }

    .guide-detail__description {
        grid-column: 1;
        max-width: none;
        gap: 32px;
    }

    .guide-detail__sidebar {
        grid-column: 2;
        grid-row: 1 / span 2;
        position: sticky;
        top: calc(var(--header-visible-height) + 24px);
        max-width: none;
        margin-top: 8px;
    }

    .guide-detail__subtitle,
    .guide-detail__reviews .moments__title {
        font-size: 32px;
        line-height: 38px;
    }

    .guide-detail__text {
        font-size: 20px;
        line-height: 28px;
    }

    .guide-profile__title {
        font-size: 44px;
        line-height: 50px;
    }
}
@media (min-width: 1600px) {
    .guide-detail__main {
        gap: 48px;
    }

    .guide-hero:not(.guide-hero--empty) .guide-hero__bottom {
        bottom: -56px;
    }

    .guide-detail__columns {
        grid-template-columns: minmax(0, 872px) 400px;
        column-gap: 48px;
    }

    .guide-detail__text {
        font-size: 20px;
        line-height: 28px;
    }

    .guide-profile__title {
        font-size: 44px;
        line-height: 50px;
    }
}
.guide-detail__excursions--tabs {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.guide-detail__excursions--tabs .tab {
    position: relative;
    width: 100%;
    padding-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
}
.guide-detail__excursions--tabs .tab::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.guide-detail__excursions--tabs .tab__items {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}
.guide-detail__excursions--tabs .tab__items::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--gray-100, #E9E9EB);
}
.guide-detail__excursions--tabs .tab__item {
    position: relative;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
    width: fit-content;
    cursor: pointer;
}
.guide-detail__excursions--tabs .tab__item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--gray-100, #E9E9EB);
}
.guide-detail__excursions--tabs .tab__item.active::before,
.guide-detail__excursions--tabs .tab__item:hover::before {
    background-color: var(--primary-500, #E86A4D);
}
.guide-detail__excursions--tabs .tab__item--name {
    color: var(--alpha-gray-400, rgba(31, 34, 56, 0.40));
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}
.guide-detail__excursions--tabs .tab__item.active .tab__item--name {
    color: var(--black, #1F2238);
}
.guide-detail__excursions--tabs .tab__item--count {
    color: var(--alpha-gray-400, rgba(31, 34, 56, 0.40));
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.guide-detail__tab-panel[hidden] {
    display: none;
}
@media (min-width: 1600px) {

    .guide-detail {
        margin-top: -24px;
    }
}
@media (min-width: 1200px) {
    .guide-detail__excursions--tabs {
        gap: 36px;
    }
}
/* End */


/* Start:/local/components/mendeleev/mainscreen.detail/templates/.default/style.css?1780470513904*/
.mainscreen-detail {
    position: relative;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-top: 32px;
    min-height: 213px;
    max-height: 80vh;
    overflow: hidden;
}
.mainscreen-detail__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainscreen-detail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--header-visible-height, 112px) + 24px);
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.6) 0%, rgba(31, 34, 56, 0) 100%);
}
@media (min-width: 576px) {
    .mainscreen-detail {
        aspect-ratio: 16 / 9;
    }
}
@media (min-width: 1200px) {
    .mainscreen-detail {
        aspect-ratio: 3 / 1;
        min-height: 400px;
    }
}
@media (min-width: 1600px) {
    min-height: 533px;
}
/* End */


/* Start:/local/templates/mendeleev-redesign/include/blocks/awards-list.css?1780470513878*/
.awards-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.awards-list__item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-family-headers);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
}
.awards-list__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary-50);
    color: var(--primary-500);
}
.awards-list__icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
.awards-list__text {
    flex: 1 1 auto;
    min-width: 0;
}
@media (min-width: 1200px) {
    .awards-list__item {
        font-size: 20px;
        line-height: 26px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/include/blocks/contact-card.css?17804710092455*/
.contact-card {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.contact-card::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border: 1px solid var(--alpha-gray-200);
    border-radius: inherit;
    pointer-events: none;
}
.contact-card__title {
    padding: 2px 8px 0 8px;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-900);
}
.contact-card__list {
    padding: 0 8px 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-card__btn,
.contact-card__btn:link,
.contact-card__btn:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    background: var(--primary-25);
    color: var(--primary-500);
    text-decoration: none;
    overflow: hidden;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.contact-card__btn:hover,
.contact-card__btn:focus,
.contact-card__btn:focus-visible,
.contact-card__btn:active {
    color: var(--primary-500);
    text-decoration: none;
    outline: none;
    opacity: 0.85;
}
.contact-card__btn--primary,
.contact-card__btn--primary:link,
.contact-card__btn--primary:visited {
    background: var(--primary-500);
    color: var(--white);
}
.contact-card__btn--primary:hover,
.contact-card__btn--primary:focus,
.contact-card__btn--primary:focus-visible,
.contact-card__btn--primary:active {
    color: var(--white);
}
.contact-card__ico {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}
.contact-card__ico svg {
    display: block;
    width: 100%;
    height: 100%;
}
.contact-card__label {
    padding: 0 4px;
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-card__label small{
    opacity: 1 !important;
}
.contact-card__socials {
    display: flex;
    gap: 8px;
}
.contact-card__btn--icon {
    flex: 1 0 0;
    min-width: 0;
    padding: 0;
}
@media (min-width: 1024px) {
    .contact-card__title {
        font-weight: 500;
    }
}

/* End */
/* /local/templates/mendeleev-redesign/components/mendeleev/orm.news.detail/guide-detail/style.css?178047051314083 */
/* /local/components/mendeleev/mainscreen.detail/templates/.default/style.css?1780470513904 */
/* /local/templates/mendeleev-redesign/include/blocks/awards-list.css?1780470513878 */
/* /local/templates/mendeleev-redesign/include/blocks/contact-card.css?17804710092455 */
