@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
}
*::-webkit-scrollbar-thumb {
  background-color: #000;
}
*::-webkit-scrollbar-track {
  background-color: #fff;
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: #000;
}
*::-webkit-scrollbar {
  width: 8px;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  font-family: inherit;
  color: inherit;
}

ul li {
  list-style: none;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=number]::-ms-clear,
input[type=number]::-ms-expand {
  display: none;
}

@font-face {
  font-family: UbuntuSans;
  font-display: swap;
  src: url("../fonts/UbuntuSans-Bold.woff2") format("woff2"), url("../fonts/UbuntuSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: UbuntuSans;
  font-display: swap;
  src: url("../fonts/UbuntuSans-Medium.woff2") format("woff2"), url("../fonts/UbuntuSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: UbuntuSans;
  font-display: swap;
  src: url("../fonts/UbuntuSans-Regular.woff2") format("woff2"), url("../fonts/UbuntuSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: UbuntuSans;
  font-display: swap;
  src: url("../fonts/UbuntuSans-SemiBold.woff2") format("woff2"), url("../fonts/UbuntuSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100%;
  height: auto;
  background: #fff;
  color: #000;
  font-family: UbuntuSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 122.222222%;
  position: relative;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 54;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll .header::after {
  border-bottom: 1px solid #eaf0ee;
}
body.no-scroll::after {
  opacity: 1;
}
@media (width < 767px) {
  body.no-scroll .header::after {
    border-bottom: none;
  }
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

main {
  flex: 1 1 auto;
  padding-top: 72px;
}

.container {
  width: min(100% - 60px, 1860px);
  margin-inline: auto;
}
@media (width < 767px) {
  .container {
    width: calc(100% - 20px);
  }
}

/*---------------------------------------------------------------------------
Titles
---------------------------------------------------------------------------*/
.title {
  font-size: 64px;
  font-weight: 700;
  line-height: 90%;
  text-transform: lowercase;
  margin-bottom: 40px;
}
@media (width < 1200px) {
  .title {
    font-size: 58px;
  }
}
@media (width < 980px) {
  .title {
    font-size: 50px;
  }
  .title br {
    display: none;
  }
}
@media (width < 767px) {
  .title {
    font-size: 40px;
  }
}
@media (width < 359px) {
  .title {
    font-size: 36px;
  }
}

.subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (width < 1200px) {
  .subtitle {
    font-size: 28px;
  }
}
@media (width < 980px) {
  .subtitle {
    font-size: 26px;
  }
  .subtitle br {
    display: none;
  }
}
@media (width < 767px) {
  .subtitle {
    font-size: 24px;
  }
}
@media (width < 359px) {
  .subtitle {
    font-size: 20px;
  }
}

/*---------------------------------------------------------------------------
Buttons
---------------------------------------------------------------------------*/
.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 32px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border: 4px solid #000;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn svg {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .btn:hover {
    background: #ffcd2a;
  }
  .btn:hover svg {
    transform: rotate(45deg);
  }
}
@media (width < 767px) {
  .btn {
    font-size: 24px;
    padding: 8px 12px;
  }
  .btn svg {
    width: 22px;
    height: 22px;
  }
}

.btn-orange {
  background: #ffcd2a;
  border-color: #ffcd2a;
}
@media (hover: hover) {
  .btn-orange:hover {
    background: #fff;
    border-color: #000;
    color: #000;
  }
}

.btn-white,
.btn-black,
.btn-orange-sm {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 22px 28px;
  border: 2px solid #000;
  white-space: nowrap;
  min-height: 64px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn-white svg,
.btn-black svg,
.btn-orange-sm svg {
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .btn-white:hover,
  .btn-black:hover,
  .btn-orange-sm:hover {
    background: #f8e9bb;
  }
}
@media (width < 767px) {
  .btn-white,
  .btn-black,
  .btn-orange-sm {
    min-height: 48px;
    padding: 14px 28px;
  }
}

.btn-black {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .btn-black:hover {
    background: #ffcd2a;
    color: #000;
  }
}

.btn-orange-sm {
  background: #ffcd2a;
}
@media (hover: hover) {
  .btn-orange-sm:hover {
    background: #000;
    color: #fff;
  }
}

.splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #eaf0ee;
  opacity: 1;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.splide__arrow:disabled {
  opacity: 0.2;
}
@media (hover: hover) {
  .splide__arrow:not(:disabled):hover {
    background: #f8e9bb;
  }
}

@media (width < 767px) {
  .splide__arrow--next {
    right: 0;
  }
}

@media (width < 767px) {
  .splide__arrow--prev {
    left: 0;
  }
}

.splide__pagination__page {
  background: transparent;
  border: 2px solid #000;
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
}

/*---------------------------------------------------------------------------
Form elements
---------------------------------------------------------------------------*/
.input,
.textarea {
  font-family: UbuntuSans;
  padding: 16px 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  height: 64px;
  resize: none;
  border: 2px solid #000;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 0;
}
.input:user-invalid,
.textarea:user-invalid {
  border-color: red;
}
.input::placeholder,
.textarea::placeholder {
  color: #000;
  opacity: 1;
}
.input:focus,
.textarea:focus {
  background-color: #f8e9bb;
}
.input:disabled,
.textarea:disabled {
  color: #d8dbde;
  border-color: #d8dbde;
  pointer-events: none;
}
@media (hover: hover) {
  .input:hover,
  .textarea:hover {
    background-color: #f8e9bb;
  }
}
@media (width < 767px) {
  .input,
  .textarea {
    height: 48px;
    padding: 8px 16px;
  }
}

.search__form {
  display: flex;
  align-items: center;
  height: 64px;
  width: 100%;
  max-width: 442px;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.search__form input {
  padding: 10px 16px;
  width: 100%;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.search__form input::placeholder {
  color: #d8dbde;
}
.search__send {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.search__send svg {
  width: 32px;
  height: 32px;
}
.search__send:disabled {
  color: #eaf0ee;
}
@media (hover: hover) {
  .search__send:not(:disabled):hover {
    color: #ffcd2a;
  }
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px 12px 24px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 2px #000;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: #fff;
}
.custom-radio input {
  display: none;
}
.custom-radio:not(:has(svg)) {
  padding-right: 24px;
}
.custom-radio svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  max-width: 0;
  transition: all 0.3s ease;
}
.custom-radio:has(input:checked) {
  background: #000;
  color: #fff;
  padding-right: 24px;
}
.custom-radio:has(input:checked) svg {
  max-width: 14px;
}
@media (hover: hover) {
  .custom-radio:hover {
    background: #f8e9bb;
  }
}
@media (width < 767px) {
  .custom-radio {
    max-width: 90%;
    white-space: unset;
    line-height: 1;
  }
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 269px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  z-index: 55;
}
.custom-dropdown__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 0 0 2px #000;
  padding: 8px 8px 8px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  z-index: 2;
}
.custom-dropdown__button.active .custom-dropdown__icon {
  scale: 1 -1;
}
@media (hover: hover) {
  .custom-dropdown__button:hover {
    background-color: #f8e9bb;
  }
}
@media (width < 767px) {
  .custom-dropdown__button {
    padding: 6px 8px 6px 24px;
    min-height: 40px;
  }
}
.custom-dropdown__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.custom-dropdown__icon svg {
  width: 11px;
  height: 11px;
}
.custom-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;
  gap: 2px;
  display: flex;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform;
}
@starting-style {
  .custom-dropdown__list.show {
    transform: scaleY(0);
    opacity: 0;
  }
}
.custom-dropdown__list.show {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
.custom-dropdown__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  box-shadow: 0 0 0 2px #000;
  padding: 8px 8px 8px 24px;
  cursor: pointer;
  background: #fff;
  z-index: 55;
  transition: all 0.3s ease;
}
.custom-dropdown__item svg {
  width: 16px;
  height: 16px;
}
@media (hover: hover) {
  .custom-dropdown__item:hover {
    background-color: #f8e9bb;
  }
}
.custom-dropdown__item.-black {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .custom-dropdown__item.-black:hover {
    background: #f8e9bb;
    color: #000;
  }
}

.agree-policy {
  padding: 16px 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  cursor: pointer;
}
.agree-policy input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.agree-policy:has(input:user-invalid) .agree-policy__box {
  border-color: red;
}
.agree-policy a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .agree-policy a:hover {
    color: #ffcd2a;
  }
}
.agree-policy__box {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  position: relative;
}
.agree-policy__box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: url(../img/icons/icon-check.svg) center/80% 80% no-repeat, #000;
  opacity: 0;
}
.agree-policy:has(input:checked) .agree-policy__box::after {
  opacity: 1;
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.file-upload input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.file-upload:has(input:user-invalid) .file-upload__button {
  border-color: red;
}
@media (width < 600px) {
  .file-upload {
    flex-direction: column;
    align-items: flex-start;
  }
}
.file-upload__button {
  padding: 16px;
  height: 64px;
  width: 249px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .file-upload__button:hover {
    background: #f8e9bb;
  }
}
.file-upload__button svg {
  width: 24px;
  height: 24px;
}
@media (width < 600px) {
  .file-upload__button {
    height: 48px;
    padding: 8px 16px;
    width: 100%;
  }
}
.file-upload__container {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
Other
---------------------------------------------------------------------------*/
.breadcrubms {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (width < 767px) {
  .breadcrubms {
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 4px;
    flex-wrap: wrap;
  }
}
.breadcrubms__link, .breadcrubms__current {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.8;
  color: #d8dbde;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 2px;
  height: 32px;
  overflow: hidden;
  text-transform: uppercase;
}
.breadcrubms__link svg, .breadcrubms__current svg {
  width: 13px;
  height: 13px;
  transition: all 0.3s ease;
}
@media (width < 767px) {
  .breadcrubms__link, .breadcrubms__current {
    white-space: unset;
    height: auto;
    line-height: 104%;
  }
}
@media (width < 359px) {
  .breadcrubms__link, .breadcrubms__current {
    font-size: 14px;
  }
}
@media (width < 767px) {
  .breadcrubms__current {
    padding: 8px 12px;
  }
}
.breadcrubms__link {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrubms__link:hover {
    background: #d8dbde;
    color: #000;
  }
  .breadcrubms__link:hover svg {
    transform: rotate(-135deg);
  }
}
.breadcrubms__current {
  border: 1px solid #d8dbde;
}

.tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  padding: 10px 24px;
  height: 40px;
  box-shadow: 0px 0px 0 2px #000;
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .tag:hover {
    background: #f8e9bb;
  }
}
@media (width < 767px) {
  .tag {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.password-area {
  position: relative;
}

.password-input {
  padding-right: 60px;
}

.password-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  z-index: 5;
  cursor: pointer;
  transform: translateY(-50%);
}
.password-icon svg {
  width: 100%;
  height: 100%;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.password-icon.active .password-icon__opened {
  display: none;
}
.password-icon.active .password-icon__closed {
  display: block;
}
.password-icon__opened {
  display: block;
}
.password-icon__closed {
  display: none;
}

/*---------------------------------------------------------------------------
Popups
---------------------------------------------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear 0s;
  overflow-x: hidden;
}
.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.show .popup__body {
  transform: translateX(0);
  opacity: 1;
}
.popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  width: 502px;
  height: 100%;
  margin-left: auto;
  padding: 30px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s linear 0s;
  will-change: transform opacity;
  box-shadow: 0px 4px 27.8px 0px rgba(0, 0, 0, 0.25);
}
@media (width < 600px) {
  .popup__body {
    width: 100%;
    transform: translateX(-100%);
    padding: 20px 10px;
  }
}
.popup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 160px;
}
@media (width < 600px) {
  .popup__head {
    margin-bottom: 60px;
  }
}
.popup__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.popup__back {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup__back svg {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
@media (hover: hover) {
  .popup__back:hover {
    background: #d8dbde;
  }
}
.popup__content {
  flex: 1;
}
.popup__form {
  width: 100%;
}
.popup__form-subtitle {
  padding: 16px 0;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 104%;
  text-transform: uppercase;
}
.popup__form-area:not(:last-child) {
  margin-bottom: 8px;
}
.popup__buttons {
  margin-top: 40px;
}
@media (width < 600px) {
  .popup__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .popup__buttons > * {
    width: 100%;
  }
}

.check-popup__body {
  display: flex;
  flex-direction: row;
  width: 1477px;
}
@media (width < 1500px) {
  .check-popup__body {
    width: calc(100% - 40px);
  }
}
@media (width < 1100px) {
  .check-popup__body {
    width: 502px;
    flex-direction: column;
  }
}
@media (width < 600px) {
  .check-popup__body {
    width: 100%;
  }
}
@media (width < 1100px) {
  .check-popup .popup__head {
    margin-bottom: 40px;
    order: -2;
  }
}
@media (width < 1100px) {
  .check-popup .popup__content {
    order: -1;
    margin-bottom: 40px;
  }
}
.check-popup__invoice {
  background: #eaf0ee;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-popup__invoice img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (width < 1100px) {
  .check-popup__invoice {
    margin-bottom: 70px;
    padding: 10px;
  }
}
@media (width < 600px) {
  .check-popup__invoice {
    margin-bottom: 40px;
    max-height: calc(100vh - 40px - 80px - 74px - 84px - 144px);
  }
}
.check-popup__info {
  flex: 0 0 502px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
@media (width < 1100px) {
  .check-popup__info {
    padding: 0;
    display: contents;
  }
}
.check-popup__table {
  width: 100%;
}
.check-popup__table td,
.check-popup__table th {
  text-align: left;
}
.check-popup__table td:first-child,
.check-popup__table th:first-child {
  padding-right: 30px;
}
.check-popup__table th {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 104%;
}
.check-popup__table td {
  padding-top: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (width < 767px) {
  .check-popup__table td {
    padding-top: 10px;
  }
}
.check-popup__table tbody td {
  white-space: nowrap;
}

.cancel-order-popup .popup__form-subtitle {
  margin-bottom: 80px;
}
.cancel-order-popup .check-popup__table {
  margin-bottom: 80px;
}

.cancel-order-success-popup table {
  color: #d8dbde;
}

.auth-popup .input::placeholder {
  color: #d8dbde;
}
@media (width < 600px) {
  .auth-popup .input,
  .auth-popup .textarea {
    height: 64px;
    padding: 16px 8px;
  }
}

.registration-popup .input::placeholder {
  color: #d8dbde;
}
.registration-popup .custom-dropdown {
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 8px;
}
.registration-popup .custom-dropdown .custom-dropdown__button {
  box-shadow: none;
  border: 2px solid #000;
}
.registration-popup .custom-dropdown .custom-dropdown__list {
  gap: 0;
}
.registration-popup .custom-dropdown .custom-dropdown__item {
  box-shadow: none;
  border: 2px solid #000;
  border-top: none;
}
.registration-popup .password-area {
  margin-top: 32px;
}
.registration-popup .agree-policy {
  padding: 0;
  margin-top: 70px;
}
@media (width < 600px) {
  .registration-popup .input,
  .registration-popup .textarea {
    height: 64px;
    padding: 16px 8px;
  }
}

.registration-success-popup .popup__head {
  margin-bottom: 80px;
}

.request-popup .agree-policy {
  margin-top: 40px;
}

.invoice-popup .popup__form-subtitle {
  padding: 0;
}

.cart-popup .popup__head {
  margin-bottom: 80px;
}
.cart-popup .popup__title span {
  color: #d8dbde;
}
.cart-popup__products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.cart-popup .popup__buttons {
  margin-top: 80px;
}

#pdf-viewer {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  text-align: center;
  max-width: 100%;
}
#pdf-viewer canvas {
  max-width: 100%;
  max-height: 100%;
}
@media (width < 1100px) {
  #pdf-viewer {
    max-height: 480px;
  }
}
@media (width < 600px) {
  #pdf-viewer {
    max-height: calc(100vh - 422px);
  }
}

/*---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  transition: box-shadow 0.2s;
}
.header.fixed {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (width < 1300px) {
  .header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    background: #fff;
    z-index: 56;
  }
}
.header__body {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header__logo {
  max-width: 62px;
  z-index: 57;
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}

/*---------------------------------------------------------------------------
Menu
---------------------------------------------------------------------------*/
.menu {
  display: flex;
}
.menu__icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
}
.menu__icon svg {
  width: 24px;
  height: 24px;
}
.menu__icon svg .line {
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}
.menu__icon.active .line.top {
  width: 12px;
  transform: translate(-2px, 2px) rotate(45deg);
}
.menu__icon.active .line.bottom {
  width: 12px;
  transform: translate(-2px, -2px) rotate(-45deg);
}
@media (width < 1300px) {
  .menu__icon {
    display: flex;
    z-index: 57;
  }
}
.menu__mobile {
  display: none;
}
@media (width < 1300px) {
  .menu__mobile {
    display: flex;
    align-items: center;
    z-index: 57;
  }
}
.menu__mobile-link {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #000;
  border-right: none;
}
.menu__mobile-link svg {
  width: 19px;
  height: 19px;
}
.menu__mobile-link.menu__mobile-cart {
  background: #f8e9bb;
  padding: 8px 8px 8px 16px;
}
.menu__mobile-link.menu__mobile-fav {
  width: 40px;
}
.menu__body {
  display: flex;
  align-items: center;
}
@media (width < 1300px) {
  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s linear;
    width: 100%;
    height: auto;
    padding: 100px 30px 30px;
    background: #fff;
    z-index: 55;
    justify-content: flex-end;
  }
  .menu__body.active {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (width < 1200px) {
  .menu__body {
    display: grid;
    grid-template-columns: 400px;
    justify-content: center;
    max-height: 100vh;
    overflow-y: auto;
  }
  .menu__body > * {
    width: 400px;
  }
}
@media (width < 500px) {
  .menu__body {
    padding: 96px 10px 16px;
    grid-template-columns: 1fr;
  }
  .menu__body > * {
    width: 100%;
  }
}
.menu__search {
  position: relative;
  border: 2px solid #000;
  border-right: none;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.menu__search.active {
  transition: none;
}
.menu__search.active .menu__search-form input {
  max-width: 209px;
  padding: 6px 16px;
  opacity: 1;
}
.menu__search.active .menu__search-btn:hover svg {
  color: #ffcd2a;
}
@media (hover: hover) {
  .menu__search:not(.active):hover {
    background: #f8e9bb;
  }
}
@media (width < 1200px) {
  .menu__search {
    border-right: 2px solid #000;
    margin-bottom: 80px;
    height: 64px;
  }
}
.menu__search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu__search-form input {
  max-width: 0;
  padding: 0;
  color: #000;
  font-family: UbuntuSans;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 0.8);
}
.menu__search-form input::placeholder {
  color: rgb(216, 219, 222);
}
@media (width < 1200px) {
  .menu__search-form {
    height: 60px;
  }
  .menu__search-form input {
    max-width: 100%;
    width: 100%;
    height: 62px;
    padding: 0 16px;
    opacity: 1;
  }
}
.menu__search-btn {
  flex: 0 0 40px;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__search-btn svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.menu__search-btn:disabled svg {
  color: #d8dbde;
}
.menu__link, .menu__button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 23px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  height: 40px;
  text-transform: uppercase;
  border: 2px solid #000;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  white-space: nowrap;
}
.menu__link svg, .menu__button svg {
  width: 15px;
  height: 15px;
}
.menu__link:has(svg), .menu__button:has(svg) {
  padding-right: 8px;
}
.menu__link:not(:first-of-type), .menu__button:not(:first-of-type) {
  border-left: none;
}
@media (hover: hover) {
  .menu__link:hover, .menu__button:hover {
    background: #f8e9bb;
  }
}
@media (width < 1200px) {
  .menu__link, .menu__button {
    text-align: center;
    justify-content: center;
    height: 48px;
  }
  .menu__link:not(:last-of-type), .menu__button:not(:last-of-type) {
    border-top: none;
  }
  .menu__link:first-of-type, .menu__button:first-of-type {
    border-top: 2px solid #000;
  }
  .menu__link:not(:first-of-type), .menu__button:not(:first-of-type) {
    border-left: 2px solid #000;
  }
  .menu__link.-fav, .menu__button.-fav {
    display: none;
  }
  .menu__link.-orange, .menu__button.-orange {
    border-top: none;
  }
  .menu__link:last-child, .menu__button:last-child {
    margin-top: 40px;
    justify-content: center;
    text-align: center;
    background: #000;
    color: #fff;
  }
  .menu__link:last-child:has(svg), .menu__button:last-child:has(svg) {
    justify-content: space-between;
  }
}
.menu__link.-orange {
  background: #ffcd2a;
}
@media (hover: hover) {
  .menu__link.-orange:hover {
    background: #f8e9bb;
  }
}
.menu__link.-fav {
  width: 40px;
  height: 40px;
  padding: 8px 10px;
}
.menu__link.-fav svg {
  width: 19px;
  height: 19px;
}
.menu__button {
  background: #000;
  color: #fff;
  border-left: none;
}
@media (hover: hover) {
  .menu__button:hover {
    background: #ffcd2a;
    color: #000;
  }
}

/*---------------------------------------------------------------------------
Hero
---------------------------------------------------------------------------*/
.hero__body {
  padding: 30px 0;
}
@media (width < 767px) {
  .hero__body {
    padding: 20px 0;
  }
}
.hero__banner {
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  height: 640px;
}
@media (width < 980px) {
  .hero__banner {
    height: 540px;
  }
}
@media (width < 767px) {
  .hero__banner {
    height: 471px;
    padding: 0;
  }
}
@media (width < 767px) {
  .hero__title {
    margin-top: 20px;
    padding-inline: 10px;
  }
}
.hero__subtitle {
  max-width: 915px;
}
@media (width < 767px) {
  .hero__subtitle {
    padding-inline: 10px;
  }
}
.hero__button {
  margin-top: auto;
}
@media (width < 767px) {
  .hero__button .btn {
    width: 100%;
  }
}
.hero__links {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 30px;
  gap: 2px;
  position: relative;
}
@media (width < 767px) {
  .hero__links {
    padding: 0;
    margin-top: 40px;
  }
  .hero__links .tag:not(:nth-child(1),
  :nth-child(2),
  :nth-child(3),
  :nth-child(4),
  :nth-child(5),
  :nth-child(6),
  .hero__links-all) {
    display: none;
  }
}
.hero__links-all {
  text-align: center;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8e9bb;
  display: none;
}
@media (width < 767px) {
  .hero__links-all {
    display: flex;
  }
}
.hero__links-all svg {
  width: 10px;
  height: 10px;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------------------------------------------------------
Инвойс
---------------------------------------------------------------------------*/
.invoice__body {
  padding: 160px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (width < 980px) {
  .invoice__body {
    flex-direction: column;
    gap: 0;
    padding: 120px 0 80px;
  }
}
.invoice__title {
  flex: 0 1 50%;
}
@media (width < 767px) {
  .invoice__title {
    margin-bottom: 30px;
  }
}
.invoice__send {
  flex: 0 1 50%;
}
@media (width < 767px) {
  .invoice__send .btn {
    width: 100%;
  }
}
.invoice__subtitle {
  max-width: 600px;
  margin-bottom: 40px;
}

/*---------------------------------------------------------------------------
Преимущества
---------------------------------------------------------------------------*/
.advantages {
  background: #f8e9bb;
}
.advantages__body {
  padding: 160px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (width < 1200px) {
  .advantages__body {
    flex-direction: column;
  }
}
@media (width < 980px) {
  .advantages__body {
    padding: 100px 0;
  }
}
@media (width < 767px) {
  .advantages__body {
    padding: 80px 0;
    gap: 0;
  }
}
.advantages__title {
  flex: 0 1 50%;
}
@media (width < 767px) {
  .advantages__title {
    margin-bottom: 80px;
  }
}
.advantages__items {
  flex: 0 1 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 30px;
}
@media (width < 767px) {
  .advantages__items {
    gap: 40px 20px;
  }
}
@media (width < 359px) {
  .advantages__items {
    grid-template-columns: 1fr;
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 16px 0;
}
@media (width < 767px) {
  .advantages__item {
    gap: 24px;
  }
}
.advantages__item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages__item-icon svg {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
}
.advantages__item-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (width < 767px) {
  .advantages__item-name {
    font-size: 16px;
  }
}
.advantages__item-text {
  font-weight: 600;
  line-height: 140%;
}
@media (width < 767px) {
  .advantages__item-text {
    font-size: 14px;
  }
}

/*---------------------------------------------------------------------------
Партнеры
---------------------------------------------------------------------------*/
.partners__body {
  padding: 160px 0;
}
@media (width < 980px) {
  .partners__body {
    padding: 100px 0;
  }
}
@media (width < 767px) {
  .partners__body {
    padding: 80px 0;
  }
}
.partners__title {
  margin-bottom: 80px;
}
.partners__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media (width < 980px) {
  .partners__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 21px;
  }
}
@media (width < 767px) {
  .partners__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__item {
  width: 100%;
}
.partners__item-image {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__item-image img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
@media (width < 980px) {
  .partners__item-image {
    height: 160px;
  }
}
@media (width < 767px) {
  .partners__item-image {
    height: 120px;
  }
}
.partners__item-name {
  font-weight: 600px;
  font-size: 24px;
  line-height: normal;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (width < 767px) {
  .partners__item-name {
    font-size: 16px;
    font-weight: 700;
  }
}

/*---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------*/
.footer__logo {
  margin: 80px 0;
}
.footer__info {
  display: flex;
  gap: 30px;
}
@media (width < 980px) {
  .footer__info {
    flex-direction: column;
  }
}
@media (width < 600px) {
  .footer__info {
    gap: 20px;
  }
}
.footer__col {
  flex: 0 1 50%;
}
.footer__col:first-child {
  border-top: 4px solid #000;
  border-left: 4px solid #000;
}
.footer__col .btn.btn-orange {
  border-left: none;
}
@media (width < 600px) {
  .footer__col .btn.btn-orange {
    width: 100%;
  }
}
.footer__address {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 30px;
  margin-bottom: 70px;
}
@media (width < 600px) {
  .footer__address {
    padding: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
}
.footer__map {
  width: 100%;
  height: 310px;
  filter: grayscale(1);
}
.footer__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}
@media (width < 600px) {
  .footer__more {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 40px 0 10px;
    gap: 40px;
  }
}
.footer__copyright {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  text-transform: uppercase;
}
@media (width < 600px) {
  .footer__copyright {
    width: 100%;
  }
  .footer__copyright p {
    flex: 0 1 50%;
  }
}
.footer__creater {
  color: #d8dbde;
  text-transform: uppercase;
}
.footer__creater a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer__creater a:hover {
    color: #000;
  }
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (width < 600px) {
  .footer__contacts {
    width: 100%;
    flex: 1;
    flex-direction: column;
  }
}
.footer__contact {
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 0 0 2px #000;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer__contact:hover {
    background-color: #f8e9bb;
  }
}
@media (width < 600px) {
  .footer__contact {
    width: 100%;
    text-align: center;
  }
}

/*---------------------------------------------------------------------------
Catalog
---------------------------------------------------------------------------*/
.catalog__body {
  padding-bottom: 160px;
}
@media (width < 767px) {
  .catalog__body {
    padding-bottom: 80px;
  }
}
.catalog__title {
  border-top: 4px solid #000;
  padding: 30px 0 40px;
  margin-bottom: 10px;
}
.catalog__search {
  margin-bottom: 80px;
}
@media (width < 767px) {
  .catalog__search {
    margin-bottom: 72px;
  }
}
.catalog__filters {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px 0;
}
@media (width < 767px) {
  .catalog__filters {
    gap: 80px;
    padding: 20px 0;
  }
}
.catalog__filter-title {
  color: #d8dbde;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 104%;
  margin-bottom: 16px;
}
.catalog__filters-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media (width < 767px) {
  .catalog__filters-items {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.catalog__sort {
  padding: 30px 0;
}
@media (width < 767px) {
  .catalog__sort {
    padding: 80px 0 40px;
  }
}
.catalog__products {
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (width < 1400px) {
  .catalog__products {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (width < 980px) {
  .catalog__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 767px) {
  .catalog__products {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.product-preview {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border: 2px solid #eaf0ee;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}
.product-preview::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  opacity: 0;
  box-shadow: inset 0 0 0 2px #000;
  transition: all 0.3s ease;
}
@media (width < 767px) {
  .product-preview {
    gap: 8px;
  }
}
.product-preview.added-cart .product-preview__cart {
  transform: translateY(110%);
  max-width: 104px;
}
.product-preview.added-cart .product-preview__redirect {
  transform: translate(-3px, 0);
}
@media (hover: hover) {
  .product-preview:hover {
    border-color: transparent;
  }
  .product-preview:hover::after {
    opacity: 1;
  }
  .product-preview:hover .product-preview__icon {
    color: #000;
  }
}
.product-preview__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  width: 100%;
}
@media (width < 767px) {
  .product-preview__head {
    padding: 10px;
  }
}
.product-preview__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 104%;
}
.product-preview__name::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (width < 359px) {
  .product-preview__name {
    font-size: 14px;
  }
}
.product-preview__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eaf0ee;
  transition: all 0.3s ease;
}
.product-preview__icon svg {
  width: 32px;
  height: 32px;
}
@media (width < 767px) {
  .product-preview__icon {
    width: 24px;
    height: 24px;
  }
  .product-preview__icon svg {
    width: 22px;
    height: 22px;
  }
}
.product-preview__image {
  text-align: center;
  width: 62.5%;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.product-preview__image img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
}
.product-preview__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.product-preview__price {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  padding: 8px 16px;
  height: 48px;
}
@media (width < 767px) {
  .product-preview__price {
    padding: 10px;
  }
}
@media (width < 359px) {
  .product-preview__price {
    font-size: 20px;
  }
}
.product-preview__buttons {
  display: flex;
  position: relative;
  z-index: 3;
  padding: 2px;
}
.product-preview__fav {
  background: #ffcd2a;
  box-shadow: 0 0 0 2px #000;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.product-preview__fav svg {
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .product-preview__fav:hover {
    color: #fff;
  }
}
.product-preview__cart {
  padding: 16px 24px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 0 0 0 2px #000;
  transition: all 0.3s ease;
  height: 48px;
}
@media (hover: hover) {
  .product-preview__cart:hover {
    background: #ffcd2a;
    color: #000;
  }
}
.product-preview__redirect {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  background: #ffcd2a;
  box-shadow: 0 0 0 2px #000;
  padding: 6px 8px 6px 16px;
  font-size: 24px;
  transition: all 0.3s ease;
  font-weight: 600;
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 3;
  transform: translateY(calc(100% + 4px));
  transition: all 0.3s ease 0.3s;
}
.product-preview__redirect svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .product-preview__redirect:hover {
    background: #f8e9bb;
  }
  .product-preview__redirect:hover svg {
    transform: rotate(45deg);
  }
}

.page-navigaton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (width < 767px) {
  .page-navigaton {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

.page-info {
  color: #d8dbde;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.page-info span {
  display: inline-block;
  margin-left: 24px;
  color: #000;
}
@media (width < 767px) {
  .page-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 50;
  }
  .page-info span {
    font-weight: 500;
    font-size: 18px;
  }
}

.page-pagination {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (width < 767px) {
  .page-pagination {
    justify-content: space-between;
  }
}
.page-pagination__prev, .page-pagination__page, .page-pagination__next, .page-pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #d8dbde;
  transition: all 0.3s ease;
}
.page-pagination__prev svg, .page-pagination__page svg, .page-pagination__next svg, .page-pagination__dots svg {
  width: 16px;
  height: 16px;
}
@media (width < 767px) {
  .page-pagination__dots {
    display: none;
  }
}
.page-pagination__prev {
  transform: rotate(-180deg);
}
.page-pagination__prev, .page-pagination__next {
  color: #000;
}
.page-pagination__prev.disabled, .page-pagination__next.disabled {
  color: #d8dbde;
}
@media (hover: hover) {
  .page-pagination__prev:not(.disabled):hover, .page-pagination__next:not(.disabled):hover {
    background: #eaf0ee;
  }
}
.page-pagination__pages {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (width < 767px) {
  .page-pagination__pages {
    justify-content: center;
  }
}
.page-pagination__page {
  font-size: 24px;
  font-weight: 600;
}
.page-pagination__page.active {
  color: #000;
}
@media (hover: hover) {
  .page-pagination__page:not(.disabled, .active):hover {
    background: #eaf0ee;
  }
}
@media (width < 767px) {
  .page-pagination__page:not(:first-child) {
    display: none;
  }
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

/*---------------------------------------------------------------------------
Product card
---------------------------------------------------------------------------*/
.product__body {
  padding-bottom: 80px;
}
.product__head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0 80px;
  border-top: 4px solid #000;
}
@media (1300px < width < 1700px) {
  .product__head {
    display: grid;
    grid-template-columns: 600px 1fr;
  }
}
@media (width < 1300px) {
  .product__head {
    flex-direction: column;
    align-items: stretch;
    padding: 30px 0 40px;
  }
}
@media (width < 767px) {
  .product__head {
    padding: 0;
  }
}
.product__name {
  flex: 0 1 50%;
  font-size: 32px;
  font-weight: 700;
  text-wrap: balance;
  line-height: 100%;
  text-transform: uppercase;
}
@media (width < 767px) {
  .product__name {
    font-size: 24px;
    padding: 20px 0 10px;
  }
}
@media (width < 359px) {
  .product__name {
    font-size: 20px;
  }
}
.product__info {
  flex: 0 1 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (width < 1400px) {
  .product__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width < 840px) {
  .product__info {
    flex-direction: column;
    align-items: stretch;
  }
}
.product__info-mob {
  display: none;
}
@media (width < 767px) {
  .product__info-mob {
    display: block;
    margin-bottom: 80px;
  }
}
.product__price {
  font-size: 64px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (width < 1600px) {
  .product__price {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media (width < 767px) {
  .product__price {
    font-size: 32px;
  }
}
.product__stock {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}
.product__stock span {
  display: inline-block;
  margin-left: 16px;
}
@media (width < 1600px) {
  .product__stock {
    font-size: 20px;
  }
}
@media (width < 767px) {
  .product__stock {
    font-size: 16px;
    font-weight: 700;
  }
}
.product__buttons {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (width < 767px) {
  .product__buttons:has(.product__quantity.active) {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
  }
}
.product__add-fav {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #000;
  border-right: 0;
  transition: all 0.3s ease;
}
.product__add-fav svg {
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .product__add-fav:hover {
    background: #f8e9bb;
  }
}
.product__add-fav.active {
  background: #ffcd2a;
}
@media (width < 1600px) {
  .product__add-fav {
    width: 60px;
    height: 60px;
  }
}
@media (width < 767px) {
  .product__add-fav {
    border: 2px solid #000;
  }
}
.product__quantity {
  display: flex;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.product__quantity.active {
  max-width: 170px;
}
@media (width < 600px) {
  .product__quantity {
    transition: none;
  }
}
.product__quantity-minus, .product__quantity-plus {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #000;
  border-right: 0;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (hover: hover) {
  .product__quantity-minus:hover, .product__quantity-plus:hover {
    background: #f8e9bb;
    color: #000;
  }
}
@media (width < 1600px) {
  .product__quantity-minus, .product__quantity-plus {
    width: 60px;
    height: 60px;
  }
}
@media (width < 767px) {
  .product__quantity-minus, .product__quantity-plus {
    border: 2px solid #000;
  }
}
.product__quantity-plus {
  background: #000;
  color: #fff;
}
.product__content {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 30px;
}
@media (width < 1200px) {
  .product__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 980px) {
  .product__content {
    grid-template-columns: 1fr;
  }
}
@media (width < 767px) {
  .product__content {
    padding: 20px 0 0;
    gap: 20px;
  }
}
.product__gallery {
  width: 100%;
}
@media (width < 767px) {
  .product__slider .splide__arrow {
    display: none;
  }
}
.product__slide {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (width < 767px) {
  .product__slide {
    height: 373px;
  }
}
.product__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__slide-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media (width < 767px) {
  .product__slide-image img {
    width: 100%;
    height: auto;
  }
}
.product__slide-open {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  border: 4px solid #eaf0ee;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .product__slide-open:hover {
    background: #f8e9bb;
  }
}
@media (width < 767px) {
  .product__slide-open {
    width: 48px;
    height: 48px;
    border: 2px solid #eaf0ee;
  }
  .product__slide-open img {
    width: 22px;
    height: 22px;
  }
}
.product__thumbs {
  margin-top: 1rem;
}
.product__thumbs .splide__slide {
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.3s;
  border: 2px solid rgba(234, 240, 238, 0.4) !important;
}
.product__thumbs .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__thumbs .splide__slide.is-active {
  opacity: 1;
  border-color: #000 !important;
}
.product__accordion-item {
  border-top: 4px solid #000;
  width: 100%;
  padding: 16px 0;
}
.product__accordion-item:not(:last-child) {
  margin-bottom: 40px;
}
.product__accordion-item.active .product__accordion-body {
  padding-top: 24px;
}
.product__accordion-item.active .product__accordion-icon svg {
  transform: rotate(-90deg);
}
@media (width < 767px) {
  .product__accordion-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.product__accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
@media (hover: hover) {
  .product__accordion-head:hover svg {
    color: #ffcd2a;
  }
}
@media (width < 359px) {
  .product__accordion-head {
    font-size: 20px;
  }
}
.product__accordion-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__accordion-icon svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.product__accordion-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  max-width: 600px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.product__accordion-body p:not(:last-child) {
  margin-bottom: 24px;
}
@media (width < 767px) {
  .product__accordion-body {
    font-size: 14px;
  }
}
.product__description h4,
.product__description h3 {
  font-weight: 600;
}
.product__description p {
  margin: 16px 0;
}
.product__description ul {
  padding-left: 20px;
  margin: 16px 0;
}
.product__description ul li {
  list-style-type: disc;
}
.product__description ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product__equipment {
  width: 100%;
}
.product__equipment-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.product__equipment-row:not(:last-child) {
  margin-bottom: 24px;
}
@media (width < 767px) {
  .product__equipment-row {
    gap: 10px;
  }
  .product__equipment-row:not(:last-child) {
    margin-bottom: 16px;
  }
}
.product__equipment-name {
  flex: 0 1 50%;
}
.product__equipment-value {
  flex: 0 1 50%;
  font-weight: 700;
}
.product__documentation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product__documentation a {
  display: inline-flex;
  gap: 16px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-height: 40px;
  text-transform: uppercase;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.product__documentation a svg {
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .product__documentation a:hover {
    background: #f8e9bb;
  }
}

.add-cart {
  position: relative;
}
@media (width < 600px) {
  .add-cart {
    flex: 1;
    width: 100%;
  }
}
.add-cart.added .add-cart__button {
  opacity: 0;
}
.add-cart.added .add-cart__link {
  opacity: 1;
  pointer-events: all;
}
.add-cart__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.3s ease;
}
.add-cart__icon svg {
  width: 20px;
  height: 20px;
}
.add-cart__button, .add-cart__link {
  padding: 18px 28px;
  display: inline-flex;
  align-items: center;
  min-width: 355px;
  height: 80px;
  gap: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: 4px solid #000;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (hover: hover) {
  .add-cart__button:hover, .add-cart__link:hover {
    background: #fff;
    color: #000;
  }
}
@media (width < 1600px) {
  .add-cart__button, .add-cart__link {
    font-size: 28px;
    padding: 12px 24px;
    height: 60px;
    width: auto;
    gap: 16px;
    min-width: 300px;
  }
}
@media (width < 767px) {
  .add-cart__button, .add-cart__link {
    width: 100%;
    justify-content: space-between;
    padding: 4px 4px 4px 16px;
    font-size: 24px;
    border: 2px solid #000;
    min-width: 250px;
  }
}
@media (width < 600px) {
  .add-cart__button, .add-cart__link {
    min-width: 230px;
  }
}
.add-cart__link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffcd2a;
  color: #000;
  opacity: 0;
  pointer-events: none;
}
.add-cart__link .add-cart__icon svg {
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .add-cart__link:hover .add-cart__icon {
    transform: rotate(45deg);
  }
}
@media (width < 767px) {
  .add-cart__link .add-cart__icon svg {
    width: 24px;
    height: 24px;
  }
}

/*---------------------------------------------------------------------------
Information
---------------------------------------------------------------------------*/
.information__title {
  border-top: 4px solid #000;
  padding: 30px 0 40px;
  margin-bottom: 80px;
}
@media (width < 980px) {
  .information__title {
    margin-bottom: 40px;
  }
}
@media (width < 767px) {
  .information__about-subtitle {
    font-size: 32px;
  }
}
.information__about {
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (width < 980px) {
  .information__about {
    flex-direction: column;
    gap: 80px;
    padding: 36px 0 80px;
  }
}
.information__about-subtitle {
  flex: 0 1 50%;
}
.information__benefits {
  flex: 0 1 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 30px;
}
@media (width < 600px) {
  .information__benefits {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (width < 600px) {
  .information__benefit {
    padding: 16px 0;
  }
}
.information__benefit-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.information__benefit-text {
  line-height: 140%;
  font-weight: 500;
}

/*---------------------------------------------------------------------------
Work
---------------------------------------------------------------------------*/
.work__body {
  padding: 80px 0 160px;
}
@media (width < 767px) {
  .work__body {
    padding: 80px 0;
  }
}
.work__subtitle {
  border-top: 2px solid #000;
  padding: 24px 0;
  margin-bottom: 80px;
}
@media (width < 767px) {
  .work__subtitle {
    font-size: 32px;
  }
}
.work__content {
  display: flex;
  gap: 30px;
}
@media (width < 980px) {
  .work__content {
    flex-direction: column;
    gap: 80px;
  }
}
.work__icon {
  flex: 0 1 50%;
}
.work__icon svg {
  width: 228px;
  height: 228px;
}
@media (width < 980px) {
  .work__icon svg {
    transform: rotate(90deg);
  }
}
@media (width < 767px) {
  .work__icon svg {
    width: 177px;
    height: 177px;
  }
}
.work__rules {
  flex: 0 1 50%;
  display: flex;
  gap: 30px;
}
@media (width < 600px) {
  .work__rules {
    flex-direction: column;
    gap: 40px;
  }
}
.work__rule {
  max-width: 442px;
  flex: 1;
}
@media (width < 767px) {
  .work__rule {
    padding: 16px 0;
  }
}
.work__rule-num {
  font-size: 64px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 40px;
}
@media (width < 600px) {
  .work__rule-num {
    font-size: 40px;
  }
}
.work__rule-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
@media (width < 600px) {
  .work__rule-name {
    margin-bottom: 16px;
  }
}
.work__rule-text {
  font-weight: 500;
  line-height: 140%;
}
@media (width < 600px) {
  .work__rule-text {
    font-size: 14px;
  }
}

/*---------------------------------------------------------------------------
Wishlist
---------------------------------------------------------------------------*/
.wishlist__body {
  border-top: 4px solid #000;
}
.wishlist__title {
  padding-top: 30px;
  margin-bottom: 0;
}
.wishlist__icon {
  margin: 40px 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist__icon svg {
  width: 80px;
  height: 80px;
  color: #d8dbde;
}
@media (width < 767px) {
  .wishlist__icon {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.wishlist__products {
  margin-top: 80px;
}
@media (width < 359px) {
  .wishlist__products {
    margin-top: 0;
  }
}
.wishlist__products-wrapper {
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (width < 1500px) {
  .wishlist__products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 1100px) {
  .wishlist__products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 767px) {
  .wishlist__products-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/*---------------------------------------------------------------------------
Cart
---------------------------------------------------------------------------*/
.cart__title {
  margin: 0;
}
.cart__head {
  border-top: 4px solid #000;
  padding: 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
@media (width < 980px) {
  .cart__head {
    margin-bottom: 0;
  }
}
@media (width < 767px) {
  .cart__head {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0;
  }
}
.cart__head-button a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 6px 16px;
  font-weight: 700;
  height: 40px;
  min-width: 146px;
  border: 2px solid #d8dbde;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.cart__head-button a svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  color: #d8dbde;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .cart__head-button a:hover {
    background: #d8dbde;
  }
  .cart__head-button a:hover svg {
    color: #000;
  }
}
@media (width < 767px) {
  .cart__head-button a {
    width: 100%;
    justify-content: space-between;
  }
}
.cart__content {
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (width < 980px) {
  .cart__content {
    flex-direction: column;
    align-items: stretch;
    padding: 40px 0 0;
  }
}
@media (width < 767px) {
  .cart__content {
    gap: 40px;
  }
}
.cart__products {
  flex: 0 1 67%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 30px;
}
@media (width < 1400px) {
  .cart__products {
    grid-template-columns: 1fr;
    flex: 1;
  }
}
.cart__product {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  padding: 4px 8px 8px 8px;
  border-radius: 4px;
  border: 2px solid #eaf0ee;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .cart__product:hover {
    background: rgba(234, 240, 238, 0.4);
  }
  .cart__product:hover .cart__product-image {
    opacity: 0;
  }
  .cart__product:hover .cart__product-link {
    pointer-events: all;
    opacity: 1;
  }
  .cart__product:hover .cart__product-remove {
    max-width: 32px;
    opacity: 1;
    margin-left: 16px;
  }
}
@media (width < 980px) {
  .cart__product {
    max-width: 100%;
  }
}
@media (width < 379px) {
  .cart__product {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
  }
}
.cart__product-view {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  margin-right: 8px;
  position: relative;
}
@media (width < 767px) {
  .cart__product-view {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
@media (width < 379px) {
  .cart__product-view {
    grid-row: span 2;
  }
}
.cart__product-image {
  width: 64px;
  height: 64px;
  transition: all 0.15s ease;
}
.cart__product-image img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media (width < 767px) {
  .cart__product-image {
    width: 48px;
    height: 48px;
  }
  .cart__product-image img {
    width: 48px;
    height: 48px;
  }
}
.cart__product-link {
  position: absolute;
  display: block;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: all 0.15s ease;
}
.cart__product-link svg {
  width: 100%;
  height: 100%;
  color: #000;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .cart__product-link:hover svg {
    color: #ffcd2a;
  }
}
@media (width < 767px) {
  .cart__product-link {
    pointer-events: all;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.cart__product-info {
  flex: 1;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width < 767px) {
  .cart__product-info {
    padding: 4px;
  }
}
@media (width < 379px) {
  .cart__product-info {
    grid-column: span 2;
  }
}
.cart__product-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cart__product-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.cart__product-stock {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.cart__product-stock span {
  margin-left: 8px;
}
.cart__product-remove {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cart__product-remove svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  color: #000;
}
@media (hover: hover) {
  .cart__product-remove:hover svg {
    color: #ffcd2a;
  }
}
@media (width < 980px) {
  .cart__product-remove {
    max-width: 32px;
    opacity: 1;
    margin-left: 8px;
  }
}
@media (width < 379px) {
  .cart__product-remove {
    margin-left: auto;
  }
}
.cart__totals {
  flex: 0 1 33%;
  display: flex;
  gap: 80px;
}
@media (width < 1600px) {
  .cart__totals {
    gap: 40px;
  }
}
@media (width < 1400px) {
  .cart__totals {
    flex: 0 1 40%;
  }
}
@media (width < 980px) {
  .cart__totals {
    gap: 80px;
  }
}
@media (width < 767px) {
  .cart__totals {
    gap: 20px;
    padding-top: 80px;
  }
}
.cart__total {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.cart__total span {
  display: block;
  font-weight: 700;
  font-size: 64px;
  line-height: 90%;
  margin-bottom: 24px;
  white-space: nowrap;
}
.cart__total:first-child {
  color: #d8dbde;
}
@media (width < 767px) {
  .cart__total {
    flex: 0 1 50%;
    font-size: 16px;
    line-height: 104%;
  }
  .cart__total span {
    font-size: 40px;
    line-height: 90%;
    margin-bottom: 12px;
  }
}
.cart__login {
  padding: 47px 0 80px;
}
@media (width < 767px) {
  .cart__login {
    padding: 60px 0 20px;
  }
}
.cart__login-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 104%;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cart__login-buttons {
  display: flex;
  gap: 8px;
}
@media (width < 600px) {
  .cart__login-buttons {
    flex-direction: column-reverse;
  }
}

.quantity {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px;
  height: 48px;
  border: 1px solid #eaf0ee;
  border-radius: 2px;
  background: #fff;
  width: max-content;
}
@media (width < 767px) {
  .quantity {
    height: 40px;
    gap: 4px;
  }
}
.quantity__input {
  width: 40px;
  height: 40px;
  background: rgba(234, 240, 238, 0.4);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media (width < 767px) {
  .quantity__input {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.quantity__minus, .quantity__plus {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.quantity__minus svg, .quantity__plus svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.quantity__minus:active, .quantity__plus:active {
  transform: scale(0.9);
}
.quantity__minus:disabled, .quantity__plus:disabled {
  pointer-events: none;
}
.quantity__minus:disabled svg, .quantity__plus:disabled svg {
  color: #eaf0ee;
}
@media (hover: hover) {
  .quantity__minus:hover, .quantity__plus:hover {
    background: rgba(234, 240, 238, 0.4);
  }
}
@media (width < 767px) {
  .quantity__minus, .quantity__plus {
    width: 24px;
    height: 24px;
  }
}

/*---------------------------------------------------------------------------
Checkout
---------------------------------------------------------------------------*/
.checkout__details {
  display: flex;
  gap: 30px;
  padding: 80px 0;
}
@media (width < 980px) {
  .checkout__details {
    padding: 80px 0 40px;
  }
  .checkout__details:first-child {
    padding: 80px 0 80px;
  }
}
@media (width < 767px) {
  .checkout__details {
    flex-direction: column;
    gap: 40px;
  }
  .checkout__details:first-child .custom-dropdown {
    width: 100%;
    max-width: 100%;
  }
  .checkout__details:first-child .custom-dropdown__button {
    width: 100%;
  }
}
.checkout__section {
  min-width: 285px;
}
.checkout__section .custom-dropdown {
  width: 100%;
}
.checkout__section .custom-dropdown .custom-dropdown__button {
  box-shadow: none;
  border: 2px solid #000;
}
.checkout__section .custom-dropdown .custom-dropdown__list {
  gap: 0;
}
.checkout__section .custom-dropdown .custom-dropdown__item {
  box-shadow: none;
  border: 2px solid #000;
  border-top: none;
}
.checkout__section:first-child .custom-dropdown {
  z-index: 56;
}
.checkout__title {
  font-size: 16px;
  line-height: 104%;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.checkout__field {
  margin-bottom: 80px;
  display: none;
}
.checkout__field.show {
  display: block;
}
.checkout__form {
  max-width: 1342px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
}
@media (width < 980px) {
  .checkout__form-row {
    grid-template-columns: 1fr;
  }
}
.checkout__form-area {
  width: 100%;
}
.checkout__form-area:has(textarea) {
  grid-column: span 2;
}
@media (width < 980px) {
  .checkout__form-area:has(textarea) {
    grid-column: span 1;
  }
}
@media (width < 767px) {
  .checkout__form-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media (width < 767px) {
  .checkout__check-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.checkout__pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (width < 980px) {
  .checkout__pickup {
    grid-template-columns: 1fr;
  }
}
.checkout__pickup-address {
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 30px;
}
.checkout__pickup-map {
  width: 100%;
  height: 300px;
  filter: grayscale(1);
}
.checkout__info {
  margin-bottom: 80px;
}
@media (width < 980px) {
  .checkout__info {
    margin-bottom: 40px;
  }
}
.checkout__actions {
  padding: 80px 0;
}
@media (width < 767px) {
  .checkout__actions {
    padding: 40px 0 40px;
  }
  .checkout__actions .checkout__field {
    margin-bottom: 20px;
  }
}
@media (width < 767px) {
  .checkout__send .btn-black,
  .checkout__send .btn-white {
    width: 100%;
  }
}
@media (width < 767px) {
  .checkout .checkout__field--delivery,
  .checkout .checkout__field--pickup {
    margin-bottom: 40px;
  }
}

/*---------------------------------------------------------------------------
Thanks page
---------------------------------------------------------------------------*/
.thanks-page__body {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
@media (width < 600px) {
  .thanks-page__body {
    min-height: unset;
    padding: 0;
  }
}
@media (width < 600px) {
  .thanks-page__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 80px 0;
  }
}
.thanks-page__title {
  padding: 80px 0;
}
@media (width < 767px) {
  .thanks-page__title {
    margin-bottom: 0;
  }
}
.thanks-page__link {
  margin-top: 20px;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
@media (width < 600px) {
  .thanks-page__link .btn-black {
    width: 100%;
  }
}

/*---------------------------------------------------------------------------
404 page
---------------------------------------------------------------------------*/
.error-page__body {
  padding-bottom: 40px;
}
.error-page__title {
  border-top: 4px solid #000;
  padding-top: 30px;
  margin-bottom: 40px;
}
.error-page__subtitle {
  max-width: 758px;
  margin-bottom: 150px;
}
@media (width < 767px) {
  .error-page__subtitle {
    font-size: 32px;
  }
}
@media (width < 767px) {
  .error-page__link .btn-black {
    width: 100%;
  }
}

/*---------------------------------------------------------------------------
Cabinet
---------------------------------------------------------------------------*/
.cabinet__body {
  padding: 15px 0 160px;
}
@media (width < 767px) {
  .cabinet__body {
    padding: 15px 0 0px;
  }
}
.cabinet__head {
  padding: 30px 0;
}
.cabinet__title {
  padding-top: 30px;
  margin-bottom: 40px;
  border-top: 4px solid #000;
}
.cabinet__nav {
  margin-top: 10px;
}
.cabinet__nav-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 104%;
  text-transform: uppercase;
  color: #d8dbde;
  margin-bottom: 16px;
}
.cabinet__nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.cabinet__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 104%;
  height: 40px;
  text-transform: uppercase;
  box-shadow: 0 0 0 2px #000;
  transition: all 0.3s ease;
}
.cabinet__nav-link svg {
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.cabinet__nav-link.-black {
  background: #000;
  color: #fff;
}
.cabinet__nav-link.-orange {
  background: #ffcd2a;
}
@media (hover: hover) {
  .cabinet__nav-link:hover {
    background: #f8e9bb;
    color: #000;
  }
}
.cabinet__section {
  padding: 80px 0;
}
.cabinet__section-title {
  border-top: 2px solid #eaf0ee;
  padding: 24px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.userinfo__form {
  max-width: 442px;
  margin-bottom: 80px;
}
.userinfo__form .btn-white {
  margin-top: 40px;
}
@media (width < 767px) {
  .userinfo__form .btn-white {
    width: 100%;
  }
}
.userinfo__form-area {
  position: relative;
  margin-bottom: 8px;
}
.userinfo__form-area:first-child .input:disabled {
  text-align: right;
}
.userinfo__form-area:first-child:has(.input:disabled) .userinfo__form-label {
  display: block;
}
.userinfo__form-label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 8px;
  font-size: 18px;
  font-weight: 50;
  line-height: 140%;
  transform: translateY(-50%);
  color: #d8dbde;
  display: none;
}
.userinfo__password {
  display: grid;
  grid-template-columns: 442px auto;
  gap: 8px;
}
@media (width < 767px) {
  .userinfo__password {
    grid-template-columns: 1fr;
  }
}
.userinfo__password-form {
  display: none;
}
.userinfo__password-form-area:not(:last-child) {
  margin-bottom: 8px;
}
.userinfo__password-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 210px;
}
@media (width < 767px) {
  .userinfo__password-buttons {
    max-width: 100%;
  }
}

.profiles__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 80px;
}
@media (width < 767px) {
  .profiles__cards {
    gap: 8px;
  }
}
.profiles__card {
  width: 442px;
  padding: 24px 16px 16px 16px;
  border: 4px solid #eaf0ee;
}
.profiles__card:first-child {
  border-color: #000;
}
@media (width < 767px) {
  .profiles__card {
    width: 100%;
  }
}
.profiles__card-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.profiles__card-info {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.profiles__card-info-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.profiles__card-name {
  flex: 0 0 80px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.profiles__card-value {
  flex: 1;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
@media (width < 767px) {
  .profiles__card-buttons {
    display: flex;
    gap: 8px;
  }
  .profiles__card-buttons .btn-black,
  .profiles__card-buttons .btn-white {
    flex: 1;
  }
}
@media (width < 767px) {
  .profiles__add .btn-black {
    width: 100%;
  }
}

@media (width < 767px) {
  .cabinet .btn-black,
  .cabinet .btn-white {
    width: 100%;
  }
}

.orders__manager-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.orders__manager-name {
  font-size: 18px;
  font-weight: 500;
}
.orders__manager-name a {
  display: inline-block;
  margin-left: 16px;
}
@media (hover: hover) {
  .orders__manager-name a:hover {
    text-decoration: underline;
  }
}
.orders__manager-button {
  margin-top: 40px;
}
.orders__items {
  margin-top: 80px;
}
.orders__item {
  border-top: 4px solid #000;
  margin-top: 16px;
}
.orders__item.active .orders__item-button svg {
  transform: rotate(270deg);
}
.orders__item.active .orders__item-list {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
  display: grid;
}
@starting-style {
  .orders__item.active .orders__item-list {
    transform: scaleY(0);
    opacity: 0;
  }
}
.orders__item-button {
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.orders__item-button svg {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .orders__item-button:hover {
    color: #ffcd2a;
  }
  .orders__item-button:hover svg {
    color: #ffcd2a;
  }
}
.orders__item-list {
  display: none;
  grid-template-columns: 1fr;
  gap: 16px;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform;
  margin-bottom: 96px;
}

.order {
  border: 4px solid #000;
  padding: 30px;
  background: rgba(234, 240, 238, 0.4);
}
@media (width < 767px) {
  .order {
    padding: 24px 16px;
  }
}
.order__panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.order__panel svg {
  width: 20px;
  height: 20px;
}
@media (width < 1439px) {
  .order__panel {
    gap: 30px;
  }
}
@media (width < 1400px) {
  .order__panel {
    flex-direction: column;
  }
}
.order__info {
  flex: 0 1 40%;
  display: flex;
  gap: 30px;
}
@media (width < 767px) {
  .order__info {
    flex-direction: column;
  }
}
.order__info-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 18px;
}
@media (width < 767px) {
  .order__info-text {
    margin-top: 8px;
  }
}
.order__panel-name, .order__statuses-name, .order__info-name, .order__delivery-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (width < 767px) {
  .order__panel-name, .order__statuses-name, .order__info-name, .order__delivery-name {
    margin-bottom: 10px;
  }
}
.order__delivery {
  flex: 0 1 16%;
}
.order__statuses {
  flex: 0 1 40%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (width < 767px) {
  .order__statuses {
    flex-direction: column;
  }
}
.order__statuses-pay {
  flex: 1;
  max-width: 380px;
}
.order__statuses-info {
  display: flex;
  gap: 8px;
}
@media (width < 767px) {
  .order__statuses-info {
    flex-direction: column;
  }
}
.order__statuses-button {
  display: inline-flex;
  width: max-content;
  padding: 10px 16px;
  font-size: 16px;
  gap: 8px;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
  border: 2px solid #000;
  min-height: 40px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.order__statuses-button svg {
  width: 15px;
  height: 15px;
}
@media (hover: hover) {
  .order__statuses-button:hover {
    background: #f8e9bb;
  }
}
.order__statuses-order {
  flex: 1;
  max-width: 255px;
}
@media (width < 767px) {
  .order__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.order__products {
  margin: 80px 0;
  border-top: 2px solid #d8dbde;
  padding-top: 16px;
}
.order__products.active .order__products-button svg {
  transform: rotate(270deg);
}
.order__products.active .order__products-grid {
  display: grid;
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
@starting-style {
  .order__products.active .order__products-grid {
    transform: scaleY(0);
    opacity: 0;
  }
}
@media (width < 767px) {
  .order__products {
    margin: 40px 0;
  }
}
.order__products-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 11px 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.order__products-button svg {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .order__products-button:hover {
    color: #ffcd2a;
  }
  .order__products-button:hover svg {
    color: #ffcd2a;
  }
}
.order__products-grid {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform;
}
@media (width < 1600px) {
  .order__products-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 980px) {
  .order__products-grid {
    grid-template-columns: 1fr;
  }
}
.order__product {
  display: flex;
  gap: 24px;
  padding: 4px 12px 4px 8px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #eaf0ee;
}
@media (width < 767px) {
  .order__product {
    align-items: center;
    gap: 8px;
    padding: 4px 4px 4px 8px;
  }
}
.order__product-image {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}
.order__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (width < 767px) {
  .order__product-image {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
.order__product-info {
  flex: 1;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (width < 767px) {
  .order__product-info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
  }
}
@media (width < 359px) {
  .order__product-info {
    padding: 0;
  }
}
.order__product-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (width < 767px) {
  .order__product-name {
    grid-column: span 2;
  }
}
.order__product-total {
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.order__product-total span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}
@media (width < 767px) {
  .order__product-total span {
    margin-top: 2px;
  }
}
.order__product-link {
  width: 32px;
  height: 32px;
  margin: auto;
  transition: all 0.3s ease;
}
.order__product-link svg {
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .order__product-link:hover {
    color: #ffcd2a;
  }
}
@media (width < 767px) {
  .order__product-link {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order__product-link a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order__product-link svg {
    width: 21px;
    height: 21px;
  }
}

.order-status {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
  border: 2px solid #000;
  min-height: 40px;
  white-space: nowrap;
}
.order-status svg {
  width: 16px;
  height: 16px;
}
.order-status.-orange {
  background: #ffcd2a;
  border-color: #ffcd2a;
}
.order-status.-chrome {
  background: #eaf0ee;
  border-color: #eaf0ee;
}
.order-status.-black {
  background: #000;
  color: #fff;
}
@media (width < 359px) {
  .order-status {
    font-size: 14px;
  }
}

/*---------------------------------------------------------------------------
offers
---------------------------------------------------------------------------*/
.offers {
  background: #000;
}
.offers__body {
  padding: 100px 0 160px;
}
@media (width < 767px) {
  .offers__body {
    padding: 80px 0;
  }
}
.offers__title {
  padding: 16px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 80px;
  border-top: 2px solid rgba(234, 240, 238, 0.4);
}
.offers__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (width < 1400px) {
  .offers__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 980px) {
  .offers__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 600px) {
  .offers__products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (hover: hover) {
  .offers__products .product-preview:hover {
    border-color: #ffcd2a;
  }
  .offers__products .product-preview:hover::after {
    display: none;
  }
}
.offers__products .product-preview.added-cart .product-preview__redirect {
  transform: translate(-2px, 0);
}

.fancybox__content img {
  background: #fff;
}