html {
/*  scrollbar-width: none;     this is site - TEAMS.atributika.ru */
}

@font-face {
  font-family: "PTRoubleSans";
  src: url("../fonts/PTRoubleSans/PTRoubleSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

.svg-sprite {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.icon {
  display: block;
  flex-shrink: 0;
  font-size: 24px;
  width: 1em;
  height: 1em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.is-noscroll body {
  position: fixed !important;
  left: 0;
  right: 0;
  margin-right: var(--scrollbarWidth);
}

html.has-loader {
  pointer-events: none;
}

html.has-loader:before,
html.has-loader:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999998;
}

html.has-loader:before {
  background: rgba(0, 0, 0, 0.2);
}

html.has-loader:after {
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 99999999;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

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

html,
body {
  display: flex;
  flex-direction: column;
}

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

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: var(--white);
  color: var(--black);
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
}

.content {
  flex-grow: 1;
  min-height: 1px;
}

[id] {
  scroll-margin-top: 100px;
}

:hover,
:active,
:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

button,
[type="reset"],
[type="submit"],
html [type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  background: none;
  border: none;
}

a,
button,
[type="button"],
.g-link,
.g-btn {
  transition: 0.25s ease-in-out;
  transition-property: color, border-color, background-color, opacity, box-shadow;
}

img {
  vertical-align: middle;
}

a img {
  border: none;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.g-h1,
.g-h2,
.g-h3,
.g-h4,
.g-h5,
.g-h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
}

h1,
.g-h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}

h2,
.g-h2 {
  font-size: 24px;
  line-height: 40px;
}

h3,
.g-h3 {
  font-size: 20px;
  line-height: 30px;
}

h4,
.g-h4 {
  font-size: 18px;
  line-height: 28px;
}

h5,
.g-h5 {
  font-size: 16px;
  line-height: 26px;
}

h6,
.g-h6 {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1199px) {
  h1,
  .g-h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  h2,
  .g-h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
  }
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin-bottom: 0;
}

.b-text ul {
  padding-left: 1.1em;
}

.b-text ul li {
  padding-left: 0.5em;
}

.b-text {
  font-size: 16px;
  line-height: 26px;
}

.b-text h1 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
}

.b-text * + :is(h1, h2, h3, h4, h5, h6, .text-column-2) {
  margin-top: 40px;
}

.b-text h2 + :is(h1, h2, h3, h4, h5, h6, .text-column-2) {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .b-text {
    font-size: 14px;
    line-height: 22px;
  }

  .b-text :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 6px;
  }

  .b-text * + :is(h1, h2, h3, h4, h5, h6, .text-column-2) {
    margin-top: 20px;
  }

  .b-text :is(p, ul, ol, dl, pre, table, figure, address, fieldset, blockquote) {
    margin-bottom: 12px;
  }
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: var(--mb-40) 0 var(--mb-25);
  border: 0;
  border-top: 1px solid var(--grey-lighter);
  clear: both;
}

@media (max-width: 1199px) {
  .b-text h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 600;
}

.b-text figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .text-column-2 {
    column-count: 2;
    column-gap: 50px;
    margin-right: 40px;
  }

  .text-column-2 > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.text-18 {
  font-size: 18px;
  line-height: 28px;
}

.text-13 {
  font-size: 13px;
  line-height: 20px;
}

.excerpt-col {
  font-size: 14px;
  line-height: 22px;
}

.excerpt-col a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.excerpt-col img {
  display: block;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}

.excerpt-col .text-18 {
  font-weight: 600;
  margin-bottom: 10px;
}

.excerpt-col a:hover .text-18 {
  color: var(--grey);
}

.excerpt-col p:last-child {
  margin-bottom: 0;
}

.slider-column-3 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0 -5px;
}

.slider-column-3 .excerpt-col {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 5px;
}

@media (max-width: 1199px) {
  .slider-column-3 {
    column-gap: 10px;
    flex-wrap: nowrap;
    margin: 0 calc(-1 * var(--container-space));
    padding: 0 var(--container-space);
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .slider-column-3 .excerpt-col {
    width: 273px;
    padding: 0;
  }

  .excerpt-col .text-18 {
    font-size: 14px;
    line-height: 22px;
  }
}

.g-scroll,
.jq-selectbox__dropdown ul {
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@supports not selector(::-webkit-scrollbar) {
  .g-scroll,
  .jq-selectbox__dropdown ul {
    scrollbar-color: var(--grey-light) var(--grey-lighter);
    scrollbar-width: thin;
  }
}

@supports selector(::-webkit-scrollbar) {
  .g-scroll::-webkit-scrollbar,
  .jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  .g-scroll::-webkit-scrollbar-track,
  .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--grey-lighter);
    border-radius: 8px;
  }

  .g-scroll::-webkit-scrollbar-thumb,
  .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--grey-light);
    border-radius: 8px;
  }
}

.c-grey {
  color: var(--grey);
}

.c-green {
  color: var(--green);
}

.c-red {
  color: var(--red);
}

.fw-400 {
  font-weight: normal;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

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

a:hover {
  text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  color: inherit;
  text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a:hover {
  color: var(--red);
}

.g-link {
  display: inline;
  border: none;
  background: none;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.g-link:hover {
  color: var(--grey);
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.arrow-link:hover {
  color: var(--red);
}

.arrow-link:after {
  transform: rotate(-90deg);
  margin: 0 -2px;
}

@media (max-width: 1199px) {
  .arrow-link {
    font-size: 13px;
    line-height: 20px;
  }
}

.g-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  column-gap: 10px;
  padding: 9px 19px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
}

@media (min-width: 1200px) {
  .g-btn_size_lg {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

html:not(.is-touch) .g-btn:hover,
html.is-touch .g-btn:active {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.g-btn_theme_grey {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--white);
}

html:not(.is-touch) .g-btn_theme_grey:hover,
html.is-touch .g-btn_theme_grey:active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.g-btn_theme_border {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

html:not(.is-touch) .g-btn_theme_border:hover,
html.is-touch .g-btn_theme_border:active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.g-btn_theme_outline {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

html:not(.is-touch) .g-btn_theme_outline:hover,
html.is-touch .g-btn_theme_outline:active {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.g-btn_theme_white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

html:not(.is-touch) .g-btn_theme_white:hover,
html.is-touch .g-btn_theme_white:active {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--white);
}

.g-btn_theme_white-outline {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

html:not(.is-touch) .g-btn_theme_white-outline:hover,
html.is-touch .g-btn_theme_white-outline:active {
  border-color: var(--grey);
  background-color: transparent;
  color: var(--grey);
}

.g-btn[disabled],
.g-btn.is-disabled {
  opacity: 0.55;
  cursor: default;
  cursor: not-allowed;
}

.g-btn_width_full {
  padding: 0;
  width: 100%;
}

.g-sticker {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  padding: 1px 8px;
  color: var(--white);
  background-color: var(--red);
}

.g-sticker_free-shipping {
  color: var(--white);
  background-color: var(--blue);
}

.g-sticker_new {
  color: var(--black);
  background-color: var(--green);
}

.tooltip-icon {
  color: var(--grey-light);
  font-size: 24px;
  cursor: pointer;
}

.tooltip-icon:hover {
  color: var(--grey);
}

.tooltip-icon .icon {
  font-size: inherit;
}

.b-tooltip-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 99998;
  display: none;
}

.ui-tooltip {
  max-width: 240px;
  padding: 10px;
  border: none !important;
  border-radius: 0;
  font-family: inherit;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 10px;
  z-index: 99999;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.ui-tooltip:before {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--white);
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.ui-tooltip.top:before {
  border-top: none;
  border-bottom: 5px solid var(--white);
  bottom: auto;
  top: -5px;
}

.ui-tooltip p {
  margin-bottom: 6px;
}

.ui-tooltip p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  html.is-touch .b-tooltip-bg {
    display: block;
  }

  .ui-tooltip:before {
    display: none;
  }
}

.b-add-favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  color: var(--grey);
  white-space: nowrap;
}

html:not(.is-touch) .b-add-favorite-btn:hover,
.b-add-favorite-btn.is-active {
  color: var(--black);
}

.b-add-favorite-btn .icon {
  color: var(--grey-light);
  transition: color 0.25s ease-in-out;
}

html:not(.is-touch) .b-add-favorite-btn:hover .icon {
  color: var(--grey);
}

.b-add-favorite-btn.is-active .icon {
  color: var(--black) !important;
}

.b-add-favorite-btn.is-active > span > span {
  display: none;
}

.b-add-favorite-btn.is-active > span:after {
  content: attr(data-active-text);
}

.b-add-favorite-btn:not(._inline) > span {
  display: none;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
textarea,
select {
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  box-shadow: none;
  transition: 0.25s ease-in-out;
  transition-property: border-color, background-color, color;
}

input[type="email"].is-fill,
input[type="password"].is-fill,
input[type="search"].is-fill,
input[type="tel"].is-fill,
input[type="text"].is-fill,
input[type="url"].is-fill {
  padding-right: 35px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: var(--black);
}

input[type="email"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="url"][disabled],
input[type="number"][disabled],
textarea[disabled],
select[disabled] {
  background-color: #f5f5f5;
  border-color: #ccc;
  color: #888;
  cursor: default;
  cursor: not-allowed;
}

input[type="email"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="url"].error,
input[type="number"].error,
textarea.error,
select.error {
  border-color: var(--red);
  color: var(--red);
}

input[type="checkbox"].error,
input[type="radio"].error {
  outline: 1px dotted var(--red);
}

input.js-input-date {
  background-image: url("../images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 13px top 50%;
  padding-right: 50px;
  cursor: pointer;
}

label.error {
  display: block;
  color: var(--red);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: -18px;
  margin-top: 2px;
}

select {
  padding: 2px 2px 2px 10px;
}

textarea {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  vertical-align: top;
}

::placeholder {
  color: var(--grey);
}

.jq-selectbox {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.jq-selectbox__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
  transition: none;
}

.jq-selectbox.opened .jq-selectbox__select {
  border-color: var(--black);
}

.jq-selectbox.disabled .jq-selectbox__select {
  background: #f5f5f5;
}

.jq-selectbox.error .jq-selectbox__select {
  border-color: var(--red);
  color: var(--red);
}

.jq-selectbox__trigger {
  display: none;
}

.jq-selectbox__select-text {
  flex-grow: 1;
  min-width: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__select-text.placeholder {
  color: var(--grey);
}

.jq-selectbox__dropdown {
  top: 44px;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 10px;
  padding: 4px 0;
}
/*
.jq-selectbox.opened.dropdown .jq-selectbox__select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: var(--grey-lighter);
}

.jq-selectbox.opened.dropup .jq-selectbox__select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: var(--grey-lighter);
}

.jq-selectbox.opened.dropdown .jq-selectbox__dropdown {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.jq-selectbox.opened.dropup .jq-selectbox__dropdown {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}*/

.jq-selectbox.opened.dropdown .jq-selectbox__select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: var(--grey-lighter);
}

.jq-selectbox.opened.dropup .jq-selectbox__select {
	  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.jq-selectbox.opened.dropdown .jq-selectbox__dropdown {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.jq-selectbox.opened.dropup .jq-selectbox__dropdown {

    border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: var(--grey-lighter);
}



.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jq-selectbox li {
  white-space: normal;
  padding: 7px 15px;
  cursor: pointer;
}

.jq-selectbox li.selected {
  background: var(--grey-lightest);
}

.jq-selectbox li:hover {
  background: var(--grey-lightest);
}

.jq-selectbox ~ .input-clear-btn {
  z-index: 11;
}

.jq-selectbox.is-empty ~ .input-clear-btn {
  display: none;
}

.input-wrapper .jq-selectbox:not(.is-empty) .jq-selectbox__select:after {
  display: none;
}

input.b-count,
.jq-number {
  width: 100px;
  height: 44px;
}

input.b-count,
.jq-number__field input {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.jq-number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  border: none;
  padding: 0;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.jq-number__spin.minus {
  left: 0;
}

.jq-number__spin.plus {
  right: 0;
}

.jq-number__spin:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--grey-light);
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -6px;
}

.jq-number__spin.plus:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: var(--grey-light);
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -1px;
}

.jq-number__spin:before,
.jq-number__spin:after {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.jq-number__spin:hover:before,
.jq-number__spin:hover:after {
  background: var(--grey);
}

.jq-number__field {
  height: 100%;
}

.jq-number__field input {
  height: 100%;
  width: 100%;
}

.file-control {
}

.file-control__list {
}

.file-control__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  margin-bottom: 6px;
  border: 1px solid var(--grey);
  border-radius: 18px;
}

.file-control__item:last-child {
  margin-bottom: 20px;
}

.file-control__item-title {
  flex-grow: 1;
  min-width: 1px;
  margin-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-control__item-remove {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background-color: currentColor;
  transition: opacity 0.25s ease-in-out;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm0 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10Zm5.117-13.703L13.414 12l3.703 3.703a.999.999 0 1 1-1.414 1.414L12 13.414l-3.703 3.703a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L10.586 12 6.883 8.297a.999.999 0 1 1 1.414-1.414L12 10.586l3.703-3.703a.999.999 0 1 1 1.414 1.414Z"/></svg>') no-repeat center / 100% 100%;
}

.file-control__item-remove:hover {
  opacity: 1;
}

.file-control__label {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  cursor: pointer;
}

.file-control__label input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-control__placeholder {
  font-size: 14px;
  line-height: 22px;
  padding: 1px 0;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}

.file-control__label:hover .file-control__placeholder {
  color: var(--grey);
}

.file-control__placeholder:before {
  content: "";
  display: block;
  margin: -1px 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2.404 19.453a4.921 4.921 0 0 0 7.095 0l8.573-8.662a3.086 3.086 0 0 0 0-4.33 2.928 2.928 0 0 0-4.237 0l-7.095 7.25a.989.989 0 0 0 0 1.41.939.939 0 0 0 1.38 0l7.095-7.252a.939.939 0 0 1 1.38 0 .989.989 0 0 1 0 1.41l-8.573 8.763a2.928 2.928 0 0 1-4.237 0 3.087 3.087 0 0 1 0-4.33l8.573-8.663a4.921 4.921 0 0 1 7.095 0 5.186 5.186 0 0 1 0 7.252l-8.22 8.31a.989.989 0 0 0 0 1.41.939.939 0 0 0 1.38 0l8.319-8.41c2.759-2.82 2.759-7.354 0-10.174a6.912 6.912 0 0 0-9.953 0L2.404 12.1c-1.872 2.014-1.872 5.338 0 7.353Z"/></svg>') no-repeat center / 100% 100%;
}

.b-form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.b-form-group__col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 12px;
}

.b-form-group__col_1 {
  width: 25%;
}

.b-form-group__col_2 {
  width: 75%;
}

.b-form-group__col_3 {
  width: 29%;
}

.b-form-group__col_4 {
  width: 50%;
}

.b-form-row {
  margin-bottom: 24px;
  position: relative;
}

.b-form-row__label {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.b-form-row__input-wrapper {
  position: relative;
}

.input-wrapper {
  position: relative;
}

.input-clear-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-light);
  transition: 0.25s ease-in-out;
}

.input-clear-btn:hover {
  color: var(--grey);
}

input:not(.is-fill) + .input-clear-btn {
  display: none;
}

.b-form-btn-row {
  margin-top: 30px;
}

.b-form-btn-row .g-btn {
  min-width: 120px;
}

@media (max-width: 1199px) {
  .b-form-group {
    margin-left: -5px;
    margin-right: -5px;
  }

  .b-form-group__col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-form-group__col_2 {
    width: 75%;
  }

  .b-form-group__col_3 {
    width: 31%;
  }

  .b-form-btn-row {
    margin-top: 21px;
  }

  .b-form-btn-row .g-btn {
    width: 100%;
  }

  .b-form-btn-row .g-btn + .g-btn {
    margin-top: 10px;
  }
}

.b-check-row {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.b-check-row__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.b-check-row__input {
  position: absolute;
  opacity: 0;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}

.b-check-row__text {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
}

.b-check-row__text a {
  text-decoration: none;
  font-weight: 600;
}

.b-check-row__text a:hover {
  color: var(--red);
}

.b-check-row__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
}

.b-check-row__input[type="checkbox"] + .b-check-row__text:before {
  border-radius: 5px;
}

.b-check-row__input:checked + .b-check-row__text:before {
  border-color: var(--black);
}

.b-check-row__input.error + .b-check-row__text:before {
  border-color: var(--red);
}

.b-check-row__text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.b-check-row__input[type="checkbox"] + .b-check-row__text:after {
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--black);
  mask: url('data:image/svg+xml;charset=utf-8,<svg width="22" height="22" xmlns="http://www.w3.org/2000/svg"><path d="M17.283 6.365a1 1 0 0 1 0 1.42L9.7 15.303a1 1 0 0 1-1.408 0L4.717 11.76a1 1 0 0 1 0-1.42l.673-.668a1 1 0 0 1 1.408 0l2.198 2.178 6.206-6.151a1 1 0 0 1 1.408 0l.673.667Z"/></svg>') no-repeat center / 100% 100%;
}

html:where(:not(.is-touch)) .b-check-row__text:hover:after {
  opacity: 0.2;
}

.b-check-row__input:checked + .b-check-row__text:after {
  opacity: 1;
}

.fancybox-bg {
  background: var(--black);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}

.fancybox-close-small {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-close-small:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--grey-light);
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.766 3.234a.797.797 0 0 1 0 1.127L11.128 10l5.638 5.639a.797.797 0 1 1-1.127 1.127L10 11.128l-5.639 5.638a.797.797 0 1 1-1.127-1.127L8.872 10 3.234 4.361A.797.797 0 0 1 4.36 3.234L10 8.872l5.639-5.638a.797.797 0 0 1 1.127 0Z"/></svg>') no-repeat center / 100% 100%;
}

.fancybox-close-small:hover:before {
  background: var(--grey);
}

.fancybox-close-small:after {
  display: none;
}

.fancybox-slide {
  padding: 0 var(--container-space);
}

.fancybox-slide > * {
  display: inline-block;
  padding: 30px;
  overflow: visible;
}

.b-popup-window {
  display: none;
  background: var(--white);
  width: 600px;
  max-width: 100%;
  padding: 20px 30px 30px;
  margin: 0;
  overflow: visible;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .b-popup-window {
    padding-left: var(--container-space);
    padding-right: var(--container-space);
  }
}

.b-popup-window_small {
  width: 400px;
}

.b-popup-window__header {
  text-align: center;
}

.b-popup-window__title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.b-popup-window__content p:last-child {
  margin-bottom: 0;
}

.b-login-window__footer {
  text-align: center;
}

.b-login-window__footer-row + .b-login-window__footer-row {
  margin-top: 5px;
}

.b-login-window__footer-row .g-btn {
  margin-bottom: 7px;
}

.mb-40 {
  margin-bottom: var(--mb-40);
}

.mt-40 {
  margin-top: var(--mb-40);
}

.mb-60 {
  margin-bottom: var(--mb-60);
}

@media (max-width: 1199px) {
  .mob-mb-0 {
    margin-bottom: 0 !important;
  }
}

.l-container {
  max-width: calc(1600px + 2 * var(--container-space));
  padding: 0 var(--container-space);
  margin: 0 auto;
}

.l-container .l-container {
  max-width: none;
  padding: 0;
}

.breadcrumbs {
  margin: 20px 0 40px;
  color: var(--grey);
  font-size: 13px;
  line-height: 20px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs li:not(:last-child):after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: currentColor;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--black);
}

.back-btn-row {
  margin: 8px 0;
}

.back-btn {
  display: inline-flex;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
  align-items: center;
  column-gap: 6px;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .back-btn-row {
    display: none;
  }
}

@media (max-width: 1199px) {
  .breadcrumbs {
    display: none;
  }
}

.slick-dots,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: static;
  bottom: auto;
}

.slick-dots li,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
}

.slick-dots li button,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  margin: 0;
  opacity: 1;
  border-radius: 0;
}

.slick-dots li button:before,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px;
  background: var(--grey-lighter);
  border-radius: 4px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: var(--grey-light);
}

