/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.105.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/nouislider@15.8.1/node_modules/nouislider/dist/nouislider.css ***!
  \********************************************************************************************************************************************************************************************************************/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.105.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.98.0_webpack@5.105.4/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/frontend.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: Nippo;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Nippo-Regular.woff2) format("woff2"), url(../fonts/Nippo-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: Nippo;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Nippo-Bold.woff2) format("woff2"), url(../fonts/Nippo-Bold.woff) format("woff");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #0D0D0D;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

main {
  flex-grow: 1;
}

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

h1 {
  line-height: 1;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 20px;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}

h2, .h2 {
  font-weight: 900;
  line-height: 1;
  font-size: 80px;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 40px;
  }
}

.container {
  margin-inline: auto;
  width: 100%;
  padding-inline: 40px;
  max-width: 1916px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

p {
  margin-block: 0;
}

button {
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

span {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.adaptive-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-space-72 {
  padding-block: 72px;
}

.section-space-80 {
  padding-block: 80px;
}

.section-space-100 {
  padding-block: 100px;
}

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

.hero-space {
  padding-top: 112px;
}
@media screen and (max-width: 1024px) {
  .hero-space {
    padding-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .show-element-on-different-devices > *:first-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show-element-on-different-devices > *:last-child {
    display: none;
  }
}

form label {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
form input[type=checkbox] {
  margin: 0;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #BBB;
  padding: 0 0 4px 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.36px;
  outline: none;
  width: 100%;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form textarea::placeholder {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}
form textarea {
  resize: none;
  height: 36px;
}
form input[type=submit] {
  padding-block: 9px;
  max-width: 127px;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7-spinner {
  display: none;
}

.btn {
  border-radius: 24px;
  font-family: "Nippo", serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.11px;
  padding: 20px 39px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-primary {
  border: 1px solid rgba(46, 106, 255, 0.25);
  background: rgba(46, 106, 255, 0.15);
}

.btn-secondary {
  background-color: #e6e0cf;
  border-color: #e6e0cf;
  color: #333;
}
.btn-secondary:hover {
  background-color: #333;
  border-color: #333;
  color: #fcfcfc;
}

.btn-black {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  font-family: "Inter", sans-serif;
}

.btn-accent {
  border-radius: 6px;
  border: 1px solid #2E6AFF;
  background: rgba(46, 106, 255, 0.15);
  color: #2E6AFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
}

section {
  position: relative;
  z-index: 1;
}

.slider-actions {
  position: absolute;
  right: 36px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .slider-actions {
    right: 20px;
    bottom: 10px;
  }
}

.swiper-button-next.slider-button-next,
.swiper-button-prev.slider-button-prev {
  position: static;
  width: auto;
  flex: 0 0 24px;
  height: 24px;
}
.swiper-button-next.slider-button-next.swiper-button-disabled,
.swiper-button-prev.slider-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-pagination.slider-pagination {
  position: static;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.slider-pagination {
  width: auto;
}

.swiper-horizontal .swiper-button-prev.slider-button-prev,
.swiper-horizontal .swiper-button-next.slider-button-next {
  margin-top: 0;
}

.slider-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.slider-pagination .swiper-pagination-bullet {
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.18);
  width: 22px;
  height: 2px;
  opacity: 1;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
  width: 38px;
}

.swiper-horizontal .swiper-pagination-horizontal.slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

.absolute-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

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

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

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.woocommerce .theme_custom_cart_link.button.loading::after {
  position: static;
  margin-left: 0.53em;
}
.woocommerce .theme_custom_cart_link.button ~ .added_to_cart {
  display: none;
}

.woocommerce form .show-password-input {
  background-color: #FFF;
  border-radius: 6px;
}

.woocommerce-error,
.woocommerce-message {
  background-color: #444444;
  color: #FFF;
  border-radius: 24px;
  outline: none;
}

.cookie-consent-popup {
  position: fixed;
  bottom: 20px;
  right: 0;
  margin-inline: 20px;
  z-index: 9999;
  padding: 19px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #111;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  max-width: 800px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.cookie-consent-popup.show {
  opacity: 1;
  visibility: visible;
}
.cookie-consent-popup__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-consent-popup__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -1.36px;
  margin-bottom: 4px;
}
.cookie-consent-popup__description {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.cookie-consent-popup__action {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cookie-consent-popup__btn-accept, .cookie-consent-popup__btn-decline {
  padding: 7px 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.11px;
}

.single-product__container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: minmax(450px, 1083px) 1fr;
  gap: 60px 40px;
}
@media screen and (min-width: 1025px) {
  .single-product__container > *:not(:last-child) {
    grid-column: 1;
  }
  .single-product__container > *:last-child {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 1024px) {
  .single-product__container {
    grid-template-columns: 1fr;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #0D0D0D;
  transition: var(--transition);
}
#preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

#lottie-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .add-ons-filters .shop-filters__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header.scrolled {
  background: #444444;
}
.header__top {
  padding-block: 9px;
  background: #0D0D0D;
}
@media screen and (max-width: 767px) {
  .header__top {
    padding-block: 10px;
  }
}
.header__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header__top-container {
    justify-content: center;
  }
}
.header__top-left {
  display: flex;
  gap: 38px;
}
.header__email-link, .header__phone-link {
  color: #4F4F4F;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.637;
  letter-spacing: 0.22px;
}
.header__top-right {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .header__top-right {
    display: none;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__socials-link {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__socials-link {
    width: 34px;
    height: 34px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
  }
}
.header__top-login {
  color: #4F4F4F;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6154;
  letter-spacing: 0.22px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .header__top-login {
    color: #EDEDED;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__top-login::before {
    content: "";
    background: rgba(255, 255, 255, 0.08);
    width: 2px;
    height: 18px;
    display: block;
  }
}
.header__bottom {
  padding-block: 16px;
}
.header__logo {
  color: #FFF;
  font-family: "Nippo", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.51px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.header__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .header__menu > *:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .header__menu .header__menu-actions {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__menu .header__menu-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .header__menu .header__menu-actions .header__menu-actions-login {
    display: flex;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
    padding-inline: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu {
    background: #444444;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 100;
  }
  .header__menu.show {
    visibility: visible;
    opacity: 1;
  }
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    flex-direction: column;
  }
}
.header__menu-list {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  padding-inline: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header__menu-list {
    padding-block: 7px;
  }
}
.header__menu-list a {
  color: #EDEDED;
  font-family: "Nippo", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6154;
  letter-spacing: -0.13px;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .header__menu-list {
    flex-direction: column;
    width: 100%;
  }
}
.header__menu-list--special-style {
  border: 1px solid rgba(46, 106, 255, 0.25);
  background: rgba(46, 106, 255, 0.15);
}
.header__menu-list--special-style a {
  color: #fff;
}
.header__actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}
.header__action-item {
  width: 34px;
  height: 34px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__action-item span {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #2E6AFF;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: -6px;
}
.header__action-btn {
  padding: 9px 18px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .header__action-btn {
    display: none;
  }
}
.header__action-burger {
  padding: 6px 24px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.13px;
  line-height: 160%;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .header__action-burger {
    display: none;
  }
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(70.71% 70.71% at 50% 50%, #FFF 0.05%, rgba(0, 0, 0, 0) 0.05%), #0D0D0D;
}
.footer__row {
  display: grid;
  grid-template-columns: 0.41233fr 1fr;
  gap: 40px 48px;
  align-items: flex-start;
  padding-top: 73px;
  padding-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 92px;
  }
}
.footer__logo {
  margin-bottom: 16px;
}
.footer__description {
  color: #4F4F4F;
  font-size: 13px;
  font-style: normal;
  line-height: 1.731;
  letter-spacing: -0.13px;
  margin-bottom: 17px;
}
.footer__menu-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 48px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer__menu-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__menu-title {
  color: #4F4F4F;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.footer__menu > *:not(:last-child) {
  margin-bottom: 13px;
}
.footer__menu a {
  color: #4F4F4F;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.13px;
}
.footer__menu a:hover {
  color: #FFF;
}
.footer__email-link, .footer__phone-link {
  color: #4F4F4F;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.13px;
}
.footer__email-link:hover, .footer__phone-link:hover {
  color: #FFF;
}
.footer__contact-links {
  margin-top: 13px;
}
.footer__contact-links > *:not(:last-child) {
  margin-bottom: 13px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-block: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
  }
  .footer__bottom > *:first-child {
    order: 2;
  }
  .footer__bottom > *:last-child {
    order: 1;
  }
}
.footer__copyright {
  color: #4F4F4F;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.footer__menu-privacy {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer__menu-privacy a {
  color: #4F4F4F;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
