

/* Start:/brands/style.css?174947211747622*/
.pagination.astro-d776pwuy {
    display: flex;
    gap: 8px
}

.pagination.astro-d776pwuy a:nth-child(3),
.pagination.astro-d776pwuy a:nth-child(4),
.pagination.astro-d776pwuy a:nth-child(5),
.pagination.astro-d776pwuy a:nth-child(6),
.pagination.astro-d776pwuy a:nth-child(7),
.pagination.astro-d776pwuy a:nth-child(8),
.pagination.astro-d776pwuy a:nth-child(9) {
    display: none
}

@media (min-width: 390px) {
    .pagination.astro-d776pwuy a:nth-child(3) {
        display: flex
    }

    .pagination.astro-d776pwuy a:nth-child(4) {
        display: flex
    }
}

@media (min-width: 768px) {
    .pagination.astro-d776pwuy a {
        background-color: transparent
    }

    .pagination.astro-d776pwuy a:nth-child(5) {
        display: flex
    }

    .pagination.astro-d776pwuy a:nth-child(6) {
        display: flex
    }

    .pagination.astro-d776pwuy a:nth-child(7) {
        display: flex
    }

    .pagination.astro-d776pwuy a:nth-child(8) {
        display: flex
    }

    .pagination.astro-d776pwuy a:nth-child(9) {
        display: flex
    }
}

.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--secondary.astro-t7bvf3dj .select-selected {
    background: #f5f5f5;
    color: #00050f;
    border: none;
    padding: 16px;
    height: auto
}

.select--secondary.astro-t7bvf3dj .select-selected:hover {
    background: #0085ae;
    color: #ffffff
}

.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--withoutIcon.astro-t7bvf3dj .select-selected-icon {
    display: none
}

.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;
    height: auto
}

.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--right.astro-t7bvf3dj .select-items {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 10px
}

.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
}

.radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c02222
}

@media (min-width: 1440px) {
    .radio.astro-gu2kd5zw {
        font-size: 15px
    }

    .checkmark.astro-gu2kd5zw {
        height: 20px;
        width: 20px
    }

    .radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
        width: 8px;
        height: 8px
    }
}

.button.astro-vnzlvqnm {
    text-align: center;
    border: none
}

.button.astro-vnzlvqnm:hover {
    cursor: pointer
}

.button--primary.astro-vnzlvqnm {
    padding: 15px 32px;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    line-height: 15px
}

.button--primary.astro-vnzlvqnm:hover {
    background: #161b4f;
    color: #ffffff
}

.button--secondary.astro-vnzlvqnm {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border: 1px solid #d6d6d9;
    font-size: 14px;
    color: #00050f;
    text-transform: none;
    background: none;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0
}

.button--secondary.astro-vnzlvqnm:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.button--tertiary.astro-vnzlvqnm {
    padding: 16px 24px;
    border-radius: 5px;
    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--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%
}

.button--small.astro-vnzlvqnm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    gap: 16px;
    height: 45px
}

.input.astro-qyqq6lvs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    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: #00050f
}

input.astro-qyqq6lvs:focus {
    color: #00050f;
    outline: none
}

input.astro-qyqq6lvs::placeholder {
    color: #85858c
}

.input__prefix.astro-qyqq6lvs,
.input__suffix.astro-qyqq6lvs {
    display: flex;
    font-size: 15px;
    line-height: 135%;
    color: #00050f
}

.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: #85858c
}

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--small.astro-qyqq6lvs {
    height: 40px
}

.input--small.astro-qyqq6lvs input.astro-qyqq6lvs {
    font-size: 12px;
    line-height: 16px
}

.input--medium.astro-qyqq6lvs {
    height: 56px
}

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: #00050f;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

a.astro-eimmu3lg:hover {
    color: #85858c;
    cursor: pointer
}

.burger__button.astro-barybgjo {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    gap: 16px
}

.burger__button-open.astro-barybgjo {
    display: flex
}

.burger__button-close.astro-barybgjo {
    display: none
}

.burger__menu.astro-barybgjo {
    display: none;
    position: fixed;
    top: 39px;
    left: 0;
    width: 100%;
    height: calc(100% - 39px);
    background: #f5f5f5;
    flex-direction: column;
    padding: 85px 16px 22.5px;
    gap: 16px;
    overflow-y: auto;
    z-index: 1
}

.burger__menu-group.astro-barybgjo {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.burger__menu-group.astro-barybgjo[data-section=scheme] {
    position: fixed;
    width: 100%;
    left: 0;
    top: 39px;
    padding: 22.5px 16px;
    background: #f5f5f5;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.burger__menu-group.astro-barybgjo[data-section=categories] {
    gap: 2px
}

.burger__menu-group.astro-barybgjo[data-section=address] {
    gap: 24px
}

.burger__menu-group.astro-barybgjo[data-section=contacts] {
    align-items: center
}

.burger__menu-title.astro-barybgjo {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #00050f
}

.burger__menu-link.astro-barybgjo {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #717179;
    cursor: pointer
}

.burger__menu.astro-barybgjo hr.astro-barybgjo {
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid #ebebec;
    margin: 0
}

.burger__menu-category.astro-barybgjo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 24px;
    cursor: pointer
}

.burger__menu-category.astro-barybgjo span.astro-barybgjo {
    flex: 1;
    font-size: 24px;
    line-height: 130%;
    color: #ffffff
}

.burger__menu-category.astro-barybgjo[data-type=catalog] {
    background: #ea580c
}

.burger__menu-category.astro-barybgjo[data-type=shop] {
    background: #e31f2c
}

.burger__menu-category.astro-barybgjo[data-type=brand] {
    background: #008031
}

.burger__menu-category.astro-barybgjo[data-type=catalog]:hover {
    background: #d64900
}

.burger__menu-category.astro-barybgjo[data-type=shop]:hover {
    background: #cd1d29
}

.burger__menu-category.astro-barybgjo[data-type=brand]:hover {
    background: #006627
}

.burger__menu-block.astro-barybgjo {
    display: flex;
    gap: 18px
}

.burger__menu-block-wrapper.astro-barybgjo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.burger__menu-block-text.astro-barybgjo {
    font-size: 14px;
    line-height: 130%;
    color: #606060
}

.burger__menu-block-link.astro-barybgjo {
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    color: #00050f
}

.burger__menu-phone.astro-barybgjo {
    font-size: 20px;
    line-height: 130%;
    color: #5e5e64
}

.burger__menu-social.astro-barybgjo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.burger__menu-social.astro-barybgjo span.astro-barybgjo {
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #5e5e64
}

.burger--active.astro-barybgjo .burger__button-close.astro-barybgjo,
.burger--active.astro-barybgjo .burger__menu.astro-barybgjo {
    display: flex
}

