/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --font-family: "Arial", sans-serif;
  --gray-950: #0a0d12;
  --error-950: #55160c;
  --error-950: #55160c;
  --warning-950: #4e1d09;
  --success-950: #053321;
}

html,
body {
  height: 100%;
}

body {
  background: #fdfdfd;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: #181d27;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main {
  flex: 1;
}

.btn-light {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a4a7ae;
  padding: 16px 43.5px;
  transition: 0.23s;
  background: transparent;
}
.btn-light:hover {
  background-color: #181d27;
  border: 1px solid #181d27;
  color: #FFFFFF;
}

.btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
  padding: 16px 46px;
  background: #181d27;
  display: inline-flex;
  width: auto;
  border: none;
  border-radius: 0px;
  margin-top: 20px;
  transition: 0.23s;
}
.btn:focus-visible {
  box-shadow: none;
  background: #181d27;
}
.btn:active {
  box-shadow: none;
  background: #181d27 !important;
  box-shadow: none;
}
.btn:hover {
  opacity: 0.96;
  background: #181d27;
}

.checkbox {
  display: flex;
  align-items: center;
}
.checkbox .checkbox-inp {
  display: none;
}
.checkbox .checkbox-label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.checkbox .checkbox-checkmark {
  border: 1px solid #A4A7AE;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox .checkbox-checkmark svg {
  transition: 0.23s;
  min-width: 12px;
  min-height: 12px;
  opacity: 0;
}
.checkbox .checkbox-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.checkbox input[type=checkbox]:checked + .checkbox-label .checkbox-checkmark {
  border: 1px solid #181d27;
}
.checkbox input[type=checkbox]:checked + .checkbox-label .checkbox-checkmark svg {
  opacity: 1;
}