@media (max-width: 1199px) {
  .slick-dots li button,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .slick-dots li button:before,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
    margin: -3px;
  }
}

.swiper-button-prev:not([aria-controls]),
.swiper-button-next:not([aria-controls]) {
  display: none !important;
}

.slick-arrow,
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 100;
  transition: background-color 0.25s ease-in-out;
}

.slick-arrow:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

.slick-arrow.slick-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.slick-prev,
.swiper-button-prev {
  left: 20px;
}

.slick-next,
.swiper-button-next {
  right: 20px;
}

.slick-arrow:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.pagination__link_prev:after,
.pagination__link_next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--black);
}

.slick-prev:after,
.swiper-button-prev:after,
.pagination__link_prev:after {
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M16.58 27.258a3 3 0 0 1 0-4.516l8.444-7.389c1.94-1.697 4.976-.32 4.976 2.258h-2c0-.859-1.012-1.318-1.658-.753l-8.444 7.389a1 1 0 0 0 0 1.506l8.444 7.389c.646.565 1.658.106 1.658-.753h2l-.009.238c-.18 2.422-3.087 3.664-4.967 2.02l-8.444-7.39ZM28 17.61h2v14.78h-2V17.61Z"/></svg>') no-repeat center / 100% 100%;
}

.slick-next:after,
.swiper-button-next:after,
.pagination__link_next:after {
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M33.42 27.258a3 3 0 0 0 0-4.516l-8.444-7.389c-1.94-1.697-4.976-.32-4.976 2.258h2c0-.859 1.012-1.318 1.658-.753l8.444 7.389a1 1 0 0 1 0 1.506l-8.444 7.389c-.646.565-1.658.106-1.658-.753h-2l.009.238c.18 2.422 3.087 3.664 4.967 2.02l8.444-7.39ZM22 17.61h-2v14.78h2V17.61Z"/></svg>') no-repeat center / 100% 100%;
}

@media (max-width: 1199px) {
  .slick-arrow,
  .swiper-button-prev,
  .swiper-button-next {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }

  .slick-prev,
  .swiper-button-prev {
    left: 8px;
  }

  .slick-next,
  .swiper-button-next {
    right: 8px;
  }
}

.logo {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
}

.logo:hover {
  opacity: 0.5;
}

.logo img {
  max-width: none;
  height: auto;
}

.logo img:first-child {
  width: 121px;
}

.logo img:last-child {
  width: 88px;
}

.header-info {
  display: flex;
  align-items: center;
  column-gap: 30px;
  font-size: 13px;
  line-height: 20px;
}

.header-info__item {
  position: relative;
}

.header-info__row {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
  column-gap: 5px;
  text-decoration: none;
  color: inherit;
}

.header-info__row .icon {
  color: var(--grey-light);
  transition: 0.25s ease-in-out;
}

a.header-info__row:hover,
button.header-info__row:hover {
  color: var(--red);
}

a.header-info__row:hover .icon,
button.header-info__row:hover .icon {
  color: var(--red);
}

.header-social {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-width: 148px;
  column-gap: 2px;
}

.header-social__link {
  transition: 0.15s ease-in-out;
  transition-property: color, border-color, --icon-color;
  --icon-color: var(--grey);
}

.header-social__link:hover {
  --icon-color: var(--white);
}

.header-social__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--icon-color);
  color: var(--black);
  transition: 0.15s ease-in-out;
}

.header-social__icon .icon {
  font-size: 20px;
}

.header-social__title {
  display: none;
}

.header-catalog-btn {
  column-gap: 1px;
  padding: 9px 12px;
  padding-left: 3px;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

html:not(.is-touch) .header-catalog-btn:hover,
html.is-touch .header-catalog-btn:active {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.header-catalog-btn .icon {
  font-size: 24px;
}

.search-field {
  position: relative;
}

input.search-field__input {
  padding-right: 170px;
  border-color: currentColor;
}

.search-field__form label.error {
  display: none !important;
}

.search-field__buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  column-gap: 14px;
  padding: 3px;
}

.search-field__buttons > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-field__buttons .icon {
  font-size: 24px;
}

.search-field__image-btn,
.search-field__voice-btn {
  width: 32px;
  color: var(--grey-light);
}

.search-field__image-btn:hover,
.search-field__voice-btn:hover {
  color: var(--grey);
}

.search-field__submit-btn {
  background: var(--grey-lighter);
  color: var(--black);
  border-radius: 7px;
  width: 64px;
}

.search-field__submit-btn:hover {
  background: var(--red);
  color: var(--white);
}

.header-nav {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 57px;
}

.header-nav__link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 1px 0;
  white-space: nowrap;
}

.header-nav__link:hover {
  color: var(--red);
}

.header-nav__link.is-highlight {
  background: var(--grey-lighter);
  color: var(--grey);
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
}

.header-nav__link.is-highlight:hover {
  background-color: var(--red);
  color: var(--white);
}

.control-nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.control-nav__item {
  margin-left: auto;
  position: relative;
}

.control-nav__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  padding: 0;
  background: none;
  border: none;
  font-size: 12px;
  line-height: 20px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.control-nav__btn:hover {
  color: var(--red);
}

.control-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.control-nav__icon .icon {
  font-size: 24px;
}

.control-nav__counter {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  padding: 0 3px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--red);
  color: var(--white);
  top: -6px;
  left: calc(50% + 9px);
  min-width: 18px;
  text-align: center;
}

