@charset "UTF-8";
@import url("<a href="https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap&quot;)">https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&amp;amp;...</a>;
/* @import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap&quot;"); */
/* @import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&amp;amp;"); */

:root {
  zoom: 0.85;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 10px;
}

#body {
  font-family: "Geologica", sans-serif;
  min-width: 320px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #171717;
  background: #f8f8f8;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

a,
button,
select {
  color: inherit;
}

a {
  text-decoration: none;
}

a,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

[disabled] {
  cursor: no-drop;
  color: #98979d !important;
  background: #ededed !important;
  border-color: #ededed !important;
}

.br,
img,
svg {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both:after {
  content: "";
  display: block;
  clear: both;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-center {
  text-align: center;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1465px;
  padding-left: 20px;
  padding-right: 20px;
}

.overlay {
  background: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  display: none;
}
.mobmenuOpened .overlay {
  display: block;
}

.js-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input {
  padding: 0 12px;
  background: #fff;
  border: none;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 38px;
}.header-menu_new__item a svg path{stroke: #243237 !important;}&nbsp;.cart__promo-link { color: black;} .accordion__header svg path { stroke: #ffffff;}&nbsp;@media (min-width: 768px) {
  .input {
    font-size: 1.6rem;
    height: 48px;
    padding: 0 20px;
  }
}

.input-label {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.input-label input {
  height: 60px;
  border: none;
  width: 100%;
  position: relative;
  background: none;
  z-index: 2;
  padding: 0 20px;
  padding-top: 12px;
}
.input-label label {
  font-size: 1.4rem;
  line-height: 1;
  color: #98979d;
  z-index: 1;
  top: 22px;
  left: 20px;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input-label input:not(:-moz-placeholder-shown) ~ label {
  font-size: 1.2rem;
  top: 10px;
}
.input-label input:not(:-ms-input-placeholder) ~ label {
  font-size: 1.2rem;
  top: 10px;
}
.input-label input:focus ~ label,
.input-label input:not(:placeholder-shown) ~ label {
  font-size: 1.2rem;
  top: 10px;
}
.input-label [required] ~ label:after {
  content: " *";
  display: inline;
  color: #bf2429;
}
/* .input-label span {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #f00;
  color: #BF2429;
  padding-right: 20px;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(25%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 25%, #ffffff 100%);
} */
.input-label_error {
  border-color: #bf2429;
}
.input-label_error span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-label button {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 3;
  border: none;
  background: none;
  padding: 0;
}
.input-label button:hover {
  opacity: 0.5;
}
.input-label button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.input-label button img + img {
  display: none;
}
.input-label_password input {
  padding-right: 60px;
}
.input-label_password button {
  display: block;
}
.input-label_password [type="text"] ~ button &gt; img {
  display: none;
}
.input-label_password [type="text"] ~ button &gt; img + img {
  display: block;
}

.button {
  height: 48px;
  border: 1px solid #D0D0D0;
  background: none;
  padding: 0;
  font-size: 1.6rem;
  border-radius: 5px;
  font-weight: 400;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button:hover {
  border-color: #8CA6BF;
}
.button_red {
  color: #fff;
  background: #243237;
}
.button_red:hover {
  background: #171717;
}
.button_red-text {
  color: #8CA6BF;
}
.button_red-text:hover {
  color: #171717;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  display: none;
}
.checkbox b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 1px solid #98979d;
}
@media (min-width: 992px) {
  .checkbox b {
    width: 19px;
    height: 19px;
  }
}
.checkbox b svg {
  width: 9px;
  height: 9px;
  opacity: 0;
}
@media (min-width: 992px) {
  .checkbox b svg {
    width: 13px;
    height: 13px;
  }
}
.checkbox:hover b {
  border-color: #8CA6BF;
}
.checkbox :checked ~ b {
  border-color: #8CA6BF;
}
.checkbox :checked ~ b svg {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.checkbox span {
  width: calc(100% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .checkbox span {
    width: calc(100% - 19px);
    padding-left: 16px;
    font-size: 1.6rem;
  }
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input {
  display: none;
}
.radio b {
  width: 19px;
  height: 19px;
  border: 1px solid #98979d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.radio b:before {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 13px;
  height: 13px;
  background: #bf2429;
  border-radius: 3px;
  opacity: 0;
}
.radio :checked ~ b {
  border-color: #bf2429;
}
.radio :checked ~ b:before {
  opacity: 1;
}
.radio span {
  font-size: 1.4rem;
  width: calc(100% - 19px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 19px;
}
@media (min-width: 992px) {
  .radio span {
    font-size: 1.6rem;
    padding-left: 12px;
  }
}

.select {
  width: 100%;
  position: relative;
}
.select label {
  color: #98979d;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 5;
  background: #fff;
  height: 30px;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select.focus label,
.select.selected label {
  top: 4px;
  height: auto;
}

.select2 {
  width: 100% !important;
}
.select2-search {
  display: none;
}
.select2-selection {
  height: 62px !important;
  border-color: #ededed !important;
}
.select2-selection__rendered {
  color: #171717 !important;
  line-height: 60px !important;
  padding: 0 60px 0 20px !important;
}
.select2-selection__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px !important;
  height: 60px !important;
}
.select2-selection__arrow svg {
  width: 12px;
  height: 12px;
  color: #bf2429;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.select2-container--open .select2-selection__arrow svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select2-dropdown {
  overflow: hidden;
  border: none !important;
  border-radius: 5px !important;
  padding: 12px;
  -webkit-box-shadow: 0px 6px 4px rgba(228, 228, 228, 0.25);
  box-shadow: 0px 6px 4px rgba(228, 228, 228, 0.25);
}
.select2-results__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.select2-results__option {
  border-radius: 5px;
}
.select2-results__option--highlighted {
  background: #8CA6BF !important;
}
.select2-results__option[aria-selected="true"] {
  color: #171717 !important;
  background: #ffedee !important;
}

.textarea {
  resize: none;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  height: 100px;
  padding: 20px;
}
@media (min-width: 992px) {
  .textarea {
    height: 200px;
  }
}

.nav {
  background: unset;
  border: none;
  padding: 0;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}
.nav:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
.nav svg {
  width: 12px;
  height: 20px;
}

.title {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .title {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .title {
    font-size: 4.6rem;
  }
}

.chat {
  width: 82px;
  height: 82px;
  background: #8CA6BF;
  color: #fff;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 80px;
  right: 20px;
  position: fixed;
  z-index: 11;
  padding: 0;
  border: none;
  font-size: 1.4rem;
  line-height: 1.4;
  gap: 5px;
}
@media (min-width: 1620px) {
  .chat {&nbsp;left: unset;
    right: 26px;&nbsp; }
}
.chat svg {
  width: 24px;
  height: 24px;
} .to-top svg{ color: #ffffff; } .to-top {&nbsp;position: fixed; background: #8CA6BF;&nbsp; bottom: 20px;
  left: unset; right: 40px;&nbsp; z-index: 11;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
} @media (min-width: 1620px) {
  .to-top {
    /* right: auto;
    right: 83%; */
    left: unset;&nbsp;right: 44px;&nbsp; }
} @-moz-document url-prefix() {
  .to-top {
    left: -19% !important;
  }
}

.noUi-target {
  background: #d9d9d9;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 999px;
  height: 5px;
}
@media (min-width: 992px) {
  .noUi-target {
    height: 8px;
  }
}
.noUi-connect {
  background: #8CA6BF;
}
.noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 999px;
  border: none;
  background: #8CA6BF;
  cursor: pointer;
  width: 11px !important;
  height: 11px !important;
  top: -3px !important;
  right: -5.5px !important;
}
@media (min-width: 992px) {
  .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    top: -4px !important;
  }
}
.noUi-handle div,
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 992px) {
  .colors {
    gap: 10px 15px;
  }
}
.colors__item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.colors__item input {
  display: none;
}
.colors__item b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 34px;
  height: 34px;
}
.colors__item :checked ~ b {
  border-color: #DAE949;
}
.colors__item span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(161, 161, 161, 0.25) inset;
  box-shadow: 0px 3px 5px 0px rgba(161, 161, 161, 0.25) inset;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .tags {
    font-size: 1.6rem;
    gap: 10px;
  }
}
.tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid #DAE949;
  height: 26px;
}
@media (min-width: 992px) {
  .tags li {
    padding: 0 15px;
  }
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.options__item input {
  display: none;
}
.options__item span {
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #171717;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .options__item span {
    padding: 0 8px;
    height: 26px;
    font-size: 1.6rem;
  }
}
.options__item :checked ~ span {
  color: #243237;
  border-color: #DAE949; background: #DAE949; }
.options__item :disabled ~ span {
  color: #c1c1c1;
}
.options__item i {
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  position: absolute;
  top: 34px;
  left: 50%;
  color: #98979d;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-style: normal;
}
.options__item i:before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.options__item:hover i {
  opacity: 1;
  height: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: visible;
}

.pieces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  gap: 8px;
  width: 94px;
}
.pieces button {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  color: #98979d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  font-weight: 500;
}
.pieces button:hover {
  background: #f4f4f4;
}
.pieces input {
  width: calc(100% - 40px);
  font-weight: 500;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
}

.content {
  padding-top: 30px;
}
.content__title {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0;
  color: #292929;
  width: 100%;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .content__title {
    font-size: 4.6rem;
  }
}
.content__subtitle {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  width: 100%;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .content__subtitle {
    font-size: 2.8rem;
  }
}
.content__const &gt; * + .content__subtitle {
  margin-top: 10px;
}
.content__text {
  margin: 0;
  line-height: 1.6;
  width: 100%;
}
@media (min-width: 992px) {
  .content__text {
    font-size: 1.8rem;
  }
}
.content__text a {
  color: #bf2429;
  text-decoration: underline;
}
.content__text a:hover {
  color: #171717;
}
.content__text b {
  font-weight: 700;
}
.content__list {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .content__list {
    font-size: 1.8rem;
  }
}
.content__breadcrumbs {
  color: #98979d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .content__breadcrumbs {
    font-size: 1.6rem;
    gap: 6px 12px;
  }
}
.content__breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
}
.content__breadcrumbs li + li:before {
  content: "—";
}
.content__breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.content__breadcrumbs a:hover {
  color: #8CA6BF;
}
@media (min-width: 768px) {
  .content__breadcrumbs a {
    gap: 6px 12px;
  }
}
.content__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.content__back:hover {
  color: #8CA6BF;
}
.content__back svg {
  width: 36px;
  height: 36px;
}
.content__const {
  padding: 20px;
  margin-top: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  gap: 20px;
}
@media (min-width: 768px) {
  .content__const {
    padding: 30px;
  }
}
.content__const-pic {
  max-width: 100%;
}
.content__404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.content__404 img {
  max-width: 100%;
}
.content__404 div {
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  .content__404 div {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .content__404 div {
    font-size: 2.8rem;
  }
}
.content__404 span {
  line-height: 1.4;
}
.content__404 a {
  color: #bf2429;
}
.content__404 a:hover {
  color: #171717;
}
.content__gallery {
  width: 100%;
  margin-top: 10px;
}
.content__gallery .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.content__gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  opacity: 1;
  background: #ededed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content__gallery .swiper-pagination-bullet-active {
  background: #bf2429;
}
.content__gallery .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content__gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 42/21;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .content__gallery .swiper-slide img {
    aspect-ratio: 99/42;
  }
}