.header {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.header .header-line {
  background: #000;
  padding: 14px 0;
}
.header .header-line__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.header .header-line__list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
  display: flex;
  gap: 24px;
}
.header .header-line__list li::after {
  display: block;
  width: 1px;
  height: 12px;
  content: "";
  background-color: #a4a7ae;
  position: relative;
}
.header .header-line__list li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .header .header-line {
    padding: 10px 0;
  }
  .header .header-line li {
    display: none;
  }
  .header .header-line li:nth-child(1) {
    display: flex;
  }
  .header .header-line li:nth-child(1)::after {
    display: none;
  }
}
.header .header-main {
  padding: 24px 0 21px 0;
}
.header .header-nav1 {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.header .header-nav1 ul {
  display: flex;
  gap: 32px;
}
.header .header-nav1 ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.header .header-nav1 ul li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  border-radius: 5px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: 0.23s;
}
.header .header-nav1 ul li a:hover::after {
  width: 100%;
}
.header .header-discount {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #931400;
}
.header .h-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .h-nav-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.header .h-nav-list__box {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header .h-cart-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}
.header .h-nav-list-item {
  cursor: pointer;
  transition: 0.23s;
  color: #fff;
}
.header .h-nav-list-item:hover {
  opacity: 0.6;
}
.header .header-mobile-col {
  display: none;
}
@media (max-width: 1199px) {
  .header .header-discount {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    position: relative;
  }
  .header .header-main-col1 {
    display: none;
  }
  .header .header-main-col2 {
    display: none;
  }
  .header .header-mobile-col {
    display: flex;
  }
  .header .header-mobile-col__box {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .header .h-nav-list {
    gap: 8px;
  }
  .header .h-nav-list__box {
    gap: 8px;
  }
  .header .h-nav-list-item {
    color: #181D27;
  }
  .header .h-search-btn {
    display: none;
  }
}
.header .h-burger-btn {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.mobile-menu {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mobile-menu__wrap {
  background: #fdfdfd;
  height: 100%;
  width: 100%;
  max-width: 500px;
  padding: 16px;
  overflow: auto;
  transition: 0.23s;
  position: relative;
  left: -100vw;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.mobile-menu__wrap::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.mobile-menu.show {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.show .mobile-menu__wrap {
  left: 0;
}
.mobile-menu .mobile-menu-close {
  cursor: pointer;
}
.mobile-menu .mobile-menu-search {
  width: 100%;
  display: flex;
  margin-top: 12px;
  margin-bottom: 22px;
}
.mobile-menu .mobile-menu-search input {
  border: 1px solid #e9eaeb;
  height: 44px;
  width: 100%;
  padding-left: 40px;
  background-image: url(../img/icons/searchmin.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.mobile-menu .mobile-menu-search input::placeholder {
  color: #a4a7ae;
}
.mobile-menu .mobile-menu-category {
  margin-bottom: 50px;
}
.mobile-menu .mobile-menu-category ul {
  display: flex;
  gap: 40px;
}
.mobile-menu .mobile-menu-category ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.mobile-menu .mobile-menu-category ul li.active a {
  font-weight: 700;
  position: relative;
}
.mobile-menu .mobile-menu-category ul li.active a::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #181d27;
  border-radius: 100px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.mobile-menu .thenew {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 40px;
  display: flex;
}
.mobile-menu .mobile-menu-nav ul {
  display: none;
}
.mobile-menu .mobile-menu-nav ul.active {
  display: grid;
}
.mobile-menu .mobile-menu-nav ul {
  gap: 16px;
}
.mobile-menu .mobile-menu-nav ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.mobile-menu .mobile-menu-top {
  display: flex;
}
.mobile-menu .mobile-menu-logo {
  display: none;
}
@media (max-width: 370px) {
  .mobile-menu .mobile-menu-category ul {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .mobile-menu .mobile-menu-top {
    gap: 50px;
    margin-bottom: 50px;
  }
  .mobile-menu .mobile-menu-close svg {
    width: 46px;
    height: 46px;
  }
  .mobile-menu .mobile-menu-logo {
    display: flex;
  }
  .mobile-menu .mobile-menu-logo img {
    width: 264px;
  }
  .mobile-menu .mobile-menu__wrap {
    max-width: 538px;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobile-menu .mobile-menu-search {
    display: none;
  }
  .mobile-menu .mobile-menu-category ul {
    gap: 50px;
  }
  .mobile-menu .mobile-menu-category {
    margin-bottom: 60px;
  }
  .mobile-menu .thenew {
    margin-bottom: 50px;
  }
}

.hm-search {
  display: flex;
  align-items: flex-start;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.3s;
}
.hm-search__wrap {
  background: #fdfdfd;
  width: 100%;
  overflow: auto;
  transition: 0.43s;
  position: relative;
  min-height: 320px;
  top: -100vh;
}
@media (max-width: 767px) {
  .hm-search__wrap {
    min-height: 423px;
  }
}
.hm-search.show {
  opacity: 1;
  visibility: visible;
  transition: 0.44s;
}
.hm-search.show .hm-search__wrap {
  top: 0;
}
.hm-search__container {
  position: relative;
  padding-top: 32px;
  padding-bottom: 70px;
}
.hm-search .hm-search-close {
  position: absolute;
  right: 0;
  top: 32px;
  cursor: pointer;
  transition-duration: 0.23s;
}
.hm-search .hm-search-close:hover {
  opacity: 0.6;
}
.hm-search__form {
  padding-top: 36px;
}
.hm-search__input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm-search__input input {
  width: 100%;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-left: 56px;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
}
.hm-search__input input::placeholder {
  color: #a4a7ae;
}
.hm-search__input input {
  background-image: url(../img/icons/searchmin.svg);
  background-size: 32px;
  background-position: center left;
}
.hm-search__clear {
  border: 1px solid #d0d0d0;
  position: absolute;
  right: 0;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  padding: 6px 16px;
  background-color: transparent;
  display: none;
}
.hm-search__clear.active {
  display: flex !important;
}
.hm-search .hm-search-no-result {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #181d27;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .hm-search .hm-search-no-result {
    font-size: 16px;
  }
}
.hm-search .hm-search-result {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.hm-search .hm-search-result__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 22px;
}
.hm-search .hm-search-popular-v1__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hm-search .hm-search-popular-v1__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0d0d0;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition-duration: 0.23s;
}
.hm-search .hm-search-popular-v1__list a:hover {
  color: #fff;
  background-color: #181d27;
  border-color: #181d27;
}
.hm-search .hm-search-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.hm-search .hm-search-wrap__box1 {
  display: grid;
  gap: 50px;
}
.hm-search .hm-search-wrap__box2 {
  max-width: 772px;
}
@media (max-width: 1199px) {
  .hm-search .hm-search-wrap__box2 {
    max-width: 500px;
  }
}
.hm-search .hm-search-popular-v2__list {
  display: grid;
  gap: 10px;
}
.hm-search .hm-search-popular-v2__list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #181d27;
  transition-duration: 0.23s;
}
.hm-search .hm-search-popular-v2__list li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.hm-search .hm-search-bottom {
  display: none;
  justify-content: flex-end;
  width: 100%;
}
.hm-search .hm-search-bottom.active {
  display: flex;
}
.hm-search .hm-search-bottom a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
  border-bottom: 1px solid #a4a7ae;
  padding: 6px 0px;
  transition-duration: 0.23s;
}
.hm-search .hm-search-bottom a:hover {
  color: #181d27;
}
@media (max-width: 991px) {
  .hm-search .hm-search-wrap {
    flex-direction: column;
    gap: 50px;
  }
  .hm-search .hm-search-wrap__box2 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-search .hm-search__input input {
    background-size: 20px;
    background-position: center left 5px;
    padding-left: 44px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hm-search .hm-search-close svg {
    width: 40px;
    height: 40px;
  }
  .hm-search__container {
    padding-top: 29px;
    padding-bottom: 45px;
  }
  .hm-search .hm-search-result {
    gap: 40px;
  }
  .hm-search .hm-search-result__title {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .hm-search .hm-search-wrap {
    gap: 40px;
  }
  .hm-search .hm-search-wrap__box1 {
    gap: 40px;
  }
  .hm-search .hm-search-wrap__box2 {
    gap: 40px;
  }
  .hm-search .hm-search-bottom {
    justify-content: center;
  }
  .hm-search .hm-search-popular-v2__list {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .hm-search .hm-searchSlider .prod-card .prod-card-top {
    height: 257px;
  }
}

.hm-search-collection__box {
  display: grid;
  gap: 16px;
}
.hm-search-collection .hm-search-collection-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hm-search-collection .hm-search-collection-item__image {
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}
.hm-search-collection .hm-search-collection-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: center;
}
.hm-search-collection .hm-search-collection-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.hm-search-collection .hm-search-collection-item:hover .hm-search-collection-item__title {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .hm-search-collection .hm-search-collection-item__image {
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
  }
  .hm-search-collection .hm-search-collection-item__title {
    font-size: 12px;
  }
}

.hm-searchSlider .swiper-wrapper {
  margin-bottom: 30px;
}
.hm-searchSlider .prod-card .prod-card-top {
  height: 380px;
}

.hm-cart-saved {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hm-cart-saved__wrap {
  background: #fdfdfd;
  width: 100%;
  overflow: auto;
  transition: 0.43s;
  position: relative;
  right: -100vw;
  min-width: 626px;
  max-width: 626px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hm-cart-saved__wrap {
    min-width: 100%;
    max-width: 100%;
  }
}
.hm-cart-saved.show {
  opacity: 1;
  visibility: visible;
  transition: 0.44s;
}
.hm-cart-saved.show .hm-cart-saved__wrap {
  right: 0px !important;
}
.hm-cart-saved__top {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 30px 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .hm-cart-saved__top {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
}
.hm-cart-saved__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #181d27;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
@media (max-width: 575px) {
  .hm-cart-saved__title {
    padding-top: 30px;
    font-size: 24px;
  }
}
.hm-cart-saved .hm-cart-saved-count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
  padding-top: 2px;
}
.hm-cart-saved .hm-cart-saved-close {
  cursor: pointer;
  transition-duration: 0.23s;
}
.hm-cart-saved .hm-cart-saved-close:hover {
  opacity: 0.6;
}
.hm-cart-saved__main {
  flex: 1;
  overflow: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.hm-cart-saved__main::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.hm-cart-saved__bottom {
  padding: 30px;
}
.hm-cart-saved__bottom .btn {
  width: 100%;
  justify-content: center;
}
.hm-cart-saved__bottom .btn-light {
  width: 100%;
}
@media (max-width: 575px) {
  .hm-cart-saved__bottom {
    padding: 16px;
    padding-bottom: 30px;
  }
  .hm-cart-saved__bottom .btn {
    font-size: 14px;
    padding: 13px;
  }
}
.hm-cart-saved__added .tabs {
  margin-bottom: 30px;
}

.hm-cart-saved-empty {
  height: 100%;
  display: flex;
  align-items: center;
}
.hm-cart-saved-empty__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}

.hm-cart-saved-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .hm-cart-saved-box {
    padding: 24px 16px;
  }
}

.prod-itm-v2 {
  display: flex;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.prod-itm-v2:nth-child(1) {
  padding-top: 0;
}
.prod-itm-v2:last-child {
  border-bottom: none;
}
.prod-itm-v2 .sv-add-cart {
  font-size: 14px;
  padding: 16px 35px;
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media (max-width: 575px) {
  .prod-itm-v2 .sv-add-cart {
    bottom: 0;
    width: 100%;
  }
}
.prod-itm-v2__image {
  display: flex;
  overflow: hidden;
  min-width: 105px;
  max-width: 105px;
  height: 140px;
}
.prod-itm-v2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prod-itm-v2__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.prod-itm-v2__main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-itm-v2__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 120%;
  text-transform: uppercase;
  color: #181d27;
}
.prod-itm-v2__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 120%;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
}
.prod-itm-v2__title a:hover {
  opacity: 0.7;
}
.prod-itm-v2__title {
  margin-bottom: 14px;
}
.prod-itm-v2__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.prod-itm-v2 .prod-itm-v2-options {
  display: grid;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
}
.prod-itm-v2 .prod-itm-v2-options li {
  display: flex;
  gap: 6px;
  align-items: center;
}
.prod-itm-v2 .prod-itm-v2-options li div {
  display: flex;
  gap: 6px;
  align-items: center;
}
.prod-itm-v2 .prod-itm-v2-options li div::after {
  width: 1px;
  height: 8px;
  background-color: #a4a7ae;
  position: relative;
  content: "";
  display: block;
}
@media (max-width: 575px) {
  .prod-itm-v2 .prod-itm-v2-options li div::after {
    display: none;
  }
}
.prod-itm-v2 .prod-itm-v2-options li div:last-child::after {
  display: none;
}
.prod-itm-v2__box2 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prod-itm-v2 .mob-prod-article {
  display: none;
}
@media (max-width: 575px) {
  .prod-itm-v2 {
    gap: 12px;
  }
  .prod-itm-v2 .mob-prod-article {
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #a4a7ae;
    margin-bottom: 8px;
  }
  .prod-itm-v2__image {
    min-width: 100px;
    max-width: 100px;
    height: 154px;
  }
  .prod-itm-v2__content {
    position: relative;
  }
  .prod-itm-v2__price {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .prod-itm-v2 .prod-itm-v2-options {
    gap: 10px;
  }
  .prod-itm-v2 .desktop-prod-article {
    display: none !important;
  }
  .prod-itm-v2 .counter {
    position: absolute;
    bottom: 25px;
    right: -5px;
    min-width: 71px;
    max-width: 71px;
    height: 20px;
    border: none;
  }
}

@media (max-width: 575px) {
  .prod-itm-v2-saved {
    padding-bottom: 78px;
  }
  .prod-itm-v2-saved .sv-add-cart {
    padding: 12px;
    justify-content: center;
    bottom: 24px;
  }
}

.rm-prod {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  transition: 0.23s;
}
.rm-prod:hover {
  opacity: 0.7;
}

.counter {
  display: flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  min-width: 104px;
  max-width: 104px;
  height: 40px;
  justify-content: center;
}
.counter__btn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}
.counter__input {
  width: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
  border: none;
  background: transparent;
}

.hm-cart-summary {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #181d27;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .hm-cart-summary {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .hm-cart-summary span {
    font-size: 16px;
  }
}

.tabs .tab-item {
  border-bottom: 1px solid #f2f2f2;
}
.tabs .tab-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  cursor: pointer;
}
.tabs .tab-item__top svg path {
  transition: 0.23s;
}
.tabs .tab-item.active .tab-item__top svg path:nth-child(2) {
  opacity: 0;
}
.tabs .tab-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.tabs .tab-item__content {
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.input-v1 {
  position: relative;
}
.input-v1 input {
  font-size: 16px;
  letter-spacing: 0.02em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid #181d27;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-v1 input:focus {
  box-shadow: none;
  border-bottom: 1px solid #181d27;
}
.input-v1 input::placeholder {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .input-v1 input {
    font-size: 12px;
  }
}
.input-v1 .form-control:focus + .input-v1__label, .input-v1 .form-control:not(:placeholder-shown) + .input-v1__label {
  top: -6px;
  left: 0;
  font-size: 10px;
  opacity: 1;
}
.input-v1 .input-v1__label {
  position: absolute;
  left: 0px;
  top: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  pointer-events: none;
  transition: 0.2s ease;
  background: #fff;
  padding: 0;
}
.input-v1 .show-pass {
  position: absolute;
  top: 12px;
  right: 0;
  border: none;
  background: none;
  display: flex;
  min-width: 20px;
  max-width: 20px;
  padding: 0;
  transition: 0.23s;
  cursor: pointer;
}
.input-v1 .show-pass:hover {
  opacity: 0.6;
}
.input-v1 .show-pass.active {
  opacity: 0.6;
}
.input-v1__bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.input-v1 .form-control.is-valid:focus, .input-v1 .was-validated .form-control:valid:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #181d27 !important;
}
.input-v1 .was-validated .invalid-feedback {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
}
.input-v1 .form-control.is-valid {
  background-image: none !important;
  border-bottom: 1px solid #181d27 !important;
}
.input-v1 .was-validated .form-control:invalid {
  background-image: none;
}
.input-v1 .was-validated .form-control:focus {
  box-shadow: none;
}
.input-v1 .was-validated .form-control:valid {
  background-image: none;
}
.input-v1 .form-control.is-invalid {
  background-image: none;
}
.input-v1 .form-control.is-invalid:focus {
  box-shadow: none;
}

.was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

.was-validated .form-control:valid {
  box-shadow: none !important;
  background-image: none;
}

.was-validated .form-control:valid {
  border-bottom: 1px solid #181d27 !important;
}

.no-bonuses-txt {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  display: flex;
}

.main-header {
  position: relative;
}
.main-header .header-main {
  padding: 30px 0;
}
.main-header .h-nav-list-item {
  color: #181D27;
}
.main-header .header-mobile-col__box {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.main-header .h-nav-list {
  height: 100%;
}
@media (min-width: 992px) {
  .main-header .h-burger-btn svg {
    width: 51px;
    height: 23px;
  }
  .main-header .h-mob-logo img {
    width: 433px;
  }
  .main-header .header-mobile-col__box {
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .main-header-v2 .h-nav-list-item {
    color: #fff;
  }
}

.footer-wrap {
  padding: 70px 0 70px 0;
  border-top: 1px solid #a4a7ae;
}
@media (max-width: 767px) {
  .footer-wrap {
    padding: 30px 0 60px 0;
  }
}

.footer-social-section {
  margin-bottom: 28px;
}

.footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 8px;
  flex-wrap: wrap;
}
.footer-social ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: flex;
  padding: 10px 16px;
  transition: 0.23s;
}
.footer-social ul li a:hover {
  transform: scale(1.04);
}
.footer-social ul .soc-x a {
  padding: 0;
}
@media (max-width: 767px) {
  .footer-social ul {
    flex-wrap: wrap;
  }
  .footer-social ul li a {
    font-size: 14px;
  }
  .footer-social .soc-x {
    display: flex;
    min-width: 100%;
    justify-content: center;
  }
}

.footer-brandname img {
  width: 100%;
}

.footer-main {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-main {
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .footer-main {
    margin-top: 60px;
  }
}

.footer-subscribe {
  width: 100%;
  max-width: 430px;
}
.footer-subscribe__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 16px;
  max-width: 410px;
}
.footer-subscribe__pretitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.footer-subscribe__form {
  margin-top: 36px;
}
.footer-subscribe input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  border: 1px solid #a4a7ae;
  padding: 16px;
  border-radius: 0px;
}
.footer-subscribe input::placeholder {
  color: #181d27;
}
.footer-subscribe input:focus {
  border: 1px solid #a4a7ae;
  box-shadow: none;
}
.footer-subscribe .form-control.is-valid:focus, .footer-subscribe .was-validated .form-control:valid:focus {
  box-shadow: none;
  border: 1px solid #a4a7ae;
}
.footer-subscribe .was-validated .invalid-feedback {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
}
.footer-subscribe .was-validated .form-control:invalid {
  background-image: none;
}
.footer-subscribe .was-validated .form-control:focus {
  box-shadow: none;
}
.footer-subscribe .was-validated .form-control:valid {
  border: 1px solid #a4a7ae;
  background-image: none;
}
.footer-subscribe .form-control.is-invalid {
  background-image: none;
}
.footer-subscribe .form-control.is-invalid:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .footer-subscribe {
    max-width: 100%;
    width: 100%;
  }
  .footer-subscribe__title {
    max-width: 100%;
    font-size: 15px;
  }
  .footer-subscribe__pretitle {
    font-size: 14px;
  }
  .footer-subscribe__form {
    margin-top: 24px;
  }
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 70px;
  max-width: 600px;
}
@media (max-width: 1199px) {
  .footer-nav {
    justify-content: flex-start;
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .footer-nav {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    gap: 50px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.footer-menu-item:nth-child(1) {
  min-width: 138px;
}
.footer-menu-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 24px;
}
.footer-menu-item ul {
  display: grid;
  gap: 18px;
}
.footer-menu-item ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
  position: relative;
}
.footer-menu-item ul li a::after {
  transition: 0.23s;
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 0px;
  left: 0;
  height: 1px;
  border-radius: 5px;
  background-color: #181d27;
}
.footer-menu-item ul li a:hover {
  opacity: 0.9;
}
.footer-menu-item ul li a:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .footer-menu-item:nth-child(3) {
    width: 100%;
  }
  .footer-menu-item ul li a {
    font-size: 14px;
  }
}

.footer-bottom {
  padding: 28px 0 37px 0;
  border-top: 1px solid #a4a7ae;
}
.footer-bottom__box {
  display: flex;
  justify-content: space-between;
}
.footer-bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717680;
}
.footer-bottom .footer-min-nav ul {
  display: flex;
  gap: 40px;
}
.footer-bottom .footer-min-nav ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717680;
}
.footer-bottom .footer-min-nav ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 10px 0 20px;
  }
  .footer-bottom__box {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-bottom .footer-min-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.hero {
  height: 730px;
  position: relative;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
  object-position: 0 -125px;
  vertical-align: middle;
}
.hero__image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.04%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 5;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
}
.hero__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.hero__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 104%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.hero__discount {
  font-weight: 700;
  font-size: 96px;
  line-height: 104%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.hero__nav {
  display: flex;
  margin-top: 40px;
  gap: 30px;
  justify-content: center;
}
.hero .btn-hero-wh {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  min-width: 100%;
  max-width: 224px;
  transition: 0.23s;
}
.hero .btn-hero-wh:hover {
  background: #181d27;
  color: #fff;
}
@media (max-width: 991px) {
  .hero {
    height: 672px;
  }
  .hero__image img {
    object-position: top center;
    height: 100%;
  }
  .hero__content {
    padding-bottom: 50px;
  }
  .hero__box {
    max-width: 500px;
  }
  .hero__title {
    font-size: 24px;
    line-height: 104%;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  .hero__discount {
    font-size: 64px;
    line-height: 104%;
    letter-spacing: 0.02em;
  }
  .hero__nav {
    gap: 16px;
    flex-direction: column;
    width: 100%;
    max-width: 224px;
  }
  .hero .btn-hero-wh {
    width: 100%;
  }
}

.title2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
}

.btn-ar {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  transition-duration: 0.23s;
}
.btn-ar:hover {
  opacity: 0.85;
}

.prod-card {
  width: 100%;
  max-width: 325px;
}
.prod-card .prod-card-top {
  width: 100%;
  height: 467px;
  margin-bottom: 8px;
  display: flex;
}
.prod-card__image {
  width: 100%;
  height: 100%;
}
.prod-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prod-card__brand {
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #969696;
}
.prod-card__discount {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b01207;
  display: flex;
}
.prod-card__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod-card__title {
  margin-top: 4px;
  margin-bottom: 4px;
}
.prod-card__title a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.prod-card .prod-card-price {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.prod-card .prod-card-price__current {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.prod-card .prod-card-price__old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #575757;
}
.prod-card__save {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background: transparent;
}
.prod-card__save:hover svg path {
  fill: red;
}

.best-selling {
  padding-top: 120px;
  padding-bottom: 82px;
}
@media (max-width: 767px) {
  .best-selling {
    padding-top: 54px;
    padding-bottom: 70px;
  }
}
.best-selling__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.best-selling__nav {
  display: flex;
  gap: 30px;
}
.best-selling__bottom {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.best-selling__bottom .btn {
  margin-top: 0;
}

.bestsellSlider {
  width: 100vw;
}
.bestsellSlider .swiper-slide {
  width: 325px;
}
@media (max-width: 767px) {
  .bestsellSlider .swiper-slide {
    width: 88vw;
    max-width: 325px;
  }
}

.guarant-deliv {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.guarant-deliv__box {
  display: flex;
  justify-content: space-between;
  max-width: 1044px;
  margin: 0 auto;
  gap: 40px;
  position: relative;
}
.guarant-deliv__box::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dadada;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.guarant-deliv .guarant-deliv-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 362px;
  padding: 50px 0;
}
.guarant-deliv .guarant-deliv-item__img {
  margin-bottom: 24px;
}
.guarant-deliv .guarant-deliv-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
  margin-bottom: 14px;
}
.guarant-deliv .guarant-deliv-item__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
}
@media (max-width: 991px) {
  .guarant-deliv__box {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .guarant-deliv__box::after {
    width: 150vw;
    height: 1px;
    top: 50%;
    left: -50vw;
    margin: 0 auto;
  }
  .guarant-deliv .guarant-deliv-item {
    padding: 40px 0;
  }
}

.indetails {
  padding-top: 100px;
  padding-bottom: 100px;
}
.indetails__box {
  display: flex;
}
.indetails__item {
  min-width: 50%;
  max-width: 50%;
}
.indetails__item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .indetails__item:nth-child(1) {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.indetails__item:nth-child(2) {
  height: 750px;
}
@media (max-width: 991px) {
  .indetails__item:nth-child(2) {
    height: 615px;
  }
}
.indetails .indetailsSliderProds {
  max-width: 325px;
  margin-top: 26px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .indetails .indetailsSliderProds .swiper-slide {
    opacity: 0 !important;
    transition-duration: 0.23s;
  }
  .indetails .indetailsSliderProds .swiper-slide-active {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .indetails .indetailsSliderProds {
    width: 100vw;
    padding-right: 32px;
  }
  .indetails .indetailsSliderProds .swiper-slide {
    min-width: 325px;
    max-width: 325px;
  }
  .indetails .indetailsSliderProds .swiper-slide .prod-card {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 370px) {
  .indetails .indetailsSliderProds .swiper-slide {
    min-width: 88vw;
    max-width: 88vw;
  }
}
.indetails .indetailsSliderProds .indetailsSliderProds-pagination {
  margin-top: 10px;
}
.indetails .indetailsSliderBig {
  position: relative;
  height: 100%;
}
.indetails .indetailsSliderBig .swiper-slide {
  width: 100%;
  height: 100%;
}
.indetails .indetailsSliderBig .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.indetails .indetailsSliderBig .indetailsSliderBig-prev,
.indetails .indetailsSliderBig .indetailsSliderBig-next {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border: none;
  z-index: 5;
  top: 0;
}
.indetails .indetailsSliderBig .indetailsSliderBig-prev {
  left: 0;
}
.indetails .indetailsSliderBig .indetailsSliderBig-next {
  right: 0;
}
@media (max-width: 767px) {
  .indetails {
    padding-top: 86px;
    padding-bottom: 40px;
  }
  .indetails__box {
    flex-direction: column-reverse;
    gap: 27px;
  }
  .indetails__item {
    min-width: 100%;
    max-width: 100%;
  }
  .indetails__item:nth-child(1) {
    padding-left: 16px;
  }
  .indetails__item:nth-child(2) {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0 16px;
  }
  .indetails .indetailsSliderProds {
    max-width: 100%;
    width: 100%;
  }
}

.reels-block {
  padding-top: 60px;
  padding-bottom: 90px;
}
.reels-block__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
}
@media (max-width: 767px) {
  .reels-block {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.reels-block .reels-block-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
.reels-block .reelsSlider-pagination {
  position: absolute;
  z-index: 10;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reels-block .reelsSlider {
  width: 100%;
  position: relative;
  padding-bottom: 107px;
}
.reels-block .reelsSlider .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 564px !important;
}
.reels-block .reelsSlider .swiper-slide {
  min-width: 344px;
  max-width: 344px;
}
.reels-block .reelsSlider .swiper-slide .reels-item {
  height: 430px;
  transition: 0.34s;
}
@media (max-width: 360px) {
  .reels-block .reelsSlider .swiper-slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.reels-block .swiper-slide-active .reels-item {
  height: 564px !important;
}
.reels-block .swiper-slide-active .reels-item__image {
  opacity: 0;
}
.reels-block .swiper-slide-active .reels-item__ico {
  opacity: 1;
  margin-bottom: 0;
}
.reels-block .swiper-slide-active .reels-product {
  bottom: -107px !important;
  transition-delay: 0.5s !important;
}
.reels-block .reelsSlider-btn-prev,
.reels-block .reelsSlider-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  border: none;
  z-index: 10;
  transition: 0.23s;
  padding: 0;
}
.reels-block .reelsSlider-btn-prev:hover,
.reels-block .reelsSlider-btn-next:hover {
  transform: scale(1.3);
}
.reels-block .reelsSlider-btn-prev {
  left: 70px;
  top: calc(50% - 60px);
}
.reels-block .reelsSlider-btn-prev svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .reels-block .reelsSlider-btn-prev {
    left: 4px;
  }
}
.reels-block .reelsSlider-btn-next {
  top: calc(50% - 60px);
  right: 70px;
}
@media (max-width: 767px) {
  .reels-block .reelsSlider-btn-next {
    right: 4px;
  }
}
.reels-block .reels-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: default;
}
.reels-block .reels-item__video {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.reels-block .reels-item__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.reels-block .reels-item__image {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: 0.23s;
}
.reels-block .reels-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.6s;
}
.reels-block .reels-item__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  position: absolute;
  margin-bottom: -5px;
  opacity: 0;
  transition: 0.23s;
  right: 5px;
  bottom: 12px;
  z-index: 7;
}
.reels-block .reels-item__ico:hover {
  transform: scale(1.1);
}
.reels-block .reels-item .reels-product {
  background-color: #fff;
  border: 1px solid #dadada;
  width: 100%;
  height: 97px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  bottom: 0px;
  transition-delay: 0s;
  transition-duration: 0.34s;
}
.reels-block .reels-item .reels-product__box1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reels-block .reels-item .reels-product__image {
  width: 63px;
  height: 77px;
}
.reels-block .reels-item .reels-product__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.reels-block .reels-item .reels-product__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-950);
}
.reels-block .reels-item .reels-product__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-950);
  margin-top: 8px;
}
.reels-block .reels-item .reels-prod-tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #dadada;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: transparent;
  transition: 0.23s;
}
.reels-block .reels-item .reels-prod-tocart:hover {
  border-color: #0A0D12;
}