.burger--active.astro-barybgjo .burger__button-open.astro-barybgjo {
    display: none
}

@media (min-width: 1024px) {
    .burger__menu.astro-barybgjo {
        padding: 22.5px 16px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 50px
    }

    .burger__button-close.astro-barybgjo {
        width: 280px
    }

    .burger__menu-group.astro-barybgjo[data-section=scheme] {
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        background: transparent;
        padding: 0;
        flex-basis: calc(45% - 25px);
        justify-content: flex-start;
        order: 1;
        gap: 50px
    }

    .burger__menu-group.astro-barybgjo[data-section=visitors] {
        order: 4
    }

    .burger__menu-group.astro-barybgjo[data-section=rents] {
        order: 5
    }

    .burger__menu-group.astro-barybgjo[data-section=categories] {
        gap: 2px;
        order: 3;
        width: 280px
    }

    .burger__menu-group.astro-barybgjo[data-section=address] {
        flex-basis: calc(55% - 25px);
        flex-direction: row;
        flex-grow: 1;
        order: 2;
        gap: 24px;
        justify-content: flex-end
    }

    .burger__menu-group.astro-barybgjo[data-section=rents] .button.astro-barybgjo {
        margin-top: auto
    }

    .burger__menu-group.astro-barybgjo[data-section=contacts] {
        order: 6;
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }

    .burger__menu-social.astro-barybgjo {
        flex-direction: row
    }

    .burger__menu-social.astro-barybgjo span.astro-barybgjo {
        width: auto
    }

    .burger__menu.astro-barybgjo hr.astro-barybgjo {
        display: none
    }
}

@media (min-width: 1440px) {
    .burger__menu.astro-barybgjo {
        padding: 24px 40px;
        z-index: auto;
        column-gap: 100px
    }

    .burger__button-close.astro-barybgjo {
        width: 313px
    }

    .burger__menu-group.astro-barybgjo[data-section=scheme] {
        flex-basis: calc(50% - 50px);
        gap: 100px
    }

    .burger__menu-group.astro-barybgjo[data-section=address] {
        flex-basis: calc(50% - 50px)
    }

    .burger__menu-group.astro-barybgjo[data-section=categories] {
        width: 313px
    }
}

nav.astro-3ef6ksr2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav__left.astro-3ef6ksr2,
.nav__right.astro-3ef6ksr2 {
    display: flex;
    align-items: center;
    gap: 24px
}

.nav__right.astro-3ef6ksr2 {
    display: none
}

.burger.astro-3ef6ksr2 {
    display: flex
}

.links.astro-3ef6ksr2 {
    height: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: none
}

.menu-mobile.astro-3ef6ksr2 .links.astro-3ef6ksr2 {
    display: flex
}

.logo.astro-3ef6ksr2 {
    position: absolute;
    left: calc(50% - 100px);
    height: 27px;
    width: 200px;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.schedule.astro-3ef6ksr2 {
    display: none
}

.buttons.astro-3ef6ksr2 {
    display: flex;
    gap: 16px
}

.buttons.astro-3ef6ksr2>:last-child.astro-3ef6ksr2 {
    display: none
}

.buttons__phone.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
    }

    .schedule.astro-3ef6ksr2 {
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 8px;
        cursor: pointer
    }

    .schedule.astro-3ef6ksr2 span.astro-3ef6ksr2 {
        font-size: 14px;
        line-height: 17px;
        color: #717179;
        border-bottom: 1px dashed #717179
    }

    .schedule.astro-3ef6ksr2:hover svg.astro-3ef6ksr2 {
        stroke: #00050f
    }

    .schedule.astro-3ef6ksr2:hover span.astro-3ef6ksr2 {
        color: #00050f;
        border-bottom: 1px solid transparent
    }

    .search__form.astro-3ef6ksr2 {
        display: block;
        width: 337px
    }
}

@media (min-width: 1440px) {
    .burger.astro-3ef6ksr2 {
        display: none
    }

    .links.astro-3ef6ksr2 {
        display: flex
    }

    .buttons.astro-3ef6ksr2 {
        display: none
    }

    .nav__right.astro-3ef6ksr2 {
        display: flex
    }
}

main.astro-ouamjn2i {
    display: flex;
    flex-direction: column;
    padding-top: 98px
}

#scroll-up {
    display: none
}

@media (min-width: 1024px) {
    main.astro-ouamjn2i {
        padding-top: 125px
    }
}

@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
    }
}

.brands.astro-5n4dglu2 {
    max-width: 100%;
    gap: 24px;
    padding-bottom: 24px;
    background: #f5f5f5
}

section.astro-5n4dglu2 {
    width: 100%;
    padding-bottom: 16px
}

.title.astro-5n4dglu2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 29px;
    line-height: 130%
}

.size__desktop.astro-5n4dglu2 {
    display: none;
    background-color: #fff
}

.size__desktop.astro-5n4dglu2.filters {
    padding: 50px
}

.size__desktop.astro-5n4dglu2 .filters__title.astro-5n4dglu2 {
    grid-column: span 2
}

.size__desktop.astro-5n4dglu2 .filters__wrapper.astro-5n4dglu2 {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto
}

.size__desktop.astro-5n4dglu2 .filters__find.astro-5n4dglu2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 180px
}

.size__desktop.astro-5n4dglu2 .filters__seek.astro-5n4dglu2 {
    display: flex;
    flex: 1;
    gap: 24px;
    align-items: center
}

.size__desktop.astro-5n4dglu2 .filters__search.astro-5n4dglu2 {
    grid-column: span 7
}

.size__desktop.astro-5n4dglu2 .filters__categories.astro-5n4dglu2 {
    grid-column: span 2
}

.size__phone.astro-5n4dglu2.filters {
    background-color: #fff;
    padding: 24px 20px 30px
}

.filters__all.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.filters__intro.astro-5n4dglu2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.size__phone.astro-5n4dglu2 .filters__title.astro-5n4dglu2 {
    font-size: 24px
}

.size__phone.astro-5n4dglu2.filters__categories {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    height: 56px
}

.size__phone.astro-5n4dglu2.filters__categories:hover {
    background-color: #f5f5f5
}

.size__phone-view.astro-5n4dglu2 .list__title.astro-5n4dglu2 {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%
}

.size__phone-view.astro-5n4dglu2 .list-item.astro-5n4dglu2 {
    align-items: center
}

.cards-view.astro-5n4dglu2 .card__buttons.astro-5n4dglu2 {
    display: flex;
    gap: 4px;
    flex-wrap: wrap
}

.cards-view.astro-5n4dglu2 .card__button.astro-5n4dglu2 {
    height: 32px;
    font-size: 10px;
    padding: 8px 10px;
    gap: 3px;
    flex: 1;
    color: #9999a0
}