@media (min-width: 1200px) {
  .control-nav__item._home,
  .control-nav__item._catalog {
    display: none;
  }

  body {
    padding-top: 136px;
  }

  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    background: var(--black);
    color: var(--white);
  }

  .header__main .l-container {
    max-width: calc(1780px + 2 * var(--container-space));
  }

  .header__content {
    display: grid;
    column-gap: 20px;
    grid-template-areas: "logo top control" "logo middle control" "logo nav control";
    grid-template-columns: minmax(1px, 280px) minmax(1px, 1fr) minmax(1px, 280px);
    align-items: center;
  }

  .header__top {
    grid-area: top;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .header__top-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
  }

  .header__nav {
    grid-area: nav;
    height: 52px;
    display: flex;
    align-items: center;
  }

  .header__nav-inner {
    width: 100%;
  }

  .header__logo {
    grid-area: logo;
    padding-left: 37px;
  }

  .header__middle {
    grid-area: middle;
    min-width: 1px;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }

  .header__catalog-btn {
    flex-shrink: 0;
  }

  .header__search {
    flex-grow: 1;
    min-width: 1px;
  }

  .header__control {
    grid-area: control;
    position: relative;
    top: -5px;
  }

  html.is-scrolled .logo {
    flex-direction: row;
  }

  .header__top,
  .header__nav {
    transition: height 0.25s ease-in-out;
  }

  html.is-scrolled .header__top,
  html.is-scrolled .header__nav {
    height: 20px;
  }

  .header-info {
    transition: 0.25s ease-in-out;
    transition-property: opacity, visibility;
  }

  html.is-scrolled .header-info {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }

  .header__search {
    transition: 0.25s ease-in-out;
    transition-property: opacity, visibility;
  }

  html.is-scrolled .header__search {
    opacity: 0;
    visibility: hidden;
  }

  html.is-scrolled .header-social {
    transform: translate(0, 32px);
    min-width: 0;
    column-gap: 20px;
  }

  .header-social__link {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 100px;
    text-decoration: none;
  }

  html.is-scrolled .header-social__link {
    padding: 8px 9px;
    border-color: var(--icon-color);
  }

  html.is-scrolled .header-social__title {
    display: block;
  }

  html.is-scrolled .header-social__item._scroll-hidden {
    display: none;
  }

  html.is-scrolled .header-nav {
    transform: translate(153px, -32px);
  }

  html.is-scrolled .header-nav__item._scroll-hidden {
    display: none;
  }

  .header__control {
    transition: transform 0.25s ease-in-out;
  }

  html.is-scrolled .header__control {
    transform: translateY(5px);
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--white);
    color: var(--black);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
    transition-behavior: allow-discrete;
  }

  html.is-scrolled .nav {
    top: 100%;
  }

  html.is-desktop-nav-open .nav {
    display: block;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 1;
    visibility: visible;

    @starting-style {
      opacity: 0;
      visibility: hidden;
    }
  }

  .nav__search {
    display: none;
  }

  .nav__inner {
    display: flex;
    max-height: calc(100vh - 117px);
  }

  .nav__aside {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid var(--grey-lighter);
    padding: 20px;
    padding-left: 0;
    flex: 0 0 auto;
    width: 281px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .nav__aside-group:not(:last-child) {
    border-bottom: 1px solid var(--grey-lighter);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .nav__aside-group:has(+ .nav__aside-group._desktop-hidden) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .nav__aside-group._desktop-hidden {
    display: none;
  }

  .nav__aside-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .nav__aside-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav__aside-link:hover,
  .nav__aside-link.has-submenu.is-desktop-open {
    color: var(--red);
  }

  .nav__aside-link.has-submenu:after {
    transform: rotate(-90deg);
    margin: 0 -2px;
  }

  .nav__main {
    flex-grow: 1;
    min-width: 1px;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    padding-left: 40px;
  }

  .nav__content:not(.is-desktop-open) {
    display: none;
  }

  .nav__content-header {
    display: none;
  }

  .nav__groups {
    display: grid;
    grid-template-columns: repeat(5, minmax(1px, 1fr));
    column-gap: 20px;
  }

  .nav__column {
    grid-column: span 1;
  }

  .nav__column[data-column-count="2"] {
    grid-column: span 2;
  }

  .nav__column[data-column-count="3"] {
    grid-column: span 3;
  }

  .nav__column[data-column-count="4"] {
    grid-column: span 4;
  }

  .nav__column[data-column-count="5"] {
    grid-column: span 5;
  }

  .nav__column[data-column-count="6"] {
    grid-column: span 6;
  }

  .nav__column._multicolumn {
    column-gap: 20px;
  }

  .nav__column._multicolumn_1 {
    column-count: 1;
  }

  .nav__column._multicolumn_2 {
    column-count: 2;
  }

  .nav__column._multicolumn_3 {
    column-count: 3;
  }

  .nav__column._multicolumn_4 {
    column-count: 4;
  }

  .nav__column._multicolumn_5 {
    column-count: 5;
  }

  .nav__column._multicolumn_6 {
    column-count: 6;
  }

  .nav__group {
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .nav__group-title {
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-column-break-after: avoid;
    page-break-after: avoid;
    break-after: avoid;
  }

  .nav__group-title-link {
    text-decoration: none;
  }

  .nav__group-title-link:hover {
    color: var(--red);
  }

  .nav__group-title-link.has-submenu:after {
    display: none;
  }

  .nav__group-header {
    display: none;
  }

  .nav__group._multicolumn .nav__list {
    column-gap: 20px;
  }

  .nav__group._multicolumn_1 .nav__list {
    column-count: 1;
  }

  .nav__group._multicolumn_2 .nav__list {
    column-count: 2;
  }

  .nav__group._multicolumn_3 .nav__list {
    column-count: 3;
  }

  .nav__group._multicolumn_4 .nav__list {
    column-count: 4;
  }

  .nav__group._multicolumn_5 .nav__list {
    column-count: 5;
  }

  .nav__group._multicolumn_6 .nav__list {
    column-count: 6;
  }

  .nav__list-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .nav__list-row {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: top;
    column-gap: 10px;
    text-decoration: none;
  }

  .nav__list-row:hover {
    color: var(--red);
  }

  .nav__list-item._highlight .nav__list-row {
    font-weight: 600;
    position: relative;
  }

  .nav__list-item._highlight .nav__list-row:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 8px;
    width: 12px;
    height: 16px;
    background: currentColor;
    mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 12 16" xmlns="http://www.w3.org/2000/svg"><path d="M4.864 0 0 8.945h4.242L.404 16 12 7.053H7.552L11.387 0H4.864Z"/></svg>') no-repeat center / 100% 100%;
  }

  .nav__list-row img {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    padding: 2px 0;
    object-fit: contain;
  }

  .nav__list-row > span {
    margin: 4px 0;
  }

  .nav__contacts {
    display: none;
  }

  .nav-bg {
    display: none;
  }

  .mob-header {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1859px) {
  .header__content {
    grid-template-columns: auto minmax(1px, 1fr) auto;
  }

  .header__logo {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1699px) {
  .header-info .header-info__item:first-child {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  html.is-scrolled .logo img:first-child {
    width: 100px;
  }

  html.is-scrolled .logo img:last-child {
    width: 60px;
  }

  html.is-scrolled .header-nav {
    transform: translate(133px, -32px);
  }

  html.is-scrolled .header-nav__list {
    column-gap: 20px;
  }

  html.is-scrolled .header-social {
    column-gap: 10px;
  }

  .nav__groups {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }

  .nav__column,
  .nav__column[data-column-count="2"] {
    grid-column: span 1;
  }

  .nav__column[data-column-count="3"] {
    grid-column: span 2;
  }

  .nav__column[data-column-count="4"],
  .nav__column[data-column-count="5"] {
    grid-column: span 3;
  }

  .nav__column[data-column-count="6"] {
    grid-column: span 4;
  }

  .nav__column._multicolumn_1,
  .nav__column._multicolumn_2,
  .nav__group._multicolumn_1 .nav__list,
  .nav__group._multicolumn_2 .nav__list {
    column-count: 1;
  }

  .nav__column._multicolumn_3,
  .nav__group._multicolumn_3 .nav__list {
    column-count: 2;
  }

  .nav__column._multicolumn_4,
  .nav__column._multicolumn_5,
  .nav__group._multicolumn_4 .nav__list,
  .nav__group._multicolumn_5 .nav__list {
    column-count: 3;
  }

  .nav__column._multicolumn_6,
  .nav__group._multicolumn_6 .nav__list {
    column-count: 4;
  }
}

@media (max-width: 1199px) {
  body {
    padding-top: 51px;
  }

  .mob-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: var(--black);
    color: var(--white);
    border-bottom: 1px solid #3b3b3b;
  }

  .mob-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }

  .mob-header__nav-btn,
  .mob-header__search-btn {
    width: 54px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob-header__nav-btn .icon,
  .mob-header__search-btn .icon {
    font-size: 24px;
  }

  .logo {
    flex-direction: row;
    column-gap: 8px;
  }

  .logo img:first-child {
    width: 80px;
  }

  .logo img:last-child {
    width: 58px;
  }

  html.is-search-open .mob-header__search-open-icon,
  html:not(.is-search-open) .mob-header__search-close-icon {
    display: none;
  }

  .header__main > .l-container {
    padding: 0;
    max-width: none;
  }

  .header__top,
  .header__logo,
  .header__nav,
  .header__catalog-btn {
    display: none;
  }

  .header__search {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 300;
    padding: 5px var(--container-space) 15px;
    background: var(--black);
    border-bottom: 1px solid #3b3b3b;
  }

  input.search-field__input {
    padding-right: 136px;
  }

  .search-field__buttons {
    column-gap: 0;
  }

  .search-field__image-btn,
  .search-field__voice-btn {
    width: 40px;
  }

  .search-field__submit-btn {
    width: 44px;
    margin-left: 6px;
  }

  html:not(.is-search-open) .header__search {
    display: none;
  }

  .header__control {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    background: var(--white);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }

  .control-nav {
    column-gap: 0;
    padding: 0 3px;
  }

  .control-nav__item {
    margin: 0;
    flex-basis: auto;
    flex-grow: 1;
    min-width: 1px;
  }

  .control-nav__btn {
    width: 100%;
    row-gap: 3px;
    padding: 5px 0 0;
    font-size: 10px;
    line-height: 16px;
    height: 50px;
  }

  html.is-menu-open .control-nav__item._catalog .control-nav__btn {
    color: var(--red);
  }

  .control-nav__icon .icon {
    font-size: 20px;
  }

  .control-nav__item._favorites {
    order: 1;
  }

  .control-nav__item._cabinet {
    order: 2;
  }

  .control-nav__counter {
    font-size: 9px;
    line-height: 10px;
    padding: 0 3px;
    font-weight: 600;
    top: -5px;
    left: calc(50% + 5px);
    min-width: 16px;
  }

  .nav-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  html.is-menu-open .nav-bg {
    opacity: 1;
    visibility: visible;
  }

  .nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background: var(--white);
    padding: 15px 0 65px;
    width: 300px;
    left: -300px;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  html.is-menu-open .nav {
    transform: translateX(100%);
  }

  .nav > .l-container {
    padding: 0;
    max-width: none;
  }

  .nav__search {
    padding: 0 15px 12px;
  }

  .nav__inner {
    display: grid;
    grid-template-areas: "content" "contacts";
  }

  .nav__aside {
    grid-area: content;
    position: relative;
    z-index: 1;
  }

  .nav__main {
    grid-area: content;
  }

  .nav__aside-link,
  .nav__group-title-link,
  .nav__back-btn,
  .nav__mob-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    text-decoration: none;
  }

  .nav__aside-link:active,
  .nav__group-title-link:active,
  .nav__back-btn:active {
    color: var(--red);
  }

  .header-nav__link.has-sublist:after,
  .nav__aside-link.has-submenu:after,
  .nav__group-title-link.has-submenu:after {
    transform: rotate(-90deg);
    margin: 0 -2px;
  }

  .nav__group-title-link {
    text-transform: none;
  }

  .nav__mob-title a {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--grey-lightest);
    color: var(--red);
    margin-bottom: 7px;
  }

  .nav__back-btn {
    width: 100%;
    font-weight: normal;
    text-transform: none;
    justify-content: flex-start;
    margin: -5px 0 7px;
  }

  .nav__back-btn:before {
    transform: rotate(90deg);
    margin: 0 -2px;
  }

  .nav__aside-group {
    border-bottom: 1px solid var(--grey-lighter);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .nav__contacts {
    grid-area: contacts;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0 15px;
    font-size: 13px;
    margin-top: 2px;
  }

  .nav__contacts .header-social {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
  }

  .nav__contacts .header-social__item._scroll-hidden {
    display: none;
  }

  .nav__contacts .header-social__link {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    column-gap: 5px;
    text-decoration: none;
    color: inherit;
    --icon-color: var(--grey-light);
  }

  .nav__contacts .header-social__link:hover {
    --icon-color: var(--red);
    color: var(--red);
  }

  .nav__contacts .header-social__icon {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background-color: transparent;
    color: var(--icon-color);
  }

  .nav__contacts .header-social__icon .icon {
    font-size: 24px;
  }

  .nav__contacts .header-social__title {
    display: block;
  }

  .nav.is-mobile-open .nav__aside {
    display: none;
  }

  .nav__content {
    display: none;
  }

  .nav.is-mobile-open .nav__content.is-mobile-open {
    display: block;
  }

  .nav__group-title + .nav__group-content {
    display: none;
  }

  .nav__groups {
    border-bottom: 1px solid var(--grey-lighter);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .nav.is-mobile-group-open .nav__content-header {
    display: none;
  }

  .nav.is-mobile-group-open .nav__group:not(.is-mobile-open) {
    display: none;
  }

  .nav.is-mobile-group-open .nav__group-title {
    display: none;
  }

  .nav.is-mobile-group-open .nav__group.is-mobile-open .nav__group-content {
    display: block;
  }

  .nav__list {
    display: flex;
    flex-direction: column;
  }

  .nav__list-row {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: top;
    column-gap: 10px;
    text-decoration: none;
    padding: 5px 15px;
    width: 100%;
  }

  .nav__list-row:active {
    color: var(--red);
  }

  .nav__list-row img {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    object-fit: contain;
  }

  .nav__list-row > span {
    margin: 4px 0;
  }
}

.b-shop-contacts {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1001;
  width: 415px;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.b-shop-contacts.is-open {
  display: block;
}

.b-shop-contacts__map {
  height: 223px;
}

.b-shop-contacts__content {
  padding: 15px;
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}

.b-shop-contacts__info {
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .b-shop-contacts {
    width: 350px;
  }
}

.footer__main {
  background: var(--black);
  color: var(--white);
  padding: 52px 0 60px;
}

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

.footer__aside {
  flex: 0 0 auto;
  width: 32.3%;
  display: flex;
  flex-direction: column;
}

.footer__logo {
  flex-shrink: 0;
  margin: 7px 0 27px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__contacts {
  flex-grow: 1;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}

.footer-copyright {
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  margin-bottom: 30px;
}

.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--grey);
  color: var(--black);
  border-radius: 50%;
}

.footer-social__link:hover {
  background: var(--white);
}

.footer-social__link .icon {
  font-size: 28px;
}

.footer-yandex-widget {
  margin-bottom: 44px;
}

.footer-development {
  margin-top: auto;
}

.footer-development a {
  color: inherit;
  text-decoration: none;
}

.footer-development a:hover {
  color: #8c8c8c;
}

.footer__nav {
  flex-grow: 1;
  min-width: 1px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: -32px;
}

.footer__nav a {
  color: inherit;
  text-decoration: none;
}

.footer__nav a:hover {
  color: #8c8c8c;
}

.footer__nav-col {
  max-width: 300px;
}

.footer__nav-section {
  margin-bottom: 40px;
}

.footer__nav-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .footer__nav-section._expandable .footer__nav-title a:after {
    display: none;
  }
}

.footer__nav-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav-content ul a {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  column-gap: 6px;
}

.footer__nav-content ul a .icon {
  color: var(--grey);
  font-size: 24px;
}

.footer__nav-content li {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .footer__main {
    padding: 25px 0 70px;
  }

  .footer__content {
    display: flex;
    flex-direction: column;
  }

  .footer__aside {
    width: auto;
    display: block;
    display: contents;
    order: 1;
  }

  .footer__contacts {
    order: 1;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-social {
    column-gap: 20px;
    margin-bottom: 25px;
  }

  .footer-yandex-widget {
    margin-bottom: 15px;
  }

  .footer-copyright {
    order: 1;
    margin-bottom: 20px;
  }

  .footer-development {
    order: 2;
  }

  .footer__logo {
    order: -1;
    margin: 0 0 20px;
  }

  .footer__logo img {
    width: 330px;
    display: block;
  }

  .footer__nav {
    display: block;
    margin: 0;
  }

  .footer__nav-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .footer__nav-content li {
    margin-bottom: 7px;
  }

  .footer__nav-col {
    max-width: none;
  }

  .footer__nav-section {
    margin-bottom: 20px;
  }

  .footer__nav-section._expandable:not(.is-open) .footer__nav-content {
    display: none;
  }

  .footer__nav-section._expandable .footer__nav-title a {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    column-gap: 6px;
  }

  .footer__nav-section._expandable.is-open .footer__nav-title a:after {
    transform: rotate(-180deg);
  }
}

.subscribe-section {
  background: url("../images/subscribe-bg.png");
  padding: 49px 0;
}

.subscribe-section__inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.subscribe-section__header {
  flex: 0 0 auto;
  width: 32.3%;
  min-width: 420px;
}

.subscribe-section__header-inner {
  max-width: 466px;
}

.subscribe-section__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 8px;
}

.subscribe-section__title strong {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0.1em;
}

.subscribe-section__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.subscribe-section__content {
  flex-grow: 1;
  min-width: 1px;
}

.subscribe-section__main {
  max-width: 718px;
  background: var(--white);
  padding: 20px;
  border-radius: 15px;
}

.subscribe-section__form {
  display: grid;
  grid-template-areas: "input button" "checkbox checkbox";
  grid-template-columns: minmax(1px, 1fr) auto;
  column-gap: 20px;
  row-gap: 16px;
}

.subscribe-section__input {
  grid-area: input;
}

.subscribe-section__btn {
  grid-area: button;
}

.subscribe-section__form .b-check-row {
  grid-area: checkbox;
  margin: 0;
}

.subscribe-section__form label.error {
  display: none !important;
}

.apps-section {
  padding: 50px 0;
}

.apps-section__inner {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.apps-section__header {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.apps-section__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.apps-section__arrow {
  flex-shrink: 0;
  width: 77px;
  height: 7px;
  background: var(--black);
  mask: url('data:image/svg+xml;charset=utf-8,<svg width="77" height="7" xmlns="http://www.w3.org/2000/svg"><path d="M0 3h71.62v1H0z"/><path d="M76.597 2.7c.537.4.537 1.2 0 1.6l-3.363 2.5c-.665.494-1.614.024-1.614-.8h1.009l3.362-2.5L72.629 1H71.62l.01-.15c.1-.68.868-1.06 1.477-.732l.127.082 3.363 2.5ZM72.629 6H71.62V1h1.009v5Z"/></svg>') no-repeat center / 100% 100%;
}

.apps-section__links {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.apps-section__links img {
  width: auto;
  height: 50px;
}

@media (max-width: 1199px) {
  .subscribe-section {
    padding: 35px 0 15px;
  }

  .subscribe-section__inner {
    display: block;
  }

  .subscribe-section__header {
    width: auto;
    min-width: 0;
    margin-bottom: 20px;
  }

  .subscribe-section__header-inner {
    max-width: none;
  }

  .subscribe-section__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .subscribe-section__title strong {
    font-size: 40px;
    margin: 0 0.1em;
  }

  .subscribe-section__text {
    font-size: 14px;
    line-height: 22px;
  }

  .subscribe-section__main {
    max-width: none;
    padding: 10px;
  }

  .subscribe-section__form {
    display: block;
  }

  .subscribe-section__form .b-check-row {
    margin-top: 16px;
    font-size: 13px;
  }

  .subscribe-section__btn {
    width: auto;
    margin-top: 20px;
  }

  .apps-section {
    padding: 20px 0 25px;
  }

  .apps-section__inner {
    display: block;
  }

  .apps-section__header {
    display: block;
  }

  .apps-section__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .apps-section__arrow {
    display: none;
  }

  .apps-section__links {
    column-gap: 10px;
  }

  .apps-section__links > * {
    flex-basis: auto;
    min-width: 1px;
  }

  .apps-section__links img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 45px;
  }
}

.main-slider-section {
  margin-bottom: 30px;
}

.main-slider-section__main {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.main-slider-section__inner {
  height: 600px;
}

.main-slider {
  height: 100%;
  position: relative;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: 100% !important;
}

.main-slider .slick-arrow {
  display: none;
}

.main-slider .slick-dots,
.main-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.main-slider .slick-dots li button:before,
.main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  background: var(--white);
  opacity: 0.3;
}

.main-slider .slick-dots li.slick-active button:before,
.main-slider .slick-dots li:hover button:before,
.main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: var(--white);
  opacity: 1;
}

.main-slider__item {
  height: 100%;
  position: relative;
  background-color: var(--black);
  color: var(--white);
}

.main-slider__item + .main-slider__item:not(.slick-slide) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.main-slider__item .l-container {
  height: 100%;
}

.main-slider__media {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
}

.main-slider__media img,
.main-slider__media picture,
.main-slider__media video,
.main-slider__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider__content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 40px;
  overflow: hidden;
}

.main-slider__content-inner {
  width: 100%;
  max-width: 680px;
}

.main-slider__content h1,
.main-slider__content .g-h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  margin: 0 0 40px;
}

.main-slider__content img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  margin-bottom: 50px;
}

.main-slider__buttons {
  display: flex;
  column-gap: 20px;
}

@media (max-width: 1199px) {
  .main-slider .slick-dots,
  .main-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 8px;
  }

  .main-slider .slick-dots li button,
  .main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
  }

  .main-slider .slick-dots li button:before,
  .main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
    margin: -4px;
  }

  .main-slider-section {
    margin-bottom: 15px;
  }

  .main-slider-section__inner {
    height: auto;
  }

  .main-slider__content {
    width: auto;
    height: auto;
    padding: 16px 0 25px;
  }

  .main-slider__content-inner {
    max-width: 480px;
  }

  .main-slider__content h1,
  .main-slider__content .g-h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .main-slider__content img {
    width: 300px;
    margin-bottom: 25px;
  }

  .main-slider__media {
    position: static;
  }
}