.pagination-main {
  display: flex;
  justify-content: center;
}
.pagination-main .swiper-pagination-bullet {
  background-color: #e2e2e2;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}
.pagination-main .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}

.insta-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.insta-block__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
  margin-bottom: clamp(14px, 2.267vw, 20px);
}
.insta-block__title {
  font-weight: 700;
  font-size: clamp(20px, 3.733vw, 36px);
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
}
.insta-block .insta-block-box {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.insta-block .instaSlider {
  width: 100%;
  display: flex;
  justify-self: center;
  position: relative;
}
.insta-block .instaSlider .swiper-slide {
  min-width: 344px;
  max-width: 344px;
}
.insta-block .instaSlider-btn-prev,
.insta-block .instaSlider-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  border: none;
  z-index: 10;
  transition: 0.23s;
  padding: 0;
}
.insta-block .instaSlider-btn-prev:hover,
.insta-block .instaSlider-btn-next:hover {
  transform: scale(1.3);
}
.insta-block .instaSlider-btn-prev {
  left: 70px;
  top: calc(50% - 17px);
}
.insta-block .instaSlider-btn-prev svg {
  transform: rotate(180deg);
}
.insta-block .instaSlider-btn-next {
  top: calc(50% - 17px);
  right: 70px;
}
.insta-block .instb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  cursor: default;
}
.insta-block .instb-item__image {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.insta-block .instb-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.6s;
}
.insta-block .instb-item__image::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.34s;
}
.insta-block .instb-item__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fdfdfd;
  border-radius: 100px;
  position: absolute;
  margin-bottom: -50px;
  opacity: 0;
  transition: 0.23s;
}
.insta-block .instb-item__ico:hover {
  transform: scale(1.1);
}
.insta-block .instb-item:hover .instb-item__image img {
  transform: scale(1.05);
}
.insta-block .instb-item:hover .instb-item__image::after {
  opacity: 0.3;
}
.insta-block .instb-item:hover .instb-item__ico {
  opacity: 1;
  margin-bottom: 0;
}
.insta-block__bottom {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .insta-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .insta-block .insta-block-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .insta-block .instaSlider .swiper-slide {
    min-width: 291px;
    max-width: 291px;
  }
  .insta-block .instb-item {
    height: 364px;
  }
  .insta-block .instaSlider-btn-prev,
  .insta-block .instaSlider-btn-next {
    display: none;
  }
}