.cards-view.astro-5n4dglu2 .card__button.astro-5n4dglu2 b.astro-5n4dglu2 {
    color: #00050f
}

.filters__buttons.astro-5n4dglu2 {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between
}

.filters__views.astro-5n4dglu2 {
    display: flex
}

.filters__sort.astro-5n4dglu2 {
    color: #00050f
}

.filters__sort-letters.astro-5n4dglu2 {
    display: none
}

.filters__sort-btn.astro-5n4dglu2 {
    display: flex;
    gap: 8px
}

.filters__sort-icon.astro-5n4dglu2 {
    display: none
}

.sort-asc.astro-5n4dglu2,
.sort-desc.astro-5n4dglu2,
#sort-asc-icon.astro-5n4dglu2,
#sort-desc-icon.astro-5n4dglu2 {
    display: none
}

#sort-asc-icon.astro-5n4dglu2,
#sort-desc-icon.astro-5n4dglu2 {
    cursor: pointer
}

.filters__sort.astro-5n4dglu2[data-sort=asc] .sort-asc.astro-5n4dglu2,
.filters__sort.astro-5n4dglu2[data-sort=asc] #sort-asc-icon.astro-5n4dglu2 {
    display: flex
}

.filters__sort.astro-5n4dglu2[data-sort=desc] .sort-desc.astro-5n4dglu2,
.filters__sort.astro-5n4dglu2[data-sort=desc] #sort-desc-icon.astro-5n4dglu2 {
    display: flex
}

#list-view span,
#cards-view span {
    display: none
}

#list-view[active] svg {
    stroke: #ffffff
}

#sort-asc:hover svg,
#sort-desc:hover svg {
    stroke: #99110f
}

.grid.astro-5n4dglu2.cards-view {
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr)
}

.cards-view.astro-5n4dglu2 .grid-item.astro-5n4dglu2 {
    grid-column: span 6
}

.list-view.astro-5n4dglu2,
.cards-view.astro-5n4dglu2 {
    display: none;
    max-width: 1820px
}

.astro-5n4dglu2[data-view=list] .list-view.astro-5n4dglu2.size__phone-view,
.astro-5n4dglu2[data-view=cards] .cards-view.astro-5n4dglu2 {
    display: grid;
    padding: 0px 20px
}

.astro-5n4dglu2[data-view=cards] .cards-view.astro-5n4dglu2 {
    gap: 4px
}

.list-view.astro-5n4dglu2 {
    grid-template-columns: repeat(1, 90vw);
    gap: 4px
}

.list-item.astro-5n4dglu2 {
    display: flex;
    gap: 16px;
    background-color: #fff;
    padding: 8px;
    cursor: pointer;
    max-width: 1820px
}

.list-item.astro-5n4dglu2:hover {
    outline: 1px solid #0085ae;
    outline-offset: -1px
}

.list__img.astro-5n4dglu2 {
    height: 60px;
    width: 60px
}

.list__info.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.list__location.astro-5n4dglu2 {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 12px
}

.list__building.astro-5n4dglu2 {
    color: #008031
}

.list__floor.astro-5n4dglu2 {
    color: #d6d6d9
}

.list__link-detailed.astro-5n4dglu2 {
    text-decoration: underline
}

.list__category.astro-5n4dglu2 {
    font-size: 10px;
    color: #606060
}

.list__map.astro-5n4dglu2 {
    max-width: 110px;
    padding: 7px;
    gap: 10px
}

.brand-list.astro-5n4dglu2 {
    display: flex;
    gap: 16px;
    padding-top: 16px;
    border-top: 1.5px solid #dfdfdf
}

.brand-list.astro-5n4dglu2:first-child,
.brand-list.astro-5n4dglu2:nth-child(2) {
    border: none
}

.brand-list.astro-5n4dglu2:nth-child(2) {
    display: none
}

.letter.astro-5n4dglu2 {
    width: 40px;
    font-size: 40px;
    line-height: 117%;
    text-align: left;
    color: #c02222
}

.brand-list.astro-5n4dglu2:first-child .letter.astro-5n4dglu2 {
    font-size: 20px
}

.actions.astro-5n4dglu2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    padding-top: 8px;
    gap: 16px;
    align-items: center;
    grid-column: span 12
}

.actions__button.astro-5n4dglu2 {
    width: 100%;
    display: flex
}

.card.astro-5n4dglu2 {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    cursor: pointer
}

.card.astro-5n4dglu2:hover {
    border: 1px solid #0085ae
}

.card__wrapper.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 8px;
    height: 100%;
}

.card__title.astro-5n4dglu2 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #00050f
}

.card__image.astro-5n4dglu2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.card__image.astro-5n4dglu2 img.astro-5n4dglu2 {
    object-fit: contain
}

.card__category.astro-5n4dglu2 {
    font-size: 10px;
    color: #606060
}

.card__map.astro-5n4dglu2 {
    display: flex;
    justify-content: space-between;
    gap: 4px
}

.card__info.astro-5n4dglu2 {
    padding: 8px;
    font-size: 12px;
    line-height: 130%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    flex: 1;
}

.card__place.astro-5n4dglu2 {
    color: #008031
}

.card__divider.astro-5n4dglu2 {
    display: none
}

.card__location.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    gap: 4px
}

#list-view span,
#cards-view span {
    display: flex
}

.card__in-sheme.astro-5n4dglu2 {
    text-align: right;
    text-decoration: underline;
    align-self: flex-end
}

.brands-categories-drawer.astro-5n4dglu2 {
    top: 0;
    bottom: 0
}

.brands-categories-drawer.astro-5n4dglu2 h2.astro-5n4dglu2 {
    text-transform: uppercase
}

.categories.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 16px;
    font-size: 14px;
    line-height: 130%
}

.categories__heading.astro-5n4dglu2 {
    padding: 10px 0 15px 0
}

.category.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.category__heading.astro-5n4dglu2 {
    padding: 10px 0 15px 0
}

.category__list.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.category__list.astro-5n4dglu2 li.astro-5n4dglu2 {
    font-size: 16px
}

.subcategory__list.astro-5n4dglu2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    padding-left: 16px;
    color: #717179
}

.subcategory__list.astro-5n4dglu2 li.astro-5n4dglu2 {
    font-size: 14px
}

.list__links.astro-5n4dglu2 {
    display: flex;
    gap: 8px
}

.list__link.astro-5n4dglu2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #00050f
}

.list__link.astro-5n4dglu2 span.astro-5n4dglu2 {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #606060;
    border-bottom: 1px dashed #606060
}

.list__shops-select.astro-5n4dglu2 {
    width: auto;
    position: relative
}

.list__shops-select-button.astro-5n4dglu2 {
    background: #f5f5f5;
    color: #00050f;
    padding: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer
}

