

/* Start:/complex/style.css?175076690437132*/
section.astro-sh445jdo {
    --swiper-navigation-sides-offset: -60px;
    --swiper-pagination-bottom: -10px;
    width: 100%;
    display: grid;
    grid-template-columns:1fr
}

.about-main.astro-sh445jdo .section__content.astro-sh445jdo {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 50px 20px 0
}

.about-info.astro-sh445jdo .section__content.astro-sh445jdo {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.section__header.astro-sh445jdo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px
}

.section__title.astro-sh445jdo {
    color: #21242c;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    order: 1
}

.section__button.astro-sh445jdo {
    display: block;
    order: 2
}

.section__content.astro-sh445jdo {
    order: 3;
    grid-column: 2 span;
    position: relative
}

.promo.astro-sh445jdo .section__title.astro-sh445jdo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: 2 span;
    margin-bottom: 0;
    gap: 16px;
    width: 100%
}

.info.astro-sh445jdo .section__content.astro-sh445jdo {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (min-width: 390px) {
    .promo.astro-sh445jdo .section__title.astro-sh445jdo {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width: 768px) {
    section.astro-sh445jdo {
        grid-template-columns:1fr auto
    }

    .promo.astro-sh445jdo .section__title.astro-sh445jdo {
        grid-column: 1 span
    }

    .promo.astro-sh445jdo .section__button.astro-sh445jdo {
        gap: 16px
    }

    .section__button.astro-sh445jdo {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .section__header.astro-sh445jdo {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px
    }
}

@media (min-width: 960px) {
    .section__title.astro-sh445jdo {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 24px
    }

    .promo.astro-sh445jdo .section__title.astro-sh445jdo {
        justify-content: flex-start;
        gap: 24px
    }
}

@media (min-width: 1440px) {
    .about-main.astro-sh445jdo .section__content.astro-sh445jdo {
        padding: 50px;
        gap: 50px
    }

    .info.astro-sh445jdo .section__title.astro-sh445jdo {
        margin-bottom: 100px
    }

    .info.astro-sh445jdo .section__content.astro-sh445jdo {
        gap: 100px
    }
}

.about-banner.astro-voscpbgs {
    height: 77px
}

.about-cards.astro-voscpbgs {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.about__title.astro-voscpbgs {
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00050F
}

.about-cards__wrapper.astro-voscpbgs {
    display: grid;
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap: 8px
}

.about-cards__item.astro-voscpbgs {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-cards__icon.astro-voscpbgs {
    width: 80px;
    height: 80px;
    padding: 24px 0;
    display: flex;
    justify-content: center
}

.about-cards__icon.astro-voscpbgs svg.astro-voscpbgs {
    width: 42px;
    height: 42px
}

.about-cards__text.astro-voscpbgs {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    padding: 24px 16px;
    flex: 1
}

.about-cards__item.astro-voscpbgs:nth-child(1) {
    background-color: #008031
}

.about-cards__item.astro-voscpbgs:nth-child(2) {
    background-color: #EA580C
}

.about-cards__item.astro-voscpbgs:nth-child(3) {
    background-color: #FFCC00
}

.about-cards__item.astro-voscpbgs:nth-child(4) {
    background-color: #161B4F
}

.about-cards__item.astro-voscpbgs:nth-child(5) {
    background-color: #0085AE
}

.about-cards__item.astro-voscpbgs:nth-child(6) {
    background-color: #E31F2C
}

.swiper.astro-voscpbgs {
    width: 100%
}

.swiper-buttons.astro-voscpbgs {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
    height: 40px
}

.swiper-button-prev.astro-voscpbgs:hover svg.astro-voscpbgs, .swiper-button-next.astro-voscpbgs:hover svg.astro-voscpbgs, .swiper-button-prev.astro-voscpbgs:hover path.astro-voscpbgs, .swiper-button-next.astro-voscpbgs:hover path.astro-voscpbgs {
    stroke: #000;
    background-color: #f5f5f5
}

@media (min-width: 768px) {
    .about-banner.astro-voscpbgs {
        height: 400px
    }

    .about-cards.astro-voscpbgs {
        gap: 50px
    }

    .about__title.astro-voscpbgs {
        font-size: 36px
    }

    .about-cards__wrapper.astro-voscpbgs {
        gap: 10px
    }

    .about-cards__item.astro-voscpbgs {
        grid-column: span 2
    }

    .about-cards__icon.astro-voscpbgs {
        width: 120px;
        height: 120px
    }

    .about-cards__icon.astro-voscpbgs svg.astro-voscpbgs {
        width: 64px;
        height: 64px
    }

    .about-cards__text.astro-voscpbgs {
        font-weight: 400;
        font-size: 20px;
        max-width: none
    }
}

@media (min-width: 1440px) {
    .about-cards__wrapper.astro-voscpbgs {
        flex-wrap: nowrap
    }

    .about-cards__item.astro-voscpbgs {
        grid-column: span 1
    }
}

.about-info.astro-3gus57oz {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 20px;
    background-color: #F5F5F5;
    order: 3
}

.button__hover-blue.astro-3gus57oz:hover {
    background-color: #161B4F;
    color: #FFFFFF
}

.button--secondary.view-all-button.astro-3gus57oz {
    background-color: #FFFFFF
}

.photo-swiper.astro-3gus57oz {
    height: auto;
    max-height: 547px;
    width: calc(100% + 20px)
}

.swiper-wrapper.astro-3gus57oz {
    line-height: 0
}

.photo-control-buttons.astro-3gus57oz {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    --swiper-navigation-size: 0px
}

.photo-buttons.astro-3gus57oz {
    display: flex;
    flex-direction: row
}

.photo-buttons.astro-3gus57oz .swiper-button-next.astro-3gus57oz, .photo-buttons.astro-3gus57oz .swiper-button-prev.astro-3gus57oz {
    display: flex;
    width: 44px;
    height: 44px;
    position: relative;
    top: auto;
    right: auto;
    left: auto
}

.swiper-button-next.astro-3gus57oz svg.astro-3gus57oz, .swiper-button-prev.astro-3gus57oz svg.astro-3gus57oz {
    width: 44px;
    height: 44px
}

.swiper-button-prev.astro-3gus57oz:hover svg.astro-3gus57oz, .swiper-button-next.astro-3gus57oz:hover svg.astro-3gus57oz, .swiper-button-prev.astro-3gus57oz:hover path.astro-3gus57oz, .swiper-button-next.astro-3gus57oz:hover path.astro-3gus57oz {
    stroke: #000;
    background-color: #fff
}

.complex-description.astro-3gus57oz {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.complex-description__wrapper.astro-3gus57oz {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.complex-description__title.astro-3gus57oz {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.complex-description__number.astro-3gus57oz {
    font-weight: 900;
    line-height: 80%;
    letter-spacing: -5px;
    vertical-align: middle
}

.complex-description__number.astro-3gus57oz.number_yellow {
    font-size: 76px;
    color: #FFCC00;
}

.complex-description__number.astro-3gus57oz.number_red {
    font-size: 180px;
    color: #E31F2C;
}

.complex-description__title-text.astro-3gus57oz {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1D1D1B
}

.complex-description__wrapper-button.astro-3gus57oz {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.complex-description__wrapper-row.astro-3gus57oz {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.complex-description__text.astro-3gus57oz {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #313135
}

.complex-description__link.astro-3gus57oz {
    display: flex
}

.complex-description__link.astro-3gus57oz a.astro-3gus57oz {
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #0085ae;
    text-decoration: underline
}

.complex-description__link.astro-3gus57oz a.astro-3gus57oz:hover {
    text-decoration: none
}

sup.astro-3gus57oz.astro-3gus57oz {
    font-size: 48px
}

.button--chip.button--chip_white.astro-kh7btl4r {
    background-color: #FFF
}

@media (min-width: 390px) {
}

@media (min-width: 768px) {
    .about-info.astro-3gus57oz {
        order: 2
    }
}

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

@media (min-width: 1440px) {
    .complex-description.astro-3gus57oz {
        gap: 100px
    }

    .complex-description__number.astro-3gus57oz {
        letter-spacing: -20px;
    }

    .complex-description__number.astro-3gus57oz.number_yellow {
        font-size: 400px;
    }

    .complex-description__number.astro-3gus57oz.number_red {
        font-size: 400px;
    }

    .complex-description__title-text.astro-3gus57oz {
        font-size: 32px
    }

    .complex-description__wrapper-row.astro-3gus57oz {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }

    .complex-description__text.astro-3gus57oz {
        font-size: 24px
    }

    .about-info.astro-3gus57oz {
        padding: 100px 50px
    }

    .complex-description__text-l.astro-3gus57oz {
        max-width: 950px
    }

    .complex-description__text-m.astro-3gus57oz {
        max-width: 675px;
        align-self: center
    }

    sup.astro-3gus57oz.astro-3gus57oz {
        font-size: 200px
    }

    .photo-swiper.astro-3gus57oz {
        width: calc(100% + 50px)
    }

    .swiper-button-prev.astro-3gus57oz, .swiper-button-next.astro-3gus57oz {
        width: 92px;
        height: 92px;
        position: absolute;
        align-self: center;
        top: auto;
        left: auto;
        right: auto;
        margin: 0
    }

    .swiper-button-next.astro-3gus57oz svg.astro-3gus57oz, .swiper-button-prev.astro-3gus57oz svg.astro-3gus57oz {
        width: auto;
        height: auto
    }
}

.button--chip_white.astro-kh7btl4r {
    background-color: #FFF
}

.about-slider.astro-kh7btl4r {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    order: 2
}

.about-slider__slide.astro-kh7btl4r {
    height: auto;
    max-height: 360px
}

.about-slider__header.astro-kh7btl4r a.astro-kh7btl4r {
    display: none
}

.button--chip.about-slider__header-button_mobile.astro-kh7btl4r {
    display: flex
}

.about-slider.astro-kh7btl4r .swiper.astro-kh7btl4r {
    height: auto;
    max-height: 360px;
    width: calc(100% + 20px);
}

.swiper-wrapper.astro-kh7btl4r {
    line-height: 0
}

.about-slider__slide-text.astro-kh7btl4r {
    position: absolute;
    bottom: 0;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFF
}

.about-slider-controls.astro-kh7btl4r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.about-slider-controls.astro-kh7btl4r .swiper-pagination.astro-kh7btl4r {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content
}

.about-slider-controls .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #00050F;
    opacity: 0.5
}

.about-slider-controls .swiper-pagination-bullet-active {
    background: #00050F;
    width: 8px;
    height: 8px;
    opacity: 1
}

.about-slider__buttons.astro-kh7btl4r {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    height: 44px;
    --swiper-navigation-size: 0px
}

.about-slider__buttons.astro-kh7btl4r .swiper-button-next.astro-kh7btl4r, .about-slider__buttons.astro-kh7btl4r .swiper-button-prev.astro-kh7btl4r {
    display: flex;
    width: 44px;
    height: 44px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    border: 1px solid #00050F
}

.swiper-button-next.astro-kh7btl4r svg.astro-kh7btl4r, .swiper-button-prev.astro-kh7btl4r svg.astro-kh7btl4r {
    width: 44px;
    height: 44px
}

.swiper-button-prev.astro-kh7btl4r:hover svg.astro-kh7btl4r, .swiper-button-next.astro-kh7btl4r:hover svg.astro-kh7btl4r, .swiper-button-prev.astro-kh7btl4r:hover path.astro-kh7btl4r, .swiper-button-next.astro-kh7btl4r:hover path.astro-kh7btl4r {
    stroke: #000;
    background-color: #FFF;
    height: 42px
}

@media (min-width: 450px) {
}

@media (min-width: 768px) {
    .about-slider__header.astro-kh7btl4r a.astro-kh7btl4r {
        display: flex;
    }

    .about-slider.astro-kh7btl4r .swiper.astro-kh7btl4r {
        width: 100%;
    }

    .about-slider.astro-kh7btl4r {
        order: 3
    }

    .button--chip.about-slider__header-button_mobile.astro-kh7btl4r {
        display: none
    }

    .about-slider__header.astro-kh7btl4r {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .about-slider__header.astro-kh7btl4r button.astro-kh7btl4r {
        display: flex
    }

    .about-slider__slide-text.astro-kh7btl4r {
        padding: 32px;
        font-size: 24px
    }
}

@media (min-width: 960px) {
}

@media (min-width: 1440px) {
    .about-slider.astro-kh7btl4r {
        gap: 50px;
        padding: 0 50px
    }
}

@media (min-width: 1920px) {
}

.button.astro-vnzlvqnm {
    text-align: center;
    border: none
}

.button.astro-vnzlvqnm:hover {
    cursor: pointer
}

.button--primary.astro-vnzlvqnm {
    padding: 16px 24px;
    border-radius: 5px;
    font-size: 10px;
    color: #ffffff;
    background: #c02222;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 1.5px
}

.button--primary.astro-vnzlvqnm:hover {
    background: #99110f
}

.button--secondary.astro-vnzlvqnm {
    padding: 15px 32px;
    border: 1px solid #F5F5F5;
    font-size: 14px;
    color: #000;
    text-transform: none;
    background: none;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0
}

.button--secondary.astro-vnzlvqnm:hover {
    background-color: #F5F5F5;
    cursor: pointer
}

.button--tertiary.astro-vnzlvqnm {
    padding: 16px 24px;
    font-size: 10px;
    border: 1.5px solid #ffffff;
    color: #ffffff;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 1.5px
}

.button--tertiary.astro-vnzlvqnm:hover {
    color: #161b4f;
    background: #f5f5f5;
}

.button--primary.astro-vnzlvqnm:hover {
    background: #99110f
}

.button--slider.astro-vnzlvqnm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 20px;
    background: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #FFFFFF
}

.button--slider.astro-vnzlvqnm svg {
    background-color: none
}

.button--slider.astro-vnzlvqnm.button--slider-dark {
    color: #ffffff
}

.button--slider.astro-vnzlvqnm:hover {
    background-color: #FFFFFF;
    cursor: pointer
}

.button--slider.astro-vnzlvqnm.button--slider-dark:hover {
    border-color: rgba(61, 63, 69, 0.4);
    color: rgba(61, 63, 69, 0.4)
}

.button--slider.astro-vnzlvqnm:hover svg {
}

.button--slider.astro-vnzlvqnm.button--slider-dark:hover svg {
    stroke: #ffffff
}

.button--slider.astro-vnzlvqnm[active] {
    color: #FFFFFF;
    background-color: #161B4F
}

.button--slider.astro-vnzlvqnm.button--slider-dark[active] {
    border-color: #ffffff;
    color: #ffffff
}

.button--chip.astro-vnzlvqnm {
    padding: 17px 32px;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    line-height: 15px;
    background: none;
    font-family: "Onest", sans-serif;
    cursor: pointer
}

.button--chip.astro-vnzlvqnm svg {
}

.button--chip.astro-vnzlvqnm[active] svg {
    fill: #161B4F
}

.button--chip.astro-vnzlvqnm:hover {
    background-color: #F5F5F5
}

.button--chip.astro-vnzlvqnm:hover svg {
}

.button--chip-ico.astro-vnzlvqnm {
    padding: 9px;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    line-height: 15px;
    background: none;
    font-family: "Onest", sans-serif;
    cursor: pointer
}

.button--chip-ico.astro-vnzlvqnm[active] {
    background-color: #161B4F
}

.button--chip-ico.astro-vnzlvqnm[active] svg {
    fill: #FFFFFF;
    stroke: #FFFFFF
}

.button--chip-ico.astro-vnzlvqnm:hover {
    background-color: #161B4F
}

.button--chip-ico.astro-vnzlvqnm:hover svg {
    fill: #FFFFFF;
    stroke: #FFFFFF
}

.button--full-width.astro-vnzlvqnm {
    display: flex;
    justify-content: center;
    width: 100%
}

.drawer.astro-hxtyo74s {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-height: var(--heigth);
    max-width: var(--width);
    overflow-y: auto;
    z-index: 1000
}

.drawer--active.astro-hxtyo74s {
    display: block
}

.drawer__wrapper.astro-hxtyo74s {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    gap: 16px;
    padding: 20px 24px;
    z-index: 1;
    background: #f5f5f5
}

.drawer--active.astro-hxtyo74s .drawer__backdrop.astro-hxtyo74s {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(61, 63, 69, 0.4);
    z-index: -1
}

.drawer__header.astro-hxtyo74s {
    display: flex;
    align-items: center
}

.drawer__header.astro-hxtyo74s svg:hover {
    cursor: pointer
}

.drawer__header-title.astro-hxtyo74s {
    flex: 1;
    text-align: center;
    color: #21242c;
    font-size: 15px;
    line-height: 135%;
    font-weight: 700
}

.drawer__body.astro-hxtyo74s {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media (min-width: 768px) {
    .drawer.astro-hxtyo74s {
        top: 0;
        bottom: auto;
        height: 100%
    }

    .drawer__wrapper.astro-hxtyo74s {
        padding: 40px;
        gap: 32px
    }

    .drawer__header.astro-hxtyo74s {
        justify-content: space-between
    }

    .drawer__header-title.astro-hxtyo74s {
        flex: auto;
        text-align: left;
        font-size: 30px;
        line-height: 120%
    }

    .drawer__body.astro-hxtyo74s {
        gap: 16px
    }
}

.select.astro-t7bvf3dj {
    width: 100%;
    max-width: 215px;
    position: relative
}

.select.astro-t7bvf3dj select.astro-t7bvf3dj {
    display: none
}

.select-selected {
    height: 45px;
    color: #21242c;
    border: solid 1px #F5F5F5
}

.select-selected .select-selected-icon {
    position: absolute;
    right: 16px;
    width: 15px;
    height: 15px;
    background-image: url(/images/icons/Select/union.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.select-selected.select-arrow-active .select-selected-icon {
    background-image: url(/images/icons/Select/union.svg)
}

.select-selected.select-selected--active .select-selected-icon {
    background-image: url(/images/icons/Select/cancel.svg);
    width: 10px;
    height: 10px
}

.select-items div, .select-selected {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    padding: 0 12px
}

.select-items div {
    height: 36px;
    display: flex;
    justify-content: space-between;
    padding: 12px 24px 12px 24px
}

.select-items div svg {
    display: none
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    padding: 12px 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 10px;
    box-shadow: 0px 0px 8px 0px #4453711A;
    max-height: 409px;
    overflow-y: auto
}

.select-items .select-item-category {
    height: auto;
    font-size: 15px;
    font-weight: 700;
    color: #21242c
}

.select-hide {
    display: none
}

.select-items div:hover {
    background-color: #F6F6F6
}

.select-items div:hover svg {
}

.select-items div.same-as-selected svg {
    display: block
}

.select-selected--active {
    background-color: var(--background)
}

@media (min-width: 1440px) {
    .select-selected {
        height: 56px
    }
}

.radio.astro-gu2kd5zw {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 13px;
    line-height: 150%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio.astro-gu2kd5zw input.astro-gu2kd5zw {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark.astro-gu2kd5zw {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #c02222;
    display: flex;
    align-items: center;
    justify-content: center
}

.checkmark.astro-gu2kd5zw:after {
    content: "";
    position: absolute;
    display: none
}

.radio.astro-gu2kd5zw input.astro-gu2kd5zw:checked ~ .checkmark.astro-gu2kd5zw:after {
    display: block
}

@media (min-width: 1440px) {
    .radio.astro-gu2kd5zw {
        font-size: 15px
    }

    .checkmark.astro-gu2kd5zw {
        height: 20px;
        width: 20px
    }
}

.input.astro-qyqq6lvs {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 0 16px
}

input.astro-qyqq6lvs {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-size: 15px;
    line-height: 22.5px;
    color: #21242c
}

input.astro-qyqq6lvs:focus {
    color: #21242c;
    outline: none
}

input.astro-qyqq6lvs::placeholder {
    color: rgba(61, 63, 69, 0.4)
}

.input__prefix.astro-qyqq6lvs, .input__suffix.astro-qyqq6lvs {
    display: flex;
    font-size: 15px;
    line-height: 135%;
    color: #21242c
}

.input__suffix.astro-qyqq6lvs sup {
    font-size: 10px
}

.input__suffix.astro-qyqq6lvs {
    padding-bottom: 4px
}

.input__icon.astro-qyqq6lvs {
    display: flex;
    cursor: pointer
}

.input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
    stroke: #6a6d78
}

input.astro-qyqq6lvs:not(:placeholder-shown) + .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
    stroke: #c02222
}

.input--primary.astro-qyqq6lvs {
    background: #F5F5F5
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs {
    color: #21242c
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs::placeholder {
    color: rgba(61, 63, 69, 0.4)
}

.input--primary.astro-qyqq6lvs .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
    stroke: #6a6d78
}

.input--primary.astro-qyqq6lvs input.astro-qyqq6lvs:not(:placeholder-shown) + .input__icon.astro-qyqq6lvs svg.astro-qyqq6lvs {
    stroke: #000000
}

input.astro-qyqq6lvs::-webkit-outer-spin-button, input.astro-qyqq6lvs::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.astro-qyqq6lvs[type=number] {
    -moz-appearance: textfield
}

.checkbox.astro-b2g5l3xn {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 13px;
    line-height: 150%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark.astro-b2g5l3xn {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #c02222;
    display: flex;
    align-items: center;
    justify-content: center
}

.checkmark.astro-b2g5l3xn:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn:checked ~ .checkmark.astro-b2g5l3xn:after {
    display: block
}

.checkbox.astro-b2g5l3xn input.astro-b2g5l3xn:checked ~ .checkmark.astro-b2g5l3xn {
    background: #c02222
}

.checkbox.astro-b2g5l3xn .checkmark.astro-b2g5l3xn:after {
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px
}

@media (min-width: 1440px) {
    .checkbox.astro-b2g5l3xn {
        font-size: 15px
    }

    .checkmark.astro-b2g5l3xn {
        height: 20px;
        width: 20px
    }

    .checkbox.astro-b2g5l3xn .checkmark.astro-b2g5l3xn:after {
        width: 8px;
        height: 8px
    }
}

.collapsible.astro-hbmamkfo {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__menu-main-item.astro-hbmamkfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #21242c;
    font-size: 16px;
    line-height: 130%;
    padding: 8px 0
}

.collapsible__title.astro-hbmamkfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 9px 0 15px 0;
    font-size: 16px;
    line-height: 130%
}

.collapsible__body.astro-hbmamkfo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    overflow: visible;
    transition: max-height 0.3s ease
}

.collapsible__icon-down.astro-hbmamkfo, .collapsible__icon-up.astro-hbmamkfo {
    display: flex
}

.collapsible.astro-hbmamkfo:is(.collapsible--open) .collapsible__icon-down.astro-hbmamkfo {
    display: none
}

.collapsible.astro-hbmamkfo:not(.collapsible--open) .collapsible__icon-up.astro-hbmamkfo {
    display: none
}

.collapsible--secondary.astro-hbmamkfo .collapsible__title.astro-hbmamkfo {
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    line-height: 135%
}

.mobile.astro-hbmamkfo {
    display: block
}

.mobile.astro-hbmamkfo svg.astro-hbmamkfo {
    width: 24px;
    height: 24px
}

.collapsible__body.astro-hbmamkfo {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease
}

.collapsible--open.astro-hbmamkfo .collapsible__body.astro-hbmamkfo {
    max-height: fit-content;
    overflow: visible;
    padding-bottom: 8px
}

@media (min-width: 768px) {
    .collapsible__title.astro-hbmamkfo {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .collapsible__body.astro-hbmamkfo {
        display: flex;
        flex-direction: column;
        gap: 8px;
        overflow: visible;
        max-height: none;
        transition: max-height 0.3s ease
    }

    .mobile.astro-hbmamkfo {
        display: none
    }
}

footer.astro-sz7xmlte {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 50px 20px;
    overflow: hidden
}

.footer__header.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.footer__header-wrapper.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.footer__header-item.astro-sz7xmlte {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    flex-direction: row;
    width: 100%
}

.footer__item-wrapper.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #1d1d1b
}

.footer__header-item.astro-sz7xmlte span.astro-sz7xmlte {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #606060
}

.footer__header-item.astro-sz7xmlte a.astro-sz7xmlte {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    cursor: pointer;
    color: #0085ae
}

.footer__header-item.astro-sz7xmlte a.astro-sz7xmlte:hover {
    text-decoration: none
}

.footer__wrapper.astro-sz7xmlte {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer__logo.astro-sz7xmlte {
    height: 27px;
    width: 200px;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center
}

hr.astro-sz7xmlte {
    border: 1px solid #f2f2f2;
    width: 100%;
    margin: 0
}

.footer__menu.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.footer__menu-wrapper.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer__menu-col.astro-sz7xmlte {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    display: flex
}

.footer__menu-main-item.astro-sz7xmlte {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    color: #00050f
}

.footer__menu-list.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px
}

.footer__menu-item.astro-sz7xmlte {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #717179
}

.footer__menu-item_underline.astro-sz7xmlte {
    border-bottom: 1px dotted #717179
}

.footer__menu-discount.astro-sz7xmlte {
    display: none
}

.footer__menu-social.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #00050f;
    padding: 24px 20px;
    margin-top: 24px
}

.menu-social__text.astro-sz7xmlte {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff
}

.menu-social__item.astro-sz7xmlte {
    display: flex;
    flex-direction: row;
    gap: 16px;
    height: 40px
}

.footer__menu-main-item.astro-sz7xmlte:hover, .footer__menu-item.astro-sz7xmlte:hover {
    color: #00050f;
    cursor: pointer
}

.footer__copyright.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__copyright-item.astro-sz7xmlte {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #5e5e64
}

.footer__copyright-item.astro-sz7xmlte a.astro-sz7xmlte {
    text-decoration: underline
}

a.astro-sz7xmlte.footer__copyright-item:hover, .footer__copyright-item.astro-sz7xmlte a.astro-sz7xmlte:hover {
    color: #00050f;
    cursor: pointer
}

.rental-application.astro-sz7xmlte {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

.rental-application.astro-sz7xmlte a.astro-sz7xmlte {
    text-decoration: underline
}

.rental-application__input.astro-sz7xmlte {
    width: 100%
}

.rental-application__button.astro-sz7xmlte {
    margin: 12px 0
}

@media (min-width: 390px) {
    .footer__logo.astro-sz7xmlte {
        width: 270px;
        align-self: flex-start
    }
}

@media (min-width: 768px) {
    footer.astro-sz7xmlte {
        padding: 50px
    }

    .footer__copyright.astro-sz7xmlte {
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .footer__menu.astro-sz7xmlte {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 16px
    }

    .footer__menu-wrapper.astro-sz7xmlte {
        flex-direction: column;
        gap: 50px;
        flex: 1
    }

    .footer__menu-col.astro-sz7xmlte {
        flex: 1
    }

    .footer__menu-col.astro-sz7xmlte:first-child, .footer__menu-col.astro-sz7xmlte:last-child {
        flex: 0
    }

    .footer__menu-discount.astro-sz7xmlte {
        display: block;
        width: 310px;
        height: 224px;
        background-image: url(/images/banners/discounts.png);
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media (min-width: 1440px) {
    .footer__header.astro-sz7xmlte {
        flex-direction: row;
        align-items: flex-start;
        gap: 158px
    }

    .footer__header-item.astro-sz7xmlte {
        height: 54px;
        width: 306px;
        flex-direction: row;
        align-items: center
    }
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Onest', sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #FFFFFF;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    color: #00050F;
}

body.locked {
    overflow: hidden;
}

main {
    width: 100%;
    max-width: none;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

a {
    text-decoration: none;
}

ul {
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}

:any-link {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    margin: 0;
    margin-block: 0;
    color: #21242c;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin: 0;
}

@media (min-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

a.astro-eimmu3lg {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #6a6d78;
    font-size: 15px;
    font-weight: 600;
    line-height: 15.6px
}

a.astro-eimmu3lg:hover {
    color: #c02222;
    cursor: pointer
}

.link-group.astro-qhw5f6xy {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a6d78;
    font-size: 15px;
    font-weight: 600;
    line-height: 15.6px;
    gap: 4px;
    position: relative;
    cursor: pointer
}

.link-group.astro-qhw5f6xy:after {
    content: "";
    height: 35px;
    position: absolute;
    top: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 2
}

.link-group__list.astro-qhw5f6xy {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 160px;
    top: 100%;
    margin-top: 35px;
    z-index: 2;
    background: #ffffff;
    padding: 16px;
    gap: 16px;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, max-height 0.3s ease
}

.link-group.astro-qhw5f6xy:hover {
    color: #c02222
}

.link-group.astro-qhw5f6xy:hover:after {
    pointer-events: auto
}

.link-group.astro-qhw5f6xy:hover .link-group__list.astro-qhw5f6xy {
    opacity: 1;
    max-height: 500px;
    pointer-events: auto
}

nav.astro-3ef6ksr2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}


.links.astro-3ef6ksr2 {
    height: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: none
}

.menu-mobile.astro-3ef6ksr2 .links.astro-3ef6ksr2 {
    display: flex
}

.logo.astro-3ef6ksr2 {
    height: 18px;
    width: 135px;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.buttons.astro-3ef6ksr2 {
    display: flex;
    gap: 16px
}

.buttons.astro-3ef6ksr2 > :last-child.astro-3ef6ksr2 {
    display: none
}

.buttons__phone.astro-3ef6ksr2 {
    display: flex
}

.search.astro-3ef6ksr2 {
    width: 100%;
    gap: 20px;
    align-items: center;
    display: none
}

.search__form.astro-3ef6ksr2 {
    width: 100%
}

.search--show.astro-3ef6ksr2 {
    display: flex
}

#cancel-search.astro-3ef6ksr2 {
    cursor: pointer
}

@media (min-width: 768px) {
    .buttons.astro-3ef6ksr2 > :last-child.astro-3ef6ksr2 {
        display: block
    }
}

@media (min-width: 1024px) {
    .search.astro-3ef6ksr2 {
        max-width: 1040px;
        margin: 0 auto;
        gap: 80px
    }
}

@media (min-width: 1440px) {
    .links.astro-3ef6ksr2 {
        display: flex
    }

    .logo.astro-3ef6ksr2 {
        height: 27px;
        width: 200px
    }

    .buttons.astro-3ef6ksr2 {
        display: none
    }
}

main.astro-ouamjn2i {
    display: flex;
    flex-direction: column;
    padding-top: 77px
}

#scroll-up {
    display: none
}

@media (min-width: 1440px) {
    #scroll-up {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #c02222;
        position: absolute;
        bottom: 560px;
        right: 40px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }
}

/* End */
/* /complex/style.css?175076690437132 */
