

/* Start:/local/templates/air/assets/css/normalize.css?17161715866211*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

ul, li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}
/* End */


/* Start:/local/templates/air/assets/css/filter.css?170925373217716*/
.filter {
    width: 100%;
    min-width: 250px;
    margin-top: 32px;
}

.filter .filter__wrapper {
    position: relative;
}

.filter__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter .filter__item {
    position: relative;
}

.filter .filter__item:first-child {
    margin-top: 0;
}

.filter .filter__item-title {
    display: inline-flex;
    font-weight: 700;
}

@media (min-width: 992px) {
    .filter .filter__wrapper .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .filter .filter__wrapper .col-md-4:nth-child(2n+1) {
        clear: both;
    }
}

.filter .filter__item-title span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-black);
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: var(--transition-default);
}

.filter .filter__item-title span:hover {
    color: var(--color-red);
}

.filter .filter__block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: margin-top .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.filter .filter__button-box .filter__block,
.filter .filter__item.bx-active .filter__block {
    display: block;
}

.filter i.filter__sub {
    position: absolute;
    bottom: 12px;
    display: block;

    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: var(--color-gray-mid);
}

.filter i.filter__sub.filter__sub--left {
    left: 12px;
}

.filter i.filter__sub.filter__sub--right {
    font-size: 16px;
    font-weight: 500;
    right: 12px;
}

.filter__item-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter__item-container--price {
    margin-top: 20px;
    padding-bottom: 20px;
}

.filter__item-container .checkbox {
    display: inline-flex;
}

.filter__item-container .checkbox:first-child {
    margin-top: 16px;
}

.filter .filter__item-container-block {
    position: relative;
    flex-grow: 1;
    max-width: 50%;
}

.filter .filter__input-container {
    display: flex;
}

.filter .filter__input-container input {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 40px 10px;
    border: 1px solid var(--color-gray-mid);
    border-radius: var(--box-radius-small);
    background: transparent;
    outline: none
}

.filter .filter__input-container input.filter__price {
}

.bx-retina .filter .filter__input-container input {
    border-style: solid;
    border-width: 1px;
    border-image: url(/local/templates/air/assets/css/../img/filter/border_default.png) 2 repeat;
}

.bx-ios .filter .filter__input-container input {
    background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.filter .filter__button-box {
    clear: both;
    margin-top: 16px;
}

.filter .filter__block.filter__block-btns {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btn.btn-clear-filter {
    background-color: var(--color-red-light);
    border-color: transparent;
}

.btn.btn-clear-filter:hover {
    background-color: var(--color-red-light);
    border-color: var(--color-primary);
}

.filter__price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.filter .bx-ui-slider-track-container {
    z-index: 1;
    width: 100%;
    padding-block: 4px;
    padding-top: 20px;
}

.filter .bx-ui-slider-track {
    position: relative;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-gray-mid);
}

.filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: var(--color-gray-mid);
}

.filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.filter .bx-ui-slider-part.p2 {
    left: 25%;
}

.filter .bx-ui-slider-part.p3 {
    left: 50%;
}

.filter .bx-ui-slider-part.p4 {
    left: 75%;
}

.filter .bx-ui-slider-part.p5 {
    right: -1px;
}

.filter .bx-ui-slider-part span {
    font-size: 11px;

    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

.filter .bx-ui-slider-part.p2 span,
.filter .bx-ui-slider-part.p3 span,
.filter .bx-ui-slider-part.p4 span {
    color: #6b8086;
}

.filter .bx-ui-slider-range,
.filter .bx-ui-slider-pricebar,
.filter .bx-ui-slider-pricebar-vd,
.filter .bx-ui-slider-pricebar-vn,
.filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.filter .bx-ui-slider-range {
    z-index: 101;
}

.filter .bx-ui-slider-pricebar {
    z-index: 100;
}

.filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
}

.filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
}

.filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    background-color: var(--color-red);
}

.filter .bx-ui-slider-handle {
    position: absolute;
    z-index: 81;
    top: -4px;
    display: flex;
}

.filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.filter .bx-ui-slider-handle.left {
    left: 0;
}

.filter .bx-ui-slider-handle.right {
    right: 0;
}

.filter .filter__select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter .filter__select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: 1px solid var(--color-black);
    border-radius: var(--box-radius-small);
    background: #fff;
    cursor: pointer;
}

.filter .filter__select-text {
    padding: 16px;
    font-size: 16px;
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.filter .filter__select-text.fix {
    min-width: 120px;
}

.filter .filter__select-text label {
    cursor: pointer;
}

.filter .filter__select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: url('/local/templates/air/assets/css/../img/filter/dropbox-arrow.svg') no-repeat center;
}

.filter__select-popup {
    display: none;
    z-index: 2;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    min-width: 173px;
    border-radius: var(--box-radius-small);
    border: 1px solid var(--color-black);
}

.filter__select-popup.show {
    display: block;
}

.filter__select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter__select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.filter__select-popup ul li:first-child {
    border-bottom: 1px solid #e5e5e5;
}

.filter__select-popup ul li label {
    font-size: 16px;
    line-height: 26px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 8px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #575757;
}

.filter__select-popup ul li label.selected,
.filter__select-popup ul li label:hover {
    background-color: var(--color-gray-light);
}

.filter__select-popup ul li:first-of-type label.selected,
.filter__select-popup ul li:first-of-type label:hover {
    border-radius: 8px 8px 0 0;
}

.filter__select-popup ul li:last-of-type label.selected,
.filter__select-popup ul li:last-of-type label:hover {
    border-radius: 0 0 8px 8px;
}

.filter__select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
    pointer-events: none;
    cursor: default;
}

.filter__select-popup ul li .filter__param-text {
    line-height: 34px !important;
}

.filter .filter__tag {
    padding: 18px;
}

.filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
}

.filter .bx-tag-link.bx-active,
.filter .bx-tag-link:hover {
    color: #1d3d46;
}

.filter .filter__param-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.filter .filter__param-label.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.filter .filter__param-btn-inline .filter__param-label {
    float: left;
    display: block;
    margin-right: 5px;
}

.filter .filter__param-btn-block .filter__param-label {
    display: block;
}

.filter .filter__param-label {
    /*font-size: 13px;*/
}

.filter .filter__param-label.dib {
    display: inline-block;
}

.filter .filter__param-text {
    font-weight: normal;
}

.filter .filter__param-label.disabled .filter__param-text {
    color: #6c6c6c;
}

.filter__select-popup .filter__param-label.bx-active {
    background: #f3f8fa;
}

.filter .filter__param-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter .filter__param-label .filter__param-text::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--color-gray-mid);
    border-radius: 4px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.filter .filter__param-label input:not(:disabled):not(:checked) + .filter__param-text:hover::before {
    background-image: url(/local/templates/air/assets/css/../img/filter/filter-check-hover.svg);
}

.filter .filter__param-label input:not(:disabled):active + .filter__param-text::before {
    background-color: var(--color-black);
    background-image: url(/local/templates/air/assets/css/../img/filter/filter-check-active.svg);
}

.filter .filter__param-label input:not(:disabled):active + .filter__param-text::before,
.filter .filter__param-label input:focus:not(:checked) + .filter__param-text::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.filter .filter__param-label input:checked + .filter__param-text::before {
    background-color: var(--color-black);
    background-image: url(/local/templates/air/assets/css/../img/filter/filter-check-active.svg);
}

.filter .filter__input-checkbox {
}

.filter .filter__input-checkbox input[type=radio],
.filter .filter__input-checkbox input[type=checkbox] {
}

.filter .filter__input-checkbox .filter__param-text {
    display: flex;
    align-items: center;
    text-align: left;
}

.filter .filter__param-btn {
    font-weight: normal;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    cursor: pointer;
}

.bx-retina .filter .filter__param-btn {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/air/assets/css/../img/filter/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/air/assets/css/../img/filter/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/air/assets/css/../img/filter/border_default.png) 2 repeat;
    border-image: url(/local/templates/air/assets/css/../img/filter/border_default.png) 2 repeat;
}

.filter .filter__param-btn.bx-color-sl {
}

.filter .filter__param-label.disabled .filter__param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none
}

.filter .filter__param-label.disabled .filter__param-btn.bx-color-sl {
    position: relative;
}

.filter .filter__param-label.disabled .filter__param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7;
}

.filter .filter__param-btn .filter__param-text {
    line-height: 26px;
}

.filter .filter__param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent;
}

.filter .filter__param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.filter .filter__param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.filter .filter__param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.filter span.bx-spm {
    font-size: 18px;

    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000;
}

.filter__select-popup .filter__select-text-icon,
.filter .filter__select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}

.filter__select-popup .filter__btn-color-icon,
.filter .filter__btn-color-icon {
    line-height: 24px;

    border-radius: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-background-size: cover;
    background-size: cover;
}

.filter__select-popup .filter__btn-color-icon {
    width: 20px;
    height: 20px;
    margin: 2px 0;
    top: 0 !important;
}

.filter .filter__select-block .filter__btn-color-icon {
    top: -1px !important;
}

.filter__btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none
}

.filter__btn-color-icon.all:after,
.filter__btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.filter__btn-color-icon.all:after {
    right: 0;
    bottom: 0;
}

.filter__btn-color-icon.all:before {
    top: 0;
    left: 0;
}