.list__shops-select-button.astro-5n4dglu2:hover {
    background: #0085ae;
    color: #ffffff
}

.list__shops-select--bottom.astro-5n4dglu2 .list__shops-select-list.astro-5n4dglu2 {
    top: 100%;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-top: 10px;
}

.list__shops-select-list.astro-5n4dglu2 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 12px 0;
    top: 0;
    left: 100%;
    margin-left: 10px;
    z-index: 99;
    box-shadow: 0px 0px 8px 0px #4453711a;
    width: 130px;
    max-height: 409px;
    overflow-y: auto
}

.list__shops-select-list-item.astro-5n4dglu2 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    height: 36px;
    padding: 12px 24px 12px 24px
}

.list__shops-select-list-item.astro-5n4dglu2:hover {
    background-color: #f6f6f6
}

@media (min-width: 575px) {
    .cards-view.astro-5n4dglu2 .grid.astro-5n4dglu2 {
        gap: 4px
    }

    .cards-view.astro-5n4dglu2 .grid-item.astro-5n4dglu2 {
        grid-column: span 4
    }
}

@media (min-width: 768px) {
    .card__title.astro-5n4dglu2 {
        font-size: 22px
    }

    .list-view.astro-5n4dglu2 {
        gap: 8px
    }

    .list-item.astro-5n4dglu2 {
        align-items: center;
        justify-content: space-between
    }

    .list__img.astro-5n4dglu2 {
        height: 100px;
        width: 100px
    }

    .list__info.astro-5n4dglu2 {
        flex-direction: column;
        flex-grow: 1;
        padding: 25px 24px 25px;
        gap: 24px;
    }

    .list__heading.astro-5n4dglu2 {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 20%;
    }

    .list__detail.astro-5n4dglu2 {
        display: flex;
        flex-direction: row;
        font-size: 14px;
        align-items: center;
        justify-content: space-between;
        gap: 56px;
        flex-grow: 1
    }

    .list__location.astro-5n4dglu2 {
        gap: 16px;
        font-size: 14px
    }

    .list__map.astro-5n4dglu2 {
        max-width: 121px;
        padding: 14px 16px;
        gap: 10px
    }

    .cards-view.astro-5n4dglu2 .card__button.astro-5n4dglu2 {
        padding: 8px 16px
    }

    .brands.astro-5n4dglu2 {
        gap: 50px
    }

    .list__shops-select-list.astro-5n4dglu2 {
        width: 180px;
    }
}

@media (min-width: 768px) {
    .cards-view.astro-5n4dglu2 .grid-item.astro-5n4dglu2 {
        grid-column: span 3
    }

    .astro-5n4dglu2[data-view=cards] .cards-view.astro-5n4dglu2 {
        gap: 23px
    }

    .list__shops.astro-5n4dglu2 {
        display: flex;
        gap: 4px
    }
}

@media (min-width: 1200px) {
    .brand-list.astro-5n4dglu2 {
        padding-top: 32px
    }

    .brand-list.astro-5n4dglu2:first-child .letter.astro-5n4dglu2,
    .letter.astro-5n4dglu2 {
        width: 110px;
        font-size: 65px;
        line-height: 117%
    }

    .list-item.astro-5n4dglu2 {
        font-size: 18px
    }

    .card__location.astro-5n4dglu2 {
        flex-direction: row;
        gap: 16px
    }

    .card__divider.astro-5n4dglu2 {
        display: block;
        font-size: 14px;
        color: #d6d6d9
    }
}

@media (min-width: 1440px) {
    .astro-5n4dglu2[data-view=list] .list-view.astro-5n4dglu2.size__desktop-view {
        display: grid
    }

    .astro-5n4dglu2[data-view=list] .list-view.astro-5n4dglu2.size__phone-view {
        display: none
    }

    .list__info.astro-5n4dglu2 {
        flex-direction: row
    }

    .size__desktop.astro-5n4dglu2 {
        display: flex
    }

    .size__phone.astro-5n4dglu2 {
        display: none
    }

    .brands.astro-5n4dglu2 {
        gap: 50px;
        padding-bottom: 100px
    }

    .astro-5n4dglu2[data-view=list] .list-view.astro-5n4dglu2,
    .astro-5n4dglu2[data-view=cards] .cards-view.astro-5n4dglu2 {
        display: grid
    }

    .grid.astro-5n4dglu2.cards-view {
        grid-template-columns: repeat(15, 1fr);
        gap: 23px
    }

    .card__info.astro-5n4dglu2 {
        font-size: 14px
    }

    .card__category.astro-5n4dglu2 {
        font-size: 14px
    }

    .filters__sort.astro-5n4dglu2 {
        display: flex;
        width: 100%;
        gap: 16px
    }

    .filters__sort-icon.astro-5n4dglu2 {
        display: flex;
        align-items: center;
        stroke: #00050f
    }

    .filters__sort-icon.astro-5n4dglu2:hover {
        cursor: pointer;
        stroke: #0085ae
    }

    .filters__sort-letters.astro-5n4dglu2 {
        display: flex;
        gap: 16px;
        align-items: center;
        flex: 1
    }

    .filters__sort-letters.astro-5n4dglu2 hr.astro-5n4dglu2 {
        width: 1.5px;
        height: 100%;
        background-color: rgba(61, 63, 69, 0.4)
    }

    .filters__sort-letter.astro-5n4dglu2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 130%
    }

    .filters__sort-letter.astro-5n4dglu2:hover {
        cursor: pointer;
        color: #0085ae
    }

    .filters__sort-letter-list.astro-5n4dglu2 {
        flex: 1;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 1920px) {
    .title.astro-5n4dglu2 {
        font-size: 36px
    }

    .grid.astro-5n4dglu2 .cards-view.astro-5n4dglu2 {
        column-gap: 40px;
        row-gap: 32px
    }

    .grid-item.astro-5n4dglu2 {
        grid-column: span 6
    }

    .brand-list.astro-5n4dglu2:nth-child(2) {
        display: block
    }

    .card__image.astro-5n4dglu2 {
        width: 180px;
        height: 180px
    }

    .card__title.astro-5n4dglu2 {
        font-size: 20px
    }
}

/* End */


/* Start:/local/templates/main2025/components/bitrix/news/shops-brands/bitrix/news.detail/brands/style.css?174947249950673*/
.shops.astro-evs5i4kd {
    padding-bottom: 22px
}

.shops.astro-evs5i4kd {
    --swiper-navigation-top-offset: calc(50% + 10px)
}

.shops.astro-evs5i4kd {
    width: 100%;
    padding: 0 15px
}

.shop-card.astro-evs5i4kd:hover {
    cursor: pointer
}