.side-menu {
  width: 100%;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-menu__button {
  border: none;
  background: none;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media (min-width: 768px) {
  .side-menu__button {
    display: none;
  }
}
.side-menu__button span {
  width: calc(100% - 14px);
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.side-menu__button span svg {
  color: #bf2429;
}
.side-menu__button b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  height: 14px;
}
.side-menu__button b svg {
  width: 14px;
  height: 14px;
  color: #243237;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side-menu__button.active b svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .side-menu__list {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media (min-width: 992px) {
  .side-menu__list {
    font-size: 1.8rem;
  }
}
.side-menu__list a {
  color: #98979d;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-menu__list a:hover {
  color: #DAE949;
}
.side-menu__list a.active {
  color: #171717;
  background: #ffedee;
}
.side-menu__list a.active svg {
  color: #DAE949;
}
.side-menu__list b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.side-menu__list svg {
  display: block;
}
.side-menu__list span {
  width: calc(100% - 25px);
  padding-left: 14px;
}
.active ~ .side-menu__list {
  opacity: 1;
  height: auto;
  overflow: visible;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .active ~ .side-menu__list {
    margin-top: 0;
  }
}

.tabs {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  padding: 0 14px;
  height: 38px;
  background: #ededed;
  border: none;
}
.tabs button:hover {
  background: #bf2429;
  color: #fff;
}
.tabs button svg {
  width: 19px;
  height: 19px;
}

.fullwidth {
  width: 100%;
}

.fancybox-slide--html {
  padding: 16px;
}
@media (min-width: 768px) {
  .fancybox-slide--html {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .fancybox-slide--html .fancybox-close-small {
    padding: 4px;
  }
}

header {
  background: #f8f8f8;
  position: relative;
  z-index: 22;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  header {
    padding-bottom: 0px;
  }
}

.toper {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.toper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.toper__city {
  position: relative;
}
.toper__city-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #243237;
  padding: 0;
  height: 42px;
  background: none;
  border: none;
  gap: 10px;
  font-weight: 500;
  font-size: 1.6rem;
}
.toper__city-button:hover {
  color: #171717;
}
.toper__city-button svg:first-child {
  width: 16px;
  height: 18px;
  color: #171717;
}
.toper__city-button svg:last-child {
  width: 6px;
  height: 10px;
}
.toper__city-button.active svg:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toper__city-list {
  background: #fff;
  width: 155px;
  border-radius: 5px;
  padding: 10px;
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 37px;
  left: 0;
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
}
.active + .toper__city-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toper__city-list::before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.toper__city-list a {
  padding: 4px 8px;
}
.toper__city-list a:hover {
  background: #ffe9ea;
}
.toper__info {
  color: #98979d;
  font-size: 1.4rem;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
} 
@media (min-width: 992px) {
  .toper__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.toper__info span {
  color: #171717;
  font-weight: 500;
}
.toper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  min-height: 42px;
}
.toper__right:before {
  content: "";
  background: #d9d9d9;
  height: 25px;
  width: 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.toper__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  gap: 0;
  font-size: 0;
  width: 20px;
}
.toper__phone:hover {
  color: #171717;
}
@media (min-width: 400px) {
  .toper__phone {
    width: auto;
    gap: 10px;
    font-size: 1.3rem;
  }
}
.toper__phone svg {
  color: #171717;
  width: 14px;
  height: 20px;
}
.toper__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  gap: 10px;
}
.toper__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.toper__socials a:hover {
  color: #8CA6BF;
}
.toper__socials a svg {
  width: 22px;
  height: 22px;
}
.toper__socials a:last-child svg {
  width: 20px;
  height: 20px;
}

.header {
  background: #8CA6BF;
  color: #fff;
  position: relative;
  z-index: 1;
}
.header .container {
  position: relative;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* height: 68px; */ /* For Ivan */
  height: 78px; /* For Ivan */
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1280px) {
  .header__left {
    gap: 78px;
  }
}
.header__logo:hover {
  color: #000000;
}
.header__logo svg {
  width: 102px;
  height: 35px;
}
.header__menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  max-width: 740px; /* For Ivan */
  width: 100%; /* For Ivan */
  overflow: auto; /* For Ivan */
}
.header__menu::-webkit-scrollbar {
  height: 3px; /* For Ivan */
}
.header__menu::-webkit-scrollbar-track {
  background: transparent; /* For Ivan */
}
.header__menu::-webkit-scrollbar-thumb {
  background-color: #ffffff; /* For Ivan */
  border-radius: 20px; /* For Ivan */
}
@media (min-width: 768px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__menu-link {
  font-size: 1.4rem;
  font-weight: 600;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 15px;
  white-space: nowrap; /* For Ivan */
}
@media (min-width: 1280px) {
  .header__menu-link {
    padding: 0 22px;
    font-size: 1.8rem;
  }
}
.header__menu-link.parent:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.header__menu-item:hover .header__menu-link {
  color: #bf2429;
}
.header__menu-item:hover .header__menu-link:after {
  display: block;
}
.header__menu-sub {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  top: 64px;
  left: 0;
  color: #171717;
  font-size: 1.4rem;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 992px) {
  .header__menu-sub {
    font-size: 1.6rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .header__menu-sub {
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
  }
}
.header__menu-sub div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.header__menu-sub a {
  color: #98979d;
}
.header__menu-sub a:first-child {
  font-weight: 500;
  font-size: 1.6rem;
  color: #171717;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .header__menu-sub a:first-child {
    font-size: 1.8rem;
  }
}
.header__menu-sub a:hover {
  color: #bf2429;
}
.header__menu-item:hover .header__menu-sub {
  opacity: 1;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  padding: 40px 35px;
  overflow: visible;
}
@media (min-width: 1280px) {
  .header__menu-item:hover .header__menu-sub {
    display: grid;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .header__right {
    gap: 15px;
  }
}
.header__line {
  display: none;
  width: 1px;
  height: 25px;
  background: #fff;
}
/* .search-opened .header__line {
  display: none;
} */
/* .search-opened .header__line ~ .header__line {
  display: block;
} */
@media (min-width: 768px) {
  .header__line {
    display: block;
  }
}
.header__icon {
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  position: relative;
  font-size: 0;
  gap: 8px;
}
.header__icon:hover {
  color: #DAE949;
}
@media (min-width: 768px) {
  .header__icon {
    font-size: 1.6rem;
  }
}
.search-opened .header__icon.search {
  display: none;
}
@media (min-width: 992px) {
  .header__icon.search {
    display: none;
  }
}
.header__icon svg {
  width: 22px;
  height: 22px;
}
.header__icon b {
  font-weight: 400;
  background: #243237;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 16px;
  text-align: center;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.header__burger {
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  width: 24px;
  height: 24px;
}
.header__burger:hover {
  color: #fff;
}
@media (min-width: 900px) {
  .header__burger {
    display: none;
  }
}
.header__burger svg {
  width: 24px;
  height: 24px;
}
.header__burger svg + svg {
  width: 22px;
  height: 22px;
  display: none;
}
.mobmenuOpened .header__burger svg {
  display: none;
}
.mobmenuOpened .header__burger svg + svg {
  display: block;
}
.header__mobmenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  color: #171717;
  padding: 30px 20px;
}
.mobmenuOpened .header__mobmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__mobmenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__mobmenu-button {
  font-weight: 600;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  gap: 2px;
  padding: 0;
}
.header__mobmenu-button button {
  padding: 10px;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__mobmenu-button svg {
  width: 10px;
  height: 14px;
  color: #243237;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__mobmenu-button.active svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__mobmenu-sub {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
  padding-left: 15px;
}
.active + .header__mobmenu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__mobmenu-sub .header__mobmenu-button {
  font-weight: 400;
  font-size: 1.6rem;
}
.header__mobmenu-link {
  color: #98979d;
}
.header__mobmenu-link:hover {
  color: #bf2429;
}

.header__search.mobile {
  display: block;
}
.header__search {
  /* display: none; */
  position: relative;
  /* max-width: 360px; */
  width: 100%;
  margin: 0;
} #jsOpenSearch {
  display: none;
}
/* @media (min-width: 1280px) {
  .header__search {
    width: 310px;
  }
} */
@media (max-width: 700px) {
  .header__search {
    max-width: 165px;
  } .header__center .search-container {
    width: auto;
  }
} @media (max-width: 540px) {
  #title-search_2, #title-search_1 {
    display: none;
  } #jsOpenSearch {
    display: flex;
  } .mob-search .mob-search__body form {
    margin-bottom: 0;
    margin-top: 10px;
  } .mob-search .mob-search__body #jsCloseSearch {
    margin-top: 10px;
  }
}
@media (min-width: 1090px) {
  .header__search {
    display: block;
  }
  .header__menu.header__menu-scroll__container {
    max-width: 741px;
  }
}
@media (min-width: 768px) {
  .header__menu-scroll__container {
    max-width: 520px;
  }
}
#title-search {
  width: 500px;
}
.header__search input {
  background: #3a3a3a;
  height: 37px;
  /* height: 30px; */
  border-radius: 4px 0 0 4px;
  /* border-radius: 999px; */
  color: #98979d;
  padding: 0 20px;
  /* padding-left: 40px; */
  border: none;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
}
.header__search button {
  position: absolute;
  top: 40%;
  /* top: 50%; */
  width: 37px;
  /* width: 30px; */
  height: 37px;
  /* height: 30px; */
  color: #fff;
  /* color: #98979d; */
  margin-top: -15px;
  /* left: 7px; */
  right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  /* background: none;#BF2429 */
  background: #DAE949;
  border-radius: 0 4px 4px 0;
  z-index: 3;
}
.header__search button:hover {
  /* color: #fff; */
  /* color: #98979d; */
}
.header__search svg {
  /* width: 12px;
  height: 12px; */
  width: 18px;
  height: 18px;
}
.header__search-sub {
  display: none;
  position: absolute;
  width: calc(100% - 20px);
  top: 15px;
  left: 10px;
  background: #fff;
  border-radius: 4px;
  z-index: 1;
  color: #98979d;
  gap: 10px;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  overflow: hidden;
}
.header__search-sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 10px 5px;
}
.header__search-sub a:hover {
  background: #ededed;
}
.header__search-sub img {
  width: 40px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .header__search-sub img {
    width: 50px;
  }
}
.header__search-sub span {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-size: 1.4rem;
}
@media (min-width: 1280px) {
  .header__search-sub span {
    font-size: 1.6rem;
  }
}
.header__search :focus ~ button {
  color: #fff;
}
:focus ~ .header__search-sub {
  opacity: 1;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: visible;
}

.mob-search {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  padding: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-opened .mob-search {
  padding: 20px 0;
  overflow: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
}
@media (min-width: 992px) {
  .search-opened .mob-search {
    display: none;
  }
}
.mob-search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mob-search__body-input {
  width: calc(100% - 45px);
  position: relative;
}
.mob-search__body-input input {
  background: none;
  padding: 0 20px;
  padding-left: 40px;
  width: 100%;
  border: none;
  border: 1px solid #ededed;
  border-radius: 4px;
  height: 45px;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}
.mob-search__body-input svg {
  width: 20px;
  height: 20px;
  color: #98979d;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -10px;
  left: 10px;
}
.mob-search__body button {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
}
.mob-search__body button:hover {
  color: #bf2429;
}
.mob-search__body button svg {
  width: 20px;
  height: 20px;
}
.mob-search__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  padding-top: 5px;
  margin-bottom: -5px;
}
.mob-search__sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 5px;
}
.mob-search__sub a:hover {
  background: #ededed;
}
.mob-search__sub img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mob-search__sub span {
  width: calc(100% - 50px);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mob-search__sub hr {
  margin: 0;
  background: #ededed;
  border: none;
  width: 100%;
  height: 1px;
}

.footer {
  overflow: hidden;
  position: relative;
  background: #000;
  color: #fff;
  margin-top: 60px;
  padding-top: 30px;
}
.footer__bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .footer__bg {
    width: 100%;
  }
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .footer__row {
    padding-right: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #bf2429;
}
.footer__socials a:hover {
  color: #fff;
}
.footer__socials a svg {
  width: 22px;
  height: 22px;
}
.footer__socials a:last-child svg {
  width: 20px;
  height: 20px;
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-bottom: 25px;
}
/* @media (min-width: 768px) {
  .footer__col {
    width: 33.333333%;
  }
} */
@media (min-width: 992px) {
  .footer__col {
    width: 100%;
  }
}
/* .footer__col + .footer__col {
  width: 50%;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__col + .footer__col {
    width: 33.333333%;
    padding-top: 92px;
    padding-left: 60px;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .footer__col + .footer__col {
    padding-top: 0;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .footer__col + .footer__col {
    padding-left: 0;
  }
} */
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.footer__logo svg {
  width: 210px;
  height: 70px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #98979d;
}
.footer__info svg {
  color: #bf2429;
  width: 20px;
  height: 20px;
}
.footer__info span {
  width: calc(100% - 20px);
  padding-left: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 270px;
}
.footer__info a:hover {
  color: #fff;
}
.footer__link {
  color: #98979d;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .footer__link {
    font-size: 1.6rem;
  }
}
.footer__link:hover {
  color: #fff;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828282;
  font-size: 1.2rem;
  border-top: 1px solid #505050;
  padding: 20px 0;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__copy {
    font-size: 1.6rem;
  }
}
.footer__copy a:hover {
  color: #fff;
}

