/* stylelint-disable CssSyntaxError */
.description__tab-btn, .product__nav, .slide-btn, .btn, .favorite-btn {
  padding: 0;
  color: #000000;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product__thumb-list,
.product__slider-list, .intro__list, .card-slider__list, .main__articles, .main__catalog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
.main {
  background-color: white;

  @include device(laptop) {
    background-color: brown;
  }

  @include device(tablet) {
    background-color: black;
  }

  @include device(tablet-mid) {
    background-color: red;
  }

  @include device(mobile) {
    background: green;
  }

  @include before-device(tablet) {
    &::hover {
      color: white;
    }
  }
}
*/
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  height: fill-available;
  min-height: 100%;
  margin-top: 0 !important;
  font-size: 62.5%;
}
html,
body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "Raleway";
  color: #000000;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font-variant-numeric: lining-nums;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
main {
  flex-grow: 1;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  display: flex;
  max-width: 100%;
  height: auto;
  font-size: 0;
}
textarea {
  resize: none;
}
.rouble {
  font-family: "";
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
@media only screen and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .only-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1199px) {
  .only-tablet {
    display: none !important;
  }
}
section[id] {
  scroll-margin-top: 100px;
}
@font-face {
  font-weight: 400;
  font-family: "Roboto";
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 1920px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    min-width: 320px;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.menu {
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  font-size: 16px;
  color: #101828;
  background-color: #fff;
  border-top: 1px solid #f2f4f7;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.menu--show {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(32, 35, 51, 0.6980392157);
  }
}
@media only screen and (max-width: 1199px) {
  .menu {
    height: calc(100vh - 195px);
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    top: 140px;
    height: calc(100vh - 215px);
  }
}
.menu__container {
  position: relative;
  z-index: 1;
  min-height: 480px;
  background-color: #fff;
  transform: translate3d(0, -75px, 0);
  visibility: hidden;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity, transform, visibility;
  transition-delay: 0.2s;
}
.menu--show .menu__container {
  transform: translateZ(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .menu__container {
    min-height: auto;
    height: 100%;
  }
}
.menu__wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 35px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media only screen and (max-width: 1199px) {
  .menu__wrapper {
    position: relative;
    grid-template-columns: 100%;
    height: calc(100vh - 195px);
    padding: 20px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .menu__wrapper {
    height: calc(100vh - 235px);
  }
}
.menu__left {
  display: grid;
  grid-auto-rows: min-content;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid #f2f4f7;
}
@media only screen and (max-width: 1199px) {
  .menu__left {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    padding-right: 0;
    border: none;
    overflow-y: auto;
  }
  .menu__left::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f7fa;
    height: 0;
  }
  .menu__left::-webkit-scrollbar-thumb {
    background-color: #eda440;
  }
}
@media only screen and (max-width: 767px) {
  .menu__left {
    grid-template-columns: 100%;
  }
}
.menu__category {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 15px;
  font-weight: 500;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  outline: none;
  text-align: left;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.menu__category svg {
  margin-right: 3px;
  color: #98a2b3;
}
.menu__category:not([href])::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0859 9.41074C13.4113 9.73618 13.4113 10.2638 13.0859 10.5893L8.37181 15.3033C8.04637 15.6287 7.51874 15.6287 7.1933 15.3033C6.86786 14.9779 6.86786 14.4502 7.1933 14.1248L11.3181 10L7.1933 5.87521C6.86786 5.54977 6.86786 5.02214 7.1933 4.6967C7.51873 4.37126 8.04637 4.37126 8.37181 4.6967L13.0859 9.41074Z' fill='%23D0D5DD'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media only screen and (min-width: 1200px) {
  .menu__category:hover, .menu__category:focus-visible {
    box-shadow: inset 0 0 0 2px #f2f4f7;
  }
  .menu__category:not(.menu__category--active) {
    cursor: pointer;
  }
  .menu__category--active {
    background-color: #f2f4f7;
    pointer-events: none;
    touch-action: none;
  }
}
@media only screen and (max-width: 1199px) {
  .menu__category {
    border-bottom: 1px solid #f2f4f7;
  }
}
.menu__right {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .menu__right {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    transition: left 0.3s;
  }
  .menu__right--show {
    left: 0;
  }
}
.menu__category-name {
  display: block;
  width: fit-content;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .menu__category-name {
    transition: color 0.3s;
  }
  .menu__category-name:hover, .menu__category-name:focus-visible {
    color: #eda440;
  }
}
.menu__inner {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 270px;
}
.menu__inner-item {
  margin: 5px 0;
}
.menu__link {
  display: block;
  width: fit-content;
  break-inside: avoid;
}
@media only screen and (min-width: 1200px) {
  .menu__link {
    transition: color 0.3s;
  }
  .menu__link:hover, .menu__link:focus-visible {
    color: #eda440;
  }
}
.menu__back {
  display: none;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #fbfaf7;
  font-weight: 600;
  font-size: 15px;
  font-family: inherit;
  color: #eda440;
  outline: none;
}
.menu__back::before {
  content: "";
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.08183 8.63926L8.56718 12.1246L7.3651 13.3267L2.42913 8.39074C2.09719 8.05879 2.09719 7.5206 2.42913 7.18865L7.3651 2.25269L8.56719 3.45477L5.08269 6.93926H8.97002C13.3055 6.93926 16.82 10.4538 16.82 14.7893V16.8533H15.12V14.7893C15.12 11.3927 12.3666 8.63926 8.97002 8.63926H5.08183Z' fill='%23EDA440'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media only screen and (max-width: 1199px) {
  .menu__back {
    display: flex;
  }
}
.menu__subcategories {
  display: grid;
  height: 100%;
  max-height: 60vh;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}
.menu__subcategories::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f7fa;
  height: 0;
}
.menu__subcategories::-webkit-scrollbar-thumb {
  background-color: #eda440;
}
@media only screen and (max-width: 1199px) {
  .menu__subcategories {
    max-height: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .menu__subcategories {
    max-height: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__category-wrap {
    grid-column: 1/-1;
    grid-row: 1/-1;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: opacity, transform, visibility;
    transition-delay: 0.2s;
  }
  .menu__category-wrap--visible {
    transform: translateZ(0);
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .menu__category-wrap {
    display: none;
  }
  .menu__category-wrap--visible {
    display: block;
  }
}
.header {
  padding: 35px 0 25px;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
.header__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto 1fr auto 190px auto;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .header__wrapper {
    grid-template-columns: auto auto 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    grid-template-columns: 50px max-content 1fr;
    gap: 15px;
  }
}
.header__socials {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .header__socials {
    display: none;
  }
}
.header__search {
  grid-column: span 3;
}
@media only screen and (max-width: 1199px) {
  .header__search {
    grid-column: 3;
    grid-row: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header__search {
    grid-column: 1/-1;
  }
}
.header__menu-btn {
  width: fit-content;
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  grid-column: span 3;
  gap: 10px 28px;
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    flex-wrap: nowrap;
    grid-column: 1/-1;
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    max-width: 100%;
  }
  .header__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
.header__link {
  flex-shrink: 0;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .header__link {
    transition: color 0.3s;
  }
  .header__link:hover, .header__link:focus-visible {
    color: #eda440;
  }
}
@media only screen and (max-width: 1199px) {
  .header__link {
    font-size: 14px;
  }
}
.header__user-block {
  grid-column: span 2;
}
@media only screen and (max-width: 1199px) {
  .header__user-block {
    position: fixed;
    bottom: 0;
    left: 0;
    grid-column: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .header__logo-icon img {
    width: 192px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo-icon {
    width: 50px;
    height: 50px;
  }
}
.header__shortcode {
  margin: 0;
  margin-block-end: 0 !important;
}
.menu-btn {
  display: grid;
  align-items: center;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  padding: 13px 15px;
  font-weight: 500;
  font-size: 17px;
  font-family: inherit;
  background-color: transparent !important;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #eda440 !important;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  outline: none;
}
.menu-btn svg {
  grid-column: 1;
  grid-row: 1;
  transition: transform 0.3s, color 0.3s;
}
.menu-btn--active {
  background-color: #eda440 !important;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .menu-btn:hover, .menu-btn:focus-visible {
    background-color: #eda440 !important;
    color: #fff;
  }
  .menu-btn:hover .menu-btn__icon, .menu-btn:focus-visible .menu-btn__icon {
    color: #fff;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    font-size: 14px;
    padding: 11px 15px;
  }
}
.menu-btn__icon {
  color: #eda440;
}
.menu-btn--active .menu-btn__icon {
  transform: scale(0);
}
.menu-btn__cross {
  color: #fff;
}
.menu-btn__cross:not(.menu-btn--active .menu-btn__cross) {
  transform: scale(0);
}
.user-block {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .user-block {
    z-index: 2;
    justify-content: space-around;
    min-height: 80px;
    padding: 15px 0 20px;
    background-color: #fff;
    box-shadow: 0 -1px 20.2px 0 rgba(0, 0, 0, 0.0784313725);
  }
}
@media only screen and (max-width: 767px) {
  .user-block {
    min-height: 75px;
  }
}
.user-block__name {
  font-size: 14px;
  line-height: 1;
  color: #667085;
}
@media only screen and (max-width: 1199px) {
  .user-block__name {
    font-size: 13px;
  }
}
.user-block__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .user-block__link--cart, .user-block__link--socials {
    display: none;
  }
}
.user-block__icon {
  color: #eda440;
}
@media only screen and (max-width: 767px) {
  .user-block__icon {
    width: 24px;
    height: 24px;
  }
}
.user-block__profile {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .user-block__profile {
    padding: 13px 17px;
    border: 2px solid #eda440;
    border-radius: 10px;
    transition: color 0.3s, background-color 0.3s;
  }
  .logged-in .user-block__profile {
    padding: 2px;
    border-radius: 50%;
  }
  .user-block__profile .user-block__icon, .user-block__profile .user-block__name {
    display: none;
  }
  .user-block__profile:not(.logged-in .user-block__profile):hover, .user-block__profile:not(.logged-in .user-block__profile):focus-visible {
    color: #fff;
    background-color: #eda440;
  }
}
@media only screen and (max-width: 1199px) {
  .user-block__profile {
    flex-direction: column;
    align-items: center;
  }
}
.user-block__profile-img {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .user-block__profile-img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
  }
  .user-block__profile-img:not(.logged-in .user-block__profile-img) {
    display: none;
  }
}
.user-block__profile-text {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .user-block__profile-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
  }
  .user-block__profile-text:not(.logged-in .user-block__profile-text) {
    display: block;
  }
}
.user-block__img-wrap {
  display: flex;
}
.user-block__img-wrap:not([data-amount="0"]) {
  position: relative;
}
.user-block__img-wrap:not([data-amount="0"])::after {
  content: attr(data-amount) "";
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 2px 3.5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background-color: #d71307;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .user-block__img-wrap:not([data-amount="0"])::after {
    top: 0;
    right: -10px;
  }
}
.card-item {
  position: relative;
  display: grid !important;
  grid-template-rows: auto 1fr;
  max-width: 214px;
  height: auto !important;
}
.card-item--full {
  max-width: 100%;
}
.card-item--intro {
  max-width: 100%;
  transition: transform 0.5s;
}
.card-item--intro .card-item__img-wrap {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.card-item--intro.swiper-slide-prev .card-item__img-wrap, .card-item--intro.swiper-slide-next .card-item__img-wrap {
  opacity: 0.7;
}
.card-item--intro:not(.card-item--intro.swiper-slide-active) {
  transform: scale(0.9);
}
.card-item--intro.swiper-slide-active .card-item__img-wrap {
  opacity: 1;
}
.card-item--intro.swiper-slide-active .card-item__name, .card-item--intro.swiper-slide-active .card-item__price, .card-item--intro.swiper-slide-active .card-item__btn-wrap {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .card-item {
    max-width: 130px;
  }
  .card-item--full {
    max-width: 100%;
  }
  .card-item--intro {
    max-width: 213px;
  }
}
.card-item__img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .card-item__img-wrap {
    outline: none;
    cursor: pointer;
  }
  .card-item__img-wrap:hover ~ .card-item__content .card-item__name, .card-item__img-wrap:focus-visible ~ .card-item__content .card-item__name {
    color: #eda440;
  }
}
.card-item__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.card-item__tags {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none;
}
.card-item__img {
  width: 100%;
  height: 319px !important;
  border: 1px solid #f2f4f7;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
.card-item--intro .card-item__img {
  height: 380px !important;
}
@media only screen and (max-width: 767px) {
  .card-item__img {
    height: 242px !important;
  }
  .card-item--intro .card-item__img {
    height: 300px !important;
  }
}
.card-item__content {
  display: flex;
  flex-direction: column;
  min-height: 145px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.1;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, min-content);
}
.card-item--intro .card-item__content {
  display: grid;
  min-height: auto;
}
.card-item__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  margin: 0 0 10px;
  font-weight: 500;
  color: #1d2939;
  text-align: center;
}
.card-item--intro .card-item__name {
  grid-column: 1/-1;
  color: #fff;
  transition: opacity 0.3s;
  opacity: 0;
}
.card-item__name + .card-item__author {
  margin-top: -5px;
}
@media only screen and (min-width: 1200px) {
  .card-item__name {
    transition: color 0.3s;
  }
  .card-item__name:hover, .card-item__name:focus-visible {
    color: #eda440;
  }
}
@media only screen and (max-width: 767px) {
  .card-item__name {
    font-size: 13px;
  }
  .card-item--intro .card-item__name {
    font-size: 15px;
  }
}
.card-item__author {
  margin: 0 0 10px;
  color: #98a2b3;
}
@media only screen and (min-width: 1200px) {
  .card-item__author {
    transition: color 0.17s ease-in-out;
  }
  .card-item__author[href]:hover, .card-item__author[href]:focus-visible {
    color: #262e5c;
  }
}
@media only screen and (max-width: 767px) {
  .card-item__author {
    font-size: 13px;
  }
}
.card-item__price-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.card-item__price {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-grow: 1;
  align-items: center;
  gap: 5px 10px;
  margin: 0;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  color: #0c111d;
}
.card-item--intro .card-item__price {
  flex-direction: column;
  align-items: flex-end;
  transition: opacity 0.3s;
  opacity: 0;
}
.card-item__price .amount {
  color: inherit;
}
.card-item__price del {
  font-weight: 600;
  font-size: 14px;
  color: #98a2b3;
  text-decoration-color: #ee3a2f;
}
.card-item__price ins {
  text-decoration: none;
}
.card-item__price .woocs_price_code {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 10px;
}
.card-item--intro .card-item__price {
  font-weight: 500;
  font-size: 23px;
  color: #fff;
}
.card-item--intro .card-item__price .woocs_price_code {
  display: flex;
  flex-direction: column-reverse;
}
.card-item--intro .card-item__price .woocs_price_code ins {
  text-decoration: none;
}
.card-item--intro .card-item__price .woocs_price_code .amount {
  font-weight: 500;
  font-size: 23px;
  color: #fff;
}
.card-item--intro .card-item__price .woocs_price_code del {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.card-item--intro .card-item__price .woocs_price_code del .amount {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .card-item__price .woocs_price_code {
    flex-direction: column;
    gap: 3px;
  }
  .card-item--intro .card-item__price {
    font-size: 18px;
  }
  .card-item--intro .card-item__price .woocs_price_code .amount {
    font-size: 18px;
  }
}
.card-item__price-current {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .card-item__price-current {
    font-size: 13px;
  }
}
.card-item__price-old {
  font-weight: 600;
  font-size: 14px;
  color: #98a2b3;
  text-decoration: line-through #ee3a2f;
}
.card-item--intro .card-item__price-old {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .card-item__price-old {
    font-size: 12px;
  }
}
.card-item__percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  font-variant-numeric: lining-nums;
  color: #fff;
  background: url("data:image/svg+xml,%3csvg%20width='46'%20height='24'%20viewBox='0%200%2046%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.6233%202.34669C6.6788%200.873709%208.37974%200%2010.1918%200H40.3795C43.4835%200%2045.9999%202.51633%2045.9999%205.62039V18.3796C45.9999%2021.4837%2043.4835%2024%2040.3795%2024H10.1919C8.37974%2024%206.6788%2023.1263%205.6233%2021.6533L1.05184%2015.2737C-0.350613%2013.3165%20-0.350613%2010.6835%201.05184%208.7263L5.6233%202.34669Z'%20fill='%23EE3A2F'/%3e%3c/svg%3e") no-repeat center/contain;
}
.card-item--intro .card-item__percent {
  position: absolute;
  top: 20px;
  right: -13px;
  z-index: 1;
  width: 85px;
  height: 43px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .card-item__percent {
    font-size: 12px;
  }
  .card-item--intro .card-item__percent {
    width: 67px;
    height: 34px;
    font-size: 18px;
  }
}
.card-item__btn-wrap {
  display: grid;
  margin-top: auto;
}
.card-item--intro .card-item__btn-wrap {
  transition: opacity 0.3s;
  opacity: 0;
}
.card-tag {
  width: fit-content;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  background-color: #fff;
}
.card-tag--unavailable {
  color: #475467;
  background-color: #f7f8fb;
}
.card-tag--available {
  color: #039855;
  background-color: #ecfdf3;
}
.card-tag--new {
  color: #fff;
  background-color: #eda440;
}
@media only screen and (max-width: 767px) {
  .card-tag {
    padding: 3px 5px;
    font-size: 12px;
  }
}
.favorite-btn {
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c4c8e9;
  font-size: 16px;
  line-height: 1;
}
.favorite-btn svg {
  flex-shrink: 0;
}
.favorite-btn--active svg path {
  stroke: #ee3a2f;
}
@media (max-width: 1199px) {
  .favorite-btn {
    padding: 5px 8px;
    color: #98a2b3;
    font-size: 13px;
    gap: 5px;
  }
  .favorite-btn svg {
    width: 20px;
    height: 20px;
  }
  .favorite-btn svg path {
    stroke: #98a2b3;
  }
  .favorite-btn--active svg path {
    stroke: #ee3a2f;
  }
}
.section-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
}
.section-title sup {
  font-weight: 500;
  font-size: 14px;
  color: #98a2b3;
}
.section-title--main {
  font-weight: 700;
  font-size: 45px;
}
.section-title--center {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 27px;
  }
  .section-title--main {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 23px;
  }
  .section-title--main {
    font-size: 30px;
  }
}
.btn {
  padding: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  font-family: inherit;
  line-height: 1;
  border: 1px solid;
  border-radius: 10px;
}
.btn--yellow {
  color: #eda440;
  border-color: #eda440;
}
.btn--gray {
  color: #5c669d;
  border-color: #d1d5e7;
}
.btn--white {
  color: #fff;
}
.btn--bg-yellow {
  color: #fff;
  background-color: #eda440;
}
.btn--br-20 {
  border-radius: 20px;
}
.btn--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  gap: 5px;
  font-size: 20px;
  font-weight: 600;
}
.btn--arrow::after {
  content: "";
  flex-shrink: 0;
  width: 21px;
  height: 20px;
  background: url("data:image/svg+xml,%0A%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7559 4.6972L17.4699 9.41125C17.7954 9.73668 17.7954 10.2643 17.4699 10.5898L12.7559 15.3038C12.4305 15.6292 11.9028 15.6292 11.5774 15.3038C11.252 14.9784 11.252 14.4507 11.5774 14.1253L14.8688 10.8338H3.83333C3.3731 10.8338 3 10.4607 3 10.0005C3 9.54027 3.3731 9.16717 3.83333 9.16717H14.8688L11.5774 5.87571C11.252 5.55028 11.252 5.02264 11.5774 4.6972C11.9028 4.37177 12.4305 4.37177 12.7559 4.6972Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn:disabled {
  cursor: default;
}
@media only screen and (min-width: 1200px) {
  .btn {
    transition: 0.3s;
  }
  .btn--yellow:hover, .btn--yellow:focus-visible {
    color: #fff;
    background-color: #eda440;
  }
  .btn--gray:not(:disabled):hover, .btn--gray:not(:disabled):focus-visible {
    color: #fff;
    background-color: #d1d5e7;
  }
  .btn--bg-yellow:hover, .btn--bg-yellow:focus-visible {
    background-color: #ffa222;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 8px;
    font-size: 13px;
  }
  .intro .btn {
    padding: 10px;
    font-size: 14px;
  }
  .btn--br-20 {
    border-radius: 15px;
  }
}
.main__section-title {
  flex-grow: 1;
  margin: 0;
}
.main__section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .main__section-head {
    margin-bottom: 25px;
  }
}
.main__section-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #344054;
  transition: color 0.17s ease-in-out;
}
.main__section-link:hover, .main__section-link:focus-visible {
  color: #eda440;
}
.main__section-link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9679 6.45721L21.8985 12.3878C22.3079 12.7972 22.3079 13.461 21.8985 13.8704L15.9679 19.801C15.5585 20.2104 14.8947 20.2104 14.4852 19.801C14.0758 19.3916 14.0758 18.7278 14.4852 18.3184L18.6261 14.1775H4.74272C4.16371 14.1775 3.69434 13.7081 3.69434 13.1291C3.69434 12.5501 4.16371 12.0807 4.74272 12.0807H18.6261L14.4852 7.93986C14.0758 7.53043 14.0758 6.86663 14.4852 6.45721C14.8947 6.04779 15.5585 6.04779 15.9679 6.45721Z' fill='%23344054'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .main__section-link {
    font-size: 14px;
  }
}
.main__section {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .main__section {
    margin-bottom: 70px !important;
  }
}
.main__genres {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .main__genres {
    display: flex;
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .main__genres::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
.main__categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .main__categories {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main__categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.main__catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 70px 40px;
}
@media only screen and (max-width: 1199px) {
  .main__catalog-list {
    gap: 50px 30px;
  }
}
@media (max-width: 767px) {
  .main__catalog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.main__pagination {
  margin-top: 40px;
}
.main__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .main__articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main__articles {
    grid-template-columns: 100%;
    gap: 15px;
  }
}
.main__section-wrap {
  padding: 100px 0;
  background-color: #f9fafb;
}
@media only screen and (max-width: 1199px) {
  .main__section-wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main__section-wrap {
    padding: 50px 0;
  }
}
.main__catalog-load {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #F4F7FA;
  border: 0;
  height: 57px;
  border-radius: 10px;
  color: #2B2D33;
  font-size: 17px;
  font-weight: 500;
  transition: background-color 0.17s ease-in-out, color 0.17s ease-in-out;
}
.main__catalog-load:hover, .main__catalog-load:focus-visible {
  background-color: #eda440;
  color: #F4F7FA;
}
@media only screen and (max-width: 767px) {
  .main__catalog-load {
    height: 40px;
    color: 16px;
  }
}
.slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #fff;
  color: #667085;
  box-shadow: 0 4px 21.8px 0 rgba(0, 0, 0, 0.1019607843);
}
.slide-btn--prev .slide-btn__icon {
  transform: rotate(180deg);
}
.card-slider {
  position: relative;
}
.card-slider__wrapper {
  position: static !important;
  margin: -20px 0 !important;
  padding: 20px 0 !important;
}
@media only screen and (max-width: 1199px) {
  .card-slider__wrapper {
    margin: -5px -20px !important;
    padding: 5px 20px !important;
  }
}
.card-slider__slide-btn {
  position: absolute;
  top: 125px;
  z-index: 1;
}
.card-slider__slide-btn--prev {
  left: -25px;
}
.card-slider__slide-btn--next {
  right: -25px;
}
.card-slider__slide-btn:disabled {
  display: none;
}
.card-slider__wrapper--center-nav .card-slider__slide-btn {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .card-slider__slide-btn {
    display: none;
  }
}
.genre {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 167px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f7f8fb;
  overflow: hidden;
}
.genre::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(247, 248, 251, 0) -44.01%, rgba(23, 30, 69, 0.19) 100%), linear-gradient(0deg, rgba(14, 18, 35, 0.06), rgba(14, 18, 35, 0.06));
}
@media only screen and (min-width: 1200px) {
  .genre:hover .genre__img, .genre:focus-visible .genre__img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1199px) {
  .genre {
    min-width: 200px;
    padding: 10px;
  }
}
.genre__name {
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .genre__name {
    font-size: 13px;
  }
}
.genre__picture {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: -1;
}
.genre__img {
  transition: transform 0.3s;
}
.category-card {
  position: relative;
  display: flex;
  z-index: 1;
  align-items: flex-end;
  min-height: 220px;
  padding: 25px 30px;
  background-color: #edb262;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .category-card:hover .category-card__img, .category-card:focus-visible .category-card__img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .category-card {
    gap: 15px;
    padding: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.category-card__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .category-card__icon {
    display: none;
  }
}
.category-card__name {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .category-card__name {
    font-size: 15px;
  }
}
.category-card__picture {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .category-card__picture {
    position: static;
    align-self: center;
  }
}
.category-card__img {
  width: auto;
  transition: transform 0.3s;
}
@media only screen and (max-width: 767px) {
  .category-card__img {
    width: 100%;
  }
}
.article-card {
  height: auto;
  background-color: #ffffff;
}
.article-card.swiper-slide {
  max-width: 390px;
}
@media only screen and (max-width: 1199px) {
  .article-card.swiper-slide {
    max-width: 355px;
  }
}
@media only screen and (max-width: 767px) {
  .article-card.swiper-slide {
    max-width: 300px;
  }
}
.article-card__wrap {
  display: grid !important;
  grid-template-rows: 250px 1fr;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d0d5dd;
  border-radius: 5px 20px 20px 5px;
}
@media only screen and (width >= 1200px) {
  .article-card__wrap {
    transition: box-shadow 0.17s ease-in-out;
  }
  .article-card__wrap:hover, .article-card__wrap:focus-visible {
    box-shadow: 0 0 29.8px 0 rgba(0, 0, 0, 0.1019607843);
  }
  .article-card__wrap:hover .article-card__name, .article-card__wrap:focus-visible .article-card__name {
    color: #eda440;
  }
}
@media only screen and (width <= 767px) {
  .article-card__wrap {
    grid-template-rows: auto 1fr;
  }
}
.article-card__content {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .article-card__content {
    padding: 15px;
  }
}
.article-card__name {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  color: #1d2939;
  transition: color 0.3s;
}
@media only screen and (max-width: 1199px) {
  .article-card__name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .article-card__name {
    font-size: 16px;
  }
}
.article-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-word;
  margin: auto 0 0;
  font-size: 16px;
  color: #667085;
}
@media only screen and (max-width: 1199px) {
  .article-card__text {
    font-size: 14px;
  }
}
img.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.article-card__picture {
  display: block;
}
.delivery-block {
  position: relative;
  z-index: 1;
  min-height: 182px;
  padding: 40px 50px;
  background-color: #fff0db;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .delivery-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    padding: 20px 30px;
  }
}
.delivery-block__title {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 23px;
}
@media only screen and (max-width: 1199px) {
  .delivery-block__title {
    font-size: 20px;
  }
}
.delivery-block__text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .delivery-block__text {
    font-size: 14px;
  }
}
.delivery-block__link {
  display: block;
  width: fit-content;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #eda440;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media only screen and (min-width: 1200px) {
  .delivery-block__link:hover, .delivery-block__link:focus-visible {
    color: #000;
  }
}
@media only screen and (max-width: 1199px) {
  .delivery-block__link {
    font-size: 14px;
  }
}
.delivery-block__img {
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: -1;
  width: 332px;
  height: 166px;
  background: url("./assets/img-1-C2okG43j.svg") no-repeat bottom/contain;
}
@media only screen and (max-width: 1199px) {
  .delivery-block__img {
    position: static;
    width: 100%;
    height: 60px;
    background-image: url("./assets/img-1-mob-DQlW3OL7.svg");
  }
}
.intro {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background-color: #262e5c;
  overflow: hidden;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 836px;
  height: 659px;
  background: url("/assets/shine-B60sLzV_.png") no-repeat center/contain;
  transform: translateX(-50%);
}
.intro--no-padding {
  padding: 0;
}
.intro--no-padding::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 35px 0 20px;
  }
  .intro--no-padding {
    padding: 0;
  }
}
.intro__slider {
  position: static !important;
  padding: 2px 0 !important;
  opacity: 0;
  transition: opacity 0.5s;
}
.intro__slider.swiper-initialized {
  opacity: 1;
}
.intro__wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro__wrapper {
    margin: 0 -20px;
  }
}
.intro__slide-btn {
  position: absolute;
  top: 35%;
  z-index: 1;
  transform: translateY(-50%);
}
.intro__slide-btn--prev {
  left: -15px;
}
.intro__slide-btn--next {
  right: -15px;
}
.intro__slide-btn:disabled {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .intro__slide-btn--prev {
    left: -5px;
  }
  .intro__slide-btn--next {
    right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__slide-btn {
    display: none;
  }
}
.intro__promo {
  display: grid;
  grid-template-columns: 1fr 34%;
}
.intro__title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.1;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .intro__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__title {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.intro__text {
  margin: 0;
  font-size: 20px;
  color: #d1d3dd;
}
@media only screen and (max-width: 1199px) {
  .intro__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__text {
    font-size: 16px;
  }
}
.intro__link {
  display: block;
  width: fit-content;
  margin-top: 40px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  background-color: #eda440;
  border-radius: 10px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .intro__link {
    transition: transform 0.3s;
  }
  .intro__link:hover, .intro__link:focus-visible {
    transform: scale(1.05);
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .intro__link {
    padding: 13px 25px;
    font-size: 16px;
  }
}
.intro__content {
  z-index: 1;
  padding: 70px 0 90px;
}
@media only screen and (max-width: 767px) {
  .intro__content {
    grid-column: 1/-1;
    grid-row: 1;
    padding: 40px 0 80px;
  }
}
.intro__picture {
  justify-self: end;
  align-self: end;
  margin-right: -40px;
}
@media only screen and (max-width: 767px) {
  .intro__picture {
    grid-column: 2;
    grid-row: 1;
  }
}
.footer {
  padding: 50px 0 50px;
  background-color: #e4e7ec;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 130px;
  }
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  gap: 10px 80px;
}
@media only screen and (max-width: 1199px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__container {
    gap: 0;
  }
}
.footer__name {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #1d2939;
}
@media only screen and (max-width: 767px) {
  .footer__nav-wrap {
    grid-column: 1/-1;
  }
  .footer__nav-wrap:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.footer__nav {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    gap: 20px;
  }
}
.footer__link-wrap {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(2, auto);
  gap: 10px 30px;
}
@media only screen and (max-width: 1199px) {
  .footer__link-wrap {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__link-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px;
  }
}
.footer__link {
  display: block;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  color: #667085;
}
@media only screen and (max-width: 767px) {
  .footer__link {
    font-size: 13px;
  }
}
.footer__copyright {
  grid-column: 1/-1;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #98a2b3;
}
@media only screen and (max-width: 1199px) {
  .footer__copyright {
    align-self: end;
    grid-column: 1/-1;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 13px;
  }
}
.footer__socials {
  display: flex;
  gap: 20px;
  justify-self: end;
}
@media only screen and (max-width: 1199px) {
  .footer__socials {
    justify-self: start;
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 20px;
  }
}
.form {
  padding: 60px 50px;
  background-color: #3cb7c6;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .form {
    padding: 30px;
  }
}
.form__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .form__content {
    flex-direction: column;
    gap: 30px;
  }
}
.form__title {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .form__title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .form__title {
    font-size: 23px;
  }
}
.form__text {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .form__text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .form__text {
    font-size: 14px;
  }
}
.form__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .form__right {
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.form__label {
  display: flex;
  grid-column: 1/-1;
}
@media only screen and (max-width: 1199px) {
  .form__label {
    grid-column: auto;
  }
}
.form__input {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
}
.form__input::placeholder {
  color: #98a2b3;
}
.form__privacy {
  margin: 0;
  font-size: 13px;
  color: #bfe7ec;
}
.form__privacy a {
  color: inherit;
  text-decoration: underline #72cbd6;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 1199px) {
  .form__privacy {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 767px) {
  .form__privacy {
    text-align: center;
  }
}
.form__submit {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  background-color: #eda440;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
}
.form__answer {
  display: none;
}
.product {
  padding: 90px 0;
  background-color: #262c5a;
}
@media (max-width: 1199px) {
  .product {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 50px 0 0;
  }
}
.product__name {
  margin: 10px 0 17px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .product__name {
    margin: 15px 0;
    font-size: 23px;
    text-align: center;
  }
}
.product__text {
  margin: 0;
  font-size: 18px;
  color: #c4c8e9;
}
.product__text strong {
  font-weight: 400;
}
.product__text--fw-500 {
  font-weight: 500;
}
.product__text a {
  color: #0ba5ec;
}
.product__text:first-child a:not(:first-of-type) {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .product__text {
    font-size: 14px;
    text-align: center;
  }
}
.product__price-block {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product__price-block {
    margin: 30px -20px 0;
  }
}
.product__thumb-slider {
  max-height: 606px;
  margin: -2px;
  padding: 2px;
}
@media (max-width: 767px) {
  .product__thumb-slider {
    display: none !important;
  }
}
.product__thumb-item {
  max-height: 70px;
  cursor: pointer;
}
.product__thumb-item img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.product__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto 45.5%;
  gap: 60px;
}
@media (max-width: 1199px) {
  .product__wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.product__pictures {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 60px;
}
@media (max-width: 1199px) {
  .product__pictures {
    position: relative;
  }
}
@media (max-width: 767px) {
  .product__pictures {
    grid-template-columns: 100%;
  }
}
.product__thumb-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border 0.17s ease-in-out;
}
.swiper-slide-thumb-active .product__thumb-img {
  border-color: #eda440;
}
.product__slider {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: 460px;
  max-height: 645px;
  margin: 0 !important;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .product__slider {
    grid-column: 1;
    max-width: 300px;
    max-height: none;
    padding-bottom: 15px;
    border-radius: 0 15px 15px 0;
    margin: 0 auto !important;
  }
}
.product__nav {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102%;
  height: 26px;
  color: #fff;
  background-color: #262c5a;
  transform: translateX(-50%);
}
.product__nav--prev {
  top: -1px;
}
.product__nav--prev svg {
  transform: rotate(180deg);
}
.product__nav--next {
  bottom: -1px;
}
.product__nav:disabled {
  display: none;
}
.product__slider-img {
  border-radius: 0 20px 20px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .product__slider-img {
    border-radius: 0 15px 15px 0;
  }
}
.product__pagination {
  display: none;
}
@media (max-width: 767px) {
  .product__pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
  }
}
.product__bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #8f94b2;
  transition: background-color 0.17s ease-in-out;
}
.product__bullet--active {
  width: 15px;
  border-radius: 26px;
  background-color: #fff;
}
.product__favorite-wrap {
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .product__favorite-wrap {
    position: static;
    grid-column: 2;
    grid-row: 1;
    max-width: 460px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .product__favorite-wrap {
    grid-column: 1;
    max-width: 300px;
    min-width: auto;
    margin: 0 auto;
  }
}
.price-block {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 60px;
}
@media (max-width: 1199px) {
  .price-block {
    padding: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .price-block {
    padding: 30px 20px 10px;
    border-radius: 50px 50px 0 0;
  }
}
.price-block__price {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  font-variant-numeric: lining-nums;
}
.price-block__price .woocs_price_code {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
.price-block__price .woocs_price_code .amount {
  font-weight: 700;
  font-size: 35px;
  color: #eda440;
  text-decoration: none;
}
.price-block__price .woocs_price_code del {
  text-decoration: none;
}
.price-block__price .woocs_price_code del .amount {
  font-weight: 600;
  font-size: 20px;
  color: #98a2b3;
  text-decoration: line-through #ee3a2f;
}
.price-block__price .woocs_price_code ins {
  text-decoration: none;
}
@media (max-width: 767px) {
  .price-block__price {
    justify-content: center;
  }
  .price-block__price .woocs_price_code .amount {
    font-size: 23px;
  }
  .price-block__price .woocs_price_code del .amount {
    font-size: 16px;
  }
}
.price-block__current {
  font-weight: 700;
  font-size: 35px;
  color: #eda440;
}
@media (max-width: 767px) {
  .price-block__current {
    font-size: 23px;
  }
}
.price-block__old {
  font-weight: 600;
  font-size: 20px;
  color: #98a2b3;
  text-decoration: line-through #ee3a2f;
}
@media (max-width: 767px) {
  .price-block__old {
    font-size: 16px;
  }
}
.price-block__text {
  margin: 5px 0;
  color: #0c111d;
  font-size: 16px;
}
.price-block__text a {
  color: #0ba5ec;
}
.price-block__text--delivery {
  position: relative;
}
.price-block__text--delivery::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.36667 2.09314C5.47579 1.86368 5.71924 1.71582 5.98787 1.71582H11.357C11.8623 1.71582 12.191 2.21286 11.965 2.63534L10.4378 5.49031H12.6978C13.3034 5.49031 13.6067 6.17468 13.1784 6.57496L5.13347 14.0943C4.62623 14.5684 3.78106 14.0802 4.00789 13.4441L5.72273 8.63571H3.30164C2.8097 8.63571 2.48066 8.16245 2.68045 7.74229L5.36667 2.09314Z' fill='%23475467'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media (max-width: 767px) {
  .price-block__text {
    font-size: 14px;
    text-align: center;
  }
}
.price-block__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .price-block__tags {
    justify-content: center;
  }
}
.price-block__btn {
  width: 100%;
  margin-top: 30px;
  padding: 23px;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .price-block__btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .price-block__btn {
    padding: 16px;
    font-size: 16px;
  }
}
.price-block__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .price-block__btn-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .description {
    font-size: 14px;
  }
}
.description__wrapper:not([data-state=description] .description__wrapper)[data-id=description] {
  display: none;
}
.description__wrapper:not([data-state=author] .description__wrapper)[data-id=author] {
  display: none;
}
.description__tab-btn {
  font-weight: 700;
  font-family: inherit;
  font-size: 35px;
  line-height: 1;
  color: #0c111d;
  text-decoration: underline dashed transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  cursor: default;
}
.description__tab-btn:not(:last-of-type) {
  margin-right: 30px;
}
.description__tab-btn:not([data-state=description] .description__tab-btn)[data-id=description] {
  color: #98a2b3;
  text-decoration-color: currentColor;
  cursor: pointer;
}
.description__tab-btn:not([data-state=author] .description__tab-btn)[data-id=author] {
  color: #98a2b3;
  text-decoration-color: currentColor;
  cursor: pointer;
}
@media (max-width: 767px) {
  .description__tab-btn {
    font-size: 23px;
  }
  .description__tab-btn:not(:last-of-type) {
    margin-right: 15px;
  }
}
.description__list {
  display: grid;
  gap: 25px;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .description__list {
    gap: 0;
    margin-top: 20px;
  }
}
.description__item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  font-size: 16px;
}
.description__item dt {
  color: #344054;
}
.description__item dd {
  width: fit-content;
  margin-left: 0;
  display: flex;
  gap: 15px;
}
.description__item dd a {
  color: #0ba5ec;
}
@media (max-width: 767px) {
  .description__item {
    grid-template-columns: 100%;
    gap: 5px;
    padding: 10px 0;
    font-size: 12px;
  }
  .description__item dd {
    font-size: 14px;
  }
  .description__item:not(:last-child) {
    border-top: 1px solid #e1e1e1;
  }
  .description__item:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
}
.description__text a {
  color: #0ba5ec;
}
.discount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: url("data:image/svg+xml,%3csvg%20width='46'%20height='24'%20viewBox='0%200%2046%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.6233%202.34669C6.6788%200.873709%208.37974%200%2010.1918%200H40.3795C43.4835%200%2045.9999%202.51633%2045.9999%205.62039V18.3796C45.9999%2021.4837%2043.4835%2024%2040.3795%2024H10.1919C8.37974%2024%206.6788%2023.1263%205.6233%2021.6533L1.05184%2015.2737C-0.350613%2013.3165%20-0.350613%2010.6835%201.05184%208.7263L5.6233%202.34669Z'%20fill='%23EE3A2F'/%3e%3c/svg%3e") no-repeat center/contain;
}
@media (max-width: 767px) {
  .discount {
    font-size: 16px;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.pagination span, .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  transition: background-color 0.17s ease-in-out;
}
.pagination span:hover, .pagination span:focus-visible, .pagination a:hover, .pagination a:focus-visible {
  background-color: #f2f4f7;
}
.pagination span:not(.dots) {
  background-color: #f2f4f7;
  cursor: default;
}
.pagination span.dots {
  pointer-events: none;
}
.pagination a.next, .pagination a.prev {
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 5px;
  padding: 0 15px;
}
.pagination a.next::before, .pagination a.prev::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6124 7.46964C11.9053 7.76254 11.9053 8.23741 11.6124 8.5303L6.70327 13.4394C6.41038 13.7323 5.93551 13.7323 5.64261 13.4394C5.34972 13.1465 5.34972 12.6716 5.64261 12.3787L10.0214 7.99997L5.64261 3.62121C5.34972 3.32832 5.34972 2.85344 5.64261 2.56055C5.93551 2.26766 6.41038 2.26766 6.70327 2.56055L11.6124 7.46964Z' fill='%232B2D33'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.pagination a.prev {
  flex-direction: row;
}
.pagination a.prev::before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .pagination.prev, .pagination.next {
    display: none;
  }
}
.copy {
  position: relative;
  cursor: pointer;
}
.copy::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42934 3.69184C2.42934 3.0291 2.9666 2.49184 3.62934 2.49184H9.20156C9.8643 2.49184 10.4016 3.0291 10.4016 3.69184V10.0247C10.4016 10.6875 9.8643 11.2247 9.20156 11.2247H3.62934C2.9666 11.2247 2.42934 10.6875 2.42934 10.0247V3.69184Z' stroke='%2398A2B3' stroke-width='1.15556'/%3E%3Cpath d='M10.0914 5.71875H11.483C12.4648 5.71875 13.2608 6.51469 13.2608 7.49653V12.3081C13.2608 13.2899 12.4648 14.0859 11.483 14.0859H6.98763C6.25125 14.0859 5.6543 13.4889 5.6543 12.7525V10.8678' stroke='%2398A2B3' stroke-width='1.15556'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.copy:hover::before, .copy:focus-visible::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42934 3.69184C2.42934 3.0291 2.9666 2.49184 3.62934 2.49184H9.20156C9.8643 2.49184 10.4016 3.0291 10.4016 3.69184V10.0247C10.4016 10.6875 9.8643 11.2247 9.20156 11.2247H3.62934C2.9666 11.2247 2.42934 10.6875 2.42934 10.0247V3.69184Z' stroke='%23000000' stroke-width='1.15556'/%3E%3Cpath d='M10.0914 5.71875H11.483C12.4648 5.71875 13.2608 6.51469 13.2608 7.49653V12.3081C13.2608 13.2899 12.4648 14.0859 11.483 14.0859H6.98763C6.25125 14.0859 5.6543 13.4889 5.6543 12.7525V10.8678' stroke='%23000000' stroke-width='1.15556'/%3E%3C/svg%3E%0A");
}
.copy::after {
  content: attr(data-tooltip);
  display: none;
  bottom: calc(100% + 5px);
  left: 50%;
  position: absolute;
  width: fit-content;
  min-width: max-content;
  padding: 3px 5px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}