.shops.astro-evs5i4kd img.astro-evs5i4kd {
    object-fit: contain
}

.swiper.astro-evs5i4kd {
    height: 204px
}

.shops.astro-evs5i4kd .swiper-button-prev,
.shops.astro-evs5i4kd .swiper-button-next {
    display: flex;
    left: auto;
    position: initial;
    width: 40px;
    height: 40px;
    user-select: none
}

.shops.astro-evs5i4kd .swiper-button-prev svg,
.shops.astro-evs5i4kd .swiper-button-next svg {
    width: auto;
    height: auto
}

.shops.astro-evs5i4kd .swiper-button-prev:hover svg,
.shops.astro-evs5i4kd .swiper-button-next:hover svg,
.shops.astro-evs5i4kd .swiper-button-prev:hover path,
.shops.astro-evs5i4kd .swiper-button-next:hover path {
    stroke: #000;
    background-color: #f5f5f5
}

.shops.astro-evs5i4kd .swiper-button-prev:after,
.shops.astro-evs5i4kd .swiper-button-next:after {
    content: none
}

@media (min-width: 768px) {
    .shops.astro-evs5i4kd {
        padding: 0 20px;
        --swiper-pagination-bottom: -20px
    }

    .swiper.astro-evs5i4kd {
        height: auto
    }
}

@media (min-width: 1440px) {
    .shops.astro-evs5i4kd {
        padding: 0 50px
    }

    .shops.astro-evs5i4kd .swiper-button-prev,
    .shops.astro-evs5i4kd .swiper-button-next {
        display: flex
    }
}

.brand.astro-cuecaxvc {
    gap: 48px;
    margin-bottom: 32px
}

.grid.astro-cuecaxvc {
    display: grid;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr)
}

.grid-item.astro-cuecaxvc {
    grid-column: span 12
}

.cards-view.astro-cuecaxvc .grid-item.astro-cuecaxvc {
    grid-column: span 6
}

.astro-cuecaxvc[data-view=cards] .cards-view.astro-cuecaxvc {
    display: grid
}

.card.astro-cuecaxvc {
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px #00000029;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    cursor: pointer
}

.card.astro-cuecaxvc:hover .card__title.astro-cuecaxvc {
    color: #c02222
}

.card.astro-cuecaxvc:hover {
    border: 1.5px solid #99110f
}

.card__wrapper.astro-cuecaxvc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px
}

.card__image.astro-cuecaxvc {
    width: 100px;
    height: 100px
}

.card__image.astro-cuecaxvc img.astro-cuecaxvc {
    object-fit: contain
}

.card__title.astro-cuecaxvc {
    font-weight: 700;
    font-size: 15px;
    line-height: 135%;
    color: #21242c;
    text-align: center
}

@media (min-width: 443px) {
    .cards-view.astro-cuecaxvc .grid-item.astro-cuecaxvc {
        grid-column: span 4
    }
}

@media (min-width: 768px) {
    .brand.astro-cuecaxvc {
        gap: 50px;
        margin-bottom: 100px
    }

    .product.astro-cuecaxvc {
        margin-top: 32px;
        gap: 32px
    }

    .product__header.astro-cuecaxvc {
        gap: 24px
    }

    .product__heading.astro-cuecaxvc,
    .brand.astro-cuecaxvc h2.astro-cuecaxvc {
        font-size: 30px;
        line-height: 36px
    }

    .product__about.astro-cuecaxvc {
        font-size: 15px;
        line-height: 22.5px
    }

    #cards-view span {
        display: flex
    }

    .grid.astro-cuecaxvc {
        gap: 40px
    }

    .cards-view.astro-cuecaxvc .grid-item.astro-cuecaxvc {
        grid-column: span 3
    }

    .card.astro-cuecaxvc {
        height: 196px
    }

    .card__wrapper.astro-cuecaxvc {
        padding: 20px
    }

    .card__title.astro-cuecaxvc {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    .product.astro-cuecaxvc {
        display: inline-flex;
        flex-direction: row;
        gap: 40px
    }

    .product__banner.astro-cuecaxvc {
        width: 550px;
        height: 256px
    }

    .product__header.astro-cuecaxvc {
        flex: 1;
        margin-bottom: 0
    }

    .product__heading.astro-cuecaxvc,
    .brand.astro-cuecaxvc h2.astro-cuecaxvc {
        font-size: 40px;
        line-height: 48px
    }

    .product__about_hide.astro-cuecaxvc {
        -webkit-line-clamp: 8
    }

    .grid.astro-cuecaxvc {
        column-gap: 40px;
        row-gap: 32px
    }

    .grid-item.astro-cuecaxvc {
        grid-column: span 6
    }

    .card.astro-cuecaxvc {
        height: 255px
    }

    .card__image.astro-cuecaxvc {
        width: 180px;
        height: 180px
    }

    .card__title.astro-cuecaxvc {
        font-size: 20px
    }
}

section.astro-sh445jdo {
    --swiper-navigation-sides-offset: -60px;
    --swiper-pagination-bottom: -10px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr
}

.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: flex;
    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
    }

/*     .section__button.astro-sh445jdo { */
/*         margin-bottom: 24px */
/*     } */

    .promo.astro-sh445jdo .section__title.astro-sh445jdo {
        justify-content: flex-start;
        gap: 24px
    }
}

@media (min-width: 1440px) {
    .info.astro-sh445jdo .section__title.astro-sh445jdo {
        margin-bottom: 100px
    }

    .info.astro-sh445jdo .section__content.astro-sh445jdo {
        gap: 100px
    }
}

.product.astro-dh62ia34 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    margin-top: 24px;
    padding: 0 20px
}

.product__buttons.astro-dh62ia34 {
    display: flex;
    justify-content: space-between
}

.product__banner.astro-dh62ia34 {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.product__banner-bg.astro-dh62ia34 {
    display: flex;
    height: 100%;
    width: 100%;
}

.product__banner-bg.astro-dh62ia34 img.astro-dh62ia34 {
    object-fit: cover;
    vertical-align: middle;
    height: auto
}

.product__banner-logo.astro-dh62ia34 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 149px;
    height: 149px;
    background: #ffffff;
    padding: 10px
}

.product__banner-buttons.astro-dh62ia34 {
    display: flex;
    position: absolute;
    gap: 16px;
    left: 20px;
    top: 20px
}

.product__banner-button.astro-dh62ia34 {
    height: 32px;
    font-size: 10px;
    padding: 8px 10px;
    gap: 3px;
    flex: 1;
    color: #9999a0;
    background: #ffffff;
    cursor: pointer;
}

.product__banner-button.astro-dh62ia34:hover {
    background-color: #f5f5f5;
}

.product__banner-button.astro-dh62ia34 b.astro-dh62ia34 {
    color: #00050f
}