.top-banner__body {
  position: relative;
}
.top-banner__body .swiper-slide a {
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .top-banner__body .swiper-slide a {
    border-radius: 20px;
  }
}
.top-banner__body .swiper-slide img {
  width: 100%;
}
.top-banner__body .nav {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -22px;
  z-index: 1;
}
@media (min-width: 992px) {
  .top-banner__body .nav {
    left: 20px;
  }
}
.top-banner__body .nav:last-child {
  left: auto;
  right: 10px;
}
@media (min-width: 992px) {
  .top-banner__body .nav:last-child {
    right: 20px;
  }
}

.brands {
  margin-top: 20px;
}
.brands__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .brands__body {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.brands__body a {
  aspect-ratio: 21/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.brands__body img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .brands__body img {
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .brands__body img {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (min-width: 1280px) {
  .brands__body img {
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}

.populars {
  margin-top: 60px;
}
.populars__body {
  position: relative;
}
.populars__body .nav {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -22px;
  z-index: 1;
}
@media (min-width: 992px) {
  .populars__body .nav {
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .populars__body .nav {
    top: 190px;
  }
}
.populars__body .nav:last-child {
  left: auto;
  right: 10px;
}
@media (min-width: 992px) {
  .populars__body .nav:last-child {
    right: 20px;
  }
}
.populars__body .nav[disabled] {
  opacity: 0;
  cursor: default;
}
.populars__item {
  border-radius: 6px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.populars__item {
  transition: 0.3s;
  position: relative;
}
.populars__item:hover {
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
  transform: translateY(-10px);
}
.product-item-container .populars__item:hover {
  transform: none;
}
@media (min-width: 1280px) {
  .populars__item:hover {
    margin-bottom: 0;
  }
}
.populars__item .populars__item-price {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .populars__item {
    font-size: 1.8rem;
  }
  .populars__item .populars__item-price {
    font-size: 2.2rem;
  }
}
@media (min-width: 1280px) {
  .populars__item {
    margin-bottom: 90px;
  }
}
.populars__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 40px 15px 15px 15px;
}
.populars__item-top img {
  width: 100%;
  aspect-ratio: 145/175;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 290px;
}
.populars__item-name {
  font-weight: 500;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
}
@media (min-width: 768px) {
  .populars__item-name {
    height: 48px;
  }
}
.populars__item-price {
  font-weight: 700;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .populars__item-price {
    margin-top: 12px;
  }
}
.populars__item-bot {
  display: grid;
  background: #fff;
  padding: 15px;
  padding-top: 0;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 500px) {
  .populars__item-bot {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .populars__item-bot {
    height: 0;
    overflow: hidden;
    background: #bf2429;
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  /*.populars__item:hover .populars__item-bot {*/
  .populars__item .populars__item-bot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    height: 90px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.populars__item-button {
  background: #171717;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  font-weight: 400;
  padding: 0;
  border: 1px solid #171717;
  border-radius: 4px;
  font-size: 1.4rem;
}
.populars__item-button:hover {
  border-color: #171717;
  background: #171717;
  color: #fff;
}
@media (min-width: 768px) {
  .populars__item-button {
    height: 34px;
  }
}
@media (min-width: 992px) {
  .populars__item-button {
    font-size: 1.8rem;
    height: 48px;
    border-radius: 5px;
  }
}
@media (min-width: 1280px) {
  .populars__item-button {
    background: #fff;
    border-color: #fff;
    color: #171717;
  }
}
.populars__item-button + .populars__item-button {
  background: #fff;
  color: #171717;
}
.populars__item-button + .populars__item-button:hover {
  background: #ae1c21;
  border-color: #fff;
}
@media (min-width: 1280px) {
  .populars__item-button + .populars__item-button {
    background: transparent;
    color: #fff;
  }
}

.about {
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 40px;
}
@media (min-width: 992px) {
  .about__row {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .about__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.about__pic {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .about__pic {
    width: 590px;
  }
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .about__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .about__body {
    width: calc(100% - 690px);
    padding-right: 100px;
    padding-top: 20px;
  }
}
.about__title {
  margin-bottom: 0;
  width: 100%;
}
.about__text {
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .about__text {
    width: 45%;
  }
}
.about__text b {
  font-weight: 700;
}
.about__line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
@media (min-width: 768px) {
  .about__line {
    width: 1px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .about__line {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .about__line {
    height: 200px;
  }
}

.profits {
  margin-top: 40px;
}
.profits__title {
  margin-bottom: 30px;
}
.profits__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .profits__body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .profits__body {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.profits__item {
  border-radius: 10px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  font-weight: 500;
  padding: 25px;
  background: #fff;
  word-break: break-word;
}

.hots {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .hots {
    margin-top: 60px;
  }
}
.hots__body {
  position: relative;
}
.hots__body .nav {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -22px;
  z-index: 1;
}
@media (min-width: 992px) {
  .hots__body .nav {
    left: 20px;
  }
}
.hots__body .nav:last-child {
  left: auto;
  right: 10px;
}
@media (min-width: 992px) {
  .hots__body .nav:last-child {
    right: 20px;
  }
}
.hots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .hots__item {
    padding-top: 20px;
  }
}
.hots__wrapper {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .hots__wrapper {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .hots__wrapper {
    height: 540px;
  }
}
.hots__item:hover .hots__wrapper {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(198, 198, 198, 0.25);
}
@media (min-width: 1280px) {
  .hots__item:hover .hots__wrapper {
    top: -20px;
  }
}
.hots__item.black .hots__wrapper {
  /* background: #171717; */
  color: #fff;
}
.hots__top {
  padding: 0 35px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.hots__name {
  font-weight: 500;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .hots__name {
    font-size: 2.4rem;
  }
}
.hots__text {
  line-height: 1.4;
}
@media (min-width: 992px) {
  .hots__text {
    font-size: 1.8rem;
  }
}
.hots__pic {
  width: 100%;
}
.hots_min {
  overflow: hidden;
}
.hots_min .swiper {
  margin: 0;
  overflow: visible;
  max-width: 470px;
}
@media (min-width: 768px) {
  .hots_min .swiper {
    overflow: clip;
    max-width: none;
  }
}
.hots_min .swiper-wrapper {
  border-radius: 10px;
}
.hots_min .nav {
  background: none;
  left: 0;
}
@media (min-width: 1280px) {
  .hots_min .nav {
    left: -5px;
  }
}
.hots_min .nav:last-child {
  right: 0;
}
@media (min-width: 1280px) {
  .hots_min .nav:last-child {
    right: -5px;
  }
}
.hots_min .hots__top {
  padding-top: 35px;
}
.hots_min .hots__wrapper {
  height: auto;
}
@media (min-width: 768px) {
  .hots_min .hots__wrapper {
    height: 310px;
  }
}
.hots_min .hots__pic {
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

.promotions {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .promotions {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .promotions {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .promotions {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .promotions {
    gap: 10px 30px;
  }
}
.promotions .hots__wrapper {
  height: auto;
  gap: 40px;
}
@media (min-width: 768px) {
  .promotions .hots__wrapper {
    min-height: 470px;
  }
}
@media (min-width: 992px) {
  .promotions .hots__wrapper {
    min-height: 530px;
  }
}
.promotions__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.promotions__more .button {
  padding: 0 20px;
}

.catalog {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.catalog__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.catalog__filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
}
@media (min-width: 1280px) {
  .catalog__filter-toggle {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.catalog__filter-toggle svg {
  width: 16px;
  height: 16px;
  color: #8CA6BF;
}
.catalog__filter-toggle span {
  display: block;
}
.catalog__filter-toggle span + span {
  display: none;
}
.filter-opened .catalog__filter-toggle span {
  display: none;
}
.filter-opened .catalog__filter-toggle span + span {
  display: block;
}
.catalog__sort {
  position: relative;
}
.catalog__sort-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}
.catalog__sort-button svg {
  width: 16px;
  height: 16px;
  color: #8CA6BF;
}
.catalog__sort-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  height: 0;
  border-radius: 5px;
  width: 185px;
  background: #fff;
  gap: 6px;
  position: absolute;
  top: 36px;
  left: -15px;
}
.catalog__sort-body:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  border: 12px solid transparent;
  border-bottom-color: #fff;
}
.catalog__sort-body button {
  padding: 4px 8px;
  background: none;
  border: none;
  text-align: left;
  border-radius: 3px;
  font-size: 1.4rem;
}
.catalog__sort-body button.active {
  background: #f8f8f8;
}
.active ~ .catalog__sort-body {
  padding: 10px;
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: drop-shadow(0px 3px 8px 0px rgba(198, 198, 198, 0.25));
  filter: drop-shadow(0px 3px 8px 0px rgba(198, 198, 198, 0.25));
  z-index: 10;
}
.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .catalog__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.catalog__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f4f4f4;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  gap: 20px;
  border-radius: 5px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .catalog__filter {
    gap: 30px;
    /* position: sticky; */
    top: 20px;
  }
}
@media (min-width: 1280px) {
  .catalog__filter {
    opacity: 1;
    height: auto;
    width: 350px;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}
.catalog__filter-item {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .catalog__filter-item {
    padding-top: 30px;
  }
}
.catalog__filter-item:first-child {
  border-top: none;
  padding-top: 0;
}
.catalog__filter-label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .catalog__filter-label {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.catalog__filter-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.catalog__filter-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.filter-opened .catalog__filter {
  opacity: 1;
  height: auto;
  width: 100%;
  padding: 25px 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filter-opened .catalog__filter {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .filter-opened .catalog__filter {
    width: 350px;
  }
}
.catalog__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog__range-toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog__range-input {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 28px;
}
@media (min-width: 992px) {
  .catalog__range-input {
    width: 135px;
    height: 48px;
  }
}
.catalog__range-input span {
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 500;
  color: #98979d;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 8px;
}
@media (min-width: 992px) {
  .catalog__range-input span {
    font-size: 1.6rem;
    left: 15px;
  }
}
.catalog__range-input input {
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0 10px;
  padding-left: 28px;
}
@media (min-width: 992px) {
  .catalog__range-input input {
    padding-left: 45px;
    padding-right: 20px;
    font-size: 1.6rem;
  }
}
.catalog__range-item {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .catalog__range-item {
    margin-top: 15px;
  }
}
.catalog__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .filter-opened .catalog__goods {
    width: calc(100% - 230px);
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .filter-opened .catalog__goods {
    width: calc(100% - 350px);
  }
}
@media (min-width: 1280px) {
  .catalog__goods {
    width: calc(100% - 350px);
    padding-left: 20px;
  }
}
.catalog__goods-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .catalog__goods-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .catalog__goods-items .populars__item {
    margin-bottom: 0;
  }
}
.catalog__goods-items .populars__item:hover {
  position: relative;
  /*margin-bottom: -90px;*/
}
@media (min-width: 768px) {
  .filter-opened .catalog__goods-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .filter-opened .catalog__goods-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.catalog__goods-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .catalog__goods-more {
    margin-top: 80px;
  }
}
.catalog__goods-more .button {
  padding: 0 20px;
}

.good {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .good {
    margin-top: 60px;
  }
}
.good__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .good__body {
    padding-left: 730px;
    min-height: 510px;
  }
}
.good__label {
  background: #DAE949;
  color: #fff;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  border-radius: 4px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  /*display: none;*/
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .good__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.populars__item .good__label {
  position: absolute;
  top: 0;
}
.populars__item .good__label:not(.good__label_v2) {
  left: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.populars__item .good__label.good__label_v2 {
  width: auto;
  left: auto;
  right: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  margin-right: 0;
}
.good__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  width: 100%;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .good__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .good__title {
    font-size: 2.8rem;
  }
}
.good__tags {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 1280px) {
  .good__tags {
    margin-top: 15px;
  }
}
.good__row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .good__row {
    max-width: 590px;
  }
}
@media (min-width: 1280px) {
  .good__row {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.good__left {
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  width: calc(100% - 95px);
  height: 400px;
}
@media (min-width: 768px) {
  .good__left {
    width: calc(100% - 120px);
    height: 460px;
  }
}
@media (min-width: 992px) {
  .good__left {
    height: 520px;
  }
}
@media (min-width: 1280px) {
  .good__left {
    height: 460px;
  }
}
.good__left .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.good__left .swiper-slide span {
  background: #bf2429;
  color: #fff;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  border-radius: 4px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .good__left .swiper-slide span {
    font-size: 1.6rem;
    height: 38px;
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .good__left .swiper-slide span {
    display: none;
  }
}
.good__left .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .good__left .swiper-slide img {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .good__left .swiper-slide img {
    height: 422px;
  }
}
.good__right {
  width: 75px;
  position: relative;
}
@media (min-width: 768px) {
  .good__right {
    width: 100px;
  }
}
.good__right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 340px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: -133px;
  top: 50%;
  margin-top: -38px;
}
@media (min-width: 768px) {
  .good__right-wrapper {
    margin-top: -50px;
    width: 480px;
    left: -190px;
  }
}
.good__right .swiper {
  width: 245px;
  margin: 0;
}
@media (min-width: 768px) {
  .good__right .swiper {
    width: 340px;
  }
}
.good__right .swiper-slide span {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .good__right .swiper-slide span {
    width: 100px;
    height: 100px;
  }
}
.good__right .swiper-slide-thumb-active span {
  border-color: #DAE949;
}
.good__right .swiper-slide img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .good__right .swiper-slide img {
    width: 80px;
    height: 80px;
  }
}
.good__right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  color: #171717;
}
.good__right-nav:hover {
  color: #8CA6BF;
}
.good__right-nav[disabled] {
  opacity: 0;
  cursor: default;
}
.good__right-nav svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .good__right-nav svg {
    width: 24px;
    height: 24px;
  }
}
.good__colors {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1280px) {
  .good__colors {
    margin-top: 30px;
  }
}
.good__options {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1280px) {
  .good__options {
    margin-top: 30px;
  }
}
.good__total {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .good__total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .good__total {
    padding: 20px 30px;
  }
}
@media (min-width: 1280px) {
  .good__total {
    margin-top: 45px;
  }
}
.good__total-price {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .good__total-price {
    font-size: 3.2rem;
  }
}
.good__total-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .good__total-buttons {
    width: 100%;
    max-width: 275px;
  }
}
.good__total-cart {
  width: 100%;
}
.good__total-cart span + span {
  display: none;
}
.good__total-cart.active {
  background: #171717;
}
.good__total-cart.active span {
  display: none;
}
.good__total-cart.active span + span {
  display: inline;
}
.good__total-one {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  padding: 0;
  background: none;
  border: none;
}
.good__total-one:hover {
  color: #bf2429;
}
.good__info {
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .good__info {
    margin-top: 60px;
  }
}
.good__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .good__info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
.good__info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .good__info-col {
    width: calc(50% - 10px);
    background: #fff;
  }
}.change-region .change-region-tooltip{border: unset !important;}.change-region .change-region-tooltip::before{display: none !important;}&nbsp;.good__info-title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .good__info-title {
    background: #f8f8f8;
  }
}
@media (min-width: 1280px) {
  .good__info-title {
    font-size: 4.6rem;
    padding-bottom: 40px;
  }
}
.good__info-body {
  border-radius: 5px; background: #f8f8f8;&nbsp;padding: 35px 20px;
}
.good__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  line-height: 1.4;
}
.good__info-text p {
  margin: 0;
}
.good__info-text b {
  font-weight: 700;
}
.good__info-text span {
  font-size: 1.8rem;
  font-weight: 500;
}
.good__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.good__tabs-item button {
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 8px;
}
@media (min-width: 1280px) {
  .good__tabs-item button {
    font-size: 2.4rem;
    gap: 12px;
  }
}
.good__tabs-item button span {
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.good__tabs-item button b {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #243237;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.good__tabs-item button.active b {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.good__tabs-item button svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 1280px) {
  .good__tabs-item button svg {
    width: 16px;
    height: 16px;
  }
}
.good__tabs-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.good__tabs-item ul li {
  padding-bottom: 10px; border-bottom: 1px solid #D0D0D0; color: #243237;&nbsp;display: grid;
  grid-template-columns: 1fr 1fr;
} .good__tabs-item .active + ul {
  opacity: 1;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: visible;
  margin-top: 20px;
}

.toper-slider {
  overflow: hidden;
}
.toper-slider__body {
  position: relative;
}
.toper-slider__swiper {
  z-index: 1;
}
.toper-slider .swiper-slide {
  position: relative;
  padding-top: 10px;
}
.toper-slider .swiper-slide:hover &gt; a {
  top: -10px;
}
.toper-slider__item {
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
}
@media (min-width: 1280px) {
  .toper-slider__item {
    padding: 15px;
  }
}
.toper-slider__item img {
  width: auto;
  height: 66px;
}
@media (min-width: 992px) {
  .toper-slider__item img {
    width: auto;
    height: 100px;
  }
}
.toper-slider__item span {
  font-size: 1.2rem;
  font-weight: 500;
  width: calc(100% - 66px);
  padding-left: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 55px;
}
@media (min-width: 992px) {
  .toper-slider__item span {
    font-size: 1.6rem;
  }
}
.toper-slider__nav {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: -11px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
  border: none;
  padding: 0;
  color: #243237;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
@media (min-width: 1518px) {
  .toper-slider__nav {
    left: -46px;
  }
}
.toper-slider__nav[disabled] {
  opacity: 0;
  cursor: default;
}
.toper-slider__nav:hover {
  color: #171717;
}
/* @media (min-width: 1280px) {
  .toper-slider__nav {
    left: -30px;
  }
} */
.toper-slider__nav svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 1280px) {
  .toper-slider__nav svg {
    width: 20px;
    height: 20px;
  }
}
.toper-slider__nav + .toper-slider__nav {
  left: auto;
  right: -11px;
}
@media (min-width: 1518px) {
  .toper-slider__nav + .toper-slider__nav {
    right: -46px;
  }
}

.cart {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cart {
    margin-top: 30px;
  }
}
.cart__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart__empty b {
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cart__empty b {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 1280px) {
  .cart__empty b {
    width: 260px;
    height: 260px;
  }
}
.cart__empty svg {
  width: 92px;
  height: 92px;
  color: #98979d;
}
@media (min-width: 768px) {
  .cart__empty svg {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1280px) {
  .cart__empty svg {
    width: 140px;
    height: 140px;
  }
}
.cart__empty span {
  color: #bababa;
  font-size: 2.2rem;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .cart__empty span {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .cart__empty span {
    font-size: 2.8rem;
  }
}
.cart__empty div {
  margin-top: 6px;
}
@media (min-width: 1280px) {
  .cart__empty div {
    margin-top: 12px;
  }
}
.cart__empty a {
  color: #8CA6BF;
}
.cart__empty a:hover {
  color: #DAE949;

}
.cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .cart__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.cart__body {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cart__body {
    width: calc(100% - 270px);
  }
}
@media (min-width: 992px) {
  .cart__body {
    width: calc(100% - 370px);
  }
}
.cart__toper {
  font-size: 1.4rem;
  color: #98979d;
  padding: 15px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .cart__toper {
    padding-left: 25px;
  }
}
.cart__toper-input {
  width: 100%;
  max-width: 190px;
}
@media (min-width: 1280px) {
  .cart__toper-input {
    max-width: 270px;
  }
}
@media (min-width: 1280px) {
  .cart__toper {
    font-size: 1.6rem;
  }
}
.cart__goods {
  padding: 15px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1280px) {
  .cart__goods {
    padding: 40px 30px;
  }
}
.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ededed;
  transition: 0.5s;
}
.cart__item:first-child {
  padding-top: 0;
  border-top: none;
}
.cart__item-pic {
  width: 90px;
}
@media (min-width: 1280px) {
  .cart__item-pic {
    width: 130px;
  }
}
.cart__item-pic img {
  width: 82px;
  height: 82px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .cart__item-pic img {
    width: 90px;
    height: 90px;
    margin-left: -12px;
  }
}
.cart__item-main {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1280px) {
  .cart__item-main {
    width: calc(100% - 130px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
}
.cart__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1280px) {
  .cart__item-left {
    gap: 18px;
  }
}
.cart__item-title {
  font-weight: 500;
}
.cart__item-title:hover {
  color: #bf2429;
}
@media (min-width: 1280px) {
  .cart__item-title {
    font-size: 1.8rem;
  }
}
.cart__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1280px) {
  .cart__item-right {
    gap: 25px;
  }
}
.cart__item-price {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #98979d;
  gap: 2px;
}
.cart__item-price b {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 500;
}
.cart__item-total {
  font-size: 1.8rem;
  font-weight: 500;
}
.cart__info {
  border-radius: 7px 7px 0 0;
  background: #fff;
  margin: 0 -20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .cart__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
    width: 250px;
    gap: 15px;
    padding: 15px;
    padding-top: 20px;
    position: sticky;
    top: 20px;
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .cart__info {
    width: 350px;
  }
}
.cart__info-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cart__info-total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.cart__info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 160px);
  padding-right: 20px;
}
@media (min-width: 768px) {
  .cart__info-left {
    width: 100%;
    padding: 0;
  }
}
.cart__info-right {
  width: 160px;
}
@media (min-width: 768px) {
  .cart__info-right {
    width: 100%;
    padding: 0;
  }
}
.cart__info-label {
  font-size: 1.8rem;
}
.cart__info-price {
  color: #a1a1a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.4rem;
  gap: 4px;
}
.cart__info-price b {
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
}
.cart__info-order {
  width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .cart__info-order {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .cart__info-order {
    height: 48px;
  }
}
.cart__info-promo {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bf2429;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.4rem;
}
.cart__info-promo:hover {
  color: #171717;
}
@media (min-width: 768px) {
  .cart__info-promo {
    display: none;
  }
}
.cart__promo {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 3px;
  background: #f8f8f8;
  padding: 8px;
}
@media (min-width: 768px) {
  .cart__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .cart__promo {
    padding: 12px;
  }
}
.cart__promo-label {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .cart__promo-label {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.cart__promo-input {
  width: calc(100% - 80px);
  height: 30px;
}
@media (min-width: 992px) {
  .cart__promo-input {
    width: calc(100% - 125px);
    height: 40px;
  }
}
.cart__promo-button {
  width: 75px;
  font-size: 1rem;
  height: 30px;
}
@media (min-width: 992px) {
  .cart__promo-button {
    width: 115px;
    height: 40px;
    font-size: 1.4rem;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.order__tags {
  display: none;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .order__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .order__wrapper {
    width: calc(100% - 230px);
    padding-right: 20px;
  }
}
.order__item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.order__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__toper b {
  color: #8CA6BF; background: #8CA6BF;&nbsp; font-weight: 500;
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__toper span {
  width: calc(100% - 34px);
  padding-left: 10px;
  font-weight: 500;
}
.order__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.active .order__body {
  height: auto;
  opacity: 1;
  overflow: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.order__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .order__navs {
    border-top: 1px solid #ededed;
    padding-top: 30px;
  }
}
.order__navs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  height: 34px;
  border: 1px solid #ededed;
  background: none;
  padding: 0;
  width: 100%;
  max-width: 100px;
  border-radius: 999px;
}
.order__navs-item:hover {
  border-color: #bf2429;
  -webkit-filter: grayscale(25%);
  filter: grayscale(25%);
}
.order__navs-item svg {
  width: 14px;
  height: 14px;
}
.order__navs-item.active {
  background: #bf2429;
  border-color: #bf2429;
  color: #fff;
}
.order__navs-item.hidden {
  visibility: hidden;
}
.order__bottom {
  margin: 0 -20px;
  margin-top: 60px;
  margin-bottom: -70px;
  border-radius: 10px 10px 0 0;
  padding: 16px 40px;
  padding-bottom: 32px;
  background: #fff;
}
@media (min-width: 768px) {
  .order__bottom {
    margin: 0;
    width: 230px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .order__bottom {
    width: 345px;
  }
}
@media (min-width: 1280px) {
  .order__bottom {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .order__bottom-tags {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
  }
}
.order__bottom-list {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .order__bottom-list {
    font-size: 1.4rem;
  }
}
.order__bottom-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .order__bottom-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -10px;
  }
}
.order__bottom-promo {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 20px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .order__bottom-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1280px) {
  .order__bottom-promo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    gap: 0;
    margin-top: 16px;
  }
}
.order__bottom-promo span {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .order__bottom-promo span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  .order__bottom-promo span {
    width: 100%;
    margin-bottom: 16px;
  }
}
.order__bottom-promo .input {
  height: 34px;
  font-size: 1.2rem;
}
@media (min-width: 1280px) {
  .order__bottom-promo .input {
    width: calc(100% - 124px);
  }
}
.order__bottom-promo .button {
  height: 28px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .order__bottom-promo .button {
    font-size: 1.4rem;
    height: 34px;
  }
}
@media (min-width: 1280px) {
  .order__bottom-promo .button {
    width: 114px;
  }
}
.order__bottom-total {
  font-size: 1.3rem;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .order__bottom-total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 992px) {
  .order__bottom-total {
    font-size: 1.4rem;
  }
}
.order__bottom-total div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
}
.order__bottom-total b {
  font-weight: 500;
  font-size: 2.7rem;
}
@media (min-width: 992px) {
  .order__bottom-total b {
    font-size: 2.8rem;
  }
}
.order__bottom-code {
  font-size: 1.2rem;
  color: #bf2429;
  background: none;
  border: none;
  padding: 0;
}
.order__bottom-code:hover {
  color: #171717;
}
@media (min-width: 768px) {
  .order__bottom-code {
    display: none;
  }
}
.order__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.order__good {
  padding-left: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .order__good {
    padding-left: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.order__good-pic {
  width: 82px;
  height: 82px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.order__good-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1280px) {
  .order__good-info {
    width: calc(100% - 200px);
  }
}
.order__good-info a {
  font-weight: 500;
}
.order__good-info a:hover {
  color: #bf2429;
}
@media (min-width: 1280px) {
  .order__good-info a {
    font-size: 1.8rem;
  }
}
.order__good-info ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1280px) {
  .order__good-info ul {
    max-width: 300px;
    gap: 6px;
  }
}
.order__good-info li {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.order__good-info span {
  color: #98979d;
}
.order__good-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #98979d;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .order__good-total {
    width: 200px;
    font-size: 1.8rem;
  }
}
.order__good-total span {
  color: #171717;
  font-weight: 500;
}
.order__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .order__delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
.order__delivery-item {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .order__delivery-item {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .order__delivery-item {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .order__delivery-item + .order__delivery-item {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1280px) {
  .order__delivery-item + .order__delivery-item {
    width: calc(100% - 250px);
    max-width: 655px;
  }
}
.order__delivery-title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .order__delivery-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.order__delivery-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .order__delivery-radios {
    gap: 16px;
  }
}
.order__delivery-places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .order__delivery-places {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .order__things {
    display: grid;
    grid-template-columns: 65fr 35fr;
    gap: 20px;
  }
}
.order__method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
@media (min-width: 992px) {
  .order__method {
    gap: 20px;
  }
}
.order__method-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.order__method-item input {
  display: none;
}
.order__method-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 12px;
}
@media (min-width: 992px) {
  .order__method-body {
    gap: 16px;
    padding: 16px;
  }
}
:checked ~ .order__method-body {
  border-color: #bf2429;
}
.order__method-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__method-name img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .order__method-name img {
    width: 32px;
    height: 32px;
  }
}
.order__method-name span {
  width: calc(100% - 26px);
  padding-left: 6px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .order__method-name span {
    font-size: 1.6rem;
    width: calc(100% - 32px);
    padding-left: 12px;
  }
}
.order__method-price {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 32px;
}
@media (min-width: 992px) {
  .order__method-price {
    padding-left: 44px;
    font-size: 1.6rem;
  }
}
.order__method-price span {
  color: #98979d;
}
.order__dohtem {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .order__dohtem {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .order__dohtem {
    margin-top: 0;
  }
}
.order__dohtem-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .order__dohtem-name {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.order__dohtem-name img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .order__dohtem-name img {
    width: 150px;
    height: 80px;
  }
}
.order__dohtem-name span {
  width: calc(100% - 52px);
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .order__dohtem-name span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .order__dohtem-name span {
    padding: 0;
    font-size: 1.6rem;
  }
}
.order__dohtem-text {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .order__dohtem-text {
    font-size: 1.4rem;
  }
}
.order__dohtem-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .order__dohtem-total {
    font-size: 1.6rem;
  }
}
.order__dohtem-total span {
  color: #98979d;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .order__dohtem-total span {
    font-size: 1.6rem;
  }
}
.order__pay-wrapper {
  display: grid;
  gap: 15px;
}
@media (min-width: 1280px) {
  .order__pay-wrapper {
    grid-template-columns: 2fr 1fr;
  }
}
.order__pays {
  display: grid;
  gap: 15px;
}
@media (min-width: 992px) {
  .order__pays {
    grid-template-columns: 1fr 1fr;
  }
}
.order__pays-item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order__pays-item input {
  display: none;
}
.order__pays-body {
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px;
  gap: 12px;
}
@media (min-width: 992px) {
  .order__pays-body {
    min-height: 134px;
  }
}
@media (min-width: 1280px) {
  .order__pays-body {
    min-height: 160px;
  }
}
:checked ~ .order__pays-body {
  border-color: #bf2429;
}
.order__pays-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.order__pays-icons img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}
.order__pays-title {
  line-height: 1.4;
}
.order__payment {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  line-height: 1.4;
}
.order__payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.order__payment-icons img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}
.order__payment-result {
  font-size: 1.3rem;
  color: #98979d;
}
.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .order__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .order__form .input-label {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .order__form .input-label:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .order__form .input-label {
    width: 32%;
    margin-bottom: 20px;
  }
  .order__form .input-label:last-child {
    width: 66%;
    margin-bottom: 20px;
  }
}
.order__success {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .order__success {
    padding-left: 140px;
    gap: 12px;
  }
}
@media (min-width: 1280px) {
  .order__success {
    padding-left: 120px;
  }
}
.order__success-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__success-title img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .order__success-title img {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 32px;
    left: 32px;
  }
}
@media (min-width: 1280px) {
  .order__success-title img {
    width: 62px;
    height: 62px;
  }
}
.order__success-title span {
  width: calc(100% - 36px);
  padding-left: 16px;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .order__success-title span {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .order__success-title span {
    max-width: 780px;
  }
}
@media (min-width: 1280px) {
  .order__success-title span {
    font-size: 2.8rem;
  }
}
.order__success-text {
  line-height: 1.4;
}
@media (min-width: 992px) {
  .order__success-text {
    max-width: 780px;
  }
}

.info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .info .content__const {
    margin: 0;
  }
}
.info__body {
  width: 100%;
}
@media (min-width: 768px) {
  .info__body {
    width: calc(100% - 230px);
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .info__body {
    width: calc(100% - 345px);
  }
}
.info__side-menu {
  width: 100%;
}
@media (min-width: 768px) {
  .info__side-menu {
    width: 230px;
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .info__side-menu {
    width: 345px;
  }
}
.info__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 992px) {
  .info__calc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.info__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}
.info__total-left {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .info__total-left {
    font-size: 1.8rem;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .info__total-left {
    width: 190px;
    padding-right: 30px;
  }
}
.info__total-left b {
  font-size: 2.8rem;
  font-weight: 500;
}
.info__total-right {
  width: calc(100% - 170px);
  font-size: 1.2rem;
  color: #98979d;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .info__total-right {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .info__total-right {
    max-width: 440px;
  }
}
.info__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 992px) {
  .info__logos {
    gap: 25px;
  }
}
.info__logos img {
  width: 75px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .info__logos img {
    width: 120px;
    border-radius: 7px;
  }
}
.info__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 992px) {
  .info__form {
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .info__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
.info__form .input-label {
  width: 100%;
}
@media (min-width: 1280px) {
  .info__form .input-label {
    width: calc(50% - 8px);
  }
}
.info__form .textarea {
  width: 100%;
}
@media (min-width: 1280px) {
  .info__form .textarea {
    margin-top: 16px;
  }
}
.info__form .button {
  width: 155px;
}
@media (min-width: 1280px) {
  .info__form .button {
    margin-top: 16px;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (min-width: 1280px) {
  .contacts {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.contacts__item {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  padding-top: 25px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  .contacts__item:hover {
    top: -20px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(198, 198, 198, 0.25);
    box-shadow: 0 3px 8px 0 rgba(198, 198, 198, 0.25);
  }
}
.contacts__item-thing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts__item-thing span {
  color: #98979d;
}
.contacts__item-thing a {
  color: #bf2429;
}
.contacts__item-thing a:hover {
  color: #171717;
}
.contacts__text-1 {
  color: #bf2429;
  font-weight: 500;
  font-size: 1.8rem;
}
.contacts__text-2 {
  font-size: 1.6rem;
}
.contacts__text-3 {
  font-size: 1.4rem;
}
.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
.contacts__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #171717;
}
.contacts__socials a:hover {
  color: #8CA6BF;
}
.contacts__socials svg {
  width: 20px;
  height: 20px;
}
.contacts__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contacts__map {
    margin-top: 10px;
  }
}
.contacts__map-button {
  border: none;
  padding: 0;
  background: none;
  font-size: 1.2rem;
  color: #98979d;
}
.contacts__map-button:hover {
  color: #bf2429;
}
@media (min-width: 768px) {
  .contacts__map-button {
    display: none;
  }
}
.contacts__map-button span + span {
  display: none;
}
.contacts__map-button.active span {
  display: none;
}
.contacts__map-button.active span + span {
  display: inline;
}
.contacts__map-item {
  display: block;
  width: calc(100% + 60px);
  height: 0;
  opacity: 0;
  border: none;
  margin-left: -30px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .contacts__map-item {
    height: auto;
    opacity: 1;
    margin-top: 0;
    margin-bottom: -30px;
  }
}
.active ~ .contacts__map-item {
  height: auto;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: -30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sign {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  max-width: 465px;
}
@media (min-width: 480px) {
  .sign {
    padding: 30px 60px;
  }
}
.sign__body {
  margin: 0 auto;
  max-width: 315px;
  line-height: 1.6;
}
.sign__icon {
  background: #f8f8f8;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  color: #8CA6BF;
}
.sign__icon svg {
  width: 28px;
  height: 28px;
}
.sign__title {
  text-align: center;
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.sign__subtitle {
  text-align: center;
  margin-top: 10px;
}
.sign__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 30px;
}
.sign__form .input-label {
  width: 100%;
}
.sign__form a {
  color: #4897df;
  font-size: 1.4rem;
}
.sign__form a:hover {
  color: #bf2429;
}
.sign__form .button {
  width: 100%;
  margin-top: 8px;
}
.sign__bottom {
  color: #98979d;
  text-align: center;
  border-top: 1px solid #ededed;
  margin-top: 30px;
  padding-top: 30px;
}
.sign__bottom a {
  color: #8CA6BF;
}
.sign__bottom a:hover {
  color: #171717;
}
.gradient::before{
	background: linear-gradient(0deg,#f8f8f8 0,rgba(255,255,255,0) 33%) !important;
}
.cabinet {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .cabinet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cabinet__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cabinet__body {
    width: calc(100% - 250px);
  }
}
@media (min-width: 992px) {
  .cabinet__body {
    width: calc(100% - 365px);
  }
}
@media (min-width: 768px) {
  .cabinet__side {
    width: 230px;
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .cabinet__side {
    width: 345px;
  }
}
.cabinet__history {
  border-radius: 5px;
  overflow: hidden;
}
.cabinet__history-header {
  padding: 20px 30px;
  font-size: 2.4rem;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .cabinet__history-header {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .cabinet__history-header {
    border-radius: 10px;
  }
}
.cabinet__history-item {
  padding: 12px 28px;
  font-size: 1.4rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .cabinet__history-item {
    font-size: 1.6rem;
    padding: 24px 32px;
  }
}
.cabinet__history-item + .cabinet__history-item {
  border-top: 1px solid #ededed;
}
.cabinet__history-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 992px) {
  .cabinet__history-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.cabinet__history-right {
  text-align: right;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .cabinet__history-right {
    padding-left: 32px;
    font-size: 1.8rem;
  }
}
.cabinet__history-right b {
  font-weight: 700;
}
.cabinet__history-status {
  padding: 5px 10px;
  background: #171717;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cabinet__history-status {
    margin-right: 16px;
  }
}
.cabinet__history-more {
  margin-top: 6px;
  color: #8CA6BF;
}
.cabinet__history-more:hover {
  color: #171717;
}
@media (min-width: 768px) {
  .cabinet__history-more {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .cabinet__history-more {
    margin-top: 0;
  }
}
.cabinet__history + .cabinet__history {
  margin-top: 30px;
}
.cabinet__toper {
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: -10px;
}
.cabinet__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
@media (min-width: 768px) {
  .cabinet__profile {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .cabinet__profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .cabinet__profile {
    padding: 40px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cabinet__profile-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.cabinet__profile-tip {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
  color: #98979d;
}
@media (min-width: 1280px) {
  .cabinet__profile-tip {
    font-size: 1.2rem;
  }
}
.cabinet__profile .button {
  width: 135px;
  margin-top: 10px;
}
.cabinet__orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .cabinet__orders {
    display: none;
  }
}
.cabinet__orders-item {
  overflow: hidden;
  border-radius: 5px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cabinet__orders-item {
    border-radius: 10px;
  }
}
.cabinet__orders-header {
  border-radius: 0 0 5px 5px;
  font-weight: 500;
  padding: 20px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabinet__orders-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.cabinet__orders-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cabinet__orders-edit button {
  width: 26px;
  height: 26px;
  color: #98979d;
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabinet__orders-edit button:hover {
  color: #bf2429;
}
.cabinet__orders-edit svg {
  width: 16px;
  height: 16px;
}
.cabinet__orders-body {
  background: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cabinet__orders-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.cabinet__orders-col span {
  color: #98979d;
  font-size: 1.4rem;
}
.cabinet__table {
  display: none;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cabinet__table {
    display: block;
  }
}
.cabinet__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
@media (min-width: 1280px) {
  .cabinet__table table {
    font-size: 1.6rem;
  }
}
.cabinet__table tr {
  background: #fff;
}
.cabinet__table tr:nth-of-type(even) {
  background: #f4f4f4;
}
.cabinet__table td,
.cabinet__table th {
  text-align: left;
}
.cabinet__table th {
  font-weight: 500;
  padding: 15px;
}
@media (min-width: 1280px) {
  .cabinet__table th {
    padding: 30px;
  }
}
.cabinet__table td {
  padding: 10px;
}
@media (min-width: 1280px) {
  .cabinet__table td {
    padding: 20px;
  }
}

.modal {
  display: none;
  width: 100%;
  max-width: 710px;
  border-radius: 8px;
  padding: 16px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .modal {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .modal {
    padding: 44px;
  }
}
.modal__icon {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .modal__icon {
    margin-bottom: 16px;
  }
}
.modal__icon svg {
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .modal__icon svg {
    width: 74px;
    height: 74px;
  }
}
.modal__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .modal__title {
    font-size: 4.6rem;
  }
}
.modal__text {
  line-height: 1.4;
  font-size: 1.2rem;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal__text {
    font-size: 2.4rem;
  }
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: 315px;
  margin: 0 auto;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .modal__form {
    margin-top: 34px;
  }
}
.modal__form .button {
  width: 100%;
  margin-top: 8px;
}
.modal__bottom {
  text-align: center;
  color: #98979d;
  line-height: 1.4;
  margin-top: 16px;
}
.modal .cart__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 7px;
}
.modal .cart__promo-label {
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: left;
}
.modal .cart__promo-input {
  width: 100%;
  height: 60px;
}
@media (min-width: 480px) {
  .modal .cart__promo-input {
    width: calc(100% - 173px);
    border-radius: 7px;
  }
}
.modal .cart__promo-button {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  margin-top: 8px;
}
@media (min-width: 480px) {
  .modal .cart__promo-button {
    width: 165px;
    margin-top: 0;
    border-radius: 7px;
  }
}
.modal .modal__code {
  width: 100%;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .modal .modal__code {
    font-size: 1.4rem;
  }
}

.catalog__filter .smart-filter-form {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.catalog__filter-bottom {
  position: relative;
}

.tags li.blue {
  color: #67bbd6;
}
.tags li.red {
  color: #db8082;
}
.tags li.dark_blue {
  color: #5f85cf;
}

.w-100 {
  width: 100%;
}

#jsSwiperTopBanner {
  border-radius: 21px;
}

/* модификация поиска в новый белый вариант при фокусе */
#title-search,
#title-search-mod {
  position: relative;
}
.header__search input {
  /* border-radius: 15px; */
  background: #fff;
  color: #3a3a3a;
  z-index: 1001;
}
.header__search input:focus {
  background: #fff;
  color: #3a3a3a;
}
.header__search :focus ~ button {
  color: #3a3a3a;
}
.header__search button {
  z-index: 1002;
}
.mob-search__sub {
  padding-top: 0;
}
.title-search-result.header__search-sub {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#title-search-mod .title-search-result.header__search-sub {
  top: 45px !important;
}

/* Below are edits from Ivan */

.filter-checkboxes__show-more,
.filter-color__show-more {
  font-size: 1.8rem;
  font-weight: 400;
  color: #171717;
  text-align: center;
  cursor: pointer;
}
.color__none,
.filter-checkboxes__none {
  display: none;
}

.callback-popup {
  position: fixed;
  top: -150%;
  left: auto;
  right: auto;
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.callback-popup.active {
  top: 0;
}
.callback-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.callback-popup__form {
  position: relative;
  z-index: 3;
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.callback-popup__title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0;
}
.callback-popup__input-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.callback-popup__input {
  max-width: 500px;
  width: 100%;
  border: 1px solid #f8f8f8;
  outline: none;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.callback-popup__input::-webkit-input-placeholder,
.callback-popup__input::-moz-placeholder {
  color: #000;
}
.callback-popup__btn {
  max-width: 500px;
  width: 100%;
  background: #8CA6BF;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  outline: none;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.3s;
}
.callback-popup__btn:hover {
  background: #000;
} 
.callback-popup__btn.active {
  background: #000;
}
.callback-popup__form-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 36px;
  right: 37px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.callback-popup__form-close_line::after,
.callback-popup__form-close_line::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -2px;
  width: 25px;
  height: 2px;
  background: #000;
}
.callback-popup__form-close_line::after {
  transform: rotate(45deg);
}
.callback-popup__form-close_line::before {
  transform: rotate(-45deg);
}

#menu-sticky {
  position: fixed;
  top: -200%;
  z-index: 10;
  transition: 0.5s;
} #menu-sticky.active {
  width: 100%;
  top: 0;
} #menu-sticky .header-menu {
  background: #fff;
}

.header-menu {

  border-bottom: 1px solid #d0d0d0;
} .header-menu__content {
  position: relative;
} .header-menu_new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 65px;
  height: 100%;
} .header-menu_new__item {
  display: flex;
  justify-content: center;
  cursor: pointer;
} .header-menu_new__item:hover {
  color: #8CA6BF;
} .header-menu_new__item .header__menu-link {
  padding: 0;
} .header-menu__popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  min-height: 700px;
  display: none;
} .header-menu__popup.active {
  display: flex;
  top: 0;
  left: 0;
} .header-menu__popup_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-right: 1px solid #e0e0e0;
  padding-top: 25px;
  min-width: 260px;
} .header-menu__popup .header-menu_new__item {
  padding: 10px;
} .header-menu__popup .header-menu__popup_left .header-menu_new__item {
  width: 100%;
} .header-menu__popup .header__menu-link {
  display: flex; 
  justify-content: space-between;
  width: 100%;
  height: auto;
} .header-menu__popup_right {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  width: 100%;
} .header-menu__popup_right__container {
  display: none;
  opacity: 0;
  animation-duration: 0.5s !important;
  transition: 0.5s;
} .header-menu__popup_right__container.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
  user-select: auto;
  pointer-events: all;
} .header-menu__popup_right__container &gt; .header-menu_new__item {
  justify-content: start;
  padding: 0;
  margin-bottom: 10px;
  width: fit-content;
  transition: 0.5s;
} .header-menu__popup_right__container &gt; .header-menu_new__item.active {&nbsp; justify-content: start;
  padding: 0;
  margin-bottom: 10px;
  width: fit-content;
  background: #F8F8F8;
} .header-menu__popup_right__container &gt; .header-menu_new__item .header__menu-link {
  font-size: 24px;
  font-weight: 400;
} .header-menu__popup_right__container .header__menu-link svg {
  margin-left: 10px;
} .header-menu_new__second-level {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column wrap;
  max-height: 650px;
  gap: 20px;
} .header-menu_new__column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 660px;
  height: 100%;
  width: 24.5%;
  /* width: 272px; */
} .header-menu_new__column-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
} .header-menu_new__column-descr {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
} .header-menu_new__column-title:hover, .header-menu_new__column-descr:hover {
  color: #8CA6BF;
} .page-overlay {
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
} .page-overlay.active {
  top: 0;
} .header-btn__catalog {
  display: none;
  cursor: pointer;
} .header-btn__catalog.active {
  display: block;
} .header__center {
  display: flex;
  gap: 15px;
} .header-menu_new__item.active{background: #f8f8f8;}&nbsp;@media (max-width: 900px) {
	.header-menu, .header-btn__catalog {
		display: none !important;
	} #title-search {
		width: 300px;
	}
} @media (max-width: 600px) {
	#title-search {
		display: none;
	} .toper__phone {
  	gap: 0;
  	font-size: 0;
  	width: 20px;
  }
}

.header__search button {
  top: 0;
  right: -44px;
  width: 44px;
  height: 100%;
  margin-top: 0;
}

.favorite {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
} .header-favorite svg path {
  stroke: #FFFFFF;
  transition: 0.2s;
} .header-favorite:hover svg path {
  stroke: #DAE949;
} /* .favorite-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  transition: 0.5s;
} .favorite-icon svg {
  width: 25px;
  height: auto;
  transition: 0.5s;
} .favorite-icon svg path {
  transition: 0.5s;
} .favorite-icon.active svg {
  fill: #bf2429;
} .favorite-icon.active svg path {
  stroke: #bf2429;
} .header-favorite svg {
  width: 21px;
  height: 100%;
} .header-favorite svg path {
  stroke: white;
} */ .favorite-add.active {
  color: #FFFFFF !important;
  background: #171717 !important;
  border: 1px solid #171717 !important;
} .favorite .populars__item {
  margin-bottom: 0;
} @media (max-width: 1000px) {
  .favorite {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
} @media (max-width: 650px) {
  .favorite {
    grid-template-columns: 1fr;
  }
}

.pre-order__btn {
  color: #fff;
  background: #243237;
  height: 48px;
  border: 1px solid #243237;
  padding: 0;
  font-size: 1.6rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} .pre-order__btn:hover {
  /* color: #bf2429; */
  background: #171717;
} .catalog__goods-items .pre-order__btn, .recently-viewed__cards .pre-order__btn {
  background: #171717 !important;
  color: #fff !important;
} .catalog__goods-items .pre-order__btn:hover, .recently-viewed__cards .pre-order__btn:hover {
  background: #171717 !important;
  color: #fff !important;
} 

.populars__item .good__label {
  color: #243237;
  background: #DAE949;
  max-width: 120px;
  width: auto;
} .populars__item .good__label_v2 {
  color: #FFFFFF;
  background: #8CA6BF;
  max-width: 208px;
  width: 100%;
} .populars__item .populars__item-bot {
  background: #FFFFFF;
} .populars__item .populars__item-bot .button-card {
  background: #243237;
  border: 1px solid #243237;
  color: #FFFFFF;
  border-radius: 8px;
} .populars__item .populars__item-bot .button-card:hover {
  background: #171717;
} .populars__item .populars__item-bot .pre-order__btn {
  background: #FFFFFF;
  border: 1px solid #171717;
  color: #171717;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
} .populars__item .populars__item-bot .pre-order__btn:hover {
  background: #171717;
  color: #FFFFFF;
} .populars__item .populars__item-button {
  border: 1px solid #8CA6BF;
  color: #8CA6BF;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
} .populars__item .populars__item-button:hover {
  border: 1px solid #243237;
  background: #243237;
  color: #ffffff;
}

.new-offer {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
} .new-offer .hots__body .swiper-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  min-width: 320px;
  width: 100%;
  gap: 30px;
} .new-offer .hots__body .swiper-wrapper .swiper-slide {
  width: 100% !important;
} .new-offer .hots_min .hots__wrapper {
  height: auto !important;
} .new-offer #comp_9a57019f1892bbb05d7eadec1355571e {
  position: sticky;
  top: 50px;
} @media (max-width: 768px) {
  .new-offer {
    flex-direction: column-reverse;
  } .new-offer .hots__body .swiper-wrapper {
    flex-direction: row;
  }
}

#header.no-active {
  display: none;
}

/* NEW CATALOG.ELEMENT */

.good {
  margin-top: 15px;
} .good__body {
  position: relative;
} .good__title {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 40px;
} .good__body-buy {
  width: 100%;
  background: #FFF;
  padding: 30px;
  padding-top: 0;
  padding-left: 0;
  border-radius: 8px;
} .good__body-buy .good__label_v2 {
  color: #ffffff;
  background: #8CA6BF;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
} .good__body-buy .good__label_v2 svg {
  margin-left: 15px;
} .good__body-buy .good__label_v2 path {
  stroke: #171717;
} .good__body-buy_top {
  display: flex;
  gap: 15px;
} .good__body-buy_bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  padding-right: 10px;
  padding-bottom: 0;
} .good__body-buy_bottom .good__total-buttons {
  gap: 20px;
} .good__body-buy_bottom .interlabs-one-click-buy {
  padding: 15px 50px;
  border: 1px solid #8CA6BF;
  border-radius: 8px;
} .good__body-buy_bottom .good__total-buttons button {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
} .good__body-attr {
  margin-top: 30px;
} .good__body-attr &gt; div {
  display: flex;
  flex-direction: column;
  gap: 25px;
} .good__body-attr .good__options, .good__body-attr .good__colors {
  margin-top: 10px;
} .good__body-attr .product-item-detail-info-container:nth-child(3) {
  display: none;
} .good__body-attr .good__tags {
  margin-top: 50px;
} .good__body-attr .good__tags li {
  padding: 15px;
  color: #171717;
} .good__body-attr .good__tags li.blue {
  border: 0;
} .good__body-social {
  display: flex;
  gap: 25px;
  position: absolute;
  top: 263px;
  right: 0;
} .good__body-social .favorite-add, .good__body-social .favorite-add svg, .good__body-social .favorite-add path {
  transition: 0.3s linear;
} .good__body-social .favorite-add.active {
  background: none !important;
  border: none !important;
} .good__body-social .favorite-add.active path {
  stroke: #8CA6BF;
  fill: #8CA6BF;
} .good__body-social .favorite-add, .good__body-social .share {
  cursor: pointer;
} .good__body-social .favorite-add path, .share path {
  transition: 0.3s;
} .favorite-add:hover path, .share:hover path {
  stroke: #8CA6BF;
} @media (max-width: 1279px) {
  .good__body-buy {
    margin-top: 50px;
  } .good__body-social {
    top: 850px;
  }
} @media (max-width: 991px) {
  .good__body-social {
    top: 790px;
  }
} @media (max-width: 767px) {
  .good__body-social {
    top: 732px;
  }
} @media (max-width: 550px) {
  .good__title {
    font-size: 30px;
  } .good__body-buy_bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  } .good__body-social {
    top: 798px;
  }
} 

.catalog__filter-bottom .smart-filter-popup-result {
  width: 210px;
  left: 105px;
} .catalog__filter-bottom .smart-filter-popup-result .tooltip a {
  margin-left: 20px;
}

/* NEW EDITS */
#header .toper__city-button.active ~ .toper__city-list {
  display: grid;
} #header .toper__city-list {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 330px;
  width: fit-content;
  top: 43px;
  padding: 30px 20px;
  padding-top: 10px;
} #header .toper__city-list p {
  font-family: "Georgica Roman";
  font-size: 14px;
  font-weight: 600;
  color: #171717;
  padding: 0;
  margin: 0;
  margin-top: 10px;
} #header .toper__city-list svg {
  /* cursor: pointer; */
  margin: 0 0 0 auto;
  opacity: 0;
  user-select: none;
} #header .toper__city-list .change-region-js {
  padding: 10px 0;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: #000;
  transition: 0.3s;
  width: 140px;
  text-align: center;
} #header .toper__city-list .change-region-js:hover {
  border: 1px solid #8CA6BF;
  color: #243237;
  background: #FFFFFF;
} #header .toper__city-list .change-region-js.active {
  border: 1px solid #8CA6BF;
  color: #FFFFFF;
  background: #8CA6BF;
}

.search-container {
  position: relative;
  width: 360px;
}

.arrow {
  transition: 0.5s linear;
  margin-right: 10px;
} .contact-accordion {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-right: 50px;
  margin-top: 50px;
  /* box-shadow: 0px 0px 5px 3px rgba(113, 119, 241, 0.15); */
  border-radius: 8px;
} .contact-accordion .accordion__item {
  display: flex;
  flex-direction: column;
  /* padding: 25px; */
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  transition: 0.5s;
  border-radius: 8px;
} .contact-accordion .accordion__item_active .accordion__title {&nbsp;font-size: 32px;
  font-weight: 600;
  color: #8CA6BF;
} .accordion__header_start svg path { stroke: #243237; } .contact-accordion .accordion__item_active .accordion__header {
  border-bottom: 0;
} .contact-accordion .accordion__item_active .arrow {
  transform: rotate(90deg);
} .contact-accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  padding: 25px;
  margin-bottom: 0;
  /* padding: 15px 0;
  border-bottom: 1px solid #D0D0D0; */
} /* .accordion__item_active {
  background: #7177f1;
} */ .contact-accordion .accordion__header_start {
  display: flex;
  align-items: center;
} .contact-accordion .accordion__title { font-size: 24px;
  font-weight: 600;
  color: #171717;
  transition: 0.5s linear;
  padding: 0;
  margin: 0;
} .contact-accordion .accordion__header_end {
  margin-right: 25px;
} .contact-accordion .accordion__body {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  height: 0px;
  transition: 0.5s linear;
  overflow: hidden;
} .contact-accordion .accordion__body_left {
  width: 35%;
  padding: 25px;
  padding-top: 0;
} .contact-accordion .accordion__body_right {
  overflow: hidden;
  width: 65%;
  max-height: 700px;
  min-height: 550px;
  padding: 25px;
  padding-top: 0;
} .contact-accordion .accordion__body_right iframe {
  width: 100%;
  height: 100%;
} .contact-accordion .accordion__body_shop {
  margin-top: 20px;
  border-top: 1px solid #D0D0D0;
} .contact-accordion .accordion__subtitle { font-size: 18px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 10px;
} .contact-accordion .accordion__descr { font-size: 16px;
  font-weight: 400;
  color: #171717;
  margin: 0;
} .contact-accordion .accordion__link {
  display: inline-block;&nbsp;font-size: 18px;
  font-weight: 400;
  color: #8CA6BF;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .contact-accordion .accordion__body {
    flex-direction: column;
  } .contact-accordion .accordion__body_left, .accordion__body_right {
    width: 100%;
  } 
}