.cart-save-page {
  padding-top: 75px;
  padding-bottom: 100px;
}
.cart-save-page__box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cart-save-page {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .cart-save-page {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .cart-save-page__box {
    padding-top: 24px;
  }
}

.cart-save-page-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cart-save-page-top__title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #a4a7ae;
  border-bottom: 1px solid #a4a7ae;
  border-right: 1px solid #181d27;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  padding: 16px;
  transition: 0.23s;
}
.cart-save-page-top__title:last-child {
  border-right: none;
}
.cart-save-page-top__title.active {
  border-bottom: 1px solid #181d27;
  border-top: 1px solid #181d27;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.cart-save-page-top__title:hover {
  border-bottom: 1px solid #181d27;
  border-top: 1px solid #181d27;
  color: #181d27;
}
@media (max-width: 767px) {
  .cart-save-page-top__title {
    font-size: 14px;
    padding: 16px;
  }
}

.saved-list__bottom {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.saved-item {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #a4a7ae;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .saved-item {
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.saved-item:first-child {
  padding-top: 0;
}
.saved-item__image {
  overflow: hidden;
  min-width: 178px;
  max-width: 178px;
  height: 169px;
}
.saved-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .saved-item__image {
    min-width: 100px;
    max-width: 100px;
    height: 154px;
  }
}
.saved-item__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.saved-item__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .saved-item__content {
    gap: 12px;
  }
}
.saved-item__options {
  display: grid;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .saved-item__options {
    margin-bottom: 8px;
  }
}
.saved-item__options li {
  display: flex;
  gap: 6px;
  align-items: center;
}
.saved-item__options li div {
  display: flex;
  gap: 6px;
  align-items: center;
}
.saved-item__options li div::after {
  width: 1px;
  height: 8px;
  background-color: #a4a7ae;
  position: relative;
  content: "";
  display: block;
  top: -1px;
}
@media (max-width: 575px) {
  .saved-item__options li div::after {
    display: none;
  }
}
.saved-item__options li div:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .saved-item .svi-o-desktop {
    display: none;
  }
}
.saved-item .svi-o-mobile {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
}
@media (max-width: 767px) {
  .saved-item .svi-o-mobile {
    display: flex;
  }
}
.saved-item__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  line-height: 133%;
}
@media (max-width: 767px) {
  .saved-item__title a {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}
.saved-item__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .saved-item__price {
    margin-top: 8px;
  }
}
.saved-item__bottom {
  min-width: 100%;
  display: flex;
  justify-content: flex-end;
}
.saved-item__remove {
  padding: 0;
  border: none;
  background: transparent;
}
.saved-item__remove span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
  padding: 6px 0;
  display: flex;
  position: relative;
}
.saved-item__remove span::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #a4a7ae;
  bottom: 0;
  left: 0;
  transition: 0.23s;
}
.saved-item__remove:hover span::after {
  width: 0;
}
.saved-item__remove svg {
  display: none;
}
@media (max-width: 767px) {
  .saved-item__remove span {
    display: none;
  }
  .saved-item__remove svg {
    display: flex;
  }
}
.saved-item .saved-item-add {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding: 16px 46px;
}
@media (max-width: 767px) {
  .saved-item .saved-item-add {
    font-size: 10px;
    padding: 9px 16px;
  }
}