.product__header.astro-dh62ia34 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
}

.product__heading.astro-dh62ia34 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.product__heading.astro-dh62ia34 h2.astro-dh62ia34 {
    font-size: 24px;
    font-weight: 500;
    color: #00050f;
    line-height: 130%
}

.product__categories.astro-dh62ia34 {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #85858c;
    width: 70%
}

.product__info.astro-dh62ia34 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 32px;
    background: #f5f5f5
}

.product__info-contacts.astro-dh62ia34 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 300px
}

.product__info-contacts-link.astro-dh62ia34 {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    color: #0085ae;
    margin-top: 8px
}

.product__info-contacts-btn.astro-dh62ia34 {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center
}

.product__info-block.astro-dh62ia34 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #606060
}

.product__info-block.astro-dh62ia34 b.astro-dh62ia34 {
    color: #d6d6d9;
    font-weight: normal
}

.product__info-socials.astro-dh62ia34 {
    display: flex;
    justify-content: space-between;
    max-width: 300px
}

.product__about.astro-dh62ia34 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.product__about.astro-dh62ia34 span.astro-dh62ia34 {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    color: #313135;
    margin: 0
}

.product__about_hide.astro-dh62ia34 {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 768px) {
    .product.astro-dh62ia34 {
        margin-top: 32px;
        gap: 32px;
        padding: 0 50px
    }

    .product__header.astro-dh62ia34 {
        gap: 24px
    }

    .product__heading.astro-dh62ia34 {
        font-size: 30px;
        line-height: 36px
    }

    .product__about.astro-dh62ia34 {
        font-size: 15px;
        line-height: 22.5px
    }
}

@media (min-width: 1440px) {
    .product.astro-dh62ia34 {
        gap: 40px
    }

    .product__banner.astro-dh62ia34 {
        height: 377px
    }

    .product__banner-logo.astro-dh62ia34 {
        left: 24px;
        top: 24px;
        bottom: auto;
        width: 329px;
        height: 329px
    }

    .product__banner-buttons.astro-dh62ia34 {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        top: 24px;
        left: 369px
    }

    .product__header.astro-dh62ia34 {
        flex: 1;
        flex-direction: row;
        flex-wrap: wrap
    }

    .product__heading.astro-dh62ia34 {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
        order: 1
    }

    .product__info.astro-dh62ia34 {
        width: auto;
        order: 3
    }

    .product__info-contact.astro-dh62ia34 {
        align-items: flex-start
    }

    .product__info-contacts-link.astro-dh62ia34 {
        display: block;
        width: 100%
    }

    .product__info-contacts-btn.astro-dh62ia34 {
        display: none
    }

    .product__about.astro-dh62ia34 {
        flex: 1;
        order: 2
    }

    .product__about_hide.astro-dh62ia34 {
        -webkit-line-clamp: 8
    }
}

.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--secondary.astro-t7bvf3dj .select-selected {
    background: #f5f5f5;
    color: #00050f;
    border: none;
    padding: 16px;
    height: auto
}

.select--secondary.astro-t7bvf3dj .select-selected:hover {
    background: #0085ae;
    color: #ffffff
}

.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--withoutIcon.astro-t7bvf3dj .select-selected-icon {
    display: none
}

.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;
    height: auto
}

.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--right.astro-t7bvf3dj .select-items {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 10px
}

.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
}

.radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c02222
}

@media (min-width: 1440px) {
    .radio.astro-gu2kd5zw {
        font-size: 15px
    }

    .checkmark.astro-gu2kd5zw {
        height: 20px;
        width: 20px
    }

    .radio.astro-gu2kd5zw .checkmark.astro-gu2kd5zw:after {
        width: 8px;
        height: 8px
    }
}

.button.astro-vnzlvqnm {
    text-align: center;
    border: none
}

.button.astro-vnzlvqnm:hover {
    cursor: pointer
}

.button--primary.astro-vnzlvqnm {
    padding: 15px 32px;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    line-height: 15px
}

.button--primary.astro-vnzlvqnm:hover {
    background: #161b4f;
    color: #ffffff
}

.button--secondary.astro-vnzlvqnm {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border: 1px solid #d6d6d9;
    font-size: 14px;
    color: #00050f;
    text-transform: none;
    background: none;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0
}

.button--secondary.astro-vnzlvqnm:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.button--tertiary.astro-vnzlvqnm {
    padding: 16px 24px;
    border-radius: 5px;
    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--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%
}

.button--small.astro-vnzlvqnm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    gap: 16px;
    height: 45px
}

.input.astro-qyqq6lvs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    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: #00050f
}

input.astro-qyqq6lvs:focus {
    color: #00050f;
    outline: none
}

input.astro-qyqq6lvs::placeholder {
    color: #85858c
}

.input__prefix.astro-qyqq6lvs,
.input__suffix.astro-qyqq6lvs {
    display: flex;
    font-size: 15px;
    line-height: 135%;
    color: #00050f
}

.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: #85858c
}

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--small.astro-qyqq6lvs {
    height: 40px
}

.input--small.astro-qyqq6lvs input.astro-qyqq6lvs {
    font-size: 12px;
    line-height: 16px
}

.input--medium.astro-qyqq6lvs {
    height: 56px
}

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: #00050f;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

a.astro-eimmu3lg:hover {
    color: #85858c;
    cursor: pointer
}

.burger__button.astro-barybgjo {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    gap: 16px
}

.burger__button-open.astro-barybgjo {
    display: flex
}

.burger__button-close.astro-barybgjo {
    display: none
}

.burger__menu.astro-barybgjo {
    display: none;
    position: fixed;
    top: 39px;
    left: 0;
    width: 100%;
    height: calc(100% - 39px);
    background: #f5f5f5;
    flex-direction: column;
    padding: 85px 16px 22.5px;
    gap: 16px;
    overflow-y: auto;
    z-index: 1
}

.burger__menu-group.astro-barybgjo {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.burger__menu-group.astro-barybgjo[data-section=scheme] {
    position: fixed;
    width: 100%;
    left: 0;
    top: 39px;
    padding: 22.5px 16px;
    background: #f5f5f5;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.burger__menu-group.astro-barybgjo[data-section=categories] {
    gap: 2px
}

.burger__menu-group.astro-barybgjo[data-section=address] {
    gap: 24px
}

.burger__menu-group.astro-barybgjo[data-section=contacts] {
    align-items: center
}

.burger__menu-title.astro-barybgjo {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #00050f
}

.burger__menu-link.astro-barybgjo {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #717179;
    cursor: pointer
}

.burger__menu.astro-barybgjo hr.astro-barybgjo {
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid #ebebec;
    margin: 0
}

.burger__menu-category.astro-barybgjo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 24px;
    cursor: pointer
}