@media (max-width: 767px) {
}

.home-title {
  text-align: center;
  border-bottom: 1px solid var(--grey-lighter);
  padding: 20px 0;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.home-title h1 {
  margin: 0;
  font: inherit;
}

@media (max-width: 1199px) {
  .home-title {
    padding: 6px 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
}

.dolyami-btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 8px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid var(--grey-lighter);
  border-radius: 8px;
  padding: 11px;
  transition: 0.25s ease-in-out;
}

.dolyami-btn:after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: var(--grey-light);
  transition: 0.25s ease-in-out;
  margin-left: auto;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 8 6.658 2 5.316 3.423 9.816 8l-4.5 4.577L6.658 14 12.5 8Z"/></svg>') no-repeat center / 100% 100%;
}

.dolyami-btn .icon {
  flex-shrink: 0;
  width: 68px;
  height: 20px;
}

.dolyami-btn .dolyami-btn__mobile {
  display: none;
}

.dolyami-btn:hover {
  border-color: var(--grey);
}

.dolyami-btn:hover:after {
  background-color: var(--black);
}

@media (min-width: 1200px) {
  .dolyami-btn_mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .dolyami-btn_desktop {
    display: none;
  }

  .dolyami-btn_mobile {
    width: 100%;
    justify-content: center;
    column-gap: 6px;
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
  }

  .dolyami-btn_mobile:after {
    display: none;
  }

  .dolyami-btn_mobile .icon {
    width: 16px;
    height: 16px;
  }
}

.item {
  width: 100%;
  position: relative;
}

.item__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.item__main {
  position: relative;
  margin-bottom: 16px;
}

.item__images-wrapper {
  display: block;
  position: relative;
}

.item__images-wrapper:before {
  content: "";
  display: block;
  padding-top: calc(523 * 100% / 392);
}

.item__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item__images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

html.no-touch .item__images img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

html.no-touch .item__images img.is-active {
  opacity: 1;
}

html.is-touch .item__images:not(.slick-initialized) img + img {
  display: none;
}

html.is-touch .item__images .slick-list img {
  border-radius: 0 !important;
}

html.is-touch .item__images .slick-list {
  border-radius: 10px;
  transform: translateZ(0);
}

html.is-touch .item__images .slick-list,
html.is-touch .item__images .slick-track {
  height: 100%;
}

html.is-touch .item__images .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 3px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

html.is-touch .item__images .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
}

html.is-touch .item__images .slick-dots li button:before {
  width: 6px;
  height: 6px;
  margin: -3px;
}

.item__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.item:hover .item__overlay {
  opacity: 1;
  visibility: visible;
}

html.is-touch .item__overlay {
  display: none;
}

.item__overlay-content {
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 47px 20px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.item__overlay-content-inner {
  max-width: 260px;
  min-height: 90px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.item__view-btn {
  width: 100%;
  pointer-events: auto;
}

.item__sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  min-height: 84px;
}

.item__size-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 500;
  color: var(--grey);
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 10px;
  text-decoration: none;
  pointer-events: auto;
}