.filter .filter__param-label.disabled .filter__btn-color-icon {
    opacity: .2;
}

.filter .filter__parameter-biz {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #1485ce;
    border-bottom: 1px dashed;
}

.filter .filter__parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.filter .filter__parameter-biz.bx-active {
    position: relative;

    color: #000;
    border-color: transparent;
}

.filter .filter__popup-result {
    display: none;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    margin-top: -7px;
    margin-left: 10px;
    padding: 6px 10px 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 55px;
    line-height: 18px;
    border: 1px solid #C6DCE7;
    border-radius: 4px;
}

.filter .filter__popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_left.png) 4 20 4 4 fill repeat;
}

.filter .filter__popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/air/assets/css/../img/filter/result_popup_right.png) 4 4 4 20 fill repeat;
}

.filter .filter__popup-result.right {
    left: 97%;
}

.filter .filter__popup-result.left {
    right: 97%;
}

.filter__horizontal .filter__popup-result {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}

.filter .filter__popup-result a {
    display: block;
    margin-top: 14px;
    color: var(--color-black);
    line-height: 10px;
    transition: color var(--transition-default);
    text-decoration: none;
}

.filter .filter__popup-result a:hover {
    color: var(--color-red);
}

.filter .filter__popup-result-close {
    display: none;
}

@media screen and (max-width: 1023px) {
    .filter__price-wrap {
        width: auto;
    }
}

@media screen and (max-width: 767px) {

}
/* End */


/* Start:/local/templates/air/assets/js/swiper/swiper-bundle.min.css?169476190518452*/
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.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:var(--swiper-navigation-top-offset,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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display: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;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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:var(--swiper-pagination-bullet-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:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);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-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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:var(--swiper-pagination-progressbar-size,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:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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;touch-action:none}.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{pointer-events:auto}.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-prev{pointer-events:auto;visibility:visible}.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-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:/local/templates/air/assets/css/about-company.css?170925373214407*/
.about-banner {
    margin-top: 101px;
    margin-bottom: 198px;
    text-align: center;
}

.about-banner__title {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-black);
    max-width: 980px;
    margin: 0 auto 24px;
}

.about-banner__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
    max-width: 714px;
    margin: auto;
}

.own-manufacturing {
    margin-bottom: 150px;
    padding: 48px 44px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    --text-margin-right: 534px;
}

.own-manufacturing__container {
    max-width: calc(100% - var(--text-margin-right));
}

.own-manufacturing__title {
    font-family: var(--font-extra);
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 24px;
}

.own-manufacturing__title-highlighted {
    color: #a63b9d;
}

.own-manufacturing__text {
    font-size: 16px;
    font-weight: 500;
}

.own-manufacturing__paragraph:not(:last-child) {
    margin-bottom: 19px;
}

.own-manufacturing__image-wrap {
    position: absolute;
    top: -150px;
    right: -24px;
}

.about-advantages {
    position: relative;
    display: flex;
    padding-top: 60px;
    margin-bottom: 154px;
}

.about-advantages__list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.about-advantages__advantage {
    padding: 16px 32px;
    border-radius: 12px;
    transition: all .2s;
}

.about-advantages__advantage-text {
    font-size: 32px;
    font-weight: 700;
    color: #cacaca;
    max-width: 560px;
    transition: all .2s;
}

.about-advantages__advantage:hover {
    background-color: #fff;
}

.about-advantages__advantage:hover .about-advantages__advantage-text {
    color: #23228f;
}

.about-advantages__title {
    flex-grow: 1;
}

.about-advantages__title-text {
    font-size: 64px;
    font-weight: 500;
    color: #ffffff;
    max-width: 470px;
    font-family: var(--font-extra);
}

.about-advantages__title-background {
    position: absolute;
    top: -150px;
    left: -215px;
    z-index: -1;
    width: 758px;
}

.about-advantages__cloud {
    width: 100%;
    height: auto;
}

.about-products {
    margin-bottom: 79px;
}

.about-products__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-black);
    text-align: center;
    max-width: 687px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.about-products__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    text-align: center;
    max-width: 578px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.about-products__labels {
    position: relative;
    height: 462px;
}

.products-label {
    position: absolute;
    padding: 20px;
    border-radius: 12px;
}

.products-label__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.products-label__desc {
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
}

.products-label::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;

}