.search-pages {
  /* padding: 100px 0; */
} .search-pages__content &gt; .search-page {
  display: flex;
  flex-direction: column;
  align-items: center;
} .search-pages .search-pages__content .search-view-default {
  width: 100%;
} .search-pages .search-pages__content .search-page input[type=submit] {
  border-color: #BF2429;
  background-color: #BF2429;
  font-family: "Geologica";
  font-weight: 400;
  letter-spacing: 1px;
} .search-pages .search-pages__content .search-page.theme-blue input[type=text] {
  border-color: #D0D0D0;
} .search-pages .search-pages__content .search-page.theme-blue .search-item {
  border-color: #D0D0D0;
} .search-pages .search-pages__content .search-page.theme-blue .search-title b {
  color: #BF2429;
} .bx-form-control ~ button svg use {
  color: #FFFFFF;
} .bx-searchtitle .js_search_href.bx_item_block.all_result {
  display: block;
  /* background: #BF2429; */
} .bx-searchtitle .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button {
  background-color: #BF2429;
  border-color: #BF2429;
} .bx-searchtitle .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
  background-color: #171717;
  border-color: #171717;
  color: #BF2429;
} .search-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
} .seacrh-container .content__breadcrumbs {
  margin-top: 30px;
  margin-bottom: 15px;
} .seacrh-container .content__title {
  margin-bottom: 30px;
} .search-view-default__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
} .search-view-default .search-view-default__navigation .search-change-how {
  margin-top: 0;
} .search-view-default__navigation .search-view-default__navigation_top p {
  padding: 0;
  margin: 0;
  color: #98979D; 
} .search-view-default__navigation .search-view-default__navigation_top span {
  color: #171717;
} .search-view-default__navigation .search-change-how b {
  color: #98979D; 
} .new-search-orders {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
} .new-search-orders .populars__item {
  margin-bottom: 0 !important;
} .search-view-default .search-navigation_bottom {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
} .search-navigation__item {
  padding: 5px 12px;
  color: #171717;
  transition: 0.5s;
} .search-navigation__item:hover {
  color: #BF2429;
} .search-navigation__item.active {
  color: #243237;
  border: 2px solid #243237;
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .new-search-orders {
    grid-template-columns: 1fr 1fr 1fr;
  }
} @media (max-width: 900px) {
  .new-search-orders {
    grid-template-columns: 1fr 1fr;
  }
} @media (max-width: 550px) {
  .new-search-orders {
    grid-template-columns: 1fr;
  }
}