.item__stickers {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

.item__add-favorite-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.item__add-favorite-btn:before {
  content: "";
  position: absolute;
  inset: -10px;
}

html.is-touch .item__add-favorite-btn > span {
  display: none;
}

.item__price-field {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 16px;
}

.item__price {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.item__old-price {
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
  text-decoration: line-through;
}

.item__old-discount {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  padding: 1px 8px;
  color: var(--white);
  background-color: var(--pink);
}

.item__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4px;
}

.item__title a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.item__title a:hover {
  color: var(--grey);
}

.item__title:hover > div {
  color: var(--grey);
  cursor: pointer;
}

.item__title > div {
  position: relative;
}

.item__info {
  color: var(--grey);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.item__dolyami {
  position: relative;
  margin-bottom: 16px;
}

.item__dolyami .dolyami-btn {
  font-family: Arial, sans-serif;
  width: 100%;
}

@media (max-width: 1199px) {
  .item__images img {
    border-radius: 10px;
  }

  .item__overlay {
    display: none;
  }

  .item__stickers {
    left: 8px;
    bottom: 8px;
    row-gap: 2px;
    max-width: calc(100% - 16px);
  }

  .item__stickers .g-sticker {
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
  }

  .item__add-favorite-btn {
    right: 10px;
    top: 10px;
  }

  .item__add-favorite-btn .icon {
    font-size: 18px;
  }

  .item__price-field {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 4px;
  }

  .item__price {
    font-size: 14px;
    line-height: 22px;
  }

  .item__old-price {
    font-size: 12px;
    line-height: 20px;
  }

  .item__old-discount {
    position: absolute;
    left: 8px;
    top: 9px;
    font-size: 12px;
    line-height: 18px;
    padding: 0px 4px;
  }

  .item__title {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .item__info {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    align-items: flex-start;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
  }

  .item__dolyami {
    margin-bottom: 7px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__images img {
    border-radius: 15px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__images .slick-list {
    border-radius: 15px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__stickers {
    left: 12px;
    bottom: 12px;
    row-gap: 10px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__stickers .g-sticker {
    font-size: 14px;
    line-height: 22px;
    padding: 1px 8px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__add-favorite-btn {
    right: 20px;
    top: 20px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__add-favorite-btn .icon {
    font-size: 24px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__price-field {
    text-align: center;
    justify-content: center;
    margin-bottom: 8px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__price {
    font-size: 20px;
    line-height: 30px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__old-price {
    font-size: 16px;
    line-height: 26px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__old-discount {
    position: static;
    font-size: 16px;
    line-height: 26px;
    padding: 1px 8px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__title {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__info {
    flex-direction: row;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .item__dolyami {
    margin-bottom: 8px;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .dolyami-btn_mobile {
    display: none;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .dolyami-btn_desktop {
    display: inline-flex;
  }
}

@media (max-width: 575px) {
  .catalog__item_size_large .item__images img {
    border-radius: 15px;
  }

  .catalog__item_size_large .item__stickers {
    left: 12px;
    bottom: 12px;
    row-gap: 10px;
  }

  .catalog__item_size_large .item__stickers .g-sticker {
    font-size: 14px;
    line-height: 22px;
    padding: 1px 8px;
  }

  .catalog__item_size_large .item__add-favorite-btn {
    right: 20px;
    top: 20px;
  }

  .catalog__item_size_large .item__add-favorite-btn .icon {
    font-size: 24px;
  }

  .catalog__item_size_large .item__price-field {
    text-align: center;
    justify-content: center;
    margin-bottom: 8px;
  }

  .catalog__item_size_large .item__price {
    font-size: 20px;
    line-height: 30px;
  }

  .catalog__item_size_large .item__old-price {
    font-size: 16px;
    line-height: 26px;
  }

  .catalog__item_size_large .item__old-discount {
    position: static;
    font-size: 16px;
    line-height: 26px;
    padding: 1px 8px;
  }

  .catalog__item_size_large .item__title {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .catalog__item_size_large .item__info {
    flex-direction: row;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .catalog__item_size_large .item__dolyami {
    margin-bottom: 8px;
  }

  .catalog__item_size_large .dolyami-btn_mobile {
    display: none;
  }

  .catalog__item_size_large .dolyami-btn_desktop {
    display: inline-flex;
  }
}

.hrz-banner {
  width: 100%;
}

.hrz-banner__inner {
  display: flex;
  column-gap: 10px;
  color: inherit;
  text-decoration: none;
  border-radius: 15px;
  background: var(--grey-lightest);
}

.hrz-banner__image {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.hrz-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.hrz-banner__content {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
  align-self: center;
}

.hrz-banner__content-inner {
  padding: 15px 40px;
}

.hrz-banner__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}

.hrz-banner__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 6px;
}

.hrz-banner__btn {
  margin-top: 20px;
}

.banner {
  width: 100%;
}

.banner__inner {
  display: block;
  color: inherit;
  text-decoration: none;
}

.banner__image {
  position: relative;
  margin-bottom: 16px;
}

.banner__image:before {
  content: "";
  display: block;
  padding-top: calc(523 * 100% / 392);
}

.banner__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.banner__header {
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: var(--white);
}

.banner__content {
  text-align: center;
}

.banner__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.banner__info {
  color: var(--grey);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
}

.banner__btn {
  margin-top: 16px;
}

@media (max-width: 1199px) {
  .hrz-banner {
    display: flex;
  }

  .hrz-banner__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .hrz-banner__image {
    display: block;
    position: relative;
    flex-basis: auto;
    flex-grow: unset;
  }

  .hrz-banner__image:before {
    content: "";
    display: block;
    padding-top: calc(200 * 100% / 330);
  }

  .hrz-banner__image img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px 15px 0 0;
  }

  .hrz-banner__content {
    flex-basis: auto;
    flex-grow: 1;
    min-height: 1px;
    display: flex;
    flex-direction: column;
  }

  .hrz-banner__content-inner {
    flex-grow: 1;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px 20px;
  }

  .hrz-banner__title {
    font-size: 20px;
    line-height: 30px;
  }

  .hrz-banner__btn {
    margin-top: 28px;
  }

  .banner__header {
    left: 30px;
    right: 30px;
  }
}

.catalog,
.catalog.js-catalog-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: auto;
  row-gap: 40px;
}

.catalog.js-catalog-slider {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.catalog.js-catalog-slider .swiper-button-prev,
.catalog.js-catalog-slider .swiper-button-next {
  top: calc(20px + var(--images-height) / 2);
}

.catalog.js-catalog-slider .swiper-initialized {
  padding-top: 20px;
  margin-top: -20px;
}

.catalog.js-catalog-slider .swiper-initialized .catalog__item {
  width: auto;
  padding: 0;
}

.catalog.js-catalog-slider .swiper-initialized .catalog__item:hover {
  z-index: 1;
}

.catalog__item {
  display: flex;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 5px;
}

.catalog__banner_horizontal {
  width: 100%;
}

.catalog__banner_mobile {
  display: none;
}

@media (min-width: 1200px) {
  .catalog_size_small .catalog__item {
    width: 20%;
  }
}

@media (min-width: 1200px) and (max-width: 1699px) {
  .catalog_size_small .catalog__item {
    width: 25%;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .catalog_size_small .catalog__item {
    width: 33.33%;
  }
}

@media (max-width: 1199px) {
  .catalog {
    row-gap: 20px;
  }

  .catalog__item {
    width: 25%;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .catalog__item {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .catalog__item {
    width: 33.33%;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .catalog__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .catalog__item {
    width: 50%;
  }

  html[data-catalog-view-type="card"] .catalog:not(.js-catalog-slider) .catalog__item,
  .catalog__item_size_large {
    width: 100%;
  }

  .catalog__banner_desktop {
    display: none;
  }

  .catalog__banner_mobile {
    display: block;
    width: 100%;
  }
}

.additional-catalog-section {
  margin-bottom: 40px;
}

.additional-catalog-section__header {
  margin-bottom: 25px;
}

.additional-catalog-section__title {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

@media (max-width: 1199px) {
  .additional-catalog-section {
    margin-bottom: 20px;
  }

  .additional-catalog-section__header {
    margin-bottom: 15px;
  }
}

.main-map-section {
  margin: 118px 0 98px;
}

.main-map {
  border: 1px solid var(--black);
  border-radius: 15px;
}

.main-map__inner {
  display: flex;
  align-items: center;
  padding: 29px;
}

.main-map__header {
  flex: 0 0 auto;
  width: 50%;
  text-align: center;
  padding-right: 74px;
}

.main-map__title {
  margin: 0 auto;
  max-width: 22em;
}

.main-map__image {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 0;
  padding-left: 5px;
}

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

@media (max-width: 1199px) {
  .main-map-section {
    margin: 0 0 20px;
  }

  .main-map__inner {
    display: block;
    padding: 20px 30px;
  }

  .main-map__header {
    width: auto;
    padding: 0;
    margin-bottom: 12px;
  }

  .main-map__title {
    max-width: none;
  }

  .main-map__image {
    width: auto;
    height: auto;
    padding: 0;
    justify-content: center;
  }
}

.tabs-nav {
  margin-bottom: 35px;
}

.tabs-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  column-gap: 1px;
  padding: 9px 19px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid var(--grey-lighter);
  background: var(--white);
  color: var(--grey);
}

.tab-btn:hover {
  border-color: var(--grey-lighter);
  background-color: var(--grey-lighter);
  color: var(--grey);
}

.tab-btn.is-active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

@media (min-width: 1200px) {
  .tabs-item:not(.is-active) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .tabs-item__header {
    display: none;
  }
}

@media (max-width: 1199px) {
  .tabs-nav {
    display: none;
    margin-bottom: 20px;
  }

  .tabs-nav__list {
    margin: 0 calc(-1 * var(--container-space));
    padding: 0 var(--container-space);
    flex-wrap: nowrap;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tabs-item {
    border-top: 1px solid var(--grey-lighter);
    border-bottom: 1px solid var(--grey-lighter);
    margin: 0 calc(-1 * var(--container-space)) -1px;
  }

  .tabs-item__btn {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 6px;
    text-align: left;
    font-weight: 600;
    padding: 15px var(--container-space);
    font-size: 16px;
    line-height: 24px;
  }

  .tabs-item.is-active .tabs-item__btn:after {
    transform: rotate(180deg);
  }

  .tabs-item:not(.is-active) .tabs-item__content {
    display: none;
  }

  .tabs-item__content {
    padding: 0 var(--container-space) 20px;
  }
}

.b-accordion {
  margin-bottom: 30px;
}

.b-accordion__item {
  background: var(--grey-lightest);
  border-radius: 15px;
  margin-bottom: 10px;
  transition: 0.25s ease-in-out;
}

.b-accordion__item:last-child {
  margin-bottom: 0;
}

.b-accordion__header {
  display: flex;
  align-items: center;
  column-gap: 6px;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 16px 24px;
  user-select: none;
}

.b-accordion__header:after {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><path d="M3.611 3H18.39c2.577 0 3.955 3.036 2.258 4.976l-7.39 8.444-.114.124a3 3 0 0 1-4.286 0l-.115-.124-7.388-8.444C-.291 6.096.95 3.189 3.374 3.009L3.61 3Zm0 2c-.859 0-1.318 1.012-.753 1.658l7.39 8.445a1 1 0 0 0 1.505 0l7.389-8.445c.565-.646.106-1.658-.753-1.658H3.61Z"/></svg>') no-repeat center / 100% 100%;
  margin-left: auto;
}

.b-accordion__item.is-open .b-accordion__header:after {
  transform: rotate(180deg);
}

.b-accordion__title {
  font: inherit;
  margin: 0;
}

.b-accordion__content {
  display: none;
  overflow: hidden;
}

.b-accordion__content-inner {
  padding: 0 24px 16px;
}

.b-accordion__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .b-accordion__header {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 16px;
  }

  .b-accordion__header:after {
    width: 13px;
    height: 13px;
  }

  .b-accordion__content-inner {
    padding: 0 16px 10px;
  }
}

.main-personalization-section {
  margin-bottom: 43px;
  position: relative;
}

@media (min-width: 1200px) {
  .main-personalization-dec {
    position: absolute;
    z-index: -1;
    background: url("../images/dec-1.svg") 0 0 no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
  }

  .main-personalization-dec:before {
    content: "";
    display: block;
    padding-top: calc(295 * 100% / 234);
  }

  .main-personalization-dec_1 {
    width: 234px;
    left: calc(50% - 120px);
    top: -7px;
  }

  .main-personalization-dec_2 {
    width: 314px;
    left: calc(50% - 320px);
    bottom: -243px;
  }

  .main-personalization-dec_3 {
    width: 391px;
    top: -7px;
    right: -43px;
  }
}

@media (max-width: 1199px) {
  .main-personalization-dec {
    display: none;
  }
}

.main-personalization__row {
  display: flex;
  padding-top: 7px;
}

.main-personalization__content-col {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 20px 0 0;
}

.main-personalization__list {
  margin-bottom: 10px;
}

.main-personalization__list .swiper {
  margin: -8px -8px 0;
}

.main-personalization__list-item {
  width: 20%;
}

.main-personalization__item {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 7px 7px 9px;
  cursor: pointer;
}

.main-personalization__item.is-active {
  border-color: var(--black);
}

.main-personalization__item-image {
  margin-bottom: 14px;
}

.main-personalization__item-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.main-personalization__item-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.main-personalization__content-item:not(.is-active) {
  display: none;
}

.main-personalization__text {
  font-size: 16px;
  line-height: 26px;
}

.main-personalization__btn {
  margin-top: 10px;
}

.main-personalization__gallery-col {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 0 0 5px;
}

.main-personalization__gallery {
  position: relative;
}

.main-personalization__gallery:not(.is-active) {
  display: none;
}

.main-personalization__gallery .swiper {
  border-radius: 15px;
  transform: translateZ(0);
}

.main-personalization__gallery-item {
  position: relative;
}

.main-personalization__gallery-item:before {
  content: "";
  display: block;
  padding-top: calc(480 * 100% / 795);
}

.main-personalization__gallery-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-personalization__gallery-item-inner img,
.main-personalization__gallery-item-inner video,
.main-personalization__gallery-item-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .main-personalization__row {
    display: block;
    padding: 0;
  }

  .main-personalization__content-col {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }

  .main-personalization__list {
    margin: -5px calc(-1 * var(--container-space)) 10px;
    padding: 0 calc(1 * var(--container-space));
    overflow: hidden;
  }

  .main-personalization__list .swiper {
    margin: 0 -5px;
    overflow: visible;
  }

  .main-personalization__list-item {
    width: 150px;
    padding: 0;
  }

  .main-personalization__item {
    padding: 4px;
  }

  .main-personalization__item-image {
    margin-bottom: 10px;
  }

  .main-personalization__item-title {
    font-size: 12px;
    line-height: 18px;
  }

  .main-personalization__text {
    font-size: 14px;
    line-height: 22px;
  }

  .main-personalization__text p {
    margin-bottom: 12px;
  }

  .main-personalization__btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }

  .main-personalization__gallery-col {
    width: auto;
    padding: 0;
  }

  .main-personalization-section {
    margin-bottom: 15px;
  }
}

.main-catalog-section {
  margin-bottom: 40px;
}

.main-catalog-title {
  text-align: center;
}

.main-catalog {
  height: 700px;
  position: relative;
  border-radius: 15px;
  background-color: var(--black);
  color: var(--white);
}

.main-catalog__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-catalog__bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.main-catalog__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-catalog__main {
  flex-grow: 1;
  min-height: 1px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 80px;
}

.main-catalog__main-header {
  max-width: 560px;
}

.main-catalog__main-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.main-catalog__main-btn:hover {
  border-color: var(--white);
}

.main-catalog__catalog {
  flex-shrink: 0;
  padding: 10px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.main-catalog__catalog-list {
}

.main-catalog__catalog-list .swiper {
  overflow: visible;
}

.main-catalog__catalog-list-item {
  flex: 0 0 auto;
  width: 16.66%;
}

.main-catalog__catalog-item {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 9px 9px 11px;
  text-align: center;
}

.main-catalog__catalog-item:hover {
  border-color: currentColor;
}

.main-catalog__catalog-item-image {
  margin-bottom: 16px;
}

.main-catalog__catalog-item-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.main-catalog__catalog-item-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .main-catalog-section {
    margin-bottom: 15px;
  }

  .main-catalog {
    height: 600px;
    border-radius: 0;
    margin: 0 calc(-1 * var(--container-space));
  }

  .main-catalog__bg img {
    border-radius: 0;
  }

  .main-catalog__main {
    padding: 15px var(--container-space);
    flex-grow: unset;
    margin-top: auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  }

  .main-catalog__main-header {
    max-width: 273px;
  }

  .main-catalog__main-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .main-catalog__catalog {
    padding: 15px calc(var(--container-space) - 5px);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.75);
  }

  .main-catalog__catalog-list-item {
    width: 150px;
    padding: 0 5px;
  }

  .main-catalog__catalog-item {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .main-catalog__catalog-item-title {
    font-size: 14px;
    line-height: 22px;
  }

  .main-catalog__catalog-item-image {
    margin-bottom: 12px;
  }

  .main-catalog__inner {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.main-comands-title {
  text-align: center;
}

.main-comands__list {
  padding: 0 47px;
  position: relative;
}

.main-comands__list .swiper-button-prev {
  left: 0;
}

.main-comands__list .swiper-button-next {
  right: 0;
}

.main-comands__item {
  flex: 0 0 auto;
  width: 12.5%;
}

.main-comands__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: var(--white);
  border-radius: 10px;
}

.main-comands__image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1199px) {
  .main-comands-section {
    margin-bottom: 20px;
  }

  .main-comands__list {
    padding: 0;
  }

  .main-comands__list .swiper-button-prev {
    left: -9px;
  }

  .main-comands__list .swiper-button-next {
    right: -9px;
  }

  .main-comands__item {
    width: 33.33%;
  }

  .main-comands__image-wrapper {
    height: 70px;
  }
}

.main-contacts-section {
  margin-bottom: 25px;
}

.main-contacts {
  position: relative;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main-contacts__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-contacts__bg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.main-contacts__inner {
  position: relative;
  padding: 0 20px 80px;
}

.main-contacts__content {
  background: var(--white) url("../images/contacts-logo.svg") right 20px top 20px no-repeat;
  color: var(--black);
  border-radius: 15px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}

.main-contacts__section {
  max-width: 362px;
  margin: 0 auto;
  position: relative;
}

.main-contacts__section:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.main-contacts__section:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(197, 197, 197, 0) 0%, rgba(197, 197, 197, 1) 50%, rgba(197, 197, 197, 0) 100%);
}

.main-contacts__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}

.main-contacts__phone {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}

.main-contacts__phone a {
  color: inherit;
  text-decoration: none;
}

.main-contacts__schedule {
  font-size: 14px;
  line-height: 22px;
}

.main-contacts__text {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .main-contacts-section {
    border-bottom: 1px solid var(--grey-lighter);
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .main-contacts {
    height: auto;
    display: block;
  }

  .main-contacts__bg {
    position: static;
    width: auto;
    height: auto;
    display: block;
    margin: 0 calc(-1 * var(--container-space)) 15px;
  }

  .main-consultation .main-contacts__bg {
    margin-left: 0;
    margin-right: 0;
  }

  .main-contacts__bg img {
    border-radius: 0;
    height: auto;
  }

  .main-contacts__inner {
    padding: 0;
  }

  .main-contacts__content {
    background-position: right top;
    border-radius: 0;
    max-width: none;
    padding: 0;
  }

  .main-contacts__section:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .main-contacts__text {
    font-size: 14px;
    line-height: 22px;
  }
}

.main-blog-title {
  text-align: center;
}

.main-blog__nav {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .main-blog__nav .tabs-nav__list {
    justify-content: center;
  }
}

.main-blog__section:not(.is-active) {
  display: none;
}

.main-blog__list {
}

.main-blog__list .swiper-button-prev,
.main-blog__list .swiper-button-next {
  top: calc(20px + var(--images-height) / 2);
}

.main-blog__item {
  flex: 0 0 auto;
  width: 20%;
}

.blog-item__inner {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-item__inner:hover {
  color: var(--grey);
}

.blog-item__image-wrapper {
  position: relative;
}

.blog-item__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.blog-item__date {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
}

.blog-item__title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .main-blog__nav {
    display: block;
    margin-bottom: 20px;
  }

  .main-blog__section {
    margin: 0 calc(-1 * var(--container-space));
    padding: 0 var(--container-space);
    overflow: hidden;
    border: none;
  }

  .main-blog__list {
    flex-wrap: nowrap;
  }

  .main-blog__list .swiper-button-prev,
  .main-blog__list .swiper-button-next {
    display: none !important;
  }

  .main-blog__list .swiper {
    overflow: visible;
  }

  .main-blog__item {
    width: 273px;
  }
}

.catalog-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.catalog-header__breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 10;
}

.catalog-header__breadcrumbs .breadcrumbs,
.catalog-header__breadcrumbs .back-btn-row {
  margin: 0;
  color: inherit;
}

.catalog-header__breadcrumbs .breadcrumbs a {
  color: inherit;
}

.catalog-header__breadcrumbs .breadcrumbs a:hover {
  opacity: 0.75;
}

.catalog-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.catalog-header__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.catalog-header__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 480px;
  padding-bottom: 50px;
}

.catalog-header__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  width: 100%;
}

.catalog-header__title h1,
.catalog-header__title h2 {
  font: inherit;
  margin: 0;
}

@media (max-width: 1199px) {
  .catalog-header {
    margin-bottom: 10px;
  }

  .catalog-header__breadcrumbs {
    top: 8px;
  }

  .catalog-header__inner {
    height: 200px;
    padding-bottom: 20px;
  }

  .catalog-header__title {
    font-size: 30px;
    line-height: 40px;
  }
}

.swiper-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 66px;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.swiper-overlay.swiper-button-disabled {
  display: none;
}

.swiper-overlay._prev {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  display: none;
}

.swiper-overlay._next {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.catalog-nav-section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-lighter);
}

@media (max-width: 1199px) {
  .catalog-nav-section {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.teams-nav {
  margin-bottom: 8px;
}

.teams-nav .swiper-button-prev {
  left: -9px;
}

.teams-nav .swiper-button-next {
  right: -9px;
}

.teams-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding: 8px 0 10px;
  border-radius: 15px;
  background: var(--white);
}

.teams-nav__item:hover {
  color: var(--grey);
}

.teams-nav__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  height: 100px;
}

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

@media (max-width: 1199px) {
  .teams-nav {
    margin-bottom: 10px;
  }

  .teams-nav__item {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 10px;
  }

  .teams-nav__image {
    max-width: 68px;
    height: 68px;
    margin-bottom: 4px;
  }
}

.categories-nav {
  user-select: none;
}

.categories-nav .swiper-slide {
  width: auto;
}

.categories-nav .tab-btn:not(:hover):not(.is-active) {
  border-color: var(--grey);
}

@media (max-width: 1199px) {
  .categories-nav .swiper {
    margin-left: calc(-1 * var(--container-space));
    margin-right: calc(-1 * var(--container-space));
    padding-left: var(--container-space);
    padding-right: var(--container-space);
  }

  .categories-nav .tab-btn {
    padding: 5px 13px;
  }
}

.filter-mob-row {
  display: none;
}

.filter-row {
  user-select: none;
  margin-bottom: 30px;
}

.filter-row .swiper-slide {
  width: auto;
}

.filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
  height: 44px;
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  min-width: 124px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.filter-btn.is-active,
.filter-btn:hover {
  border-color: var(--black);
}

.filter-btn_type_sort,
.filter-btn_type_color {
  min-width: 258px;
}

.filter-btn_type_team {
  min-width: 393px;
}

.filter-btn:after {
  margin-right: 5px;
}

.filter-btn.is-active:after {
  transform: rotate(180deg);
}

.filter-btn__text {
  flex-grow: 1;
  min-width: 1px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filter-btn__remove {
  color: var(--grey-light);
  transition: 0.25s ease-in-out;
}

.filter-btn__remove:hover {
  color: var(--grey);
}

.filter-btn:not(.is-filled) .filter-btn__remove {
  display: none;
}

.filter-btn-label {
  display: block;
  position: relative;
}

.filter-btn-label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.filter-btn-label .filter-btn {
  position: relative;
}

.filter-btn-label .filter-btn:after {
  display: none;
}

.filter-btn-label input:checked ~ .filter-btn {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.filter__reset-btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  font-size: 13px;
  line-height: 20px;
  padding-left: 10px;
}

.filter__section {
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 10px;
  width: 284px;
  position: absolute;
  z-index: 100;
  top: var(--top);
  left: var(--left);
  min-width: var(--min-width);
}

.filter__section:not(.is-active) {
  display: none;
}

.filter__section-header {
  padding: 11px 15px;
  border-bottom: 1px solid var(--grey-lighter);
}

.filter__section-title {
  color: var(--grey);
}

@media (min-width: 1200px) {
  .filter__section-header {
    display: none;
  }

  .filter__section-close {
    display: none;
  }
}

.filter__section-content {
  padding: 15px;
}

.filter__search {
  position: relative;
  margin-bottom: 20px;
}

.filter__search-input {
  padding-right: 50px !important;
}

.filter__search-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 44px;
}

.filter__list {
  max-height: 330px;
}

.filter__list .b-check-row {
  margin-bottom: 16px;
}

.filter__list .b-check-row:last-child {
  margin-bottom: 0;
}

.filter__section-footer {
  padding: 15px;
  border-top: 1px solid var(--grey-lighter);
}

.b-range-block__inputs {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-bottom: 20px;
}

.b-range-block__input-field {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.b-range-block__input-sep {
  flex-shrink: 0;
  width: 20px;
  border-bottom: 1px solid var(--grey-light);
}

.b-range-wrapper {
  margin: 0 5px;
}

.ui-slider {
  height: 4px;
  border-radius: 0;
  border: none !important;
  padding: 0;
  background: var(--grey-lighter);
  margin: 3px 0;
}

.ui-slider .ui-slider-range {
  background: var(--black);
}

.ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--black);
  margin-left: -5px;
  top: -3px;
  outline: none;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 1199px) {
  .b-range-wrapper {
    margin: 0 10px;
  }

  .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: -8px;
  }
}

.ui-datepicker {
  z-index: 9999 !important;
}

.ui-widget {
  font-family: inherit;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  box-sizing: content-box;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}

.ui-datepicker .ui-datepicker-title select {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
  width: auto;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin: 0;
  height: 30px;
}

@media (min-width: 1200px) {
  .filter__bg {
    display: none;
  }
}

@media (max-width: 1199px) {
  .filter-row .swiper {
    margin-left: calc(-1 * var(--container-space));
    margin-right: calc(-1 * var(--container-space));
    padding-left: var(--container-space);
    padding-right: var(--container-space);
  }

  .filter-row .swiper-slide._sort {
    display: none;
  }

  .filter-btn {
    min-width: 91px;
    padding: 6px 11px;
    height: 36px;
  }

  .filter-btn:after {
    margin: 0 0 0 3px;
  }

  .filter__reset-btn {
    height: 36px;
  }

  .filter-mob-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 14px;
    margin-bottom: 20px;
  }

  .catalog-view-type-btns {
    display: flex;
    align-items: center;
    column-gap: 14px;
  }

  .catalog-view-type-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--grey-light);
  }

  .catalog-view-type-btn .icon {
    font-size: inherit;
  }

  html:not([data-catalog-view-type="card"]) .catalog-view-type-btn[data-id="tile"],
  html[data-catalog-view-type="card"] .catalog-view-type-btn[data-id="card"] {
    color: var(--black);
  }

  .filter-mob-row .filter-btn {
    column-gap: 6px;
    border: none;
    background: none;
    border-radius: 0;
    width: auto;
    min-width: 0;
    padding: 0;
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .filter__bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 3000;
    display: none;
  }

  .filter__section.is-active ~ .filter__bg {
    display: block;
  }

  .filter__section {
    z-index: 3001;
    background: var(--white);
    border: none;
    border-radius: 10px 10px 0 0;
    width: auto;
    min-width: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 3001;
  }

  .filter__section-header {
    padding: 15px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    border-bottom: none;
  }

  .filter__section-title {
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
  }

  .filter__section-close {
    color: var(--grey-light);
    font-size: 20px;
  }

  .filter__section-close:active {
    color: var(--black);
  }

  .filter__section-close .icon {
    font-size: inherit;
  }

  .filter__list {
    max-height: calc(100svh - 300px);
  }

  .filter-row {
    margin-bottom: 15px;
  }
}

.catalog-pagination-wrapper {
  margin-top: 60px;
}

.more-btn-row {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.more-btn-row:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid var(--grey-lighter);
}

.more-btn {
  position: relative;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: var(--mb-40);
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--grey-lighter);
  background-color: var(--white);
  color: var(--grey);
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  position: relative;
}

a.pagination__link:hover {
  border-color: var(--grey-light);
}

a.pagination__link.is-active {
  border-color: var(--grey-lighter);
  background-color: var(--grey-lighter);
  color: var(--black);
}

.pagination__link.is-active {
	border-color: var(--grey-lighter);
  background-color: var(--grey-lighter);
  color: var(--black);
}

.pagination__link_prev,
.pagination__link_next {
  border: none;
  margin: -10px;
}

.pagination__link_prev.is-disabled,
.pagination__link_next.is-disabled {
  visibility: hidden;
}

.pagination__link_prev:after,
.pagination__link_next:after {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px;
}

.catalog-pagination-wrapper .pagination {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .catalog-pagination-wrapper {
    margin-top: 20px;
  }

  .more-btn-row {
    margin-bottom: 30px;
  }

  .pagination__link_prev.is-disabled,
  .pagination__link_next.is-disabled {
    display: none;
  }

  .pagination__link_prev:after,
  .pagination__link_next:after {
    width: 40px;
    height: 40px;
    margin: -20px;
  }
}

.catalog-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}

.catalog-title h1,
.catalog-title h2 {
  font: inherit;
  margin: 0;
}

@media (max-width: 1199px) {
  .catalog-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.page-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.page-title h1,
.page-title h2 {
  font: inherit;
  margin: 0;
}

@media (min-width: 1200px) {
  .page-title .back-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .page-title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 0;
    position: relative;
  }

  .page-title .back-btn {
    position: absolute;
    left: var(--container-space);
    top: 18px;
  }

  .page-title .back-btn + * {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.product-gallery {
  display: flex;
  column-gap: 30px;
}

.product-gallery__aside {
  flex: 0 0 auto;
  width: 88px;
  order: -1;
  position: relative;
}

.product-gallery__thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-gallery__thumbs .swiper {
  height: auto;
  flex-grow: 1;
  min-height: 1px;
  width: 100%;
}

.product-gallery__thumb {
  border: 1px solid var(--grey-lighter);
  border-radius: 10px;
  padding: 3px;
  height: auto !important;
  cursor: pointer;
  position: relative;
  align-self: flex-start;
}

.product-gallery__thumb:before {
  content: "";
  display: block;
  padding-top: calc(107 * 100% / 80);
}

.product-gallery__thumb.swiper-slide-thumb-active {
  border-color: var(--black);
}

.product-gallery__thumb-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 3px;
}

.product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 7px;
  opacity: 0.5;
}

.product-gallery__thumb.swiper-slide-thumb-active img {
  opacity: 1;
}

.product-gallery__thumb iframe {
  display: block;
  width: 200%;
  height: 200%;
  transform: translate(-25%, -25%) scale(0.5);
  border-radius: 14px;
  opacity: 0.5;
  pointer-events: none;
}

.product-gallery__thumb.swiper-slide-thumb-active iframe {
  opacity: 1;
}

.product-gallery__thumbs .swiper-button-prev,
.product-gallery__thumbs .swiper-button-next {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: 50px;
  height: 50px;
  background: none;
  display: flex !important;
  flex-shrink: 0;
}

.product-gallery__thumbs .swiper-button-prev {
  transform: rotate(90deg);
  margin-top: -15px !important;
}

.product-gallery__thumbs .swiper-button-next {
  transform: rotate(90deg);
  margin-bottom: -15px !important;
}

.product-gallery__content {
  flex-grow: 1;
  min-width: 1px;
}

.product-gallery__info {
  margin-top: 10px;
}

.product-gallery__main {
  position: relative;
  border: 1px solid var(--grey-lighter);
  border-radius: 10px;
  padding: 3px;
}

@media (min-width: 1200px) {
  .product-gallery__main .swiper-pagination {
    display: none;
  }
}

.product-gallery__item-inner {
  height: 752px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.product-gallery__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}

.product-gallery__item iframe,
.product-gallery__item video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}

.product-gallery__swipe-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  --space-w: 200px;
  --space-h: 200px;
  --space-b: 70px;
}

@media (min-width: 1200px) {
  .product-gallery__swipe-overlay {
    display: none;
  }
}

.product-gallery__swipe-overlay._prev {
  top: 0;
  bottom: calc(50% + 0.5 * var(--space-h));
}

.product-gallery__swipe-overlay._next {
  bottom: var(--space-b);
  top: calc(50% + 0.5 * var(--space-h));
}

.product-gallery__swipe-overlay:before {
  content: "";
  position: absolute;
  height: var(--space-h);
}

.product-gallery__swipe-overlay._prev:before {
  left: 0;
  right: calc(50% + 0.5 * var(--space-w));
  top: 100%;
}

.product-gallery__swipe-overlay._next:before {
  right: 0;
  left: calc(50% + 0.5 * var(--space-w));
  bottom: 100%;
}

@media (max-width: 1199px) {
  .product-gallery {
    display: block;
  }

  .product-gallery__aside {
    display: none;
  }

  .product-gallery__info {
    display: none;
  }

  .product-gallery__main {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .product-gallery__main .swiper-pagination {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
  }

  .product-gallery__item-inner {
    height: 480px;
  }

  .product-gallery__item iframe,
  .product-gallery__item video {
    border-radius: 0;
  }

  .product-gallery__item img {
    border-radius: 0;
  }
}

.product__main {
  display: flex;
  column-gap: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.product__gallery-section {
  flex: 0 0 auto;
  width: calc(57.4% - 20px);
}

.product__gallery-section-inner {
  position: relative;
}

.product__gallery-section .back-btn {
  display: none;
}

.product__stickers {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-end;
  z-index: 100;
}

@media (max-width: 1199px) {
  .product__main {
    display: block;
    margin-bottom: 15px;
    z-index: auto;
  }

  .product__gallery-section {
    width: auto;
    margin: 0 calc(-1 * var(--container-space)) 26px;
  }

  .product__gallery-section .back-btn {
    display: inline-flex;
    position: absolute;
    top: 20px;
    left: var(--container-space);
    z-index: 100;
  }

  .product__stickers {
    right: auto;
    top: auto;
    left: 12px;
    bottom: 12px;
    align-items: flex-start;
  }

  .js-product-gallery-section.has-video-playing .product__stickers {
    display: none;
  }
}

.rating-stars {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.rating-stars__main,
.rating-stars__inner {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.208 19.999c-.19 0-.38-.047-.556-.143L12 17.852l-3.652 2.003a1.14 1.14 0 0 1-1.255-.095 1.261 1.261 0 0 1-.475-1.216l.698-4.243-2.955-3.006a1.274 1.274 0 0 1-.302-1.274 1.2 1.2 0 0 1 .962-.847l4.084-.62 1.826-3.86A1.182 1.182 0 0 1 12 4c.457 0 .866.266 1.068.693l1.826 3.861 4.084.62a1.2 1.2 0 0 1 .962.847c.141.452.025.942-.302 1.274L16.685 14.3l.698 4.243c.077.47-.105.936-.475 1.216-.21.159-.454.239-.7.239Z' fill='%23D1D5DB'/%3E%3Cpath d='M16.208 43.999c-.19 0-.38-.047-.556-.143L12 41.852l-3.652 2.003a1.14 1.14 0 0 1-1.255-.095 1.261 1.261 0 0 1-.475-1.216l.698-4.243-2.955-3.006a1.274 1.274 0 0 1-.302-1.274c.14-.454.51-.778.962-.847l4.084-.62 1.826-3.86A1.182 1.182 0 0 1 12 28c.457 0 .866.266 1.068.693l1.826 3.861 4.084.62a1.2 1.2 0 0 1 .962.847c.141.453.025.942-.302 1.274L16.685 38.3l.698 4.243c.077.47-.105.936-.475 1.216-.21.159-.454.239-.7.239Z' fill='%23FACA15'/%3E%3C/svg%3E");
  background-size: 24px 48px;
  background-repeat: repeat-x;
}

.rating-stars__main {
  display: block;
  height: 24px;
  width: 120px;
  position: relative;
  margin: -4px;
  background-position: 0 0;
}

.rating-stars__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-position: 0 -24px;
}

.b-size__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 10px;
}

.b-size-table__image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.b-size-table__image {
  width: auto;
  height: auto;
  max-width: 100%;
}

.b-size-table__table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}

.b-size-table__table {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

.b-size-table__table th,
.b-size-table__table td {
  padding: 8px;
  text-align: center;
  border: 1px solid var(--grey-lighter);
  width: 1%;
}

.b-size-table__table th {
  font-weight: normal;
  border-color: var(--grey-light) var(--grey-lighter);
  background: var(--grey-lightest);
}

.b-size-table__table th:first-child,
.b-size-table__table td:first-child {
  border-left: none;
}

.b-size-table__table th:last-child,
.b-size-table__table td:last-child {
  border-right: none;
}

.b-size-table__table tr:nth-child(even) td {
  background: var(--grey-lightest);
}

.b-size-table__table strong {
  font-weight: 600;
}

.b-size__content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.b-size__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.b-size__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.b-size__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--grey-lighter);
  background-color: var(--white);
  color: var(--grey);
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 0 5px;
  min-width: 40px;
  height: 40px;
  position: relative;
}

.b-size__input ~ .b-size__btn {
  cursor: pointer;
}

.b-size__input ~ .b-size__btn:hover {
  border-color: var(--grey-light);
}

.b-size__input:checked ~ .b-size__btn {
  border-color: var(--grey-lighter);
  background-color: var(--grey-lighter);
  color: var(--black);
}

.b-size__input:disabled ~ .b-size__btn,
.b-size__input.is-disabled ~ .b-size__btn {
  border-color: var(--grey-lighter);
  color: var(--grey-light);
}

.b-size__status {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.b-size__counts {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.b-size__count-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}

.b-size__count-item-title {
  font-weight: 500;
}

.b-size__count-item-content {
}

.b-size__count-item-input {
}

input.b-size__count-item-input,
.b-size__count-item-input.jq-number {
  width: 110px;
  height: 40px;
}

.b-size__price {
  margin-top: 20px;
}

.b-size__price-value {
  white-space: nowrap;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .b-size__title {
    font-size: 13px;
    line-height: 20px;
  }

  .b-size__content {
    gap: 5px;
  }
}

.product__content-section {
  flex-grow: 1;
  min-width: 1px;
}

@media (min-width: 1200px) {
  .product__gallery-section-inner,
  .product__content-section-inner {
    position: sticky;
    top: 100px;
  }

  .product-popup .product__gallery-section-inner,
  .product-popup .product__content-section-inner {
    position: relative;
    top: auto;
  }
}

.product__header {
  border-bottom: 1px solid var(--grey-lighter);
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.product__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 3px;
}

.product__meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}

.product__meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4px;
  color: var(--grey);
}

.product__license {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 4px;
  margin-top: 10px;
}

.product__license-info {
  max-width: 100%;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 6px;
  color: var(--grey);
}

.product__license-logo {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

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

.product__license-title {
  flex-grow: 1;
  min-width: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__license-icon {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
}

.product__reviews-info-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 20px;
}

.product__add-favorite-btn {
  margin-top: 5px;
}

.product__reviews-info {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 16px;
  color: inherit;
  text-decoration: none;
}

.product__price-section {
  margin-bottom: 20px;
}

.product__bonus-info {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 6px;
}

.product__size-status {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 3px;
}

.product__price-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}

.product__price {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.product__old-price {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey);
  text-decoration: line-through;
}

.product__old-discount {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  padding: 1px 8px;
  color: var(--white);
  background-color: var(--pink);
}

.product__size-section {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.product__size-popup-header {
  display: none;
}

.product__construct-section {
  margin-bottom: 30px;
}

.product__construct {
  background: var(--grey-lightest);
  border-radius: 15px;
  padding: 16px 20px;
}

.product__construct-header {
  margin-bottom: 12px;
}

.product__construct-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.product__construct-subtitle {
  font-weight: 600;
}

.product__construct-popup-close {
  display: none;
}

.product__construct-scheme {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  margin: 16px 0 28px;
}

.product__construct-scheme-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.product__construct-scheme-image {
  height: 51px;
}

.product__construct-scheme-image img {
  width: auto;
  height: auto;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

.product__construct-scheme-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.product__construct-check-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.product__construct-check-list .b-check-row {
  margin: 0;
}

.product__construct-form-row {
  display: flex;
  column-gap: 16px;
  margin-bottom: 10px;
}

.product__construct-form-field_1 {
  flex-grow: 1;
  min-width: 1px;
  max-width: 378px;
}

.product__construct-form-field_2 {
  flex-shrink: 0;
  width: 92px;
}

.product__construct-form .b-check-row {
  margin-bottom: 12px;
}

.product__construct-text {
  font-size: 13px;
  line-height: 20px;
  color: var(--grey);
}

.product__construct-text p {
  margin-bottom: 10px;
}

.product__construct-text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .product__construct-btn {
    display: none;
  }
}

.product__btns-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 1200px) {
  .product__basket-btn-wrapper .product__price-field {
    display: none;
  }
}

.product__basket-btn.is-active {
  color: var(--black) !important;
  border-color: var(--green) !important;
  background-color: var(--green) !important;
}

.product__basket-btn.is-active > span {
  display: none;
}

.product__basket-btn.is-active:after {
  content: attr(data-active-text);
}

.product__info-section {
  margin-top: 40px;
  border-top: 1px solid var(--grey-lighter);
  padding-top: 19px;
  display: flex;
  column-gap: 25px;
}

.product__info-section-col {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.product__info-section-row {
  display: flex;
  align-items: center;
  column-gap: 5px;
  min-height: 24px;
}

.product__info-section-row .icon {
  color: var(--grey-light);
}

.product__characteristics {
  margin-top: 40px;
  border-top: 1px solid var(--grey-lighter);
  padding-top: 20px;
}

.product__characteristics-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 4px;
}

.product__characteristics-table {
  display: table;
  width: 100%;
}

.product__characteristics-table-row {
  display: table-row;
}

.product__characteristics-table-title,
.product__characteristics-table-value {
  display: table-cell;
  vertical-align: baseline;
  padding-bottom: 4px;
}

.product__characteristics-table-title {
  color: var(--grey);
  padding-right: 15px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .product__main {
    column-gap: 20px;
  }

  .product__gallery-section {
    width: calc(50% - 10px);
  }

  .product-gallery {
    column-gap: 10px;
  }

  .product-gallery__aside {
    width: 70px;
  }

  .product-gallery__thumbs {
    max-height: 568px;
  }

  .product-gallery__item-inner {
    height: 560px;
  }

  .product__stickers {
    right: 10px;
    top: 10px;
    row-gap: 5px;
  }
}

.product-popup {
  background: var(--white);
  width: 1240px;
  max-width: 100%;
  padding: 20px 30px 30px;
  margin: 0;
  overflow: visible;
  border-radius: 10px;
}

.product-popup .product__license,
.product-popup .product__construct-text,
.product-popup .product__info-section,
.product-popup .product__characteristics {
  display: none;
}

.product__popup-more-link {
  display: none;
}

@media (min-width: 1200px) {
  .product-popup .product__main {
    column-gap: 20px;
  }

  .product-popup .product__gallery-section {
    width: calc(50% - 10px);
  }

  .product-popup .product-gallery {
    column-gap: 10px;
  }

  .product-popup .product-gallery__aside {
    width: 70px;
  }

  .product-popup .product-gallery__thumbs {
    max-height: 568px;
  }

  .product-popup .product-gallery__item-inner {
    height: 560px;
  }

  .product-popup .product__stickers {
    right: auto;
    top: auto;
    left: 10px;
    bottom: 10px;
    row-gap: 5px;
    align-items: flex-start;
  }

  .product-popup .js-product-gallery-section.has-video-playing .product__stickers {
    display: none;
  }

  .product-popup .product__construct-section {
    margin-bottom: 20px;
  }

  .product-popup .product__popup-more-link {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .product-popup {
    display: none;
  }
}

@media (max-width: 1199px) {
  .product__add-favorite-btn {
    position: absolute;
    right: 0;
    top: 20px;
    margin-top: 0;
    z-index: 100;
  }

  .product__add-favorite-btn:before {
    content: "";
    position: absolute;
    inset: -10px;
  }

  .product__add-favorite-btn > span {
    display: none;
  }

  .product__header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .product__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .product__meta {
    font-size: 13px;
    line-height: 20px;
    column-gap: 10px;
  }

  .product__license-info {
    font-size: 12px;
    line-height: 20px;
  }

  .product__reviews-info-section {
    margin-bottom: 15px;
  }

  .product__size-status {
    margin-top: 0;
  }

  .product__price-section {
    border-top: 1px solid var(--grey-lighter);
    border-bottom: 1px solid var(--grey-lighter);
    margin: 16px calc(-1 * var(--container-space));
    padding: 10px var(--container-space) 15px;
  }

  .product__bonus-info {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .product__price-field {
    column-gap: 10px;
  }

  .product__price {
    font-size: 20px;
    line-height: 30px;
  }

  .product__dolyami .dolyami-btn {
    width: 100%;
  }

  .product__construct {
    padding: 15px;
    position: relative;
  }

  .product__construct-title {
    font-size: 18px;
  }

  .product__construct-form-row {
    display: block;
  }

  .product__construct-form-field {
    margin-bottom: 15px;
    max-width: none;
  }

  .product__construct-btn {
    width: 100%;
    margin-top: 15px;
  }

  .product__construct-section {
    margin-bottom: 15px;
  }

  .b-size__price {
    margin-top: 15px;
  }

  .b-size__price-value {
    font-size: 20px;
    line-height: 30px;
  }

  .product__size-section {
    margin-bottom: 15px;
  }

  .product__btns-section {
    display: block;
  }

  .product__one-click-btn {
    width: 100%;
  }

  .product__info-section {
    margin: 16px calc(-1 * var(--container-space));
    padding: 14px var(--container-space) 0;
    flex-direction: column;
    row-gap: 8px;
  }

  .product__characteristics {
    margin: 16px calc(-1 * var(--container-space));
    padding: 14px var(--container-space) 0;
  }

  .product__info-section-col {
    row-gap: 8px;
  }

  .product__characteristics {
    margin-top: 16px;
  }

  .product__characteristics-title {
    margin-bottom: 2px;
  }

  .product__characteristics-table {
    display: block;
  }

  .product__characteristics-table-row {
    display: block;
    margin-bottom: 8px;
  }

  .product__characteristics-table-title,
  .product__characteristics-table-value {
    display: inline;
    padding: 0;
  }

  .product__characteristics-table-title {
    margin-right: 12px;
  }

  .product__basket-btn-wrapper {
    padding: 5px var(--container-space);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1001;
    background: var(--white);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }

  .product__basket-btn-wrapper .product__price-field {
    justify-content: center;
    margin-bottom: 5px;
  }

  .product__basket-btn-wrapper .product__price {
    font-size: 18px;
    line-height: 28px;
  }

  .product__basket-btn-wrapper .product__old-price {
    font-size: 14px;
    line-height: 22px;
  }

  .product__basket-btn-wrapper .product__old-discount {
    font-size: 14px;
    line-height: 18px;
    padding: 0 3px;
  }

  .product__basket-btn-wrapper .product__basket-btn,
  .product__basket-btn-wrapper .product__available-notify-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mob-popup-bg {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
    cursor: pointer;
  }

  html.is-size-popup-open .product__size-popup.in-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3001;
    border-radius: 10px 10px 0 0;
    padding: 15px var(--container-space);
    background: var(--white);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100svh;
  }

  html.is-size-popup-open .product__size-popup.in-popup .product__size-popup-header {
    display: block;
    margin-right: 30px;
    margin-bottom: 15px;
  }

  html.is-size-popup-open .product__size-popup.in-popup .product__size-popup-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
  }

  html.is-size-popup-open .product__size-popup.in-popup .product__size-popup-close {
    display: flex;
    font-size: 20px;
    color: var(--grey-light);
    position: absolute;
    top: 15px;
    right: var(--container-space);
  }

  html.is-size-popup-open .product__size-popup.in-popup .product__size-popup-close:active {
    color: var(--grey);
  }

  html.is-size-popup-open .product__size-popup.in-popup .product__size-popup-close .icon {
    font-size: inherit;
  }

  html.is-size-popup-open .product__size-popup.in-popup .b-size {
    display: flex;
    flex-direction: column;
  }

  html.is-size-popup-open .product__size-popup.in-popup .b-size__header {
    order: 1;
    margin-bottom: 0;
    margin-top: 10px;
  }

  html.is-size-popup-open .product__size-popup.in-popup .b-size__status {
    display: none;
  }

  html.is-size-popup-open .product__size-popup.in-popup .b-size__title {
    display: none;
  }

  html.is-print-popup-open .product__construct.in-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3001;
    border-radius: 10px 10px 0 0;
    padding: 15px var(--container-space);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100svh;
  }

  html.is-print-popup-open .product__construct.in-popup .product__construct-popup-close {
    display: flex;
    font-size: 20px;
    color: var(--grey-light);
    position: absolute;
    top: 15px;
    right: var(--container-space);
  }

  html.is-print-popup-open .product__construct.in-popup .product__construct-popup-close:active {
    color: var(--grey);
  }

  html.is-print-popup-open .product__construct.in-popup .product__construct-popup-close .icon {
    font-size: inherit;
  }

  html.is-print-popup-open .product__construct.in-popup .product__construct-header {
    margin-right: 30px;
  }

  html:not(.is-print-popup-open) .product__construct-btn {
    display: none;
  }
}

.product-description__wrapper {
  position: relative;
}

.product-description__wrapper:not(.is-open) .product-description__main {
  overflow: hidden;
  max-height: 1460px;
}

.product-description__more-btn-row {
  text-align: center;
  margin-top: 3px;
}

.product-description__wrapper:not(.is-open) .product-description__more-btn-row:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) calc(100% - 50px));
  pointer-events: none;
}