.burger__menu-category.astro-barybgjo span.astro-barybgjo {
    flex: 1;
    font-size: 24px;
    line-height: 130%;
    color: #ffffff
}

.burger__menu-category.astro-barybgjo[data-type=catalog] {
    background: #ea580c
}

.burger__menu-category.astro-barybgjo[data-type=shop] {
    background: #e31f2c
}

.burger__menu-category.astro-barybgjo[data-type=brand] {
    background: #008031
}

.burger__menu-category.astro-barybgjo[data-type=catalog]:hover {
    background: #d64900
}

.burger__menu-category.astro-barybgjo[data-type=shop]:hover {
    background: #cd1d29
}

.burger__menu-category.astro-barybgjo[data-type=brand]:hover {
    background: #006627
}

.burger__menu-block.astro-barybgjo {
    display: flex;
    gap: 18px
}

.burger__menu-block-wrapper.astro-barybgjo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.burger__menu-block-text.astro-barybgjo {
    font-size: 14px;
    line-height: 130%;
    color: #606060
}

.burger__menu-block-link.astro-barybgjo {
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    color: #00050f
}

.burger__menu-phone.astro-barybgjo {
    font-size: 20px;
    line-height: 130%;
    color: #5e5e64
}

.burger__menu-social.astro-barybgjo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.burger__menu-social.astro-barybgjo span.astro-barybgjo {
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #5e5e64
}

.burger--active.astro-barybgjo .burger__button-close.astro-barybgjo,
.burger--active.astro-barybgjo .burger__menu.astro-barybgjo {
    display: flex
}

.burger--active.astro-barybgjo .burger__button-open.astro-barybgjo {
    display: none
}

@media (min-width: 1024px) {
    .burger__menu.astro-barybgjo {
        padding: 22.5px 16px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 50px
    }

    .burger__button-close.astro-barybgjo {
        width: 280px
    }

    .burger__menu-group.astro-barybgjo[data-section=scheme] {
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        background: transparent;
        padding: 0;
        flex-basis: calc(45% - 25px);
        justify-content: flex-start;
        order: 1;
        gap: 50px
    }

    .burger__menu-group.astro-barybgjo[data-section=visitors] {
        order: 4
    }

    .burger__menu-group.astro-barybgjo[data-section=rents] {
        order: 5
    }

    .burger__menu-group.astro-barybgjo[data-section=categories] {
        gap: 2px;
        order: 3;
        width: 280px
    }

    .burger__menu-group.astro-barybgjo[data-section=address] {
        flex-basis: calc(55% - 25px);
        flex-direction: row;
        flex-grow: 1;
        order: 2;
        gap: 24px;
        justify-content: flex-end
    }

    .burger__menu-group.astro-barybgjo[data-section=rents] .button.astro-barybgjo {
        margin-top: auto
    }

    .burger__menu-group.astro-barybgjo[data-section=contacts] {
        order: 6;
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }

    .burger__menu-social.astro-barybgjo {
        flex-direction: row
    }

    .burger__menu-social.astro-barybgjo span.astro-barybgjo {
        width: auto
    }

    .burger__menu.astro-barybgjo hr.astro-barybgjo {
        display: none
    }
}

@media (min-width: 1440px) {
    .burger__menu.astro-barybgjo {
        padding: 24px 40px;
        z-index: auto;
        column-gap: 100px
    }

    .burger__button-close.astro-barybgjo {
        width: 313px
    }

    .burger__menu-group.astro-barybgjo[data-section=scheme] {
        flex-basis: calc(50% - 50px);
        gap: 100px
    }

    .burger__menu-group.astro-barybgjo[data-section=address] {
        flex-basis: calc(50% - 50px)
    }

    .burger__menu-group.astro-barybgjo[data-section=categories] {
        width: 313px
    }
}

/* header.astro-3ef6ksr2 { */
/*     width: 100%; */
/*     padding: 22.5px 16px; */
/*     background: #ffffff; */
/*     box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.08); */
/*     border-bottom: 1px #dfdfdf solid; */
/*     justify-content: space-between; */
/*     align-items: center; */
/*     display: flex; */
/*     position: fixed; */
/*     top: 39px; */
/*     z-index: 1000 */
/* } */

/* header.astro-3ef6ksr2.header--search { */
/*     padding: 7px 20px */
/* } */

/* .header--search.astro-3ef6ksr2 nav.astro-3ef6ksr2 { */
/*     display: none */
/* } */

/* nav.astro-3ef6ksr2 { */
/*     width: 100%; */
/*     display: flex; */
/*     align-items: center; */
/*     justify-content: space-between */
/* } */

/* .nav__left.astro-3ef6ksr2, */
/* .nav__right.astro-3ef6ksr2 { */
/*     display: flex; */
/*     align-items: center; */
/*     gap: 24px */
/* } */

/* .nav__right.astro-3ef6ksr2 { */
/*     display: none */
/* } */

/* .burger.astro-3ef6ksr2 { */
/*     display: flex */
/* } */

/* .links.astro-3ef6ksr2 { */
/*     height: 20px; */
/*     justify-content: flex-start; */
/*     align-items: center; */
/*     gap: 24px; */
/*     display: none */
/* } */

/* .menu-mobile.astro-3ef6ksr2 .links.astro-3ef6ksr2 { */
/*     display: flex */
/* } */

/* .logo.astro-3ef6ksr2 { */
/*     position: absolute; */
/*     left: calc(50% - 100px); */
/*     height: 27px; */
/*     width: 200px; */
/*     background-image: url(/images/logo.svg); */
/*     background-repeat: no-repeat; */
/*     background-size: contain */
/* } */

/* .schedule.astro-3ef6ksr2 { */
/*     display: none */
/* } */

/* .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 { */
/*     display: none */
/* } */

/* .search__result.astro-3ef6ksr2 { */
/*     display: none; */
/*     flex-direction: column; */
/*     position: fixed; */
/*     background: #ffffff; */
/*     top: 136px; */
/*     right: 187px; */
/*     padding: 24px; */
/*     width: 680px */
/* } */

/* .search__result.astro-3ef6ksr2 hr.astro-3ef6ksr2 { */
/*     width: 100%; */
/*     height: 0; */
/*     border: 0; */
/*     border-top: 1px solid #ebebec; */
/*     margin: 24px 0 */
/* } */

/* .search__result-group.astro-3ef6ksr2 { */
/*     display: flex; */
/*     flex-direction: column */
/* } */

/* .search__result-group-title.astro-3ef6ksr2 { */
/*     font-weight: 700; */
/*     font-size: 14px; */
/*     line-height: 130%; */
/*     text-transform: uppercase; */
/*     color: #00050f; */
/*     padding-left: 64px */
/* } */