body.mobmenuOpened .overlay {
  display: none;
}

.flex-column {
  display: flex;
  flex-direction: column;
} .footer__info.flex-column span {
  padding-left: 0;
  margin-left: 0;
  width: auto;
}

.header__center .bx-searchtitle {
  margin: 0;
}

#header-btn__open &gt; rect, #header-btn__close &gt; rect {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: auto !important;
} 
@media (max-width: 370px) {
  .populars__item .good__label_v2 {
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
  }
} @media (max-width: 480px) {
  .populars__item .good__label {
    display: none;
  } .populars__item .good__label_v2 {
    display: flex;
  }
} 

body .header-menu_new__column {
  width: fit-content;
}

.chat-container.active {
  bottom: 125px;
} .chat-container ~ .chat {
  bottom: 80px;
} .chatCloseBtn {
  display: none;
} .chat-container.active ~ .chatCloseBtn {
  position: fixed;
  /* right: 146px;
  bottom: 509px; */
  right: 130px;
  bottom: 518px;
  z-index: 1000;
  display: flex;
  width: 25px;
  height: 25px;
} .chat-container.active ~ .chatCloseBtn .chatCloseBtn__bars {
  display: block;
  position: relative;
  width: 25px;
  height: 2px;
  transition: 0.5s;
  cursor: pointer;
} .chatCloseBtn .chatCloseBtn__bars::after,
.chatCloseBtn .chatCloseBtn__bars::before {
  content: '';
  display: block;
  background: #000;
  width: 25px;
  height: 1px;
  position: absolute;
  transition: 0.5s;
} .chatCloseBtn .chatCloseBtn__bars::before {
  top: 0;
  transform: rotate(45deg);
} .chatCloseBtn .chatCloseBtn__bars::after {
  top: 0;
  transform: rotate(-45deg);
} @media (max-width: 1619px) {
  .chat-container.active {
    right: 20px;
  } .chat-container.active ~ .chatCloseBtn {
    /* right: 46px; */
    right: 26px;
  }
} @media (max-width: 450px) {
  .chat-container.active ~ .chatCloseBtn {
    display: none;
  }
} @media (max-width: 400px) {
  .chat-container.active {
    max-width: 320px;
  }
} 

