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

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

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

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

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

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background: none;
}

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

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

@font-face {
  font-family: Bounded;
  font-weight: 100 900;
  font-style: normal;
  src: url("../fonts/Bounded-Variable.6c4a2cf0.woff2") format("woff2-variations");
  src: url("../fonts/Bounded-Variable.823411b8.woff") format("woff-variations");
  font-display: swap;
}

.header {
  backdrop-filter: blur(10px);
  z-index: 101;
  width: 100%;
  padding: 15px 0;
  position: fixed;
}

.header .container {
  align-items: center;
  display: flex;
}

.header__nav {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-left: auto;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

.header__nav ul {
  align-items: center;
  gap: 15px;
  display: flex;
}

@media (width <=1200px) {
  .header__nav {
    display: none;
  }
}

.dropdown-wrapper {
  position: relative;
}

.js__dropdown-btn {
  align-items: center;
  gap: 5px;
  display: flex;
}

.js__dropdown-btn svg {
  transition: all .3s;
}

.js__dropdown-btn--active svg {
  transform: rotate(180deg);
}

.js__dropdown-list {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  flex-direction: column;
  gap: 15px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 30px;
  width: 100vw;
  max-width: max-content;
}

.dropdown-wrapper .js__dropdown-list {
  background: #fff;
  color: #000;
  top: 50px;
  left: -10px;
  padding: 10px;
  border-radius: 10px;
}

.js__dropdown-list--active {
  opacity: 1;
  visibility: visible;
}

.header__search-wrapper {
  width: 100%;
  max-width: 360px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
  background: #222 !important;
  padding: 13px 20px;
  font-size: 14px;
  border-radius: 10px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  right: 20px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #727272 !important;
}

@media (width <=1200px) {
  .header__search-wrapper {
    display: none;
  }
}

.header__btns {
  align-items: center;
  gap: 5px;
  display: flex;
}

.header__btns a {
  position: relative;
}

@media (width <=1200px) {
  .header__btns {
    display: none;
  }
}

.count {
  letter-spacing: -.03em;
  text-align: right;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  position: absolute;
  top: 5px;
  right: 5px;
}

.header__phone {
  flex-direction: column;
  margin-left: 15px;
  display: flex;
}

.header__phone span {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.header__phone div {
  letter-spacing: -.03em;
  color: #ffffff80;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

@media (width <=1200px) {
  .header__phone {
    display: none;
  }
}

.js-burger__btn-open {
  margin-left: auto;
}

@media (width >=1200px) {
  .js-burger__btn-open {
    display: none;
  }
}

.footer {
  background: linear-gradient(#174eb500 0%, #174eb5 176.48%);
  padding-bottom: 40px;
}

.footer__info {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
  display: grid;
}

.footer__info .section-title {
  text-align: left;
}

.footer__info img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  right: -20px;
}

@media (width <=1000px) {
  .footer__info img {
    right: 0;
  }

  .footer__info {
    grid-template-columns: 1fr;
  }
}

.footer__content {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=1100px) {
  .footer__content {
    flex-direction: column;
  }
}

.footer__nav-wrapper {
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 670px;
  display: flex;
}

@media (width <=1100px) {
  .footer__nav-wrapper {
    flex-wrap: wrap;
    max-width: none;
  }
}

.footer__nav-title {
  letter-spacing: -.03em;
  text-transform: lowercase;
  color: #ffffff54;
  margin-bottom: 15px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1100px) {
  .footer__nav-title {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.footer__nav {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

.footer__nav ul {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

@media (width <=1100px) {
  .footer__nav ul {
    gap: 10px;
  }

  .footer__nav {
    font-size: 12px;
  }
}

.footer__contacts {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.footer__contacts span {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1100px) {
  .footer__contacts span {
    font-size: 12px;
  }
}

.footer__contact {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=1100px) {
  .footer__contact {
    font-size: 20px;
  }
}

.footer__avito {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  align-items: center;
  gap: 5px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
}

@media (width <=1100px) {
  .footer__avito {
    font-size: 12px;
  }
}

.footer__row {
  letter-spacing: -.03em;
  text-transform: lowercase;
  color: #ffffff4b;
  border-top: 1px solid #ffffff85;
  margin-top: 40px;
  padding-top: 40px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

.footer__row .container {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=1100px) {
  .footer__row .container {
    flex-direction: column;
    gap: 10px;
  }

  .footer__row {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 12px;
  }
}

.overlay {
  z-index: 102;
  backdrop-filter: blur(10px);
  background: #0000003d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content {
  background: #174eb5;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  padding: 70px 20px 20px;
  position: relative;
}

.overlay__content form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.overlay__content label {
  width: 100%;
}

.overlay__content input:not(.custom-checkbox input),
.overlay__content textarea {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #10101086;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

.overlay__content textarea {
  resize: none;
  height: 100px;
}

.js-overlay__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.overlay__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  .overlay__title {
    font-size: 20px;
  }

  .overlay__content {
    padding: 15px;
    padding-top: 50px;
  }
}

.label-row {
  gap: 10px;
  display: flex;
}

.custom-checkbox {
  letter-spacing: -.03em;
  color: #ffffff80;
  cursor: pointer;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  display: flex;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #fff7;
  border-radius: 5px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger {
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  background: #101010;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: all .3s;
  position: fixed;
  padding-bottom: 100px;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger .header__search-wrapper {
  width: 100%;
  display: flex;
}

.burger .header__btns {
  display: flex;
}

.burger .header__phone {
  margin: 0;
  display: flex;
}

.burger__content {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.burger__head {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.burger__subhead {
  align-items: center;
  margin-top: 10px;
  display: flex;
  padding-right: 10px;
}

.burger__nav {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: auto;
  margin-top: 50px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
}

.burger__nav ul {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.acc-item {
  overflow: hidden;
}

.acc-item--active .acc-head svg {
  transform: rotate(0);
}

.acc-item--active .acc-body {
  max-height: 700px;
  margin: 10px 0;
}

.acc-head {
  align-items: center;
  gap: 5px;
  display: flex;
}

.acc-head svg {
  transition: all .3s;
  transform: rotate(180deg);
}

.acc-body {
  flex-direction: column;
  gap: 10px;
  max-height: 0;
  padding-left: 10px;
  transition: all .3s;
  display: flex;
}

.main-section {
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.main-section:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#10101000 34.12%, #101010 46.53%);
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (width >=1000px) {
  .main-section:before {
    background: linear-gradient(#10101000 50%, #101010 96.44%);
  }
}

.main-section video,
.main-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (width <=1000px) {

  .main-section {
    padding-bottom: 70px;
  }

  .main-section video,
  .main-section img {
    height: 320px;
    top: 20px;
  }
}

.main-section .container {
  z-index: 10;
  padding: 110px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (width <=1000px) {
  .main-section .container {
    padding-bottom: 50px;
    padding-top: 90px;
  }
}

.main-section h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 122%;
}

.main-section h1 span {
  color: #174eb5;
}

@media (width <=1000px) {
  .main-section h1 {
    font-size: 23px;
  }
}

.main-section__content {
  grid-template-columns: 1fr 440px;
  gap: 20px;
  display: grid;
  margin-top: auto;
}

@media (width <=1000px) {
  .main-section__content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.main-section__descr {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.main-section__descr p {
  letter-spacing: -.03em;
  color: #ffffffc0;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (width <=1000px) {
  .main-section__descr p {
    font-size: 14px;
  }
}

.categories {
  padding: 50px 0;
}

@media (width <=1000px) {
  .categories {
    padding: 0;
  }
}

.categories__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .categories__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.categories__item {
  border-radius: 10px;
  position: relative;
  transition: all .3s;
  border: 1px solid transparent;
}

.categories__item img {
  width: 100%;
}

.categories__item svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (width <=1000px) {
  .categories__item svg {
    bottom: 10px;
    right: 10px;
  }
}

.categories__item rect {
  width: 5px;
  height: 5px;
  transition: all .3s;
}

.categories__item rect:first-of-type {
  x: 0px;
  y: 0px;
}

.categories__item rect:nth-of-type(2) {
  x: 15px;
  y: 0px;
}

.categories__item rect:nth-of-type(3) {
  x: 0px;
  y: 15px;
}

.categories__item rect:nth-of-type(4) {
  x: 15px;
  y: 15px;
}

.categories__item:hover rect {
  width: 9px;
  height: 9px;
}

.categories__item:hover rect:nth-of-type(2) {
  x: 11px;
}

.categories__item:hover rect:nth-of-type(3) {
  y: 11px;
}

.categories__item:hover rect:nth-of-type(4) {
  x: 11px;
  y: 11px;
}

.categories__item:hover {
  border: 1px solid #174eb5;
}

.categories__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (width <=1000px) {
  .categories__item-title {
    font-size: 12px;
    top: 10px;
    left: 10px;
  }
}

.categories__item--last {
  background: #222;
  transition: all .3s;
}

.categories__item--last svg:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.categories__item--last:hover {
  background: #174eb5;
}

.help {
  margin: 20px 0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.help .help__img {
  object-fit: cover;
  width: 100%;
  min-height: 700px;
  position: absolute;
  top: 0;
}

.help .help__img--mob {
  display: none;
}

@media (width <=1000px) {
  .help .help__img--mob {
    display: block;
  }

  .help .help__img--desc {
    display: none;
  }
}

.help .container {
  z-index: 1;
  position: relative;
}

@media (width <=1000px) {
  .help {
    padding: 50px 0;
  }
}

.help__cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 100px;
  display: grid;
}

@media (width <=1000px) {
  .help__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 50px;
  }
}

.help__cards-item {
  backdrop-filter: blur(10px);
  background: #2229;
  border-radius: 10px;
  flex-direction: column;
  gap: 16px;
  min-height: 230px;
  padding: 20px;
  display: flex;
}

.help__cards-item img {
  width: 20px;
  margin-bottom: auto;
}

@media (width <=1000px) {
  .help__cards-item {
    gap: 10px;
    min-height: 170px;
    padding: 10px;
  }
}

.help__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1000px) {
  .help__item-title {
    font-size: 12px;
  }
}

.help__item-text {
  letter-spacing: -.03em;
  color: #ffffffa8;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  line-height: 143%;
}

@media (width <=1000px) {
  .help__item-text {
    font-size: 12px;
    min-height: 50px;
  }
}

.popular {
  padding: 80px 0;
}

.popular .btn {
  margin-top: 20px;
}

@media (width <=1000px) {
  .popular {
    padding: 50px 0;
  }
}

.popular__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  display: grid;
}

@media (width <=1000px) {
  .popular__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
  }
}

.product-card img {
  width: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1000px) {
  .product-card img {
    max-height: 200px;
    object-fit: cover;
  }
}

.product-card:hover .product-card__title,
.product-card:hover .product-card__text {
  color: #101010;
}

.product-card:hover .product-card__price {
  color: #174eb5;
}

.product-card:hover .product-card__descr {
  background: #fff;
}

.product-card__image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.product-card__nal {
  letter-spacing: -.03em;
  text-transform: lowercase;
  color: #17b527;
  background: #17b5271a;
  border-radius: 5px;
  max-width: max-content;
  padding: 2px 5px 3px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (width <=1000px) {
  .product-card__nal {
    font-size: 12px;
    top: 10px;
    left: 10px;
  }
}

.wish-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width <=1000px) {
  .wish-btn {
    top: 10px;
    right: 10px;
  }
}

.product-card__attributes {
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (width <=1000px) {
  .product-card__attributes {
    gap: 5px;
    bottom: 10px;
    left: 10px;
  }
}

.product-card__attributes-item {
  letter-spacing: -.03em;
  text-transform: lowercase;
  color: #174eb5;
  background: #174eb51a;
  border-radius: 5px;
  padding: 2px 5px 3px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1000px) {
  .product-card__attributes-item {
    font-size: 12px;
  }
}

.product-card__descr {
  backdrop-filter: blur(10px);
  background: #222;
  border-radius: 10px;
  padding: 20px;
  transition: all .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (width <=1000px) {
  .product-card__descr {
    padding: 10px;
  }
}

.product-card__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  transition: all .3s;
}

@media (width <=1000px) {
  .product-card__title {
    font-size: 12px;
  }
}

.product-card__text {
  letter-spacing: -.03em;
  color: #ffffffa8;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  transition: all .3s;
}

@media (width <=1000px) {
  .product-card__text {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.product-card__row {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
  margin-top: auto;
}

@media (width <=1000px) {
  .product-card__row svg {
    width: 35px;
    height: 35px;
  }
}

.product-card__price {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
}

@media (width <=1000px) {
  .product-card__price {
    font-size: 14px;
  }
}

.steps {
  margin-bottom: 100px;
}

@media (width <=1000px) {
  .steps {
    margin-bottom: 50px;
  }
}

.steps__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .steps__content {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.steps__content-item {
  background: #222;
  border-radius: 10px;
  flex-direction: column;
  gap: 16px;
  height: 330px;
  padding: 20px;
  display: flex;
}

@media (width <=1000px) {
  .steps__content-item {
    gap: 0;
    height: auto;
    padding: 15px;
  }
}

.steps__item-num {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ffffff1a;
  max-width: max-content;
  margin-bottom: auto;
  padding: 5px;
  font-family: Bounded, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.steps__item-num svg {
  position: absolute;
}

.steps__item-num svg:first-child {
  top: 0;
  left: 0;
}

.steps__item-num svg:nth-child(2) {
  top: 0;
  right: 0;
}

.steps__item-num svg:nth-child(3) {
  bottom: 0;
  left: 0;
}

.steps__item-num svg:nth-child(4) {
  bottom: 0;
  right: 0;
}

@media (width <=1000px) {
  .steps__item-num {
    font-size: 50px;
  }
}

.steps__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1000px) {
  .steps__item-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.steps__item-text {
  letter-spacing: -.03em;
  color: #ffffffad;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  min-height: 60px;
}

@media (width <=1000px) {
  .steps__item-text {
    font-size: 12px;
    min-height: auto;
  }
}

.blog {
  margin-bottom: 100px;
}

.blog__swiper-slide {
  transition: all .3s;
}

.blog__swiper-slide img {
  width: 100%;
}

.blog__img-wrapper {
  position: relative;
  transition: all .3s;
  border: 1px solid transparent;
}


.blog__swiper-slide:hover .blog__img-wrapper {
  border: 1px solid #174eb5;
}

.blog__swiper-slide:hover .blog__date {
  background: #fff;
}

.blog__date {
  letter-spacing: -.03em;
  text-transform: lowercase;
  color: #174eb5;
  backdrop-filter: blur(10px);
  background: #ffffff80;
  border-radius: 5px;
  padding: 2px 5px 3px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all .3s;
}

@media (width <=1000px) {
  .blog__date {
    font-size: 12px;
  }
}

.blog__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1000px) {
  .blog__title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.blog__text {
  letter-spacing: -.03em;
  color: #ffffffad;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

@media (width <=1000px) {
  .blog__text {
    font-size: 12px;
  }
}

.blog-page {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .blog-page {
    padding-bottom: 50px;
  }
}

.blog-page__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  display: grid;
}

@media (width <=1000px) {
  .blog-page__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
  }
}

.product-grid {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .product-grid {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.product-grid__cats {
  margin-bottom: 40px;
  display: flex;
}

@media (width <=1000px) {
  .product-grid__cats {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
  }
}

.product-grid__sort-wrapper {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ffffffa6;
  margin-left: auto;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  position: relative;
}

@media (width <=1000px) {
  .product-grid__sort-wrapper {
    margin: 0;
    font-size: 12px;
  }
}

.product-grid__sort-btn {
  cursor: pointer;
}

.product-grid__sort-list {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 100vw;
  max-width: max-content;
  padding: 10px;
  display: flex;
}

.product-grid__sort-list a {
  letter-spacing: -.03em;
  color: #101010;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

@media (width <=1000px) {
  .product-grid__sort-list a {
    font-size: 12px;
  }
}

.product-grid__cats-wrapper {
  align-items: end;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .product-grid__cats-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.product-grid__cats-content {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 800px;
  display: flex;
}

.product-grid__cats-content .product-grid__sort-btn {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ffffffa9;
  align-items: center;
  gap: 5px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
}

@media (width <=1000px) {
  .product-grid__cats-content .product-grid__sort-btn {
    font-size: 12px;
  }
}

.product-grid__cats-content .custom-checkbox {
  color: #1010109d;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.product-grid__cats-content .custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #101010;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.product-grid__cats-content .custom-checkbox input:checked {
  background: #174eb5;
  border-color: #174eb5;
}

.product-grid__cats-item {
  position: relative;
}

.product-grid__cats-more {
  letter-spacing: -.03em;
  color: #ffffff4d;
  white-space: nowrap;
  margin-right: 15px;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.product-grid__cats-reset {
  letter-spacing: -.03em;
  color: #ffffff4d;
  white-space: nowrap;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.about {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .about {
    padding-bottom: 50px;
  }
}

.about__content-descr {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.about__content-descr img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  left: -15px;
}

@media (width <=1000px) {
  .about__content-descr {
    flex-direction: column-reverse;
    display: flex;
  }
}

.about__content .section-title {
  text-align: left;
}

.about__content p {
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.about__content p:last-child {
  margin-bottom: 0;
}

.info-content {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .info-content {
    padding-bottom: 50px;
  }
}

.info-content__item {
  border-bottom: 1px solid #fff3;
  grid-template-columns: 440px 1fr;
  gap: 20px;
  padding: 20px 0;
  display: grid;
}

.info-content__item:first-child {
  border-top: 1px solid #fff3;
}

@media (width <=1000px) {
  .info-content__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0;
  }
}

.info-content__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

@media (width <=1000px) {
  .info-content__item-title {
    font-size: 14px;
  }
}

.info-content__item-text {
  letter-spacing: -.03em;
  color: #ffffffb4;
  flex-direction: column;
  gap: 10px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

@media (width <=1000px) {
  .info-content__item-text {
    font-size: 14px;
  }
}

.info-content__item-text ul {
  padding-left: 20px;
}

.info-content__item-text li {
  list-style-type: disc;
}

.info-content__item-more {
  letter-spacing: -.03em;
  text-align: right;
  color: #ffffff80;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.single-content {
  padding-bottom: 100px;
}

@media (max-width: 1000px) {
  .single-content {
    padding-bottom: 50px;
  }
}

.single-content .container {
  max-width: 900px;
}

.single-content .title {
  margin-bottom: 10px;
}

.single-content__date {
  letter-spacing: -.03em;
  color: #ffffffa6;
  margin-bottom: 30px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

.single-content__img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.single-content__wrapper h2 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.single-content__wrapper p {
  letter-spacing: -.03em;
  color: #ffffffb0;
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contacts-page {
  border-top: 1px solid #fff3;
  padding: 40px 0 100px;
}

.contacts-page .container {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

@media (width <=1000px) {
  .contacts-page .container {
    gap: 20px;
  }
}

.contacts-page iframe {
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

@media (width <=1000px) {
  .contacts-page iframe {
    height: 350px;
  }

  .contacts-page {
    padding: 15px 0 50px;
  }
}

.product-info {
  padding-bottom: 100px;
}

.product-info .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

@media (width <=1000px) {
  .product-info .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (width <=700px) {
  .product-info {
    padding-bottom: 50px;
  }
}

.product-info__swiper-slide img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.product-info__swiper-child {
  margin-top: 5px;
}

.product-info__swiper-child img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 100px;
}

.product-info__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.product-info__attrs {
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.product-info__attrs-item {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  background: #ffffff26;
  border-radius: 5px;
  padding: 2px 5px 3px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

.product-info__sku {
  letter-spacing: -.03em;
  color: #ffffff80;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.product-info__variations {
  margin: 20px 0;
}

.product-info__item-title {
  letter-spacing: -.03em;
  color: #ffffffa8;
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.product-info__variations-btns {
  gap: 5px;
  display: flex;
}

.product-info__variations-btn {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  background: #ffffff0d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
}

.product-info__variations-btn span {
  letter-spacing: -.03em;
  color: #fff3;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.product-info__variations-btn--active {
  color: #fff;
  background: #174eb5;
}

.product-info__variations-btn--active span {
  color: #fff;
}

.product-info__descr {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.product-info__descr-item {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  display: flex;
}

.product-info__descr-title {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

.product-info__descr-text {
  letter-spacing: -.03em;
  text-align: right;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

.product-info__descr-more {
  letter-spacing: -.03em;
  color: #ffffff80;
  margin-top: 5px;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.product-info__content {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

@media (width <=1000px) {
  .product-info__content {
    gap: 5px;
  }
}

.product-info__content-info {
  backdrop-filter: blur(10px);
  background: #222;
  border-radius: 10px;
  padding: 20px;
}

.product-info__content-info .wish-btn {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ffffff85;
  align-items: center;
  gap: 10px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
  position: static;
}

@media (width <=1000px) {
  .product-info__content-info {
    padding: 15px;
  }
}

.product-info__price-new {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=1000px) {
  .product-info__price-new {
    font-size: 20px;
  }
}

.product-info__price-old {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ffffff85;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: line-through;
}

@media (width <=1000px) {
  .product-info__price-old {
    font-size: 14px;
  }
}

.product-info__price-info {
  letter-spacing: -.03em;
  color: #ffffffbe;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

@media (width <=1000px) {
  .product-info__price-info {
    margin-bottom: 15px;
  }
}

.product-info__price-row {
  gap: 10px;
  display: flex;
}

.product-info__count {
  gap: 5px;
  display: flex;
}

.product-info__price-minus {
  background: #d1dcf0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.product-info__count-total {
  letter-spacing: -.03em;
  color: #174eb5a4;
  background: #d1dcf0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.product-info__price-plus {
  background: #d1dcf0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-add {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  background: #174eb5;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
}

@media (width <=1000px) {
  .cart-add svg {
    width: 20px;
    height: 20px;
  }
}

.one-click-btn {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
}

.product-info__content-items {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

@media (width <=1000px) {
  .product-info__content-items {
    gap: 5px;
  }
}

.product-info__content-item {
  backdrop-filter: blur(10px);
  background: #222;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 20px;
  display: flex;
}

.product-info__content-descr {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.product-info__content-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1000px) {
  .product-info__content-title {
    font-size: 12px;
  }
}

.product-info__content-text {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}

@media (width <=1000px) {
  .product-info__content-text {
    font-size: 12px;
  }
}

.cart-page {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .cart-page {
    padding-bottom: 50px;
  }
}

.cart-page__content-wrapper {
  grid-template-columns: 1fr 440px;
  gap: 20px;
  display: grid;
  position: relative;
}

@media (width <=1200px) {
  .cart-page__content-wrapper {
    grid-template-columns: 1fr 300px;
  }
}

@media (width <=1000px) {
  .cart-page__content-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.cart-page__content {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .cart-page__content {
    gap: 10px;
  }
}

.cart-page__content-item {
  border-bottom: 1px solid #ffffff2d;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cart-page__content-item img {
  object-fit: cover;
  border-radius: 10px;
  width: 150px;
  height: 150px;
}

@media (width <=1000px) {
  .cart-page__content-item img {
    width: 70px;
    height: 70px;
  }

  .cart-page__content-item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-bottom: 10px;
  }

  .cart-page__img-wrapper {
    align-items: center;
    gap: 10px;
    display: flex;
  }
}

.cart-page__mob-title {
  display: none;
}

@media (width <=1000px) {
  .cart-page__mob-title {
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #fff;
    font-family: Bounded, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 114%;
    display: block;
  }
}

.cart-page__item-descr {
  max-width: 460px;
}

@media (width <=1000px) {
  .cart-page__item-descr {
    width: 100%;
    max-width: none;
  }
}

.cart-page__item-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

@media (width <=1000px) {
  .cart-page__item-title {
    display: none;
  }
}

.cart-page__attrs {
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  display: flex;
}

@media (width <=1000px) {
  .cart-page__attrs {
    margin: 10px;
  }
}

.cart-page__attrs-item {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  background: #ffffff26;
  border-radius: 5px;
  padding: 2px 5px 3px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=1000px) {
  .cart-page__attrs-item {
    font-size: 12px;
  }
}

.cart-page__row {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

@media (width <=1000px) {
  .cart-page__row {
    justify-content: space-between;
    width: 100%;
  }
}

.cart-page__wish-btn,
.cart-page__remove {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #ffffffad;
  align-items: center;
  gap: 10px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  display: flex;
}

.cart-page__col {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .cart-page__col {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

.cart-page__price {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

@media (width <=1000px) {
  .cart-page__price {
    font-size: 14px;
  }
}

.cart-page__aside {
  backdrop-filter: blur(10px);
  background: #222;
  border-radius: 10px;
  max-height: max-content;
  padding: 20px;
  position: sticky;
  top: 80px;
}

@media (width <=1000px) {
  .cart-page__aside {
    padding: 15px;
    position: static;
  }
}

.cart-page__aside-title {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.cart-page__aside-total {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-family: Bounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=1200px) {
  .cart-page__aside-total {
    font-size: 30px;
  }
}

@media (width <=1000px) {
  .cart-page__aside-total {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: clip;
}

.container,
.woocommerce.wp-block-group {
  max-width: 1390px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

html,
body {
  color: #fff;
  background: #101010;
  font-family: Onest, sans-serif;
}

.btn {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  background: #174eb5;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 16px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  transition: all .3s;
  display: flex;
}

.btn--hollow {
  border: 1px solid #fff;
}

.btn--centered {
  justify-content: center;
}

.btn rect {
  width: 5px;
  height: 5px;
  transition: all .3s;
}

.btn rect:first-of-type {
  x: 0px;
  y: 0px;
}

.btn rect:nth-of-type(2) {
  x: 15px;
  y: 0px;
}

.btn rect:nth-of-type(3) {
  x: 0px;
  y: 15px;
}

.btn rect:nth-of-type(4) {
  x: 15px;
  y: 15px;
}

.btn:hover {
  color: #174eb5;
  background: #fff;
}

.btn:hover rect {
  fill: #174eb5;
  width: 9px;
  height: 9px;
}

.btn:hover rect:nth-of-type(2) {
  x: 11px;
}

.btn:hover rect:nth-of-type(3) {
  y: 11px;
}

.btn:hover rect:nth-of-type(4) {
  x: 11px;
  y: 11px;
}

@media (width <=1000px) {
  .btn {
    font-size: 12px;
  }
}

.section-title {
  letter-spacing: -.03em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-family: Bounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=1000px) {
  .section-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.section-text {
  letter-spacing: -.03em;
  text-align: center;
  color: #ffffffa2;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (width <=1000px) {
  .section-text {
    font-size: 14px;
  }
}

.section-head {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  display: grid;
}

.section-head .section-title,
.section-head .section-text {
  text-align: left;
  margin: 0;
}

@media (width <=1000px) {
  .section-head {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
}

.btn-hollow {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: 20px auto 0;
  padding: 15px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  transition: all .3s;
  display: flex;
}

.btn-hollow:hover {
  color: #174eb5;
  background-color: #fff;
}

@media (width <=1000px) {
  .btn-hollow {
    font-size: 12px;
  }
}

.main-page {
  padding-top: 120px;
  position: relative;
}

.main-page:before {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, #174eb500 0%, #174eb5 176.48%);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.main-page section,
.main-page .container {
  z-index: 2;
  position: relative;
}

@media (width <=1000px) {
  .main-page {
    padding-top: 90px;
  }
}

.page-breads {
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.page-breads a {
  letter-spacing: -.03em;
  color: #ffffff80;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 133%;
  text-transform: lowercase;
}

.page-breads span {
  letter-spacing: -.03em;
  color: #ffffff4d;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 133%;
  text-transform: lowercase;
}

@media (width <=1000px) {
  .page-breads {
    margin-bottom: 20px;
  }
}

.title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-family: Bounded, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 122%;
}

@media (width <=1000px) {
  .title {
    margin-bottom: 15px;
    font-size: 26px;
  }
}



.wpcf7 br {
  display: none;
}

.product-texts {
  padding-bottom: 100px;
}

@media (max-width: 1000px) {
  .product-texts {
    padding-bottom: 50px;
  }
}

.wish-btn.wish-btn--active svg path,
.cart-page__wish-btn.wish-btn--active svg path {
  fill: #174EB5;
  /* заполненное сердце вместо контурного */
}

.wish-btn.loading,
.cart-page__wish-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.link-blog {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}


.added_to_cart {
  display: none !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF !important;
}

.dgwt-wcas-suggestion-nores {
  color: #000;
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
  padding: 0 5px;
  border-radius: 30px;
}


.dgwt-wcas-overlay-mobile {
  background: #0000006e;
  backdrop-filter: blur(3px);
  padding: 15px;
  padding-top: 30px;
}

.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
  background: transparent;
}

.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
  background: #222 !important;
  border-radius: 10px;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #ffffff;
}

@media (max-width: 1000px) {

  .dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,
  .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
    top: 80px !important;
    left: 15px !important;
    width: calc(100% - 30px) !important;
  }
}


.woocommerce-checkout {
  --el-bg: #101010;
  --el-panel: #222;
  --el-panel-2: rgba(255, 255, 255, .04);
  --el-border: rgba(255, 255, 255, .15);
  --el-text: #fff;
  --el-muted: rgba(255, 255, 255, .65);
  --el-accent: #174EB5;
  --el-radius: 10px;
  --el-radius-btn: 15px;

  color: var(--el-text);
  font-family: Onest, sans-serif;
}

.woocommerce-checkout form.checkout>wc-order-attribution-inputs {
  display: none;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: auto 1fr;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  background: var(--el-panel);
  border-radius: var(--el-radius);
  padding: 28px;
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  background: var(--el-panel);
  border-radius: var(--el-radius);
  padding: 24px;
  position: sticky;
  top: 24px;
  align-self: start;
}

.woocommerce-checkout .col2-set {
  display: block;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--el-border);
}

.woocommerce-checkout h3 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--el-text);
  margin: 0 0 20px;
}

.woocommerce-checkout #ship-to-different-address {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

.woocommerce-checkout #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: none;
  font-family: Onest, sans-serif;
  font-weight: 400;
  color: var(--el-muted);
  cursor: pointer;
}

.woocommerce-checkout .form-row {
  margin: 0 0 16px;
}

.woocommerce-checkout label {
  display: block;
  font-size: 13px;
  color: var(--el-muted);
  margin-bottom: 6px;
}

.woocommerce-checkout label.required_field {
  display: block;
}

.woocommerce-checkout .required {
  color: var(--el-accent);
  text-decoration: none;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection {
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #10101086;
  padding: 14px 15px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  letter-spacing: -.03em;
  transition: box-shadow .15s ease;
}

.woocommerce-checkout input.input-text::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: #10101055;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 78, 181, .35);
}

.woocommerce-checkout textarea {
  resize: vertical;
  min-height: 70px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.woocommerce-checkout .select2-selection__rendered {
  color: #10101086 !important;
  padding-left: 0 !important;
}

.woocommerce-checkout .select2-selection__arrow {
  height: 46px !important;
}

.woocommerce-checkout #order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--el-border);
  font-size: 14px;
  letter-spacing: -.03em;
  text-align: left;
}

.woocommerce-checkout #order_review table.shop_table th {
  text-transform: uppercase;
  color: var(--el-muted);
  font-weight: 400;
}

.woocommerce-checkout #order_review table.shop_table td:last-child,
.woocommerce-checkout #order_review table.shop_table th:last-child {
  text-align: right;
}

.woocommerce-checkout #order_review .order-total td,
.woocommerce-checkout #order_review .order-total th {
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--el-text);
  border-bottom: none;
  padding-top: 16px;
}

.woocommerce-checkout ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout ul#shipping_method li {
  padding: 10px 0;
}

.woocommerce-checkout ul#shipping_method label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--el-text);
  font-size: 14px;
  margin: 0;
}

.woocommerce-checkout input[type="radio"],
.woocommerce-checkout input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, .45);
  background: transparent;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
}

.woocommerce-checkout input[type="radio"] {
  border-radius: 50%;
}

.woocommerce-checkout input[type="radio"]:checked,
.woocommerce-checkout input[type="checkbox"]:checked {
  border-color: var(--el-accent);
  background: var(--el-accent);
}

.woocommerce-checkout input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.woocommerce-checkout input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff;
}

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

.woocommerce-checkout #payment ul.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.woocommerce-checkout #payment .wc_payment_method {
  padding: 14px 0;
  border-top: 1px solid var(--el-border);
}

.woocommerce-checkout #payment .wc_payment_method:first-child {
  border-top: none;
}

.woocommerce-checkout #payment label {
  color: var(--el-text);
  font-size: 15px;
  letter-spacing: -.03em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #payment label img {
  height: 22px;
  width: auto;
}

.woocommerce-checkout #payment .payment_box {
  background: var(--el-panel-2);
  border: 1px solid var(--el-border);
  border-radius: 10px;
  color: var(--el-muted);
  margin-top: 10px;
  padding: 14px 16px;
  font-size: 13px;
}

.woocommerce-checkout #payment .payment_box::before {
  display: none;
}

.woocommerce-checkout #place_order {
  width: 100%;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  background: var(--el-accent);
  border: none;
  border-radius: var(--el-radius-btn);
  padding: 16px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}

.woocommerce-checkout #place_order:hover {
  background: #fff;
  color: var(--el-accent);
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: var(--el-muted);
  font-size: 12px;
  margin-top: 14px;
  margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: var(--el-accent);
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  background: var(--el-panel);
  border-left: 3px solid var(--el-accent);
  border-radius: 10px;
  color: var(--el-text);
  padding: 14px 18px;
  list-style: none;
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent;
  border-left: none;
  padding: 0 0 16px;
  color: var(--el-muted);
  font-size: 14px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  color: var(--el-accent);
}

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }

  .woocommerce-checkout #customer_details {
    padding: 20px;
  }
}


.woocommerce-checkout {
  display: flex;
  gap: 20px;
}

#order_review_heading {
  display: none;
}

.woocommerce.wp-block-group.alignwide {
  padding-top: 120px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  border: none !important;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  background: #222 !important;
  color: #fff !important;
  border-radius: 10px !important;
  border-color: #FFF !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

#billing_address_2::placeholder,
#order_comments::placeholder {
  color: #ffffffa1 !important;
}

@media (max-width: 1000px) {
  .woocommerce-checkout {
    flex-direction: column;
    gap: 10px;
  }
}