.saved-list-loadmore {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding: 16px;
  width: 100%;
  max-width: 474px;
}
@media (max-width: 767px) {
  .saved-list-loadmore {
    font-size: 14px;
    padding: 12px;
    max-width: 100%;
  }
}

.cart-list .prod-itm-v2 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #a4a7ae;
}
.cart-list .prod-itm-v2:first-child {
  padding-top: 0;
}
.cart-list .prod-itm-v2__content {
  gap: 12px;
}
.cart-list .prod-itm-v2__image {
  min-width: 178px;
  max-width: 178px;
  height: 169px;
}
.cart-list .prod-itm-v2__title a {
  font-size: 16px;
}
.cart-list .prod-itm-v2__price {
  font-size: 16px;
}
.cart-list .prod-itm-v2 .pod-options2-top {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  margin-bottom: 14px;
}
.cart-list .prod-itm-v2 .pod-options2-top li {
  display: flex;
  gap: 10px;
}
.cart-list .prod-itm-v2 .pod-options2-top li div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cart-list .prod-itm-v2 .pod-options2-top li div::after {
  position: relative;
  content: "";
  display: block;
  height: 8px;
  width: 1px;
  background-color: #a4a7ae;
  right: 0;
}
.cart-list .prod-itm-v2 .pod-options2-top li div:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2-top .pod-options2-desk {
    display: none;
  }
}
.cart-list .prod-itm-v2 .pod-options2-top .pod-options2-mob {
  display: none;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2-top .pod-options2-mob {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2-top {
    font-size: 12px;
    text-transform: inherit;
    margin-bottom: 8px;
  }
}
.cart-list .prod-itm-v2 .pod-options2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
  display: grid;
  gap: 10px;
}
.cart-list .prod-itm-v2 .pod-options2__color {
  display: none;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2__color {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2 {
    font-size: 12px;
    gap: 10px;
  }
}
.cart-list .prod-itm-v2 .desktop-prod-color {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
.cart-list .prod-itm-v2 .prod-itm-v2__box2 {
  width: 50%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cart-list .prod-itm-v2 .prod-itm-v2__box2 {
    width: auto;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.cart-list .prod-itm-v2 .counter-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart-list .prod-itm-v2 .counter-box .counter-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .counter-box .counter-label {
    display: none;
  }
}
.cart-list .prod-itm-v2 .rm-prod {
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .rm-prod span {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 12px;
  }
  .cart-list .prod-itm-v2 .mob-prod-article {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #a4a7ae;
    margin-bottom: 8px;
  }
  .cart-list .prod-itm-v2__title a {
    font-size: 12px;
  }
  .cart-list .prod-itm-v2__image {
    min-width: 100px;
    max-width: 100px;
    height: 154px;
  }
  .cart-list .prod-itm-v2__content {
    position: relative;
  }
  .cart-list .prod-itm-v2__price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .cart-list .prod-itm-v2 .prod-itm-v2-options {
    gap: 10px;
  }
  .cart-list .prod-itm-v2 .desktop-prod-article {
    display: none !important;
  }
  .cart-list .prod-itm-v2 .counter {
    position: absolute;
    bottom: 25px;
    right: -5px;
    min-width: 71px;
    max-width: 71px;
    height: 20px;
    border: none;
  }
}

.cart-page-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.cart-page-bottom__box {
  width: 100%;
  max-width: 584px;
}

.cart-summary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #535862;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  gap: 12px;
}
.cart-summary .cart-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-summary__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
@media (max-width: 767px) {
  .cart-summary {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .cart-summary__val {
    font-size: 16px;
  }
}

.cart-nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .cart-nav {
    flex-direction: column-reverse;
    gap: 8px;
  }
}

.cart-nav-back {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding: 16px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .cart-nav-back {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    line-height: 120%;
    height: 40px;
  }
}

.cart-nav-topay {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding: 16px;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 575px) {
  .cart-nav-topay {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    line-height: 120%;
    height: 40px;
  }
}

.btn-sm-light {
  font-size: 10px;
  line-height: 160%;
  padding: 6px 16px;
  margin-top: 16px;
}

.needlogin1 {
  margin-top: 16px;
}

.cart-bonus-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.cart-bonus-line__main {
  display: flex;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.cart-bonus-line__main span {
  font-size: 16px;
  color: #039855;
}
.cart-bonus-line__expire {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #535862;
}

.log-reg-page {
  position: relative;
  min-height: 900px;
}
.log-reg-page .container {
  display: flex;
}
.log-reg-page__wrap {
  width: 50%;
}
.log-reg-page__inner {
  width: 100%;
  max-width: 490px;
}
.log-reg-page__image {
  width: 50%;
  height: 1025px;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  left: 50%;
}
.log-reg-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.log-reg-page__optionbox {
  margin-top: 160px;
}
.log-reg-page .log-reg-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 20px;
}
.log-reg-page p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.log-reg-page .log-reg-options {
  margin-top: 40px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.log-reg-page .log-reg-options a, .log-reg-page .log-reg-options button {
  justify-content: center;
  margin: 0;
}
.log-reg-page .login-box {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .log-reg-page .login-box {
    margin-top: 0;
  }
}
.log-reg-page .reg-log-form {
  margin-top: 40px;
}
.log-reg-page .reg-log-form button {
  width: 100%;
  justify-content: center;
}
.log-reg-page .reg-log-form__box {
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .log-reg-page .reg-log-form {
    margin-top: 28px;
  }
}
.log-reg-page .lost-pass-v {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  margin-top: 10px;
}
.log-reg-page .lost-pass-v a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  text-decoration: underline;
}
.log-reg-page .lost-pass-v a:hover {
  text-decoration: none;
}
.log-reg-page .line-or {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}
.log-reg-page .log-or-reg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
}
.log-reg-page .log-or-reg a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.log-reg-page .log-or-reg a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a4a7ae;
  transition: 0.23s;
  left: 0;
}
.log-reg-page .log-or-reg a:hover::after {
  width: 0;
}
@media (max-width: 767px) {
  .log-reg-page .log-or-reg {
    gap: 8px;
  }
}
.log-reg-page .l-btn-login {
  height: 48px;
  margin-top: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .log-reg-page .l-btn-login {
    margin-top: 28px;
    font-size: 14px;
    padding: 12px;
  }
}
.log-reg-page .g-login-option {
  height: 48px;
  gap: 17px;
  align-items: center;
}
@media (max-width: 767px) {
  .log-reg-page .g-login-option {
    font-size: 14px;
    padding: 12px;
  }
}
.log-reg-page .reg-agreements {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .log-reg-page {
    min-height: 800px;
  }
  .log-reg-page__image {
    width: 40%;
    height: 925px;
    left: 60%;
  }
}
@media (max-width: 991px) {
  .log-reg-page {
    min-height: auto;
  }
  .log-reg-page__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .log-reg-page__image {
    display: none;
  }
  .log-reg-page__optionbox {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .log-reg-page__wrap {
    padding-top: 20px;
  }
  .log-reg-page .log-reg-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: inherit;
    margin-bottom: 24px;
    text-align: center;
  }
  .log-reg-page p {
    text-align: center;
    font-size: 14px;
  }
  .log-reg-page .log-reg-options {
    border-top: 1px solid #a4a7ae;
    margin-top: 24px;
    padding-top: 24px;
    gap: 8px;
  }
}

