* {
  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: Old Horror Films;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/oldHorrorFilms-regular.002d77b7.eot") format("eot"), url("../fonts/oldHorrorFilms-regular.efe48a09.woff") format("woff"), url("../fonts/oldHorrorFilms-regular.a6dd60cf.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Cygre;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/cygre-book.711cd022.eot") format("eot"), url("../fonts/cygre-book.58a9732d.woff") format("woff"), url("../fonts/cygre-book.8349ac46.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Cygre;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/cygre-regular.5a60ab20.eot") format("eot"), url("../fonts/cygre-regular.95ae925c.woff") format("woff"), url("../fonts/cygre-regular.8ffe6b99.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Cygre;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/cygre-semiBold.381ba0d2.eot") format("eot"), url("../fonts/cygre-semiBold.7a24d02f.woff") format("woff"), url("../fonts/cygre-semiBold.68b1390d.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Cygre;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/cygre-bold.8e252f21.eot") format("eot"), url("../fonts/cygre-bold.00a658f2.woff") format("woff"), url("../fonts/cygre-bold.2a85f0b3.woff2") format("woff2");
  font-display: swap;
}

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

.js-dropdown__btn img {
  transition: all .3s;
}

.js-dropdown__btn--active img {
  transform: rotate(-180deg);
}

.js-dropdown__list {
  opacity: 0;
  visibility: hidden;
  background: #f9f9f9;
  flex-direction: column;
  gap: 15px;
  padding: 16px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 30px;
  align-items: start !important;
}

.js-dropdown__list a {
  white-space: nowrap;
}

.js-dropdown__list--active {
  opacity: 1;
  visibility: visible;
}

.slider-container {
  max-width: 273px;
  margin-bottom: 32px;
}

@media (width <=1000px) {
  .slider-container {
    max-width: none;
  }
}

.noUi-target {
  margin-bottom: 16px;
}