.product-description__wrapper:not(.is-expandable) .product-description__more-btn-row {
  display: none;
}

.product-description__more-btn {
  position: relative;
}

.product-description__wrapper.is-open .product-description__more-btn > span {
  display: none;
}

.product-description__wrapper.is-open .product-description__more-btn:after {
  content: attr(data-hide-text);
}

@media (min-width: 1200px) {
  .product-description__more-btn:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .product-description__wrapper:not(.is-open) .product-description__main {
    max-height: 600px;
  }

  .product-description__more-btn-row {
    margin-top: 20px;
    text-align: left;
  }

  .product-description__more-btn-row:before {
    display: none;
  }

  .product-description__more-btn {
    color: var(--black) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
  }

  .product-description__more-btn:before {
    order: 1;
    transform: rotate(-90deg);
  }

  .product-description__wrapper.is-open .product-description__more-btn:before {
    transform: rotate(180deg);
  }
}

.catalog-banner {
  display: block;
  color: var(--white);
  text-decoration: none;
  position: relative;
}

.catalog-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.catalog-banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.catalog-banner__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
}

.catalog-banner__inner {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.catalog-banner__content {
  width: 100%;
}

.catalog-banner__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .catalog-banner__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.reviews-section__title {
  margin-bottom: 20px;
}

.reviews-section__count {
  font-weight: 500;
  color: var(--grey-light);
}

.store-available-info {
  text-align: center;
}

.store-available-info__section {
  position: relative;
}

.store-available-info__section:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.store-available-info__section:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(197, 197, 197, 0) 0%, rgba(197, 197, 197, 1) 50%, rgba(197, 197, 197, 0) 100%);
}