.thankyou-page {
  padding-top: 84px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .thankyou-page {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.thankyou-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyou-box__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: #181d27;
  text-align: center;
}
.thankyou-box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
}
.thankyou-box__block {
  display: grid;
  gap: 12px;
  position: relative;
  padding-top: 24px;
  margin-top: 24px;
  width: 100%;
  max-width: 507px;
}
.thankyou-box__block::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #a4a7ae;
  height: 1px;
  width: 100%;
  max-width: 315px;
}
.thankyou-box__block:nth-child(1)::after {
  display: none;
}
.thankyou-box .th-to-catalog {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .thankyou-box__title {
    font-size: 18px;
  }
  .thankyou-box p {
    font-size: 14px;
  }
  .thankyou-box__block::after {
    max-width: 100%;
  }
  .thankyou-box .th-to-catalog {
    margin-top: 24px;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
}

strong {
  font-weight: 700;
}

.th-prod-list {
  margin-top: 120px;
}
.th-prod-list__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-950);
  margin-bottom: 26px;
}
.th-prod-list__box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 68px 20px;
}
.th-prod-list .prod-card .prod-card-top {
  height: 380px;
}
@media (max-width: 1199px) {
  .th-prod-list__box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .th-prod-list__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 16px;
  }
  .th-prod-list .prod-card .prod-card-top {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .th-prod-list {
    margin-top: 60px;
  }
  .th-prod-list__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .th-prod-list__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
  }
  .th-prod-list .prod-card .prod-card-top {
    height: 257px;
  }
}
@media (max-width: 575px) {
  .th-prod-list__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
  }
}