.noUi-handle {
  cursor: pointer;
  border: 3px solid #3d3d3d;
  border-radius: 155px;
  width: 12px !important;
  height: 12px !important;
  top: -6px !important;
  right: -12px !important;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-horizontal {
  height: 1px;
}

.slider-text {
  color: #1119;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 129%;
}

.slider-inputs {
  justify-content: space-between;
  margin-bottom: 18px;
  display: flex;
}

.slider-input {
  border: 1px solid #0009;
  border-radius: 6px;
  width: 45%;
  padding: 8px 16px;
  font-size: 14px;
}

header {
  z-index: 200;
  background: #f9f9f9;
  width: 100%;
  position: fixed;
  top: 0;
}

@media (width <=1050px) {
  header {
    background: #fff;
  }
}

.header__content {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 25px 0;
  display: flex;
}

@media (width <=1050px) {
  .header__content {
    padding: 16px 0;
  }
}

.header__nav {
  width: 100%;
  max-width: 460px;
}

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

.header__nav li {
  position: relative;
}

.header__nav a {
  color: #1119;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  display: flex;
}

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

.header__nav-item--first a {
  color: #111;
}

.header__contacts {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  display: flex;
}

@media (width <=1050px) {
  .header__contacts {
    display: none;
  }
}

.header__contacts-item {
  color: #111;
  white-space: nowrap;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.header__contacts-item span {
  color: #1119;
  font-size: 14px;
  line-height: 114%;
}

.header__contacts-item .js-dropdown__list {
  width: 100%;
  top: 70px;
}

.header__btns {
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 261px;
  display: flex;
}

.header__btns .btn {
  margin-left: 8px;
}

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

.header__dropdown-list {
  border-radius: 0 0 20px 20px;
  gap: 16px;
  padding: 0 24px 32px;
  top: 60px;
  left: -26px;
}

.heaader__burger-btn {
  display: none;
}

@media (width <=1050px) {
  .heaader__burger-btn {
    display: block;
  }
}

.header__catalog-btn {
  background: #f9f9f9;
  width: 100%;
  padding: 16px 0;
  display: none;
}

.header__catalog-btn button {
  background: #ffd900;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.header__catalog-btn button span {
  align-content: center;
  gap: 5px;
  display: flex;
}

@media (width <=1050px) {
  .header__catalog-btn {
    display: block;
  }
}

.header__catalog-list {
  background: #ffd900;
  border-radius: 0 0 10px 10px;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 30px);
  display: grid;
  top: 140px;
}

@media (max-width: 600px){
  .header__catalog-list{
    grid-template-columns: 1fr;
  }
}

.header__admin {
  margin-left: auto;
  font-size: 16px;
  line-height: 300%;
  display: flex;
}

.header__admin span {
  font-weight: 600;
}

.header__admin div {
  margin-left: 24px;
}

.header__admin a {
  text-decoration-skip-ink: none;
  text-decoration: underline;
}

footer {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 100px;
  position: relative;
}

@media (width <=600px) {
  footer {
    padding-bottom: 130px;
  }
}

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

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

.footer__content-logo {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer__content-logo .burger__content-btns {
  gap: 0;
  margin-top: 32px;
  display: none;
}

.footer__content-logo .burger__content-btns a:not(.btn) {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.footer__content-logo .burger__content-btns .btn {
  margin-left: 16px;
}

@media (width <=600px) {
  .footer__content-logo .burger__content-btns {
    display: flex;
  }
}

.footer__logo-box {
  color: #1119;
  flex-direction: column;
  gap: 10px;
  max-width: 150px;
  font-size: 14px;
  line-height: 114%;
  display: flex;
}

.footer__logo-box img {
  width: 100%;
  height: auto;
}

@media (width <=600px) {
  .footer__logo-box img {
    max-width: 110px;
  }

  .footer__logo-box {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    max-width: 288px;
    margin: 0 auto;
  }
}

.footer__rights {
  color: #1113;
  font-size: 12px;
  line-height: 133%;
}

@media (width <=600px) {
  .footer__rights {
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 48px;
    left: 0;
  }
}

.footer__nav {
  grid-template-columns: 130px 180px 180px 150px;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 826px;
  display: grid;
}

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

.footer__nav-col h3 {
  white-space: nowrap;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
}

.footer__nav-col ul {
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.footer__nav-col:first-child {
  order: 1;
}

.footer__nav-col:nth-child(2) {
  order: 3;
}

.footer__nav-col:nth-child(3) {
  order: 2;
}

.footer__nav-col:nth-child(4) {
  order: 4;
}

.footer__contacts {
  grid-template-columns: 1fr;
  display: grid;
}

@media (width <=600px) {
  .footer__contacts {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer__contact-socials {
  color: #1119;
  font-size: 14px;
  line-height: 120%;
}

.footer__contact-socials div {
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  display: flex;
}

@media (width <=600px) {
  .footer__contact-socials {
    order: 1;
  }
}

.footer__contacts-item {
  flex-direction: column;
  gap: 28px;
  display: flex;
}

@media (width <=600px) {
  .footer__contacts-item {
    order: 2;
  }
}

.burger {
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 164px;
  overflow-y: auto;
}

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

.burger__content {
  height: 100%;
  padding: 48px 0;
}

.burger__content-btns {
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  margin-bottom: 48px;
  display: flex;
}

.burger__nav {
  grid-template-columns: 120px 180px;
  justify-content: space-between;
  display: grid;
}

.burger__nav-col {
  margin-bottom: 48px;
}

.burger__nav-col h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
}

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

.burger__nav-col li {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.burger__content-contacts {
  grid-template-columns: 120px 180px;
  justify-content: space-between;
  gap: 10px;
  display: grid;
}

.burger__socials span {
  color: #1119;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 120%;
}

.burger__socials div {
  grid-template-columns: repeat(2, 32px);
  gap: 16px;
  margin-top: 12px;
  display: grid;
}

.burger__contacts {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.burger__rights {
  color: #1113;
  text-align: center;
  margin-top: 64px;
  font-size: 12px;
  line-height: 133%;
}

.main-section {
  padding-top: 32px !important;
}

.main-section__content {
  position: relative;
}

.main-section__swiper {
  max-width: 1258px;
}

.main-section__swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: end;
  min-height: 720px;
  padding: 64px;
  display: flex;
  position: relative;
}

@media (width <=600px) {
  .main-section__swiper-slide {
    align-items: normal;
    min-height: 600px;
    padding: 24px;
  }
}

.main-section__swiper-content {
  width: 100%;
  max-width: 635px;
}

.main-section__swiper-content h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
  font-family: Old Horror Films, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 85%;
}

@media (width <=600px) {
  .main-section__swiper-content h2 {
    margin-bottom: 24px;
    font-size: 64px;
  }
}

.main-section__swiper-content p {
  color: #fff;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 117%;
}

@media (width <=600px) {
  .main-section__swiper-content p {
    margin-bottom: auto;
    font-size: 16px;
  }
}

.main-section__swiper-content .btn {
  max-width: 305px;
}

@media (width <=600px) {
  .main-section__swiper-content .btn {
    max-width: none;
  }

  .main-section__swiper-content {
    flex-direction: column;
    display: flex;
  }

  .main-section__swiper-wrapper-prev {
    top: auto;
    bottom: 104px;
    left: 34px;
  }

  .main-section__swiper-wrapper-next {
    top: auto;
    bottom: 104px;
    right: 34px;
  }
}

.catalog__content {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  display: grid;
}

@media (width <=600px) {
  .catalog__content {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }
}

.catalog__content-item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.catalog__content-item img {
  width: 100%;
  height: auto;
}

.catalog__content-item div {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 108%;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.popular__content {
  position: relative;
}

.popular__swiper {
  max-width: 1248px;
}

.popular__swiper-slide {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (width <=600px) {
  .popular__swiper-slide {
    min-height: 300px;
  }
}

.popular__slide-lists {
  color: #fff;
}

.popular__slide-lists h3 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 62%;
}

@media (width <=600px) {
  .popular__slide-lists h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.popular__slide-lists ul {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media (width <=600px) {
  .popular__slide-lists ul {
    gap: 8px;
  }
}

.popular__slide-lists li {
  font-size: 24px;
  line-height: 79%;
}

@media (width <=1000px) {
  .popular__slide-lists li {
    font-size: 20px;
  }
}

@media (width <=600px) {
  .popular__slide-lists li {
    font-size: 16px;
  }

  .popular__slide-lists {
    padding-top: 38px;
  }
}

.popular__slide-descr {
  color: #fff;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
  display: flex;
}

.popular__slide-descr h3 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 71%;
}

@media (width <=1000px) {
  .popular__slide-descr h3 {
    font-size: 20px;
    position: absolute;
    top: 24px;
  }
}

.popular__slide-descr span {
  font-size: 32px;
  line-height: 62%;
}

@media (width <=600px) {
  .popular__slide-descr span {
    font-size: 18px;
  }
}

.popular__slide-descr .btn {
  max-width: 200px;
}

@media (width <=600px) {
  .popular__slide-descr .btn {
    max-width: 150px;
  }

  .popular__slide-descr {
    align-items: center;
  }
}

.product-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.product-card:not(.catalog-page .product-card){
  min-height: 510px;
}

@media (width <=600px) {
  .product-card {
    padding: 16px;
  }
}

.product-card__img-box {
  margin-bottom: 12px;
  position: relative;
}

.product-card__img-box img {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.catalog-page__content-products .product-card__img-box img {
  min-height: 200px;
  object-fit: cover;
}

.product-card__img-box span {
  background: #ffd900;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-card__content {
  margin-top: auto;
}

.product-card__heading {
  margin-bottom: 24px;
}

.product-card__heading div {
  color: #1119;
  margin-bottom: 16px;
  font-size: 14px;
}

@media (width <=600px) {
  .product-card__heading div {
    margin-bottom: 6px;
  }
}

.product-card__heading h3 {
  color: #111;
  min-height: 40px;
  font-size: 16px;
  line-height: 125%;
}

@media (width <=600px) {
  .product-card__heading h3 {
    font-size: 12px;
  }

  .product-card__heading {
    margin-bottom: 0;
  }
}

.product-card__price {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-card__price .btn {
  max-width: 165px;
}

@media (width <=1000px) {
  .product-card__price .btn {
    max-width: none;
    margin-top: 10px;
  }
}

.product-card__price span {
  color: #111;
  font-size: 16px;
  line-height: 144%;
}

@media (width <=600px) {
  .product-card__price {
    flex-direction: column;
    align-items: start;
  }
}

.product-card__price--no .btn {
  max-width: none;
}

.reviews__content {
  position: relative;
}

/* .reviews__content .reviews__swiper-wrapper-prev, .reviews__content .reviews__swiper-wrapper-next {
  display: none;
} */

.reviews__swiper {
  max-width: 1218px;
}

.reviews__swiper-slide {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}

.reviews__slide-heading {
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  display: flex;
}

.reviews__slide-heading h3 {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

@media (width <=600px) {
  .reviews__slide-heading h3 {
    gap: 6px;
    margin-bottom: 6px;
    font-size: 18px;
  }
}

.reviews__slide-heading span {
  color: #1119;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

@media (width <=600px) {
  .reviews__slide-heading span {
    font-size: 12px;
  }

  .reviews__slide-heading img {
    width: 80px;
    height: auto;
  }

  .reviews__slide-heading {
    gap: 16px;
    margin-bottom: 28px;
  }
}

.reviews__slide-content h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

@media (width <=600px) {
  .reviews__slide-content h3 {
    font-size: 16px;
  }
}

.reviews__slide-content p {
  color: #111c;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 171%;
}

@media (width <=600px) {
  .reviews__slide-content p {
    margin-bottom: 15px;
  }
}

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

.reviews__heading-btns {
  gap: 16px;
  display: none;
}

.reviews__heading-btns .reviews__swiper-wrapper-prev {
  width: 42px;
  height: 42px;
  margin: 0;
  position: static;
}

.reviews__heading-btns .reviews__swiper-wrapper-prev img {
  width: 100%;
  height: auto;
}

.reviews__heading-btns .reviews__swiper-wrapper-next {
  width: 42px;
  height: 42px;
  margin: 0;
  position: static;
}

.reviews__heading-btns .reviews__swiper-wrapper-next img {
  width: 100%;
  height: auto;
}

@media (width <=600px) {
  .reviews__heading-btns {
    display: flex;
  }
}

.banner__content {
  background: #ffd900;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner__content img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

@media (width <=1100px) {
  .banner__content img {
    order: -1;
    max-width: 350px;
    margin-left: auto;
  }
}

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

.banner__content-descr {
  max-width: 640px;
  padding: 64px 10px 64px 64px;
}

.banner__content-descr h2 {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
}

@media (width <=600px) {
  .banner__content-descr h2 {
    font-size: 24px;
  }
}

.banner__content-descr p {
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 350;
  line-height: 112%;
}

@media (width <=600px) {
  .banner__content-descr p {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.banner__content-descr form {
  margin-top: -16px;
}

.banner__content-descr form .label-row p {
  gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

@media (width <=600px) {
  .banner__content-descr form .label-row p {
    gap: 8px;
    margin-bottom: 8px;
  }
}

.banner__content-descr form label {
  width: 100%;
}

.banner__content-descr form input:not(.btn) {
  color: #111;
  border-radius: 20px;
  width: 100%;
  padding: 21px 28px;
  font-size: 14px;
  line-height: 83%;
}

.banner__content-descr form input::placeholder {
  color: #1119;
}

@media (width <=600px) {
  .banner__content-descr form input {
    padding: 18px;
  }
}

.banner__content-descr form .btn {
  border-radius: 20px;
}

@media (width <=600px) {
  .banner__content-descr form .btn {
    font-size: 14px;
  }

  .banner__content-descr form {
    margin: 0;
  }
}

@media (width <=1000px) {
  .banner__content-descr {
    padding: 14px 24px 24px;
  }
}

.banner__descr-btns {
  align-items: center;
  gap: 24px;
  display: flex;
}

@media (width <=600px) {
  .banner__descr-btns .btn {
    padding: 18px;
    font-size: 14px;
  }
}

.banner__descr-btns .btn--black {
  max-width: 180px;
}

@media (width <=600px) {
  .banner__descr-btns .btn--black {
    max-width: 100px;
  }

  .banner__descr-btns {
    gap: 16px;
  }
}

.catalog-page .container {
  grid-template-columns: 320px 1fr;
  gap: 50px;
  display: grid;
}

@media (width <=1000px) {
  .catalog-page .container {
    grid-template-columns: 1fr;
  }
}

.catalog-page__aside {
  flex-direction: column;
  gap: 32px;
  transition: all .3s;
  display: flex;
}

@media (width <=1000px) {
  .catalog-page__aside {
    opacity: 0;
    visibility: hidden;
    z-index: 21;
    width: calc(100% - 30px);
    position: absolute;
    top: 500px;
  }

  .catalog-page__aside--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (width <=450px) {
  .catalog-page__aside {
    top: 440px;
  }
}

.catalog-aside__filters {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 24px;
}

.catalog-aside__filters h4 {
  color: #111;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
}

@media (width <=1000px) {
  .catalog-aside__filters {
    border-radius: 0 0 10px 10px;
  }
}

.catalog-aside__filter-title {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 100%;
}

.catalog-aside__acc {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.catalog-aside__acc-item {
  overflow: hidden;
}

.catalog-aside__acc-item svg path {
  transition: all .3s;
}

.catalog-aside__acc-item--active .catalog-aside__acc-head svg path:last-child {
  opacity: 0;
  visibility: hidden;
}

.catalog-aside__acc-item--active .catalog-aside__acc-body {
  max-height: 600px;
  padding-top: 16px;
  padding-bottom: 12px;
}

.catalog-aside__acc-head {
  color: #111;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 133%;
  display: flex;
}

.catalog-aside__acc-body {
  max-height: 0;
  padding: 0;
  transition: all .3s;
}

.catalog-aside__acc-group {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.catalog-aside__acc-group .custom-checkbox {
  margin-bottom: 8px;
}

.catalog-aside__acc-group:last-child {
  margin-bottom: 0;
}

.slider-container {
  margin-top: 48px;
}

.catalog-aside__banner {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media (width <=1000px) {
  .catalog-aside__banner {
    display: none;
  }
}

.catalog-aside__banner-content {
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  height: 229px;
  padding: 24px;
  display: flex;
}

.catalog-aside__banner-content h3 {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 100%;
}

.catalog-aside__banner-content p {
  color: #fffc;
  font-size: 14px;
  line-height: 129%;
}

.catalog-page__content, .catalog-page__content-heading {
  flex-direction: column;
  display: flex;
}

.catalog-page__content-heading h1 {
  color: #3d3d3d;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.catalog-page__content-heading h1 span {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 171%;
  display: none;
}

@media (width <=1000px) {
  .catalog-page__content-heading h1 span {
    display: block;
  }

  .catalog-page__content-heading h1 {
    order: 1;
  }
}

.catalog-page__heading-row {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

@media (width <=1000px) {
  .catalog-page__heading-row span {
    display: none;
  }

  .catalog-page__heading-row {
    order: 3;
  }
}

.catalog-page__dropdown {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: 24px;
  position: relative;
}

.catalog-page__dropdown .js-dropdown__list {
  z-index: 20;
  background: #ffd900;
  border-radius: 0 0 10px 10px;
  width: 100%;
}

.catalog-page__dropdown .btn {
  justify-content: center;
  max-width: 240px;
  padding: 13px;
  font-size: 14px;
  display: flex;
}

@media (width <=1000px) {
  .catalog-page__dropdown .btn {
    max-width: none;
  }

  .catalog-page__dropdown {
    max-width: none;
    margin-left: 0;
  }
}

@media (width <=600px) {
  .catalog-page__dropdown {
    margin-right: 16px;
  }
}

.catalog-page__seacrh {
  background: #f1f1f1;
  border: 1px solid #1119;
  border-radius: 10px;
  position: relative;
}

.catalog-page__seacrh input {
  background: #f1f1f1;
  border-radius: 10px;
  width: 100%;
  padding: 12px 0 12px 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.catalog-page__seacrh button {
  position: absolute;
  top: 11px;
  left: 13px;
}

@media (width <=600px) {
  .catalog-page__seacrh {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 15px;
  }
}

.catalog-page__seacrh--active {
  opacity: 1;
  visibility: visible;
}

.catalog-page__stock-row {
  align-items: center;
  gap: 16px;
  margin-bottom: 38px;
  display: flex;
}

.catalog-page__stock-row .btn {
  white-space: nowrap;
  padding: 16px;
}

@media (width <=1300px) {
  .catalog-page__stock-row .btn {
    max-width: max-content;
  }
}

.catalog-page__stock-row .btn:not(.btn--ghost) {
  white-space: nowrap;
  border: 1px solid #0000;
}

@media (width <=1300px) {
  .catalog-page__stock-row {
    flex-wrap: wrap;
  }
}

@media (width <=1000px) {
  .catalog-page__stock-row {
    white-space: nowrap;
    order: 2;
    margin-bottom: 16px;
  }
}

@media (width <=450px) {
  .catalog-page__stock-row {
    flex-wrap: nowrap;
    max-width: 400px;
    overflow: auto;
  }

  .catalog-page__stock-row::-webkit-scrollbar {
    display: none;
  }
}

@media (width <=400px) {
  .catalog-page__stock-row {
    flex-wrap: nowrap;
    max-width: 350px;
    overflow: auto;
  }

  .catalog-page__stock-row::-webkit-scrollbar {
    display: none;
  }
}

.catalog-page__content-products {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.catalog-page__content-products .product-card {
  padding: 12px 16px 16px;
}

.catalog-page__content-products .product-card .btn {
  max-width: 125px;
  padding: 11px;
}

.catalog-page__content-products .product-card__heading div {
  margin-bottom: 12px;
}

.catalog-page__content-products .product-card__heading h3 {
  min-height: 30px;
  font-size: 14px;
}

.catalog-page__content-products .product-card__price span {
  font-size: 12px;
}

@media (width <=1300px) {
  .catalog-page__content-products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <=1050px) {
  .catalog-page__content-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.show-more {
  max-width: 300px;
  margin: 48px auto 0;
}

@media (width <=1000px) {
  .show-more {
    max-width: 400px;
    margin-top: 24px;
  }
}

.catalog-page__filter-btn {
  background: #fff;
  border-radius: 10px;
  order: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding: 24px 20px;
  display: none;
}

.catalog-page__filter-btn img {
  transition: all .3s;
}

.catalog-page__filter-btn--active img {
  transform: rotate(180deg);
}

@media (width <=1000px) {
  .catalog-page__filter-btn {
    display: flex;
  }
}

.js-search__btn {
  border: 1px solid #1119;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  display: none;
}

@media (width <=600px) {
  .js-search__btn {
    display: block;
  }
}

.product {
  padding-bottom: 0 !important;
}

.product__content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

@media (width <=800px) {
  .product__content-wrapper {
    padding: 24px;
  }
}

.product__content {
  gap: 64px;
  display: flex;
}

@media (width <=800px) {
  .product__content {
    flex-direction: column;
    gap: 24px;
  }
}

.product__img-box {
  max-width: 460px;
  overflow: hidden;
}

@media (width <=800px) {
  .product__img-box {
    max-width: none;
  }
}

.main-slider {
  max-width: 460px;
  margin-bottom: 24px;
}

.main-slider .swiper-slide {
  padding: 2px;
}

.main-slider img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px #0000001a;
}

@media (width <=800px) {
  .main-slider {
    max-width: none;
  }
}

.product__swiper-pagination {
  display: none;
}

@media (width <=800px) {
  .product__swiper-pagination {
    display: block;
  }
}

.thumb-slider {
  max-width: 460px;
}

.thumb-slider .swiper-slide {
  padding: 2px;
}

.thumb-slider img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px #0000001a;
}

@media (width <=800px) {
  .thumb-slider {
    display: none;
  }
}

.product__content-descr {
  width: 100%;
  max-width: 708px;
}

.product__content-descr h2 {
  color: #111;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 133%;
}

.product__content-link {
  color: #1119;
  justify-content: end;
  align-items: center;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 267%;
  display: flex;
}

.product__content-link a {
  align-items: center;
  gap: 5px;
  display: flex;
}

@media (width <=800px) {
  .product__content-link {
    display: none;
  }
}

.product__content-link--mob {
  margin: 0;
  display: none;
}

@media (width <=800px) {
  .product__content-link--mob {
    display: flex;
  }
}

.product__descr-review {
  color: #1119;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  display: flex;
}

@media (width <=800px) {
  .product__descr-review {
    margin-bottom: 32px;
  }
}

.product__descr-price {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  display: flex;
}

.product__descr-price div {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.product__descr-price span:not(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol) {
  color: #1119;
  font-size: 14px;
  line-height: 114%;
}

@media (width <=800px) {
  .product__descr-price {
    margin-bottom: 32px;
  }
}

.product__descr-characteristics {
  color: #111;
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 87%;
}

.product__descr-characteristics h3 {
  margin-bottom: 10px;
}

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

.product__descr-characteristics li {
  align-items: center;
  gap: 10px;
  margin-left: 12px;
  display: flex;
}

.product__descr-characteristics li:before {
  content: "";
  background-color: #111;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  display: block;
}

.product__descr-btns {
  align-items: center;
  gap: 24px;
  display: flex;
}

.product__descr-btns .btn {
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: flex;
}

.product__descr-btns form {
  width: 100%;
}

.product__texts {
  color: #111;
  margin-top: 48px;
  font-size: 16px;
  line-height: 150%;
}

.product__texts h3 {
  margin-bottom: 10px;
}

.new-product__content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.new-product__content-wrapper .swiper-slide {
  padding: 3px;
}

.new-product__content-wrapper .product-card {
  box-shadow: -1px 1px 4px #00000012;
}

@media (width <=600px) {
  .new-product__content-wrapper {
    padding: 16px;
  }
}

.contacts__content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.contacts__content-wrapper h1 {
  color: #111;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
}

@media (width <=600px) {
  .contacts__content-wrapper h1 {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .contacts__content-wrapper {
    padding: 32px 24px;
  }
}

.contacts__content {
  grid-template-columns: 460px 250px;
  justify-content: space-between;
  margin-bottom: 48px;
  display: grid;
}

@media (width <=900px) {
  .contacts__content {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.contacts__content-col {
  justify-content: space-between;
  display: flex;
}

.contacts__content-col span {
  color: #1119;
  font-size: 16px;
  line-height: 120%;
}

@media (width <=900px) {
  .contacts__content-col span {
    font-size: 14px;
  }
}

.contacts__content-col a {
  color: #111;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 133%;
  display: flex;
}

@media (width <=900px) {
  .contacts__content-col a {
    font-size: 16px;
  }
}

.contacts__content-col img {
  width: 24px;
  height: 24px;
}

@media (width <=900px) {
  .contacts__content-col img {
    width: 18px;
    height: 18px;
  }

  .contacts__content-col {
    flex-direction: column;
    gap: 32px;
  }
}

.contacts__item {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.contacts__item div {
  gap: 24px;
  display: flex;
}

@media (width <=900px) {
  .contacts__item {
    gap: 10px;
  }
}

.contacts__img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 352px;
}

@media (width <=600px) {
  .contacts__img {
    object-position: -262px 0;
  }
}

.qustions {
  padding-bottom: 0 !important;
}

.qustions__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.qustions__content h1 {
  color: #111;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
}

@media (width <=600px) {
  .qustions__content h1 {
    font-size: 18px;
  }

  .qustions__content {
    padding: 32px 24px;
  }
}

.qustions__acc {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.qustions__acc-item {
  border: .5px solid #3d3d3d;
  border-radius: 10px;
  overflow: hidden;
}

.qustions__acc-item--active .qustions__acc-body {
  max-height: 500px;
  padding-bottom: 24px;
}

.qustions__acc-item--active .qustions__acc-head img {
  transform: rotate(45deg);
}

.qustions__acc-head {
  color: #111;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px 26px;
  font-size: 18px;
  line-height: 133%;
  transition: all .3s;
  display: flex;
}

.qustions__acc-head img {
  transition: all .3s;
}

@media (width <=600px) {
  .qustions__acc-head {
    font-size: 16px;
  }
}

.qustions__acc-body {
  color: #1119;
  max-width: 560px;
  max-height: 0;
  padding: 0 26px;
  font-size: 16px;
  line-height: 150%;
  transition: all .3s;
}

@media (width <=600px) {
  .qustions__acc-body {
    font-size: 14px;
  }
}

.login {
  padding: 100px 0 !important;
}

.login .container {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 50px;
}

@media (width <=600px) {
  .login:not(.login__content .login) {
    padding: 50px 0 !important;
  }

  .login .container {
    padding-top: 150px;
  }
}

.login__content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 528px;
  padding: 64px;
}

.login__content form {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.login__content h1 {
  color: #111;
  text-align: center;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 131%;
}

@media (width <=600px) {
  .login__content h1 {
    font-size: 18px;
  }
}

.login__content form input {
  color: #111;
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 112%;
}

.login__content form input::placeholder {
  color: #1119;
}

.login__content form .btn {
  padding: 24px;
  font-size: 17px;
}

.login__content form p {
  color: #1119;
  margin-top: 24px;
  font-size: 12px;
}

@media (width <=600px) {
  .login__content form p {
    margin-top: 16px;
  }

  .login__content {
    padding: 32px 24px;
  }
}

.reg__content {
  max-width: 752px;
}

.reg__content .label-row {
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.reg__content .label-row label, .reg__content .label-row .registration__form-password {
  width: 100%;
}

.reg__content .label-row .registration__form-password {
  margin: 0;
}

.reg__content .label-row span {
  color: #1119;
  opacity: .7;
  margin-top: 8px;
  font-size: 12px;
  line-height: 117%;
  display: block;
}

@media (width <=600px) {
  .reg__content .label-row {
    flex-direction: column;
    margin-bottom: 16px;
  }
}

.reg__content .label-row:last-child {
  margin-bottom: 0;
}

.registration__form-password {
  margin-top: 16px;
  position: relative;
}

.registration__form-password button {
  position: absolute;
  top: 51%;
  right: 24px;
  transform: translateY(-50%);
}

.form-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 14px;
  display: flex;
}

.form-row span {
  color: #1119;
  line-height: 120%;
}

.form-row a {
  line-height: 120%;
}

@media (width <=600px) {
  .form-row {
    font-size: 12px;
  }
}

.cabinet .container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cabinet__content {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1070px;
  padding: 64px;
  display: flex;
  position: relative;
}

@media (width <=900px) {
  .cabinet__content {
    padding: 24px;
  }

  .cabinet__content--order {
    min-height: 650px;
  }
}

@media (width <=600px) {
  .cabinet__content--wish {
    padding: 32px 0;
  }
}

.cabinet__content-nav {
  width: 100%;
  max-width: 235px;
}

@media (width <=900px) {
  .cabinet__content-nav {
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    background-color: #ffd900;
    border-radius: 0 0 10px 10px;
    width: calc(100% - 48px);
    max-width: none;
    padding: 0 24px 24px;
    transition: all .3s;
    position: absolute;
    top: 132px;
    left: 24px;
  }
}

.cabinet__content-nav--active {
  opacity: 1;
  visibility: visible;
}

.cabinet__nav-profile {
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.cabinet__nav-profile h3 {
  text-align: center;
  color: #111;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
}

.cabinet__nav-profile div {
  text-align: center;
  color: #1119;
  font-size: 14px;
}

.cabinet__nav-btns {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.cabinet__btn {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
  transition: all .3s;
  display: block;
}

.cabinet__btn:hover, .cabinet__btn--active {
  color: #111;
  background: #ffd900;
  border-color: #ffd900;
}

@media (width <=900px) {
  .cabinet__btn {
    color: #111;
    border-color: #111;
  }
}

.cabinet__btn--exit {
  color: #d92727;
  border-color: #d92727;
  margin-top: 16px;
}

.cabinet__btn--exit:hover {
  color: #fff;
  background: #d92727;
}

.cabinet__data {
  width: 100%;
  max-width: 625px;
}

@media (width <=900px) {
  .cabinet__data {
    max-width: none;
  }
}

.cabinet__heading {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
  display: flex;
}

.cabinet__heading h1 {
  font-size: 32px;
  line-height: 150%;
}

@media (width <=900px) {
  .cabinet__heading h1 {
    font-size: 18px;
  }
}

.cabinet__heading a {
  color: #1119;
  align-items: center;
  font-size: 18px;
  line-height: 267%;
  display: flex;
}

@media (width <=900px) {
  .cabinet__heading a {
    max-height: 25px;
    font-size: 16px;
  }

  .cabinet__heading {
    margin-bottom: 32px;
  }
}



.cabinet__btn-show img {
  transition: all .3s;
}

.cabinet__btn-show--active img {
  transform: rotate(180deg);
}

.cabinet__data-form {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.cabinet__data-form input {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 112%;
}

.cabinet__data-form .label-row {
  gap: 24px;
  display: flex;
}

.cabinet__data-form .label-row label {
  flex-direction: column;
  width: 100%;
  display: flex;
}

@media (width <=600px) {
  .cabinet__data-form .label-row {
    flex-direction: column;
  }
}

.cabinet__data-form span {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 112%;
  display: block;
}

.cabinet__data-item:nth-last-child(2) .label-row:nth-child(3) {
  margin: 16px 0;
}

@media (width <=600px) {
  .cabinet__data-item:nth-last-child(2) .label-row:nth-child(3) {
    margin: 24px 0;
  }
}

.cabinet__order-wrapper {
  flex-direction: column;
  gap: 24px;
  height: 100%;
  display: flex;
}

.cabinet__order-item {
  border: .5px solid #111;
  border-radius: 10px;
  padding: 24px;
}

@media (width <=600px) {
  .cabinet__order-item {
    padding: 24px 16px;
  }
}

.order__item-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.order__item-heading div {
  font-size: 16px;
  line-height: 112%;
}

.order__item-heading div span {
  color: #1119;
  margin-left: 10px;
}

@media (width <=600px) {
  .order__item-heading div span {
    margin-left: 5px;
  }

  .order__item-heading div {
    font-size: 14px;
  }
}

.order__status {
  background: #ffd900;
  border-radius: 7px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 120%;
}

.order__item-content {
  margin-bottom: 48px;
}

@media (width <=600px) {
  .order__item-content {
    margin-bottom: 32px;
  }
}

.order__content-item {
  border-bottom: 1px solid #1113;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 18px;
  display: flex;
}

.order__content-item img {
  width: 100%;
  max-width: 82px;
  height: auto;
  margin-right: 24px;
}

@media (width <=600px) {
  .order__content-item img {
    max-width: 48px;
    margin-right: 10px;
  }
}

.order__content-descr {
  color: #1119;
  flex-direction: column;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.order__content-descr span {
  color: #1119;
  font-size: 12px;
  line-height: 200%;
}

@media (width <=600px) {
  .order__content-descr {
    font-size: 12px;
  }
}

.order__content-price {
  color: #1119;
  white-space: nowrap;
  margin-left: auto;
  font-size: 16px;
  line-height: 150%;
}

@media (width <=600px) {
  .order__content-price {
    font-size: 14px;
  }
}

.order__item-total {
  color: #1119;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

@media (width <=600px) {
  .order__item-total {
    font-size: 14px;
  }
}

.order__total-price {
  color: #111;
}

@media (width <=600px) {
  .order__total-price {
    font-size: 16px;
  }
}

.cabinet__order-empty {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 83%;
  display: flex;
}

@media (width <=900px) {
  .cabinet__order-empty {
    height: 60%;
  }
}

@media (width <=600px) {
  .cabinet__wish .cabinet__heading {
    padding: 0 24px;
  }

  .cabinet__wish .cabinet__btn-show {
    width: calc(100% - 48px);
    margin-left: 24px;
  }
}

.cabinet__wish-content {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  display: grid;
}

@media (width <=600px) {
  .cabinet__wish-content {
    gap: 12px;
  }
}

.cabinet__settings-content {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.cabinet__settings-item h2 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 75%;
}

.cabinet__settings-item .custom-checkbox {
  margin-bottom: 16px;
}

.cabinet__settings-item .custom-checkbox:last-child {
  margin-bottom: 0;
}

.cabinet__settings-item .btn {
  max-width: 235px;
}

@media (width <=900px) {
  .cabinet__settings-item .btn {
    max-width: none;
  }
}

.order-page__inner {
  background: #fff;
  border-radius: 20px;
  padding: 64px;
}

.order-page__inner h1 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
}

@media (width <=600px) {
  .order-page__inner h1 {
    font-size: 18px;
  }

  .order-page__inner {
    padding: 32px 24px;
  }
}

.order-page__content-wrapper, .woocommerce-checkout {
  justify-content: space-between;
  display: flex;
  gap: 60px;
  width: 100%;
}

@media (width <=1050px) {
  .order-page__content-wrapper {
    flex-direction: column;
    gap: 64px;
  }
}

.order-page__content {
  width: 100%;
  max-width: 800px;
}

@media (width <=1050px) {
  .order-page__content {
    max-width: none;
  }
}

.order-page__content-item {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  display: flex;
}

.order-page__delivery-methods, .order-page__payment-methods {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.order-page__content-item h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 200%;
}

@media (width <=600px) {
  .order-page__content-item h2 {
    font-size: 18px;
  }
}

.order-page__content-item label {
  width: 100%;
}

.order-page__content-item input {
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 19px 24px;
  font-size: 16px;
  line-height: 112%;
}

.order-page__content-item input::placeholder {
  color: #1119;
}

.order-page__content-item:last-child {
  margin-bottom: 0;
}

.order-page__content-item .label-row {
  align-items: center;
  gap: 16px;
  width: 100%;
  display: flex;
}

@media (width <=600px) {
  .order-page__content-item .label-row {
    flex-direction: column;
  }
}

.order-page__btn {
  color: #1111114d;
  border: .5px solid #111;
  border-radius: 10px;
  flex-direction: column;
  align-self: start;
  gap: 16px;
  width: 100%;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 129%;
  display: flex;
}

.order-page__btn span {
  color: #1119;
  font-size: 16px;
  line-height: 112%;
}

.order-page__btn--active {
  color: #1119;
  background: #ffd900;
  border-color: #ffd900;
}

.order-page__btn--active span {
  color: #111;
}

.order-page__aside-items {
  flex-direction: column;
  gap: 18px;
  margin-bottom: 48px;
  display: flex;
}

@media (width <=600px) {
  .order-page__aside-items img {
    width: 52px;
    height: 52px;
  }

  .order-page__aside-items {
    gap: 10px;
  }
}

.order-page__aside-item {
  border-bottom: 1px solid #1113;
  align-items: center;
  gap: 24px;
  padding-bottom: 18px;
  display: flex;
}

.order-page__item-descr {
  flex-direction: column;
  gap: 12px;
  max-width: 234px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.order-page__item-descr span {
  color: #1119;
  font-size: 12px;
  line-height: 200%;
}

@media (width <=600px) {
  .order-page__item-descr {
    font-size: 14px;
  }
}

.order-page__item-price {
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}

@media (width <=600px) {
  .order-page__item-price {
    font-size: 16px;
  }
}

.order-page__aside-price {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  display: flex;
}

.order-page__aside-price li {
  color: #1119;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 114%;
  display: flex;
}

.order-page__aside-total {
  color: #1119;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.order-page__aside-total div {
  color: #111;
  font-size: 24px;
  font-weight: 400;
  line-height: 96%;
}

.order-page__aside-btn {
  margin-bottom: 22px;
  padding: 29px;
  font-size: 16px;
  line-height: 120%;
}

.order-page__aside-text {
  color: #1119;
  font-size: 12px;
  line-height: 133%;
}

.cart .container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart__inner {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1070px;
  min-height: 600px;
  padding: 64px;
}

.cart__inner h1 {
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
  display: flex;
}

.cart__inner h1 span {
  color: #1119;
  font-size: 14px;
  line-height: 129%;
}

@media (width <=600px) {
  .cart__inner h1 {
    font-size: 18px;
  }
}

@media (width <=1000px) {
  .cart__inner {
    padding: 32px 24px;
  }
}

.cart__row {
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
  display: flex;
}

.cart__row .custom-checkbox {
  color: #111;
  white-space: nowrap;
  font-size: 16px;
  line-height: 112%;
}

.cart__row button {
  color: #1119;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

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

.cart__content-wrapper {
  justify-content: space-between;
  align-items: end;
  gap: 15px;
  display: flex;
}

@media (width <=1000px) {
  .cart__content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}

.cart__content {
  flex-direction: column;
  gap: 18px;
  width: 100%;
  display: flex;
}

.cart__content-item {
  border-bottom: 1px solid #1113;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

@media (width <=600px) {
  .cart__content-item .custom-checkbox {
    position: absolute;
    top: 0;
    right: 0;
  }

  .cart__content-item .custom-checkbox input {
    width: 24px;
    height: 24px;
    margin: 0;
  }
}

.cart__item-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

@media (width <=600px) {
  .cart__item-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}

.cart__item-descr {
  flex-direction: column;
  gap: 10px;
  max-width: 235px;
  margin-right: 16px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.cart__item-descr span {
  color: #1119;
  font-size: 12px;
  line-height: 200%;
}

@media (width <=600px) {
  .cart__item-descr {
    margin-right: 36px;
  }
}

.cart__item-btns {
  grid-template-columns: 100px 20px;
  align-items: center;
  gap: 24px 42px;
  display: grid;
}

@media (width <=1000px) {
  .cart__item-btns {
    margin-left: auto;
  }
}

@media (width <=600px) {
  .cart__item-btns {
    grid-template-columns: 80px 100px;
    gap: 24px;
    margin-left: 0;
  }
}

.cart__item-price {
  grid-column: 1;
  font-size: 18px;
  line-height: 133%;
}

@media (width <=600px) {
  .cart__item-price {
    order: 1;
  }
}

.cart__btns {
  flex-direction: column;
  grid-area: span 2 / 2;
  align-items: center;
  gap: 24px;
  display: flex;
}

@media (width <=600px) {
  .cart__btns {
    flex-direction: row;
    order: 2;
    grid-column: 1;
    margin-bottom: 15px;
  }
}

.cart__item-quantity {
  color: #111;
  background: #f6f6f6;
  border-radius: 10px;
  grid-column: 1;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  font-size: 12px;
  display: flex;
}

@media (width <=600px) {
  .cart__item-quantity {
    order: 3;
    grid-column: 2;
  }
}

.cart__quantity-btn {
  padding: 10px;
  font-size: 16px;
}

.cart__inner--empty {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cart__aside {
  width: 100%;
  max-width: 300px;
}

.cart__aside .order-page__aside-btn {
  margin: 0;
}

@media (width <=1000px) {
  .cart__aside {
    max-width: none;
  }
}

.cart__empty {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.cart__empty img {
  width: 54px;
  height: 48px;
  margin-bottom: 24px;
}

.cart__empty div {
  color: #3d3d3d;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 75%;
  display: flex;
}

.cart__empty .btn {
  max-width: 360px;
}

.welcome .container {
  gap: 24px;
  display: flex;
}

.welcome__content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  padding: 48px;
}

.welcome__content-wrapper h2 {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 150%;
}

.welcome__content h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 200%;
}

.welcome__content ul {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.welcome__content ul li {
  border-bottom: 1px solid #111;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.welcome__content-item {
  margin-bottom: 48px;
}

.welcome__content-item:last-child {
  margin-bottom: 0;
}

.welcome__item-btns {
  align-items: center;
  gap: 16px;
  display: flex;
}

.welcome__edit-btn {
  color: #1119;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.welcome__add-btn {
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.welcome__lasts {
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  padding: 48px;
}

.welcome__lasts h2 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
}

.welcome__lasts h3 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 200%;
}

.welcome__lasts-item {
  gap: 16px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 133%;
  display: flex;
}

.welcome__lasts-item svg {
  flex-shrink: 0;
}

.welcome__lasts-item div {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.welcome__lasts-item span {
  color: #1119;
  font-size: 16px;
  line-height: 112%;
}

.welcome__lasts-item:last-child {
  margin-bottom: 0;
}

.banners .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.banners h1 {
  font-size: 32px;
  line-height: 150%;
}

.banners span:not(.frontend-form span) {
  color: #1119;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 267%;
}

.banners__item-heading {
  border-bottom: 1px solid #111;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 24px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.banners__item-body {
  padding: 48px 0;
}

.banners__item-body img {
  width: 100%;
  height: auto;
  margin-top: 32px;
}

.banners__body-row h3 {
  margin-bottom: 16px;
  font-size: 16px;
}

.banners__body-row button {
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.banners__body-row div {
  border: .5px solid #111;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  margin-bottom: 14px;
  padding: 2px 24px;
  display: flex;
}

.banners__body-row div span {
  color: #1119;
  margin: 0;
  font-size: 16px;
  line-height: 112%;
}

.banners__body-row div button {
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.banners__new-btn {
  color: #1119;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.collections .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.collections h1 {
  font-size: 32px;
  line-height: 150%;
}

.collections span:not(.frontend-form span) {
  color: #1119;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 267%;
}

.collections__content .collections__item-body {
  gap: 48px;
  padding: 48px 0;
  display: flex;
}

.collections__content .collections__item-body img {
  border-radius: 20px;
  width: 100%;
  max-width: 660px;
  height: auto;
}

.collections__item-head {
  border-bottom: 1px solid #111;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 24px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.collections__item-head span {
  color: #111;
  margin: 0;
}

.collections__head-btns {
  align-items: center;
  gap: 16px;
  display: flex;
}

.collections__descr-item {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 133%;
  display: flex;
}

.collections__descr-item div {
  flex-direction: column;
  display: flex;
}

.collections__descr-item span {
  color: #1119;
  margin: 0;
  font-size: 16px;
  line-height: 119%;
}

.collections__descr-item ul {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.collections__add span {
  margin: 0;
  font-size: 16px;
  line-height: 112%;
}

.collections__add label {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  display: flex;
  position: relative;
}

.collections__add input {
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 19px 24px;
}

.collections__add form .label-row {
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.collections__add form button {
  position: absolute;
  top: 54px;
  right: 24px;
}

.collections__item-products {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.collections__add-new {
  color: #1119;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.admin-reviews .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.admin-reviews h1 {
  font-size: 32px;
  line-height: 150%;
}

.admin-reviews h1 span {
  color: #1119;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 267%;
}

.admin-reviews__content {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.admin-reviews__content .reviews__swiper-slide {
  max-width: 370px;
}

.admin-reviews__content .reviews__swiper-slide .reviews__slide-heading-descr span {
  color: #1119;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
}

.admin-reviews__add-content {
  flex-direction: column;
  padding-top: 64px;
  display: flex;
}

.admin-reviews__add-content .label-row {
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  display: flex;
}

.admin-reviews__add-content label {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.admin-reviews__add-content input {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 21px 28px;
  font-size: 16px;
  line-height: 112%;
}

.admin-reviews__add-content span {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 112%;
}

.admin-reviews__add-content .btn {
  max-width: 300px;
  margin: 48px auto 0;
}

.products-first .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.products-first h1 {
  font-size: 32px;
  line-height: 150%;
}

.products-first h1 span {
  color: #1119;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 267%;
}

.products-first__item {
  flex-direction: column;
  display: flex;
}

.products-first__item form {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
  display: flex;
}

.products-first__item form input {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 112%;
}

.products-first__item .btn {
  max-width: 300px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.products-first__acc-item {
  padding: 12px 0;
  overflow: hidden;
}

.products-first__acc-item--active .products-first__acc-body {
  z-index: auto;
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  margin-top: 16px;
}

.products-first__acc-head {
  color: #111;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 133%;
  display: flex;
}

.products-first__acc-body {
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-height: 0;
  transition: all .3s;
  display: flex;
}

.products-first__acc-group {
  width: 100%;
  max-width: 450px;
}

.products-first__acc-group h4 {
  color: #111;
  margin-bottom: 16px;
  line-height: 100%;
}

.products-first__acc-group button {
  color: #111;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.products-first__acc-group .custom-checkbox {
  margin-bottom: 10px;
}

.products-first__acc-group .custom-checkbox:last-child {
  margin-bottom: 0;
}

.products-first__group-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.products-first__group-item--active {
  border: .5px solid #111;
  border-radius: 10px;
  padding: 20px;
}

.products-first__group-item--active .custom-checkbox {
  margin: 0;
}

.products-first__group-item--active input {
  display: none;
}

.products-first__group-item--active .hidden-icon {
  cursor: pointer;
  display: block;
}

.hidden-icon {
  display: none;
}

.products-first__item-btn {
  color: #111;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  line-height: 133%;
  display: flex;
}

.products-first__form-item {
  width: 100%;
  position: relative;
}

.products-first__form-item h4 {
  color: #111;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 112%;
}

.products-first__form-item a {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.products-first__form-item ul {
  padding: 0;
  top: 94px;
}

.products-second .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
}

.products-second h1 {
  font-size: 32px;
  line-height: 150%;
}

.products-second h1 span {
  color: #1119;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 267%;
}

.products-second__content-item, .products-second__content-body {
  flex-direction: column;
  display: flex;
}

.products-second__content-form {
  margin-bottom: 48px;
}

.products-second__content-form form {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
  margin-bottom: 32px;
  display: flex;
}

.products-second__content-form form input {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 112%;
}

.products-second__content-form .btn {
  max-width: 300px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.products-second__show-more {
  color: #1119;
  margin: 0 auto 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.products-second__form-row {
  align-items: center;
  gap: 24px;
  display: flex;
}

.products-second__form-row .banners__body-row {
  width: 100%;
}

.products-second__content-btn {
  color: #111;
  white-space: nowrap;
  border-radius: 7px;
  padding: 21px 42px;
  font-size: 16px;
  line-height: 120%;
  transition: all .3s;
}

.products-second__content-btn--active {
  background: #ffd900;
}

.products-second__content-row h3 {
  color: #111;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 112%;
}

.products-second__row-item {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 20px;
  font-size: 16px;
  line-height: 112%;
  display: flex;
}

.products-second__row-item:last-child {
  margin-bottom: 0;
}

.products-second__row-item div {
  align-items: center;
  gap: 24px;
  display: flex;
}

.products-second__row-item div button {
  align-items: center;
  gap: 8px;
  display: flex;
}

.products-second__row-item div button:first-child {
  color: #1119;
  font-size: 16px;
  line-height: 112%;
}

.products-second__row-item div button:last-child {
  color: #111;
  font-size: 16px;
  line-height: 112%;
}

.btn-last {
  max-width: 300px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.products-third__content-body {
  gap: 50px;
  margin-top: 32px;
  display: flex;
}

.products-third__content-card {
  width: 100%;
  max-width: 300px;
}

.products-third__content-card h3 {
  color: #111;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.products-third__content-edit {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.products-third__content-edit form {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.products-third__content-edit form input {
  color: #1119;
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 112%;
}

.products-third__content-edit .btn-last {
  margin-top: 48px;
}

.products-third__edit-row {
  gap: 24px;
  display: flex;
}

.products-third__edit-btns {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}

.products-third__edit-btns button {
  width: 100%;
}

.products-third__content-btn {
  color: #111;
  white-space: nowrap;
  border-radius: 7px;
  padding: 21px 42px;
  font-size: 16px;
  line-height: 120%;
  transition: all .3s;
}

.products-third__content-btn--active {
  background: #ffd900;
}

.admin-order__content-body {
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  display: flex;
}

.admin-order__item-wrapper h3 {
  color: #111;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 133%;
}

.admin-order__content-item {
  border-bottom: 1px solid #a9a9a9;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding-bottom: 24px;
  display: grid;
}

.admin-order__item-info {
  color: #111;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
  display: flex;
}

.admin-order__item-info span {
  color: #1119;
}

.admin-order__info-item {
  flex-direction: column;
  display: flex;
}

.admin-order__item-descr {
  color: #111;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
  line-height: 171%;
  display: flex;
}

.admin-order__item-descr span {
  color: #1119;
  font-size: 12px;
  line-height: 200%;
}

.admin-order__descr-item div {
  align-items: center;
  gap: 16px;
  display: flex;
}

.admin-order__item-price {
  color: #1119;
  flex-direction: column;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.admin-order__item-price span {
  color: #111;
  font-size: 18px;
  line-height: 133%;
}

.admin-order__item-btns {
  flex-direction: column;
  align-items: start;
  gap: 24px;
  display: flex;
}

.admin-order__btn {
  color: #1119;
  font-size: 16px;
  line-height: 120%;
}

.admin-order__show-more {
  color: #1119;
  margin-top: 48px;
  font-size: 16px;
  line-height: 112%;
}

html, body {
  color: #111;
  background: #f1f1f1;
  font-family: Cygre;
  font-weight: 400;
}

main {
  padding-top: 105px;
}

@media (width <=1050px) {
  main {
    padding-top: 164px;
  }
}

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

.container {
  max-width: 1390px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  letter-spacing: -.01em;
  color: #111;
  text-align: center;
  background: #ffd900;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  line-height: 114%;
  transition: all .3s;
  display: block;
}

.btn--gray {
  color: #1119;
  background: #e7e7e7;
}

.btn--gray:hover {
  color: #111;
  background: #ffd900;
}

@media (width <=600px) {
  .btn--gray {
    padding: 14px 42px;
  }
}

.btn--mini {
  padding: 15px;
}

.btn--black {
  color: #fff;
  background: #111;
  font-size: 18px;
}

.btn--hollow {
  background: #ffd900;
  border: 1px solid #111;
  font-size: 18px;
}

.btn--ghost {
  color: #1119;
  background: none;
  border: 1px solid #1119;
}

.section {
  padding: 50px 0;
}

@media (width <=600px) {
  .section {
    padding: 25px 0;
  }
}

.section:last-child {
  padding-bottom: 100px;
}

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

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev span {
  content: "";
  background-color: #f1f1f1;
  border-radius: 100%;
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <=600px) {
  .swiper-button-prev span {
    display: none;
  }
}

.swiper-button-prev img {
  z-index: 21;
  position: relative;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-next span {
  content: "";
  background-color: #f1f1f1;
  border-radius: 100%;
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <=600px) {
  .swiper-button-next span {
    display: none;
  }
}

.swiper-button-next img {
  z-index: 21;
  position: relative;
}

.section-heading {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.section-heading a {
  color: #1119;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

@media (width <=600px) {
  .section-heading a {
    align-items: end;
    font-size: 16px;
    line-height: 94%;
  }

  .section-heading {
    margin-bottom: 24px;
  }
}

.section-heading .section-title {
  margin-bottom: 0;
}

.section-title {
  color: #111;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 150%;
}

@media (width <=600px) {
  .section-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 117%;
  }
}

.swiper-pagination {
  background-color: #3d3d3d4d;
  border-radius: 56px;
  margin: 16px auto 0;
  display: none;
  position: relative;
  width: calc(100% - 128px) !important;
}

.swiper-pagination span {
  border-radius: 11px;
  background: #3d3d3d !important;
}

@media (width <=1000px) {
  .swiper-pagination {
    display: block;
  }
}

.custom-checkbox {
  color: #777;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.custom-checkbox span {
  margin-left: auto;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  border: 2px solid #aaa;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: relative;
}

.custom-checkbox input:checked {
  background: #ffd900;
  border-color: #ffd900;
}

.custom-checkbox__text {
  flex-grow: 1;
}

.custom-checkbox__count {
  margin-left: auto;
}

.current_page_item a {
  color: #111;
}


.cart .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border: .5px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 19px 24px;
  font-size: 16px;
  line-height: 112%;
}

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

.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.cabinet__btn-show {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-bottom: 32px;
  display: none;
}

@media (width <=900px) {
  .cabinet__btn-show {
    display: flex;
  }
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0 !important;
  margin: 0;
}

.frontend-form span {
  /* font-size: 16px; */
  color: #777;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
}

.frontend-form span, .acf-form-fields span {
  padding: 0 0 0 1px !important;
}


.acf-repeater-add-row, .acf-button {
  background: #ffd900;
  padding: 12px 20px !important;
  border-radius: 7px;
  font-weight: 400;
}

.acf-field-submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.acf-field-submit-button .acf-input {
  justify-content: center;
}

.acf-field-submit-button .acf-input button {
  display: flex;
  justify-content: center;
  max-width: 300px;
  border-radius: 7px;
  padding: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #111;
  background: #ffd900;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
}

.select2-selection__clear {
  display: none !important;
}

.acf-field input[type=text] {
  border: 1px solid #747474;
  border-radius: 5px;
}


.custom-radio {
  color: #777;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.custom-radio span {
  margin-left: auto;
}

.custom-radio input[type="radio"] {
  appearance: none;
  cursor: pointer;
  border: 2px solid #aaa;
  border-radius: 50%;
  /* круглая форма для radio */
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: relative;
}

.custom-radio input[type="radio"]:checked {
  background: #ffd900;
  border-color: #ffd900;
}

.custom-radio__text {
  flex-grow: 1;
}

.custom-radio__count {
  margin-left: auto;
}

.acf-field .acf-label label {
  font-size: 22px;
}

.acf-field-680c9e39781cd ul:not(.related-term ul){
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.acf-field-680c9e39781cd .acf-bl:before, .acf-field-680c9e39781cd .acf-bl:after{
    display: none;
}

.uploads-progress .bar{
  background: #ffd900 !important;
}

.acf-icon.-cancel:before{
  position: absolute;
  left: 1.5px;
  top: 1px;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 140px 0;
  color: #1b1109;
}

.not-found h1 {
  font-size: 150px;
  margin-bottom: 20px;
}

.not-found h2 {
  font-size: 50px;
  margin-bottom: 15px;
}

.not-found a {
  font-size: 25px;
}

@media (max-width: 600px) {
  .not-found h1 {
    font-size: 100px;
    margin-bottom: 20px;
  }

  .not-found h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .not-found a {
    font-size: 20px;
  }
}