.about-products__labels-background {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.label-shoes {
    width: 208px;
    background-color: #4912A3;
    rotate: 2.79deg;
}

.label-hats {
    width: fit-content;
    background-color: #6BC80E;
    rotate: -7.465deg;
    top: 40px;
    left: 26%;
}

.label-home {
    width: fit-content;
    background-color: #097233;
    rotate: -3.692deg;
    top: 40px;
    right: 3%;
}

.label-underwear {
    width: fit-content;
    background-color: #D10A0A;
    rotate: -1.237deg;
    top: 160px;
    left: 14%;
}

.label-gloves {
    width: fit-content;
    background-color: #FFB800;
    rotate: 3.625deg;
    top: 140px;
    left: 42%;
}

.label-kids {
    width: 294px;
    background-color: #FF6C19;
    rotate: -2.176deg;
    bottom: 70px;
    left: 22.3%;
}

.label-socks {
    width: fit-content;
    background-color: #0541B7;
    rotate: 1.681deg;
    right: 8.3%;
    bottom: 150px;
}

.about-question {
    background-image: url("data:image/svg+xml,%3Csvg width='699' height='443' viewBox='0 0 699 443' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M529.637 448.272C566.816 443.334 640.47 415.028 637.652 341.309C634.834 267.59 591.67 265.894 570.441 274.261C554.458 281.302 533.957 317.635 588.949 384.144C604.623 401.106 640.186 434.302 661.079 437.156' stroke='%23F0F0F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 8'/%3E%3Cpath d='M547.522 -4.24222C583.3 27.868 641.227 111.197 586.715 187.634C518.574 283.18 374.552 287.854 335.039 289.812C269.705 293.049 223.505 379.1 378.705 453.5' stroke='%23F0F0F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 8'/%3E%3Cpath d='M-103.648 231.964C-62.459 222.245 87.0404 184.063 181.604 270.524C257.254 339.692 218.88 450.475 190.237 497.221' stroke='%23F0F0F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left bottom;
    background-size: contain;
    padding: 30px 88px 30px 40px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.about-question__title-text {
    font-family: var(--font-extra);
    font-size: 64px;
    font-weight: 500;
    color: var(--color-black);
    line-height: .8;
    white-space: nowrap;
    white-space-collapse: preserve;
}

.question-form {
    max-width: 426px;
    flex-grow: 1;
}

.question-form__field {
    display: flex;
    flex-direction: column;
}

.question-form__label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    color: var(--color-black);
    cursor: pointer;
}

.question-form__btn {
    width: 100%;
    margin-top: 12px;
}

.question-form__add-info {
    margin-top: 12px;
    color: var(--color-gray-mid);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.question-form__add-link {
    color: var(--color-gray-mid);
    font-weight: 500;
    text-decoration: none;
}

.question-form__error {
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {

    .about-products {
        margin-left: calc(-1 * var(--offset-container));
        margin-right: calc(-1 * var(--offset-container));
        padding: 0 calc(var(--offset-container));
        overflow: hidden;
    }

}

@media screen and (max-width: 1279px) {

    .own-manufacturing {
        padding: 24px;
    }

    .about-advantages__advantage {
        background-color: #fff;
    }

    .about-advantages__advantage-text {
        color: #23228f;
    }

    .about-advantages__list {
        gap: 12px;
    }

    .about-advantages__title-text {
        margin-right: 50px;
    }

    .label-gloves {
        top: 155px;
    }

    .label-kids{
        left: 10%;
    }

    .label-socks {
        bottom: 135px;
    }

    .about-question {
        padding: 30px;
    }

    .about-question__title-text {
        font-size: 56px;
    }


}

@media screen and (max-width: 1169px) {

    .own-manufacturing {
        --text-margin-right: 395px;
    }

    .own-manufacturing__image-wrap {
        width: 450px;
        top: -100px;
    }

}

@media screen and (max-width: 1023px) {

    .about-banner {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .about-advantages {
        padding-top: 0;
        display: block;
        margin-bottom: 80px;
    }

    .about-advantages__title-background {
        top: -200px;
    }

    .about-advantages__title {
        margin-bottom: 170px;
    }

    .about-advantages__advantage-text {
        max-width: none;
    }

    .own-manufacturing__image-wrap {
        width: 360px;
        top: -20px;
        right: 40px;
    }

    .own-manufacturing__title {
        line-height: 0.8;
    }

    .about-products__labels {
        max-width: 770px;
        margin-left: auto;
        margin-right: auto;
    }

    .label-hats {
        top: 170px;
        left: 250px;
    }

    .label-home {
        top: 20px;
        right: 60px;
    }

    .label-underwear {
        left: 0;
    }

    .label-gloves {
        right: 0;
        left: auto;
    }

    .label-kids {
        left: 0;
    }

    .label-socks {
        bottom: 100px;
    }

    .about-question__title-text {
        font-size: 48px;
    }

}

@media screen and (max-width: 959px) {

    .own-manufacturing__container {
        max-width: none;
    }

    .own-manufacturing__text {
        max-width: 65%;
    }

    .own-manufacturing__image-wrap {
        width: 300px;
        top: 30px;
        right: 10px;
    }

}

@media screen and (max-width: 799px) {

    .label-home {
        right: 35px;
    }

    .label-socks {
        bottom: 230px;
    }

    .label-underwear {
        left: 35px;
    }

    .label-hats {
        top: auto;
        right: 80px;
        bottom: 40px;
        left: auto;
    }

    .label-gloves {
        top: auto;
        right: 120px;
        bottom: 130px;
        rotate: -5deg;
    }

    .about-question__title-text {
        font-size: 40px;
    }

}

@media screen and (max-width: 767px) {

    .own-manufacturing__title {
        font-size: 40px;
    }

    .own-manufacturing__text {
        font-size: 15px;
    }

    .own-manufacturing__image-wrap {
        top: 15px;
        right: -10px;
    }

    .about-banner__title {
        font-size: 32px;
    }

    .about-banner__subtitle {
        font-size: 15px;
    }

    .about-advantages__title-background {
        width: 638px;
        top: -165px;
    }

    .about-advantages__title {
        margin-bottom: 135px;
    }

    .about-advantages__title-text {
        font-size: 56px;
    }

    .about-advantages__advantage {
        padding: 12px 16px;
    }

    .about-advantages__advantage-text {
        font-size: 28px;
    }

    .about-products__title {
        font-size: 32px;
    }

    .about-products__subtitle {
        font-size: 15px;
    }
    
}

@media screen and (max-width: 719px) {

    .about-products__labels {
        height: 602px;
    }

    .label-hats {
        top: 20px;
        right: 43px;
        bottom: auto;
        left: auto;
    }

    .label-home {
        top: 145px;
        right: 10%;
    }

    .label-underwear {
        top: auto;
        right: 6%;
        bottom: 150px;
        left: auto;
    }

    .label-gloves {
        rotate: 3.625deg;
        top: auto;
        bottom: 145px;
        left: 0;
    }

    .label-kids {
        width: fit-content;
        bottom: 20px;
        left: 15%;
    }

    .label-socks {
        right: auto;
        bottom: 245px;
        left: 10%;
    }

    .about-question {
        flex-direction: column;
        gap: 25px;
        background-size: cover;
        background-position: center;
    }

}

@media screen and (max-width: 639px) {

    .own-manufacturing {
        padding: 24px 24px 267px;
    }

    .own-manufacturing__title {
        line-height: 0.8;
        margin-bottom: 19px;
    }

    .own-manufacturing__text {
        max-width: none;
    }

    .own-manufacturing__paragraph:not(:last-child) {
        margin-bottom: 15px;
    }

    .own-manufacturing__container {
        max-width: none;
    }

    .own-manufacturing__image-wrap {
        top: auto;
        right: 50%;
        bottom: -105px;
        transform: translateX(50%);
    }

}

@media screen and (max-width: 539px) {

    .about-banner {
        margin-top: 32px;
        margin-bottom: 24px;
        text-align: left;
    }

    .about-banner__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .about-advantages__title-background {
        width: 558px;
    }

    .about-advantages__title-text {
        font-size: 40px;
    }

    .about-advantages__advantage-text {
        font-size: 22px;
    }

    .about-products {
        margin-bottom: 0;
    }

    .about-products__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .about-products__subtitle {
        margin-bottom: 68px;
    }

    .about-products__labels {
        max-width: 400px;
        min-width: 345px;
        margin-left: auto;
        margin-right: auto;
        height: 572px;
    }

    .about-products__labels-background {
        width: 850px;
        top: 50%;
        transform: scaleX(-1) rotate(45deg) translateX(-50%) translateY(-50%);
        transform-origin: 0 0;
    }

    .products-label::before {
        width: 5px;
        height: 5px;
        top: 7px;
        right: 7px;
    }

    .products-label {
        padding: 12px;
    }

    .products-label__title {
        font-size: 16px;
    }

    .products-label__desc {
        font-size: 12px;
    }

    .label-shoes {
        width: 137px;
        left: 6px;
    }

    .label-hats {
        top: 80px;
        right: 43px;
        left: auto;
    }

    .label-home {
        top: auto;
        right: 0;
        bottom: 125px;
    }

    .label-underwear {
        top: 255px;
        right: 76px;
        bottom: auto;
        left: auto;
    }

    .label-gloves {
        top: 315px;
        bottom: auto;
        left: 0;
    }

    .label-kids {
        width: 193px;
        rotate: 2deg;
        top: 155px;
        bottom: auto;
        left: 2px;
    }

    .label-socks {
        right: auto;
        bottom: 35px;
        left: 19px;
    }

}

@media screen and (max-width: 376px) {

    .own-manufacturing {
        margin-bottom: 180px;
    }

}
/* End */


/* Start:/local/templates/air/assets/css/not-found.css?17092537322256*/
.not-found {
    position: relative;
    margin-left: calc(-1 * var(--offset-container));
    margin-right: calc(-1 * var(--offset-container));
    margin-bottom: -40px;
    padding-left: var(--offset-container);
    padding-right: var(--offset-container);
    padding-top: 140px;
    padding-bottom: 265px;
    overflow:hidden;
}

.not-found__image {
    position: absolute;
    bottom: -40px;
    left: -60px;
    z-index: -1;
}

.not-found__container {
    width: 553px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found__title {
    font-size: 64px;
    font-weight: 500;
    color: var(--color-black);
    font-family: var(--font-extra);
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 3.84px;
}

.not-found__title-bottom {
    margin-left: auto;
    transform: translateY(-30px);
}

.not-found__buttons {
    display: flex;
    gap: 11px;
}

.not-found__button.btn--white {
    background-color: var(--color-red-light);
}

@media screen and (max-width: 1359px) {

    .not-found__image {
        bottom: -100px;
    }

}

@media screen and (max-width: 1023px) {

    .not-found {
        padding-top: 40px;
    }

    .not-found__image {
        bottom: -160px;
    }

}

@media screen and (max-width: 767px) {

    .not-found__container {
        width: 400px;
    }

    .not-found__title-bottom {
        transform: translateY(-20px);
    }

    .not-found__title {
        font-size: 56px;
    }

    .not-found__image {
        bottom: -220px;
    }

    .not-found__image svg {
        width: 200%;
    }

}

@media screen and (max-width: 539px) {

    .not-found {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .not-found__title {
        margin-bottom: 200px;
    }

    .not-found__image {
        bottom: -120px;
    }

    .not-found__buttons {
        flex-direction: column-reverse;
        width: 100%;
    }

    .not-found__button {
        width: 100%;
    }

}

@media screen and (max-width: 439px) {

    .not-found__container {
        width: auto;
    }

    .not-found__title {
        font-size: 48px;
    }

}
/* End */


/* Start:/local/templates/air/assets/css/wholesaler.css?17161808664529*/
.wholesaler {
    background-size: cover;
    margin: 25px 0 45px;
}

:target
{scroll-margin-top:90px;}

.wholesaler__wrapper {
    display: flex;
    flex-direction:column;
    padding: 110px 72px 140px;
    width: 60%;
}

.wholesaler__start-cooperation {
    width: 445px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.about-company {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: #fff;
    padding: 45px 45px 0 45px;
    gap: 40px;
    overflow: hidden;
    margin: 45px 0;
}

.about-company__decoration {
    position: absolute;
    top: 8%;
    left: 0;
}

.about-company__wrapper {
    width: 45%;
}

.about-company__title,
.wholesaler__title,
.contacts-page__title{
    font-family: var(--font-extra);
    font-size: 64px;
    letter-spacing: 1.28px;
    margin:0 0 75px;
}

.about-company__title,
.contacts-page__title{
    font-weight: 500;
}

.wholesaler__title {
    color: #fff;
}
.about-company__title {
    color: #FF8719;
}

.contacts {
    padding: 45px 0;
}
.contacts-page__title {
    margin-bottom: 20px;
}

.about-company__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.about-company__text p {
    margin-bottom: 30px;
}

.about-company__image-block {
    position: absolute;
    width: 610px;
    bottom: -65px;
    right: 45px;
}

.about-company__image-block img {
    width: 100%;
}

.contacts {
    padding: 45px 0;
}

.contacts-page__wholesaler {
    padding: 45px 24px;
}

.clients-section-wholesaler {
    padding: 45px 0;
}

/*form*/

.about-question-wholesaler {
    background-color: var(--color-primary);
    padding-top: 45px;
    margin: 45px 0;
}

.about-question__title-text_wholesaler,
.question-wholesaler.question-form__field label{
    color: #fff;
}

.about-question-wholesaler .form__input:hover,
.about-question-wholesaler .form__input:focus{
    background-color: transparent;
}

.question-form__error_white {
    color: #fff;
}

.btn__text_wholesaler {
    color: var(--color-primary);
}

@media screen and (max-width: 1350px) {

    .about-company__title,
    .wholesaler__title,
    .contacts-page__title,
    .offers__title
   {
        font-size: 48px;
    }

    .wholesaler__wrapper {
        width: 55%;
    }
}

@media screen and (max-width: 1300px) {
    .about-company__image-block {
        width: 580px;
    }
}


@media screen and (max-width: 1200px) {
    .wholesaler__wrapper {
        width: 60%;
        padding: 220px 24px 80px;
    }

    .about-company__image-block {
        position: relative;
        margin: auto;
        width: 100%;
        right: 0;
    }

    .about-company {
        flex-direction: column;
        gap: 0;
    }

    .about-company__wrapper {
        width: 100%;
    }

    .about-company__decoration {
        top: 3%;
    }
}

@media screen and (max-width: 992px) {
    .wholesaler__wrapper {
        padding: 90px 15px;
    }

    .offers__item-title {
        font-size: 16px;
    }

    .offers__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .wholesaler__wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .wholesaler__wrapper {
        width: 100%;
    }

    .wholesaler__start-cooperation {
        width: 100%;
    }

    .offers__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-company__image-block {
        bottom: -30px;
    }

    .offers__subtitle {
        font-size: 24px;
    }

    .wholesaler {
        margin: 25px 0 15px;
    }

    .about-company,
    .about-question-wholesaler{
        margin: 40px 0 15px 0;
    }

    .clients-section-wholesaler,
    .contacts{
        padding: 15px 0;
    }
}

@media screen and (max-width: 460px) {
    .customers__item {
        width: 100%;
        padding: 20px;
    }

    .customers__item__title {
        text-align: center;
    }

    .customers__icon {
        margin: 0 auto;
    }

    .about-company__decoration {
        width: 100%;
    }
    .about-company__title,
    .wholesaler__title,
    .contacts-page__title,
    .offers__title
    {
        font-size: 40px;
    }

    :target
    {scroll-margin-top: 780px;}
}


/* End */


/* Start:/local/templates/air/components/bitrix/menu/header-top/style.css?1710483697495*/
.top-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-nav__link {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-black);
	transition: color var(--transition-default) ease;
	text-decoration: none;
}

.header-nav__link.bright,
.header-nav__link:hover,
.header-nav__link:focus {
	color: var(--color-primary);
}

@media screen and (max-width: 1199px) {
	.top-nav {
		gap: 4px 12px;
	}
}
/* End */


/* Start:/local/templates/air/components/bitrix/search.title/bootstrap_v4/style.css?1709253732625*/
.title-search-result {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.title-search-result.active {
    opacity: 1;
    pointer-events: auto;
}

.search-title {
    padding: 22px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
}

.search-title-result-item:not(:last-child) {
    margin-bottom: 24px;
}

.search-title-result-item-link {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.search-title-result-item-link b {
    color: #000;
}
/* End */


/* Start:/local/templates/air/components/bitrix/sale.basket.basket.line/.default/style.css?17128207855556*/
.bx-basket {
	height: 100%;
}

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

.header-tools__item.tab-bar__item-link {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: black;
}

.header-tools__item.tab-bar__item-link .basket__count {
	top: 2px;
	right: 50%;
	transform: translateX(18px);
}

.header-tools__item.tab-bar__item-link:hover path {
	stroke: #202020;
}

.header-tools__item.tab-bar__item-link--selected {
	background-color: var(--color-primary);
}

.header-tools__item.tab-bar__item-link--selected path,
.header-tools__item.tab-bar__item-link--selected:hover path {
	stroke: #fff;
}

.header-tools__item.tab-bar__item-link--selected .basket__count {
	color: var(--color-primary);
	background-color: #fff;
}

.header-tools__item.tab-bar__item-link--selected .tab-bar__item-text {
	color: #fff;
}

/* End */


/* Start:/local/templates/air/components/bitrix/breadcrumb/.default/style.css?1709253732581*/
.breadcrumb {
	margin-top: 20px;
}

.breadcrumb__item {
	text-decoration: none;
	color: var(--color-gray-mid);
	font-size: 13px;
	font-weight: 500;
	transition: color var(--transition-default);
}

.breadcrumb__item:not(.breadcrumb__item--last):hover,
.breadcrumb__item:not(.breadcrumb__item--last):focus {
	color: var(--color-gray-dark);
}

.breadcrumb__item--last {
	color: var(--color-black);
}

.breadcrumb__slash {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 5px;
	height: 16px;
	margin: 0 8px;
}

@media screen and (max-width: 1023px) {
	.breadcrumb {
	}
}
/* End */


/* Start:/local/templates/air/components/bitrix/menu/sidebar/style.css?17128207851322*/
.sidebar-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	list-style: none;
}

.sidebar-menu__item {
	scroll-snap-align: start;
}

.sidebar-menu__link {
	display: flex;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: var(--box-radius-small);
	font-size: 15px;
	font-weight: 600;
	color: var(--color-black);
	background-color: transparent;
	text-decoration-line: none;
	transition:
			background-color var(--transition-default) ease,
			color var(--transition-default) ease;
}

.sidebar-menu__item--selected .sidebar-menu__link {
	background-color: var(--color-red-light);
}

.sidebar-menu__link:hover,
.sidebar-menu__link:focus,
.sidebar-menu__item--selected .sidebar-menu__link {
	color: var(--color-primary);
}

.sidebar-menu__link:focus {
	outline: none;
}

.sidebar-menu__link:focus-visible {
	outline: auto;
}

.sidebar-menu__link-text {
	white-space: nowrap;
}

.sidebar-menu__link-count {
	display: none;
	margin-left: auto;
}

.sidebar-menu__link-count--active {
	display: flex;
}

@media screen and (max-width: 1023px) {
	.sidebar-menu {
		flex-direction: row;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
}

@media screen and (max-width: 767px) {
	.sidebar-menu__link {
		padding: 6px 10px;
		border-radius: 4px;
		font-size: 13px;
	}
}
/* End */


/* Start:/local/templates/air/components/bitrix/menu/tabbar/style.css?17092537321592*/
.tab-bar-wrap {
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.tab-bar {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 6px 15px;
	background-color: var(--color-white);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.tab-bar__item {
	flex-grow: 1;
	flex-basis: 100%;
	cursor: pointer;
}

.tab-bar__item-link {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 7px 0;
	border: none;
	border-radius: var(--box-radius-small);
	color: var(--color-black);
	background-color: var(--color-white);
	transition: color var(--transition-default) ease;
	text-decoration: none;
}

.tab-bar__item-link:focus {
	outline: none;
}

.tab-bar__item-link--selected {
	color: var(--color-white);
	background-color: var(--color-primary);
}

.tab-bar__item-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.tab-bar__item-link--selected .tab-bar__item-icon-wrap path {
	stroke: var(--color-white);
}

.tab-bar__item-text {
	text-align: center;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	color: currentColor;
}

.favorites__count.favorites__count_tab-bar {
	position: absolute;
	top: 2px;
	right: 50%;
	transform: translateX(18px);
}

.tab-bar__item-link--selected .favorites__count_tab-bar {
	background-color: #fff;
	color: #c82f25;
}

@media screen and (max-width: 1023px) {
	.tab-bar-wrap {
		display: block;
	}

	.tab-bar {
		gap: 0;
		padding-inline: 0;
	}
}
/* End */


/* Start:/local/templates/air/components/bitrix/menu/header-secondary/style.css?17092537321072*/
.secondary-menu-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.secondary-menu-list__item {
}

.secondary-menu-list__link {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	color: var(--color-black);
	transition: color var(--transition-default) ease;
	text-decoration: none;
}

.secondary-menu-list__link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	opacity: 0;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="4" viewBox="0 0 190 4" fill="none"><path d="M2 2L188 1.99998" stroke="%23D10A0A" stroke-width="3" stroke-linecap="round" stroke-dasharray="6 7"/></svg>');
	transition: bottom var(--transition-default) ease, opacity var(--transition-default) ease;
}

.secondary-menu-list__link:hover,
.secondary-menu-list__link:focus {
	color: var(--color-primary);
}

.secondary-menu-list__link:hover:before,
.secondary-menu-list__link:focus:before {
	opacity: 1;
	bottom: -3px;
}
/* End */


/* Start:/local/templates/air/components/bitrix/news.list/shop-address/style.css?17092537321188*/
.shops-wrap {
	position: relative;
}

.shops {
	display: flex;
}

.shops__items-wrap {
	display: flex;
	gap: 16px;
}

.shops__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 200px;
}

.shops__item:focus {
	outline: none;
}

.shops__item:focus-visible {
	outline: auto;
}

.shops__item-name {
	width: 100%;
	font-weight: 600;
	line-height: 1.3;
	color: var(--color-black);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: color var(--transition-default) ease;
}

.shops__item-time {
	width: 100%;
	margin-top: 6px;
	color: var(--color-gray-mid);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	white-space: nowrap;
}

.shops__item-phone-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
}

.shops__item-phone {
	color: var(--color-black);
	font-weight: 600;
	text-decoration: none;
	transition: color var(--transition-default) ease;
}

.shops__item-phone:hover,
.shops__item-phone:focus {
	color: var(--color-primary);
}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 767px) {
	.shops__items-wrap {
		flex-direction: column;
	}
}









/* End */


/* Start:/local/templates/air/components/bitrix/menu/header-main/style.css?17092537321051*/
.main-menu-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu-list__item {
}

.main-menu-list__link {
	position: relative;
	font-size: 48px;
	font-weight: 600;
	color: var(--color-black);
	transition: color var(--transition-default) ease;
	text-decoration: none;
	white-space: nowrap;
}

.main-menu-list__link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	opacity: 0;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="4" viewBox="0 0 190 4" fill="none"><path d="M2 2L188 1.99998" stroke="%23D10A0A" stroke-width="3" stroke-linecap="round" stroke-dasharray="6 7"/></svg>');
	transition: bottom var(--transition-default) ease, opacity var(--transition-default) ease;
}

.main-menu-list__link:hover,
.main-menu-list__link:focus {
	color: var(--color-primary);
}

.main-menu-list__link:hover:before,
.main-menu-list__link:focus:before {
	opacity: 1;
	bottom: 0;
}
/* End */


/* Start:/local/templates/air/components/bitrix/menu/mobile/style.css?1709253732724*/
.mobile-nav {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__item {
	width: 100%;
	border-top: 1px solid var(--color-gray-light);
	transition: background-color var(--transition-default) ease;
}

.mobile-nav__item:last-child {
	border-bottom: 1px solid var(--color-gray-light);
}

.mobile-nav__item:hover {
	background-color: var(--color-gray);
}

.mobile-nav__link {
	display: block;
	width: 100%;
	padding: 19px 21px;
	font-size: 17px;
	font-weight: 600;
	color: var(--color-black);
	transition: color var(--transition-default) ease;
	text-decoration: none;
}

.mobile-nav__link.bright,
.mobile-nav__link:hover,
.mobile-nav__link:focus {
	color: var(--color-primary);
}
/* End */


/* Start:/local/templates/air/components/bitrix/sale.location.selector.search/select-city/style.css?170925373213192*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #ffffff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #ffffff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-arrow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height: 25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 46px;
	padding: 5px 7px 5px 7px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 3px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	color: var(--color-black);
	display: inline-block;
	vertical-align: top;
}

.bx-sls .dropdown-item-text span {
	color: var(--color-black);
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: calc(100% - 72px);
	margin: 0;
	overflow: auto;
}

.bx-sls .quick-location-tag {
	text-align: left;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 4px;
	padding: 6px;
	border: unset;
	border-radius: var(--box-radius-small);

	color: var(--color-black);
	background-color: transparent;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;

	opacity: 1;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.bx-sls .quick-location-tag svg {
	display: none;
}

@media screen and (max-width: 1023px) {
	.bx-sls .quick-location-tag {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 19px 21px;
		border-bottom: 1px solid var(--color-gray-light);
		border-radius: 0;
		font-size: 17px;
		font-weight: 600;
	}

	.bx-sls .quick-location-tag--current {
		background-color: #f5f5f5;
	}

	.bx-sls .quick-location-tag svg {
		display: block;
	}

	.bx-sls .quick-locations {
		margin-top: 0;
	}
}

.bx-sls .quick-location-tag:last-child {
	margin-bottom: 0;
}

@media (hover: hover) {
	.bx-sls .quick-location-tag:hover,
	.bx-sls .quick-location-tag:focus {
		background-color: #f5f5f5;
		color: var(--color-primary);
	}

	.bx-sls .quick-location-tag:active {
		background-color: #eeeeee;
	}
}

.bx-sls .dropdown-fade2white {
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	background: transparent;
}

.bx-sls .bx-ui-sls-clear {
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0;
	right: 0;
	display: none !important;
}

.bx-sls .bx-ui-sls-clear:hover {
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader {
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none !important;
}

.bx-sls .bx-ui-sls-go-edit {
	display: none;
}

.bx-sls .bx-ui-sls-pane {
	max-height: 274px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"] {
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	position: absolute !important;
	top: 0;
	left: 0;

	color: var(--color-black) !important;

	height: 48px;
	width: 100%;
	padding: 18px 12px 18px 44px !important;
	outline: none;
	border: 1px solid transparent !important;
	border-radius: var(--box-radius-small);
	box-shadow: none !important;

	background: 10px 10px / 26px 26px no-repeat url("/local/templates/air/components/bitrix/sale.location.selector.search/select-city/./images/loop.svg"), #fcfcfc !important;

	font-family: var(--font-main);
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	z-index: 10;

	transition: background-color var(--transition-default), border-color var(--transition-default);
}

.bx-soa-loc .bx-sls {
	border: none !important;
	height: 48px;
}

.bx-soa-loc .bx-sls .dropdown-block {
	height: 48px;
}

.bx-soa-loc .bx-sls .bx-ui-sls-container {
	min-height: 48px;
}

.bx-soa-loc .bx-sls .bx-ui-sls-fake,
.bx-soa-loc .bx-sls .bx-ui-sls-route {
	background-color: #fcfcfc !important;
	border-color: var(--color-gray) !important;
	height: 48px;
}

.bx-soa-loc .bx-sls .bx-ui-sls-fake:hover,
.bx-soa-loc .bx-sls .bx-ui-sls-route:hover,
.bx-soa-loc .bx-sls .bx-ui-sls-fake:focus,
.bx-soa-loc .bx-sls .bx-ui-sls-route:focus {
	outline: none;
	background-color: var(--color-gray-light) !important;
	border-color: var(--color-gray-dark) !important;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake,
.vs-form__field-wrap .bx-sls .bx-ui-sls-route {
	height: 47px;
	border: 1px solid rgba(0, 0, 0, 0.03) !important;
	transition: all 0.2s ease;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:hover,
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:focus {
	background-color: #ffffff !important;
	border-color: #b2b2b2 !important;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake.error {
	border-color: #df1125 !important;
}



.bx-sls .bx-ui-sls-route {
	color: #797a7b !important;
	z-index: 5;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-route {
	color: #f3f5f6 !important;
}

.bx-sls .bx-ui-sls-pane {
	z-index: 210;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: 0 0 25px rgb(0 0 0 / 15%);
	-webkit-overflow-scrolling: touch;
}

.bx-sls .bx-ui-sls-pane::-webkit-scrollbar {
	width: 6px;
}

.bx-sls .bx-ui-sls-pane::-webkit-scrollbar-track {
	background: var(--color-gray);
	border-radius: var(--box-radius-small);
}

.bx-sls .bx-ui-sls-pane::-webkit-scrollbar-thumb {
	background-color: #F3F3F3;
	border-radius: var(--box-radius-small);
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error {
	padding: 10px 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.bx-sls .bx-ui-sls-error {
	padding: 10px 0 10px 30px;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: var(--color-black);
}

.bx-sls .bx-ui-sls-error .bx-ui-sls-error__icon {
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16.001A8 8 0 0112 20z' fill='%23DF1125'/%3E%3Cpath d='M14.71 9.29a.999.999 0 00-1.42 0L12 10.59l-1.29-1.3a1.004 1.004 0 10-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42.998.998 0 001.42 0l1.29-1.3 1.29 1.3a.998.998 0 001.42 0 .997.997 0 00.219-1.095.998.998 0 00-.22-.325L13.41 12l1.3-1.29a.997.997 0 00.22-1.095.998.998 0 00-.22-.325z' fill='%23DF1125'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active {
	color: var(--color-black);
	background-color: #F3F3F3;
}

.adm-sls-edit-link {
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit {
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover {
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}



.bx-sls {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 48px;
	padding: 0;
	font-family: var(--font-main);
	font-size: 15px;
	font-weight: 500;
	color: var(--color-black) !important;
	background: #eeeeee;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	outline: none;
}

.modal .bx-sls {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #ffffff;
	border: none;
}

.form__field-wrap .bx-sls {
	height: 47px;
	background: #f3f5f6;
	border: none;
}

.bx-sls .dropdown-block {
	border: none;
	border-radius: 0;
	height: 46px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	padding: 0;
	position: relative;
	background-color: transparent;
}

.form__field-wrap .bx-sls .dropdown-block {
	height: 47px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height: 46px;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-container {
	min-height: 47px;
}

.bx-sls .dropdown-icon {
	left: -22px;
	top: 16px;
	display: none;
}

.bx-sls .bx-ui-sls-clear {
	right: -22px;
	top: 6px;
	z-index: 6;
}

.bx-sls .bx-ui-sls-loader {
	right: -20px;
	top: 8px;
	z-index: 6;
}

.bx-sls .dropdown-fade2white {
	top: 7px;
	z-index: 5;
}

.bx-sls .bx-ui-sls-fake::-webkit-input-placeholder,
.bx-sls .bx-ui-sls-fake::-moz-placeholder,
.bx-sls .bx-ui-sls-fake:-ms-input-placeholder,
.bx-sls .bx-ui-sls-fake:-moz-placeholder {
	color: #5F5F5F;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake::-webkit-input-placeholder,
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake::-moz-placeholder,
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:-ms-input-placeholder,
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:-moz-placeholder {
	color: transparent;
}



@media screen and (min-width: 1024px) {
	.switch-city__search .bx-sls .dropdown-block {
		background: #eeeeee;
		border: 1px solid rgba(0, 0, 0, 0.03);
		border-radius: 4px;
	}
}

@media screen and (max-width: 1023px) {
	.switch-city__search .bx-sls {
		height: auto;
		width: auto;
		margin: 18px 0 0 0;
		padding: 0;
		font-size: 14px;
		border: none;
		box-shadow: none;
		background: transparent;
		border-radius: 0;
	}

	.vs-form__field-wrap .bx-sls {
		height: 47px;
		width: 100%;
		margin: 0;
		font-size: 15px;
		background: #f3f5f6;
		border: none;
		border-radius: 4px;
	}

	.bx-sls .bx-ui-sls-fake {
		background: 14px 17px / 26px 26px no-repeat url("/local/templates/air/components/bitrix/sale.location.selector.search/select-city/./images/loop.svg");
		transition: background var(--transition-default);
	}

	.bx-ui-sls-fake:hover,
	.bx-ui-sls-fake:focus {
		background: 14px 17px / 26px 26px no-repeat url("/local/templates/air/components/bitrix/sale.location.selector.search/select-city/./images/loop.svg"), #F3F3F3;
		border-radius: unset;
	}

	.switch-city__search .bx-sls .bx-ui-sls-fake,
	.switch-city__search .bx-sls .bx-ui-sls-route {
		padding: 0 7px !important;
		background: #eeeeee !important;
		border: 1px solid rgba(0, 0, 0, 0.03) !important;
		border-radius: 4px !important;
	}

	.vs-form__field-wrap .bx-sls .bx-ui-sls-fake,
	.vs-form__field-wrap .bx-sls .bx-ui-sls-route {
		background: transparent !important;
	}

	.bx-ui-sls-route {
		display: none;
	}

	.bx-sls .dropdown-block,
	.bx-sls .bx-ui-sls-container,
	.bx-sls .bx-ui-sls-fake {
		height: 60px;
	}
}



/* End */


/* Start:/local/templates/air/styles.css?17169666271807*/
@font-face {
    font-display: swap;
    font-family: 'LeoHand';
    src: local('LeoHand'), url('/local/templates/air/./assets/fonts/LeoHand-Light.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

:root {
    --color-white: #ffffff;
    --color-background: #F5F5F5;
    --color-gray-light: #F0F0F0;
    --color-gray: #E8E8E8;
    --color-gray-mid: #CACACA;
    --color-gray-dark: #818181;
    --color-black: #202020;
    --color-red-light: #FFE5E6;
    --color-red: #D10A0A;
    --color-primary: #D10A0A;
    --color-red-dark: #BB0808;
    --color-yellow-light: #F9F6CE;
    --color-yellow: #DEA000;
    --color-orange: #FF8719;
    --color-blue: #23228F;
    --color-green-light: #ddeedd;
    --color-green: #05750F;

    --box-radius-small: 6px;
    --box-radius-mid: 12px;
    --box-radius-big: 20px;

    --admin-panel-height: 39px;
    --top-header-height: 0px;

    --transition-default: 0.2s;
    --offset-container: 48px;

    --font-main: "Manrope", Arial, sans-serif;
    --font-extra: "LeoHand", Arial, sans-serif;
}

.visually-hidden,
input[type="radio"].visually-hidden,
input[type="checkbox"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

a {
    color: var(--color-primary);
    font-weight: 600;
    transition: text-decoration var(--transition-default) ease;
}

a:hover,
a:focus {
    text-decoration-color: transparent;
}

button {
    appearance: none;
    cursor: pointer;
    color: black;
}

button:focus {
    outline: none;
}

button:focus-visible {
    outline: auto
}

@media screen and (max-width: 1023px) {
    :root {
        --offset-container: 15px;
        --top-header-height: 70px;
    }
}
/* End */


/* Start:/local/templates/air/template_styles.css?171282078532639*/
html, body {
    min-height: 100%;
    height: 1px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-black);
    background-color: var(--color-background);
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-inline: var(--offset-container);
}

body > .container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100%;
    padding-block: 0 48px;
    overflow-x: hidden;
}

.disable-scroll {
    overflow: hidden;
}

.page-title {
    font-family: var(--font-extra);
    margin-top: 28px;
    margin-bottom: 0;
}

.area-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    color: var(--color-black);
    font-family: var(--font-extra);
    margin-top: 28px;
    margin-bottom: 0;
}

.page-content {
    display: flex;
    align-items: flex-start;
}

.page-content__sidebar {
    margin-right: 100px;
}

.page-content__data {
    max-width: calc(100% - 2 * (135px + 100px));
    width: 100%;
}

@media screen and (max-width: 1299px) {
    .page-content__sidebar {
        margin-right: 16px;
    }

    .page-content__data {
        max-width: unset;
    }
}

@media screen and (min-width: 1024px) {
    a,
    label,
    button {
        -webkit-tap-highlight-color: transparent;
    }
}

@media screen and (max-width: 1023px) {
    #bx-panel {
        display: none !important;
    }

    body > .container {
        padding-bottom: 80px;
    }

    .page-content {
        flex-direction: column;
        gap: 20px;
    }

    .page-content__sidebar {
        width: 100%;
    }

    .page-content__data {
        width: 100%;
    }

    .page-content__sidebar--show-mobile {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-title {
        margin-bottom: 16px;
    }

    .area-title {
        font-size: 40px;
        margin-block: 18px 8px;
    }
}


.header {
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    padding-block: 11px;
}

.header__left {
    display: flex;
    align-items: center;
}

.header__city-wrap {
    position: relative;
    margin-left: 36px;
}

.header__menu-wrap {
    margin-left: 30px;
}

.header__right {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1119px) {
    .header__menu-wrap {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .header {
        border-bottom: none;
    }

    .header-wrap {
        gap: 18px;
    }

    .header__left {
        flex-basis: 100%;
        justify-content: space-between;
    }

    .header__city-wrap {
        position: initial;
    }

    .header__menu-wrap {
        display: none;
    }

    .header-tools__item:not([value='show-main-menu']) {
        display: none;
    }
}


.header .logo {
    flex-shrink: 0;
    display: flex;
    align-self: center;
}

.header__middle {
    display: flex;
    flex-grow: 1;
}

.header-search {
    margin-left: auto;
    width: 0;
    overflow: hidden;
    transition: width .3s;
}

.header-search.active {
    width: 100%;
}

.header-search__input {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    color: var(--color-black);
    background-color: #ebebeb;
    border: none;
    outline: none;
}

.header-search__input::placeholder {
    color: #808080;
}

.header-search__input, .header-search__input::placeholder {
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    .header__middle {
        display: none;
    }
}

.logo {
    display: flex;
    align-self: flex-start;
}

.logo svg {
    width: 90px;
    height: 48px;
}


.header-tools {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-tools__item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.header-tools__item svg path {
    transition: stroke var(--transition-default) ease;
}

.header-tools__item:hover svg path,
.header-tools__item:focus svg path {
    stroke: var(--color-primary);
}

.favorites__count {
    display: none;
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #c82f25;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    height: 16px;
    min-width: 16px;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

.favorites__count.show {
    display: flex;
}

.basket__count {
    display: flex;
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #c82f25;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    height: 16px;
    min-width: 16px;
    padding: 4px;
    align-items: center;
    justify-content: center;
}


.city-btn {
    display: flex;
    align-items: center;
    margin-left: -5px;
    padding: 5px;
    color: var(--color-black);
    border: none;
    border-radius: var(--box-radius-mid);
    background-color: transparent;
}

.city-btn__icon-location {
    display: none;
    margin-right: 8px;
}

.city-btn__icon-arrow {
    margin-left: 8px;
}

.city-btn__name {
    color: currentColor;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 1023px) {
    .city-btn__icon-location {
        display: block;
    }

    .city-btn__icon-arrow {
        display: none;
    }
}


.city-notice-wrap {
    z-index: 200;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    pointer-events: none;
}

.city-notice {
    width: 314px;
    padding: 24px;
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-15px);
    transition: visibility var(--transition-default) ease,
    opacity var(--transition-default) ease,
    transform var(--transition-default) ease;
}

.city-notice--show {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}

.city-notice__q {
    margin: 0 0 16px 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.35;
    color: var(--color-black);
}

.city-notice__text {
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33;
    color: var(--color-black);
}

.city-notice__btn-wrap {
    display: flex;
    align-items: center;
    margin: 0 -4px;
}

.city-notice__btn {
    margin: 0 4px;
}

.city-notice__btn[value="confirm-city"] {
    flex-grow: 1;
}

@media screen and (max-width: 1023px) {
    .city-notice-wrap {
        top: 64px;
        right: 16px;
        left: 16px;
    }
}


.btn {
    position: relative;
    display: inline-block;
    padding: 12px 13px 13px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: var(--box-radius-small);
    transition: background-color var(--transition-default) ease,
    color var(--transition-default) ease,
    border-color var(--transition-default) ease;
    cursor: pointer;
    text-decoration: none;
}

.btn--white {
    color: var(--color-primary);
    background-color: var(--color-white);
    border: 1px solid var(--color-red-light);
}

.btn:hover,
.btn:focus {
    background-color: var(--color-red-dark);
    outline: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: var(--color-red-dark);
}

.btn--white:hover,
.btn--white:active,
.btn--white:focus,
.btn--white:checked {
    background-color: var(--color-red-light);
    border-color: var(--color-primary);
}

.btn--disabled,
.btn[disabled],
.btn--white[disabled] {
    background-color: var(--color-gray-dark);
    border-color: var(--color-gray-dark);
    color: var(--color-white);
    pointer-events: none;
}

.btn__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
}

.btn__loading path {
    transform: rotate(0);
    transform-origin: center;
}

.btn--loading .btn__text {
    opacity: 0;
}

.btn--loading .btn__loading {
    opacity: 1;
    visibility: visible;
}

.btn--loading .btn__loading path {
    animation: round-load-btn 1s linear 0s infinite;
}

@keyframes round-load-btn {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn--white .btn__loading path {
    fill: var(--color-primary);
    transition: fill var(--transition-default) ease;
}

@media (hover: hover) {
    .btn:not(.btn--white):hover .btn__loading path,
    .btn:not(.btn--white):focus .btn__loading path {
        fill: var(--color-white);
    }
}


.page-wrap {
    flex-grow: 1;
    width: 100%;
    margin: 0 auto;
}

.page-wrap:has(#bx-soa-order-form) {
    max-width: 888px;
}


.footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    padding: 34px 30px 22px;
    border-radius: var(--box-radius-big);
    background-color: var(--color-gray-light);
}

.footer__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__logo {
    width: 101px;
    height: 55px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__contacts {
    display: flex;
    gap: 80px;
}

.footer__contact-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: var(--color-gray-mid)
}

.footer__contact-item a {
    color: var(--color-black);
    text-decoration-line: none;
    transition: color var(--transition-default);
}

.footer__contact-item a:hover {
    color: var(--color-primary);
}

.footer__contact-title {
    font-size: 16px;
    font-weight: 600;
}

.footer__payments {
    display: flex;
    justify-content: flex-end;
}

.copyright {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.copyright__item {
    font-size: 13px;
    color: var(--color-gray-mid);
    text-decoration-line: none;
    transition: color var(--transition-default);
}

.copyright__item:hover,
.copyright__item:focus {
    color: var(--color-black);
}

@media screen and (max-width: 1299px) {
    .footer__contacts {
        gap: 36px;
    }
}

@media screen and (max-width: 1099px) {
    .footer__contacts {
        flex-direction: column;
        gap: 12px;
    }

    .footer__info {
        gap: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .footer {
        padding: 15px;
    }

    .footer__main {
        flex-direction: column;
        gap: 20px;
    }

    .footer__info {
        gap: 20px;
    }

    .footer__contacts {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer__payments {
        justify-content: flex-start;
    }

    .footer__copyright {
        flex-direction: column;
        gap: 10px;
    }
}


.footer-menu {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    list-style: none;
}

.footer-menu__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-menu__item-name {
    font-weight: 600;
    color: var(--color-gray-mid);
}

.footer-menu__item-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.footer-menu__sub-item {
    display: flex;
}

.footer-menu__sub-link {
    position: relative;
    padding-bottom: 2px;
    text-decoration-line: none;
    font-weight: 600;
    color: var(--color-black);
    transition: color var(--transition-default) ease;
}

.footer-menu__sub-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-primary);
    transition: width var(--transition-default);
}

.footer-menu__sub-link:hover:before {
    width: 100%;
}

.footer-menu__sub-link:hover,
.footer-menu__sub-link:focus {
    color: var(--color-primary);
}

@media screen and (max-width: 1299px) {
    .footer-menu {
        gap: 36px;
    }
}

@media screen and (max-width: 1023px) {
    .footer-menu {
        flex-direction: column;
        gap: 0;
        margin-inline: -15px;
    }

    .footer-menu__item {
        flex-direction: column;
    }

    .footer-menu__item-name {
        display: none;
    }

    .footer-menu__item-list {
        gap: 0;
    }

    .footer-menu__sub-item {
        padding-block: 17px;
        padding-inline: 15px;
        border-top: 1px solid var(--color-gray);
    }

    .footer-menu__sub-item:last-child {
        border-bottom: 1px solid var(--color-gray);
    }

    .footer-menu__item:not(:first-child) .footer-menu__item-list .footer-menu__sub-item:first-child {
        border-top: unset;
    }
}


.social-list {
    display: flex;
    list-style: none;
}

.social-list__item {
    margin-left: 8px;
}

.social-list__item svg circle {
    transition: fill var(--transition-default);
}

.social-list__item:hover svg circle {
    fill: var(--color-red-dark);
}

.social-list__item:first-child {
    margin-left: 0;
}

.social-list__link {
    display: flex;
    justify-content: center;
    align-items: center;
}


.payment-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.payment-list__item {
    margin-right: 16px;
}

.payment-list__item:last-child {
    margin-right: 0;
}


.popup-overlay {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.17);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition-default) ease, visibility var(--transition-default) ease;
}

.popup-overlay--show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup {
    z-index: 200;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition-default) ease,
    visibility var(--transition-default) ease,
    transform var(--transition-default) ease;
}

.body--admin .popup {
    top: var(--admin-panel-height);
}

.popup--main-menu {
    left: 0;
    transform: translateY(-100%);
}

.popup--mobile-menu {
    display: none;
    transform: translateX(-100%);
    background-color: var(--color-background);
}

.popup--show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
}

.popup:focus {
    outline: none;
}

.popup[data-entity="main-menu"] {
    width: 100%;
    overflow: auto;
}

.popup[data-entity="main-menu-mobile"] {
    width: 100%;
}

.popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 942px;
    height: calc(100% - 88px);
    margin: 24px auto 0;
    padding-block: 50px 24px;
    overflow: auto;
}

.main-menu__section {
    display: flex;
    flex-direction: column;
}

.main-menu__subsection {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.main-menu__email {
    margin-top: 52px;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popup__btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: transparent;
    border: none;
    border-radius: var(--box-radius-mid);
    cursor: pointer;
}

.popup__btn svg path {
    transition: stroke var(--transition-default) ease;
}

.popup__btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.popup--mobile-menu .popup__header {
    margin-top: 0;
    padding: 11px 15px;
}

.popup__btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

@media (hover: hover) {
    .popup__btn:hover svg path,
    .popup__btn:focus svg path {
        stroke: var(--color-primary);
    }
}

.popup__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup__body::-webkit-scrollbar {
    width: 6px;
}

.popup__body::-webkit-scrollbar-track {
    background: var(--color-gray);
    border-radius: var(--box-radius-mid);
}

.popup__body::-webkit-scrollbar-thumb {
    background-color: var(--color-red);
    border-radius: var(--box-radius-mid);
}

@media screen and (max-width: 1023px) {
    .popup {
        width: 100%;
    }

    .popup--show {
        transform: translateX(0);
    }

    .popup--show.popup--fast {
        transition: none;
    }

    .popup[data-entity="main-menu"],
    .popup[data-entity="child-main-menu"] {
        z-index: 201;
        width: 100%;
    }

    .body--admin .popup {
        top: 0;
    }

    .popup__header {
    }

    .popup--main-menu .popup__header {
        padding-left: 15px;
    }

    .popup--main-menu {
        display: none;
    }

    .popup--mobile-menu {
        display: block;
    }

    .mobile-menu {
        height: calc(100% - 70px);
        overflow: auto;
    }
}


.modal {
    z-index: 200;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 340px;
    height: max-content;
    max-height: calc(100% - 10px);
    padding: 24px 20px;
    background-color: var(--color-white);
    border-radius: var(--box-radius-mid);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -45%);
    transition-property: opacity, visibility, transform;
    transition-duration: var(--transition-default);
    transition-timing-function: ease;

    overflow-y: auto;
}

.modal--registration {
    padding: 24px 20px 14px;
}

.modal--show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.modal:focus {
    outline: none;
}

.modal__header {
    display: flex;
}

.modal__btn {
    position: absolute;
    top: 16px;
    right: 16px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    border: none;
    border-radius: var(--box-radius-mid);
    background-color: transparent;
    cursor: pointer;
}

.modal__btn svg path {
    transition: stroke var(--transition-default) ease;
}

.modal__btn:hover svg path,
.modal__btn:focus svg path {
    stroke: var(--color-black);
}

.modal__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.modal__body {
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .modal {
        width: calc(100% - 30px);
    }

    .modal--select-city .modal__header {
        justify-content: space-between;
        margin: 12px 15px 0;
        padding-block: 20px;
    }

    .modal--select-city .modal__body {
        height: calc(100% - 80px);
        margin-top: 0;
    }

    .modal--select-city .modal__btn {
        top: 36px;
        right: 17px;
    }

    .modal--select-city .modal__title {
        font-size: 17px;
        font-weight: 700;
    }

    .modal--select-city {
        display: flex;
        flex-direction: column;
        gap: 20px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: 100%;
        transform: none;

        overflow: unset;
    }
}

@media screen and (max-width: 374px) {
    .modal__title {
        font-size: 20px;
    }
}


.main-slider-section {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .main-slider-section {
        margin-top: 0;
    }
}


.main-catalog-list {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .main-catalog-list {
        margin-top: 16px;
    }
}


.content-block {
    width: 100%;
    margin: 46px auto 0;
}

@media screen and (max-width: 767px) {
    .content-block {
        margin-top: 60px;
    }
}


.form__field {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form__field:not(:first-child) {
    margin-top: 16px;
}

.form__field-link {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
    background: none;
    border: none;
}

.form__label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #A3A3A3;
    cursor: pointer;
    transition: color var(--transition-default) ease;
}

.form__input {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    padding: 13px 14px 14px;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-black);
    border: 1px solid var(--color-gray);
    border-radius: var(--box-radius-small);
    transition: background-color var(--transition-default) ease, border-color var(--transition-default) ease;
}

.form__input::-ms-reveal {
    display: none;
}

.form__input::-ms-clear {
    display: none;
}

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

.form__input:hover {
    background-color: var(--color-gray-light);
    border-color: var(--color-gray-dark);
}

.form__input:focus {
    outline: none;
    background-color: var(--color-gray-light);
    border-color: var(--color-gray-dark);
}

.form__input:read-only {
    border-color: var(--color-gray);
    background-color: var(--color-gray);
}

@media (hover: hover) {
    .form__input:read-only:hover,
    .form__input:read-only:focus {
        border-color: var(--color-gray);
    }
}

.form__field.form__field--transparent .form__label {
    color: rgba(255, 255, 255, 0.55);
}

.form__field.form__field--transparent:hover .form__label {
    color: var(--color-white);
}

.form__field.form__field--transparent .form__input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--color-white);
}

.form__field.form__field--transparent:hover .form__input {
    border-color: var(--color-white);
}

.form__field._error .form__input {
    border-color: var(--color-primary);
}

.form__field._error .form__label {
    color: var(--color-primary);
}

.form__field--transparent._error .form__input {
    border-color: rgba(255, 255, 255, 0.55);
}

.form__field--transparent._error .form__label {
    color: rgba(255, 255, 255, 0.55);
}

.form__input--textarea {
    resize: none;
    min-height: 100px;
}

.form__add-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
}

