

/* Start:/bitrix/templates/gar_new/style/reset.css?1659352381622*/
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
/* End */


/* Start:/bitrix/templates/gar_new/style/index.min.css?174185616131012*/
a, body {
    color: #0b273d
}

.favorite, .icon, .link {
    cursor: pointer
}

.field-input, .h-border {
    border: .8px solid #e7e9ec
}

.btn-cart span, .btn-cart svg {
    margin-left: 8px;
    transition: .3s
}

.btn-cart, .btn-cart span, .btn-cart svg, .favorite, .h-border, .icon, .link {
    transition: .3s
}

.field-input, .file__item:last-child {
    margin-bottom: 10px
}

.bread > *, .file__description p, .file__item span {
    white-space: nowrap
}

.bold, .btn-cart, .h1, .h2, .h3, .h4, .h5, .hint span {
    font-weight: 700
}

@font-face {
    font-family: TTNorms;
    font-display: swap;
    src: url("/bitrix/templates/gar_new/style/../fonts/TTNorms.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TTNorms;
    font-display: swap;
    src: url("/bitrix/templates/gar_new/style/../fonts/TTNorms-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    font-family: TTNorms, sans-serif, Arial, Helvetica;
    display: flex;
    flex-direction: column
}

* {
    box-sizing: border-box;
    font-variant-ligatures: none
}

input {
    outline: 0
}

.h1 {
    font-size: 32px;
    line-height: 40px
}

.h2 {
    font-size: 22px;
    line-height: 30px
}

.h3 {
    font-size: 18px;
    line-height: 24px
}

.h4 {
    font-size: 16px;
    line-height: 20px
}

.h5 {
    font-size: 12px;
    line-height: 16px
}

.p1 {
    font-size: 20px;
    line-height: 28px
}

.p2 {
    font-size: 16px;
    line-height: 24px
}

.p3 {
    font-size: 12px;
    line-height: 16px
}

.p15 {
    font-size: 15px;
    line-height: 20px
}

.container {
    width: 1350px;
    margin-right: auto;
    margin-left: auto
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

.blue, .link:hover, a.hint span, a:hover .link {
    color: #3d9cea
}

.link:hover .icon, a:hover .link .icon {
    fill: #3D9CEA
}

.gray {
    color: #99a4ae
}

.bread .link:hover, .darkblue {
    color: #0b273d
}

.orange {
    color: #f9955e
}

.hint span a, .white, a.hint:hover span {
    color: #fff
}

.green {
    color: #39c199
}

.red {
    color: #e95252
}

.crossed {
    text-decoration: line-through
}

.favorite {
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/templates/gar_new/style/../icons/heart-light.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.inputIcon {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translate(0, -50%)
}

.blur, .popup {
    position: fixed;
    z-index: -1
}

.favorite:hover {
    background-image: url(/bitrix/templates/gar_new/style/../icons/heart-heavy.svg)
}

.favorite.active {
    background-image: url(/bitrix/templates/gar_new/style/../icons/heart-filled.svg)
}

.btn-cart span, .btn-cart:hover {
    background: #3d9cea;
    color: #fff
}

.favorite.active:hover {
    background-image: url(/bitrix/templates/gar_new/style/../icons/heart-broken.svg)
}

.h-border {
    border-radius: 8px
}

.arrow-button:hover, .h-border.active, .h-border:hover {
    border: 1.6px solid #0b273d
}

.btn-cart {
    min-width: 192px;
    width: 192px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    color: #3d9cea;
    border: 1.6px solid #3d9cea;
    border-radius: 8px
}

.add_to_cart-button:hover .icon, .btn-cart:hover svg, a.hint:hover span path {
    fill: #fff
}

.btn-cart span {
    height: 20px;
    min-width: 20px;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px
}

.btn-cart:hover span {
    color: #3d9cea;
    background: #fff
}

.body-fixed {
    overflow: hidden
}

.blur {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: rgba(11, 39, 61, .5);
    opacity: 0;
    transition-property: opacity, z-index;
    transition-duration: .3s
}

.popup, .popup > .preloader {
    background: #fff
}

.blur.active {
    z-index: 10;
    opacity: 1;
    transition-property: opacity
}

.popup {
    display: none;
    border-radius: 16px;
    width: 478px;
    padding: 43px 48px 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.add_to_cart-button, div.js-popup-close {
    width: 38px;
    height: 38px;
    align-items: center;
    cursor: pointer
}

.popup.active {
    z-index: 12;
    display: block
}

div.js-popup-close {
    position: absolute;
    display: flex;
    justify-content: center
}

.popup .popup__wrap > .js-popup-close img, .popup > .js-popup-close img {
    transition: .3s;
    opacity: .5
}

.field-error.active, .field-input:focus + p.field-name, .field-input:not(:placeholder-shown) + p.field-name, .popup .popup__wrap > .js-popup-close:hover img, .popup > .js-popup-close:hover img {
    opacity: 1
}

.add_to_cart-button.active .icon, .file__input, .js-popup-open .icon-close, .js-popup-open.active .icon-open, .rating-input {
    display: none
}

.js-popup-open.active .icon-close {
    display: block
}

.add_to_cart-button {
    min-width: 38px;
    margin-left: 9px;
    background: #eff7fd;
    display: flex;
    justify-content: center;
    transition: .3s;
    border-radius: 8px;
    position: relative
}

.add_to_cart-button.active, .add_to_cart-button:hover {
    background: #3d9cea
}

.add_to_cart-button.active::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/bitrix/templates/gar_new/style/../images/catalog/tick-white.svg)
}

.add_to_cart-button::after {
    content: '+1';
    position: absolute;
    top: -15px;
    width: 21px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .85);
    font-size: 13px;
    line-height: 16px;
    color: #3d9cea;
    font-weight: 700;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.add_to_cart-button.active:hover::after, .field.js-valid .field-tick {
    opacity: 1;
    z-index: 1
}

.add_to_cart-button.disabled {
    background: #e7e9ec;
    pointer-events: none
}

.add_to_cart-button.disabled .icon {
    fill: #99A4AE
}

.field {
    display: flex;
    position: relative
}

.field-tick, p.field-error, p.field-name {
    position: absolute;
    opacity: 0;
    transition: .3s
}

.field-input {
    width: 100%;
    height: 56px;
    padding: 15px 48px 17px 20px;
    outline: 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 21px;
    transition: .3s;
    margin-top: 10px
}

.field-input:focus {
    padding: 15px 48px 17px 19.2px;
    border: 1.6px solid #0b273d
}

.field-input::placeholder {
    transition: .3s;
    color: #99a4ae
}

.field-input:focus::placeholder {
    opacity: 0
}

p.field-error, p.field-name {
    z-index: 1;
    font-size: 12px;
    line-height: 16px;
    left: 15px;
    padding: 0 6px;
    background: #fff;
    transform: translate(0, -50%)
}

.field-tick {
    top: 32px;
    right: 22px;
    z-index: -1
}

p.field-name {
    top: 10px;
    color: #99a4ae
}

.field-error {
    color: #e95252;
    top: calc(100% - 10px)
}

.file__mock, .js-accordion-wrap.active > .catalog-nav-links__item {
    color: #3d9cea
}

.field--checkbox {
    width: fit-content;
    display: flex;
    align-items: center;
    cursor: pointer
}

.checkbox__input, .field.radio input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0
}

.checkbox, .checkbox__mock {
    display: flex;
    align-items: center
}

.checkbox {
    cursor: pointer;
    position: relative
}

.checkbox.black .checkbox__input:checked + .checkbox__mock {
    background: #0b273d
}

.checkbox__input {
    position: absolute;
    opacity: 0
}

.checkbox__mock {
    width: 16px;
    height: 16px;
    justify-content: center;
    position: relative;
    border: .8px solid #e7e9ec;
    border-radius: 4px;
    transition: .3s
}

.arrow-button, .field--switch {
    align-items: center;
    cursor: pointer
}

.checkbox:hover .checkbox__mock {
    border-color: #0b273d
}

.checkbox__mock:not(:last-child) {
    margin-right: 8px
}

.checkbox__mock::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(/bitrix/templates/gar_new/style/../images/header/tick.svg) 0 0/contain;
    transition: .3s;
    opacity: 0
}

.checkbox.black .checkbox__mock::before {
    background: url(/bitrix/templates/gar_new/style/../images/header/tick-white.svg)
}

.checkbox__input:checked + .checkbox__mock::before, .field.radio input:checked + .radio__mock::before, .hint.shown {
    opacity: 1
}

.show_password {
    position: absolute;
    top: 28px;
    right: 18px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/gar_new/style/../icons/password-show.svg);
    cursor: pointer
}

.field--rating .field-error.active, .mark_block__wrap {
    position: relative
}

.show_password.active {
    background: url(/bitrix/templates/gar_new/style/../icons/password-hide.svg)
}

.field textarea {
    resize: none
}

.field.radio {
    display: flex;
    width: fit-content;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0
}

.field.radio input {
    opacity: 0;
    position: absolute
}

.field.radio .radio__mock {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 16px;
    margin-top: 3px;
    min-height: 18px;
    border: .8px solid #e7e9ec;
    border-radius: 50%;
    position: relative
}

.field.radio .radio__mock::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #0b273d;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    transition: .3s;
    opacity: 0
}

.arrow-button {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    transition: .3s;
    border: .8px solid #e7e9ec;
    border-radius: 6px
}

.arrow-button:hover .icon {
    fill: #0B273D
}

.field--rating {
    width: fit-content;
    display: flex;
    align-items: flex-start;
    padding: 0;
    flex-direction: row-reverse
}

.rating-description {
    order: 1;
    margin-right: 23px
}

.field--rating .field-error {
    padding: 0;
    background: 0 0;
    left: 0;
    position: absolute;
    transform: none;
    margin-top: 4px
}

.rating-mock {
    margin-top: 3px;
    width: 24px;
    height: 16px;
    cursor: pointer
}

.rating-mock::before {
    content: url(/bitrix/templates/gar_new/style/../icons/mark.svg)
}

.rating-input:checked ~ .rating-mock::before, .rating-mock:hover::before, .rating-mock:hover ~ .rating-mock::before {
    content: url(/bitrix/templates/gar_new/style/../icons/mark-full.svg)
}

.mark_block__wrap {
    width: 112px;
    display: flex;
    justify-content: space-between
}

.file__mock, .file__mock .file__description {
    width: fit-content
}

.mark_block > img {
    width: 16px;
    height: 16px
}

.mark_block-upper {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.field--file {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.field--file .field-error {
    position: relative;
    left: 0;
    display: none;
    padding: 0;
    transform: none
}

.error-wrap.active, .field--file .field-error.active, .field-popup.active, .file__mock {
    display: block
}

.file__mock {
    padding: 6px 18px 8px;
    border: .8px solid #3d9cea;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s
}

.breadcrumbs-accordion, .error-wrap, .field--file.js-invalid .file__hint, .file__mock.disabled {
    display: none
}

.file__mock:hover {
    background: #3d9cea;
    color: #fff
}

.field--file.js-invalid .field-error {
    display: block;
    opacity: 1
}

.field--file .field-error, .file__hint {
    width: 111px
}

.file__list {
    width: 115px
}

.file__item {
    position: relative;
    width: fit-content;
    display: block;
    padding: 5px 31px 9px 18px;
    background: #f7f7f8;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 4px
}

.file__item:first-child {
    margin-top: 0
}

.file__item::after {
    content: '';
    background: url(/bitrix/templates/gar_new/style/../icons/close.svg) 0 0/contain;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 11px;
    opacity: .5
}

.file__item::before {
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    right: 31px;
    top: 0;
    background: linear-gradient(270deg, #f7f7f8 0, rgba(247, 247, 248, 0) 100%)
}

.file__item span {
    display: block;
    max-width: 61px;
    overflow: hidden
}

.field-popup {
    width: 100%;
    max-height: 184px;
    padding: 16px 20px 18px;
    overflow: auto;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 6px);
    border-radius: 6px;
    border: .8px solid #e7e9ec;
    background: #fff;
    z-index: 10;
    scrollbar-color: #E7E9EC transparent;
    scrollbar-width: thin
}

.bread, .catalog-nav-links, .hint {
    overflow: hidden
}

.field--switch .switch__input:checked + .switch__mock, .hint, a.hint:hover {
    background: #3d9cea
}

.field-popup > p {
    margin-bottom: 12px
}

.field-popup > p:last-child {
    margin-bottom: 0
}

.field-popup::-webkit-scrollbar {
    width: 1.6px
}

.field-popup::-webkit-scrollbar-track {
    background: 0 0
}

.field-popup::-webkit-scrollbar-thumb {
    background: #e7e9ec
}

.field-popup .disabled, .field-popup .false {
    pointer-events: none;
    color: #99a4ae
}

.bread {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 16px;
    position: relative;
    padding-left: 0;
    list-style: none
}

.bread::after {
    content: '';
    width: 118px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #fff 3.73%, rgba(255, 255, 255, 0) 20.35%)
}

.bread > * {
    margin-right: 7px;
    margin-left: 7px
}

.bread > :first-child {
    margin-left: 0
}

.bread > :last-child {
    margin-right: 0
}

.link.blue {
    border-bottom: .8px solid transparent
}

.link.blue:hover {
    border-bottom: .8px solid #3d9cea
}

@media (max-width: 1439px) {
    .h1 {
        font-size: 26px;
        line-height: 34px
    }

    .h2 {
        font-size: 20px;
        line-height: 26px
    }

    .h3 {
        font-size: 16px;
        line-height: 20px
    }

    .h4 {
        font-size: 14px;
        line-height: 18px
    }

    .h5, .p3 {
        font-size: 12px;
        line-height: 16px
    }

    .p1 {
        font-size: 16px;
        line-height: 24px
    }

    .p2 {
        font-size: 14px;
        line-height: 20px
    }

    .container {
        width: 1140px
    }

    .btn-cart {
        width: 180px;
        min-width: 180px;
        height: 52px;
        font-size: 18px;
        line-height: 22px
    }

    .file__item, .file__mock {
        font-size: 14px
    }

    .btn-cart svg {
        width: 17px;
        height: 14px
    }

    .field-input {
        height: 52px;
        padding: 12px 48px 16px 20px;
        margin-top: 6px;
        margin-bottom: 6px
    }

    .field.radio .radio__mock {
        margin-top: 0;
        margin-right: 12px
    }

    p.field-name {
        top: 6px
    }

    .field-error {
        top: calc(100% - 8px)
    }

    .show_password {
        top: 22px
    }

    .field-tick {
        top: 26px;
        right: 22px
    }

    .bread {
        margin-bottom: 32px;
        margin-top: 12px
    }

    .mark_block__wrap {
        width: 98px
    }

    .mark_block__wrap > img, .rating-mock::before {
        width: 14px;
        height: 14px
    }

    .rating-description {
        margin-right: 20px
    }

    .rating-mock {
        width: 20px;
        height: 14px
    }

    .file__list {
        width: 101px
    }

    .field--file .field-error, .file__hint {
        width: 91px;
        margin-left: 117px;
        margin-top: 6px;
        width: fit-content
    }

    .file__item {
        padding: 5px 25px 7px 15px
    }

    .file__item::before {
        height: 32px;
        right: 26px
    }

    .field--file {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .file__description {
        margin-right: 16px
    }
}

.field--switch {
    display: flex
}

.field--switch .switch__input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

.field--switch .switch__mock {
    position: relative;
    width: 29px;
    min-width: 29px;
    min-height: 16px;
    height: 16px;
    border-radius: 16px;
    transition: .3s;
    background: #e7e9ec;
    margin-right: 8px;
    display: flex;
    align-items: center
}

.field--switch .switch__mock::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #f7f7f8;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    transition: .3s
}

.field--switch .switch__input:checked + .switch__mock::before {
    left: 16px
}

.hint {
    width: 100%;
    border-radius: 8px;
    transition: .3s;
    opacity: 0;
    max-height: 0
}

.hint span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.hint span svg {
    margin-left: 6px
}

a.hint {
    display: block;
    background: #eff7fd;
    cursor: pointer
}

.preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(6px);
    border-radius: inherit
}

.preloader-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.preloader-animation {
    height: 8px;
    width: 32px;
    display: flex;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    top: 50%
}

.popup .preloader {
    min-height: 100px;
    z-index: 12
}

.popup .preloader-animation {
    position: relative;
    transform: translateY(-50%)
}

.preloader-animation .preloader-animation-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3d9cea;
    animation: .5s linear infinite preloader-move;
    margin-right: 5px
}

.preloader-animation .preloader-animation-circle:first-child {
    position: absolute;
    top: 0;
    left: 0;
    animation: .5s linear infinite preloader-grow
}

.preloader-animation .preloader-animation-circle:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    animation: .5s linear infinite reverse preloader-grow
}

@keyframes preloader-grow {
    from {
        transform: scale(0, 0);
        opacity: 0
    }
    to {
        transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes preloader-move {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(12px)
    }
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.error-wrap__title, .form-error {
    color: #e95252;
    font-size: 12px;
    line-height: 16px
}

@media screen and (max-width: 1199px) {
    .popup {
        background: #fff
    }

    .container {
        width: 690px
    }

    .h-border:hover {
        border-color: #e7e9ec
    }
}

.catalog__side {
    width: 250px
}

.catalog-nav-links__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px
}

.catalog-nav-links {
    max-height: 0;
    transition: .3s
}

.js-accordion-wrap.active .catalog-nav-links {
    max-height: 100%;
}

.catalog-nav-links-inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    padding-left: 29px
}

.catalog-nav > .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.catalog-nav > .link.promo {
    justify-content: flex-start;
    column-gap: 8px
}

.catalog-nav.active > .link {
    margin-bottom: 16px;
    color: #3d9cea
}

.catalog-nav.active > .link .icon {
    fill: #3D9CEA;
    transform: rotate(-90deg)
}

.js-accordion-wrap.active > .catalog-nav-links__item svg, .js-accordion-wrap.active > .catalog-nav-links__item svg path {
    fill: #3D9CEA
}

.catalog-nav-links-inner .catalog-nav-links__item {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px
}

.catalog-nav-links__item:last-child {
    margin-bottom: 0
}

.catalog-nav-links__item svg {
    margin-right: 12px
}

.catalog-nav {
    padding-top: 20px;
    padding-bottom: 22px;
    border-top: .8px solid #e7e9ec
}

.catalog-nav:last-child {
    border-bottom: .8px solid #e7e9ec
}

.active > .catalog-nav-links-inner {
    margin-bottom: 24px
}

.catalog-nav-links__item--arrow {
    margin-left: auto;
    transform: rotate(90deg);
    margin-right: 0 !important
}

.js-accordion-wrap.active > .catalog-nav-links__item .catalog-nav-links__item--arrow {
    transform: rotate(0)
}

@media (max-width: 1439px) {
    .catalog__side {
        width: 230px
    }

    .catalog-nav > .link {
        font-size: 20px;
        line-height: 28px
    }

    .catalog-nav-links__item {
        margin-bottom: 8px
    }

    .active > .catalog-nav-links-inner {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .bread {
        margin-bottom: 20px;
        margin-top: 7px
    }

    .h1 {
        font-size: 16px;
        line-height: 20px
    }

    .h2 {
        font-size: 11px;
        line-height: 15px
    }

    .h3 {
        font-size: 9px;
        line-height: 12px
    }

    .h4 {
        font-size: 8px;
        line-height: 10px
    }

    .h5 {
        font-size: 6px;
        line-height: 12px
    }

    .p1 {
        font-size: 10px;
        line-height: 14px
    }

    .p2 {
        font-size: 8px;
        line-height: 12px
    }

    .p3, p.field-error, p.field-name {
        font-size: 6px;
        line-height: 8px
    }

    .checkbox__mock {
        width: 8px;
        height: 8px;
        border-radius: 2px
    }

    .checkbox__mock::before {
        width: 5px;
        height: 5px;
        background-image: url(/bitrix/templates/gar_new/style/../images/header/tick-white.svg) !important;
        background-size: contain !important
    }

    .arrow-button {
        width: 24px;
        height: 24px;
        border-radius: 4px
    }

    .arrow-button .icon {
        width: 6px;
        height: 9px
    }

    .add_to_cart-button {
        width: 21px;
        height: 21px;
        min-width: 21px;
        margin-left: 6px;
        border-radius: 5px
    }

    .add_to_cart-button .icon {
        height: 9px;
        width: 9px
    }

    .add_to_cart-button.active::before {
        width: 9px;
        height: 9px;
        background-size: contain
    }

    .add_to_cart-button::after {
        font-size: 8px;
        line-height: 10px;
        border-radius: 2px;
        top: -9px;
        width: 13px;
        height: 12px
    }

    .field-input {
        height: 27px;
        padding: 8px 25px 9px 10px;
        font-size: 8px;
        line-height: 11px;
        border-radius: 4px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .field-input:focus {
        padding: 8px 25px 9px 9.2px
    }

    p.field-error, p.field-name {
        left: 8px;
        padding: 0 3px
    }

    p.field-name {
        top: 5px
    }

    .field-tick {
        top: 14px;
        right: 11px;
        width: 7px;
        height: 7px
    }

    .field-error {
        top: calc(100% - 6px)
    }

    .field.radio .radio__mock {
        margin-right: 7px;
        width: 11px;
        min-width: 11px;
        height: 11px;
        min-height: 11px
    }

    .field.radio .radio__mock::before {
        width: 5px;
        height: 5px;
        left: 2px;
        top: 2px
    }

    .field--switch .switch__mock {
        width: 18px;
        min-width: 18px;
        height: 10px;
        min-height: 10px;
        border-radius: 10px;
        margin-right: 5px
    }

    .field--switch .switch__mock::before {
        width: 6px;
        height: 6px;
        left: 2px
    }

    .field--switch .switch__input:checked + .switch__mock::before {
        left: 10px
    }

    .mark_block__wrap {
        width: 63px
    }

    .mark_block__wrap > img, .rating-mock::before {
        width: 9px;
        height: 9px
    }

    .favorite {
        width: 12px;
        height: 12px
    }

    .file__mock {
        font-size: 9px;
        padding: 4px 11px 5px;
        border-radius: 5px
    }

    .field--file .field-error, .file__hint {
        width: 57px
    }

    .file__list {
        width: 63px
    }

    .file__item {
        padding: 3px 16px 4px 9px
    }

    .file__item:last-child {
        margin-bottom: 6px
    }

    .file__item::before {
        width: 19px;
        height: 19px;
        right: 15px
    }

    .file__item::after {
        width: 7px;
        height: 7px;
        right: 9px;
        top: 4px;
        background-size: 7px 7px
    }

    .rating-mock {
        width: 12px;
        height: 9px;
        margin-top: 2px
    }

    .catalog__side {
        width: 143px
    }

    .catalog-nav-links__item {
        font-size: 11px;
        line-height: 16px
    }

    .catalog-nav-links__item .catalog-nav-links__item--arrow, .catalog-nav > .link .icon {
        width: 8px
    }

    .catalog-nav-links-inner .catalog-nav-links__item {
        font-size: 9px;
        line-height: 12px
    }

    .catalog-nav > .link {
        font-size: 12px;
        line-height: 17px
    }
}

@media screen and (max-width: 767px) {
    .bread--mobile, .bread-nav:last-child {
        border-bottom: .8px solid #e7e9ec
    }

    .container {
        width: 330px
    }

    .link:hover {
        color: #0b273d
    }

    .bread {
        display: none
    }

    .breadcrumbs-accordion {
        display: block;
        margin-bottom: 16px;
        margin-top: 10px
    }

    .bread--mobile {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px
    }

    .bread--mobile > a {
        display: flex;
        align-items: center
    }

    .bread--mobile > a img {
        width: 10px;
        height: 10px;
        margin-right: 6px;
        transform: rotate(90deg)
    }

    .bread--mobile > .js-accordion-button .icon {
        width: 10px;
        height: 10px;
        margin-left: 6px
    }

    .bread--mobile > .js-accordion-button {
        transition: .3s;
        display: flex;
        align-items: center
    }

    .bread-nav {
        padding-top: 16px;
        padding-bottom: 18px;
        border-top: .8px solid #e7e9ec
    }

    .bread-nav > .link {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        line-height: 28px
    }

    .bread-nav-links, .breadcrumbs-accordion > .js-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: .3s
    }

    .bread-nav-links__item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 26px
    }

    .bread-nav-links-inner {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s;
        padding-left: 29px
    }

    .bread-nav-links-inner .bread-nav-links__item {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 20px
    }

    .bread-nav.active > .bread-nav-links-inner {
        margin-bottom: 16px
    }

    .bread-nav-links__item .icon {
        margin-right: 12px
    }

    .bread-nav.active > .link, .breadcrumbs-accordion.active .bread--mobile .js-accordion-button, .js-accordion-wrap.active > .bread-nav-links__item.js-accordion-button {
        color: #3d9cea
    }

    .bread-nav-links .bread-nav-links__item:first-child {
        margin-top: 16px
    }

    .bread-nav-links-inner .bread-nav-links__item:first-child {
        margin-top: 0
    }

    .bread-nav .link.bold:hover .icon {
        fill: #99A4AE
    }

    .bread-nav.js-accordion-wrap.active > .js-accordion-button .icon, .breadcrumbs-accordion.active .bread--mobile .js-accordion-button .icon {
        fill: #3D9CEA;
        transform: rotate(90deg)
    }

    .bread-nav-links__item:hover .icon, .catalog-nav-links__item:hover .icon, .catalog-nav > .link:hover .icon {
        fill: #0B273D
    }

    .catalog-nav.active > .link .icon, .js-accordion-wrap.active > .bread-nav-links__item.js-accordion-button .icon, .js-accordion-wrap.active > .catalog-nav-links__item .icon {
        fill: #3D9CEA
    }

    .bread-nav-links__arrow {
        margin-left: auto;
        margin-right: 0 !important;
        fill: #99A4AE !important
    }

    .js-accordion-wrap.active > .bread-nav-links__item .bread-nav-links__arrow {
        transform: rotate(90deg);
        fill: #3D9CEA !important
    }

    .blur {
        display: none !important
    }

    .catalog__side {
        width: 100%
    }

    .catalog-nav {
        padding-top: 16px;
        padding-bottom: 18px
    }

    .catalog.sections .catalog-nav:first-child {
        padding-top: 0;
        border-top: none
    }

    .catalog-nav > .link {
        font-size: 20px;
        line-height: 28px
    }

    .catalog-nav-links__item {
        font-size: 17px;
        line-height: 26px
    }

    .catalog-nav-links-inner .catalog-nav-links__item {
        font-size: 15px;
        line-height: 20px
    }

    .catalog-nav-links__item .catalog-nav-links__item--arrow, .catalog-nav > .link .icon {
        width: 10px
    }
}

.main_h1 {
    line-height: 40px;
    margin-top: 20px
}
/* End */


/* Start:/bitrix/templates/gar_new/style/header-footer.min.css?174886345922122*/
.footer,.header-nav__item--brands,.header-phones{position:relative}.header-buttons-personal .link,.header-geo--wide .geo-result,.header-nav__popup a,.header-phones__item{white-space:nowrap}.footer{margin-top:auto;padding-top:60px;padding-bottom:28px;background:#f7f7f8}.header-nav__popup,.header-phones__popup{background:rgba(255,255,255,.95);backdrop-filter:blur(25px)}.footer .container{display:flex;justify-content:space-between;padding-right:85px;margin-bottom:0}.footer-socials,.header-links{justify-content:space-between}.footer__col>a:not(.geo_link){width:fit-content;display:block}.footer-socials{width:176px;margin-top:24px;display:flex}.footer-socials__item{display:flex;align-items:center;justify-content:center;width:38px;height:38px}.footer-prize{display:flex;margin-top:12px}.footer-prize img{margin-right:-16px}.footer__col:first-child{width:201px}.footer__col:nth-child(2){width:204px}.footer__col:nth-child(3){width:100px}.footer__col:nth-child(4){width:225px}.footer__col:nth-child(5){width:209px}.footer__col{font-size:14px;line-height:20px}.geo_link,.header-links__item,.header-phones__item{font-size:18px;line-height:22px}.footer-geo_link,.header-buttons-personal .h4{margin-bottom:16px}.geo_link{display:flex;align-items:center;font-weight:700}.geo_link .icon{margin-right:8px}.footer__email{width:fit-content;display:block;margin-top:4px;margin-bottom:8px}.footer-shop{margin-bottom:20px}.footer-shop:last-child{margin-bottom:0}.footer-shop .h4,.footer__info a,.register-requirements{margin-bottom:8px}.footer__col.nav a{margin-bottom:12px}.footer__col.nav a:last-child,.footer__info a:last-child{margin-bottom:0}.footer__col.mark>div>img{margin-top:12px;margin-bottom:24px}.footer__info,.forgot-send_link{margin-top:24px}.footer__info a{width:fit-content;display:block}.header-logo__text img:first-child,.header-phones__popup .header-phones__item:first-child{margin-bottom:6px}.footer__bottom{margin-top:68px;padding-top:20px;padding-right:0!important;border-top:.8px solid #e7e9ec;color:#c2c9cf}.footer__payways{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:8px}.black-nights .icon-bn,.header-mobile,.icon-bn--rev{display:none}.header-logo{display:flex;align-items:center}.header-logo__img{display:flex;margin-right:9px}.header-logo__img img:first-child{margin-right:-32px;z-index:1}.header-logo__img img{height:50px}.header__line{padding:16px 0;width:100%;display:flex;align-items:center;justify-content:space-between}.header__line.bg{width:calc(100% + 48px);background:#f7f7f8;border-radius:8px;padding:0 24px;margin:0 -24px}.header-buttons-personal.authorized .link .icon,.header-nav__item.w-icon img,.header-phones__item .gray{margin-right:8px}.header-phones__popup{display:flex;flex-direction:column;align-items:flex-end;top:-15px;right:-19px;position:absolute;opacity:0;padding:12px 37px 16px 16px;border:.8px solid #e7e9ec;box-sizing:border-box;border-radius:6px;z-index:-1;transition:.3s}.header-buttons,.header-nav,.phones-popup-open{display:flex;position:relative}.phones-popup-open{z-index:2;align-items:center;cursor:pointer}.geo-field-popup,.header-buttons-personal,.header-nav__popup{z-index:-1;opacity:0;transition:.3s}.header-phones:hover .header-phones__popup{z-index:3;opacity:1}.phones-popup-open img{margin-left:8px;transition:.3s}.header-phones:hover .phones-popup-open img{transform:rotateZ(180deg)}.header-links{display:flex;width:493px;padding-left:68px}.header-links__item{transition:.3s;color:#99a4ae}.header-links__item:hover{color:#0b273d}.header-buttons{justify-content:space-between;width:124px}.header-buttons__item{width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-nav{width:100%;justify-content:space-between;align-items:center}.header-nav__item{font-size:20px;line-height:30px;transition:.3s;border-bottom:2px solid transparent;cursor:pointer}.header-nav__item>a{display:block;padding-bottom:27px;padding-top:28px;transition:.3s}.header-nav__popup{display:flex!important;position:absolute;left:-24px;top:100px;padding:15px 19px 8px;border:.8px solid #e7e9ec;border-radius:8px}.header-nav__popup-wrap,.popup--brands-content{padding-bottom:19px;scrollbar-color:#0B273D transparent}.header-nav__popup-wrap{display:flex;width:100%;overflow:auto;flex-direction:column;flex-wrap:wrap;column-gap:32px;max-height:231px;scrollbar-width:thin;align-content:flex-start}.header-nav__popup-wrap::-webkit-scrollbar{height:2px}.header-nav__popup-wrap::-webkit-scrollbar-track{background:#e7e9ec}.header-nav__popup-wrap::-webkit-scrollbar-thumb{background:#0b273d}.header-nav__popup-wrap::-webkit-scrollbar-thumb:hover{background:#0b273d}.header-nav__popup a{display:block;min-width:50px;padding:5px;font-size:15px;line-height:20px;overflow:hidden;text-overflow:ellipsis;width:220px}.header-nav__popup:not(.popup--brands){width:1398px}.header-nav__popup.popup--brands a{width:156px}.header-nav__item:hover .header-nav__popup{z-index:30;opacity:1}.header-nav:hover .header-nav__item:not(.w-icon)>a{color:#99a4ae}.header-nav__item:not(.w-icon):hover>a{color:#0b273d!important}.header-nav__item.active,.header-nav__item:hover{border-color:#0b273d}.black-nights .header-nav__item:hover,.header-nav__item.zw.active,.header-nav__item.zw:hover,.zooweekend .header-nav__item:hover{border-color:#f9955e}.header-nav__item.w-icon a,.register-footer .link{display:flex;align-items:center}.header .btn-cart{margin-left:80px}.header{position:relative}.black-nights .header__line.bg{background:#0b273d}.black-nights .header-nav__item>a{color:#fff}.black-nights .header-nav:hover .header-nav__item:not(.w-icon)>a{color:rgba(255,255,255,.5)}.black-nights .header-nav__item:not(.w-icon):hover>a{color:#fff!important}.black-nights .header-nav__item.w-icon>a{color:#f9955e}.black-nights .icon-bn--rev{display:block}.zooweekend .header__line.bg{background:#fef3eb}.popup--auth .js-popup-close,.popup--change .js-popup-close,.popup--change__successful .js-popup-close,.popup--forgot .js-popup-close,.popup--forgot_sent .js-popup-close,.popup--geo .js-popup-close,.popup--menu .js-popup-close,.popup--notification .js-popup-close,.popup--register .js-popup-close,.popup--register_thank .js-popup-close,.popup--requis .js-popup-close{right:16px;top:16px}.header-nav__popup.popup--brands{width:558px;height:307px;max-height:307px;cursor:default;display:block!important;padding-bottom:8px;padding-left:18px;padding-right:0;column-gap:0}.popup--brands-letters{display:flex;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;margin-bottom:16px}.popup--brands-letters::-webkit-scrollbar{display:none}.header-nav__popup.popup--brands .popup--brands-letters__item{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;margin-right:8px;white-space:nowrap}.header-nav__popup.popup--brands .popup--brands-letters__item:last-child{margin-right:0}.header-nav__popup.popup--brands .popup--brands-letters__item.active{background:#eff7fd;color:#3d9cea}.header-nav__popup.popup--brands .popup--brands-content__item{width:183px;padding:4px 0 4px 31px;margin-right:32px;position:relative}.popup--brands-content{height:245px;overflow-x:scroll;display:flex;flex-direction:column;flex-wrap:wrap;-ms-overflow-style:none;scrollbar-width:thin}.geo-field-popup,.popup--register{scrollbar-color:#E7E9EC transparent;scrollbar-width:thin}.popup--brands-content::-webkit-scrollbar-track{background:0 0}.popup--brands-content::-webkit-scrollbar-thumb{background-color:#0b273d}.popup--brands-content::-webkit-scrollbar{height:2px}.popup--brands-content__item_letter{display:none;justify-content:center;width:0;position:absolute;left:12px}.header-mobile__button.active+.js-popup-close,.popup--brands-content__item:nth-child(8n+1) .popup--brands-content__item_letter,.popup--brands-content__item_letter.item_letter--first{display:flex}.popup--geo{width:478px;padding:43px 48px 48px;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff}.geo-field{position:relative;margin-bottom:14px}.geo-field.active>.icon{transform:rotate(180deg)}.geo-field__button{position:absolute;right:22px;top:32px}.geo-field-popup{max-height:184px;position:absolute;overflow-y:auto;width:100%;padding:16px 20px;background:#fff;border-radius:6px;border:.8px solid #e7e9ec;transform:translate(0,-6px);pointer-events:none;margin-top:6px}.geo-field.active .geo-field-popup{opacity:1;z-index:2;pointer-events:all}.geo-field-popup::-webkit-scrollbar{width:7px}.geo-field-popup::-webkit-scrollbar-track{background:0 0}.geo-field-popup::-webkit-scrollbar-thumb{background:0 0;border-left:2px solid #e7e9ec}.geo-field-popup .link{display:block;padding-bottom:12px}.geo-field-popup .link.active{color:#3d9cea}.geo-field-popup .link:last-child{padding-bottom:0}.geo-field .field-input{padding-right:42px}.popup--change,.popup--change__successful,.popup--code,.popup--forgot,.popup--forgot_sent,.popup--notification,.popup--register,.popup--register_thank,.popup--requis{width:478px;padding:36px 48px 48px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff}.header-buttons-personal{width:226px;padding-top:23px;background:rgba(255,255,255,.95);border:.8px solid #e7e9ec;box-sizing:border-box;backdrop-filter:blur(25px);border-radius:8px;position:absolute;right:-2px;top:65px}.header-buttons-personal.non-authorized{padding:23px 28px 24px 24px}.header-buttons__item.active+.header-buttons-personal{opacity:1;z-index:12}.header-buttons-personal .link{width:fit-content;display:flex;align-items:center;margin-bottom:10px}.header-buttons-personal.non-authorized .link .icon,.register-footer .link .icon{margin-left:6px}.header-buttons-personal.non-authorized .p3{margin-top:16px}.header-buttons-personal.authorized>*{margin-right:24px;margin-left:24px}.header-buttons-personal__bottom{width:100%!important;border-radius:0 0 8px 8px;background:#f7f7f8;margin:24px 0 0!important;padding:16px 0 18px 25px}.header-buttons-personal__bottom .icon{margin-right:6px}.hints__wrap{width:192px;height:fit-content;position:absolute;right:0;bottom:-16px;transform:translateY(100%);z-index:11}.hints__wrap.sticky{transform:none;position:fixed;top:16px;right:calc(50% - 675px)}.header-geo--wide{position:relative;width:132px;overflow:hidden}.header-geo--wide .geo_link{width:fit-content;position:relative;background:#fff;padding:8px 16px;border:.8px solid transparent;border-radius:8px;z-index:1}.header-geo--wide::after{content:'';width:100%;position:absolute;right:0;top:0;height:100%;background:linear-gradient(270deg,#fff 3.73%,rgba(255,255,255,0) 20.35%);border-radius:8px;transition:.3s;z-index:2}.header-geo--wide:hover{overflow:visible;z-index:3}.header-geo--wide:hover::after,.header-mobile__button.active,.header-mobile__button.js-popup-close,.manager-mobile{display:none}.header-geo--wide:hover .geo_link{border-color:#c4c4c4}.header-mobile__button.cart span{display:flex;align-items:center;justify-content:center;width:fit-content;min-width:16px;padding:0 5px;height:16px;background:#3d9cea;border-radius:8px;color:#fff;font-weight:700;font-size:9px;line-height:11px}.field.captcha{margin-top:8px}.black-nights .header-mobile__button#js-search img{filter:invert(1) grayscale(1)}.footer__payways .credit_cards{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:8px}.footer__payways .credit_cards img{padding:8px;border:.8px solid #e7e9ec;border-radius:8px}.popup--auth{width:478px;top:50%;left:50%;transform:translate(-50%,-50%);padding:36px 48px 48px;background:#fff}.popup--menu{overflow:hidden;display:block;width:1350px;top:0;left:50%;transform:translate(-50%,-100%);padding:32px 115px 40px 72px;transition:.3s;height:316px}.popup--menu.active,.popup--search{transform:translate(-50%,0)}.popup--menu *{transition:0!important}.popup--register{overflow:auto;max-height:100%}.popup--search{width:1350px;top:15px;left:50%;background:0 0;padding:0}@media (max-width:1439px){.header-buttons{width:116px}.footer{padding-bottom:20px}.footer .container{padding-right:0}.footer__col:first-child{width:176px}.footer__col:nth-child(3){width:84px}.footer__col:nth-child(4){width:180px}.geo_link,.header-links__item,.header-phones__item{font-size:15px;line-height:20px}.footer-socials{margin-top:20px}.footer-shop{margin-bottom:24px}.header-logo__text img:first-child,.popup--brands-letters{margin-bottom:5px}.footer-shop .h4{margin-bottom:4px}.footer__info a,.header-buttons-personal .h4{margin-bottom:12px}.footer__bottom{padding-top:16px;margin-top:48px}.popup--menu{width:1100px;padding:24px 95px 38px 49px;height:270px}.popup--geo{width:402px;padding:36px}.popup--search{width:1110px;top:12px}.header__line{padding:12px 0}.header-buttons__item{width:52px;height:52px}.header-buttons__item img{width:16px;height:16px}.header-logo__img{margin-right:8px}.header-logo__img img:first-child{margin-right:-26px}.header-logo__img+div,.header-logo__text{width:117px}.header-links{width:372px;padding-left:64px}.auth-content__footer>a.gray .icon,.header-buttons-personal.non-authorized .link .icon,.header-phones__item img,.register-footer .link .icon{width:10px;height:10px}.header-nav__item>a{padding-top:26px;padding-bottom:24px}.header-nav__item{font-size:16px;line-height:22px}.header-nav__item.w-icon img{width:24px;height:24px}.header-nav__popup{top:80px}.header-nav__popup.popup--brands{width:499px;height:294px;padding-bottom:6px}.popup--brands-content{height:246px;padding-bottom:20px}.popup--auth,.popup--code,.popup--forgot,.popup--forgot_sent,.popup--register,.popup--register_thank,.popup--requis{width:402px;padding:36px}.popup--auth .js-popup-close,.popup--forgot .js-popup-close,.popup--forgot_sent .js-popup-close,.popup--geo .js-popup-close,.popup--menu .js-popup-close,.popup--register .js-popup-close,.popup--register_thank .js-popup-close,.popup--requis .js-popup-close{top:12px;right:12px}.header-buttons-personal{width:198px;padding-top:20px}.header-buttons-personal .link{margin-bottom:10px}.header-buttons-personal.non-authorized .p3{margin-top:0}.header-buttons-personal.non-authorized{padding:20px}.header-buttons-personal.authorized :not(.header-buttons-personal__bottom) .link .icon{width:12px;height:12px;margin-right:10px}.header-buttons-personal__bottom{margin:19px 0 0!important;padding:12px 0 14px 20px}.header-buttons-personal__bottom .icon{width:10px;height:10px;margin-right:6px!important}.geo-field__button{top:26px}.header-logo__img img{height:40px}.hints__wrap.sticky{right:calc(50% - 555px)}.popup.popup--pickup{width:748px}.header-nav__popup:not(.popup--brands){width:1158px}}@media screen and (max-width:1199px){.header__desktop{display:none}.container.header{width:100%;height:58px;z-index:4}.header-mobile{width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px;padding-left:calc(50vw - 345px);padding-right:calc(50vw - 345px);background:#f7f7f8;z-index:12}.popup--search,.popup__wrap{background:#fff}.black-nights .header-mobile{background:#0b273d}.zooweekend .header-mobile{background:#fef3eb}.header-mobile__button{display:flex;align-items:center;justify-content:center;width:38px;height:38px}.black-nights .header-mobile__button:not(.cart) circle,.black-nights .header-mobile__button:not(.cart) line{stroke:#fff}.black-nights .header-mobile__button:not(.cart) path{fill:#fff}.header-mobile__button.cart{border-radius:8px;border:1.6px solid #3d9cea}.header-mobile__button.cart img{width:14px}.header-mobile__block{display:flex;column-gap:8px}.header-mobile__logo{display:flex;position:absolute;left:50%;transform:translate(-50%,0)}.header-mobile__logo img:first-child{position:relative;margin-right:-25px}.header-mobile__logo img{height:38px}.header-mobile__button:not(#js-search) img{width:12px}.footer .container{flex-wrap:wrap;position:relative}.footer__col.last{display:flex;justify-content:space-between;margin-left:auto;margin-top:40px}.footer__col:first-child{width:210px}.footer__col:nth-child(5){width:450px}.footer__payways{width:209px}.footer__info{width:180px;margin-top:0}.footer__col.nav{width:189px;height:128px;display:flex;flex-wrap:wrap;flex-direction:column}.geo_link{font-size:16px}.footer{padding-top:48px;padding-bottom:14px}.footer__bottom{padding-top:12px}.header-logo__img{height:38px;margin-right:7px}.popup--geo,.popup--search{width:100%;top:0;height:100%}.header-logo__text img{width:111px}.header-logo__text img:first-child{margin-bottom:5px}.nav-special a{display:flex;width:fit-content;font-size:17px;line-height:26px;margin-bottom:12px}.nav-special a:last-child{margin-bottom:0}.nav-special a img{width:18px;margin-right:6px}.popup--geo{padding:10px 0;left:0;transform:none}.popup--geo>:not(.js-popup-close,.geo__apply){width:690px;margin-right:auto;margin-left:auto}.popup--geo .js-popup-close{right:calc(50% - 345px);top:10px}.popup__wrap{position:fixed;width:402px;top:50%;left:50%;transform:translate(-50%,-50%);padding:36px;border-radius:16px;z-index:11}.hints__wrap.sticky{right:calc(50% - 345px)}.popup--menu{display:none;width:100%;height:calc(100% - 58px);padding:16px 0 0;overflow:auto;top:58px;transform:translate(-50%,0)!important}.popup--menu.active{display:block}}@media screen and (max-width:1199px) and (min-width:768px){.geo-field__button{width:7px;height:7px;top:16px;right:10px}.geo-field-popup{max-height:114px;border-radius:4px;padding:10px 12px;transform:translate(0,-5px)}.geo-field-popup .link{padding-bottom:7px}.footer .p2{font-size:14px;line-height:20px}.footer .p3{font-size:12px;line-height:16px}.footer .h4{font-size:16px;line-height:20px}.footer__col{order:1}.footer__col.nav{order:3;margin-top:40px}.footer__col.mark{order:2}.footer__col.last{order:4}.popup--notification .popup__wrap{position:static;width:100%;padding:0;transform:none;left:0;top:0}}.popup--register .p3{max-width:280px}.popup--register .p3:last-child{margin-top:4px}.popup--register .h2{margin-bottom:6px}.register-footer{display:flex;align-items:center;margin-top:23px;margin-bottom:8px}.register-footer a:first-child{margin-right:22px}.popup--register::-webkit-scrollbar{width:8px}.popup--register::-webkit-scrollbar-track{background:0 0}.popup--register::-webkit-scrollbar-thumb{background:0 0;border-left:1px solid #e7e9ec}@media screen and (max-width:1439px){.auth-content__button{padding:10px 30px 14px;font-size:18px;line-height:28px}}.popup--forgot .h2{margin-bottom:16px}.popup--forgot .popup__wrap>.p2,.popup--forgot>.p2{margin-bottom:10px}.popup--forgot>.p2{margin-top:16px}.auth-content__button{display:block;width:fit-content;padding:12px 36px 16px;font-weight:700;font-size:20px;line-height:28px;color:#3d9cea;background:#eff7fd;border-radius:8px;cursor:pointer;transition:.3s}.auth-content__button:hover{background:#3d9cea;color:#fff}@media screen and (max-width:1439px){.forgot-send_link{margin-top:16px}.auth-content__button{padding:10px 30px 14px;font-size:18px;line-height:28px}}@media screen and (max-width:1199px) and (min-width:768px){.popup--forgot .h2{margin-bottom:10px}}.popup--notification .h2{margin-bottom:16px}@media screen and (max-width:767px){.popup,.popup__wrap{border-radius:0}.footer__col{position:relative!important;width:100%!important;padding-bottom:24px;margin-bottom:24px;border-bottom:.8px solid #e7e9ec}.footer__col.last{display:block;border-bottom:none;margin-bottom:0;padding-bottom:0;margin-top:0}.footer-shop,.popup__wrap .h2{margin-bottom:16px}.footer__shedule{width:127px;position:absolute;right:0;top:37px}.footer{padding-top:40px}.footer-socials{margin-top:23px}.footer__col:nth-child(3){bottom:0;padding-bottom:12px;height:141px}.footer__col.mark{display:flex;justify-content:space-between}.footer__col.mark>div:first-child{width:112px}.footer__col.mark>div:last-child{width:180px}.footer__payways{width:100%;margin-bottom:8px}.footer__info{width:100%;display:flex;flex-wrap:wrap}.footer__info a:first-child{margin-right:24px;margin-bottom:8px}.footer__bottom{margin-top:40px}.header-mobile{width:100%;padding-left:calc(50vw - 165px);padding-right:calc(50vw - 165px);margin:0}.popup--geo>:not(.js-popup-close,.geo__apply){width:330px;margin-right:auto;margin-left:auto}.popup--auth,.popup--code,.popup--forgot,.popup--forgot_sent,.popup--register,.popup--register_thank,.popup--requis{width:100%;height:100%;border-radius:0;background:#fff;padding:0}.popup__wrap{position:relative;width:330px;height:100%;margin-right:auto;margin-left:auto;padding:10px 0;top:0;transform:none;left:0}.popup--auth .js-popup-close,.popup--forgot .js-popup-close,.popup--forgot_sent .js-popup-close,.popup--geo .js-popup-close,.popup--menu .js-popup-close,.popup--register .js-popup-close,.popup--register_thank .js-popup-close,.popup--requis .js-popup-close{top:10px;right:calc(50% - 165px)}.popup--menu{height:calc(100% - 58px)}.popup__wrap .h2{font-size:26px;line-height:34px;padding-bottom:16px;border-bottom:.8px solid #e7e9ec;padding-right:50px}.header.container{width:100%}.manager-mobile{display:block;position:fixed;width:100%;bottom:0;left:0;background:#f7f7f8;z-index:11}.manager-mobile .container{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.manager-mobile__buttons{display:flex;column-gap:8px}.manager-mobile__buttons a{display:block;width:fit-content;padding:6px 14px 7px;border:.8px solid #e7e9ec;border-radius:4px}.header-logo__img img:first-child{margin-right:-25px}.hints__wrap{right:calc(50% - 165px)!important;position:fixed;top:64px!important;bottom:auto}.hints__wrap.sticky{right:calc(50% - 165px)}.footer__info .link:nth-child(2){order:3;margin-bottom:0}.header-logo__img{width:auto}.header-logo__img+div{width:111px}.footer__payways .credit_cards img{padding:0;border:none;height:46px}.footer__payways .credit_cards{padding:8px;border-radius:8px;border:.8px solid #e7e9ec}.popup--change__successful{width:100%;height:100%;padding:0}.popup--notification{width:100%;top:58px;left:0;transform:none;height:calc(100% - 58px);padding:0;background:rgba(11,39,61,.5);backdrop-filter:blur(5px)}.popup--notification .popup__wrap{width:100%;padding:10px 15px 24px;height:auto;border-radius:0 0 16px 16px}}.popup--menu .footer__phone{margin-right: 25px;}.popup--menu .footer__phone .link {text-wrap: nowrap;}
/* End */


/* Start:/bitrix/templates/gar_new/style/components/snippet.min.css?174289056830538*/
.snippet-image__button .icon, .snippet-offer-item--vet__button span:last-child svg {
    margin-left: 6px
}

.snippet {
    position: relative;
    width: 315px;
    border: .8px solid #e7e9ec;
    border-radius: 16px;
    height: fit-content
}

.snippet .snippet-rate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 8px
}

.snippet .favorite {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 1
}

.snippet-image {
    display: flex;
    height: 294px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 24px
}

.snippet-image__button, .snippet-image__promo {
    position: absolute;
    border-radius: 8px;
    display: flex
}

.snippet-image > img {
    max-width: 230px;
    max-height: 230px;
    transition: .3s
}

.snippet-image__button {
    width: fit-content;
    align-items: center;
    padding: 6px 20px 8px;
    background: #eff7fd;
    color: #3d9cea;
    transition: .3s;
    opacity: 0
}

.snippet-desc, .snippet-offer-item {
    width: 267px;
    margin-right: auto;
    margin-left: auto
}

.snippet-image__button:hover .icon {
    fill: #fff
}

.snippet-image__button:hover {
    background: #3d9cea;
    color: #fff
}

.snippet-image:hover .snippet-image__button {
    opacity: 1
}

.snippet-image:hover > img {
    filter: blur(5px)
}

.snippet-image__promo {
    align-items: center;
    left: 24px;
    top: 24px;
    padding-right: 8px;
    background: rgba(255, 255, 255, .55);
    box-shadow: 1px 1px 2px rgba(249, 149, 94, .05), inset -1px -1px 2px rgba(255, 255, 255, .25), inset 0 0 10px rgba(249, 149, 94, .1);
    backdrop-filter: blur(15px);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

.snippet-image__promo img {
    width: 30px;
    height: 30px;
    margin-right: 8px
}

.snippet-desc {
    display: flex;
    flex-direction: column;
    align-items: center
}

.snippet-desc__additional, .snippet-desc__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center
}

.snippet-image:hover + .snippet__main .snippet-desc .snippet-desc__name {
    color: #3d9cea
}

.snippet-desc__name {
    margin-bottom: 8px;
    -webkit-line-clamp: 2
}

.snippet-desc__additional {
    margin-bottom: 16px;
    -webkit-line-clamp: 3
}

.snippet-offer-item {
    margin-bottom: 8px;
    padding: 9px;
    border: .8px solid #e7e9ec;
    border-radius: 8px;
    display: grid;
    grid-template-columns:1fr 2fr auto;
    grid-template-areas:". cost cart";
    grid-column-gap: 5px;
    justify-content: space-between;
    align-items: start
}

.snippet-offer-item.disabled {
    pointer-events: none
}

.snippet-offer-item .add_to_cart-button {
    margin-left: 0;
    grid-area: cart
}

.snippet-offer-item__cost {
    position: relative;
    min-width: fit-content;
    word-wrap: break-word;
    white-space: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6px;
    line-height: 24px;
    grid-area: cost
}

.snippet-offer-item__cost--over {
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - 1px));
    background: #f9955e;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #fff
}

.snippet-offer-item__cost--under {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 7px
}

.snippet-offer-item__package {
    width: 100%;
    position: relative;
    margin-top: 7px;
    padding-right: 0;
    line-height: 24px;
    word-wrap: break-word;
    white-space: normal
}

.snippet-offer-item__package img {
    max-height: 30px;
    position: relative;
    top: -4px
}

.snippet-offer-item__package--under {
    width: 80px;
    display: block;
    white-space: nowrap;
    position: relative;
    top: -1px
}

.snippet-offer-item__package--over {
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - 2px));
    padding: 1px 8px 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    background: #e7e9ec;
    border-radius: 4px;
    white-space: nowrap
}

.snippet-offer__wrap-hidden {
    max-height: 48px;
    margin-right: -.8px;
    margin-left: -.8px
}

.snippet-offer__hidden {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.snippet-offer__toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding-bottom: 16px
}

.snippet-offer__arrow-mini, .snippet-offer__toggle span, .snippet-offer__wrap-hidden.active .snippet-offer__toggle span:first-child, .snippet.snippet-mini .snippet-offer__toggle, .snippets-minify .snippet-image__button, .snippets-minify .snippet-offer__toggle {
    display: none
}

.snippet-offer__toggle span:first-child, .snippet-offer__wrap-hidden.active .snippet-offer__toggle span {
    display: block
}

.snippet-offer__toggle span {
    cursor: pointer
}

.snippet-offer__toggle img {
    cursor: pointer;
    margin-left: 8px;
    transition: .3s
}

.snippet-offer__wrap-hidden.active .snippet-offer__toggle img {
    transform: rotate(180deg)
}

.snippet-offer__wrap {
    position: relative;
    z-index: 3;
    background: #fff;
    border-left: .8px solid #e7e9ec;
    border-right: .8px solid #e7e9ec;
    border-radius: 0 0 16px 16px
}

.snippet-offer__wrap-hidden.active .snippet-offer__wrap, .snippet.snippet-mini .snippet-offer__mini.active, .snippets-minify .snippet-offer__mini.active {
    border-bottom: .8px solid #e7e9ec
}

.snippet-offer.active .snippet-offer__arrow-mini {
    z-index: 1
}

.snippet-offer > .snippet-offer-item:last-child, .snippet-offer__mini > .snippet-offer-item:last-child {
    margin-bottom: 24px
}

.snippet.snippet-mini .snippet-offer > .snippet-offer-item:last-child, .snippet.snippet-mini .snippet-offer__mini > .snippet-offer-item:last-child, .snippets-minify .snippet-offer > .snippet-offer-item:last-child, .snippets-minify .snippet-offer__mini > .snippet-offer-item:last-child {
    margin-bottom: 0
}

.disable-transition * {
    transition: none !important
}

.snippet.snippet-mini, .snippets-minify .snippet {
    width: 407px;
    display: flex;
    border-radius: 8px
}

.snippet.snippet-mini .snippet-offer__arrow-mini, .snippets-minify .snippet-offer__arrow-mini {
    display: block;
    position: relative;
    left: 164px;
    bottom: 46px;
    transition: .3s
}

.snippet.snippet-mini .snippet-offer.active .snippet-offer__arrow-mini, .snippets-minify .snippet-offer.active .snippet-offer__arrow-mini {
    transform: rotateZ(180deg)
}

.snippet.snippet-mini .snippet-image, .snippets-minify .snippet-image {
    margin: 16px;
    padding: 0
}

.snippet.snippet-mini .snippet-image.set-higher, .snippet.snippet-mini .snippet-offer__mini.set-higher, .snippets-minify .snippet-image.set-higher, .snippets-minify .snippet-offer__mini.set-higher {
    z-index: 3
}

.snippet.snippet-mini .snippet-offer-item .add_to_cart-button, .snippets-minify .snippet-offer-item .add_to_cart-button {
    margin-left: 20px;
    margin-bottom: 4px
}

.snippet.snippet-mini .snippet-image > img, .snippets-minify .snippet-image > img {
    max-width: 129px;
    max-height: 129px
}

.snippet.snippet-mini .snippet-desc, .snippets-minify .snippet-desc {
    width: 194px;
    align-items: flex-start;
    margin: 0 0 2px
}

.snippet.snippet-mini .snippet-desc__name, .snippets-minify .snippet-desc__name {
    margin-bottom: 4px;
    text-align: start;
    font-size: 16px;
    line-height: 20px
}

.snippet.snippet-mini .snippet-desc__additional, .snippets-minify .snippet-desc__additional {
    margin-bottom: 12px;
    text-align: start;
    font-size: 12px;
    line-height: 16px
}

.snippet.snippet-mini .snippet-offer-item, .snippets-minify .snippet-offer-item {
    position: relative;
    top: -10px;
    width: 230px;
    padding: 0;
    margin: 0 0 4px;
    border: 0;
    align-items: stretch
}

.snippet.snippet-mini .snippet-offer-item p, .snippets-minify .snippet-offer-item p {
    padding-top: 8px;
    border-bottom: .8px solid #e7e9ec;
    width: 100%
}

.snippet.snippet-mini .snippet-offer-item__cost:first-child, .snippets-minify .snippet-offer-item__cost:first-child {
    align-items: flex-end
}

.snippet.fish.snippet-mini .snippet-offer-item p, .snippet.living.snippet-mini .snippet-offer-item p, .snippet.snippet-mini .snippet-offer__hidden .snippet-offer-item:last-child p, .snippets-minify .snippet-offer__hidden .snippet-offer-item:last-child p, .snippets-minify .snippet.fish .snippet-offer-item p, .snippets-minify .snippet.living .snippet-offer-item p {
    border-bottom: none
}

.snippet.snippet-mini .snippet__main, .snippets-minify .snippet__main {
    margin-top: 24px;
    margin-bottom: 31px
}

.snippet.snippet-mini .favorite, .snippets-minify .snippet .favorite {
    right: 16px;
    top: 16px;
    width: 14px;
    height: 14px
}

.snippet.snippet-mini .snippet-offer__hidden, .snippet.snippet-mini .snippet-offer__wrap-hidden, .snippets-minify .snippet-offer__hidden, .snippets-minify .snippet-offer__wrap-hidden {
    max-height: none
}

.snippet.snippet-mini .snippet-offer__hidden, .snippets-minify .snippet-offer__hidden {
    overflow: visible
}

.snippet.snippet-mini .snippet-offer-item__package, .snippets-minify .snippet-offer-item__package {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0
}

.snippet.snippet-mini .snippet-offer-item__cost, .snippets-minify .snippet-offer-item__cost {
    padding-right: 16px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0
}

.snippet.snippet-mini .snippet-offer__wrap-mini, .snippets-minify .snippet-offer__wrap-mini {
    max-height: 0
}

.snippet.snippet-mini .snippet-offer__mini, .snippets-minify .snippet-offer__mini {
    width: 407px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    margin-left: -161.8px;
    margin-right: -.8px;
    padding-right: 14.4px;
    max-height: 0;
    transition: .3s;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 8px 8px;
    border-left: .8px solid #e7e9ec;
    border-right: .8px solid #e7e9ec;
    border-bottom: 0 solid transparent
}

.snippet.snippet-mini .snippet-offer__wrap, .snippets-minify .snippet-offer__wrap {
    border: 0
}

.snippet.snippet-mini .snippet-image__promo, .snippets-minify .snippet-image__promo {
    top: -8px;
    left: -8px;
    font-size: 0;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none
}

.snippet.snippet-mini .snippet-image__promo img, .snippets-minify .snippet-image__promo img {
    width: 20px;
    height: 20px;
    margin-right: 0
}

.snippet.snippet-mini .snippet-offer-item__package--over, .snippets-minify .snippet-offer-item__package--over {
    padding: 1px 6px;
    font-size: 12px;
    line-height: 16px;
    transform: none;
    top: -10px
}

.snippet.snippet-mini .snippet-offer-item__cost--under, .snippets-minify .snippet-offer-item__cost--under {
    position: relative;
    top: -1px;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 9px
}

.snippet.snippet-mini .snippet-offer-item__package--under, .snippets-minify .snippet-offer-item__package--under {
    width: 86px;
    white-space: normal;
    margin-bottom: 9px
}

.snippet.snippet-mini .snippet-offer-item__cost--over, .snippets-minify .snippet-offer-item__cost--over {
    transform: none;
    padding: 1px 6px;
    font-size: 12px;
    top: -10px
}
.snippets-minify .snippet-offer-item__cost--over {
    top: 0
}

.snippet.snippet-mini .snippet-offer-item__package img, .snippets-minify .snippet-offer-item__package img {
    max-height: 20px;
    top: 0
}

.snippets-minify .snippet-image:hover img {
    filter: none
}

.snippets-minify .snippet-offer__wrap {
    margin-left: 0;
    margin-right: 0
}

.snippet--vet .snippet-offer-item {
    padding: 7px 20px 17px;
    position: relative;
    transition: .3s
}

.snippet-offer-item--vet__button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 5px 10px 9px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #3d9cea;
    border: 0;
    background: #eff7fd;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.snippets-minify .snippet-offer-item--vet__button {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
    opacity: 1;
    z-index: 1;
    border-radius: 4px;
    bottom: 8px;
    right: 16px
}

.snippets-minify .snippet--vet .snippet-offer-item {
    width: 212px;
    padding: 0;
    padding-bottom: 0 !important
}

.snippets-minify .snippet--vet .snippet-offer__arrow-mini {
    left: 202px
}

.snippet-desc__vet {
    padding: 5px 0 9px;
    width: 100%;
    text-align: center;
    background: #e7e9ec;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    margin-bottom: 16px
}

.snippets-minify .snippet-desc__vet {
    font-size: 12px;
    padding: 1px 6px;
    width: fit-content;
    margin-bottom: 0
}

.snippets-minify .snippet--vet .snippet-offer-item p {
    padding-bottom: 30px
}

.snippets-minify .snippet-image {
    width: 129px;
    height: 129px
}

.snippet--vet:hover .snippet-offer-item--vet__button {
    opacity: 1;
    z-index: 1
}

.snippet-offer-item--vet__button.active, .snippet-offer-item--vet__button:hover {
    color: #fff;
    background: #3d9cea
}

.snippet-offer-item--vet__button span:last-child, .snippet-offer-item--vet__button.active span:first-child {
    display: none
}

.snippet-offer-item--vet__button.active span:last-child {
    display: block
}

.snippet.living .snippet-offer-item {
    justify-content: center
}

.snippet.living .snippet-offer-item .snippet-offer-item__cost {
    margin-top: 0
}

@media (max-width: 1439px) {
    .snippet {
        width: 255px
    }

    .snippet .snippet-rate {
        column-gap: 6px
    }

    .snippet .favorite {
        width: 18px;
        height: 18px;
        top: 16px;
        right: 16px
    }

    .snippet-image {
        height: 274px;
        padding-top: 32px;
        padding-bottom: 20px
    }

    .snippet-image > img {
        max-height: 222px;
        max-width: 222px
    }

    .snippet-image__button {
        padding: 8px 20px 10px
    }

    .snippet-image__button .icon {
        width: 10px;
        height: 10px
    }

    .snippet-desc {
        width: 219px
    }

    .snippet-desc__name {
        margin-bottom: 4px
    }

    .snippet-offer-item {
        width: 231px;
        padding: 7px 7px 7px 16px;
        margin-bottom: 6px
    }

    .snippet-offer-item__package {
        margin-top: 6px;
        font-size: 16px;
        line-height: 24px
    }

    .snippet-offer-item__cost {
        margin-top: 6px
    }

    .snippet-offer-item__package--over {
        transform: translateY(calc(-100% + 1px));
        font-size: 12px
    }

    .snippet-offer-item__package--under {
        width: 74px;
        top: -2px;
        white-space: normal
    }

    .snippet-offer-item__cost--over {
        padding: 1px 6px;
        font-size: 12px
    }

    .snippet-offer-item__cost--under {
        position: relative;
        top: -2px;
        margin-bottom: 8px;
        font-size: 12px
    }

    .snippet-offer-item .add_to_cart-button {
        margin-left: 0;
        grid-area: cart
    }

    .snippet-offer-item__package img {
        top: -2px
    }

    .snippet-offer__wrap-hidden {
        max-height: 46px;
        margin-right: -.6px;
        margin-left: -.6px
    }

    .snippet-offer__toggle {
        padding-bottom: 16px;
        margin-top: 6px;
        font-size: 16px;
        line-height: 24px
    }

    .snippet.snippet-mini .snippet-image, .snippets-minify .snippet-image {
        padding: 12px 10px 12px 12px
    }

    .snippet.snippet-mini .snippet-desc, .snippet.snippet-mini .snippet-offer-item, .snippets-minify .snippet-desc, .snippets-minify .snippet-offer-item {
        width: 220px
    }

    .snippet.snippet-mini .snippet-offer__mini, .snippets-minify .snippet-offer__mini {
        width: 326px;
        margin-left: -94.8px;
        padding-right: 10.4px
    }

    .snippet.snippet-mini, .snippets-minify .snippet {
        width: 326px
    }

    .snippet.snippet-mini .snippet-offer-item__package--under, .snippets-minify .snippet-offer-item__package--under {
        width: 68px;
        font-size: 11px;
        line-height: 14px
    }

    .snippet.snippet-mini .snippet-offer-item__package img, .snippets-minify .snippet-offer-item__package img {
        max-height: 16px
    }

    .snippet.snippet-mini .snippet-offer__arrow-mini, .snippets-minify .snippet-offer__arrow-mini {
        left: 152px
    }

    .snippet.snippet-mini .snippet__main, .snippets-minify .snippet__main {
        margin-top: 16px;
        margin-bottom: 9px
    }

    .snippet--vet .snippet-offer-item {
        padding: 7px 16px 17px
    }

    .snippet-offer-item--vet__button {
        bottom: 12px
    }

    .snippets-minify .snippet--vet .snippet-offer-item {
        width: 206px
    }

    .snippets-minify .snippet--vet .snippet-offer__arrow-mini {
        left: 196px
    }

    .snippet-desc__vet {
        margin-bottom: 6px
    }

    .snippet--vet .snippet-desc {
        width: 231px
    }

    .snippet--vet .snippet-desc__additional {
        margin-bottom: 12px
    }

    .snippets-minify .snippet-image {
        width: 72px;
        height: 72px;
        margin: 12px 10px 0 12px
    }

    .snippet.snippet-mini .snippet-image > img, .snippets-minify .snippet-image > img {
        max-width: 72px;
        max-height: 72px
    }

    .snippet.snippet-mini .snippet-image__promo, .snippets-minify .snippet-image__promo {
        top: -4px;
        left: -4px
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .snippet {
        width: 158px;
        border-radius: 10px
    }

    .snippet .snippet-rate {
        column-gap: 4px;
        margin-bottom: 5px
    }
    .snippet .snippet-rate > img {
        width: 11px;
        height: 11px
    }

    .snippet .favorite {
        width: 11px;
        height: 11px;
        top: 10px;
        right: 10px
    }

    .snippet-image {
        height: 190px;
        padding-top: 32px;
        padding-bottom: 20px
    }

    .snippet-image > img {
        max-height: 138px;
        max-width: 138px
    }

    .snippet-image__button {
        display: none
    }

    .snippet-image:hover > img {
        filter: none
    }

    .snippet-image__promo {
        top: 15px;
        left: 15px;
        padding-right: 5px;
        backdrop-filter: blur(9px);
        box-shadow: 1px 1px 2px rgb(249 149 94/5%), inset -1px -1px 2px rgb(255 255 255/25%), inset 0 0 6px rgb(249 149 94/10%);
        border-radius: 5px;
        font-size: 10px;
        line-height: 10px
    }

    .snippet-image__promo img {
        margin-top: 5px;
        width: 19px;
        height: 19px
    }

    .snippet-desc {
        width: 136px
    }

    .snippet-desc__name {
        margin-bottom: 2px
    }

    .snippet-desc__additional {
        margin-bottom: 10px
    }

    .snippet-offer__arrow-mini {
        width: 6px;
        height: 6px
    }

    .snippet-offer-item {
        width: 144px;
        padding: 4px 4px 4px 10px;
        margin-bottom: 4px;
        border-radius: 5px
    }

    .snippet-offer-item__cost, .snippet-offer-item__package {
        margin-top: 0
    }

    .snippet-offer-item__package--over {
        font-size: 7px;
        line-height: 10px;
        padding: 1px 5px 2px;
        border-radius: 2px
    }

    .snippet-offer-item__package--under {
        width: 46px;
        top: -1px
    }

    .snippet-offer-item__cost--over {
        font-size: 7px;
        line-height: 10px;
        padding: 1px 4px;
        border-radius: 2px
    }

    .snippet-offer-item__cost--under {
        top: -1px;
        margin-bottom: 5px;
        font-size: 7px;
        line-height: 10px
    }

    .snippet-offer-item .add_to_cart-button {
        margin-left: 0;
        grid-area: cart
    }

    .snippet-offer-item__package img {
        max-height: 19px
    }

    .snippet-offer__toggle img {
        width: 6px;
        height: 6px;
        margin-left: 5px
    }

    .snippet-offer__toggle {
        padding-bottom: 12px;
        margin-top: 4px
    }

    .snippet-offer__wrap {
        border-radius: 0 0 10px 10px
    }

    .snippet-offer__wrap-hidden {
        max-height: 28px
    }

    .snippet.snippet-mini, .snippets-minify .snippet {
        width: 203px;
        border-radius: 5px
    }

    .snippet.snippet-mini .favorite, .snippets-minify .snippet .favorite {
        right: 10px;
        top: 10px;
        width: 9px;
        height: 9px
    }

    .snippet.snippet-mini .snippet-image, .snippets-minify .snippet-image {
        padding: 7px 6px 7px 7px
    }

    .snippet.snippet-mini .snippet-image > img, .snippets-minify .snippet-image > img {
        max-width: 45px;
        max-height: 45px
    }

    .snippet.snippet-mini .snippet-image__promo, .snippets-minify .snippet-image__promo {
        top: -2px;
        left: -2px
    }

    .snippet.snippet-mini .snippet-image__promo img, .snippets-minify .snippet-image__promo img {
        margin-top: 0;
        width: 12px;
        height: 12px
    }

    .snippet.snippet-mini .snippet__main, .snippets-minify .snippet__main {
        margin-top: 10px;
        margin-bottom: 6px
    }

    .snippet.snippet-mini .snippet-desc, .snippets-minify .snippet-desc {
        width: 137px;
        margin: 0 0 1px
    }

    .snippet.snippet-mini .snippet-desc__name, .snippets-minify .snippet-desc__name {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 2px
    }

    .snippet.snippet-mini .snippet-desc__additional, .snippets-minify .snippet-desc__additional {
        font-size: 7px;
        line-height: 10px;
        margin-bottom: 7px
    }

    .snippet.snippet-mini .snippet-offer__arrow-mini, .snippets-minify .snippet-offer__arrow-mini {
        left: 98px;
        bottom: -4px
    }

    .snippet.snippet-mini .snippet-offer-item, .snippets-minify .snippet-offer-item {
        width: 137px;
        margin: 0 0 2px
    }

    .snippet.snippet-mini .snippet-offer-item__package--over, .snippets-minify .snippet-offer-item__package--over {
        padding: 1px 4px;
        font-size: 7px;
        line-height: 10px;
        top: -6px
    }

    .snippet.snippet-mini .snippet-offer-item__package--under, .snippets-minify .snippet-offer-item__package--under {
        width: 42px;
        font-size: 7px;
        line-height: 9px;
        margin-bottom: 6px
    }

    .snippet.snippet-mini .snippet-offer__mini, .snippets-minify .snippet-offer__mini {
        width: 203px;
        margin-left: -58.8px;
        padding-right: 5.4px
    }

    .snippet.snippet-mini .snippet-offer-item p, .snippets-minify .snippet-offer-item p {
        padding-top: 5px
    }

    .snippet.snippet-mini .snippet-offer-item__package, .snippets-minify .snippet-offer-item__package {
        font-size: 7px;
        line-height: 10px
    }

    .snippet.snippet-mini .snippet-offer-item__cost--over, .snippets-minify .snippet-offer-item__cost--over {
        padding: 1px 4px;
        font-size: 7px;
        top: -6px
    }
    .snippets-minify .snippet-offer-item__cost--over {
        top: 0
    }

    .snippet.snippet-mini .snippet-offer-item__cost, .snippets-minify .snippet-offer-item__cost {
        padding-right: 10px;
        font-size: 9px;
        line-height: 10px
    }

    .snippet.snippet-mini .snippet-offer-item__cost--under, .snippets-minify .snippet-offer-item__cost--under {
        font-size: 7px;
        line-height: 9px;
        margin-bottom: 6px
    }

    .snippet.snippet-mini .snippet-offer-item .add_to_cart-button, .snippets-minify .snippet-offer-item .add_to_cart-button {
        margin-left: 12px;
        margin-bottom: 2px
    }

    .snippet.snippet-mini .snippet-offer-item__package img, .snippets-minify .snippet-offer-item__package img {
        max-height: 10px
    }

    .snippet--vet .snippet-desc {
        width: 144px
    }

    .snippet--vet .snippet-desc__additional {
        margin-bottom: 10px
    }

    .snippet-desc__vet {
        margin-bottom: 4px;
        padding: 3px 0 6px;
        font-size: 10px;
        line-height: 10px
    }

    .snippet--vet .snippet-offer-item {
        padding: 4px 10px 29px
    }

    .snippet-offer-item--vet__button {
        font-size: 10px;
        line-height: 10px;
        border-radius: 5px;
        z-index: 1;
        opacity: 1;
        right: 7px;
        bottom: 7px;
        padding: 3px 6px 6px
    }

    .snippets-minify .snippet--vet .snippet-offer-item {
        width: 128px
    }

    .snippets-minify .snippet-desc__vet {
        font-size: 7px
    }

    .snippets-minify .snippet-offer-item--vet__button {
        padding: 1px 4px;
        font-size: 7px;
        line-height: 10px;
        border-radius: 2px;
        bottom: 5px;
        right: 10px
    }

    .snippets-minify .snippet--vet .snippet-offer-item p {
        padding-bottom: 19px
    }

    .snippet-offer-item--vet__button span:last-child svg {
        width: 7px;
        height: 7px;
        margin-left: 4px
    }

    .snippets-minify .snippet--vet .snippet-offer__arrow-mini {
        left: 122px
    }
}

@media screen and (max-width: 767px) {
    .snippet, .snippet--vet .snippet-desc, .snippet.snippet-mini, .snippet.snippet-mini .snippet-offer__hidden, .snippet.snippet-mini .snippet-offer__wrap-hidden, .snippets-minify .snippet, .snippets-minify .snippet-offer__hidden, .snippets-minify .snippet-offer__wrap-hidden {
        width: 100%
    }

    .snippet-image {
        height: auto;
        padding-top: 40px;
        padding-bottom: 24px
    }

    .snippet-image > img {
        max-height: 230px;
        max-width: 230px
    }

    .snippet-desc {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px
    }

    .snippet-desc__additional {
        padding-left: 16px;
        padding-right: 16px
    }

    .snippet-offer-item {
        width: calc(100% - 48px)
    }

    .snippet-image:hover > img {
        filter: none
    }

    .snippet-image__button {
        display: none
    }

    .snippet-image:hover + .snippet__main .snippet-desc .snippet-desc__name {
        color: #0b273d
    }

    .snippet.snippet-mini .snippet-image > img, .snippets-minify .snippet-image > img {
        max-width: 61px;
        max-height: 61px
    }

    .snippet.snippet-mini .snippet__main, .snippets-minify .snippet__main {
        width: 100%;
        margin-bottom: 0;
        margin-top: 12px
    }

    .snippet.snippet-mini .snippet-desc, .snippet.snippet-mini .snippet-desc__additional, .snippets-minify .snippet-desc, .snippets-minify .snippet-desc__additional {
        padding-left: 0;
        padding-right: 0
    }

    .snippet.snippet-mini .snippet-desc__additional, .snippets-minify .snippet-desc__additional {
        margin-bottom: 5px
    }

    .snippet.snippet-mini .snippet-desc__name, .snippets-minify .snippet-desc__name {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 18px
    }

    .snippet.snippet-mini .snippet-desc, .snippets-minify .snippet-desc {
        width: 58%;
        position: absolute;
        left: 83px;
        top: 12px
    }
    .snippets-minify .snippet-desc {
        width: 58%;
        position: relative;
        left: 83px;
        top: 12px
    }

    .snippet.fish.snippet-mini .snippet-desc, .snippet.living.snippet-mini .snippet-desc, .snippets-minify .snippet.fish .snippet-desc, .snippets-minify .snippet.living .snippet-desc {
        left: 95px;
        width: 65%
    }

    .snippet.snippet-mini .snippet-image, .snippets-minify .snippet-image {
        width: 61px;
        height: 61px;
        position: absolute;
        left: 0;
        top: 0
    }

    .snippet.snippet-mini .snippet-offer, .snippets-minify .snippet-offer {
        margin-top: 98px
    }
    .snippets-minify .snippet-offer {
        margin-top: 40px
    }

    .snippet.snippet-mini .snippet-offer-item, .snippets-minify .snippet-offer-item {
        width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto
    }

    .snippet.snippet-mini .snippet-offer__arrow-mini, .snippets-minify .snippet-offer__arrow-mini {
        left: 75% !important;
    }

    .snippet.snippet-mini .snippet-offer__mini, .snippets-minify .snippet-offer__mini {
        width: calc(100% + 1.6px);
        margin-left: -.8px;
        padding-right: 0
    }

    .snippet--vet .snippet-offer-item--vet__button {
        opacity: 1;
        z-index: 1
    }

    .snippets-minify .snippet--vet .snippet-offer-item {
        width: calc(100% - 32px)
    }

    .snippets-minify .snippet--vet .snippet-offer__arrow-mini {
        left: 301px
    }

    .snippet-offer__wrap-hidden {
        margin-right: -.2px;
        margin-left: -.2px
    }

    .snippets-minify .snippet--vet .snippet-offer-item p {
        padding-bottom: 18px
    }

    .snippets-minify .snippet--vet .snippet-desc {
        width: 58%
    }
}
/* End */


/* Start:/bitrix/templates/gar_new/style/lib/swiper-bundle.min.css?165935238115564*/
/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/gar_new/components/bitrix/menu/template_bottom_menu/style.css?1723730478671*/
.footer .footer__col.nav .footer__col-links-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 10px;
}
.footer .footer__col.nav .black-night-container {
  position: absolute;
}
.footer .footer__col.nav .black-night-container a {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer .footer__col.nav {
    height: auto;
max-height: 210px;
  }
  .footer .footer__col.nav .footer__col-links-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer .footer__col.nav .black-night-container {
    position: initial;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/gar_new/style/reviews.min.css?169398727214379*/
.reviews-search img,.reviews-search svg{width:12px;height:12px;right:13px;top:13px}.review-item--service .js-accordion-wrap .review-item-content__item::after,.review-item--single .js-accordion-wrap .review-item-content__item::after,.review-item--w-image .js-accordion-wrap .review-item-content__item::after{content:'';left:0;bottom:0;background:linear-gradient(180deg,rgba(247,247,248,0) 0,#f7f7f8 100%);opacity:1;z-index:1;transition:.3s}.review-item-header__img-enhance:hover svg,.review_image__link:hover .icon{fill:#fff}.reviews>.h1{margin-bottom:24px}.reviews__main{position:relative}.reviews-tabs{width:fit-content;display:flex;column-gap:22px;border-bottom:.8px solid #e7e9ec;margin-bottom:32px}.reviews-tabs .link{display:block;width:fit-content;border-bottom:1.6px solid transparent;padding-bottom:12px;margin-bottom:-1px;font-size:20px;line-height:30px}.reviews__main.active .reviews-tabs .link:last-child,.reviews__main:not(.active) .reviews-tabs .link:first-child{color:#0b273d;border-color:#0b273d;pointer-events:none}.reviews-contents__item:first-child,.reviews__main.active .reviews-contents__item:last-child{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between;row-gap:30px}.review-item-content.js-accordion-wrap.active .review-item-content__show span:first-child,.review-item-content__show span:not(:first-child),.reviews-contents__item:last-child,.reviews__main.active .reviews-contents__item:first-child{display:none}.review-item{width:660px;border:.8px solid #e7e9ec;border-radius:16px;overflow:hidden}.review-item-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px}.review-item-header__img{position:relative;width:72px;height:72px;margin-right:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.review-item-header__main{display:flex;align-items:flex-start}.review-item-header__mark{display:flex;align-items:center;column-gap:16px;margin-top:8px}.review-item-header__button{white-space:nowrap;display:flex;align-items:center;column-gap:6px;border:.8px solid #3d9cea;border-radius:8px;padding:6px 20px 8px;font-size:16px;line-height:24px;color:#3d9cea;transition:.3s}.review-item-header__button:hover{background:#eff7fd;border-color:#eff7fd}.review-item-header__img-enhance{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;background:#eff7fd;border-radius:8px;opacity:0;transition:.3s;cursor:pointer}.review-item-header__img img{transition:.3s;max-height:100%}.review-item-header__img:hover .review-item-header__img-enhance{opacity:1}.review-item-header__img-enhance:hover{background:#3d9cea}.review-item-header__img:hover img{filter:blur(5px)}.review-item-content{background:#f7f7f8;border-top:.8px solid #e7e9ec;scrollbar-color:#E7E9EC transparent;scrollbar-width:thin}.review-item--multiple .review-item-content__item{padding:24px 60px 26px 20px;margin-right:-8px;border-top:.8px solid #e7e9ec}.review-item--multiple .review-item-content__item:first-child{border-top:none}.review-item-content__item-mark{display:flex;column-gap:8px;margin-top:8px;margin-bottom:8px}.review-item--multiple .review-item-content{max-height:283px;overflow:auto;padding-right:8px}.review-item-content::-webkit-scrollbar{width:8px}.review-item-content::-webkit-scrollbar-track{background:0 0}.review-item-content::-webkit-scrollbar-thumb{border-left:1.6px solid #e7e9ec}.pagination__item.active,.pagination__item:hover,.reviews-contents-service-switch__item.active{border-color:#0b273d}.review-item-content__item-images{display:flex;column-gap:8px;margin-top:16px}.review-item-content__item-images img{max-width:100px;max-height:100px;cursor:pointer}.popup--review_image{width:fit-content;padding:36px 32px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff}.popup--review_image .js-popup-close{right:-54px;top:0}.popup--review_image.popup>.js-popup-close img{opacity:1}.popup--review_image .js-popup-close.h-border{border:1px solid #e7e9ec!important;opacity:.5}.popup--review_image .js-popup-close.h-border:hover{opacity:1}.popup--review_image .review_image{height:636px}.review-item--single .review-item-content,.review-item--w-image .review-item-content{padding:24px 60px 26px 20px}.review-item--single .review-item-content__item{position:relative;max-height:128px;overflow:hidden;transition:.3s}.review-item--w-image .review-item-content__item{position:relative;max-height:198px;overflow:hidden;transition:.3s}.review-item--single .js-accordion-wrap .review-item-content__item::after{width:100%;height:72px;position:absolute}.review-item--w-image .js-accordion-wrap .review-item-content__item::after{width:100%;height:144px;position:absolute}.review-item-content__show{display:flex;align-items:center;column-gap:6px;margin-top:4px;cursor:pointer}.review-item-content__show>img{transition:.3s}.review-item-content.js-accordion-wrap.active .review-item-content__item::after{z-index:-1;opacity:0}.review-item-content.js-accordion-wrap.active .review-item-content__show span:not(:first-child){display:block}.review-item-content.js-accordion-wrap.active .review-item-content__show>img{transform:rotate(-90deg)}.review-item-header__description>.p2.gray{margin-top:8px}.review-item-header__description{max-width:316px}.reviews-search{width:430px;position:absolute;right:0;top:4px}.reviews-search__input{position:relative;z-index:2;width:100%;padding:6px 16px 8px 12px;border:1px solid #e7e9ec;border-radius:8px;outline:0;transition:.3s;font-size:15px;line-height:20px;background:0 0}.reviews-search__input::placeholder{color:#99a4ae}.review_image__link:hover,.reviews-button:hover{background:#3d9cea;color:#fff}.reviews-search__input:focus-within{border-color:#0b273d}.reviews-search img{position:absolute;z-index:1;transition:.3s}.reviews-search svg{position:absolute;cursor:pointer;transition:.3s}.reviews-search svg:hover{fill:#0B273D}.reviews-search__input:placeholder-shown+svg{opacity:0;z-index:0}.reviews-search__input:not(:placeholder-shown)+svg{opacity:1;z-index:2}.reviews-search__input:not(:placeholder-shown)+svg+img{opacity:0}.review-item--service .review-item-header{padding:12px 12px 14px 20px;align-items:center}.review-item--service .review-item-header>img{filter:grayscale(100%);transition:.3s}.review-item--service:hover .review-item-header>img{filter:grayscale(0)}.review-item--service .review-item-content{padding:24px 60px 26px 20px}.review-item--service .review-item-content .review-item-content__item-mark{margin-top:0}.review-item--service .review-item-content__item{max-height:96px;overflow:hidden;transition:.3s;position:relative}.review-item--service .js-accordion-wrap .review-item-content__item::after{width:100%;height:72px;position:absolute}.reviews-contents-service__header{width:100%;margin-bottom:32px;position:relative}.reviews-contents-service-switch{display:flex;column-gap:12px;margin-top:16px}.reviews-contents-service-switch__item{padding:7px 16px 9px;border:1px solid #e7e9ec;border-radius:8px;cursor:pointer;transition:.3s}.reviews-button{padding:12px 36px 16px;background:#eff7fd;border-radius:8px;font-weight:700;font-size:20px;line-height:28px;color:#3d9cea;cursor:pointer;outline:0;border:none;transition:.3s}.reviews-contents-service__new{position:absolute;right:0;top:0}.popup--review_new,.popup--review_thanks{width:478px;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:36px 48px 48px}.popup--review_new .js-popup-close,.popup--review_thanks .js-popup-close{top:16px;right:16px}.popup--review_new>.p2{margin-top:16px;margin-bottom:14px}.popup--review_new>.field--rating{margin-top:10px;margin-bottom:14px}.popup--review_new textarea{height:103px}.review_new-footer{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.review_new-footer>.p3.gray{width:159px}.popup--review_thanks .h2{margin-bottom:16px}.review_image__link{width:fit-content;padding:6px 20px 8px;display:flex;align-items:center;column-gap:6px;margin-top:24px;border:1.6px solid #3d9cea;color:#3d9cea;border-radius:8px;transition:.3s;margin-right:auto;margin-left:auto}.pagination__container{display:flex;margin-top:48px;column-gap:8px;align-items:center}.pagination__item{width:38px;height:38px;border:.8px solid #e7e9ec;border-radius:8px;cursor:pointer;transition:.3s}.pagination__item.pagination__item-next,.pagination__item.pagination__item-prev{width:fit-content;height:fit-content;border:none}.pagination__item a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:15px;line-height:20px}.pagination__item.pagination__item-next a,.pagination__item.pagination__item-prev a{font-size:16px;line-height:24px;color:#99a4ae}.pagination__item.pagination__item-next{margin-left:16px}.pagination__item.pagination__item-next .pagination__arrow{margin-left:8px}.pagination__item.pagination__item-prev{margin-right:16px}.pagination__item.pagination__item-prev .pagination__arrow{margin-right:8px;transform:rotate(180deg)}.reviews{margin-bottom:80px}.reviews .not_found{width:430px;font-weight:700;font-size:18px;line-height:24px;margin-left:auto;margin-top:-15px}@media (max-width:1439px){.pagination__item.pagination__item-next a,.pagination__item.pagination__item-prev a,.review-item-header__button,.reviews-tabs .link{font-size:14px;line-height:20px}.reviews{margin-bottom:72px}.reviews>.h1{margin-bottom:16px}.reviews-tabs{column-gap:16px}.reviews-tabs .link{padding-bottom:8px}.reviews-search{width:350px;top:-10px}.review-item{width:540px}.review-item-header{padding:16px}.review-item-header__img{width:69px;height:69px}.review-item-header__description{max-width:224px}.review-item-header__mark{column-gap:12px}.review-item-header__button{padding:8px 20px 10px}.pagination__arrow,.review-item-header__button img,.review_image__link svg{width:10px;height:10px}.review-item--single .review-item-content,.review-item--w-image .review-item-content{padding:20px 40px 20px 16px;border-radius:0 0 16px 16px}.review-item-content__item-mark{column-gap:6px}.review-item-content__item-mark img{width:14px;height:14px}.review-item--single .review-item-content__item{max-height:110px}.review-item--single .js-accordion-wrap .review-item-content__item::after{height:60px}.review-item--multiple .review-item-content__item{padding:20px 40px 20px 16px}.review-item--w-image .review-item-content__item{max-height:177px}.review-item-content__item-images{margin-top:12px;column-gap:2px}.review-item--w-image .js-accordion-wrap .review-item-content__item::after{height:92px}.review-item-content__item-images img{max-height:64px;max-width:64px}.pagination__container{margin-top:36px}.popup--review_image{padding:32px}.popup--review_image .review_image{height:400px}.review-item--multiple .review-item-content{max-height:244px}}@media screen and (max-width:1199px) and (min-width:768px){.pagination__item a,.pagination__item.pagination__item-next a,.pagination__item.pagination__item-prev a,.review-item-header__button,.reviews-search__input,.reviews-tabs .link{font-size:9px;line-height:12px}.reviews{margin-bottom:45px}.reviews>.h1{margin-bottom:10px}.reviews-tabs{margin-bottom:20px;column-gap:10px}.reviews-tabs .link{padding-bottom:5px}.reviews-contents__item:first-child,.reviews__main.active .reviews-contents__item:last-child{row-gap:19px}.reviews-search{width:218px;top:-6px}.reviews-search__input{padding:4px 10px 5px 7px;border-radius:5px}.reviews-search img,.reviews-search svg{width:7px;height:7px;right:8px;top:11px}.review-item{width:335px;border-radius:10px}.review-item-header{padding:10px}.review-item-header__img{width:43px;height:43px;margin-right:12px}.review-item-header__img-enhance{display:none}.review-item-header__img:hover img{filter:none}.review-item-header__description{width:139px}.review-item-header__mark{column-gap:7px;margin-top:5px}.review-item-header__button{padding:5px 12px 6px;border-radius:5px;column-gap:4px}.review-item-content__show>img,.review-item-header__button img{width:6px;height:6px}.popup--review_image .js-popup-close img,.review-item-content__item-mark img{width:9px;height:9px}.review-item--single .review-item-content,.review-item--w-image .review-item-content{padding:12px 25px 12px 10px;border-radius:0 0 10px 10px}.review-item--single .review-item-content__item{max-height:68px}.review-item-content__item-mark{column-gap:4px;margin-bottom:5px;margin-top:5px}.review-item--multiple .review-item-content__item{padding:12px 25px 12px 10px;margin-right:-5px}.review-item--multiple .review-item-content{padding-right:5px;max-height:152px}.review-item-content::-webkit-scrollbar{width:5px}.review-item--w-image .review-item-content__item{max-height:110px}.review-item-content__item-images{margin-top:7px}.review-item-content__item-images img{max-height:40px;max-width:40px}.review-item-content__show{column-gap:4px;margin-top:2px}.pagination__container{margin-top:22px;column-gap:5px}.pagination__item{width:24px;height:24px;border-radius:5px}.pagination__arrow,.review_image__link svg{width:6px;height:6px}.pagination__item.pagination__item-prev .pagination__arrow{margin-right:5px}.pagination__item.pagination__item-next .pagination__arrow{margin-left:5px}.pagination__item.pagination__item-next{margin-left:10px}.pagination__item.pagination__item-prev{margin-right:10px}.popup--review_image .review_image{height:311px}.popup--review_image{padding:20px;border-radius:10px}.popup--review_image .js-popup-close{width:24px;height:24px;right:-34px;border-radius:5px}.review_image__link{padding:4px 12px 5px;column-gap:4px;margin-top:15px;border-radius:5px}}@media screen and (max-width:767px){.popup--review_image,.popup--review_new,.popup--review_thanks{width:100%;height:100%;left:0;top:0;transform:none}.review-item-header__img-enhance{display:none}.review-item-header__img:hover img{filter:none}.reviews-search{position:relative;top:0}.review-item-header{flex-direction:column}.review-item-header__button{margin-top:16px}.popup--review_image{padding:75px 0 0}.popup--review_image .review_image{height:300px;margin-right:auto;margin-left:auto}.popup--review_image .js-popup-close.h-border{opacity:1!important;border:.8px solid #e7e9ec!important;right:calc(50% - 165px);top:10px}.popup--review_image.popup>.js-popup-close img{filter:brightness(.3)}.popup--review_thanks{padding:36px 0 0}.popup--review_thanks p{width:330px;margin-right:auto;margin-left:auto}}
/* End */
/* /bitrix/templates/gar_new/style/reset.css?1659352381622 */
/* /bitrix/templates/gar_new/style/index.min.css?174185616131012 */
/* /bitrix/templates/gar_new/style/header-footer.min.css?174886345922122 */
/* /bitrix/templates/gar_new/style/components/snippet.min.css?174289056830538 */
/* /bitrix/templates/gar_new/style/lib/swiper-bundle.min.css?165935238115564 */
/* /bitrix/templates/gar_new/components/bitrix/menu/template_bottom_menu/style.css?1723730478671 */
/* /bitrix/templates/gar_new/style/reviews.min.css?169398727214379 */