.store-available-info__address {
  margin-bottom: 5px;
}

.store-available-info__phone {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 2px;
}

.store-available-info__phone a {
  color: inherit;
  text-decoration: none;
}

.store-available-info__product-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 2px;
}

.store-available-info__product-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 2px;
  font-size: 13px;
  line-height: 20px;
  color: var(--grey);
  margin-bottom: 10px;
}

.store-available-info__sizes-title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

.store-available-info .b-size__content {
  justify-content: center;
  gap: 5px;
}

.regions-delivery-info {
  text-align: center;
}

.regions-delivery-info__title {
  margin-bottom: 20px;
}

.regions-delivery-info__result {
  margin-top: 20px;
  /*display: none;*/
}

.regions-delivery-info__result strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.regions-delivery-info .jq-selectbox__dropdown {
  position: static;
}

.regions-delivery-info .jq-selectbox__dropdown ul {
  max-height: 440px;
}

.registration-page {
  margin-bottom: 40px;
}

.registration-title {
  text-align: center;
  margin: 40px 0 55px;
}

.registration-title h1 {
  margin: 0;
}

.registration-content {
  position: relative;
  border: 1px solid var(--grey-lighter);
  border-radius: 15px;
  padding: 54px 80px 40px;
}

.registration-steps-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  text-align: center;
}

.registration-steps-nav__list {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}

.registration-step-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  background: var(--grey-lighter);
  border: 1px solid var(--grey-lighter);
  color: var(--grey-light);
}

.registration-step-link.is-disabled {
  background-color: var(--white);
  cursor: default;
  cursor: not-allowed;
}

.registration-step-link.is-active {
  background-color: var(--white);
  border-color: var(--black);
  color: var(--black);
}

.registration-step:not(.is-active) {
  display: none;
}

.registration-step__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 20px;
  margin-top: 40px;
}

.registration-step-1-content {
  max-width: 400px;
  margin: 0 auto;
}

.registration-subscribe-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.registration-subscribe-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.registration-subscribe-btn.is-active > span {
  display: none;
}

.registration-subscribe-btn.is-active:after {
  content: attr(data-cancel-text);
}

.registration-teams-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.registration-liked-teams {
  column-count: 4;
  column-gap: 20px;
}

.registration-liked-teams .b-check-row {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}

.registration-liked-teams .b-check-row__label {
  padding: 4px 0;
  vertical-align: top;
}

.registration-liked-teams .b-check-row__text {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.registration-liked-teams img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  padding: 3px;
  object-fit: contain;
  margin: -4px 0;
}

.registration-step-4-content {
  max-width: 258px;
  margin-left: auto;
  margin-right: auto;
}

.registration-gender-select {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  margin: 10px 0 0;
}

.registration-gender-select .b-check-row {
  margin: 0;
}

.registration-success {
  display: none;
}

.registration-success-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  max-width: 30em;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .registration-step-1-content ::placeholder {
    color: transparent;
  }
}

@media (max-width: 1199px) {
  .registration-page {
    margin-bottom: 25px;
  }

  .registration-title {
    margin: 15px 0 20px;
  }

  .registration-content {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .registration-steps-nav {
    position: relative;
    top: auto;
    margin-bottom: 24px;
  }

  .registration-steps-nav__list {
    position: relative;
  }

  .registration-steps-nav__list:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    border-bottom: 1px solid var(--grey-lighter);
  }

  .registration-step-link {
    position: relative;
  }

  .registration-step__buttons {
    column-gap: 10px;
  }

  .registration-step__buttons .g-btn {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 1px;
    width: auto;
  }

  .registration-step-1-content .b-form-row {
    margin-bottom: 20px;
  }

  .registration-step-1-content .b-form-row__label {
    display: none;
  }

  .registration-step-1-content .b-check-row {
    font-size: 13px;
    line-height: 20px;
  }

  .registration-step-1-content .registration-step__buttons {
    margin-top: 20px;
  }

  .registration-subscribe-title {
    font-size: 16px;
    line-height: 26px;
  }

  .registration-step-2-content .registration-step__buttons {
    margin-top: 30px;
  }

  .registration-teams-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .registration-liked-teams {
    column-count: unset;
    column-gap: unset;
    max-height: 510px;
    max-height: calc(100svh - 314px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .registration-step-3-content .registration-step__buttons {
    margin-top: 30px;
  }

  .registration-step-4-content {
    max-width: 400px;
  }
}

.content {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .content {
    margin-bottom: 25px;
  }
}

.b-page__inner {
  display: flex;
  column-gap: 40px;
}

.b-page__sidebar {
  flex-shrink: 0;
  width: 212px;
}

.b-page__main {
  flex-grow: 1;
  min-width: 1px;
}

.b-page__nav {
  background: var(--grey-lightest);
  border-radius: 15px;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

.b-page__nav-header {
  display: none;
}

.b-page__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b-page__nav li {
  margin-bottom: 10px;
}

.b-page__nav ul:last-child li:last-child {
  margin-bottom: 0;
}

.b-page__nav a {
  color: inherit;
  text-decoration: none;
}

.b-page__nav a:hover {
  color: var(--grey);
}

.b-page__nav li.is-active > a {
  font-weight: bold;
}

.b-page__nav li.has-sublist > a {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  column-gap: 6px;
}

.b-page__nav li.has-sublist.is-open > a {
  font-weight: bold;
  color: var(--black);
}

.b-page__nav li.has-sublist.is-open > a:after {
  transform: rotate(180deg);
}

.b-page__nav li.has-sublist > ul {
  margin-top: 10px;
  margin-left: 10px;
}

.b-page__nav li.has-sublist:not(.is-open) > ul {
  display: none;
}

@media (max-width: 1199px) {
  .b-page__inner {
    display: flex;
    flex-direction: column;
  }

  .b-page__sidebar {
    order: 1;
    width: auto;
  }

  .b-page__nav {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 20px calc(-1 * var(--container-space)) 0;
  }

  .b-page__nav li {
    margin: -1px 0 0;
    border-top: 1px solid var(--grey-lighter);
    border-bottom: 1px solid var(--grey-lighter);
  }

  .b-page__nav li.is-active:not(.has-sublist) {
    display: none;
  }

  .b-page__nav a {
    display: flex;
    padding: 15px var(--container-space);
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }

  .b-page__nav li.has-sublist > a {
    display: flex;
  }

  .b-page__nav li.has-sublist > ul {
    margin: 0;
    padding: 0 var(--container-space) 15px;
  }

  .b-page__nav li li {
    margin: 0 0 8px;
    border: none;
  }

  .b-page__nav li li:last-child {
    margin-bottom: 0;
  }

  .b-page__nav li li a {
    display: inline;
    padding: 0;
    font: inherit;
    font-weight: 500;
  }
}

.order-data-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 20px;
  row-gap: 8px;
}

.order-data-list__item._number {
  padding: 2px 6px;
  border-radius: 5px;
  margin: -2px 0;
  background: var(--grey-lighter);
}

.order-data-list__item-value {
  font-weight: 600;
}

.order-data-list__track-btn {
  height: auto;
  padding: 5px 11px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  margin: -4px 0;
  margin-left: 17px;
}

@media (max-width: 1199px) {
  .order-data-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-data-list__item._number {
    margin: 0;
  }

  .order-data-list__track-btn {
    margin: 0 0 0 5px;
  }
}

.checks-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.check-item {
  border: 1px solid var(--grey-lighter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  border-radius: 15px;
  padding: 9px;
}

@media (min-width: 1200px) {
  .check-item .order-data-list {
    margin-left: 4px;
  }

  .check-item .order-data-list__item._price {
    min-width: 166px;
  }

  .check-item__btn {
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .check-item {
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
  }
}

.cabinet-data__section:not(:last-child) {
  padding-bottom: var(--mb-40);
  margin-bottom: var(--mb-40);
  border-bottom: 1px solid var(--grey-lighter);
}

@media (min-width: 1200px) {
  .cabinet-data__cols {
    display: flex;
    column-gap: 40px;
  }

  .cabinet-data__col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 1px;
  }
}

.cabinet-data__cols input.js-input-date {
  max-width: 200px;
}

.cabinet-data__gender-select-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  margin: -4px 0 20px;
}

.cabinet-data__gender-select-row .b-check-row {
  margin: 0;
}

.cabinet-data__gender-select-row .b-form-row__label {
  font-weight: normal;
  margin: 0 -10px 0 0;
  font-size: 14px;
  line-height: 22px;
}

.b-basket-popup {
  display: none !important;
}

.b-basket {
  margin: 0;
  border: 1px solid var(--grey-lighter);
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  border-radius: 15px;
  border-collapse: separate;
}

.b-basket-footer .b-basket__cell_count {
  font-weight: 500;
}

.b-basket-footer .b-basket__cell_total {
  font-weight: bold;
  white-space: nowrap;
}

.b-basket__image-wrapper {
  width: 60px;
  position: relative;
}

.b-basket__image-wrapper:before {
  content: "";
  display: block;
  padding-top: calc(80 * 100% / 60);
}

.b-basket__image-wrapper a,
.b-basket__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
  cursor: pointer;
}

.b-basket__title {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
}

.b-basket__title a {
  color: inherit;
  text-decoration: none;
}

.b-basket__data {
  font-size: 13px;
  line-height: 20px;
  color: var(--grey);
}

.b-basket__price,
.b-basket__total {
  white-space: nowrap;
}

.b-basket__old-price,
.b-basket__old-total {
  font-size: 13px;
  line-height: 20px;
  color: var(--grey);
  text-decoration: line-through;
  white-space: nowrap;
}

.b-basket__remove {
  vertical-align: top;
  color: var(--grey-light);
}

.b-basket__remove:hover {
  color: var(--grey);
}

@media (min-width: 1200px) {
  .b-basket__cell {
    padding: 5px 8px;
    text-align: left;
  }

  .b-basket__cell:first-child {
    padding-left: 20px;
  }

  .b-basket__cell:last-child {
    padding-right: 20px;
  }

  .b-basket__item:first-child .b-basket__cell {
    padding-top: 20px;
  }

  .b-basket__item:last-child .b-basket__cell {
    padding-bottom: 20px;
  }

  .b-basket-footer .b-basket__cell {
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--grey-lightest);
  }

  .b-basket-footer .b-basket__cell:first-child {
    border-bottom-left-radius: 14px;
  }

  .b-basket-footer .b-basket__cell:last-child {
    border-bottom-right-radius: 14px;
  }

  .b-basket__cell_head {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--grey);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey-lighter);
  }

  .b-basket__cell_image {
    width: 0;
  }

  .b-basket__cell_remove {
    width: 0;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .b-basket,
  .b-basket thead,
  .b-basket tbody,
  .b-basket tfoot,
  .b-basket tr,
  .b-basket td,
  .b-basket th {
    display: block;
  }

  .b-basket .b-basket__head {
    display: none;
  }

  .b-basket td,
  .b-basket th {
    padding: 0;
  }

  .b-basket__body {
    padding: 15px;
  }

  .b-basket .b-basket__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    column-gap: 20px;
    row-gap: 9px;
  }

  .b-basket__item {
    padding-left: 76px;
    min-height: 80px;
    position: relative;
  }

  .b-basket__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .b-basket__item .b-basket__cell_image {
    position: absolute;
    left: 0;
    top: 0;
  }

  .b-basket__item .b-basket__cell_title {
    width: 100%;
  }

  .b-basket__item:has(.b-basket__remove) .b-basket__title {
    margin-right: 30px;
  }

  .b-basket__item .b-basket__cell_price,
  .b-basket__item .b-basket__cell_total {
    display: flex;
    align-items: baseline;
    column-gap: 6px;
  }

  .b-basket__item .b-basket__cell_price {
    display: none;
  }

  .b-basket__item .b-basket__old-price,
  .b-basket__item .b-basket__old-total {
    font-size: 12px;
  }

  .b-basket__item input.b-count,
  .b-basket__item .jq-number {
    width: 70px;
    height: 30px;
  }

  .b-basket__item input.b-count,
  .b-basket__item .jq-number__field input {
    padding: 3px 20px;
    border-radius: 6px;
  }

  .b-basket__item .jq-number__spin {
    width: 24px;
  }

  .b-basket__item .jq-number__spin:before {
    width: 10px;
    margin-left: -5px;
  }

  .b-basket__item .jq-number__spin.plus:after {
    height: 10px;
    margin-top: -5px;
  }

  .b-basket__item .b-basket__cell_remove {
    position: absolute;
    right: 0;
    top: 0;
  }

  .b-basket-footer {
    padding: 10px 15px;
    padding-right: 10px;
    background: var(--grey-lightest);
    border-radius: 0 0 14px 14px;
  }

  .b-basket-footer tr {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .b-basket-footer .b-basket__cell_image,
  .b-basket-footer .b-basket__cell_title,
  .b-basket-footer .b-basket__cell_price {
    display: none;
  }

  .b-basket-footer .b-basket__cell_count {
    width: 68px;
  }

  .b-basket-footer .b-basket__cell_remove {
    margin-left: auto;
  }
}