.form__result-wrap {
    margin-top: 16px;
    color: var(--color-primary);
}

.form__action {
    margin-top: 12px;
}

.form__action .btn {
    width: 100%;
}

.form__action .btn:not(:first-child) {
    margin-top: 8px;
}

.form__action-text {
    text-align: center;
    margin: 9px 15px 0;
    font-size: 12px;
    color: #A3A3A3;
}

.form__action-text a {
    color: inherit;
    text-decoration: underline;
}

.form__result-msg {
    color: var(--color-primary);
}

@media screen and (max-width: 767px) {
    .form__field-wrap {
        flex-direction: column;
    }

    .form__field-wrap .form__field {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .form__field-wrap .form__field:last-child {
        margin-bottom: 0;
    }

    .form__action-text {
        text-align: center;
        font-size: 10px;
    }
}


.popular-section {
    margin-top: 90px;
}

.clients-section {
    margin-top: 108px;
}

@media screen and (max-width: 767px) {
    .popular-section {
        margin-top: 60px;
    }

    .clients-section {
        margin-top: 60px;
    }
}


.form-block {
    position: relative;
    display: flex;
    gap: var(--offset-container);
    padding: 64px;
    border-radius: var(--box-radius-big);
    background-color: var(--color-primary);
    overflow: hidden;
}

.form-block:before {
    content: '';
    position: absolute;
    top: -80px;
    left: 57px;
    width: 590px;
    height: 590px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(209, 82, 10, 0.63);
    filter: blur(101px);
    z-index: 1;
}

.form-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1075px;
    height: 1125px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='870' height='728' viewBox='0 0 870 728' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M696.14 185.264C692.32 218.325 668.318 284.1 602.87 282.712C537.421 281.324 535.266 243.054 542.369 224.092C548.375 209.805 580.301 191.068 640.139 238.855C655.425 252.506 685.414 283.557 688.262 302.051' stroke='white' stroke-opacity='0.3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 8'/%3E%3Cpath d='M649.109 413.348C590.293 373.372 378.584 224.132 177.356 287.442C16.3741 338.09 9.26101 520.378 25.8272 605.191' stroke='white' stroke-opacity='0.3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 8'/%3E%3Cpath d='M-44.8796 159.827C24.6341 140.012 279.598 72.5796 339.694 -141.084C387.771 -312.015 229.956 -450.831 145.039 -498.872' stroke='white' stroke-opacity='0.3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 8'/%3E%3C/g%3E%3C/svg%3E%0A");
    mix-blend-mode: overlay;
    z-index: 2;
}