.footer__row.footer__data {
  grid-template-columns: 1.5fr 1.9fr 0.7fr 0.7fr;
  padding-right: 0;
  margin-right: 0;
} .footer__data .footer__col:first-child {
  gap: 35px;
} .footer__col .footer__info {
  display: flex;
  flex-direction: column;
  width: 100%;
} .footer__info .footer__city {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #FFFFFF;
  padding-left: 0;
  margin-bottom: 5px;
} .footer__info .footer__number, .footer__info .footer__mail {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #FFFFFF;
  padding-left: 0;
  transition: 0.5s;
} .footer__info .footer__time {
  font-size: 16px;
  font-weight: 400;
  color: #ACABB1;
  padding-left: 0;
} .footer__info .footer__number:hover a, .footer__info .footer__mail:hover a {
  color: #DAE949;
} 

.footer__menu-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  max-height: 310px;
} .footer__menu-container .footer__link:first-child {
  font-size: 1.6rem;
  color: #98979d;
  margin-bottom: 0;
} .footer__data .footer__socials {
  position: static; 
  margin-top: 20px;
} .footer__data .footer__socials a {
  background: #171717;
  border-radius: 50%;
  padding: 10px;
} .footer__data .footer__socials svg {
  color: #FFF;
  transition: 0.2s;
} .footer__data .footer__socials a:hover svg {
  color: #DAE949;
} .footer__col-for_client .footer__menu-container {
  max-height: 400px;
}


.footer__col.accordion__item {
  background: none;
} .footer__col .accordion__header {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  cursor: pointer;
} .footer__arrow {
  display: none;
  transition: 0.2s;
} .accordion__header_active .footer__arrow {
  transform: rotate(180deg);
} .footer__menu-container.accordion__body {
  overflow: hidden;
} .accordion__item_active .footer__menu-container.accordion__body {
  height: auto !important;
} 

.footer__link.first-child {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.footer__link.first-child:hover {
  color: #DAE949;
}

@media (min-width: 992px) {
  .footer__link.first-child {
    font-size: 2.4rem;
  }
}
/* @media (min-width: 1280px) {
  .footer__link.first-child {
    margin-bottom: 15px;
  }
} */


@media (max-width: 991px) {
  .footer__menu-container .footer__link.first-child {
    color: #98979d;
    font-size: 17px;
  } .footer__menu-container a {
    width: 50%;
  } .footer__menu-container .footer__link {
    font-size: 17px;
  } .footer__menu-container {
    max-height: 235px;
  } .footer__col-for_client .footer__menu-container {
    max-height: 180px;
  } .footer__data .footer__col.first-child {
    border-bottom: 1px solid #505050;
    margin-bottom: 0;
    padding-bottom: 20px;
  } .footer__col-catalog {
    margin-top: 20px;
  } .footer__arrow {
    display: inline-block;
  } .footer__data .footer__col:first-child {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #98979D;
  }
}

#body #jsSwiperCardView {
  max-height: 1500px;
} .good .good__body &gt; .good__row {
  overflow: visible !important;
} .new-offer .hots__body {
  max-width: 320px;
  width: max-content;
} @media (max-width: 1279px) {
  .hots__body-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
} @media (max-width: 768px) {
  .new-offer .hots__body {
    max-width: 100%;
    width: 100%;
  } .new-offer .hots__body-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  } .new-offer .hots__body-list .hots__item {
    height: 100% !important;
  } .new-offer .hots__body-list .hots__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
  }
} @media (max-width: 550px) {
  .new-offer .hots__body-list {
    grid-template-columns: 1fr;
  }
} 

