

/* Start:/brands/style.css?175076690447622*/
.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/system.pagenavigation/shop_custom/style.min.css?1750766906675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /brands/style.css?175076690447622 */
/* /local/templates/main2025/components/bitrix/system.pagenavigation/shop_custom/style.min.css?1750766906675 */
