/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
  --color-white: #fff;
  --color-black: #141414;
  --color-black-secondary: #0d0d0d;
  --color-grey: #f2f2f2;
  --color-grey-secondary: #7e8185;
  --color-grey-light: #dddddd;
  --color-pink: #ffebeb;
  --color-red: #ff5c63;
}

/* manrope-regular - latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v13-latin_cyrillic-ext_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope-v13-latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v13-latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../fonts/manrope-v13-latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("../fonts/manrope-v13-latin_cyrillic-ext_cyrillic-regular.svg#Manrope") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  color: var(--color-black);
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  visibility: hidden;
  background: rgba(20, 20, 20, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.no-scroll {
  overflow-y: hidden;
}
body.no-scroll::after {
  visibility: visible;
  opacity: 1;
}

span {
  color: inherit;
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

button,
.button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: unset;
  color: inherit;
  outline: none;
}

input,
textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  height: 46px;
  outline: none;
  width: 100%;
  border-bottom: 1px solid var(--color-grey-secondary);
  resize: none;
}
input[type=password],
textarea[type=password] {
  padding-right: 30px;
}
input[type=password]::-webkit-input-placeholder, textarea[type=password]::-webkit-input-placeholder {
  font-size: 14px;
}
input[type=password]::-moz-placeholder, textarea[type=password]::-moz-placeholder {
  font-size: 14px;
}
input[type=password]:-ms-input-placeholder, textarea[type=password]:-ms-input-placeholder {
  font-size: 14px;
}
input[type=password]::-ms-input-placeholder, textarea[type=password]::-ms-input-placeholder {
  font-size: 14px;
}
input[type=password]::placeholder,
textarea[type=password]::placeholder {
  font-size: 14px;
}
input[name=city],
textarea[name=city] {
  padding-right: 30px;
}
input[type=checkbox],
textarea[type=checkbox] {
  display: none;
}
select {
  border-radius: 50px;
  height: 40px;
  padding: 0 25px 0 20px;
  border: 1px solid var(--color-grey);
  background: url(/wp-content/themes/alina_sinyavskaya/images/svg/arrow-down.svg) no-repeat right 9px center;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  outline: none;
}
select:hover {
  border-color: var(--color-grey-secondary);
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: var(--color-white);
}

.iti__flag {
  background-image: url(./../images/png/flags.png);
}

.radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

input {
  border-radius: 0;
}

.form-el {
  border-radius: 0;
}

.wc_payment_method,
.woocommerce-shipping-methods li,
.checkbox-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc_payment_method .wc_payment_method,
.wc_payment_method .woocommerce-shipping-methods li, .wc_payment_method.radio,
.woocommerce-shipping-methods li .wc_payment_method,
.woocommerce-shipping-methods li .woocommerce-shipping-methods li,
.woocommerce-shipping-methods li.radio,
.checkbox-el .wc_payment_method,
.checkbox-el .woocommerce-shipping-methods li,
.checkbox-el.radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc_payment_method .wc_payment_method input,
.wc_payment_method .woocommerce-shipping-methods li input, .wc_payment_method.radio input,
.woocommerce-shipping-methods li .wc_payment_method input,
.woocommerce-shipping-methods li .woocommerce-shipping-methods li input,
.woocommerce-shipping-methods li.radio input,
.checkbox-el .wc_payment_method input,
.checkbox-el .woocommerce-shipping-methods li input,
.checkbox-el.radio input {
  display: none;
}
.wc_payment_method .wc_payment_method input:checked + label,
.wc_payment_method .woocommerce-shipping-methods li input:checked + label, .wc_payment_method.radio input:checked + label,
.woocommerce-shipping-methods li .wc_payment_method input:checked + label,
.woocommerce-shipping-methods li .woocommerce-shipping-methods li input:checked + label,
.woocommerce-shipping-methods li.radio input:checked + label,
.checkbox-el .wc_payment_method input:checked + label,
.checkbox-el .woocommerce-shipping-methods li input:checked + label,
.checkbox-el.radio input:checked + label {
  border: none;
}
.wc_payment_method .wc_payment_method input:checked + label::after,
.wc_payment_method .woocommerce-shipping-methods li input:checked + label::after, .wc_payment_method.radio input:checked + label::after,
.woocommerce-shipping-methods li .wc_payment_method input:checked + label::after,
.woocommerce-shipping-methods li .woocommerce-shipping-methods li input:checked + label::after,
.woocommerce-shipping-methods li.radio input:checked + label::after,
.checkbox-el .wc_payment_method input:checked + label::after,
.checkbox-el .woocommerce-shipping-methods li input:checked + label::after,
.checkbox-el.radio input:checked + label::after {
  content: url(../images/svg/radio-black.svg);
}
.wc_payment_method .wc_payment_method div,
.wc_payment_method .woocommerce-shipping-methods li div, .wc_payment_method.radio div,
.woocommerce-shipping-methods li .wc_payment_method div,
.woocommerce-shipping-methods li .woocommerce-shipping-methods li div,
.woocommerce-shipping-methods li.radio div,
.checkbox-el .wc_payment_method div,
.checkbox-el .woocommerce-shipping-methods li div,
.checkbox-el.radio div {
  font-size: 14px;
  line-height: 100%;
  color: var(--color-black);
}
.wc_payment_method .wc_payment_method li input:checked + label,
.wc_payment_method .woocommerce-shipping-methods li input:checked + label,
.woocommerce-shipping-methods li .wc_payment_method li input:checked + label,
.woocommerce-shipping-methods li .woocommerce-shipping-methods li input:checked + label,
.checkbox-el .wc_payment_method li input:checked + label,
.checkbox-el .woocommerce-shipping-methods li input:checked + label {
  background-color: transparent;
}
.wc_payment_method input:checked + label,
.woocommerce-shipping-methods li input:checked + label,
.checkbox-el input:checked + label {
  border: none;
}
.wc_payment_method input:checked + label::after,
.woocommerce-shipping-methods li input:checked + label::after,
.checkbox-el input:checked + label::after {
  content: url(../images/svg/checkbox-black.svg);
}
.wc_payment_method label::after,
.woocommerce-shipping-methods li label::after,
.checkbox-el label::after {
  content: "";
  min-width: 24px;
  height: 24px;
  border: 1px solid var(--color-grey-secondary);
  border-radius: 50%;
  padding: 0;
}
.wc_payment_method label:hover,
.woocommerce-shipping-methods li label:hover,
.checkbox-el label:hover {
  background-color: #fff;
}
.wc_payment_method div,
.woocommerce-shipping-methods li div,
.checkbox-el div {
  font-size: 12px;
  line-height: 100%;
  color: var(--color-grey-secondary);
}
.wc_payment_method div a,
.woocommerce-shipping-methods li div a,
.checkbox-el div a {
  font-size: 12px;
  line-height: 100%;
  color: var(--color-black);
}
.wc_payment_method div a:hover,
.woocommerce-shipping-methods li div a:hover,
.checkbox-el div a:hover {
  color: var(--color-black);
}

label,
.chosen {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 14px;
  line-height: 100%;
  gap: 15px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.input-el label {
  padding: 13px 20px;
  border-radius: 20px;
  border: 1px solid var(--color-grey-light);
}
.input-el label:checked, .input-el label:hover {
  background-color: var(--color-grey-light);
}

.chosen {
  background-color: var(--color-grey-light);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 13px 20px;
  gap: 0;
  cursor: auto;
}
.chosen button {
  height: 12px;
  margin-left: 10px;
}

.underline {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 100%;
  border-bottom: 1px solid var(--color-grey-secondary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.underline:hover {
  color: #6d7073;
}
.underline:active, .underline:focus {
  color: #636567;
}

.swiper-button {
  cursor: pointer;
}

.absolute {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.title {
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.above-title {
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: var(--color-grey-secondary);
  margin-bottom: 10px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.tabs .tab-item {
  max-width: 220px;
  width: 100%;
  font-size: 18px;
  line-height: 100%;
  color: #c1c1c1;
  cursor: pointer;
  border-bottom: 1px solid #c1c1c1;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.tabs .tab-item.active {
  color: var(--color-black);
  border-color: var(--color-black);
  padding-bottom: 11px;
}

.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}

.content {
  padding: 40px 0 60px;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}

.swiper-pagination.custom {
  bottom: 80px;
  left: auto;
  right: calc((100% - 1110px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 5px;
  width: 4px;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--color-white);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  cursor: pointer;
  font-size: 13px;
  line-height: 100%;
}
.menu-item-has-children > a::after {
  content: url("/wp-content/themes/alina_sinyavskaya/images/svg/arrow-down.svg");
  position: absolute;
  right: -15px;
  top: 0;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
  margin-top: 0;
}
.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  left: -12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  z-index: 2;
  padding: 5px;
  border-radius: 20px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.menu-item-has-children .sub-menu.active {
  display: block !important;
  margin-top: 0 !important;
}
.menu-item-has-children .sub-menu .menu-item {
  font-size: 13px;
  line-height: 17px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 20px;
}
.menu-item-has-children .sub-menu .menu-item::after {
  display: none;
}
.menu-item-has-children .sub-menu .menu-item:hover {
  background-color: var(--color-grey);
}

.select {
  position: relative;
}
.select.menu-item {
  text-align: center;
}
.select.sort_by .select-body {
  left: auto;
  right: -12px;
}
.select.active.outline .select-top {
  border-color: var(--color-grey-secondary);
}
.select.active .sub-menu,
.select.active .select-body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.select.active .select-current::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select.outline .select-top {
  position: relative;
  min-width: 130px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--color-grey-light);
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
}
.select.outline .select-current {
  position: static;
}
.select.outline .select-current::after {
  right: 20px;
  top: 9px;
}
.select.outline .select-body {
  left: 0;
}
.select-underline .select-top {
  height: 46px;
  padding-right: 21px;
  border-bottom: 1px solid var(--color-grey-secondary);
}
.select-underline .select-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-black);
}
.select-underline .select-current::after {
  top: auto;
  right: 5px;
}
.select-wrap .above-title {
  margin-bottom: 5px;
  line-height: 100%;
}
.select-top {
  border-bottom: 1px solid var(--color-secondary-grey);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select-current {
  font-size: 14px;
  line-height: 20px;
}
.select-current::after {
  content: url("/wp-content/themes/alina_sinyavskaya/images/svg/arrow-down.svg");
  position: absolute;
  right: -15px;
  top: 0;
}
.select-body {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  left: -12px;
  z-index: 2;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  margin-top: 7px;
  padding: 5px;
  border-radius: 20px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.select-item {
  font-size: 14px;
  line-height: 17px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 20px;
}
.select-item.current, .select-item:hover {
  background-color: var(--color-grey);
}

.btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
  padding: 20px 47px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white:hover {
  color: var(--color-white);
  background-color: #7e8185;
}
.btn-white:active, .btn-white:focus {
  color: var(--color-white);
  background-color: #636567;
}
.btn-white:disabled {
  color: #c1c1c1;
}

.btn-grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: var(--color-grey-secondary);
  color: var(--color-white);
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-grey svg {
  margin-left: 10px;
}
.btn-grey span {
  margin-left: 7px;
}
.btn-grey.loading:after {
  content: url(../images/svg/loader-white.svg);
  position: absolute;
  inset: 0;
  background-color: var(--color-grey-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
.btn-grey:hover {
  background-color: #6d7073;
}
.btn-grey:active, .btn-grey:focus {
  background-color: #636567;
}
.btn-grey:disabled {
  pointer-events: none;
  background-color: #c1c1c1;
}

.btn-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  cursor: pointer;
  color: var(--color-grey-secondary);
  border: 1px solid var(--color-grey-secondary);
  padding: 20px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline span {
  margin-left: 7px;
}
.btn-outline:hover {
  border-color: #6d7073;
  color: #6d7073;
}
.btn-outline:active, .btn-outline:focus {
  border-color: #636567;
  color: #636567;
}
.btn-outline:disabled {
  border-color: #c1c1c1;
  color: #c1c1c1;
}

.video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.4);
  color: var(--color-white);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 40px;
  height: 60px;
  width: 180px;
  padding: 5px 5px 5px 27px;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-white);
}
.video-btn-circle svg {
  margin-left: 3px;
}
.video-btn-circle svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-btn:hover {
  color: var(--color-black);
}
.video-btn:hover svg path {
  fill: #7e8185;
}
.video-btn:active, .video-btn:focus {
  color: var(--color-black);
}
.video-btn:active svg path, .video-btn:focus svg path {
  fill: #6d7073;
}
.video-btn:disabled {
  color: #c1c1c1;
}
.video-btn:disabled svg path {
  fill: #c1c1c1;
}

.form {
  padding: 80px 0 100px;
  max-width: 382px;
  text-align: center;
}
.form-title {
  text-align: center;
  margin-bottom: 10px;
}
.form-text {
  margin: 30px 0 15px;
}
.form-content {
  margin-bottom: 50px;
}
.form-button {
  width: 100%;
  margin-top: 40px;
}
.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.form .auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 100%;
  gap: 10px;
  width: 170px;
  height: 46px;
  border: 1px solid var(--color-grey-light);
}
.form .none-account {
  margin-top: 32px;
}
.form .none-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 100%;
}

.form-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-el-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form-el-select input {
  width: 100%;
}
.form-el + .form-el {
  margin-top: 14px;
}
.form-el.search::after {
  content: url(../images/svg/Icon_search.svg);
  position: absolute;
  right: 5px;
  bottom: 7px;
}
.form-el .toggle-password {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  height: 22px;
}
.form-el .toggle-password .visible {
  display: none;
}
.form-el .toggle-password.visible .visible {
  display: block;
}
.form-el .toggle-password.visible .hide {
  display: none;
}
.form-el.error input {
  border-color: var(--color-red);
}
.form-el.error span {
  display: block;
}
.form-el > span {
  display: none;
  position: absolute;
  bottom: -12px;
  z-index: 1;
  font-size: 10px;
  line-height: 100%;
  color: var(--color-red);
}
.form-el input {
  margin-bottom: 0;
}

.loader {
  display: none;
  height: 26px;
  width: 26px;
}
.loader svg {
  margin-left: 0;
}

.blog-item-img {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-item-img .image {
  width: 100%;
  height: 100%;
}
.blog-item-img .image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-item-title {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.blog-item-text {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 15px;
}
.blog-item-date {
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-grey-secondary);
}
.blog-item:hover .image img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.blog-item:hover .blog-item-title {
  color: #6d7073;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-size: 16px;
  line-height: 100%;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}
.accordion-title {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.accordion-item {
  border-bottom: 1px solid var(--color-grey-light);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion.active .accordion-button path:first-child {
  display: none;
}
.accordion.active .rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.panel {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel p,
.panel a,
.panel strong,
.panel span,
.panel li {
  font-size: 14px;
  line-height: 130%;
}
.panel p {
  max-width: 100%;
  margin-bottom: 13px;
}
.panel a {
  text-decoration: underline;
}
.panel ul {
  list-style: disc;
  padding-left: 30px;
}
.panel ul li::marker {
  font-size: 10px;
}

.slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.slider__top .swiper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.slider__top .swipe {
  display: none;
  height: 24px;
}

.count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96px;
}
.count-button {
  height: 30px;
}
.count-button svg path,
.count-button svg circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.count-button:disabled svg path,
.count-button:disabled svg circle {
  stroke: var(--color-grey-secondary);
}
.count-quantity {
  font-size: 14px;
  line-height: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: 412px;
  background-color: var(--color-white);
}
.modal .title {
  margin-bottom: 20px;
}
.modal.success .modal-inner {
  display: none;
}
.modal.success .modal-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.modal-inner .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 350px;
  margin: 0 auto;
  gap: 0;
}
.modal-inner .form-box .form-el-select {
  margin-top: 14px;
}
.modal-success {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
.modal-success .title {
  text-transform: uppercase;
}
.modal-success .modal-button {
  width: 302px;
}
.modal-success img {
  margin: 0 auto;
  margin-bottom: 35px;
}
.modal div.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal form {
  width: 100%;
}
.modal-button {
  padding: 16px 0 15px;
  width: 100%;
  margin: 40px auto 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.pagination-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-grey-light);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-list a:hover, .pagination-list a.active {
  color: var(--color-white);
  background-color: var(--color-grey-secondary);
}

.header {
  height: 160px;
  padding: 20px 0;
}
.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 17px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.header-link svg,
.header-link img {
  margin-right: 10px;
}
.header .select-item, .header .select-current {
  font-size: 13px;
}
.header-logo {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.header-logo svg {
  height: 100%;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  margin-bottom: 25px;
}
.header__bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 95px;
}
.header__bottom .menu .select-current, .header__bottom .menu-item {
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
}
.header__bottom .menu .select-current::after, .header__bottom .menu-item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  height: 1px;
  background-color: var(--color-black);
}
.header__bottom .menu .select-current:hover::after, .header__bottom .menu .select-current.current-menu-item::after, .header__bottom .menu-item:hover::after, .header__bottom .menu-item.current-menu-item::after {
  width: 100%;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__box-wraplogout:hover .account-info {
  display: block;
}
.header__box-wraplogout .account-info {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  background-color: var(--color-white);
  display: none;
  padding: 20px 5px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 100%;
  min-width: 210px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.header__box-wraplogout .account-info span {
  text-align: center;
}
.header__box-wraplogout .account-info .logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2f2f2;
  border-radius: 20px;
  height: 28px;
  gap: 5px;
  width: 100%;
  margin-top: 20px;
}
.header__box .select {
  margin-right: 32px;
}
.header__box .select:nth-child(2) {
  margin-right: 42px;
}
.header__box-link {
  margin-right: 14px;
}
.header__box-link svg {
  height: 20px;
}
.header__box-link:last-child {
  margin-right: 0;
}
.header__box-link .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -12px;
  top: 2px;
  border-radius: 50%;
  background-color: var(--color-pink);
  font-size: 14px;
  line-height: 14px;
  width: 24px;
  height: 24px;
}
.header.white .menu-btn span {
  background-color: var(--color-white);
}
.header.white .header-logo svg path {
  fill: var(--color-white);
}
.header.white .menu-item-has-children > a {
  font-size: 13px;
}
.header.white .menu-item-has-children > a::after {
  content: url(../images/svg/arrow-down-white.svg);
}
.header.white .menu-item {
  color: var(--color-white);
}
.header.white .menu-item::after {
  background-color: var(--color-white);
}
.header.white .sub-menu .menu-item {
  color: var(--color-black);
}
.header.white .header-link {
  color: var(--color-white);
}
.header.white .header-link svg path {
  stroke: var(--color-white);
}
.header.white .select-current {
  color: var(--color-white);
}
.header.white .select-current::after {
  content: url(../images/svg/arrow-down-white.svg);
}
.header.white .header__box-link svg circle,
.header.white .header__box-link svg path {
  stroke: var(--color-white);
}
.header.white .header__box-link:nth-last-child(2) svg path {
  fill: var(--color-white);
  stroke: none;
}
.header.white .header__box-link:last-child svg path {
  fill: var(--color-white);
  stroke: none;
}

.menu-btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-btn span {
  width: 26px;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  background-color: var(--color-black);
}

.menu-adaptive .menu-top {
  display: none;
}
.menu-adaptive .menu-link {
  display: none;
}

.footer {
  padding: 60px 0 30px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.footer-link:nth-child(2) img {
  margin-right: 0;
}
.footer-link img {
  margin-right: 8px;
  height: 18px;
}
.footer .select-current {
  font-size: 12px;
  line-height: 18px;
}
.footer-made {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 18px;
}
.footer-made img {
  height: 18px;
  margin-left: 10px;
}
.footer-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-black-secondary);
}

.main-banner {
  height: calc(100vh - 150px);
}
.main-banner video,
.main-banner picture,
.main-banner img {
  height: calc(100vh - 150px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner picture::after,
.main-banner .video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-banner .container {
  text-align: center;
  height: calc(100vh - 150px);
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner a {
  color: var(--color-white);
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
}
.main-banner-title {
  text-align: center;
  font-size: 26px;
  line-height: 130%;
  color: var(--color-white);
  max-width: 380px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.blog-list-title {
  margin-bottom: 20px;
}
.blog-list__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 12px;
}
.catalog__chosen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.catalog__chosen .underline {
  margin-left: 10px;
}
.catalog__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.catalog-item {
  font-size: 14px;
  line-height: 17px;
}
.catalog-item:hover .catalog-item-img-hover {
  display: block;
}
.catalog-item:hover .catalog-item-title {
  color: #6d7073;
}
.catalog-item:hover .catalog-item-delete {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.catalog-item picture,
.catalog-item img {
  width: 350px;
  height: 450px;
}
.catalog-item-delete {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 10;
}
.catalog-item-img {
  margin-bottom: 10px;
}
.catalog-item-img-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.catalog-item-title {
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.filter-open {
  font-style: 14px;
}

.basket,
.filter {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 640px;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  background-color: var(--color-white);
}
.basket.active,
.filter.active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.basket-close,
.filter-close {
  cursor: pointer;
  height: 24px;
}
.basket-title,
.filter-title {
  font-size: 20px;
  line-height: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.basket__top,
.filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  border-bottom: 1px solid var(--color-grey-light);
}
.basket__content,
.filter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 173px);
  overflow-y: auto;
  gap: 30px;
  padding: 27px 30px;
}
.basket__content::-webkit-scrollbar,
.filter__content::-webkit-scrollbar {
  width: 6px;
}
.basket__content::-webkit-scrollbar-track,
.filter__content::-webkit-scrollbar-track {
  background-color: var(--color-grey-light);
  border-radius: 5px;
}
.basket__content::-webkit-scrollbar-thumb,
.filter__content::-webkit-scrollbar-thumb {
  background-color: var(--color-grey-secondary);
  border-radius: 5px;
}
.basket__content-box,
.filter__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.basket__bottom,
.filter__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 30px;
  border-top: 1px solid var(--color-grey-light);
}
.basket__bottom button,
.filter__bottom button {
  width: 100%;
}
.basket .basket__content,
.filter .basket__content {
  height: calc(100vh - 214px);
  padding: 20px 30px;
}
.basket .basket__bottom,
.filter .basket__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.basket-count,
.filter-count {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}
.basket-empty,
.filter-empty {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.basket-empty img,
.filter-empty img {
  margin-bottom: 30px;
}
.basket-empty-title,
.filter-empty-title {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.basket-empty-text,
.filter-empty-text {
  font-size: 14px;
  line-height: 100%;
  color: var(--color-grey-secondary);
}

.basket-inner {
  display: grid;
  gap: 20px;
}

.basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 14px;
}
.basket-item-title a {
  text-decoration: none;
}
.basket-item__info {
  width: 100%;
}
.basket-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 26px;
}
.basket-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-grey-secondary);
}
.basket-item-delete {
  cursor: pointer;
}
.basket-item-param {
  font-size: 14px;
  line-height: 100%;
  color: var(--color-grey-secondary);
}
.basket-item .count-box {
  margin: 0 70px 0 auto;
}
.basket-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-open {
  cursor: pointer;
}

.lookbook-banner {
  height: 100vh;
}
.lookbook-banner picture,
.lookbook-banner img {
  height: 100vh;
}
.lookbook-banner .container {
  height: 100vh;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 150px 0 100px;
}
.lookbook-banner-above-title {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 30px;
  color: var(--color-white);
}
.lookbook-banner-title {
  font-size: 26px;
  line-height: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 30px;
  text-transform: uppercase;
}
.lookbook-banner-date {
  font-size: 26px;
  line-height: 100%;
  color: var(--color-white);
  margin-bottom: 50px;
}
.lookbook-banner .scroll-down svg {
  height: 50px;
}
.lookbook-banner .scroll-down svg.arrow {
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-animation: wheel 2s infinite;
          animation: wheel 2s infinite;
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 50px;
  }
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 50px;
  }
}
.lookbook {
  padding: 100px 0 60px;
}
.lookbook__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 100px;
  text-align: center;
}
.lookbook__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.lookbook__top .video {
  grid-column: 1/3;
}
.lookbook__top .video video {
  width: 100%;
}
.lookbook__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.lookbook-item video {
  width: 100%;
}
.lookbook-item img {
  width: 100%;
  height: 100%;
}
.lookbook-item.full-width {
  grid-column: 1/4;
}
.lookbook__bottom {
  margin: 120px auto 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 730px;
  text-align: center;
}
.lookbook__bottom .btn-grey {
  margin: 40px auto 0;
  width: 250px;
}

.blog-banner {
  height: 100vh;
}
.blog-banner video,
.blog-banner picture,
.blog-banner img {
  height: 100vh;
}
.blog-banner .container {
  height: 100vh;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 150px 0 60px;
}
.blog-banner-title {
  font-size: 26px;
  line-height: 100%;
  color: var(--color-white);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.blog-banner-date {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-white);
}

.blog-page {
  padding: 40px 0 60px;
}
.blog-page h3, .blog-page__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  max-width: 730px;
  margin: 0 auto 15px;
}
.blog-page > p, .blog-page__text {
  font-size: 13px;
  line-height: 130%;
  max-width: 730px;
  margin: 0 auto 40px;
}
.blog-page .img-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
.blog-page img {
  width: 100%;
  height: 100%;
}
.blog-page .share {
  text-align: center;
  margin-bottom: 60px;
}
.blog-page .share__text {
  font-size: 20px;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.blog-page .share__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.blog-page .share__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-grey-secondary);
}
.blog-page .share__box-item:hover circle {
  fill: #6d7073;
}
.blog-page .share__box-item:active circle, .blog-page .share__box-item:focus circle {
  fill: #636567;
}
.blog-page .share__box-item svg {
  margin-bottom: 15px;
}
.blog-page .share__box-item svg circle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-page .video {
  margin-bottom: 80px;
}

.stockists {
  padding: 40px 0 60px;
}
.stockists__title {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.stockists__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.stockists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.stockists-item-title {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 15px;
}
.stockists-item-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.stockists-item-line img {
  margin-right: 10px;
}
.stockists-item-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--color-grey-secondary);
  margin-left: 34px;
  font-size: 14px;
}
.stockists-item-worktime {
  font-size: 14px;
  color: var(--color-grey-secondary);
  margin-bottom: 20px;
}
.stockists-item-side:first-child {
  max-width: 400px;
}
.stockists-item-side:first-child img {
  width: 100%;
  height: 100%;
}
.stockists-item-side:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-us {
  padding: 60px 0;
  overflow-x: hidden;
}
.about-us img {
  height: 100%;
}
.about-us__scroll-gallery .about-us__link {
  font-size: 20px;
}
.about-us__title {
  margin-bottom: -32px;
  z-index: 1;
}
.about-us .scroll {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ticker 10s linear infinite;
          animation: ticker 10s linear infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.about-us .scroll-wrapper {
  overflow: hidden;
  border-top: 1px solid var(--color-grey-secondary);
  border-bottom: 1px solid var(--color-grey-secondary);
  height: 60px;
  margin-bottom: 60px;
}
.about-us .scroll-wrapper.images {
  margin-bottom: 0;
  height: 350px;
  border: none;
}
.about-us .scroll-wrapper.images img {
  margin: 0 15px;
}
.about-us .scroll-wrapper.images .scroll-line {
  height: 350px;
}
.about-us .scroll span {
  color: var(--color-grey-secondary);
  margin: 0 25px;
}
.about-us .scroll-line {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 30px;
}
.about-us .scroll-line-title {
  font-weight: 400;
}
.about-us .scroll-line:nth-child(2) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.about-us .scroll-line:nth-child(3) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.about-us__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.about-us__top-text {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 200px;
  width: 100%;
  z-index: 1;
  max-width: 550px;
}
.about-us__top .line {
  display: none;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background-color: var(--color-grey-secondary);
  margin-right: 70px;
}
.about-us__top img {
  height: 520px;
  width: 433px;
}
.about-us__middle {
  padding: 0 95px 0 190px;
  margin-bottom: 170px;
}
.about-us__middle > p {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 40px;
  max-width: 420px;
}
.about-us__middle .above-img {
  position: absolute;
  left: -190px;
  bottom: -120px;
  width: 255px;
  height: 360px;
}
.about-us__middle .main-img {
  width: 350px;
  height: 420px;
  z-index: 2;
}
.about-us__middle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-us__middle-box p {
  font-size: 13px;
  margin-bottom: 30px;
  max-width: 350px;
  line-height: 130%;
}
.about-us__middle-box p:last-child {
  margin-bottom: 0;
}
.about-us__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 280px;
}
.about-us__info .show-on-mobile {
  display: none;
}
.about-us__info p {
  font-size: 13px;
  max-width: 445px;
  margin-bottom: 30px;
  line-height: 130%;
}
.about-us__info p:last-child {
  margin-bottom: 0;
}
.about-us__info img {
  width: 540px;
  height: 630px;
}
.about-us__custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 75px 0 95px;
  margin-bottom: 60px;
}
.about-us__custom .side:first-child {
  margin-right: 125px;
}
.about-us__custom .above-img {
  display: none;
  position: absolute;
  top: -160px;
  left: -95px;
  width: 350px;
  height: 400px;
  z-index: 1;
}
.about-us__custom .main-img {
  width: 445px;
  height: 550px;
}
.about-us__custom-above-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 200px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.about-us__custom-title {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}
.about-us__custom p {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 40px;
}
.about-us__custom .btn-grey {
  padding: 20px 40px;
  max-width: 370px;
  width: 100%;
}
.about-us__bottom {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 60px;
}
.about-us__bottom .img-wrap {
  width: 540px;
  height: 540px;
  margin: 0 auto;
}
.about-us__bottom .img-wrap::after {
  content: "";
  width: 540px;
  height: 540px;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.62%, rgba(255, 255, 255, 0)), color-stop(59.78%, rgba(255, 255, 255, 0.18)), color-stop(75.89%, rgba(255, 255, 255, 0.4)), color-stop(91.79%, #ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 43.62%, rgba(255, 255, 255, 0.18) 59.78%, rgba(255, 255, 255, 0.4) 75.89%, #ffffff 91.79%);
}
.about-us__bottom img {
  width: 540px;
  height: 540px;
}
.about-us__bottom-title {
  margin: -36px 0 20px;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
}
.about-us__bottom p {
  font-size: 13px;
  line-height: 130%;
  max-width: 400px;
  margin: 0 auto 40px;
}
.about-us__bottom .btn-grey {
  margin: 0 auto;
}
.about-us__link {
  text-align: center;
  margin-bottom: 40px;
}
.about-us__link a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.product {
  padding: 40px 0 60px;
}
.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 120px;
}
.product-side {
  width: 100%;
}
.product-side.gallery .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 635px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 15px;
}
.product-side.single-photo .swiper-wrapper {
  grid-template-columns: 1fr;
}
.product-side.info {
  position: sticky;
  top: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 445px;
}
.product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.product-category {
  margin-bottom: 7px;
  line-height: 100%;
}
.product-collection {
  color: var(--color-black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.product-title {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.product .above-title {
  font-size: 13px;
  line-height: 16px;
}
.product-price {
  font-size: 14px;
  line-height: 17px;
}
.product-line {
  margin-bottom: 40px;
}
.product-line.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.product-line.options .underline {
  margin-bottom: 14px;
}
.product-line.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.product-line.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.product .underline {
  font-size: 13px;
  line-height: 16px;
}
.product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-bottom a {
  height: 24px;
}
.product-button {
  height: 60px;
  width: 100%;
  padding: 0 20px;
}
.product .btn-outline {
  display: none;
}
.product .accordion {
  font-size: 13px;
}
.product .panel p {
  font-size: 13px;
}
.product .slider-wrap {
  margin-bottom: 120px;
  overflow: hidden;
}
.product .slider-wrap:last-child {
  margin-bottom: 0;
}

.message {
  position: fixed;
  top: 170px;
  background: var(--color-white);
  border: 1px solid var(--color-grey-light);
  border-radius: 45px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 100%;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.favorites {
  padding: 40px 0 60px;
}
.favorites__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
.favorites__empty {
  padding: 80px 0 120px;
  text-align: center;
}
.favorites__empty-title {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 20px;
}
.favorites__empty-text {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-grey-secondary);
  margin-bottom: 40px;
}
.favorites__empty .btn {
  margin: 0 auto;
  padding: 20px 70px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-item-title {
  font-size: 14px;
  margin-bottom: 12px;
}
.contacts-side:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
.contacts-slider {
  max-width: 730px;
}
.contacts-slider .swiper-slide {
  height: 530px;
}
.contacts .swiper-pagination {
  bottom: 22px;
}

.contacts-form .form {
  padding: 50px 0 0 380px;
  max-width: 100%;
}
.contacts-form .form-title {
  text-align: left;
  margin-bottom: 20px;
}
.contacts-form .form-text {
  max-width: 280px;
  text-align: left;
  font-size: 14px;
  line-height: 130%;
  margin: 0 0 14px;
}
.contacts-form .form-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.contacts-form .form .form-el + .form-el {
  margin-top: 0;
}
.contacts-form .form button {
  width: 255px;
}
.contacts-form .form input {
  width: 255px;
}

.confirm-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 132px 0;
  text-align: center;
  max-width: 425px;
}
.confirm-email img {
  margin-bottom: 30px;
}
.confirm-email-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.confirm-email-text {
  max-width: 330px;
  margin: 0 auto;
}
.confirm-email-text + .confirm-email-text {
  margin-top: 20px;
}
.confirm-email .send-again {
  margin-top: 40px;
  color: #6a7178;
}
.confirm-email .underline {
  margin-top: 45px;
}

.confirm-success {
  padding: 125px 0 222px;
  text-align: center;
  max-width: 580px;
}
.confirm-success img {
  margin-bottom: 35px;
}
.confirm-success-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.confirm-success-text {
  margin-bottom: 40px;
}
.confirm-success-button {
  margin: 0 auto;
  padding: 20px 80px;
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.order-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
  margin-bottom: 60px;
  position: static;
}
.order-box.single {
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
.order-box.triple {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px;
  margin-top: -30px;
}
.order-box.triple .form-el {
  width: 135px;
}
.order-box.triple .form-el:first-child {
  width: 302px;
}
.order-box.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: -30px;
}
.order-box.multi .form-el {
  width: 135px;
}
.order-box.multi .form-el:first-child, .order-box.multi .form-el:nth-child(2) {
  width: 302px;
}
.order-box.multi .form-el:last-child {
  width: 302px;
}
.order-box .wcus-checkout-fields h3, .order-box-title {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.order__form {
  max-width: 635px;
  width: 100%;
}
.order-message {
  border: 1px solid var(--color-grey-secondary);
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 120%;
  height: auto;
}
.order__aside {
  max-width: 350px;
  width: 100%;
  padding-top: 62px;
}
.order__aside .accordion {
  padding: 0;
}
.order__aside .accordion-item {
  margin-bottom: 40px;
  border-bottom: none;
}
.order__aside .accordion-item .panel {
  max-height: 100%;
}
.order__aside .accordion-title {
  display: none;
}
.order__aside-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-text, .order-price {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
.order__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 297.5px;
}
.order__bottom button {
  width: 100%;
}
.order .form-el + .form-el {
  margin-top: 0;
}
.order .basket-inner {
  border-top: 1px solid var(--color-grey-light);
  border-bottom: 1px solid var(--color-grey-light);
  padding: 15px 15px 15px 0;
  margin-bottom: 20px;
  max-height: 325px;
  overflow-y: auto;
}
.order .basket-inner::-webkit-scrollbar {
  width: 3px;
}
.order .basket-inner::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 5px;
}
.order .basket-inner::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.order .basket-item {
  gap: 15px;
}
.order .basket-item-top {
  margin-bottom: 10px;
}
.order .basket-item-title {
  font-size: 14px;
  line-height: 100%;
}
.order .basket-item-price {
  font-size: 14px;
  line-height: 100%;
}
.order .basket-item-quantity {
  font-size: 14px;
  line-height: 100%;
  color: var(--color-grey-secondary);
}
.order .basket-item img {
  width: 65px;
  height: 84px;
}

.shop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--color-grey-light);
  border-radius: 4px;
  padding: 12px 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 12px;
  line-height: 100%;
}
.shop-link input {
  display: none;
}
.shop-link:hover {
  background-color: var(--color-white);
}
.shop-link-title {
  margin-bottom: 6px;
}
.shop-link-address {
  color: var(--color-grey-secondary);
}

.woocommerce-checkout-payment {
  margin-top: 60px;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

#payment .order-box.single {
  margin-bottom: 60px;
}

.order.np .shop_table.woocommerce-checkout-review-order-table {
  padding-bottom: 225px;
}
.order.np .wcus-checkout-fields {
  position: absolute;
  width: 100%;
  bottom: 190px;
  z-index: 1;
}
.order.np .wcus-checkout-fields > div > div .form-row.form-row-wide.validate-required {
  width: 100%;
}
.order.np .wcus-checkout-fields > div > div .form-row.form-row-wide.validate-required:first-child {
  width: 50%;
}
.order.np .wcus-checkout-fields .form-row.form-row-wide.validate-required {
  width: 50%;
}
.order.np .woocommerce-checkout #payment div.payment_box {
  position: absolute;
  right: 0;
  top: -330px;
}

.woocommerce-checkout #payment div.payment_box {
  position: absolute;
  right: 0;
  top: -154px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}

.woocommerce form .form-row label {
  display: none;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.wcus-checkout-fields > div,
.wcus-checkout-fields > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  height: 46px;
  resize: auto;
  border-radius: 0;
}
.woocommerce form .form-row textarea::-webkit-input-placeholder, .woocommerce-page form .form-row textarea::-webkit-input-placeholder {
  display: -webkit-box;
  display: flex;
}
.woocommerce form .form-row textarea::-moz-placeholder, .woocommerce-page form .form-row textarea::-moz-placeholder {
  display: flex;
}
.woocommerce form .form-row textarea:-ms-input-placeholder, .woocommerce-page form .form-row textarea:-ms-input-placeholder {
  display: -ms-flexbox;
  display: flex;
}
.woocommerce form .form-row textarea::-ms-input-placeholder, .woocommerce-page form .form-row textarea::-ms-input-placeholder {
  display: -ms-flexbox;
  display: flex;
}
.woocommerce form .form-row textarea::placeholder,
.woocommerce-page form .form-row textarea::placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shipping_method {
  display: none;
}

.select2-container--default .select2-results > .select2-results__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.zen-ui-select__option--current {
  background: var(--color-grey);
}

.zen-ui-select__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding: 0;
  border: none;
}
.zen-ui-select__options::-webkit-scrollbar {
  width: 6px;
}
.zen-ui-select__options::-webkit-scrollbar-track {
  background-color: var(--color-grey-light);
  border-radius: 5px;
}
.zen-ui-select__options::-webkit-scrollbar-thumb {
  background-color: var(--color-grey-secondary);
  border-radius: 5px;
}

.zen-ui-select__search {
  border: none;
  padding: 5px;
}

.iti {
  width: 100%;
}

.zen-ui-select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  border: none;
  border-bottom: 1px solid var(--color-grey-secondary);
  padding: 0 20px 0 0 !important;
}
.zen-ui-select__value.disabled::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zen-ui-select__value.disabled, .zen-ui-select__value:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.zen-ui-select__value::after {
  content: url(/wp-content/themes/alina_sinyavskaya/images/svg/arrow-down.svg);
  position: absolute;
  right: 8px;
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zen-ui-select__value > svg {
  display: none;
}

.zen-ui-select__dropdown,
.select2-container--open .select2-dropdown--below {
  margin-top: 10px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
  border: none;
}

.zen-ui-select__option,
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 20px;
}
.zen-ui-select__option:hover,
.select2-results__option[aria-selected]:hover,
.select2-results__option[data-selected]:hover {
  background-color: var(--color-grey);
  color: var(--color-black);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--color-grey);
  color: var(--color-black);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: var(--color-grey-light);
  border-radius: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--color-grey-secondary);
  border-radius: 5px;
}

.order thead,
.order tbody {
  display: none;
}

.cart-subtotal {
  display: none;
}

.select2-container .select2-selection--single {
  height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid var(--color-grey-secondary);
  border-radius: 0;
}

.woocommerce ul#shipping_method li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.order-total {
  display: none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: none;
  padding: 0;
}

tr th {
  display: none;
}

.wc_payment_method .input-radio {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--color-grey-secondary);
}

.woocommerce table.shop_table {
  border: none;
  margin: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: var(--color-grey-secondary);
  color: var(--color-white) !important;
  padding: 20px !important;
  font-size: 20px;
  line-height: 100%;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce #respond input#submit svg,
.woocommerce a.button svg,
.woocommerce button.button svg,
.woocommerce input.button svg {
  margin-left: 10px;
}
.woocommerce #respond input#submit span,
.woocommerce a.button span,
.woocommerce button.button span,
.woocommerce input.button span {
  margin-left: 7px;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  content: url(../images/svg/loader-white.svg);
  position: absolute;
  inset: 0;
  background-color: var(--color-grey-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #6d7073;
}
.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:active,
.woocommerce input.button:focus {
  background-color: #636567;
}
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
  pointer-events: none !important;
  background-color: #c1c1c1 !important;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-top: 30px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-size: 16px;
  float: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-weight: 400;
  background-color: var(--color-grey-secondary);
  color: var(--color-white);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #6d7073;
}
.woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus {
  background-color: #636567;
}
.woocommerce #respond input#submit.alt:disabled,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt:disabled {
  pointer-events: none;
  background-color: #c1c1c1;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border: 1px solid var(--color-grey-secondary);
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 120%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--color-white);
  max-width: 302px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-account-fields {
  display: none;
}

.profile-title {
  margin-bottom: 20px;
}
.profile-text {
  margin-bottom: 50px;
  max-width: 450px;
  font-size: 14px;
  line-height: 17px;
}
.profile__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 82px;
}
.profile-box-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.profile-box-button {
  margin-top: 20px;
}
.profile-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.profile-line.wrap {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profile-line + .profile-line {
  margin-top: 15px;
}
.profile-line-title {
  font-size: 14px;
  line-height: 100%;
  max-width: 70px;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
.profile-line-value {
  font-size: 14px;
  line-height: 100%;
}
.profile__history-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profile__table-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--color-grey-light);
  border-bottom: 1px solid var(--color-grey-light);
  padding: 16px 0;
}
.profile__table-top-item {
  position: absolute;
  font-size: 14px;
  line-height: 100%;
}
.profile__table-top-item:nth-child(1) {
  left: 0;
}
.profile__table-top-item:nth-child(2) {
  left: 182px;
}
.profile__table-top-item:nth-child(3) {
  left: 347px;
}
.profile__table-top-item:nth-child(4) {
  left: 552px;
}
.profile__table-top-item:nth-child(5) {
  left: 848px;
}
.profile-empty {
  margin-top: 60px;
  text-align: center;
}
.profile-empty img {
  margin-bottom: 30px;
}
.profile-empty-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profile-empty-text {
  color: var(--color-grey-secondary);
  margin-bottom: 40px;
}
.profile-empty-button {
  width: 250px;
  margin: 0 auto;
}
.profile .basket-inner {
  margin-top: 30px;
}
.profile .basket-item {
  font-size: 14px;
}
.profile .basket-item-title {
  margin-bottom: 20px;
}
.profile .basket-item-box {
  margin-bottom: 15px;
}
.profile .basket-item-quantity {
  font-size: 14px;
  line-height: 100%;
  color: var(--color-grey-secondary);
  margin-bottom: 30px;
}
.profile .basket-item img {
  width: 160px;
  height: 208px;
}
.profile .accordion {
  padding: 0;
}
.profile .accordion:first-child .accordion-title {
  border-top: none;
}
.profile .accordion-item {
  border: none;
}
.profile .accordion-item .panel {
  padding-top: 30px;
}
.profile .accordion-item .panel .line + .line {
  margin-top: 20px;
}
.profile .accordion-item .panel .line-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}
.profile .accordion-item .panel .line-value {
  font-size: 14px;
  line-height: 100%;
}
.profile .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  font-size: 14px;
  line-height: 100%;
  border-top: 1px solid var(--color-grey-light);
  border-bottom: 1px solid var(--color-grey-light);
}
.profile .accordion-title .rotate {
  height: 30px;
  margin-left: auto;
}
.profile .accordion-title-item {
  position: absolute;
}
.profile .accordion-title-item:nth-child(1) {
  left: 0;
}
.profile .accordion-title-item:nth-child(2) {
  left: 182px;
}
.profile .accordion-title-item:nth-child(3) {
  left: 347px;
}
.profile .accordion-title-item:nth-child(4) {
  left: 552px;
}
.profile .accordion-title-item:nth-child(5) {
  left: 848px;
}
.profile .logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 50px;
  font-size: 14px;
  line-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile .logout:hover {
  color: var(--color-grey-secondary);
}

.privacy__title {
  text-align: left;
  margin-bottom: 30px;
}
.privacy__inner {
  max-width: 730px;
  font-size: 16px;
  line-height: 130%;
}
.privacy h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
.privacy p {
  margin-bottom: 30px;
}
.privacy p:last-child {
  margin-bottom: 0;
}
.privacy ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}
.privacy ul li::marker {
  font-size: 10px;
}

@media (max-width: 1199px) {
  .title {
    font-size: 28px;
  }
  .content {
    padding: 40px 0 50px;
  }
  .container {
    max-width: calc(100% - 72px);
  }
  .slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .slider__top .swiper-box {
    display: none;
  }
  .slider__top .swipe {
    display: block;
  }
  .slider__top .swipe-arrow {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-animation: swipeArrow 3s infinite;
            animation: swipeArrow 3s infinite;
  }
  .slider__top .swipe-hand {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: swipeHand 1.5s infinite alternate;
            animation: swipeHand 1.5s infinite alternate;
  }
  @-webkit-keyframes swipeArrow {
    66% {
      opacity: 0;
      right: 40px;
    }
    100% {
      opacity: 0;
      right: 40px;
    }
  }
  @keyframes swipeArrow {
    66% {
      opacity: 0;
      right: 40px;
    }
    100% {
      opacity: 0;
      right: 40px;
    }
  }
  @-webkit-keyframes swipeHand {
    66% {
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }
    100% {
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }
  }
  @keyframes swipeHand {
    66% {
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }
    100% {
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }
  }
  .swiper-pagination.custom {
    bottom: 60px;
    right: 41px;
  }
  .form {
    padding: 180px 0 200px;
    max-width: 382px;
  }
  .modal {
    width: 570px;
  }
  .header {
    height: 100px;
    padding: 13px 0;
  }
  .header-link {
    display: none;
  }
  .header-logo {
    height: 74px;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header__top .select {
    display: none;
  }
  .header__box-link:hover .account-info {
    display: none;
  }
  .header.white .menu-item {
    color: var(--color-black);
  }
  .header.white .menu-item-has-children > a::after {
    content: url(/wp-content/themes/alina_sinyavskaya/images/svg/arrow-down.svg);
  }
  .header.white .select-current {
    color: var(--color-black);
  }
  .header.white .select-current::after {
    content: url(/wp-content/themes/alina_sinyavskaya/images/svg/arrow-down.svg);
  }
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-adaptive {
    display: block;
    height: 100vh;
    width: 429px;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: var(--color-white);
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 38px;
  }
  .menu-adaptive.menu-active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .menu-adaptive .menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-adaptive .menu-top-btn {
    cursor: pointer;
  }
  .menu-adaptive-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 42px;
    padding-right: 20px;
  }
  .menu-adaptive .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    height: calc(100vh - 110px);
  }
  .menu-adaptive .menu .menu-item-has-children > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-adaptive .menu .menu-item-has-children:hover::after {
    display: none;
  }
  .menu-adaptive .menu .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .menu-adaptive .menu .menu-item-has-children .sub-menu {
    margin-top: 7px;
    position: static;
  }
  .menu-adaptive .menu .select-current,
  .menu-adaptive .menu .select-item,
  .menu-adaptive .menu li {
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .footer {
    padding: 50px 0 30px;
  }
  .footer__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  .footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
  .main-banner {
    height: calc(100vh - 100px);
  }
  .main-banner video,
  .main-banner picture,
  .main-banner img {
    height: calc(100vh - 100px);
  }
  .main-banner .container {
    height: calc(100vh - 100px);
  }
  .lookbook-banner .container {
    padding: 100px 0 100px;
  }
  .lookbook {
    padding: 100px 0 50px;
  }
  .lookbook__text {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 115px;
  }
  .lookbook__bottom {
    margin: 100px auto 0;
    font-size: 26px;
    line-height: 32px;
    max-width: 100%;
  }
  .lookbook__bottom .btn-grey {
    margin: 30px auto 0;
  }
  .blog-banner .container {
    padding: 100px 0 60px;
  }
  .blog-page {
    padding: 60px 0 50px;
  }
  .blog-page__content {
    margin-bottom: 100px;
  }
  .blog-page h3, .blog-page__title {
    max-width: 570px;
    margin: 0 auto 10px;
  }
  .blog-page > p, .blog-page__text {
    max-width: 570px;
    margin: 0 auto 60px;
  }
  .blog-page .img-box {
    margin-bottom: 60px;
  }
  .blog-page .share {
    margin-bottom: 100px;
  }
  .blog-page .share__box {
    gap: 65px;
  }
  .blog-page .video {
    margin-bottom: 80px;
  }
  .catalog__inner {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-item picture,
  .catalog-item img {
    width: 100%;
  }
  .catalog-item-delete {
    opacity: 1;
    pointer-events: all;
  }
  .basket,
  .filter {
    width: 100%;
  }
  .basket .basket__content,
  .filter .basket__content {
    padding: 30px 40px;
  }
  .basket-item .count-box {
    margin: 0 80px 0 auto;
  }
  .stockists {
    padding: 40px 0 50px;
  }
  .stockists-item-title {
    font-size: 22px;
  }
  .stockists-item-side:first-child {
    max-width: 240px;
  }
  .about-us {
    padding: 50px 0;
  }
  .about-us .scroll-wrapper {
    margin-bottom: 100px;
  }
  .about-us .scroll-wrapper.images {
    margin-bottom: 0;
    height: 210px;
    border: none;
  }
  .about-us .scroll-wrapper.images img {
    margin: 0 15px;
  }
  .about-us .scroll-wrapper.images .scroll-line {
    height: 210px;
  }
  .about-us .scroll span {
    margin: 0 20px;
  }
  .about-us__top {
    margin-bottom: 100px;
  }
  .about-us__top-text {
    font-size: 22px;
    line-height: 130%;
    margin-right: -240px;
    max-width: calc(100% - 30px);
  }
  .about-us__top-text span {
    font-style: italic;
    text-transform: uppercase;
  }
  .about-us__top .line {
    margin-right: 30px;
  }
  .about-us__top img {
    height: 324px;
    width: 270px;
  }
  .about-us__middle {
    padding: 0 120px;
    margin-bottom: 100px;
  }
  .about-us__middle > p {
    max-width: 100%;
  }
  .about-us__middle .img-wrap {
    width: 100%;
    text-align: end;
    margin-bottom: 120px;
  }
  .about-us__middle .above-img {
    left: 0;
    bottom: -80px;
    width: 180px;
    height: 254px;
  }
  .about-us__middle .main-img {
    width: 300px;
    height: 360px;
    margin-bottom: 0;
  }
  .about-us__middle-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us__middle-box p {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .about-us__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 170px;
    padding: 0 120px;
  }
  .about-us__info .show-on-mobile {
    display: block;
  }
  .about-us__info p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about-us__info p:first-child {
    display: none;
  }
  .about-us__info img {
    width: 330px;
    height: 386px;
    margin: 40px 0;
  }
  .about-us__custom {
    padding: 0 25px 0 30px;
    margin-bottom: 100px;
  }
  .about-us__custom .side:nth-child(1) {
    margin-right: 30px;
  }
  .about-us__custom .above-img {
    top: -69px;
    left: -30px;
    width: 210px;
    height: 241px;
  }
  .about-us__custom .main-img {
    width: 300px;
    height: 371px;
  }
  .about-us__custom-above-title {
    margin-bottom: 96px;
  }
  .about-us__custom p {
    margin-bottom: 30px;
  }
  .about-us__custom .btn-grey {
    width: 100%;
    padding: 20px;
  }
  .about-us__bottom {
    max-width: 570px;
    margin: 0 auto 100px;
  }
  .about-us__bottom .img-wrap {
    width: 330px;
    height: 330px;
  }
  .about-us__bottom .img-wrap::after {
    width: 330px;
    height: 330px;
  }
  .about-us__bottom img {
    width: 330px;
    height: 330px;
  }
  .about-us__bottom-title {
    margin: -24px 0 20px;
  }
  .about-us__bottom p {
    margin: 0 auto 30px;
  }
  .about-us__link {
    font-size: 26px;
    line-height: 31px;
    max-width: 525px;
    margin-bottom: 30px;
  }
  .about-us__link a {
    font-style: italic;
  }
  .product {
    padding: 40px 0 50px;
  }
  .product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
  .product-side.gallery .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: 0;
  }
  .product-side.info {
    max-width: 100%;
  }
  .product-top {
    margin-bottom: 15px;
  }
  .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .product-price {
    font-size: 22px;
    line-height: 100%;
  }
  .product .btn-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-line {
    margin-bottom: 30px;
  }
  .product-line.options {
    margin-bottom: 30px;
  }
  .product-line.options .select-top {
    min-width: 210px;
  }
  .product-line.options .select-wrap {
    margin-left: 30px;
  }
  .product-line.options .select-wrap:first-child {
    margin-left: 0;
  }
  .product-line.options .underline {
    margin-left: auto;
    margin-bottom: 0;
  }
  .product-line.info {
    margin-bottom: 50px;
  }
  .product-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .slider-wrap {
    margin-bottom: 100px;
  }
  .message {
    top: 120px;
  }
  .favorites {
    padding: 40px 0 50px;
  }
  .favorites__empty {
    padding: 60px 0 100px;
  }
  .favorites__empty-title {
    font-size: 26px;
  }
  .favorites__empty-text {
    margin-bottom: 30px;
  }
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .contacts-side:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
  }
  .contacts-side:nth-child(2) {
    max-width: 100%;
  }
  .contacts-slider {
    max-width: calc(100% + 72px);
    margin: 0 -36px;
  }
  .contacts-slider .swiper-slide {
    height: 440px;
  }
  .contacts-form .form {
    padding: 60px 0 0 0;
    max-width: 100%;
  }
  .contacts-form .form button {
    width: 270px;
  }
  .contacts-form .form input {
    width: 270px;
  }
  .confirm-email {
    padding: 200px 0 300px;
    max-width: 425px;
  }
  .confirm-email-text {
    max-width: 330px;
  }
  .confirm-success {
    padding: 200px 0 300px;
    max-width: 580px;
  }
  .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order-box {
    margin-bottom: 50px;
  }
  .order-box.single {
    margin-bottom: 50px;
  }
  .order-box.triple {
    grid-template-columns: calc(50% - 15px) 1fr 1fr;
  }
  .order-box.triple .form-el {
    width: 100%;
  }
  .order-box.triple .form-el:first-child {
    width: 100%;
  }
  .order-box.multi .form-el {
    width: calc(25% - 23px);
  }
  .order-box.multi .form-el:first-child, .order-box.multi .form-el:nth-child(2) {
    width: calc(50% - 15px);
  }
  .order-box.multi .form-el:last-child {
    width: calc(50% - 15px);
  }
  .order__form {
    max-width: 100%;
  }
  .order__aside {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  .order__aside .accordion-item .panel {
    max-height: 0;
  }
  .order__aside .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    height: 70px;
    border-top: 1px solid var(--color-grey-light);
    border-bottom: 1px solid var(--color-grey-light);
  }
  .order__aside .accordion-title .rotate {
    margin-left: -7px;
  }
  .order__aside .accordion-price {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-left: auto;
  }
  .order__bottom {
    max-width: calc(50% - 15px);
  }
  .order .basket-inner {
    border-top: none;
    padding: 15px 0;
    max-height: 100%;
  }
  .order .basket-item {
    gap: 20px;
  }
  .order.np .wcus-checkout-fields {
    bottom: 400px !important;
  }
  .woocommerce-checkout-payment {
    margin-top: 50px;
  }
  .profile__table-top-item:nth-child(2) {
    left: 134px;
  }
  .profile__table-top-item:nth-child(3) {
    left: 254px;
  }
  .profile__table-top-item:nth-child(4) {
    left: 395px;
  }
  .profile__table-top-item:nth-child(5) {
    left: 561px;
  }
  .profile-empty {
    margin-top: 80px;
  }
  .profile-empty-title {
    font-size: 26px;
    line-height: 100%;
  }
  .profile .basket-item img {
    width: 150px;
    height: 195px;
  }
  .profile .accordion-title {
    gap: 45px;
  }
  .profile .accordion-title-item {
    max-width: 145px;
  }
  .profile .accordion-title-item:nth-child(2) {
    left: 134px;
  }
  .profile .accordion-title-item:nth-child(3) {
    left: 254px;
  }
  .profile .accordion-title-item:nth-child(4) {
    left: 395px;
  }
  .profile .accordion-title-item:nth-child(5) {
    left: 561px;
  }
  .privacy__title {
    margin-bottom: 20px;
  }
  .privacy__inner {
    max-width: 570px;
    line-height: 130%;
  }
  .privacy p {
    margin-bottom: 20px;
  }
  .privacy p:last-child {
    margin-bottom: 0;
  }
  .privacy ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 26px;
  }
  .content {
    padding: 30px 0 40px;
  }
  .container {
    max-width: calc(100% - 30px);
  }
  label,
  .chosen {
    font-size: 14px;
  }
  .slider__top {
    margin-bottom: 16px;
  }
  .swiper-pagination.custom {
    bottom: 32px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .blog-item-img {
    height: 220px;
  }
  .blog-item-title {
    font-size: 18px;
  }
  .blog-item-text {
    font-size: 12px;
  }
  .blog-item-date {
    font-size: 12px;
  }
  .count-box {
    width: 76px;
  }
  .count-button {
    height: 20px;
  }
  .count-button svg {
    height: 20px;
    width: 20px;
  }
  .count-button svg path,
  .count-button svg circle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .count-button:disabled svg path,
  .count-button:disabled svg circle {
    stroke: var(--color-grey-secondary);
  }
  .count-quantity {
    font-size: 14px;
    line-height: 100%;
  }
  .form {
    padding: 50px 0 40px;
    max-width: calc(100% - 30px);
  }
  .form-title {
    margin-bottom: 20px;
  }
  .form-content {
    margin-bottom: 40px;
  }
  .form-button {
    margin-top: 30px;
  }
  .form-box {
    margin-bottom: 40px;
  }
  .form .auth-btn {
    font-size: 12px;
    line-height: 100%;
    width: 50%;
    gap: 7px;
  }
  .form .underline {
    font-size: 12px;
    line-height: 14px;
  }
  .form .none-account {
    margin-top: 18px;
    font-size: 12px;
    line-height: 14px;
  }
  .form .none-account a {
    font-size: 12px;
    line-height: 14px;
  }
  .modal {
    width: 100%;
    height: 100%;
  }
  .modal-inner .form-box {
    max-width: calc(100% - 30px);
  }
  .modal-success .title {
    margin-bottom: 20px;
  }
  .modal-success .modal-button {
    width: 100%;
  }
  .modal-success p {
    font-size: 14px;
    line-height: 130%;
  }
  .modal-success img {
    margin-bottom: 25px;
  }
  .modal div.modal-close {
    right: 17px;
    top: 17px;
  }
  .modal-button {
    margin: 30px auto 0;
  }
  .pagination {
    margin-top: 30px;
  }
  .header {
    height: 80px;
    padding: 18px 0;
  }
  .header-logo {
    height: 44px;
  }
  .header__top {
    height: 44px;
  }
  .header__box-link {
    display: none;
  }
  .header__box-link:last-child {
    display: block;
  }
  .menu-adaptive {
    width: 100%;
    padding: 28px 15px;
  }
  .menu-adaptive-box {
    gap: 32px;
  }
  .menu-adaptive .menu {
    gap: 30px;
    height: calc(100vh - 175px);
  }
  .menu-adaptive .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
  }
  .menu-adaptive .menu-link:last-child {
    margin-top: 25px;
  }
  .menu-adaptive .menu-link .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 16px;
    top: 2px;
    border-radius: 50%;
    background-color: var(--color-pink);
    font-size: 13px;
    line-height: 13px;
    width: 24px;
    height: 24px;
  }
  .menu-adaptive .menu-link img {
    margin-right: 24px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    gap: 40px;
  }
  .footer__top .footer-box:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__top .footer-link:first-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .main-banner {
    height: calc(100vh - 78px);
  }
  .main-banner video,
  .main-banner picture,
  .main-banner img {
    height: calc(100vh - 78px);
  }
  .main-banner .container {
    height: calc(100vh - 78px);
  }
  .main-banner-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 50px;
  }
  .main-banner .btn-white {
    margin: 0 auto;
  }
  .blog-list__inner {
    grid-template-columns: 1fr;
  }
  .catalog__top {
    margin-bottom: 30px;
  }
  .catalog__chosen {
    margin-bottom: 30px;
  }
  .catalog__inner {
    grid-template-columns: 1fr;
  }
  .catalog-item picture,
  .catalog-item img {
    height: auto;
  }
  .basket__top,
  .filter__top {
    padding: 20px 15px;
  }
  .basket__content,
  .filter__content {
    height: calc(100vh - 241px);
    padding: 30px 15px;
    gap: 26px;
  }
  .basket .basket__content,
  .filter .basket__content {
    height: calc(100vh - 197px);
    padding: 20px 15px;
  }
  .basket .basket__content img,
  .filter .basket__content img {
    width: 65px;
    height: 84px;
  }
  .basket__bottom,
  .filter__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 15px;
    gap: 15px;
  }
  .basket-empty img,
  .filter-empty img {
    margin-bottom: 20px;
  }
  .basket-empty-title,
  .filter-empty-title {
    font-size: 18px;
  }
  .basket-item {
    gap: 10px;
  }
  .basket-item-top {
    gap: 10px;
    margin-bottom: 8px;
  }
  .basket-item-box {
    font-size: 12px;
    color: var(--color-grey-secondary);
  }
  .basket-item-delete {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .basket-item-param {
    font-size: 12px;
  }
  .basket-item .count-box {
    margin: 0;
  }
  .basket-item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lookbook-banner .container {
    padding: 80px 0 43px;
  }
  .lookbook-banner-title {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .lookbook-banner-date {
    font-size: 26px;
    line-height: 100%;
  }
  .lookbook {
    padding: 80px 0 40px;
  }
  .lookbook__text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 80px;
  }
  .lookbook__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .lookbook__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .lookbook-item.full-width {
    grid-area: none;
  }
  .lookbook__bottom {
    margin: 80px auto 0;
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
  .lookbook__bottom .btn-grey {
    width: 100%;
  }
  .blog-banner .container {
    padding: 80px 0 30px;
  }
  .blog-banner-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .blog-page {
    padding: 40px 0;
  }
  .blog-page__content {
    margin-bottom: 80px;
  }
  .blog-page h3, .blog-page__title {
    max-width: 100%;
  }
  .blog-page > p, .blog-page__text {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .blog-page .img-box {
    margin-bottom: 40px;
  }
  .blog-page .share {
    margin-bottom: 80px;
  }
  .blog-page .share__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .blog-page .share__box {
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .blog-page .share__box-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-page .share__box-item svg {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .blog-page .video {
    margin-bottom: 80px;
  }
  .stockists {
    padding: 30px 0 40px;
  }
  .stockists-item {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-grey);
  }
  .stockists-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .stockists-item-line {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .stockists-item-link {
    font-size: 14px;
  }
  .stockists-item-worktime {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .stockists-item-side:first-child {
    display: none;
  }
  .about-us {
    padding: 40px 0;
  }
  .about-us .scroll-wrapper {
    margin-bottom: 40px;
  }
  .about-us .scroll-wrapper.images {
    height: 140px;
  }
  .about-us .scroll-wrapper.images img {
    margin: 0 5px;
  }
  .about-us .scroll-wrapper.images .scroll-line {
    height: 140px;
  }
  .about-us .scroll span {
    margin: 0 10px;
  }
  .about-us__top {
    padding-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us__top-text {
    font-size: 16px;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about-us__top .line {
    width: 50px;
    margin-right: 15px;
  }
  .about-us__top img {
    position: static;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
  }
  .about-us__middle {
    padding: 0;
    margin-bottom: 80px;
  }
  .about-us__middle > p {
    margin-bottom: 30px;
  }
  .about-us__middle .img-wrap {
    margin-bottom: 90px;
  }
  .about-us__middle .above-img {
    bottom: -60px;
    width: 140px;
    height: 198px;
  }
  .about-us__middle .main-img {
    width: 190px;
    height: 228px;
    margin-bottom: 0;
  }
  .about-us__info {
    margin-bottom: 110px;
    padding: 0;
  }
  .about-us__info img {
    width: 236px;
    height: 276px;
    margin: 30px 0;
  }
  .about-us__custom {
    padding: 0;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us__custom .side:nth-child(1) {
    text-align: end;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about-us__custom .above-img {
    top: -69px;
    left: 0px;
    width: 140px;
    height: 161px;
    display: none;
  }
  .about-us__custom .main-img {
    width: 190px;
    height: 234px;
  }
  .about-us__custom-above-title {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 40px;
  }
  .about-us__custom-title {
    font-size: 20px;
    line-height: 24px;
  }
  .about-us__custom .btn-grey {
    width: 100%;
  }
  .about-us__bottom {
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .about-us__bottom .img-wrap {
    width: 240px;
    height: 240px;
  }
  .about-us__bottom .img-wrap::after {
    width: 240px;
    height: 240px;
  }
  .about-us__bottom img {
    width: 240px;
    height: 240px;
  }
  .about-us__bottom-title {
    font-size: 18px;
    line-height: 22px;
    margin: -23px 0 20px;
  }
  .about-us__bottom p {
    font-size: 16px;
    line-height: 130%;
  }
  .about-us__bottom .btn-grey {
    width: 100%;
  }
  .about-us__link {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about-us__link a {
    font-style: italic;
  }
  .product {
    padding: 30px 0 40px;
  }
  .product__inner {
    margin-bottom: 80px;
  }
  .product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .product-price {
    font-size: 18px;
  }
  .product-line.options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-line.options .select-top {
    min-width: calc(50vw - 20px);
  }
  .product-line.options .select-wrap {
    margin-left: 0;
  }
  .product-line.options .underline {
    margin: 20px auto 0;
  }
  .product-line.info {
    margin-bottom: 40px;
  }
  .product-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 35px;
  }
  .product-bottom span {
    text-align: center;
    width: 100%;
  }
  .product .slider-wrap {
    margin-bottom: 100px;
  }
  .product .slider-wrap .catalog-slider {
    overflow: hidden;
  }
  .message {
    top: 100px;
    padding: 15px 20px;
    gap: 10px;
    font-size: 14px;
    line-height: 100%;
  }
  .message img {
    width: 24px;
    height: 24px;
  }
  .favorites {
    padding: 30px 0 40px;
  }
  .favorites__empty {
    padding: 50px 0 84px;
  }
  .favorites__empty-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .favorites__empty-text {
    margin-bottom: 30px;
  }
  .favorites__empty .btn {
    width: 100%;
  }
  .contacts {
    gap: 42px;
  }
  .contacts-item-title {
    margin-bottom: 10px;
  }
  .contacts-side:first-child {
    gap: 30px;
  }
  .contacts-slider {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .contacts-slider .swiper-slide {
    height: 300px;
  }
  .contacts .swiper-pagination {
    bottom: 15px;
  }
  .contacts-form .form {
    padding: 50px 0 0 0;
  }
  .contacts-form .form-text {
    max-width: 100%;
  }
  .contacts-form .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .contacts-form .form button {
    width: 100%;
  }
  .contacts-form .form input {
    width: 100%;
  }
  .confirm-email {
    padding: 50px 0 86px;
    max-width: 100%;
  }
  .confirm-email img {
    height: 60px;
  }
  .confirm-email-title {
    margin-bottom: 20px;
  }
  .confirm-email-text {
    max-width: calc(100% - 30px);
  }
  .confirm-email .send-again {
    font-size: 14px;
    line-height: 100%;
  }
  .confirm-email .underline {
    margin-top: 40px;
  }
  .confirm-success {
    padding: 80px 0 114px;
    max-width: calc(100% - 30px);
  }
  .confirm-success img {
    height: 60px;
  }
  .order-title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .order-box {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .order-box.single {
    margin-bottom: 50px;
  }
  .order-box.triple {
    grid-template-columns: 1fr;
  }
  .order-box.triple .form-el {
    width: 100%;
  }
  .order-box.triple .form-el:first-child {
    width: 100%;
  }
  .order-box.multi {
    grid-template-columns: 1fr;
  }
  .order-box.multi .form-el {
    width: 100%;
  }
  .order-box.multi .form-el:first-child, .order-box.multi .form-el:nth-child(2) {
    width: 100%;
  }
  .order-box.multi .form-el:last-child {
    width: 100%;
  }
  .order__aside .accordion-item {
    margin-bottom: 50px;
  }
  .order__aside .accordion-title {
    font-size: 14px;
    height: 60px;
  }
  .order-text, .order-price {
    font-size: 14px;
  }
  .order__bottom {
    max-width: 100%;
  }
  .order .basket-item {
    gap: 10px;
  }
  .order .basket-item-top {
    position: static;
  }
  .order .basket-item-price {
    position: absolute;
    bottom: 0;
    left: 45px;
  }
  .order .basket-item-param {
    font-size: 14px;
  }
  .wc_payment_methods.payment_methods.methods {
    padding-bottom: 80px !important;
  }
  .iti__flag-container {
    border-bottom: 1px solid var(--color-grey-secondary);
  }
  .woocommerce-checkout #payment div.payment_box {
    position: absolute;
    right: auto;
    top: auto;
    bottom: -85px;
  }
  .woocommerce .order.ua ul#shipping_method {
    padding-bottom: 40px !important;
  }
  .order.np .shop_table.woocommerce-checkout-review-order-table {
    padding-bottom: 180px;
  }
  .order.np .wc_payment_methods.payment_methods.methods {
    padding-bottom: 0 !important;
  }
  .order.np .wcus-checkout-fields {
    width: 100%;
    bottom: 385px !important;
  }
  .woocommerce .order.ua .order-message.fixed3 {
    width: 100% !important;
  }
  .woocommerce-checkout-payment {
    margin-top: 70px;
  }
  .profile-text {
    margin-bottom: 40px;
  }
  .profile__info {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 60px;
  }
  .profile__table-top {
    display: block;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    padding: 14px 0;
    gap: 0;
  }
  .profile__table-top-item {
    position: static;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 100%;
  }
  .profile__table-top-item:last-child {
    margin-left: 0;
  }
  .profile-empty {
    margin-top: 50px;
  }
  .profile-empty img {
    margin-bottom: 2px;
  }
  .profile-empty-title {
    font-size: 26px;
    line-height: 130%;
  }
  .profile-empty-text {
    margin-bottom: 30px;
  }
  .profile-empty-button {
    width: 100%;
  }
  .profile .basket-inner {
    margin-top: 25px;
  }
  .profile .basket-item-title {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .profile .basket-item-box {
    margin-bottom: 10px;
  }
  .profile .basket-item-quantity {
    margin-bottom: 0;
  }
  .profile .basket-item-price {
    position: absolute;
    bottom: 0;
    left: 45px;
    font-size: 14px;
    line-height: 100%;
  }
  .profile .basket-item img {
    width: 65px;
    height: 84px;
  }
  .profile .accordion-item .panel {
    padding-top: 25px;
  }
  .profile .accordion-title {
    display: block;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: 0;
    height: auto;
    padding: 14px 0;
    font-size: 12px;
    line-height: 100%;
    padding-right: 30px;
  }
  .profile .accordion-title .rotate {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .profile .accordion-title .rotate svg {
    width: 20px;
    height: 20px;
  }
  .profile .accordion-title-item {
    position: static;
    max-width: 100%;
    margin-bottom: 6px;
  }
  .profile .accordion-title-item:nth-child(4), .profile .accordion-title-item:nth-child(5) {
    margin-left: 15px;
  }
  .profile .logout {
    margin-top: 35px;
  }
}