/* .search__result-group-list.astro-3ef6ksr2 { */
/*     display: flex; */
/*     flex-direction: column; */
/*     gap: 8px; */
/*     margin-top: 24px */
/* } */

/* .search__result-group-list-item.astro-3ef6ksr2 { */
/*     display: flex; */
/*     align-items: center; */
/*     gap: 24px; */
/*     cursor: pointer */
/* } */

/* .search__result-group-list-item.astro-3ef6ksr2:hover { */
/*     background: #f5f5f5 */
/* } */

/* .search__result-group-photo.astro-3ef6ksr2 { */
/*     width: 40px; */
/*     height: 40px */
/* } */

/* .search__result-group-name.astro-3ef6ksr2 { */
/*     flex: 1; */
/*     font-size: 14px; */
/*     line-height: 130%; */
/*     color: #00050f */
/* } */

/* .search__result-group-location.astro-3ef6ksr2 { */
/*     display: flex; */
/*     gap: 24px; */
/*     align-items: center */
/* } */

/* .search__result-group-place.astro-3ef6ksr2 { */
/*     display: flex; */
/*     gap: 16px; */
/*     align-items: center */
/* } */

/* .search__result-group-place.astro-3ef6ksr2 .vr.astro-3ef6ksr2 { */
/*     width: 1px; */
/*     height: 18px; */
/*     background: #ebebec */
/* } */

/* .search__result-group-building.astro-3ef6ksr2 { */
/*     font-weight: 500; */
/*     font-size: 14px; */
/*     line-height: 130%; */
/*     color: #008031 */
/* } */

/* .search__result-group-floor.astro-3ef6ksr2 { */
/*     font-weight: 500; */
/*     font-size: 14px; */
/*     line-height: 130%; */
/*     color: #00050f */
/* } */

/* #cancel-search.astro-3ef6ksr2 { */
/*     cursor: pointer */
/* } */

/* @media (min-width: 768px) { */
/*     header.astro-3ef6ksr2.header--search { */
/*         padding: 15px 40px */
/*     } */

/*     .buttons.astro-3ef6ksr2>:last-child.astro-3ef6ksr2 { */
/*         display: block */
/*     } */
/* } */

/* @media (min-width: 1024px) { */
/*     header.astro-3ef6ksr2.header--search { */
/*         padding: 14.5px 40px */
/*     } */

/*     .search.astro-3ef6ksr2 { */
/*         max-width: 1040px; */
/*         margin: 0 auto; */
/*         gap: 80px */
/*     } */

/*     .schedule.astro-3ef6ksr2 { */
/*         display: flex; */
/*         align-items: center; */
/*         white-space: nowrap; */
/*         gap: 8px; */
/*         cursor: pointer */
/*     } */

/*     .schedule.astro-3ef6ksr2 span.astro-3ef6ksr2 { */
/*         font-size: 14px; */
/*         line-height: 17px; */
/*         color: #717179; */
/*         border-bottom: 1px dashed #717179 */
/*     } */

/*     .schedule.astro-3ef6ksr2:hover svg.astro-3ef6ksr2 { */
/*         stroke: #00050f */
/*     } */

/*     .schedule.astro-3ef6ksr2:hover span.astro-3ef6ksr2 { */
/*         color: #00050f; */
/*         border-bottom: 1px solid transparent */
/*     } */

/*     .search__form.astro-3ef6ksr2 { */
/*         display: block; */
/*         width: 337px */
/*     } */
/* } */

/* @media (min-width: 1440px) { */
/*     header.astro-3ef6ksr2 { */
/*         padding: 24px 50px */
/*     } */

/*     .burger.astro-3ef6ksr2 { */
/*         display: none */
/*     } */

/*     .links.astro-3ef6ksr2 { */
/*         display: flex */
/*     } */

/*     .buttons.astro-3ef6ksr2 { */
/*         display: none */
/*     } */

/*     .nav__right.astro-3ef6ksr2 { */
/*         display: flex */
/*     } */
/* } */

/* .news-ticker.astro-vwwdis5a { */
/*     position: fixed; */
/*     top: 0; */
/*     width: 100%; */
/*     overflow: hidden; */
/*     white-space: nowrap; */
/*     background-color: #000000; */
/*     color: #ffffff; */
/*     padding: 12px 0; */
/*     font-size: 12px; */
/*     line-height: 15px; */
/*     text-transform: uppercase; */
/*     z-index: 1000 */
/* } */

/* .news-ticker__content.astro-vwwdis5a { */
/*     display: inline-block; */
/*     animation: scroll 30s linear infinite */
/* } */

/* .news-ticker__item.astro-vwwdis5a { */
/*     position: relative; */
/*     display: inline-flex; */
/*     align-items: center; */
/*     padding-right: 24px */
/* } */

/* .news-ticker__item.astro-vwwdis5a:after { */
/*     content: ""; */
/*     position: absolute; */
/*     right: 10px; */
/*     width: 4px; */
/*     height: 4px; */
/*     border-radius: 50%; */
/*     background: #ffffff; */
/*     opacity: 0.2 */
/* } */

/* @keyframes scroll { */
/*     from { */
/*         transform: translateX(0) */
/*     } */

/*     to { */
/*         transform: translateX(-50%) */
/*     } */
/* } */

main.astro-ouamjn2i {
    display: flex;
    flex-direction: column;
    padding-top: 98px
}

#scroll-up {
    display: none
}

@media (min-width: 1024px) {
    main.astro-ouamjn2i {
        padding-top: 125px
    }
}

@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
    }
}

.card.astro-ralf33ae {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    cursor: pointer
}

.card.astro-ralf33ae:hover {
    border: 1px solid #0085ae
}

.card__wrapper.astro-ralf33ae {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px;
    height: 100%;
    justify-content: center
}

.card__title.astro-ralf33ae {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #00050f
}

.card__image.astro-ralf33ae {
    max-width: 100%;
    width: 100%
}

.card__image.astro-ralf33ae img.astro-ralf33ae {
    object-fit: contain
}

.card__category.astro-ralf33ae {
    font-size: 10px;
    color: #606060
}

.card__map.astro-ralf33ae {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
    height: 100%;
    align-content: flex-end;
}

.card__info.astro-ralf33ae {
    padding: 8px;
    font-size: 12px;
    line-height: 130%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.card__place.astro-ralf33ae {
    color: #008031
}

.card__divider.astro-ralf33ae {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #D6D6D9;
}

.card__location.astro-ralf33ae {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px
}

.card__in-sheme.astro-ralf33ae {
    text-align: right;
    text-decoration: underline;
    align-self: flex-end
}

/* End */
/* /brands/style.css?174947211747622 */
/* /local/templates/main2025/components/bitrix/news/shops-brands/bitrix/news.detail/brands/style.css?174947249950673 */
