

/* Start:/local/templates/new_design/css/index-page.css?17842265488084*/

.s-about-clinic__preview img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: top right;
    object-position: top right
}

.s-about-clinic__content .h2, .s-about-clinic__content h2 {
    margin-bottom: 60px
}

.s-about-clinic__btn-more {
    margin-top: 30px;
    color: var(--primary-color)
}

.s-about-clinic__btn-tour {
    margin-top: 60px;
    color: var(--primary-color)
}

.s-about-clinic__image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}
@media (max-width: 1839.98px) {
    .s-about-clinic {
        padding-top: 32px
    }
}
@media (max-width: 1199.98px) {
    .s-about-clinic {
        padding-top: 0
    }

    .s-about-clinic__preview {
        display: none !important
    }

    .s-about-clinic__content .h2, .s-about-clinic__content h2 {
        margin-bottom: 40px
    }

    .s-about-clinic__btn-tour {
        margin-top: 40px
    }
}

@media (max-width: 767.98px) {

    .s-about-clinic {
        overflow: hidden
    }

    .s-about-clinic__content .h2, .s-about-clinic__content h2 {
        text-align: center;
        margin-bottom: 20px
    }

    .s-about-clinic__btn-more {
        text-align: center
    }

    .s-about-clinic__btn-tour {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 50px
    }

    .s-about-clinic__image {
        margin-top: 30px;
        max-width: initial;
        width: calc(100% + 20px + 20px);
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {

    .s-about-clinic__content {
        padding-left: 50px;
        padding-right: 67px
    }

    .s-about-clinic__image img {
        max-width: calc(100% + 30px);
        width: auto;
        min-width: 100%
    }
}
@media (min-width: 768px) and (max-width: 1839.98px) {
    .s-about-clinic__preview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .s-about-clinic__preview img {
        max-width: calc(100% + 60px);
        width: calc(100% + 60px)
    }
}
@media (min-width: 1200px) and (max-width: 1839.98px) {
    .s-about-clinic__content {
        padding-left: 52px;
        padding-right: 54px
    }

    .s-about-clinic__image img {
        max-width: calc(100% + 60px);
        width: auto;
        min-width: 100%
    }
}

/* ===== s-equipment ===== */

.s-equipment__wrapper {
    overflow: hidden;
    color: var(--white)
}

.s-equipment__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s-equipment__image::after {
    content: "";
    position: absolute;
    top: 265px;
    right: 0;
    left: 0;
    background-color: #363636;
    border-radius: 50%;
    width: 997px;
    height: 997px
}

.s-equipment__image > * {
    position: relative;
    z-index: 1
}

.s-equipment__image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center
}

.s-equipment__content {
    position: relative;
    z-index: 2;
    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: 120px;
    padding-bottom: 103px
}

.s-equipment__name {
    margin-bottom: 40px;
    color: var(--gray-600)
}

.s-equipment__title {
    margin-bottom: 40px
}

.s-equipment__subtitle {
    margin-bottom: 8px
}

.s-equipment__category {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 24px;
    color: var(--darkGold)
}

.s-equipment__mobile-image {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s-equipment__mobile-image img {
    position: relative;
    z-index: 2
}

.s-equipment__mobile-image::before {
    content: "";
    position: absolute;
    width: 258vw;
    height: 258vw;
    min-width: 826px;
    min-height: 826px;
    background-color: #363636;
    border-radius: 50%;
    left: 50%;
    top: 86px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.s-equipment__mobile-image::after {
    content: "";
    position: absolute;
    width: 258vw;
    height: 258vw;
    min-width: 826px;
    min-height: 826px;
    background-color: #363636;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    top: 315px
}

@media (max-width: 1839.98px) {

    .s-equipment__image::after {
        left: auto;
        right: -135px
    }

    .s-equipment__image img {
        max-width: 449px
    }

    .s-equipment__content {
        padding-top: 65px;
        padding-bottom: 77px;
        padding-left: 0
    }

    .s-equipment__name {
        font-size: 18px;
        margin-bottom: 35px
    }

    .s-equipment__category {
        max-width: 800px
    }
}

@media (max-width: 1199.98px) {

    .s-equipment__image {
        max-width: 29.9%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .s-equipment__image::after {
        left: -354px;
        top: 182px;
        right: auto
    }

    .s-equipment__image img {
        max-width: 340px
    }

    .s-equipment__content {
        max-width: 70.01%;
        padding-top: 42px;
        padding-bottom: 45px
    }

    .s-equipment__description {
        max-width: 450px
    }

    .s-equipment__description br {
        display: none
    }

    .s-equipment__category {
        margin-top: 69px;
        gap: 0
    }

    .s-equipment__category li {
        width: 43%;
        margin-bottom: 5px
    }

    .s-equipment__category li:nth-child(2n) {
        width: 57%
    }

    .s-equipment__category li a {
        display: inline-block;
        font-size: 12px
    }
}
@media (max-width: 767.98px) {

    .s-equipment__content {
        max-width: 100%;
        padding-top: 32px;
        padding-bottom: 32px
    }

    .s-equipment__content > * {
        z-index: 2
    }

    .s-equipment__name {
        margin-bottom: 20px;
        font-size: 14px
    }

    .s-equipment__title {
        margin-bottom: 30px
    }

    .s-equipment__title br {
        display: none
    }

    .s-equipment__category {
        margin-top: 23px
    }
}

@media (max-width: 575.96px) {
    .s-equipment__category li, .s-equipment__category li:nth-child(2n) {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .s-equipment__name {
        font-size: 20px;
        margin-bottom: 23px
    }

    .s-equipment__title {
        font-size: 38px
    }
}

@media (any-hover: hover) {
    .s-equipment__category li a:hover {
        color: var(--secondary-color)
    }
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/index_block_stories/style.css?178489530710872*/
.c-header__pattern {
    display: none;
}

.fancybox__container .fancybox__backdrop {
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.71);
}

.fancybox__container .fancybox__content {
    background-color: transparent;
}
.fancybox__container .modal-stories.fancybox__content>.f-button.is-close-btn {
    right: -15px;
}
@media screen and (max-width: 767px) {
    .modal-stories.fancybox__content > .f-button.is-close-btn {
        right: 50%;
        transform: translateX(50%);
        border-radius: 50%;
        border: 1px solid white;
        mix-blend-mode: difference;
    }
}

@media screen and (max-width: 480px) {
    .is-compact .modal-stories.fancybox__content > .f-button.is-close-btn {
        top: 15px;
        right: 50%;
    }
}

.index-intro {
    min-height: 100dvh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 110px 0;
    max-height: fit-content;
    background-color: #433E3E;
}

.index-intro__wrapper {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .index-intro__wrapper {
        display: block;
    }

    .index-intro {
        padding-top: 150px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .index-intro {
        padding-top: 90px;
    }
}

.index-intro__text {
    color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    position: relative;
}

.index-intro__text-at {
    position: absolute;
    display: block;
    left: -3%;
    bottom: 0;
    width: 15vw;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .index-intro__text-at {
        left: 0;
        width: 23vw;
    }
}

.index-intro__span {
    font-family: "Kudryashev Display Sans";
    font-weight: 400;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.index-intro__span--1 {
    font-family: "Baskerville Display PT";
    font-size: calc(30px + (42 - 30) * (100vw - 400px) / (1920 - 400));
    display: block;
    font-style: italic;
    letter-spacing: -0.04em;
    display: block;
    font-weight: 400;
    line-height: 1;
}

@media screen and (min-width: 1920px) {
    .index-intro__span--1 {
        font-size: 42px;
    }
}

.index-intro__span--2 {
    font-size: calc(56px + (140 - 56) * (100vw - 400px) / (1920 - 400));
    display: block;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--primary-color);
    margin-left: -13px;
}

.index-intro__span--3 {
    display: block;
    font-size: calc(56px + (140 - 56) * (100vw - 400px) / (1920 - 400));
    letter-spacing: -0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 12%;
}

@media screen and (min-width: 1920px) {
    .index-intro__span--2, .index-intro__span--3 {
        font-size: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .index-intro__span--2, .index-intro__span--3 {
        font-size: calc(56px + (140 - 56) * (100vw - 400px) / (1024 - 400));
    }
}

@media screen and (max-width: 1024px) {
    .index-intro__span--2 {
        margin-left: 0;
    }
}

.index-intro__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    color: var(--primary-color);
    column-gap: 48px;
    row-gap: 20px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .index-intro__links {
        flex-direction: column;
        align-items: flex-start;
    }
}

.index-intro__links--white {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .index-intro__links--white {
        margin-top: 48px;
    }
}


.index-intro__links li a {
    position: relative;
    padding-right: 25px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.index-intro__links li a::after {
    content: "";
    width: 21px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJNYWluLXBhZ2Utdi4yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9Ik1haW4tcGFnZS0oTGFyZ2UtRGV2aWNlLURlc2t0b3ApIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI4Ny4wMDAwMDAsIC00MTAuMDAwMDAwKSIgZmlsbD0iI0NCQjQ5RCI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2NS4wMDAwMDAsIDM5NS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIuMzY1ODUxMiwzNC43MDc2OTIyIEwyMi4zNjU4NTEyLDM0LjcwNzY5MjIgQzIyLjc3MDc2NDQsMzUuMDk3NDM1OSAyMy40MjYyODg4LDM1LjA5NzQzNTkgMjMuODMwMTY2NCwzNC43MDc2OTIyIEwzMi4zOTM0MDY5LDI2LjQ0NDEyNjYgQzMzLjIwMjE5NzcsMjUuNjYzNjM5OCAzMy4yMDIxOTc3LDI0LjM5NzQ3MjUgMzIuMzkzNDA2OSwyMy42MTY5ODU4IEwyMy43NjgwMzE0LDE1LjI5MjQ2MDIgQzIzLjM2NzI2MDUsMTQuOTA2NzEzOCAyMi43MjAwMjA4LDE0LjkwMTcxNzEgMjIuMzE0MDcyLDE1LjI4MjQ2NjcgTDIyLjMxNDA3MiwxNS4yODI0NjY3IEMyMS44OTk4Mzg2LDE1LjY3MTIxMTEgMjEuODk0NjYwNywxNi4zMTE3ODk4IDIyLjMwMjY4MDYsMTYuNzA2NTMwMiBMMzAuMTk2OTM0MiwyNC4zMjM1MjExIEMzMC42MDE4NDczLDI0LjcxNDI2NDIgMzAuNjAxODQ3MywyNS4zNDY4NDgyIDMwLjE5NjkzNDIsMjUuNzM3NTkxMiBMMjIuMzY1ODUxMiwzMy4yOTQ2MjE1IEMyMS45NjA5MzgsMzMuNjg0MzY1MiAyMS45NjA5MzgsMzQuMzE3OTQ4NSAyMi4zNjU4NTEyLDM0LjcwNzY5MjIiIGlkPSJhcnJvd19yaWdodC1bIzMzNl0iPjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.index-intro__links--white li a {
    color: white;
}

.index-intro__links--white li a::after {
    color: white;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJNYWluLXBhZ2Utdi4yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9Ik1haW4tcGFnZS0oTGFyZ2UtRGV2aWNlLURlc2t0b3ApIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI4Ny4wMDAwMDAsIC00MTAuMDAwMDAwKSIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNjUuMDAwMDAwLCAzOTUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIyLjM2NTg1MTIsMzQuNzA3NjkyMiBMMjIuMzY1ODUxMiwzNC43MDc2OTIyIEMyMi43NzA3NjQ0LDM1LjA5NzQzNTkgMjMuNDI2Mjg4OCwzNS4wOTc0MzU5IDIzLjgzMDE2NjQsMzQuNzA3NjkyMiBMMzIuMzkzNDA2OSwyNi40NDQxMjY2IEMzMy4yMDIxOTc3LDI1LjY2MzYzOTggMzMuMjAyMTk3NywyNC4zOTc0NzI1IDMyLjM5MzQwNjksMjMuNjE2OTg1OCBMMjMuNzY4MDMxNCwxNS4yOTI0NjAyIEMyMy4zNjcyNjA1LDE0LjkwNjcxMzggMjIuNzIwMDIwOCwxNC45MDE3MTcxIDIyLjMxNDA3MiwxNS4yODI0NjY3IEwyMi4zMTQwNzIsMTUuMjgyNDY2NyBDMjEuODk5ODM4NiwxNS42NzEyMTExIDIxLjg5NDY2MDcsMTYuMzExNzg5OCAyMi4zMDI2ODA2LDE2LjcwNjUzMDIgTDMwLjE5NjkzNDIsMjQuMzIzNTIxMSBDMzAuNjAxODQ3MywyNC43MTQyNjQyIDMwLjYwMTg0NzMsMjUuMzQ2ODQ4MiAzMC4xOTY5MzQyLDI1LjczNzU5MTIgTDIyLjM2NTg1MTIsMzMuMjk0NjIxNSBDMjEuOTYwOTM4LDMzLjY4NDM2NTIgMjEuOTYwOTM4LDM0LjMxNzk0ODUgMjIuMzY1ODUxMiwzNC43MDc2OTIyIiBpZD0iYXJyb3dfcmlnaHQtWyMzMzZdIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
}

.index-intro__links li a:hover {
    color: var(--secondary-color);
}

.index-intro__links li a:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJNYWluLXBhZ2Utdi4yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9Ik1haW4tcGFnZS0oTGFyZ2UtRGV2aWNlLURlc2t0b3ApIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI4Ny4wMDAwMDAsIC00MTAuMDAwMDAwKSIgZmlsbD0iIzAwOTA5NyI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2NS4wMDAwMDAsIDM5NS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIuMzY1ODUxMiwzNC43MDc2OTIyIEwyMi4zNjU4NTEyLDM0LjcwNzY5MjIgQzIyLjc3MDc2NDQsMzUuMDk3NDM1OSAyMy40MjYyODg4LDM1LjA5NzQzNTkgMjMuODMwMTY2NCwzNC43MDc2OTIyIEwzMi4zOTM0MDY5LDI2LjQ0NDEyNjYgQzMzLjIwMjE5NzcsMjUuNjYzNjM5OCAzMy4yMDIxOTc3LDI0LjM5NzQ3MjUgMzIuMzkzNDA2OSwyMy42MTY5ODU4IEwyMy43NjgwMzE0LDE1LjI5MjQ2MDIgQzIzLjM2NzI2MDUsMTQuOTA2NzEzOCAyMi43MjAwMjA4LDE0LjkwMTcxNzEgMjIuMzE0MDcyLDE1LjI4MjQ2NjcgTDIyLjMxNDA3MiwxNS4yODI0NjY3IEMyMS44OTk4Mzg2LDE1LjY3MTIxMTEgMjEuODk0NjYwNywxNi4zMTE3ODk4IDIyLjMwMjY4MDYsMTYuNzA2NTMwMiBMMzAuMTk2OTM0MiwyNC4zMjM1MjExIEMzMC42MDE4NDczLDI0LjcxNDI2NDIgMzAuNjAxODQ3MywyNS4zNDY4NDgyIDMwLjE5NjkzNDIsMjUuNzM3NTkxMiBMMjIuMzY1ODUxMiwzMy4yOTQ2MjE1IEMyMS45NjA5MzgsMzMuNjg0MzY1MiAyMS45NjA5MzgsMzQuMzE3OTQ4NSAyMi4zNjU4NTEyLDM0LjcwNzY5MjIiIGlkPSJhcnJvd19yaWdodC1bIzMzNl0iPjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
}


.index-intro__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.index-intro__background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.index-intro__background-inner,
.index-intro__background-inner img,
.index-intro__background-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-intro__background-inner img,
.index-intro__background-inner video {
    /*max-height: 100dvh;*/
    max-height: 1700px;
    max-width: 100vw;
}


@media screen and (max-width: 767px) {
    .index-intro__links li a {
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    .index-intro__links li a::after {
        height: 11px;
    }

    .s-special-offers__banner-background img, .s-special-offers__banner-background picture,
    .c-slider--certificates-main .c-slider__item img {
        max-width: 800px;
    }

    .index-intro__background-inner img,
    .index-intro__background-inner video {
        max-height: 1000px;
        max-width: 100vw;
    }
}

@media screen and (max-width: 480px) {
    .s-special-offers__banner-background img, .s-special-offers__banner-background picture,
    .c-slider--certificates-main .c-slider__item img {
        max-width: 500px;
    }

    .is-compact .fancybox__content > .f-button.is-close-btn {
        top: 15px;
        right: 15px;
    }
}

/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/stories/style.css?17848998456909*/
.index-intro__stories {
    margin-right: -60px;
}
.modal-stories{
    display: none;
}
.c-slider--modal-stories.swiper {
    width: 100%;
}

.fancybox__container .modal-stories.fancybox__content {
    max-width: 90vw;
    width: 100%;
}

.modal-stories video, .modal-stories img {
    width: 100%;
    display: block;
}

.modal-stories .modal-stories__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transition: background-color 0.5s, z-index 0.5s;
}

.modal-stories .modal-stories__content.c-slider__item--active {
    filter: brightness(1);
}

.modal-stories .modal-stories__content.c-slider__item--active:before {
    z-index: -1;
    background-color: transparent;
}

.modal-stories .modal-stories__content.swiper-slide-active {
    filter: brightness(1);
    backdrop-filter: blur(17px);
}

.modal-stories .modal-stories__content.swiper-slide-active:before {
    z-index: -1;
    background-color: transparent;
}

.modal-stories .modal-stories__wrapper {
    display: flex;
    flex-direction: column;
}

.modal-stories .modal-stories__content-info {
    background-color: #2B2B2B;
    padding: 15px;
    color: white;
}

.modal-stories .modal-stories__content-video,
.modal-stories .modal-stories__content-img {
    position: relative;
    aspect-ratio: 9/16;
    /*background-color: #2B2B2B;*/

}

.modal-stories .modal-stories__content-video video:focus-visible {
    outline: transparent;
}

.modal-stories .modal-stories__content-inner {
    height: 110px;
    overflow-y: auto;
}

.modal-stories .modal-stories__content-info.without-btn .modal-stories__content-inner {
    height: 165px;
}

.modal-stories .modal-stories__content-inner::-webkit-scrollbar {
    width: 5px;
}

.modal-stories .modal-stories__content-inner::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
}

.modal-stories .modal-stories__content-inner::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 15px;
    border: 1px solid transparent;
}

.modal-stories .modal-stories__content-name {
    font-size: 22px;
    margin-bottom: 10px;
}

.modal-stories .s-stories-modal__carousel-btn.c-button-slider {
    position: absolute;
    top: 50%;
    transform: translateY(calc(50% - 180px));
    z-index: 2;
    backdrop-filter: blur(1px);
}

.modal-stories .modal-stories__content-btn {
    display: block;
    text-align: center;
    padding: 14px;
    margin-top: 10px;
}

.s-stories-modal__carousel-prev.c-button-slider {
    left: 0;
}

.s-stories-modal__carousel-next.c-button-slider {
    right: 1px;
}

@media (min-width: 2000px) {
    .modal-stories, .fancybox__container .modal-stories.fancybox__content {
        max-width: 1920px;
    }
}

@media (max-width: 1480px) {
    .modal-stories, .fancybox__container .modal-stories.fancybox__content {
        max-width: 80vw;
    }
}

@media (max-width: 1199.98px) {
    .index-intro__stories {
        margin-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .modal-stories, .fancybox__container .modal-stories.fancybox__content {
        max-width: 95vw;
        padding: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .index-intro__stories {
        margin-top: 80px;
        margin-right: -30px;
    }
}

@media screen and (max-width: 768px) {
    .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
        padding-top: 0;
    }

    .fancybox__container .fancybox__backdrop {
        backdrop-filter: blur(17px);
        background-image: linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0.75) 100%);
    }

    .modal-stories .modal-stories__content-info {
        background-color: transparent;
    }
    .modal-stories .modal-stories__wrapper {
        width: fit-content;
        margin: 0 auto;
    }
    .modal-stories .modal-stories__content-video, .modal-stories__content-img {
        aspect-ratio: initial;
    }
    .modal-stories video, .modal-stories img {
        width: auto;
        margin: 0 auto;
        display: block;
        aspect-ratio: 9 / 16;
        max-height: calc(100vh - 194px - 66px);
    }
}

@media screen and (max-width: 480px) {
    .modal-stories, .fancybox__container .modal-stories.fancybox__content {
        max-width: 95vw;
        padding: 15px;
    }

    .s-stories-modal__carousel-btn.c-button-slider {
        transform: translateY(calc(50% - 143px));
    }

    .modal-stories .modal-stories__content-name {
        font-size: 20px;
    }

    .modal-stories .modal-stories__content-text {
        font-size: 14px;
    }

    .modal-stories .modal-stories__content-inner {
        height: 70px;
    }

    .modal-stories .modal-stories__content-info.without-btn .modal-stories__content-inner {
        height: 123px;
    }

    .c-video-card .c-button-video {
        width: 42px;
        height: 42px;
    }
}


/****** story-item ******/

.story-item {
    aspect-ratio: 9/16;
    position: relative;
}

.story-item__content-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.story-item {
    max-height: 417px;
    max-width: 235px;
}

@media screen and (max-width: 1680px) {
    .story-item {
        max-height: 525px;
        max-width: 295px;
    }
}

@media screen and (max-width: 1280px) {
    .story-item {
        max-height: 497px;
        max-width: 224px;
    }
}

@media screen and (max-width: 1024px) {
    .story-item {
        max-height: 470px;
        max-width: 264px;
    }
}

.story-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
}

.story-item__content-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: white;
    font-size: 22px;
    z-index: 2;
    text-transform: initial;
}
@media screen and (max-width: 1280px) {
    .story-item__content-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .story-item__content-name {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .story-item__content-name {
        font-size: 18px;
    }
}

.story-item video, .story-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.story-item__icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ccc;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/index_numbers/style.css?17841278782741*/
.s-numbers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-numbers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 9px;
    padding-right: 64px;
    padding-left: 64px
}

.s-numbers__item:not(:last-child) {
    border-right: 1px solid var(--gray-900)
}

.s-numbers__item:first-child {
    padding-left: 0
}

.s-numbers__item:last-child {
    padding-right: 0
}

.s-numbers__item-value {
    font-family: "Kudryashev Display Sans";
    font-size: 134px;
    line-height: 1.2em;
    letter-spacing: -.01em;
    white-space: nowrap
}

.s-numbers__item-value:not(:last-child) {
    margin-bottom: 17px
}

.s-numbers__item-title {
    line-height: 1.4em
}

@media (max-width: 1839.98px) {
    .s-numbers__container {
        padding-left: 30px;
        padding-right: 30px
    }

    .s-numbers__item {
        padding: 7px 30px 0
    }

    .s-numbers__item-value:not(:last-child) {
        margin-bottom: 8px
    }

    .s-numbers__item-value {
        font-size: 88px
    }
}


@media (max-width: 1240px) {
    .s-numbers__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1199.98px) {
    .s-numbers__item-value {
        font-size: 55px
    }
}

@media (max-width: 767.98px) {
    .s-numbers__item {
        width: 50%;
        padding-left: 0;
        padding-top: 19px
    }
    .s-numbers__container {
        padding-left: 20px;
        padding-right: 20px
    }

    .s-numbers__item:not(:last-child) {
        border-right: none
    }

    .s-numbers__item:nth-child(3), .s-numbers__item:nth-child(5) {
        display: none
    }

    .s-numbers__item-value {
        font-size: 30px
    }

    .s-numbers__item-title {
        line-height: 1.1em
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .s-numbers__item {
        width: 33.33%;
        padding-top: 25px;
        padding-left: 40px;
        padding-right: 40px
    }

    .s-numbers__item:nth-child(3n) {
        border-right: none
    }

    .s-numbers__item:nth-child(3n+1) {
        padding-left: 0;
        max-width: 226px
    }

    .s-numbers__item:nth-child(11), .s-numbers__item:nth-child(2), .s-numbers__item:nth-child(5), .s-numbers__item:nth-child(8) {
        width: 35.3%
    }

    .s-numbers__item:nth-child(n+4) {
        padding-top: 60px
    }
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/index_special/style.css?1710437334972*/
.promotions-list__info {
z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--gray, #F3EEE7);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}
.promotions-list__info.active {
  background: rgba(28, 37, 45, 1);
  padding: 5px 3px 5px 6px;
}
.promotions-list__info.active .promotions-list__info-name {
  display: none;
}
.promotions-list__info.active .promotions-list__info-text {
  display: block;
}
.promotions-list__info.active .promotions-list__info-btn {
  background-color: transparent;
}
.promotions-list__info-descr {
  margin-right: 3px;
}
.promotions-list__info-text {
  display: none;
}
.promotions-list__info-btn {
  margin-left: 4px;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/index_news/style.css?17830816495878*/
.s-news__title {
    margin-bottom: 40px;
    text-align: center;
}

.s-news__last {
    -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;
}

.s-news__last-items {
    width: 100%;
    margin-bottom: 16px;
}

.s-news__last-item {
    display: block;
    line-height: 1.4em;
}

.s-news__last-item:not(:last-child) {
    margin-bottom: 32px;
}

.s-news__last-item-date {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.s-news__last-item-title {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.s-news__last-item-description {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.s-news__last-more {
    margin-top: auto;
}

.s-news__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s-news__main-photo {
    max-width: 36.6%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.s-news__main-photo img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.s-news__main-content {
    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;
    padding: 80px;
    max-width: initial;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: var(--white);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.s-news__main-date {
    margin-bottom: 24px;
    line-height: 1.4em;
    color: var(--primary-color);
}

.s-news__main-title {
    margin-bottom: 8px;
}

.s-news__main-description {
    margin-bottom: 24px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.s-news__main-more {
    margin-top: auto;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.s-news__mobile-more {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 1839.98px) {
    .s-news__title {
        margin-bottom: 50px;
    }

    .s-news__last-item:not(:last-child) {
        margin-bottom: 4px;
    }

    .s-news__last-item {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid var(--primary-color);
    }

    .s-news__last-item:last-child {
        border-bottom: 1px solid var(--primary-color);
    }

    .s-news__last-item-date {
        display: none;
    }

    .s-news__last-item-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0;
    }

    .s-news__last-item-description {
        display: none;
    }

    .s-news__main-photo {
        max-width: 39.18%;
    }

    .s-news__main-content {
        padding: 40px;
        background-color: #f4f4f4;
    }

    .s-news__main-date {
        margin-bottom: 0;
    }

    .s-news__main-title {
        margin-bottom: 20px;
    }

    .s-news__main-description {
        margin-bottom: 20px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 1199.98px) {
    .s-news__title {
        margin-bottom: 30px;
    }

    .s-news__main-photo {
        max-width: 40.537%;
    }

    .s-news__main-content {
        padding-left: 36px;
        padding-bottom: 22px;
        padding-top: 28px;
        padding-right: 33px;
    }

    .s-news__main-date {
        margin-bottom: 14px;
    }

    .s-news__main-title {
        margin-bottom: 6px;
        font-size: 26px;
    }

    .s-news__main-description {
        margin-bottom: 12px;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 767.98px) {
    .s-news__title {
        margin-bottom: 20px;
    }

    .s-news__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .s-news__main-photo {
        height: 47.5vw;
        max-width: 100%;
    }

    .s-news__main-photo img {
        width: 100%;
        -o-object-position: top;
        object-position: top;
    }

    .s-news__main-content {
        padding: 0;
        padding-top: 20px;
        background-color: var(--white);
    }

    .s-news__main-date {
        margin-bottom: 3px;
        font-size: 13px;
    }

    .s-news__main-title {
        margin-bottom: 10px;
    }

    .s-news__main-description {
        margin-bottom: 10px;
    }

    .s-news__mobile-more {
        margin-top: 20px;
    }
}

@media (any-hover: hover) {
    .s-news__last-item-title:hover {
        color: var(--secondary-color);
    }

    .s-news__last-item-description a:hover {
        color: var(--secondary-color);
    }

    .s-news__main:hover {
        color: var(--secondary-color);
    }

    .s-news__main:hover .s-news__main-photo img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .s-news__main:hover .s-news__main-more {
        color: var(--secondary-color);
    }
}
/* End */
/* /local/templates/new_design/css/index-page.css?17842265488084 */
/* /local/templates/new_design/components/bitrix/news.list/index_block_stories/style.css?178489530710872 */
/* /local/templates/new_design/components/bitrix/news.list/stories/style.css?17848998456909 */
/* /local/templates/new_design/components/bitrix/news.list/index_numbers/style.css?17841278782741 */
/* /local/templates/new_design/components/bitrix/news.list/index_special/style.css?1710437334972 */
/* /local/templates/new_design/components/bitrix/news.list/index_news/style.css?17830816495878 */