.b-history-section {
  margin-bottom: var(--mb-40);
}

.b-history-section:last-child {
  margin-bottom: 0;
}

.b-history-item {
  border: 1px solid var(--grey-lighter);
  border-radius: 15px;
  margin-bottom: 10px;
}

.b-history-item:last-child {
  margin-bottom: 0;
}

.b-history-item__header {
  display: flex;
  padding: 14px 0;
}

.b-history-item__header-main {
  flex-grow: 1;
  min-width: 1px;
  padding-left: 19px;
  padding-right: 20px;
}

.b-history-item__header-main .order-data-list__item._number {
  margin-left: -6px;
}

.b-history-item__toggle-btn {
  margin-top: 10px;
}

.b-history-item__toggle-btn:after {
  transform: rotate(0deg);
}

.b-history-item.is-open .b-history-item__toggle-btn:after {
  transform: rotate(180deg);
}

.b-history-item__header-aside {
  flex: 0 0 auto;
  width: 336px;
  padding-left: 20px;
  padding-right: 46px;
}

.b-history__images-slider {
  position: relative;
}

.b-history__images-slider .swiper-button-prev,
.b-history__images-slider .swiper-button-next {
  background: none !important;
}

.b-history__images-slider .swiper-button-prev:before,
.b-history__images-slider .swiper-button-next:before {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px;
}

.b-history__images-slider .swiper-button-prev {
  left: -45px;
}

.b-history__images-slider .swiper-button-next {
  right: -45px;
}

.b-history__images-slider .swiper-slide {
  width: 60px;
  margin-right: 10px;
  position: relative;
}

.b-history__images-slider .swiper-slide:before {
  content: "";
  display: block;
  padding-top: calc(80 * 100% / 60);
}

.b-history__images-slider .swiper-slide a,
.b-history__images-slider .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: contain;
  cursor: pointer;
}

.b-history-item__content {
  display: flex;
  border-top: 1px solid var(--grey-lighter);
}

.b-history-item:not(.is-open) .b-history-item__content {
  display: none;
}

.b-history-item__content-main {
  flex-grow: 1;
  min-width: 1px;
}

.b-history-item__content-aside {
  flex: 0 0 auto;
  width: 336px;
  border-left: 1px solid var(--grey-lighter);
  display: flex;
  flex-direction: column;
}

.b-history-item__content-aside-main {
  padding: 20px;
  padding-top: 15px;
  flex-grow: 1;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}

.b-history-item__data {
  line-height: 20px;
}

.b-history-item__data-title {
  color: var(--grey);
}

.b-history-item__data-table {
  display: table;
  width: 100%;
}

.b-history-item__data-table .b-history-item__data-row {
  display: table-row;
}

.b-history-item__data-table .b-history-item__data-row > * {
  display: table-cell;
  padding-bottom: 10px;
}

.b-history-item__data-list .b-history-item__data-row {
  margin-bottom: 10px;
}

.b-history-item__track-btn {
  margin-top: 15px;
}

.b-history-item__data-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-history-item__download-btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 6px;
  color: inherit;
  text-decoration: none;
  margin-left: auto;
}

.b-history-item__download-btn:hover {
  color: var(--grey);
}

.b-history-item .b-basket {
  border: none;
  border-radius: 0;
  height: 100%;
}

.b-history-item .b-basket-footer .b-basket__cell:last-child {
  border-bottom-right-radius: 0;
}

@media (max-width: 1199px) {
  .b-history-item__header {
    display: block;
    padding: 0;
  }

  .b-history-item__header-aside {
    display: none;
  }

  .b-history-item__header-main {
    padding: 14px;
  }

  .b-history-item__header-main .order-data-list__item._number {
    margin: 0;
  }

  .b-history-item__content {
    display: block;
  }

  .b-history-item .b-basket-footer {
    border-radius: 0;
  }

  .b-history-item__content-aside {
    width: auto;
    display: block;
    border: none;
  }

  .b-history-item__content-aside-main {
    padding: 14px;
  }

  .b-history-item__data-footer {
    margin-top: 30px;
  }
}

.order-checks-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.order-check-item {
  border: 1px solid var(--grey-lighter);
  border-radius: 15px;
  padding: 9px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.order-check-item__content {
  flex-grow: 1;
  min-width: 1px;
}

.order-check-item__title {
  font-weight: 600;
}

.order-check-item__title > span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  border-radius: 5px;
  margin: 0 -6px;
  background: var(--grey-lighter);
}

.order-check-item__data {
  margin-top: 2px;
  margin-bottom: -4px;
  font-size: 13px;
  line-height: 20px;
  color: var(--grey);
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.order-check-item__data-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.order-check-item__data-item:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--grey-light);
}

@media (max-width: 1199px) {
  .order-check-item {
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
  }

  .order-check-item__data {
    margin-bottom: 0;
  }
}

.cabinet__section {
  margin-bottom: 40px;
}

.cabinet__section:last-child {
  margin-bottom: 0;
}

.cabinet__section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 15px;
  margin-bottom: 20px;
}

.cabinet__section-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}

.cabinet__section-title a {
  color: inherit;
  text-decoration: none;
}

.cabinet__section-title a:hover {
  color: var(--grey);
}

@media (min-width: 1200px) {
  .cabinet__section-footer-btn-row {
    display: none;
  }
}

@media (min-width: 1200px) {
  .cabinet__section_orders-link .cabinet__section-header {
    margin: 0;
  }

  .cabinet__section_orders-link .cabinet__section-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    width: 100%;
  }

  .cabinet__section_orders-link .cabinet__section-title a {
    display: flex;
    border: 1px solid var(--grey-lighter);
    border-radius: 15px;
    padding: 14px 19px;
  }

  .cabinet__section_orders-link .cabinet__section-title .arrow-link:after {
    margin-left: 5px;
  }

  .cabinet__section_orders + .cabinet__section_orders-link {
    margin-top: -20px;
  }

  .cabinet__section_catalog:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--grey-lighter);
  }

  .cabinet__section._expandable .cabinet__section-title:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .cabinet {
    margin-top: -15px;
    margin-bottom: -20px;
  }

  .cabinet__section {
    margin: 0 calc(-1 * var(--container-space));
    border-bottom: 1px solid var(--grey-lighter);
  }

  .cabinet__section-header {
    margin: 0;
    padding: 15px var(--container-space);
  }

  .cabinet__section-title {
    flex-grow: 1;
    min-width: 1px;
    font-size: 16px;
    line-height: 24px;
  }

  .cabinet__section-title a {
    display: block;
    padding: 15px var(--container-space);
    margin: -15px calc(-1 * var(--container-space));
  }

  .cabinet__section-title .arrow-link {
    font: inherit;
  }

  .cabinet__section-title .arrow-link:after {
    display: none;
  }

  .cabinet__section-content {
    padding: 0 var(--container-space) 15px;
  }

  .cabinet__section._expandable:not(.is-open) .cabinet__section-content {
    display: none;
  }

  .cabinet__section._expandable .cabinet__section-header {
    cursor: pointer;
    user-select: none;
  }

  .cabinet__section._expandable .cabinet__section-title {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .cabinet__section._expandable.is-open .cabinet__section-title:after {
    transform: rotate(180deg);
  }

  .cabinet__section-footer-btn-row {
    margin-top: 20px;
  }

  .cabinet__section-footer-btn-row .g-btn {
    width: 100%;
  }
}

.cabinet-discount {
  background: var(--grey-lightest);
  border-radius: 15px;
  padding: 20px;
  padding-top: 16px;
}

.cabinet-discount__header {
  margin-bottom: 20px;
}

.cabinet-discount__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cabinet-discount__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cabinet-discount__item {
  flex-shrink: 0;
  width: 142px;
  height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--white);
  transition: background-color 0.15s ease-in-out;
}

.cabinet-discount__item.is-active {
  background-color: var(--black);
  color: var(--white);
}

.cabinet-discount__item-value {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.cabinet-discount__item-desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.cabinet-discount__footer {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .cabinet-discount {
    padding: 15px;
    padding-top: 10px;
  }

  .cabinet-discount__header {
    margin-bottom: 15px;
  }

  .cabinet-discount__title {
    font-size: 14px;
    line-height: 22px;
  }

  .cabinet-discount__footer {
    margin-top: 15px;
  }

  .cabinet-discount__list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }

  .cabinet-discount__item {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
  }

  .cabinet-discount__item-value {
    font-size: 24px;
    line-height: 40px;
  }
}

.cabinet-help {
  background: var(--grey-lightest);
  border-radius: 15px;
  padding: 16px 20px;
}

.cabinet-help__inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.cabinet-help__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.cabinet-help__list {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.cabinet-help__item-inner {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
  column-gap: 5px;
  text-decoration: none;
  color: inherit;
}

a.cabinet-help__item-inner:hover {
  color: var(--red);
}

.cabinet-help__item .icon {
  color: var(--grey-light);
  transition: 0.25s ease-in-out;
}

a.cabinet-help__item-inner:hover .icon {
  color: var(--red);
}

@media (max-width: 1199px) {
  .cabinet-help {
    padding: 15px;
    padding-top: 10px;
  }

  .cabinet-help__inner {
    flex-direction: column;
    row-gap: 10px;
    align-items: stretch;
  }

  .cabinet-help__title {
    font-size: 14px;
    line-height: 22px;
  }

  .cabinet-help__list {
    flex-direction: column;
    row-gap: 10px;
    align-items: stretch;
  }
}

.cabinet-useful {
  background: var(--white);
  border: 1px solid var(--grey-lighter);
  border-radius: 15px;
  padding: 19px;
}

.cabinet-useful__list {
  display: grid;
  grid-column-gap: 70px;
  grid-template-columns: repeat(4, minmax(1px, max-content));
  row-gap: 8px;
}

@media (max-width: 1199px) {
  .cabinet-useful {
    padding: 14px;
  }

  .cabinet-useful__list {
    grid-column-gap: 10px;
    grid-template-columns: repeat(1, minmax(1px, max-content));
  }

  .cabinet-useful__list .arrow-link {
    font-size: 14px;
  }
}

.cabinet-commands {
  background: var(--white);
  border: 1px solid var(--grey-lighter);
  border-radius: 15px;
  padding: 19px;
}

.cabinet-commands__inner {
  display: flex;
  align-items: flex-start;
}

.cabinet-commands__content {
  flex-grow: 1;
  min-width: 1px;
}

.cabinet-commands__list {
  display: grid;
  grid-column-gap: 60px;
  grid-template-columns: repeat(5, minmax(1px, max-content));
}

.cabinet-commands__item-inner {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  text-decoration: none;
}

a.cabinet-commands__item-inner:hover {
  color: var(--red);
}

.cabinet-commands__item-inner img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  padding: 2px 0;
  object-fit: contain;
}

.cabinet-commands__item-inner > span {
  margin: 4px 0;
}

@media (max-width: 1199px) {
  .cabinet-commands {
    padding: 14px;
    padding-top: 9px;
  }

  .cabinet-commands__inner {
    flex-direction: column;
    align-items: stretch;
    row-gap: 15px;
  }

  .cabinet-commands__list {
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, minmax(1px, max-content));
  }

  .cabinet-commands__footer .g-btn {
    width: 100%;
  }
}