.account-main {
  padding-top: 80px;
  padding-bottom: 130px;
}
.account-main__hello {
  margin-bottom: 66px;
}
.account-main__maintitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main__box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
.account-main__content {
  width: 100%;
  max-width: 866px;
}
.account-main .account-desk-nav {
  display: grid;
  gap: 36px;
  width: 100%;
  max-width: 270px;
}
.account-main .account-desk-nav__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.account-main .account-desk-nav__item::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background-color: #000;
  transition: 0.23s;
}
.account-main .account-desk-nav__item.active {
  font-weight: 700;
}
.account-main .account-desk-nav__item.active::before {
  width: 3px;
}
.account-main .accounttab-item__content {
  display: none;
}
.account-main .accounttab-item__top {
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.account-main .accounttab-item__top svg path {
  transition: 0.23s;
}
@media (min-width: 992px) {
  .account-main .accounttab-item.active .accounttab-item__content {
    display: block;
  }
}
.account-main .accounttab-item__topbox {
  border-bottom: 1px solid #a4a7ae;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.account-main .accounttab-item__desktitle {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.account-main .accounttab-item__desk-content {
  padding-top: 30px;
}
.account-main .accounttab-item__desk-content .add-adress-btn {
  display: none;
  margin-top: 0;
}
@media (max-width: 991px) {
  .account-main .accounttab-item__desk-content .add-adress-btn {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.account-main .acc-orders-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-main .acc-orders-no img, .account-main .acc-orders-no svg {
  margin-bottom: 24px;
}
.account-main .acc-orders-no__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 415px;
}
.account-main .acc-orders-no__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
  margin-bottom: 24px;
}
.account-main .acc-orders-no p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
}
.account-main .acc-orders-no a, .account-main .acc-orders-no button {
  margin-top: 30px;
}
.account-main .acc-orders .acc-order-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a4a7ae;
}
.account-main .acc-orders .acc-order-item:first-child {
  padding-top: 0;
}
.account-main .acc-orders .acc-order-item__wrap {
  display: flex;
  gap: 26px;
}
.account-main .acc-orders .acc-order-item__image {
  min-width: 108px;
  max-width: 108px;
  height: 120px;
  overflow: hidden;
  display: flex;
}
.account-main .acc-orders .acc-order-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.account-main .acc-orders .acc-order-item__main {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
}
.account-main .acc-orders .acc-order-item__box {
  width: 55%;
}
.account-main .acc-orders .acc-order-item__options {
  display: flex;
  align-items: center;
  gap: 10px;
}
.account-main .acc-orders .acc-order-item__options span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
}
.account-main .acc-orders .acc-order-item__options span::after {
  height: 8px;
  width: 1px;
  background-color: #a4a7ae;
  position: relative;
  display: block;
  content: "";
}
.account-main .acc-orders .acc-order-item__options span:last-child::after {
  display: none;
}
.account-main .acc-orders .acc-order-item__title {
  margin-top: 21px;
  margin-bottom: 13px;
}
.account-main .acc-orders .acc-order-item__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
}
.account-main .acc-orders .acc-order-item__title a:hover {
  opacity: 0.7;
}
.account-main .acc-orders .acc-order-item__price {
  display: flex;
  margin-bottom: 14px;
}
.account-main .acc-orders .acc-order-item__price span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.account-main .acc-orders .acc-order-item__secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  width: 42%;
}
.account-main .acc-orders .acc-order-item__status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  width: 170px;
  height: 32px;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
}
.account-main .acc-orders .acc-order-item__status.ord-delivered {
  background: #32d583;
}
.account-main .acc-orders .acc-order-item__status.ord-progress {
  background: #fdb022;
}
.account-main .acc-orders .acc-order-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.23s;
}
.account-main .acc-orders .acc-order-item .acc-order-details {
  margin-left: 134px;
  border-top: 0.5px solid #a4a7ae;
  padding-top: 26px;
  margin-top: 26px;
  display: none;
}
.account-main .acc-orders .acc-order-item .acc-order-details__title {
  margin-bottom: 26px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.account-main .acc-orders .acc-order-item .acc-order-details__list {
  display: grid;
  gap: 16px;
}
.account-main .acc-orders .acc-order-item .acc-order-details__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.account-main .acc-orders .acc-order-item .acc-order-details__lbl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #181d27;
}
.account-main .acc-orders .acc-order-item .acc-order-details__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #181d27;
  max-width: 300px;
  text-align: right;
}
.account-main .acc-orders .acc-order-item.open .acc-order-item__btn {
  transform: rotate(180deg);
}
.account-main .acc-orders__bottom {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
}
.account-main .acc-orders__bottom .acc-orders-loadbtn {
  width: 100%;
  max-width: 474px;
  font-size: 16px;
  padding: 16px;
}
@media (max-width: 767px) {
  .account-main .acc-orders__bottom {
    padding-top: 20px;
  }
  .account-main .acc-orders__bottom .acc-orders-loadbtn {
    font-size: 14px;
  }
}
.account-main .acc-personaldata__list {
  display: grid;
  gap: 36px;
  margin-bottom: 50px;
}
.account-main .acc-personaldata__box {
  display: flex;
  gap: 60px;
}
.account-main .acc-personaldata__item {
  min-width: 150px;
}
.account-main .acc-personaldata__lbl {
  display: flex;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #535862;
}
.account-main .acc-personaldata__val {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main .acc-personaldata__bottom {
  display: flex;
  justify-content: center;
}
.account-main .acc-personaldata__bottom button {
  width: 100%;
  max-width: 474px;
}
.account-main .add-adress-btn {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 0;
  gap: 10px;
  justify-content: center;
  padding: 16px 46px;
}
.account-main .acc-address-list .acc-address-item {
  border-bottom: 1px solid #a4a7ae;
  padding-top: 30px;
  padding-bottom: 30px;
}
.account-main .acc-address-list .acc-address-item:first-child {
  padding-top: 0;
}
.account-main .acc-address-list .acc-address-item__top {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.account-main .acc-address-list .acc-address-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main .acc-address-list .acc-address-item__checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  background-color: #fff;
  border: 1px solid #D5D7DA;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.23s;
}
.account-main .acc-address-list .acc-address-item__checkmark::after {
  display: block;
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #181d27;
  border-radius: 50px;
  opacity: 0;
  transition: 0.23s;
}
.account-main .acc-address-list .acc-address-item__checkmark:hover {
  border-color: #181d27;
}
.account-main .acc-address-list .acc-address-item__input {
  display: none;
}
.account-main .acc-address-list .acc-address-item__input:checked + .acc-address-item__checkmark {
  border-color: #181d27;
}
.account-main .acc-address-list .acc-address-item__input:checked + .acc-address-item__checkmark::after {
  opacity: 1;
}
.account-main .acc-address-list .acc-address-item__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
.account-main .acc-address-list .acc-address-item__box {
  display: grid;
  gap: 10px;
}
.account-main .acc-address-list .acc-address-item__val {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main .acc-address-list .acc-address-item .acc-address-edit-btn {
  font-size: 16px;
  padding: 16px;
  width: 100%;
  max-width: 248px;
}
.account-main .acc-bonuses {
  width: 100%;
  max-width: 543px;
}
.account-main .acc-bonuses__active {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-main .acc-bonuses__active span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.account-main .acc-bonuses__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #a4a7ae;
}
.account-main .acc-bonuses__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
.account-main .acc-bonuses__bonus_added {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 4px;
}
.account-main .acc-bonuses__bonus_added span {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #039855;
}
.account-main .acc-bonuses__dateexpire {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #535862;
}
@media (max-width: 991px) {
  .account-main__hello {
    margin-bottom: 34px;
  }
  .account-main__maintitle {
    font-size: 24px;
    text-align: center;
  }
  .account-main .account-desk-nav {
    display: none;
  }
  .account-main .accounttabs {
    display: grid;
    gap: 18px;
  }
  .account-main .accounttab-item {
    border-bottom: 1px solid #e9eaeb;
    padding-bottom: 18px;
  }
  .account-main .accounttab-item .accounttab-item__top {
    display: flex;
  }
  .account-main .accounttab-item__topbox {
    display: none;
  }
  .account-main .accounttab-item.active .accounttab-item__top svg path:nth-child(2) {
    opacity: 0;
  }
  .account-main .accounttab-item.active .accounttab-item__title {
    font-weight: 700;
  }
  .account-main .acc-bonuses {
    max-width: 100%;
  }
  .account-main .acc-bonuses__active {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .account-main .acc-bonuses__active span {
    font-size: 20px;
  }
  .account-main .acc-bonuses__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .account-main .acc-bonuses__item:nth-child(1) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .account-main {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .account-main .acc-orders-no {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .account-main .acc-orders-no img, .account-main .acc-orders-no svg {
    margin-bottom: 20px;
  }
  .account-main .acc-orders-no__box {
    max-width: 415px;
  }
  .account-main .acc-orders-no__title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .account-main .acc-orders-no p {
    font-size: 12px;
  }
  .account-main .acc-orders-no a, .account-main .acc-orders-no button {
    margin-top: 20px;
  }
  .account-main .acc-orders .acc-order-item {
    position: relative;
    border-bottom: 0.5px solid #a4a7ae;
  }
  .account-main .acc-orders .acc-order-item:last-child {
    border-bottom: none;
  }
  .account-main .acc-orders .acc-order-item__wrap {
    gap: 16px;
  }
  .account-main .acc-orders .acc-order-item__image {
    min-width: 73px;
    max-width: 73px;
    height: 81px;
  }
  .account-main .acc-orders .acc-order-item__main {
    gap: 14px;
    width: 100%;
    flex-direction: column;
  }
  .account-main .acc-orders .acc-order-item__box {
    width: 100%;
    padding-right: 30px;
  }
  .account-main .acc-orders .acc-order-item__options span {
    font-size: 12px;
  }
  .account-main .acc-orders .acc-order-item__title {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .account-main .acc-orders .acc-order-item__title a {
    font-size: 14px;
  }
  .account-main .acc-orders .acc-order-item__price {
    margin-bottom: 10px;
  }
  .account-main .acc-orders .acc-order-item__price span {
    font-size: 14px;
  }
  .account-main .acc-orders .acc-order-item__secondary {
    margin-top: 0px;
    width: 100%;
  }
  .account-main .acc-orders .acc-order-item__status {
    padding: 6px 11px;
    width: 136px;
    height: 30px;
    font-size: 12px;
  }
  .account-main .acc-orders .acc-order-item__btn {
    position: absolute;
    top: 22px;
    right: 0;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details {
    margin-left: 0px;
    padding-top: 30px;
    margin-top: 26px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__title {
    font-size: 14px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__list {
    gap: 14px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__item {
    gap: 8px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__lbl {
    font-size: 12px;
    min-width: 100px;
    max-width: 100px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__val {
    font-weight: 700;
    font-size: 12px;
    max-width: 100%;
  }
  .account-main .acc-personaldata__list {
    gap: 20px;
    margin-bottom: 30px;
  }
  .account-main .acc-personaldata__box {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .account-main .acc-personaldata__lbl {
    font-size: 14px;
  }
  .account-main .acc-personaldata__val {
    font-size: 14px;
  }
  .account-main .acc-personaldata__bottom button {
    max-width: 474px;
  }
  .account-main .acc-address-list .acc-address-item {
    border-bottom: 0.5px solid #a4a7ae;
  }
  .account-main .acc-address-list .acc-address-item:last-child {
    border: none;
    padding-bottom: 12px;
  }
  .account-main .acc-address-list .acc-address-item__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .account-main .acc-address-list .acc-address-item .acc-address-edit-btn {
    max-width: 100%;
  }
}

.address-btn-rm {
  display: flex;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b42318;
  transition: 0.23s;
  border: none;
  background: transparent;
  padding: 0;
}
.address-btn-rm:hover {
  opacity: 0.8;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}
.modal .modal-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .modal .modal-wrap {
    place-items: start center;
    padding: 90px 16px;
  }
}

.modal-box {
  width: 100%;
  max-width: 507px;
  background: #fdfdfd;
  padding: 40px;
  position: relative;
}
.modal-box .modal-close {
  position: absolute;
  right: 30px;
  top: 36px;
  cursor: pointer;
  transition: 0.23s;
}
.modal-box .modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modal-box {
    padding: 30px 20px;
  }
  .modal-box .modal-close {
    top: 24px;
    right: 14px;
  }
}

.modal-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 24px;
  }
}

.modal-accv1__form {
  display: grid;
  gap: 30px;
}
.modal-accv1__form button {
  justify-content: center;
  margin-top: 0;
}
.modal-accv1 .input-v1 input {
  font-size: 16px;
}
@media (max-width: 767px) {
  .modal-accv1__form {
    gap: 24px;
  }
  .modal-accv1 .input-v1 input {
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */
