@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"),
    url("../fonts/HelveticaNeue.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-display: swap;
}
*,
:before,
:after {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --main-gap: 24px;
  --sect-offset: 84px;
  --app-height: 100vh;
  --main-color: #007aff;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #9f9f9f;
}

::-moz-placeholder {
  opacity: 1;
  color: #9f9f9f;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #9f9f9f;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #9f9f9f;
}

::placeholder {
  opacity: 1;
  color: #9f9f9f;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

body,
html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #e6e6e6;
  font-family: "HelveticaNeue", sans-serif;
  line-height: 1.2;
  color: #000;
}

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

button {
  cursor: pointer;
}

strong,
b {
  font-weight: bold;
}

p,
blockquote,
ul,
ol {
  margin: 0 0 1rem;
}

ul,
ol {
  padding-left: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 1rem;
  font-weight: bold;
}

h1,
.h1,
h2,
.h2 {
  line-height: 1.2;
  font-size: 32px;
}

h3,
.h3 {
  line-height: 1.2;
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

#wrapper {
  overflow: hidden;
  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;
  min-height: var(--app-height);
}
#wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 var(--main-gap);
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

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

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

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

.m-sect {
  margin-top: var(--sect-offset);
  margin-bottom: var(--sect-offset);
}
.m-sect:first-child {
  margin-top: 120px;
}

.mt-sect {
  margin-top: var(--sect-offset);
}
.mt-sect:first-child {
  margin-top: 120px;
}

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

.title {
  margin-bottom: 48px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 15px 24px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  -webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background-color: #000;
}
.btn._fav {
  background: rgba(0, 145, 255, 0.55);
}
.btn._fav:hover {
  background-color: #0091ff;
}
.btn._gray {
  border-color: transparent;
  background: #8b8b8b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn._gray:hover {
  background-color: #797979;
}
.btn._red {
  border-color: transparent;
  background: rgba(255, 56, 60, 0.14);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff383c;
}
.btn._red:hover {
  background-color: rgba(255, 56, 60, 0.2);
}
.btn._white {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.btn._white:hover {
  background-color: #e2e2e2;
}
.btn._medium {
  padding: 13px 24px;
}
.btn._big {
  padding: 16px 24px 17px;
  font-size: 20px;
}
.btn._full {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.glass-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 16px 16px 15px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px) brightness(0.95);
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3),
    inset 0 0 20px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3),
    inset 0 0 20px rgba(255, 255, 255, 0.2);
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
  transition: background-color 0.3s;
}
.glass-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-mask: linear-gradient(
    330deg,
    #000 0%,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0) 54%,
    #000 100%
  );
  mask: linear-gradient(
    330deg,
    #000 0%,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0) 54%,
    #000 100%
  );
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.glass-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.glass-btn._cat {
  padding: 13px 17px;
  line-height: 20px;
  font-size: 16px;
}
.glass-btn._cat.active {
  padding-left: 38px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
.glass-btn._cat.active:before {
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -0.5em;
  content: "\e907";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 10px;
}
.glass-btn._cat.ic {
  padding-left: 0;
  padding-right: 0;
  width: 46px;
}
.product__mob-btns .glass-btn._fav.added {
  background-color: rgba(0, 145, 255, 0.55);
}
.product__mob-btns .glass-btn._fav.added:after {
  -webkit-box-shadow: inset 0 0 0 1px #0091ff;
  box-shadow: inset 0 0 0 1px #0091ff;
}
.glass-btn._dark {
  background: rgba(0, 0, 0, 0.65);
}
.glass-btn._dark:after {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
.glass-btn._dark:hover {
  background-color: #000;
}

.link-back {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-back:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e902";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.link-back:hover {
  opacity: 0.7;
}

.form-item {
  position: relative;
  margin: 0 0 18px;
}
.form-item .form-field {
  padding-top: 22px;
  padding-bottom: 8px;
}
.form-item._focus .form-item__head,
.woocommerce form .form-row._focus label {
  -webkit-transform: scale(0.75) translateY(-10px);
  -ms-transform: scale(0.75) translateY(-10px);
  transform: scale(0.75) translateY(-10px);
}
.form-item._cab:nth-child(n + 2) {
  margin-top: 24px;
}
.form-item._cab .form-field {
  padding: 13px 24px;
}
.form-item._cab .form-item__head {
  top: 22px;
  left: 21px;
  padding: 0 4px;
  background: #fff;
}
.form-item._cab._focus .form-item__head {
  -webkit-transform: scale(0.75) translateY(-25px);
  -ms-transform: scale(0.75) translateY(-25px);
  transform: scale(0.75) translateY(-25px);
}
.form-item._icon .ic {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 14px;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 14px;
  color: #9f9f9f;
}
.form-item._icon .form-item__head {
  left: 35px;
  max-width: calc(100% - 50px);
}
.form-item._icon .form-field {
  padding-left: 35px;
}

.form-item__head,
.woocommerce form .form-row label {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 15px;
  margin: -0.5em 0 0;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  color: #9f9f9f;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-field,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 24px;
  background: none;
  -webkit-box-shadow: inset 0 0 0 1px #9f9f9f;
  box-shadow: inset 0 0 0 1px #9f9f9f;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: inherit;
}
.form-field._gray {
  padding: 13px 15px;
  background: #cfcfcf;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 1px 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 1px 2px 4px rgba(0, 0, 0, 0.12);
  color: #fff;
}
.form-field._gray::-webkit-input-placeholder {
  color: #fff;
}
.form-field._gray::-moz-placeholder {
  color: #fff;
}
.form-field._gray:-ms-input-placeholder {
  color: #fff;
}
.form-field._gray::-ms-input-placeholder {
  color: #fff;
}
.form-field._gray::placeholder {
  color: #fff;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 125px;
}

select.form-field {
  cursor: pointer;
  padding-right: 45px;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  text-overflow: ellipsis;
}

.form-option {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.form-option__input {
  display: none;
}
.form-option__input:checked ~ .form-option__wrap > i {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.form-option__input:checked ~ .form-option__wrap > i:before {
  opacity: 1;
}
.form-option__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-option__wrap > * {
  display: inline-block;
}
.form-option__wrap > i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin-right: 16px;
  width: 22px;
  height: 22px;
  border: 1px solid #c7c7cc;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  color: #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.form-option__wrap > i:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  content: "\e908";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.form-option__wrap > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.form-option__wrap > span a {
  display: inline-block;
}
.form-option._policy {
  font-size: 12px;
}
.form-option._policy .form-option__wrap > i {
  width: 24px;
  height: 24px;
  border-color: #000;
  border-radius: 6px;
  font-size: 12px;
}
.form-option._policy .form-option__input:checked ~ .form-option__wrap > i {
  background-color: #000;
}
.form-option._policy._white .form-option__wrap > i {
  border-color: #fff;
  color: #000;
}
.form-option._policy._white
  .form-option__input:checked
  ~ .form-option__wrap
  > i {
  background-color: #fff;
}

.form-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}
.form-code__field {
  width: 57px;
}
.form-code__field .form-field {
  padding: 24px 0;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
}

.sandwich {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sandwich span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin: -1px 0 0;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sandwich span:nth-child(1) {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sandwich span:nth-child(2) {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.sandwich:hover {
  opacity: 1;
}
.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sandwich.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-icon {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.top-icon:hover {
  opacity: 1;
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: rgba(230, 230, 230, 0.6);
  backdrop-filter: blur(10px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
.mob-menu._light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.mob-menu__wrapper {
  overflow: hidden;
  position: relative;
  min-height: var(--app-height);
}
.mob-menu__close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 24px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
}
.mob-menu__wrap {
  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 0;
  min-height: var(--app-height);
  padding: 70px 0 40px;
}
.mob-menu__wrap > ._bot {
  margin-top: auto;
}
.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mob-menu__list ul {
  display: none;
}
.mob-menu__list li {
  margin-bottom: 28px;
}
.mob-menu__list li:last-child {
  margin-bottom: 0;
}
.mob-menu__list a {
  text-decoration: none;
}
.mob-menu__list li._dropdown > a {
  display: block;
  position: relative;
  padding-right: 22px;
}
.mob-menu__list li._dropdown > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: "\e903";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
}
.mob-menu__list._sm li {
  margin-bottom: 24px;
}
.mob-menu__list._sm li:last-child {
  margin-bottom: 0;
}
.mob-menu__drop {
  display: none;
  padding: 27px 0 40px;
}
.mob-menu__drop-back {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 25px;
  min-width: 1em;
  font-size: 18px;
}
.mob-menu__drop-head {
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8b8b8b;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-mask: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  mask: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  mask: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
.header._menu {
  position: fixed;
}
.header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 65px;
  height: 100px;
}
.header__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
.header__col._right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__sandwich {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: none;
}
.header__logo {
  width: 100px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  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: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 14px;
}
.header__menu a {
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header__menu a:hover,
.header__menu > li:hover > a {
  opacity: 1;
}
.header__menu a span,
.header__mob-icons .top-icon span {
  position: absolute;
  top: -3px;
  right: -17px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background: #0088ff;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  border-radius: 100%;
  backdrop-filter: blur(40px);
  box-shadow: inset 2px 2px 6px 0 rgba(255, 255, 255, 0.15),
    inset 3px 3px 12px 0 rgba(255, 255, 255, 0.15),
    -2px -2px 12px 0 rgba(0, 0, 0, 0.15), -11px -10px 48px 0 rgba(0, 0, 0, 0.15);
}
.header__mob-icons .top-icon span {
  top: -5px;
  right: -9px;
}
.header__menu li {
  position: relative;
}
.header__menu ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
}
.header__menu > li:hover > ul {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.header__mob-icons {
  display: none;
}

.header._light .header__logo {
  opacity: 0.5;
}
.header._light .header__menu a {
  /* opacity: 0.4; */
  color: rgba(255, 255, 255, 0.4);
}
.header._light .header__menu a:hover,
.header._light .header__menu > li:hover > a {
  /* opacity: 0.8; */
  color: rgba(255, 255, 255, 0.8);
}
.header._light .sandwich {
  opacity: 0.4;
}
.header._light .top-icon {
  color: rgba(255, 255, 255, 0.4);
}
.header._light .sandwich:hover,
.header._light .top-icon:hover {
  opacity: 0.8;
}
.header._light .top-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}

.bann-item {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 100vh;
}
.bann-item__bg span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 20% / cover;
}
.bann-item__bg span:first-child {
  display: block;
}
.bann-item__content {
  position: relative;
  z-index: 1;
  padding-bottom: 20vh;
  text-align: center;
  color: #fff;
}
.bann-item__head {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 48px;
}

.footer {
  padding-bottom: 50px;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
  font-weight: bold;
  font-size: 48px;
}
.footer__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu a {
  text-decoration: none;
  font-weight: bold;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__bot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  margin-top: 45px;
}
.footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__links li {
  margin-bottom: 0.8em;
}
.footer__links li:last-child {
  margin-bottom: 0;
}
.footer__req {
  line-height: 1.5;
}
.footer__req > :last-child {
  margin-bottom: 0;
}

.catalog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px 0;
  margin: 0 -13px;
}
.catalog-grid__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 13px;
}

.catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.catalog-item__img {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #ddd no-repeat center/cover;
}
.catalog-item__head {
  font-weight: bold;
  font-size: 16px;
}
.catalog-item__price {
  margin: 0 0 20px;
  font-size: 14px;
}
.catalog-item > :last-child {
  margin-bottom: 0;
}
.catalog-item__action {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px 10px;
}
.catalog-item.product-type-simple
  .catalog-item__action
  .out-of-stock
  + ._add-to-cart {
  display: none;
}
.catalog-item__action ._add-to-cart {
  margin-top: auto;
}

.catalog-cats {
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 30px;
  overflow: auto;
  text-align: center;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}
.catalog-cats._foo {
  opacity: 0;
  visibility: hidden;
}
.catalog-cats__grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 26px;
  padding: 0 var(--main-gap);
  white-space: nowrap;
  text-align: left;
}
.catalog-cats > .catalog-cats__grid {
  min-width: 1248px;
}

.catalog-cats-anchor {
  height: 23px;
}
.catalog-cats-anchor._hide {
  position: relative;
}
.catalog-cats-anchor._hide .catalog-cats {
  position: absolute;
  top: 0;
  bottom: auto;
}

.bann-collection {
  margin-bottom: 48px;
  height: 95vh;
  max-height: 720px;
  background: no-repeat 50% 10% / cover;
}

.collection__title {
  max-width: 800px;
  margin: 0 auto 32px;
}
.collection__head {
  margin-bottom: 24px;
  text-align: center;
}
.collection .catalog-cats__grid {
  min-width: 848px;
}

.choice-option,
.choice-option span {
  border-radius: 23px;
}

.choice-option {
  cursor: pointer;
  display: inline-block;
}
.choice-option input {
  display: none;
}
.choice-option input:checked ~ span {
  -webkit-box-shadow: inset 0 0 0 1px #fff,
    inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px #fff, inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #4d4d4d;
}
.choice-option span {
  display: block;
  padding: 13px;
  min-width: 62px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(94, 94, 94, 0.1),
    inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(94, 94, 94, 0.1),
    inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  background: #8f8f8f;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.choice-option:hover span {
  background-color: #9c9c9c;
}

.product-main {
  margin-top: 145px;
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product__gallery {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 128px;
}
.product__mob-btns {
  display: none;
}
.product__mob-btns .glass-btn {
  min-width: 140px;
}
.product__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.product__head {
  margin-bottom: 10px;
}
.product__price {
  font-size: 16px;
}
.product__descr {
  margin: 30px 0 0;
  font-size: 14px;
}
.product__choices {
  margin-top: 30px;
}
.product__choice {
  margin-bottom: 24px;
}
.product__choice:last-child {
  margin-bottom: 0;
}
.product__choice-head {
  margin-bottom: 14px;
}
.product__choice-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
}
.product__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.product__action .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.pr-gallery {
  position: relative;
  width: 590px;
}
.pr-gallery .swiper {
  margin: 0;
}
.pr-gallery .swiper-slide {
  background: #ddd no-repeat center/cover;
}
.pr-gallery__main {
  position: relative;
  width: 82%;
  border-radius: 30px;
  color: #fff;
}
.pr-gallery__main .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 150%;
}
.pr-gallery__thumbs {
  position: absolute;
  top: 0;
  right: 0;
  width: 14%;
  height: 100%;
}
.pr-gallery__thumbs .swiper {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.pr-gallery__thumbs .swiper-slide {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.15s;
  transition: -webkit-filter 0.15s;
  transition: filter 0.15s;
  transition: filter 0.15s, -webkit-filter 0.15s;
}
.pr-gallery__thumbs .swiper-slide-thumb-active {
  cursor: default;
  -webkit-filter: none;
  filter: none;
}
.pr-gallery__thumbs-prev,
.pr-gallery__thumbs-next {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: #000;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: background-color 0.3s, opacity 0.15s;
  transition: background-color 0.3s, opacity 0.15s;
}
.pr-gallery__thumbs-prev:hover,
.pr-gallery__thumbs-next:hover {
  background-color: #222;
}
.pr-gallery__thumbs-prev.swiper-button-disabled,
.pr-gallery__thumbs-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
  background-color: #000;
}
.pr-gallery__thumbs-prev {
  top: 0;
}
.pr-gallery__thumbs-next {
  bottom: 0;
}

.glass-box {
  -webkit-box-shadow: inset -1px -1px 4px rgba(98, 98, 98, 0.2),
    inset 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset -1px -1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px 4px rgba(255, 255, 255, 0.4);
  box-shadow: inset -1px -1px 4px rgba(98, 98, 98, 0.2),
    inset 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset -1px -1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px 4px rgba(255, 255, 255, 0.4);
  background: rgba(112, 112, 112, 0.5);
  backdrop-filter: blur(12px);
  color: #fff;
}

.addcart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.addcart-product .product-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 20px;
  width: 110px;
}
.addcart-product__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  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;
}
.addcart-product__head {
  margin-bottom: 12px;
}
.addcart-product__list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.addcart-product__list li {
  margin-bottom: 8px;
}
.addcart-product__list li:last-child {
  margin-bottom: 0;
}
.addcart-product__price {
  margin-bottom: 0;
  font-size: 16px;
}

.addcart-modal {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  padding: 30px 30px 30px 0;
  max-height: var(--app-height);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.addcart-modal._show {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.addcart-modal__wrap {
  width: 380px;
  padding: 20px 24px 24px;
  border-radius: 30px;
}
.addcart-modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.addcart-modal__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 14px 0 0;
}
.addcart-modal__close {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addcart-modal__close:hover {
  opacity: 0.8;
}
.addcart-modal__action {
  margin-top: 8px;
}
.addcart-modal__action .btn {
  margin-top: 12px;
}

.cart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-grid__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.cart-grid__aside {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 384px;
  margin-left: 126px;
}

.cart-aside-total {
  padding: 20px 24px 24px;
  border-radius: 30px;
  background: #000;
  color: #fff;
}
.cart-aside-total__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.cart-aside-total__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cart-aside-total__list li:nth-child(n + 2) {
  margin-top: 18px;
}
.cart-aside-total__list li._big {
  font-weight: bold;
  font-size: 20px;
}
.cart-aside-total__list li._small {
  margin-top: 9px;
  font-size: 12px;
}
.cart-aside-total__list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: inline-block;
}
.cart-aside-total__list li > strong {
  font-weight: inherit;
  display: inline-block;
}
.cart-aside-total__list-descr {
  margin: 20px 0 0;
  font-size: 12px;
  color: #a4a4a4;
}
.cart-aside-total__action {
  margin-top: 20px;
}
.cart-aside-total__action .form-option {
  margin-bottom: 20px;
}

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  border-radius: 16px;
  background: #ddddde;
  width: 92px;
  height: 32px;
}
.quantity__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.quantity__btn:hover {
  opacity: 0.7;
}
.quantity__btn:before,
.quantity__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: #000;
}
.quantity__btn:before {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
}
.quantity__btn:after {
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
}
.quantity__btn._minus:after {
  display: none;
}
.quantity__btn:hover {
  opacity: 0.5;
}
.quantity__sep {
  margin: 4px 0;
  border-right: 1px solid rgba(60, 60, 67, 0.3);
}

.product-img {
  display: block;
  border-radius: 10px;
  background: #000 no-repeat center/cover;
}
.product-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 133%;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.cart-item:last-child {
  margin-bottom: 0;
}
.cart-item .product-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 26px;
  width: 180px;
}
.cart-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  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;
  gap: 20px 0;
}
.cart-item__main > * {
  margin-bottom: 0;
}
.cart-item__head {
  font-size: 20px;
}
.cart-item__list {
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #4d4d4d;
}
.cart-item__list li {
  margin-bottom: 18px;
}
.cart-item__list li:last-child {
  margin-bottom: 0;
}
.cart-item__price {
  font-size: 16px;
}
.cart-item__list .quantity {
  display: none;
}

.mob-cart-action {
  position: fixed;
  z-index: 40;
  left: 12px;
  right: 12px;
  bottom: 0;
  border-radius: 30px 30px 0 0;
  padding: 20px 24px 24px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mob-cart-action._hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.mob-cart-action .cart-aside-total__list {
  margin-bottom: 20px;
}

.checkout-row {
  margin-bottom: 30px;
}
.checkout-row:last-child {
  margin-bottom: 0;
}
.checkout-row__title {
  margin-bottom: 20px;
}
.checkout-row__options {
  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: 18px;
}
.checkout-row__options > * {
  max-width: 100%;
}

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
}
.auth__title {
  margin-bottom: 24px;
}
.auth__title > :last-child {
  margin-bottom: 0;
}
.auth__main {
  margin: auto 0;
  padding: 0 0 40px;
}
.auth__form {
  max-width: 320px;
  margin: 0 auto;
}
.auth__field {
  margin-bottom: 26px;
}
.auth__field:last-child {
  margin-bottom: 0;
}
.auth__field-head {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 20px;
}
.auth__action {
  text-align: center;
}
.auth__action .btn {
  min-width: 220px;
}
.auth__code-info {
  margin-top: 40px;
  text-align: center;
  color: #9f9f9f;
}
.auth__code-link {
  cursor: default;
  font-weight: bold;
}
.auth__code-link a {
  text-decoration: none;
  color: #000;
}
.auth__code-link a:hover {
  text-decoration: underline;
}
.auth__code-descr {
  margin-top: 12px;
}

.cab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 48px;
}
.cab-title__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.cab-title__content > :last-child {
  margin-bottom: 0;
}
.cab-title__head {
  margin-bottom: 32px;
}
.cab-title .btn {
  padding: 12px 16px;
}

.cab-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cab-grid__aside {
  width: 280px;
  margin-right: auto;
}
.cab-grid__main {
  width: 380px;
  margin-left: 20px;
}
.cab-grid__back {
  margin-bottom: 30px;
}
.cab-grid__back._mob {
  display: none;
}
.cab-grid__row {
  margin-bottom: 48px;
}
.cab-grid__row:last-child {
  margin-bottom: 0;
}
.cab-grid__title {
  margin-bottom: 24px;
}
.cab-grid__menu-item {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 15px 40px 15px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  line-height: 18px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cab-grid__menu-item:last-child {
  margin-bottom: 0;
}
.cab-grid__menu-item:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  content: "\e903";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.cab-grid__menu-item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.cab-grid__menu-item.active {
  background-color: #fff;
}

.cab-box {
  margin-bottom: 18px;
  padding: 24px;
  border-radius: 25px;
  background: #fff;
}
.cab-box:last-child {
  margin-bottom: 0;
}

.order-item {
  display: block;
  font-size: 14px;
}
.order-item__title {
  margin-bottom: 20px;
}
.order-item__title > * {
  margin-bottom: 7px;
}
.order-item__title p {
  color: #8c8c8c;
}
.order-item__deliv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px 20px;
  margin-bottom: 22px;
}
.order-item__deliv-head {
  margin: 0;
  width: 100%;
  font-weight: bold;
}
.order-item__deliv-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-item__deliv-info > * {
  display: inline-block;
}
.order-item__deliv-info > img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  max-width: 23px;
  max-height: 23px;
}
.order-item__deliv-info > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.order-item__deliv-date {
  margin: 0;
  font-size: 11px;
  color: #8c8c8c;
}
.order-item__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.order-item__items .product-img {
  border-radius: 20px;
}
.order-item__items-count {
  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;
  padding: 15px 5px;
  border-radius: 20px;
  background: #d9d9d9;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #a3a3a3;
}
.order-item__total {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #a3a3a3;
}
.order-item__total li {
  position: relative;
  display: inline-block;
  padding-right: 0.6em;
}
.order-item__total li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}
.order-item__total li:last-child {
  padding-right: 0;
}
.order-item__total li:last-child:after {
  display: none;
}

a.order-item {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.order-item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.order-info {
  margin-bottom: 32px;
}
.order-info:last-child {
  margin-bottom: 0;
}
.order-info__main-head {
  margin-bottom: 8px;
}
.order-info__main-date {
  font-size: 16px;
  color: #9f9f9f;
}
.order-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.order-info__title-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.order-info__title-all {
  margin: 0;
  color: #9f9f9f;
}
.order-info__title-all a {
  text-decoration: none;
}
.order-info__title-all a:hover {
  text-decoration: underline;
}
.order-info__title-price {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
.order-info__products .addcart-product {
  margin: 0 0 20px;
}
.order-info__products .addcart-product:last-child {
  margin-bottom: 0;
}
.order-info__products .addcart-product__list {
  color: #4d4d4d;
}
.order-info__content > :last-child {
  margin-bottom: 0;
}

.order-deliv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px 14px 14px;
  border-radius: 37px;
  background: #d9d9d9;
}
.order-deliv-info__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #000;
}
.order-deliv-info__img img {
  max-width: 57%;
  max-height: 57%;
  opacity: 0.7;
}
.order-deliv-info__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.order-deliv-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.order-deliv-info__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
.order-deliv-info__date {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.order-deliv-info__descr {
  margin: 6px 0 0;
  font-size: 14px;
}

.cab-form-gender__head {
  margin-bottom: 14px;
  padding: 0 24px;
  font-size: 12px;
  color: #9f9f9f;
}
.cab-form-gender__grid {
  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: 0 13px;
}

.cab-form-action {
  text-align: center;
}
.cab-form-action .btn {
  min-width: 220px;
}

/* Customize plugins */
.swiper-pagination-bullets {
  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;
  gap: 8px;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  border-radius: 50%;
  background: currentColor;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-scrollbar {
  background: rgba(120, 120, 120, 0.2);
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  margin-top: 32px;
}

.swiper-scrollbar-drag {
  background: #fff;
}

/* maxh */

.popup {
  display: none;
  min-width: 300px;
  max-width: 600px;
  padding: 30px;
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
@media (max-width: 575px) {
  .popup {
    padding: 20px 20px;
    border-radius: 3px;
  }
}
.popup.content {
  max-width: 1000px;
  text-align: left;
}
.popup.content h4 {
  margin-bottom: 15px;
}
.popup.content p {
  margin-bottom: 15px;
  text-align: start;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.popup.content b {
  font-weight: 700;
  font-size: 16px;
}
.popup__title {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.popup .js-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup .js-form .form-policy a {
  color: red;
}
.popup input:not([type="checkbox"]) {
  width: 100%;
}
.popup__tx {
  max-width: 450px;
}
.popup__tx p {
  font-weight: 400;
  font-size: 16px;
}
.popup__video {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  background: none;
}
.popup__video .plyr__video-wrapper {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__video video {
  width: auto;
  max-width: 100%;
  max-height: 85vh;
}
.popup-callback {
  width: 100%;
  max-width: 450px;
}
.popup p {
  margin: 0;
}

.woo-variation-swatches.wvs-show-label .variations th label {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
}
.woo-variation-swatches .variable-items-wrapper {
  line-height: normal;
}
.woo-variation-swatches .variable-items-wrapper {
  display: flex;
  gap: 10px;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  padding: 0;
  padding: 13px;
  min-width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 23px;
  box-shadow: inset 0 0 0 1px rgba(94, 94, 94, 0.1),
    inset 5px 5px 5px rgba(0, 0, 0, 0.05);
  background-color: #8f8f8f;
  transition: 0.3s;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span:hover {
  background-color: #9c9c9c;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  margin: 0;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  padding: 0;
  height: auto;
  min-width: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover {
  background: none;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  background: none;
}
.catalog-item .variations th.label {
  display: none;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  .variable-item-contents:before {
  display: none;
}
.variable-item.disabled {
  pointer-events: none;
}
.variable-item.selected .variable-item-span-button {
  box-shadow: inset 0 0 0 1px #fff, inset 5px 5px 5px rgba(0, 0, 0, 0.05) !important;
  background-color: #fff !important;
  color: #000 !important;
}

._processing,
._disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.single_variation_wrap,
.reset_variations_alert,
.reset_variations,
.catalog-item .cart:not(.variations_form),
.product-main .cart:not(.variations_form) {
  display: none !important;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none;
}
.woocommerce div.product form.cart {
  margin: 0;
}
.woocommerce div.product form.cart .variations {
  margin: 0;
}

.lmp_products_loading:has(._end) {
  display: none;
}

.berocket_single_filter_widget button {
  border: none;
}
.bapf_sfilter {
  margin: 0;
}
.bapf_sfilter label {
  display: inline-block !important;
}
.bapf_hideckbox li label,
.bapf_hideckbox li label a {
  color: #fff;
  transition: background 0.2s ease;
}
.bapf_hideckbox li input:checked + label:hover,
.bapf_hideckbox li input:checked + label:hover a {
  color: #000;
}
.bapf_hideckbox li label:hover,
.bapf_hideckbox li label:hover a {
  color: #fff;
}
.bapf_hideckbox li input:checked + label,
.bapf_hideckbox li input:checked + label a {
  padding-left: 38px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
.bapf_hideckbox li input:checked + label::before,
.bapf_hideckbox li input:checked + label a::before {
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -0.5em;
  content: "\e907";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 10px;
}
.bapf_sfilter .bapf_button,
.bapf_sfilter ul li {
  pointer-events: all;
}

body .product p.stock.out-of-stock {
  color: #bb0000;
  font-size: 15px;
  margin: 0;
}

.catalog-slider .swiper-slide {
  height: auto;
}
.catalog-slider .swiper-slide .catalog-item {
  height: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  position: relative;
  margin: 0 0 18px;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  padding-top: 22px;
  padding-bottom: 8px;
}
.woocommerce form .form-row .required {
  color: currentColor;
}

._no-fav-products {
  text-align: center;
}

.search-form {
  margin-bottom: 30px;
}
.search-form .form-field {
  padding-right: 50px;
}
.search-form button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0;
  color: #9f9f9f;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
  margin: 0;
}

.e404-page {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.e404-page__link {
  margin: 0 auto;
  max-width: 220px;
}
@media (max-width: 991px) {
  .e404-page {
    height: 300px;
  }
}

.woocommerce-thankyou-order-received,
.woocommerce-order-details__title,
.woocommerce-column__title {
  margin-bottom: 15px;
}
.order-received-page .woocommerce-order {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.order-received-page .woocommerce ul.order_details {
  margin: 0 0 20px 0;
}
.order-received-page .woocommerce ul.order_details li {
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  float: none;
  font-size: inherit;
  line-height: normal;
  border: none;
  margin-right: 0;
}
.woocommerce ul.order_details li strong {
  line-height: normal;
  font-size: inherit;
}
@media (max-width: 575px) {
  .order-received-page .woocommerce-order {
    font-size: 13px;
  }
}

.wc-empty-cart-message {
  display: none;
}
.sect-cart-empty {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .sect-cart-empty {
    height: 300px;
  }
}

.order-ty {
  max-width: 760px;
  color: #474548;
  margin: 0 auto;
}
.order-ty .title {
  text-align: center;
  margin-bottom: 35px;
}
.order-ty__subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.order-ty__rows {
  margin-top: 40px;
}
.order-ty__row {
  padding: 35px 0;
  list-style: none;
  border-top: 1px solid rgba(159, 159, 159, 0.2);
  margin: 0;
}
.order-ty__row:last-child {
  padding-bottom: 0;
}
.order-ty__row li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.order-ty__row li:not(:last-child) {
  margin-bottom: 24px;
}
.order-ty__row li * {
  margin: 0;
}
.order-ty__row li p:last-child {
  text-align: end;
}
.order-ty .btn {
  display: block;
  width: fit-content;
  margin: 70px auto 0;
}
@media (max-width: 991px) {
  .order-ty__subtitle {
    font-size: 16px;
  }
  .order-ty__rows {
    margin-top: 20px;
  }
  .order-ty__row {
    padding: 15px 0;
  }
  .order-ty__row li:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-ty .btn {
    margin-top: 30px;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  display: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}
.wc_payment_method .payment_box {
  display: none !important;
}
#payment .place-order {
  display: none;
}
.wc_payment_method img {
  display: none;
}