.toper-slider__item &gt; img {
  max-width: 100px;
  height: auto;
}

#jsSwiperHots .hots__top {
  background: none;
} #jsSwiperHots .hots__top .hots__name,
  #jsSwiperHots .hots__top .hots__text,
  .hots__item.black .hots__wrapper {
  color: #000;
} .grecaptcha-badge {
  display: none !important;
} .good__left {
  overflow: auto;
}

@media (max-width: 400px) {
  .hidden-400 {
    display: none;
  }
}


.cookie-msg-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;

  max-width: 380px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 100;

  box-shadow: 0 0 10px 0 rgba(140, 166, 191, 0.2);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.cookie-msg-text {
  line-height: 1.5;
  margin: 0;

  a {
    color: #8CA6BF !important;
  }
}
.cookie-msg-btn {
  width: 100%;
  padding-block: 15px;
  border: none;

  background-color: #263238;
  border-radius: 10px;
  font-family: "Geologica", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 480px) {
  .cookie-msg-wrapper {
    max-width: calc(100% - 60px);
  }
}



/* ==================== HOMEPAGE REDESIGN ==================== */

/* ------------- Global Settings ------------- */
.container {
    max-width: 1460px !important;
}

.swiper-wrapper {
    height: 100% !important;
}

.global-fullblock-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.adaptive-img-wrapper {
    position: relative;
    overflow: hidden;
}
.adaptive-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.populars {
    margin-top: 100px !important;
}

.global-h2-title {
    font-family: "Geologica", sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    color: #181A2A;
    margin: 0 0 20px;
}

/* 360px - 576px */
@media screen and (max-width: 576px) {
    .global-h2-title {
        font-size: 24px;
    }
    .populars {
        margin-top: 70px !important;
    }
}



/* ------------- Top banners ------------- */
/* HEAD BANNERS */
.head-banners {
    margin-top: 20px;
    /* padding-bottom: 60px; */
}

.head-banners-inner {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.main-banners-wrapper {
    width: 100%;
    box-sizing: border-box;
    /* border-radius: 20px; */
    overflow: hidden;
    position: relative;

    padding-bottom: 60px;
}

.main-single-banner {
    aspect-ratio: 53/22;
    position: relative;
}

.single-banner-btn {
    position: absolute;
    bottom: 20%;
    left: 10%;

    min-width: 20%;
    width: fit-content;
    padding: 15px 50px;
    background-color: #263238;
    color: #fff;
    border-radius: 10px;
    border: none;

    font-size: 24px;
    font-weight: 500;
    text-align: center;

    transition: all 0.3s ease;
    &:hover {
        background-color: #8CA6BF;
    }
}

.single-banner-link {
    display: none;
}

.single-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    /* height: calc(100% - 60px); */
    border-radius: 20px;
    object-fit: cover;

    &.mobile-slide {
        display: none;
    }
}

.aside-head-banner {
    aspect-ratio: 17/22;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;

    & img {
        transition: all 0.3s ease;
    }
    & img:last-child {
        display: none;
    }

    &:hover {
        & img {
            scale: 1.05;
        }
    }
}


.slider-btn-prev, .slider-btn-next {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;

    &:hover {
        & svg {
            color: #8CA6BF;
        }
    }
}
.slider-btn-prev {
    width: 60px;
    height: calc(100% - 60px);
    left: 0;

    display: grid;
    place-items: center;

    /* &:hover {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    } */

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.slider-btn-next {
    width: 60px;
    height: calc(100% - 60px);
    right: 0;

    display: grid;
    place-items: center;

    /* &:hover {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    } */

    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* ADAPTIVE */
/* 480px - 768px */
@media screen and (max-width: 768px) {
    .single-banner-btn {
        position: absolute;
        bottom: 20%;
        left: 10%;

        min-width: 20%;
        width: fit-content;
        padding: 10px 40px;
        font-size: 20px;
    }
}

/* 360px - 576px */
@media screen and (max-width: 576px) {
    .head-banners-inner {
        grid-template-columns: 1fr;
    }

    .single-banner-img {
        &.desktop-slide {
            display: none;
        }
        &.mobile-slide {
            display: block;
        }
    }

    .slider-btn-prev, .slider-btn-next {
        display: none;
    }

    .main-single-banner {
        aspect-ratio: 16/17;
    }

    .single-banner-btn {
        bottom: 20px;
        left: 20px;

        min-width: 20%;
        width: calc(100% - 40px);
        padding: 15px;
    }

    .single-banner-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .aside-head-banner {
        aspect-ratio: 16/9;

        & img:first-child {
            display: none;
        }
        & img:last-child {
            display: block;
        }
    }
}



/* ------------- Brands ------------- */
.brands {
    margin-top: 100px;

    & .container {
        position: relative;
    }
}

.brands-wrapper {
    position: relative;
    padding: 0 60px 0 30px;
}

.brand-card {
    padding: 10px;
    display: grid;
    place-items: center;
    position: relative;
}

.brand-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.brand-card-img {
    max-width: 200px !important;
    filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(56%) hue-rotate(61deg) brightness(101%) contrast(100%);
    transition: all 0.3s ease;
    user-select: none;
}
.brand-card:hover .brand-card-img {
    scale: 1.1;
    filter: brightness(0) saturate(100%) invert(73%) sepia(12%) saturate(667%) hue-rotate(168deg) brightness(87%) contrast(88%);
}

.brands-slider-btn-prev, .brands-slider-btn-next {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 80px;
    z-index: 10;
    cursor: pointer;
    opacity: 1;

    &.swiper-button-disabled {
        color: #98979D;
    }

    & svg {
        transition: all 0.2s ease;
    }
    &:hover {
        & svg {
            color: #8CA6BF;
        }
    }
}
.brands-slider-btn-prev {
    left: 0;

    display: grid;
    place-items: center;

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(-90deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 60%);
}
.brands-slider-btn-next {
    right: 0;

    display: grid;
    place-items: center;

    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 60%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* 360px - 576px */
@media screen and (max-width: 576px) {
    .brands {
        overflow: hidden;
        margin-top: 70px;
    }
    .brands-wrapper {
        width: 700px;
        padding: 0;
    }
    .brands-slider-btn-next {
        svg {
            translate: 12px 0;
        }
    }
}



/* ------------- Categories ------------- */
.categories-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

    padding: 20px;
    background-color: #fff;
    border-radius: 20px;

    position: relative;

    transition: all 0.3s ease;
    &:hover {
        box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
    }
}
.category-card-img {
    max-height: 150px;
}
.category-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: auto 0 0;
    text-align: center;
    transition: all 0.3s ease;
}
.category-card:hover .category-card-title {
    color: #8CA6BF;
}


/* ADAPTIVE */
/* 960px - 1200px */
@media screen and (max-width: 1100px) {
    .categories-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .category-card-img {
        max-width: 80%;
    }
}

/* 768px - 960px */
@media screen and (max-width: 992px) {
    
}

/* 480px - 768px */
@media screen and (max-width: 768px) {
    .categories-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 360px - 576px */
@media screen and (max-width: 576px) {
    .category-card-img {
        max-height: 65px;
        max-width: none;
    }
    .category-card-title {
        font-size: 15px;
    }
}



/* ------------- Promos (actions) ------------- */
.promos-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    & .global-h2-title {
        margin: 0;
    }
}

.promo-slider-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.promos-slider-btn-prev, .promos-slider-btn-next {
    padding: 6px 9px;
    cursor: pointer;

    transition: all 0.3s ease;
    &:hover {
        color: #8CA6BF;
    }

    &.swiper-button-disabled {
        color: #98979D !important;
        display: block !important;
        opacity: 1 !important;
    }
}

.promos {
    overflow: hidden;
}
.promos-wrapper {
    width: 1900px;
}

.promos-card {
    &.hidden-card {
        display: none;
    }
    &.mobile-hidden-card {
        display: none;
    }

    transition: all 0.3s ease;
}

.promos-wrapper:hover .promos-card {
    scale: 0.96;
}

.promos-card:hover {
    scale: 1.03 !important;
}

.promos-card-img {
    &.on-mobile {
        display: none;
    }
}

/* ADAPTIVE */
/* 992px - 1200px */
@media screen and (max-width: 1450px) {
    .promos-card {
        &.hidden-card {
            display: block;
        }
    }
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
        .promos-wrapper {
        width: 1300px;
    }

    .promos-card-img {
        &.on-desktop {
            display: none;
        }
        &.on-mobile {
            display: block;
        }
    }
}

/* 360px - 576px */
@media screen and (max-width: 576px) {
    .promo-slider-nav-wrapper {
        display: none;
    }
    .promos-card {
        &.mobile-hidden-card {
            display: block;
        }
    }
}



/* ------------- Special category ------------- */
.special {
    margin-top: 100px;
}

.special-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.special-card {
    display: grid;
    place-items: center;

    aspect-ratio: 35/23;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.special-card-title {
    position: relative;
    z-index: 5;

    font-family: "Geologica", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #263238;
    text-align: center;
    margin: 0;
}

.special-card-img {
    &.on-mobile {
        display: none;
    }

    transition: all 0.3s ease;
}
.special-card:hover .special-card-img {
    scale: 1.05;
}


/* ADAPTIVE */
/* 960px - 1200px */
@media screen and (max-width: 1200px) {
    
}

/* 768px - 960px */
@media screen and (max-width: 992px) {
    .special-card-title {
        font-size: 24px;
    }
}

/* 360px - 576px */
@media screen and (max-width: 576px) {
    .special {
        margin-top: 70px;
    }
    .special-wrapper {
        grid-template-columns: 1fr;
    }
    .special-card {
        aspect-ratio: 4/5;
    }
    .special-card-img {
        &.on-desktop {
            display: none;
        }
        &.on-mobile {
            display: block;
        }
    }
}



.home-seo {
    margin-top: 70px;
}

.gradient {
    max-height: 240px;
    overflow: hidden;
    position: relative;
}