.copy--tooltip::after {
  display: block;
}
.article {
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.article > h1 {
  margin-top: 0;
  font-weight: 700;
}
.article > h2 {
  margin: 40px 0 20px;
  font-weight: 700;
  color: #eda440;
}
.article > picture, .article > figure {
  display: block;
  margin: 40px 0;
}
.article > picture img, .article > figure img {
  width: 100%;
  border-radius: 40px;
}
.article > picture + picture, .article > figure + picture {
  margin-top: 20px;
}
.article > blockquote {
  margin: 30px 0;
  font-weight: 600;
  font-size: 23px;
  color: #eda440;
  font-style: italic;
}
.article > p a {
  color: #eda440;
}
@media only screen and (max-width: 1199px) {
  .article {
    padding-bottom: 60px;
    font-size: 18px;
  }
  .article > picture {
    margin: 30px 0;
  }
  .article > picture + picture {
    margin-top: 30px;
  }
  .article > blockquote {
    margin: 20px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article {
    padding-bottom: 50px;
    font-size: 16px;
  }
  .article > picture img {
    border-radius: 20px;
  }
  .article > picture + picture {
    margin-top: 20px;
  }
}
.article__hint {
  margin: 0;
  color: #667085;
}
.article__authors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin: 40px 0;
}
@media only screen and (max-width: 1199px) {
  .article__authors {
    margin: 30px 0;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article__authors {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.article__good {
  margin-top: 50px;
}
.article__good + .article__good {
  padding-top: 50px;
  border-top: 1px solid #e4e7ec;
}
@media only screen and (max-width: 767px) {
  .article__good {
    margin-top: 30px;
  }
  .article__good + .article__good {
    padding-top: 30px;
  }
}
.article__small-good {
  float: right;
  max-width: 172px;
  margin: 40px 0 30px 50px;
}
@media only screen and (max-width: 1199px) {
  .article__small-good {
    margin: 40px 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article__small-good {
    float: none;
    margin: 50px auto;
  }
}
.dialog {
  padding: 30px;
  border-radius: 20px;
}
.dialog--blue {
  background-color: #f0f9ff;
}
.dialog--blue p {
  color: #0086c9;
}
.dialog p {
  margin: 0;
  font-size: 20px;
}
.dialog p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .dialog {
    padding: 20px;
  }
  .dialog p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dialog {
    padding: 15px;
  }
  .dialog p {
    font-size: 16px;
  }
  .dialog p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.dialog__name {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 18px;
  color: #eda440;
}
.dialog--blue .dialog__name {
  color: #0086c9;
}
@media only screen and (max-width: 1199px) {
  .dialog__name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .dialog__name {
    margin-bottom: 5px;
  }
}
.author {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, min-content);
  gap: 5px 20px;
}
@media only screen and (min-width: 1199px) {
  .author:hover .author__name, .author:focus-visible .author__name {
    color: #eda440;
  }
}
.author__name {
  align-self: end;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: color 0.17s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .author__name {
    font-size: 18px;
  }
}
.author__post {
  margin: 0;
  font-size: 18px;
  color: #667085;
}
@media only screen and (max-width: 1199px) {
  .author__post {
    font-size: 14px;
  }
}
.author__img {
  grid-column: 1;
  grid-row: 1/-1;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .author__img {
    width: 70px;
    height: 70px;
  }
}
.good {
  display: grid;
  grid-template-columns: 284px 1fr;
  gap: 60px;
}
.good--small {
  grid-template-columns: 100%;
  grid-template-rows: 240px 1fr;
  gap: 10px;
}
.good:not(.good--small) {
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .good {
    gap: 30px;
  }
  .good--small {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .good {
    align-items: center;
    grid-template-columns: 100%;
    gap: 20px;
  }
  .good--small {
    gap: 10px;
  }
  .good:not(.good--small) {
    padding-right: 0;
    padding-left: 0;
  }
}
.good__picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.good__picture-container {
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .good__picture-container:hover .good__img, .good__picture-container:focus-visible .good__img {
    box-shadow: 0 6px 42.3px 0 rgba(54, 60, 70, 0.5215686275);
  }
  .good--small .good__picture-container:hover .good__img, .good--small .good__picture-container:focus-visible .good__img {
    box-shadow: 0 0 29.8px 0 rgba(0, 0, 0, 0.1019607843);
  }
  .good__picture-container:hover ~ .good__content .good__name, .good__picture-container:focus-visible ~ .good__content .good__name {
    color: #eda440;
  }
}
@media only screen and (max-width: 1199px) {
  .good__picture-container {
    justify-self: center;
    width: fit-content;
    max-width: 232px;
  }
}
.good__img {
  width: 100%;
  height: 100%;
  max-height: 455px;
  object-fit: cover;
  border: 1px solid #f2f4f7;
  border-radius: 10px;
  transition: box-shadow 0.17s ease-in-out;
  object-position: top;
}
@media only screen and (max-width: 1199px) {
  .good__img {
    max-height: 330px;
  }
}
.good__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.good__name {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 35px;
  transition: color 0.17s ease-in-out;
}
.good--small .good__name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .good__name {
    font-size: 23px;
  }
  .good--small .good__name {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .good__name {
    margin-bottom: 10px;
    text-align: center;
  }
  .good--small .good__name {
    margin-bottom: 5px;
  }
}
.good__text {
  margin: 15px 0;
  font-size: 20px;
}
.good--small .good__text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #98a2b3;
}
@media only screen and (max-width: 1199px) {
  .good__text {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .good--small .good__text {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .good__text {
    text-align: center;
  }
}
.good__link {
  display: block;
  width: fit-content;
  margin-top: 30px;
  padding: 20px 60px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .good__link {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
  }
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #eda440;
  border-radius: 50%;
}
.social svg path {
  transition: fill 0.17s ease-in-out;
}
.social--tg:hover svg path, .social--tg:focus-visible svg path {
  fill: #18a3e6;
}
.social--ins:hover svg path, .social--ins:focus-visible svg path {
  fill: #fe2181;
}
.social--fb:hover svg path, .social--fb:focus-visible svg path {
  fill: #0862f6;
}
.header__search .dgwt-wcas-search-input {
  width: 100% !important;
  padding: 13px 25px 13px 20px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 10px !important;
}
.header__search .dgwt-wcas-search-submit {
  position: absolute;
  top: 50% !important;
  right: 13px !important;
  left: unset !important;
  background-color: transparent;
  padding: 0;
  border: none;
  transform: translateY(-50%) !important;
}
.header__search .dgwt-wcas-search-submit path {
  fill: #98a2b3 !important;
}
.header__search .dgwt-wcas-sf-wrapp {
  position: relative;
  padding: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .header__search .dgwt-wcas-search-input {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header__search .dgwt-wcas-search-input {
    padding: 9px 15px !important;
  }
  .header__search .dgwt-wcas-ico-magnifier, .header__search .dgwt-wcas-search-submit {
    width: 16px !important;
    height: 16px !important;
  }
}
.selectron23 {
  position: relative;
}
.selectron23--new {
  width: 125px !important;
  transform: none !important;
}
.selectron23--new [data-pointer] {
  position: absolute;
  display: block !important;
  top: 11px !important;
  right: 10px !important;
  width: 25px !important;
  height: 25px !important;
  border: none !important;
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0859 9.41074C13.4113 9.73618 13.4113 10.2638 13.0859 10.5893L8.37181 15.3033C8.04637 15.6287 7.51874 15.6287 7.1933 15.3033C6.86786 14.9779 6.86786 14.4502 7.1933 14.1248L11.3181 10L7.1933 5.87521C6.86786 5.54977 6.86786 5.02214 7.1933 4.6967C7.51873 4.37126 8.04637 4.37126 8.37181 4.6967L13.0859 9.41074Z' fill='%23D0D5DD'/%3E%3C/svg%3E%0A") no-repeat center/contain !important;
}
[data-opened="1"] .selectron23--new [data-pointer] {
  transform: rotate(90deg) !important;
}
.selectron23--new .selectron23-container {
  background-color: #f2f4f7 !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.selectron23--new .selectron23-container[data-opened="1"] {
  box-shadow: 0 4px 8.8px 0 #f2f4f7 !important;
}
.selectron23--new .selectron23-option {
  display: flex !important;
  align-items: center !important;
  min-height: 46px !important;
  margin-bottom: 1px !important;
  padding: 13px 10px 13px 17px !important;
  background-color: #fff !important;
}
.selectron23--new .selectron23-option[data-selected="1"] {
  padding-right: 35px !important;
  background-color: #f4f7fa !important;
}
.selectron23--new .selectron23-option-title {
  display: grid !important;
  grid-template-columns: 22px auto !important;
  align-items: center !important;
  height: 22px !important;
  width: fit-content !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: transparent !important;
  overflow: hidden !important;
}
.selectron23--new .selectron23-option-title::before {
  content: attr(data-sign) "";
  grid-column: 1;
  grid-row: 1/-1;
  color: #000;
}
.selectron23--new .selectron23-option-title::after {
  content: attr(data-name) "";
  grid-column: 2;
  grid-row: 1/-1;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .selectron23--new {
    width: 90px !important;
    height: auto !important;
  }
  .selectron23--new .selectron23-container {
    min-height: 42px !important;
    max-height: 42px !important;
  }
  .selectron23--new .selectron23-option-title {
    height: 15px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }
  .selectron23--new .selectron23-option {
    min-height: 42px !important;
    padding: 10px !important;
  }
  .selectron23--new .selectron23-option[data-selected="1"] {
    padding-right: 25px !important;
  }
  .selectron23--new [data-pointer] {
    top: 11px !important;
    right: 0px !important;
    width: 20px !important;
    height: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .elementor-shortcode div:first-child {
    width: auto !important;
  }
}
.quantity {
  display: grid !important;
  grid-template-columns: 45px 1fr 45px !important;
  padding: 10px !important;
  background-color: #f2f4f7 !important;
  border-radius: 20px !important;
}
.quantity .qty {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  font-family: inherit !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  text-align: center !important;
}
.quantity .minus, .quantity .plus {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  border-radius: 5px !important;
}
.quantity .minus:hover, .quantity .minus:focus-visible, .quantity .plus:hover, .quantity .plus:focus-visible {
  background-color: #d9d9d9 !important;
}
@media (max-width: 767px) {
  .quantity {
    border-radius: 15px !important;
  }

  .woocommerce-cart-form {
    padding: 0;
  }

  .cart-collaterals {
    padding: 0;
  }
}
.product .site-breadcrumbs {
  justify-content: flex-start !important;
  font-size: 14px !important;
  color: #c4c8e9 !important;
}

.coupon::before,
.coupon::after {
  display: none !important;
}

.woocommerce-cart-form {
  padding: 0;
}

.cart-collaterals {
  padding: 0;
}