.form-block__body {
    position: relative;
    flex-basis: 45%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.form-block__img {
    position: relative;
    border-radius: var(--box-radius-big);
    overflow: hidden;
    z-index: 3;
}

.form-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form-block__title {
    color: var(--color-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: var(--font-extra);
    font-size: 64px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: 4px;
}

.form-block__desc {
    width: 100%;
    max-width: 443px;
    margin-top: 12px;
    color: var(--color-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    line-height: 1.4;
}

.form-block__fields {
    flex-shrink: 0;
    width: 426px;
    margin-top: 40px;
}

.form-block__fields .form__field {
    margin-top: 18px;
}

.form-block__fields .form__field:first-child {
    margin-top: 0;
}

.form__error {
    margin-top: 10px;
    color: var(--color-white);
}

.form__add-info {
    margin-top: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.4;
}

.form__add-info a {
    color: rgba(255, 255, 255, 0.55);
}

.form-block__fields .btn {
    flex-shrink: 0;
    width: 100%;
    margin-top: 12px;
    padding: 14px 20px;
}

@media screen and (max-width: 1300px) {
    .form-block {
        padding: 36px;
    }
}

@media screen and (max-width: 1023px) {
    .form-block {
        flex-direction: column;
        gap: 0;
    }

    .form-block__title {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: 2px;
    }

    .form-block__desc {
        max-width: unset;
    }

    .form-block__fields {
        width: 100%;
        margin-top: 32px;
    }

    .form-block__img {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .form-block {
        padding: 24px 16px 16px;
    }

    .form__add-info {
        margin-right: 0;
        margin-top: 8px;
    }

    .form-block__img {
        height: 268px;
    }
}


.product-slider-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 15px 16px 24px;
    background-color: var(--color-blue);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-slider-banner__title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-white);
}

@media screen and (max-width: 767px) {
    .product-slider-banner__title {
        font-size: 18px;
    }
}


.empty-page-block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.catalog-section .empty-page-block {
    min-height: 50vh;
}

.empty-page-block__msg {
    text-align: center;
    margin: 0 0 8px 0;
    color: var(--color-black);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: var(--font-extra);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    letter-spacing: 2px;
}

.empty-page-block__desc {
    margin: 0;
    color: var(--color-gray-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.empty-page-block .not-found__buttons {
    margin-top: 44px;
}

.empty-page-block__desc-icon {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1023px) {
    .empty-page-block {
        margin: 40px auto 50px;
    }

    .empty-page-block__msg {
        font-size: 18px;
    }

    .empty-page-block__desc {
        font-size: 15px;
    }
}

.company-section .area-title {
    font-family: var(--font-extra);
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-top: 0;
}

.company {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 52px 48px;
    gap: 16px;
    border-radius: 20px;
    background: #fff;
}

.company__info {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 62%;
}

.company__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
}

.company__body {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.company__link {
    display: flex;
    align-self: flex-start;
    align-items: center;
    gap: 4px;
    padding: 12px 20px;
    text-decoration: none;
}

.company__image-block {

}

@media screen and (max-width: 1023px) {
    .company-section .area-title {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .company {
        flex-direction: column;
        padding: 35px;
    }

    .company__info {
        width: 100%;
    }

    .company__title {
        font-size: 28px;
    }

    .company__image-block {
        margin-top: 64px;
        align-self: center;
    }
}

/** region Статический контент **/

.static-container {
    display: flex;
    flex-flow: row;
    gap: 90px;
    margin-top: 20px;
}

.static-container_72 {
    gap: 72px;
}

.static-image {
    width: 460px;
    height: 100%;
}

.static-text {
    flex: 1 1 0;

    display: flex;
    flex-flow: column;
    gap: 48px;

    line-height: 24px;
    font-size: 16px;
}

.static-text__paragraph {
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.static-text__paragraph_gap-20 {
    gap: 20px;
}

.static-text__row {
    display: flex;
    flex-flow: row;
    gap: 12px;

    align-items: center;
}

.static-text__image {
    width: auto;
    height: auto;
}

.static-text__image_w470 {
    width: 470px;
}

.static-text__image_w470 {
    width: 470px;
}

.static-text__paragraph ul {
    margin-left: 20px;
}

.static-text__paragraph table, .static-text__paragraph th, .static-text__paragraph td {
    border: 1px solid black;
    border-collapse: collapse;
}

.static-text__paragraph th, .static-text__paragraph td {
    padding: 4px 10px;
    vertical-align: top;
}

.static-text__subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

@media screen and (max-width: 900px) {
    .static-container {
        flex-flow: column;
        gap: 40px;
        align-items: center;
    }

    .static-text {
        gap: 24px;
    }
}

/** endregion **/
/* End */
/* /local/templates/air/assets/css/normalize.css?17161715866211 */
/* /local/templates/air/assets/css/filter.css?170925373217716 */
/* /local/templates/air/assets/js/swiper/swiper-bundle.min.css?169476190518452 */
/* /local/templates/air/assets/css/about-company.css?170925373214407 */
/* /local/templates/air/assets/css/not-found.css?17092537322256 */
/* /local/templates/air/assets/css/wholesaler.css?17161808664529 */
/* /local/templates/air/components/bitrix/menu/header-top/style.css?1710483697495 */
/* /local/templates/air/components/bitrix/search.title/bootstrap_v4/style.css?1709253732625 */
/* /local/templates/air/components/bitrix/sale.basket.basket.line/.default/style.css?17128207855556 */
/* /local/templates/air/components/bitrix/breadcrumb/.default/style.css?1709253732581 */
/* /local/templates/air/components/bitrix/menu/sidebar/style.css?17128207851322 */
/* /local/templates/air/components/bitrix/menu/tabbar/style.css?17092537321592 */
/* /local/templates/air/components/bitrix/menu/header-secondary/style.css?17092537321072 */
/* /local/templates/air/components/bitrix/news.list/shop-address/style.css?17092537321188 */
/* /local/templates/air/components/bitrix/menu/header-main/style.css?17092537321051 */
/* /local/templates/air/components/bitrix/menu/mobile/style.css?1709253732724 */
/* /local/templates/air/components/bitrix/sale.location.selector.search/select-city/style.css?170925373213192 */
/* /local/templates/air/styles.css?17169666271807 */
/* /local/templates/air/template_styles.css?171282078532639 */
