@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #ffffff;
  line-height: 1;
  font-family: "Inter";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #12131a;
  line-height: 145%;
}
.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  padding-top: 45px;
  min-height: 100%;
  gap: 40px;
  display: flex;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper .wrapper__content {
  flex: 1;
  max-width: 1300px;
}
@media (max-width: 90em) {
  .wrapper .wrapper__content {
    flex: 1;
  }
}
@media (max-width: 68.75em) {
  .wrapper .wrapper__content {
    flex: 1;
  }
}
@media (max-width: 62.5em) {
  .wrapper .wrapper__sidebar {
    display: none;
  }
}
@media (max-width: 100em) {
  .wrapper {
    gap: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 68.75em) {
  .wrapper {
    gap: 20px;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 81.25rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #a34056;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.product-page__pay-note {
  font-size: 0.875rem;
  opacity: 0.7;
}
.product-page__pay-note a {
  text-decoration: underline;
}

.language-select {
  display: inline-block;
  position: relative;
  font-family: Arial, sans-serif;
}

.language-select select {
  padding: 10px 15px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #1c1c1c;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.language-select select option {
  background-color: #333;
  color: #fff;
}

.language-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

.flag-icon {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.flag-ru {
  background-image: url("https://flagcdn.com/w20/ru.png");
}

.flag-us {
  background-image: url("https://flagcdn.com/w20/us.png");
}

.flag-de {
  background-image: url("https://flagcdn.com/w20/de.png");
}

.flag-fr {
  background-image: url("https://flagcdn.com/w20/fr.png");
}

.flag-cn {
  background-image: url("https://flagcdn.com/w20/cn.png");
}

.option-with-flag {
  display: flex;
  align-items: center;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

.btn-grey {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  background: #181a22;
  border-top: 2px solid #2a2c38;
  border-radius: 16px;
  padding: 16px 22px;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-size: 17px;
  color: #ebf9ff;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 100em) {
  .btn-grey {
    font-size: 0.875rem;
    padding: 10px 16px;
    max-width: 165px;
  }
}
.btn-grey:hover {
  transform: scale(1.1);
}
.btn-grey:active {
  transform: scale(0.9);
}

.btn-primary {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(238, 83, 117, 0.5) 0%, rgba(232, 48, 88, 0.5) 31%, rgba(201, 29, 66, 0.5) 65%, rgba(143, 20, 47, 0.5) 100%);
  border-top: 2px solid #a34056;
  border-radius: 16px;
  padding: 16px 22px;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-size: 17px;
  color: #ebf9ff;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 190px;
}
.btn-primary:hover {
  transform: scale(1.1);
}
.btn-primary:active {
  transform: scale(0.9);
}
@media (max-width: 100em) {
  .btn-primary {
    font-size: 0.875rem;
    padding: 10px 16px;
    max-width: 165px;
  }
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media (min-width: 83.125em) {
  section {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  section {
    margin-bottom: calc(1.5625rem + 2.8125 * (((100vw - 20rem)) / ((63.125))));
  }
}
@media (max-width: 20em) {
  section {
    margin-bottom: 1.5625rem;
  }
}

.title-section {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 83.125em) {
  .title-section {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .title-section {
    font-size: calc(1.25rem + 0.625 * (((100vw - 20rem)) / ((63.125))));
  }
}
@media (max-width: 20em) {
  .title-section {
    font-size: 1.25rem;
  }
}
@media (min-width: 83.125em) {
  .title-section {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .title-section {
    margin-bottom: calc(1.1875rem + 1 * (((100vw - 20rem)) / ((63.125))));
  }
}
@media (max-width: 20em) {
  .title-section {
    margin-bottom: 1.1875rem;
  }
}
.title-section img {
  filter: invert(1);
}
@media (max-width: 87.5em) {
  .title-section img {
    max-width: 50px;
  }
}
@media (max-width: 37.5em) {
  .title-section {
    flex-wrap: wrap;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 47.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
  .icon-menu::before {
    top: 0px;
  }
  .icon-menu::after {
    bottom: 0px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.header {
  z-index: 3;
  width: 100%;
}
@media (max-width: 50em) {
  .header {
    margin-bottom: 15px;
  }
}
.header__mob {
  display: none;
}
@media (max-width: 37.5em) {
  .header__mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .header__mob .header__logo img {
    max-width: 60px;
  }
}
.header__pk {
  margin-bottom: 38px;
}
.profil-header .header__pk {
  display: none;
}
@media (max-width: 37.5em) {
  .header__pk {
    display: none;
  }
}
.header__top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 37.5em) {
  .header__top {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.header__trust {
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  color: #a34056;
  align-items: center;
  gap: 10px;
}
.header__bottom {
  display: inline-flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media (max-width: 106.25em) {
  .header__bottom {
    gap: 15px;
    align-items: center;
  }
}
@media (max-width: 68.75em) {
  .header__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 37.5em) {
  .header__bottom {
    flex-direction: column;
  }
}
.header__item {
  display: inline-flex;
  gap: 10px;
  align-items: flex-end;
}
.header__item img {
  transition: all 0.3s ease 0s;
}
@media (max-width: 106.25em) {
  .header__item img {
    max-width: 20px;
  }
}
@media (max-width: 37.5em) {
  .header__item img {
    max-width: 30px;
  }
}
.header__item:hover img {
  transform: scale(1.1);
}
@media (max-width: 100em) {
  .header__item {
    align-items: center;
  }
}
@media (max-width: 37.5em) {
  .header__item {
    width: 100%;
    justify-content: center;
  }
}
.header__box {
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(90deg, #fff 0%, #fc6686 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #a34056;
}
@media (max-width: 106.25em) {
  .header__box {
    font-size: 0.875rem;
  }
}
@media (max-width: 37.5em) {
  .header__box {
    font-size: 1.25rem;
  }
}
.menu {
  z-index: 4;
}
.menu__body {
  z-index: 5;
  position: fixed;
  right: -200%;
  transition: all 0.3s ease 0s;
  top: 0;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 30px;
  height: 100vh;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #0d0e11 0%, #0d0e12 11%, #0f1015 22%, #0f1015 33%, #0f1015 44%, #0f1015 56%, #111218 67%, #111218 78%, #111218 89%, #13141b 100%);
}
.menu-open .menu__body {
  right: 0;
}
.menu__body .btn-grey {
  max-width: 100%;
}

.sidebar {
  min-width: 180px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #0d0e11 0%, #0d0e12 11%, #0f1015 22%, #0f1015 33%, #0f1015 44%, #0f1015 56%, #111218 67%, #111218 78%, #111218 89%, #13141b 100%);
  border-radius: 32px;
  padding: 25px;
}
@media (max-width: 100em) {
  .sidebar {
    gap: 18px;
    padding: 18px;
  }
}
.sidebar__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  font-weight: 600;
  font-size: 21px;
  color: #ebf9ff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
}
@media (max-width: 37.5em) {
  .sidebar__logo {
    margin-bottom: 0;
  }
}
.sidebar__menu {
  font-weight: 700;
  font-size: 25px;
  background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  color: #a34056;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  padding-top: 10px;
}
@media (max-width: 100em) {
  .sidebar__menu {
    font-size: 1.125rem;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media (max-width: 37.5em) {
  .sidebar__menu {
    margin-bottom: 0;
    width: 100%;
  }
}
.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: left;
}
.sidebar__list a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.sidebar__list a svg {
  transition: all 0.3s ease 0s;
}
.sidebar__list a:hover svg {
  transform: scale(1.1);
}
@media (max-width: 100em) {
  .sidebar__list a {
    gap: 15px;
  }
  .sidebar__list a svg {
    max-width: 20px;
  }
}
@media (max-width: 100em) {
  .sidebar__list {
    gap: 10px;
  }
}
.sidebar__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .sidebar__bottom {
    width: 100%;
    align-items: center;
  }
}
.hero {
  position: relative;
}
.hero__container {
  z-index: 2;
  position: relative;
}
.hero__container .swiper-pagination-bullet {
  background: transparent;
  flex: 1;
  max-width: 100%;
  height: 100% !important;
  width: auto !important;
  border-radius: 3px !important;
}
.hero__container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e5214c;
}
.hero__body {
  display: flex;
  gap: 25px;
}
@media (max-width: 75em) {
  .hero__body {
    gap: 0;
  }
}
@media (max-width: 50em) {
  .hero__body {
    flex-direction: column;
    gap: 20px;
  }
}
.hero__cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 35px;
  gap: 35px;
}
@media (max-width: 90.625em) {
  .hero__cont {
    gap: 15px;
    padding: 15px;
  }
}
@media (max-width: 68.75em) {
  .hero__cont {
    padding-left: 0;
  }
}
@media (max-width: 50em) {
  .hero__cont {
    width: 100%;
  }
}
.hero__baner {
  border-radius: 16px;
  max-width: 340px;
  background: rgba(42, 44, 56, 0.3);
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(108, 115, 143, 0.7);
}
@media (max-width: 90.625em) {
  .hero__baner {
    font-size: 0.875rem;
    padding: 8px;
    max-width: 280px;
  }
}
.hero__title {
  font-weight: 700;
  font-size: 2.9375rem;
  color: #a34056;
  background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  line-height: 130%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__title span {
  font-size: 3.375rem;
  display: block;
}
@media (max-width: 90.625em) {
  .hero__title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 37.5em) {
  .hero__title span {
    font-size: 1.875rem;
  }
}
@media (max-width: 90.625em) {
  .hero__title {
    font-size: 2.1875rem;
  }
}
@media (max-width: 37.5em) {
  .hero__title {
    font-size: 1.5625rem;
  }
}
.hero__subt {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 20px;
}
@media (max-width: 90.625em) {
  .hero__subt {
    font-size: 0.9375rem;
    gap: 10px;
  }
}
@media (max-width: 37.5em) {
  .hero__subt {
    font-size: 0.8125rem;
  }
}
.hero__slider-block {
  width: 50%;
  position: relative;
}
@media (max-width: 50em) {
  .hero__slider-block {
    width: 100%;
  }
}
.hero__pagging {
  background: #060608;
  position: absolute;
  bottom: 120px !important;
  z-index: 2;
  left: 0;
  height: 6px !important;
  width: 100%;
  display: flex;
  gap: 10px;
}
@media (max-width: 81.25em) {
  .hero__pagging {
    bottom: 90px !important;
  }
}
@media (max-width: 37.5em) {
  .hero__pagging {
    bottom: 145px !important;
  }
}
.hero__card {
  width: 100%;
}
.hero__card-img {
  width: 100%;
}
.hero__card-img img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  object-fit: cover;
  height: 460px;
}
@media (max-width: 90.625em) {
  .hero__card-img img {
    height: 320px;
  }
}
.hero__card-cont {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #0d0e11;
  border-radius: 0 0 32px 32px;
  padding: 30px;
}
@media (max-width: 81.25em) {
  .hero__card-cont {
    padding: 15px;
    gap: 15px;
  }
}
@media (max-width: 37.5em) {
  .hero__card-cont {
    flex-direction: column;
  }
}
.hero__card-left {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 81.25em) {
  .hero__card-left {
    gap: 10px;
  }
}
@media (max-width: 81.25em) {
  .hero__card-left img {
    max-width: 40px;
  }
}
.hero .slider-btn {
  background: #0f1015;
  border-radius: 50%;
  width: 40px;
  z-index: 2;
  top: calc(50% - 80px);
  position: absolute;
  height: 40px;
  transition: all 0.3s ease 0s;
}
.hero .slider-btn:hover {
  transform: scale(1.1);
}
.hero .slider-btn:active {
  transform: scale(0.3);
}
.hero .btn-prev {
  left: 15px;
}
.hero .btn-next {
  right: 15px;
}
.hero__card-name {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 21px;
  color: #ebf9ff;
}
@media (max-width: 81.25em) {
  .hero__card-name {
    font-size: 1.125rem;
  }
}
.hero__card-inf {
  font-weight: 400;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  color: #a1a9ca;
}
@media (max-width: 81.25em) {
  .hero__card-inf {
    font-size: 0.875rem;
  }
}
@media (max-width: 68.75em) {
  .hero__card-link {
    max-width: 120px;
  }
}
@media (max-width: 37.5em) {
  .hero__card-link {
    max-width: 100%;
  }
}
.target__body {
  border-radius: 32px;
  background: linear-gradient(180deg, #0d0e11 0%, #0d0e12 11%, #0f1015 22%, #0f1015 33%, #0f1015 44%, #0f1015 56%, #111218 67%, #111218 78%, #111218 89%, #13141b 100%);
  padding: 32px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 75em) {
  .target__body {
    gap: 15px;
    padding: 15px;
    align-items: flex-end;
  }
}
@media (max-width: 68.75em) {
  .target__body {
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    align-items: flex-start;
  }
}
.target__items {
  width: 35%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 68.75em) {
  .target__items {
    width: 100%;
  }
}
.target__i {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.target__red {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 41px;
  background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #8f142f 100%);
  background-clip: text;
  color: #a34056;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 150%;
}
@media (max-width: 37.5em) {
  .target__red {
    font-size: 1.375rem;
  }
}
.target__box {
  display: inline-flex;
  gap: 15px;
  font-weight: 400;
  font-size: 20px;
  color: #a1a9ca;
}
@media (max-width: 37.5em) {
  .target__box {
    font-size: 0.75rem;
    gap: 7px;
  }
}
.target__cont {
  width: 55%;
}
@media (max-width: 68.75em) {
  .target__cont {
    width: 100%;
    text-align: center;
  }
}
.target__ttl {
  font-weight: 400;
  font-size: 22px;
  color: #ebf9ff;
  margin-bottom: 15px;
}
@media (max-width: 75em) {
  .target__ttl {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
}
.target__txt {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 75em) {
  .target__txt {
    font-size: 0.875rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.spollers {
  width: 100%;
}
.spollers__item {
  background: radial-gradient(circle, #1f232c, #090b11 100%);
  border-radius: 50px;
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
}
.spollers__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 75em) {
  .spollers__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 75em) {
  .spollers__item {
    padding: 15px 20px;
    border-radius: 15px;
  }
}
.spollers__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
.spollers__body {
  margin-top: 20px;
  font-size: 1rem;
}

.Work_work__wFVmG {
  width: 100%;
  background-image: url(../img/line.svg);
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.Work_work__wFVmG .Work_container__8dLJg {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Work_work__wFVmG .Work_wrap__mfpLz {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease 0s;
  gap: 10px;
}
.Work_work__wFVmG .Work_wrap__mfpLz:hover {
  transform: scale(1.1);
}
@media (max-width: 62.5em) {
  .Work_work__wFVmG .Work_wrap__mfpLz {
    width: calc(50% - 10px);
  }
}
@media (max-width: 23.125em) {
  .Work_work__wFVmG .Work_wrap__mfpLz {
    width: 100%;
  }
}

.Work_work__wFVmG .Work_wrapper__MibBX {
  background: linear-gradient(90deg, #15181e, #15181e 6%, #13161b 12%, #13151b 18%, #111318 24%, #111318 29%, #0e1016 35%, #0c0e13 41%, #0b0d14 47%, #0b0d14 53%, #0c0e13 59%, #0e1016 65%, #111318 71%, #111318 76%, #13151b 82%, #13161b 88%, #15181e 94%, #15181e);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 10px solid #e83058;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #eef2f9;
  font-weight: 800;
}

.Work_work__wFVmG .Work_text__Ju_9q {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #eef2f9;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 820px) {
  .Work_work__wFVmG .Work_container__8dLJg {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 880px) {
  .Work_work__wFVmG .Work_wrapper__MibBX {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 880px) {
  .Work_work__wFVmG .Work_text__Ju_9q {
    font-size: 14px;
  }
  .Work_work__wFVmG .Work_text__Ju_9q img {
    max-width: 30px;
  }
}
.catalog__top {
  display: flex;
  align-items: center;
    justify-content: space-around;
  gap: 20px;
  margin-bottom: 35px;
}
@media (max-width: 56.25em) {
  .catalog__top {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.catalog__search {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(19, 20, 27, 0.95) 0%, rgba(21, 23, 30, 0.95) 50%, rgba(28, 30, 38, 0.95) 100%);
  border-left: 2px solid #22252f;
  border-right: 2px solid #22252f;
  border-top: 2px solid #22252f;
  border-radius: 16px;
  max-width: 467px;
  height: 54px;
  display: flex;
  flex: 1;
  padding-left: 15px;
  align-items: center;
  padding-right: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}
.catalog__search input {
  outline: none;
  margin-left: 5px;
  height: 100%;
  display: block;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  background: transparent;
}
@media (max-width: 50em) {
  .catalog__search {
    max-width: 100%;
  }
}
.catalog__search-icon {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.catalog__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 43.75em) {
  .catalog__actions {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.catalog__sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 43.75em) {
  .catalog__sort {
    justify-content: center;
  }
}
.catalog__name {
  font-weight: 400;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #a1a9ca;
}
@media (max-width: 43.75em) {
  .catalog__name {
    font-size: 0.8125rem;
  }
}
.catalog__value {
  color: #fff;
  max-width: 250px;
  flex-shrink: 0;
  width: 100%;
  display: block;
}
@media (max-width: 43.75em) {
  .catalog__value {
    flex: 1;
  }
}
.catalog__body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (max-width: 43.75em) {
  .catalog__body {
    gap: 20px;
  }
}

.product-card {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 32px;
  min-height: 405px;
  border: 1px solid #a34056;
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 84.375em) {
  .product-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 43.75em) {
  .product-card {
    width: 100% !important;
  }
}
.product-card:hover .product-card__bg {
  transform: scale(1.1);
}
.product-card__tag {
  position: absolute;
  top: 10px;
  z-index: 2;
  left: 10px;
  background: rgba(13, 14, 17, 0.85);
  border-radius: 16px;
  padding: 11px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
}
.product-card__tag.green {
  color: #6ceeb0;
}
@media (max-width: 84.375em) {
  .product-card__tag {
    font-size: 0.8125rem;
    gap: 5px;
  }
  .product-card__tag img {
    max-width: 20px;
  }
}
.product-card__tags {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 80%;
    background: rgba(13, 14, 17, 0.85);
    border-radius: 16px;
    padding: 11px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.product-card__tags .green {
    color: #fffa71;

}
.product-card__tags .sale {
    color: #db284e;
}
@media (max-width: 84.375em) {
    .product-card__tags  {
        font-size: 0.8125rem;
        gap: 5px;
        left: 200px;
    }
    .product-card__tags  img {
        max-width: 20px;
    }
}


.product-card__bg {
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  left: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  height: 255px;
}
.product-card__body {
  backdrop-filter: blur(8px);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: rgba(13, 14, 17, 0.7);
  border-radius: 32px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 75em) {
  .product-card__body {
    padding: 15px;
    border-radius: 15px;
  }
}
.product-card__name {
  font-weight: 700;
  font-size: 24px;
  color: #a34056;
  background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 50em) {
  .product-card__name {
    font-size: 1.25rem;

  }
}
.product-card__info-line {
  display: flex;
  margin: 15px 0;
  padding-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #a34056;
  background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: center;
  border-bottom: 2px solid #181a22;
  margin-bottom: 15px;
}
@media (max-width: 50em) {
  .product-card__info-line {
    font-size: 0.875rem;
    gap: 5px;
  }
  .product-card__info-line img {
    max-width: 25px;
  }
}
.product-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.product-card__price {
  font-weight: 400;
  font-size: 17px;
  color: #6c738f;
}
.product-card__price span {
  font-weight: 400;
  font-size: 23px;
  color: #a34056;
  background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 50em) {
  .product-card__price span {
    font-size: 1rem;
  }
}
@media (max-width: 50em) {
  .product-card__price {
    font-size: 0.875rem;
  }
}
.product-card__link {
  background: linear-gradient(90deg, #13141b 0%, #191b24 50%, #22252f 100%);
  border-left: 2px solid #2a2c38;
  border-right: 2px solid #2a2c38;
  border-top: 2px solid #2a2c38;
  border-radius: 16px;
  max-width: 134px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease 0s;
}
.product-card__link span {
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 50em) {
  .product-card__link span {
    font-size: 0.875rem;
  }
}
@media (max-width: 50em) {
  .product-card__link {
    padding: 8px 18px;
  }
}
.product-card__link:hover {
  transform: scale(1.1);
}

.select {
  position: relative;
  width: 100%;
}
.select__body {
  position: relative;
  width: 100%;
}
.select__title {
  color: inherit;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  width: 100%;
  max-width: 260px;
}
@media (max-width: 43.75em) {
  .select__title {
    max-width: 100%;
    width: 100%;
  }
}
.select__value {
  height: 30px;
  padding: 0px 15px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 62.5em) {
  .select__value {
    padding: 0;
  }
}
.select__text {
  flex: 1 1 auto;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  font-size: 14px;
  color: #ebf9ff;
  left: 0;
  padding: 15px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(19, 20, 27, 0.95) 0%, rgba(21, 23, 30, 0.95) 50%, rgba(28, 30, 38, 0.95) 100%);
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.select__option {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}
.select__option._select-selected {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(19, 20, 27, 0.95) 0%, rgba(21, 23, 30, 0.95) 50%, rgba(28, 30, 38, 0.95) 100%);
}
@media (any-hover: hover) {
  .select__option:hover {
    background: #a34056;
  }
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select._select-open {
  z-index: 5;
}
.highlight-red {
  color: #e5214c; /* Красный цвет, как на изображении */
}

.highlight-orange {
  color: #e5214c; /* Оранжевый цвет, как на изображении */
}

.footer {
  margin-bottom: 30px;
  background: #0d0e11;
  border-radius: 32px;
  padding: 33px;
}
.footer .soc {
  display: flex;
  flex-direction: row;
}
.footer .soc a {
  transition: all 0.3s ease 0s;
}
.footer .soc a:hover {
  transform: scale(1.1);
}
@media (max-width: 50em) {
  .footer {
    padding: 18px;
    border-radius: 15px;
  }
}
.footer__body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 50em) {
  .footer__body {
    flex-direction: column;
  }
}
.footer__top {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 52px;
}
.footer__top p {
  font-weight: 600;
  font-size: 20px;
}
.footer__top p span {
  background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 62.5em) {
  .footer__top {
    margin-bottom: 25px;
  }
}
@media (max-width: 50em) {
  .footer__top {
    gap: 10px;
  }
}
@media (max-width: 43.75em) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 50em) {
  .footer__col {
    gap: 15px;
  }
}
.footer__col-ttl {
  color: #565b72;
}
.footer__col-list {
  color: #bcc5e8;
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 17px;
  font-weight: 400;
}
.footer__col-list a:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-top: 2px solid #22252f;
  margin-top: 20px;
  font-size: 16px;
  color: #a1a9ca;
}
@media (max-width: 50em) {
  .footer__bottom {
    flex-wrap: wrap;
  }
}
.product-page__pay {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #0d0e11;
  padding: 30px;
  border-radius: 32px;
  color: #fff;
}

.product-page__pay-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 140%;
}
.product-page__pay-title span {
  color: #e5214c;
}
@media (max-width: 100em) {
  .product-page__pay-title {
    font-size: 1.25rem;
  }
}

.product-page__pay-subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  color: #aaa;
}

.product-page__pay-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.product-page__pay-option input {
  display: none;
}

.product-page__pay-option label {
  background: #2b2b2b;
  border-top: 2px solid rgba(229, 33, 75, 0.31);
  border-radius: 20px;
  cursor: pointer;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.product-page__pay-option input:checked + label {
  background: linear-gradient(90deg, rgba(238, 83, 117, 0.25) 0%, rgba(232, 48, 88, 0.25) 31%, rgba(201, 29, 66, 0.25) 65%, rgba(143, 20, 47, 0.25) 100%);
}

.product-page__pay-option-title {
  font-size: 14px;
}

.product-page__pay-option-price {
  font-size: 16px;
  font-weight: bold;
}

.product-page__pay-button {
  background: linear-gradient(90deg, rgba(238, 83, 117, 0.5) 0%, rgba(232, 48, 88, 0.5) 31%, rgba(201, 29, 66, 0.5) 65%, rgba(143, 20, 47, 0.5) 100%);
  color: #fff;
  border-top: 2px solid #a34056;
  border-radius: 16px;
  border: none;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  padding: 20px 35px;
  cursor: pointer;
}

.product-page__pay-button-icon img {
  width: 20px;
  height: 20px;
}

.product-page__pay-note {
  margin-top: 10px;
  font-size: 12px;
  color: #aaa;
  line-height: 120%;
}

.product-page__pay-dropdown {
  margin-top: 20px;
}

.product-page__pay-method {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #2b2b2b;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 87.5em) {
  .product-page__container {
    padding-left: 0;
    padding-right: 0px;
  }
}
.product-page__body {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 86.25em) {
  .product-page__body {
    flex-direction: column;
    gap: 30px;
  }
}
.product-page__content {
  flex: 1;
  max-width: 900px;
}
@media (max-width: 93.75em) {
  .product-page__content {
    max-width: 700px;
  }
}
@media (max-width: 86.25em) {
  .product-page__content {
    max-width: 100%;
  }
}
.product-page__info {
  flex: 1;
  position: relative;
  padding: 35px;
}
.product-page__info .bg {
  border-radius: 32px;
}
@media (max-width: 62.5em) {
  .product-page__info .bg {
    border-radius: 15px;
  }
}
.product-page__info .product-card__tag {
  position: static;
}
@media (max-width: 62.5em) {
  .product-page__info .product-card__tag {
    position: absolute;
    left: 10px;
    font-size: 0.625rem;
    padding: 5px;
    border-radius: 5px;
  }
  .product-page__info .product-card__tag svg {
    max-width: 10px;
  }
}
.product-page__info .product-card__tags {
    position: static;
}
@media (max-width: 62.5em) {
    .product-page__info .product-card__tags {
        position: absolute;
        left: 10px;
        font-size: 0.625rem;
        padding: 5px;
        border-radius: 5px;
    }
    .product-page__info .product-card__tags svg {
        max-width: 10px;
    }
}






@media (max-width: 62.5em) {
  .product-page__info {
    padding: 15px;
  }
}
.product-page__info-top {
  z-index: 2;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 62.5em) {
  .product-page__info-top {
    margin-bottom: 20px;
    gap: 15px;
  }
}
@media (max-width: 43.75em) {
  .product-page__info-top {
    flex-direction: column;
    gap: 15px;
  }
}
.product-page__info-prevew {
  display: flex;
  gap: 30px;
}
@media (max-width: 62.5em) {
  .product-page__info-prevew {
    gap: 15px;
    align-items: center;
  }
}
.product-page__image {
  border-radius: 18px;
  width: 150px;
  height: 170px;
  object-fit: cover;
}
@media (max-width: 62.5em) {
  .product-page__image {
    width: 140px;
    height: 90px;
  }
}
.product-page__info-box {
  z-index: 1;
}
.product-page__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 31px;
  color: #ebf9ff;
}
@media (max-width: 0em) {
  .product-page__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.product-page__info-cat {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 62.5em) {
  .product-page__info-cat {
    gap: 10px;
  }
}
.product-page__info-cat-tag {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  color: #a1a9ca;
}
@media (max-width: 62.5em) {
  .product-page__info-cat-tag {
    gap: 10px;
    font-size: 0.875rem;
  }
  .product-page__info-cat-tag img {
    max-width: 25px;
      max-height: 25px;
  }
}
.product-page__info-descr {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  color: #a1a9ca;
}
@media (max-width: 43.75em) {
  .product-page__info-descr {
    font-size: 0.9375rem;
  }
}
.product-page__info-nnn {
  font-weight: 400;
  font-size: 16px;
  color: #6c738f;
  margin-bottom: 20px;
}
.product-page__slider-box {
  padding-left: 35px;
}
@media (max-width: 62.5em) {
  .product-page__slider-box {
    padding-left: 15px;
  }
}
.product-page__slide img {
  border-radius: 35px;
  width: 100%;
}
@media (max-width: 50em) {
  .product-page__slide img {
    border-radius: 15px;
  }
}
.product-page__pay {
  flex: 1;
  max-width: 455px;
}
@media (max-width: 86.25em) {
  .product-page__pay {
    max-width: 100%;
  }
}
@media (max-width: 62.5em) {
  .product-page__pay {
    padding: 15px !important;
    border-radius: 15px;
  }
}
.product-page__pay-dropdown {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-page .select {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, rgba(238, 83, 117, 0.5) 0%, rgba(232, 48, 88, 0.5) 31%, rgba(201, 29, 66, 0.5) 65%, rgba(143, 20, 47, 0.5) 100%);
  border-radius: 25px;
}
.product-page .select__value {
  max-width: 100%;
  width: 100%;
  height: fit-content;
  display: block;
}
.product-page .select__value::before {
  content: "✓"; /* Галка */
  align-self: stretch;
  flex: 0 0 10px;
  transition: all 0.3s ease;
  display: flex;
  position: absolute;
  right: 10px;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg); /* Начальная позиция */
  /* При открытии списка добавляем класс _select-open */
}
._select-open .product-page .select__value::before {
  transform: rotate(-180deg); /* Поворот галки на 180 градусов */
}

.fancybox__container {
  max-width: 100%;
}

[data-fancybox] {
  cursor: zoom-in;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #777;
}
.breadcrumbs__list {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #999;
}
.breadcrumbs__link {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
}
.breadcrumbs__link:hover {
  color: #000;
}
.breadcrumbs__current {
  color: #999;
}

.product-page__tabs {
  margin-top: 30px;
}
.product-page__taggs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 62.5em) {
  .product-page__taggs {
    gap: 10px;
  }
}
.product-page__tagg {
  padding: 10px;
  border-radius: 8px;
  background: #12131a;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #6c738f;
}

.tabs__navigation {
  display: flex;
  border-radius: 32px;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 62.5em) {
  .tabs__navigation {
    flex-wrap: wrap;
  }
}
.tabs__title {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: #0d0e11;
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ebf9ff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tabs__title._tab-active {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: #181a22;
}
@media (max-width: 62.5em) {
  .tabs__title {
    flex: 1;
    font-size: 1rem;
  }
}
.tabs__content {
  border-radius: 24px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  background: #181a22;
  padding: 20px;
}
.product-page__reviews {
  margin: 50px 0;
}
.product-page__reviews-block {
  background: #2b2e35;
  padding: 32px;
  width: 100%;
  border-radius: 32px;
}
@media (max-width: 50em) {
  .product-page__reviews-block {
    padding: 30px 15px;
    border-radius: 15px;
  }
}
.product-page__reviews-ttl {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.product-page__reviews-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-page__reviews-line {
  display: flex;
  gap: 19px;
  justify-content: space-between;
}
.product-page__reviews-line .img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 50em) {
  .product-page__reviews-line {
    flex-direction: column;
  }
}
.product-page__reviews-line-ttl {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.product-page__reviews-line-txt {
  font-weight: 400;
  font-size: 11px;
  color: #fff;
}
@media (max-width: 50em) {
  .product-page__reviews-rating {
    display: flex;
    justify-content: space-between;
  }
}
.product-page__reviews-date {
  flex-shrink: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 10px;
  white-space: nowrap;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.product-page__reviews-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.product-page__reviews-bottom .input {
  padding: 17px 23px;
  font-weight: 400;
  flex: 1;
  font-size: 13px;
   color: #ffffff;
  border-radius: 65px;
  background: rgba(255, 255, 255, 0.1);
}
.product-page__reviews-bottom .input:first-child {
  max-width: 300px;
}
@media (max-width: 75em) {
  .product-page__reviews-bottom .input:first-child {
    max-width: 100%;
  }
}
@media (max-width: 75em) {
  .product-page__reviews-bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.product-page__reviews-submit {
  background: #a34056;
  text-align: center;
  border-radius: 65px;
  padding: 11px 24px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.product-page__reviews-submit:hover {
  transform: scale(1.1);
}
.product-page__reviews-submit:active {
  transform: scale(0.9);
}

.product-page__guide {
  background: #0d0e11;
  border-radius: 32px;
  padding: 35px;
}
@media (max-width: 56.25em) {
  .product-page__guide {
    padding: 25px 15px;
    border-radius: 24px;
  }
}
.product-page__guide-top {
  display: flex;
  gap: 20px;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 56.25em) {
  .product-page__guide-top {
    flex-direction: column;
  }
}
.product-page__guide-left {
  max-width: 600px;
}
.product-page__guide-left-ttl {
  font-weight: 500;
  font-size: 23px;
  color: #ebf9ff;
  line-height: 130%;
  margin-bottom: 15px;
}
@media (max-width: 56.25em) {
  .product-page__guide-left-ttl {
    font-size: 1.25rem;
  }
}
.product-page__guide-sub {
  font-weight: 400;
  font-size: 17px;
  color: #6c738f;
}
.product-page__guide-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #6c738f;
}
.product-page__guide-wrap {
  border-radius: 24px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #12131a;
  padding: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #6c738f;
}
@media (max-width: 56.25em) {
  .product-page__guide-wrap {
    padding: 15px;
  }
}
.product-page__guide-wrap li {
  margin-bottom: 5px;
  list-style: disc;
}
.product-page__guide-wrap h2,
.product-page__guide-wrap h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
.product-page__guide-wrap iframe {
  margin-bottom: 15px;
}
.product-page__guide-wrap p,
.product-page__guide-wrap ol,
.product-page__guide-wrap ul {
  margin-bottom: 15px;
}
.product-page__guide-wrap ol,
.product-page__guide-wrap ul {
  padding-left: 25px;
}
.profil__container {
  padding-left: 0;
  padding-right: 0;
}
.profil__top {
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #0d0e11;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 62.5em) {
  .profil__top {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 75em) {
  .profil__top {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 22px;
  }
}
.profil__top-name {
  font-weight: 700;
  font-size: 26px;
  color: #ebf9ff;
}
@media (max-width: 48em) {
  .profil__top-name {
    font-size: 1.25rem;
    text-align: center;
  }
}
.profil__actions {
  display: flex;
  gap: 30px;
}
@media (max-width: 75em) {
  .profil__actions {
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
  }
  .profil__actions a {
    max-width: 100%;
    flex: 1 1 48%;
    justify-content: center;
    text-align: center;
  }
}
.profil__block {
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #0d0e11;
  border-radius: 32px;
}
@media (max-width: 62.5em) {
  .profil__block {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.profil__block:not(:last-child) {
  margin-bottom: 30px;
}
.profil__title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 22px;
  color: #ebf9ff;
  margin-bottom: 25px;
}
.profil .ppp {
  display: block;
  max-width: 240px;
  width: 100%;
}
.profil__flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 62.5em) {
  .profil__flex {
    flex-direction: column-reverse;
  }
}
.profil__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 26px;
}
.profil .input {
  width: 100%;
  border-top: 2px solid #22252f;
  border-radius: 20px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #12131a;
  font-weight: 400;
  font-size: 18px;
  color: #ebf9ff;
  padding: 20px 25px;
}
.profil .kjnasdc {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #12131a;
  border-top: 2px solid #22252f;
  color: #fff !important;
}
.profil__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    font-weight: 400;
    font-size: 17px;
    color: #6c738f;
}
.kjnasdc {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
    background: #12131a;
    border-top: 2px solid #22252f;
    color: #fff !important;
}

 .kjnasdc {
    width: 100%;
    border-top: 2px solid #22252f;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
    background: #12131a;
    font-weight: 400;
    font-size: 18px;
    color: #ebf9ff;
    padding: 20px 25px;
}
.profil__skidka {
  text-align: center;
}
.profil__skidka-top {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 121%;
  color: #5b5d6a;
  justify-content: center;
}
.profil__skidka-left {
  position: relative;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 400px;
  gap: 15px;
  font-size: 14px;
  line-height: 121%;
  color: #5b5d6a;
}
.profil__skidka-count {
  font-size: 14px;
  line-height: 121%;
  color: #5b5d6a;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.profil__skidka-count span {
  font-weight: 600;
  color: #fafafd;
  font-size: 18px;
  line-height: 117%;
}
@media (max-width: 43.75em) {
  .profil__skidka-count span {
    font-size: 0.875rem;
  }
}
@media (max-width: 43.75em) {
  .profil__skidka-count {
    font-size: 0.75rem;
  }
}
.profil__skidka-right {
  font-size: 14px;
  line-height: 121%;
  flex: 1;
  max-width: 400px;
  color: #5b5d6a;
}
.profil__skidka-bottom {
  margin-top: 30px;
}
.profil__skidka-line {
  background: #15151a;
  border-radius: 4px;
  width: 100%;
  height: 20px;
  margin-bottom: 18px;
}
.profil__skidka-line span {
  border-radius: 4px;
  display: block;
  height: 100%;
  background: #ff7171;
  width: 33%;
}
.profil__skidka-line-numbers {
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  width: 100%;
  line-height: 121%;
  text-align: center;
  color: #fafafd;
}
.profil__skidka-line-numbers span {
  flex: 1;
  display: block;
}
@media (max-width: 43.75em) {
  .profil__skidka-line-numbers {
    font-size: 0.5rem;
  }
}

.tony-stark {
  font-weight: 400;
  font-size: 17px;
  color: #6c738f;
}

.page__title {
  font-weight: 600;
  color: #ebf9ff;
}
@media (min-width: 83.125em) {
  .page__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .page__title {
    margin-bottom: calc(1.1875rem + 1.3125 * (((100vw - 20rem)) / ((63.125))));
  }
}
@media (max-width: 20em) {
  .page__title {
    margin-bottom: 1.1875rem;
  }
}
@media (min-width: 83.125em) {
  .page__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .page__title {
    font-size: calc(1.25rem + 0.5 * (((100vw - 20rem)) / ((63.125))));
  }
}
@media (max-width: 20em) {
  .page__title {
    font-size: 1.25rem;
  }
}
.page__body {
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #0d0e11;
  border-radius: 32px;
}
@media (max-width: 62.5em) {
  .page__body {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.page__body:not(:last-child) {
  margin-bottom: 30px;
}
.page__box-garants {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (max-width: 81.25em) {
  .page__box-garants {
    gap: 15px;
  }
}
.page__garants-item {
  border-top: 2px solid #22252f;
  border-radius: 24px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: #181a22;
  width: calc(33.33% - 20px);
  font-weight: 400;
  font-size: 17px;
  color: #a1a9ca;
  padding: 33px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 81.25em) {
  .page__garants-item {
    padding: 15px;
    border-radius: 15px;
    font-size: 0.875rem;
    width: calc(50% - 8px);
  }
}
@media (max-width: 37.5em) {
  .page__garants-item {
    width: 100% !important;
  }
}
.page__g-item-top {
  font-weight: 400;
  font-size: 20px;
  color: #e5214c;
  display: flex;
  gap: 12px;
  flex: 1;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 81.25em) {
  .page__g-item-top {
    font-size: 1.125rem;
  }
}
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.dark-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #1e1e1e;
  color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 62.5em) {
  .dark-table {
    font-size: 0.625rem;
  }
}

.dark-table th,
.dark-table td {
  padding: 12px 15px;
  text-align: left;
}
@media (max-width: 62.5em) {
  .dark-table th,
  .dark-table td {
    padding: 6px 10px;
  }
}

.dark-table th {
  background-color: #181a22;
  color: #fff;
}

.dark-table tr:nth-child(even) {
  background-color: rgb(23, 23, 23);
}

.dark-table tr:nth-child(odd) {
  background-color: rgb(36, 36, 36);
}

.dark-table tr:hover {
  background-color: #444;
}

.dark-table td {
  border: 1px solid #333;
}

/* Адаптивность */
@media screen and (max-width: 600px) {
  .dark-table {
    width: auto; /* Убираем ограничение по ширине */
  }
}
.form-modal {
  font-weight: 400;
  font-size: 16px;
  color: #6c738f;
}
.form-modal .button {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.form-modal label {
  margin-bottom: 10px;
  display: block;
}
.form-modal .input {
  border-top: 2px solid #22252f;
  border-radius: 20px;
  font-weight: 400;
  flex: 1;
  font-size: 17px;
  color: #6c738f;
  width: 100%;
  display: block;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #12131a;
}
.form-modal .input ::placeholder {
  font-weight: 400;
  font-size: 17px;
  color: #6c738f;
}
.form-modal h6 {
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 20px;
  color: #ebf9ff;
}

.popup {
  z-index: 222;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.2980392157);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.popup__body {
  transition: all 0.35s ease-out, opacity 0.35s ease-out;
  transform: scale(0.45);
  z-index: 223;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  background: rgba(13, 14, 17, 0.949);
  padding: 33px;
  border-radius: 32px;
  position: relative;
  max-width: 580px;
  width: 100%;
  max-height: 99vh;
  overflow-y: auto;
  opacity: 0;
}

.popup.show .popup__body {
  transform: scale(1);
  opacity: 1;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 1440px) {
  .popup__body {
    padding: 20px;
  }
}
.ljkbkijbkjnlk {
  align-items: center;
  font-size: 0.75rem;
}
.ljkbkijbkjnlk svg {
  display: inline-block;
}
#modal-pay .popup__close {
    filter: invert(1);
}
#modal-pay .popup__body {
    max-width: 985px !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #0d0e11;
    width: 100%;
    padding: 18px 30px;
    border-radius: 31px;
}
@media (max-width: 25em) {
    #modal-pay .popup__body {
        padding: 15px;
    }
}

.modal-pay {
    width: 100%;
}
.modal-pay__top {
    display: flex;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.modal-pay__top-bar {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
}
@media (max-width: 50em) {
    .modal-pay__top-bar {
        flex-direction: column;
        margin-bottom: 30px;
    }
}
.modal-pay__top-bar-block-first {
    max-width: 580px;
    width: 100%;
}
@media (max-width: 62.5em) {
    .modal-pay__top-bar-block-first {
        max-width: 380px;
    }
}
@media (max-width: 50em) {
    .modal-pay__top-bar-block-first {
        max-width: 100%;
    }
}
.modal-pay__label {
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3019607843);
}
.modal-pay__inp {
    flex: 1;
}
.modal-pay__price {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
    padding-top: 40px;
}
@media (max-width: 62.5em) {
    .modal-pay__price {
        font-size: 1.5rem;
        padding-top: 30px;
    }
}
@media (max-width: 25em) {
    .modal-pay__price {
        font-size: 1.25rem;
    }
}
.modal-pay__pay-methods-pay-option {
    display: flex;
    width: 100%;
}
.modal-pay__pay-methods-pay-option i {
    opacity: 0.5;
    font-size: 80%;
    font-style: normal;
}
.modal-pay__price-value {
    display: inline-flex;
    gap: 10px;
}
.modal-pay__old-price {
    color: #a34056;
    text-decoration: line-through;
}
@media (max-width: 50em) {
    .modal-pay__old-price {
        font-size: 0.875rem;
    }
}
.modal-pay__price-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.41);
}
@media (max-width: 62.5em) {
    .modal-pay__price-sub {
        font-size: 0.625rem;
    }
}
.modal-pay__top-bar-block-two .btn-primary {
    width: 100%;
    max-width: 100%;
}
.modal-pay__promo {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 16px;
}
.modal-pay__promo-inp-btn {
    color: #fff;
    margin-bottom: 15px;
}
@media (max-width: 50em) {
    .modal-pay__promo-inp-btn {
        font-size: 14px;
    }
}
.modal-pay .text33 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}
.modal-pay .text33 span {
    font-size: 75%;
    opacity: 0.5;
}
.modal-pay__pay-methods:not(:last-child) {
    margin-bottom: 16px;
}
.modal-pay__pay-methods-text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.modal-pay__pay-methods-body {
    background: #181a22;
    border-radius: 32px;
    padding: 19px 23px;
}
@media (max-width: 51.25em) {
    .modal-pay__pay-methods-body {
        border-radius: 16px;
        padding: 14px 15px;
    }
}
.modal-pay__pay-methods-body .product-page__pay-option-title {
    display: flex;
}
.modal-pay__pay-methods-body .product-page__pay-option-price {
    font-weight: 400;
}
.modal-pay__pay-methods-body .modal-pay__pay-methods-pay-option label {
    align-items: center;
    gap: 12px;
    font-weight: 400;
    justify-content: flex-start;
    font-size: 16px;
    color: #fff;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(13, 14, 17, 0.96);
    display: flex;
    width: 100%;
}
.modal-pay__pay-methods-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
@media (max-width: 50em) {
    .modal-pay__pay-methods-flex {
        flex-direction: column;
        gap: 8px;
    }
}
.modal-pay__pay-methods-col {
    width: calc(33.33% - 8px);
}
@media (max-width: 50em) {
    .modal-pay__pay-methods-col {
        width: 100%;
    }
}
.modal-pay__text2 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.modal-pay .input {
    border: 1px solid #fff;
    border-radius: 14px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    padding: 13px 27px;
}
.sidebar {
    min-width: 180px;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    max-width: 250px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #0d0e11 0%, #0d0e12 11%, #0f1015 22%, #0f1015 33%, #0f1015 44%, #0f1015 56%, #111218 67%, #111218 78%, #111218 89%, #13141b 100%);
    border-radius: 32px;
    padding: 25px;
}
@media (max-width: 100em) {
    .sidebar {
        gap: 18px;
        padding: 18px;
    }
}
.sidebar__logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    font-weight: 600;
    font-size: 21px;
    color: #ebf9ff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
}
@media (max-width: 37.5em) {
    .sidebar__logo {
        margin-bottom: 0;
    }
}
.sidebar__menu {
    font-weight: 700;
    font-size: 25px;
    background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
    background-clip: text;
    color: #a34056;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    padding-top: 10px;
}
@media (max-width: 100em) {
    .sidebar__menu {
        font-size: 1.125rem;
        margin-bottom: 20px;
        padding-top: 0;
    }
}
@media (max-width: 37.5em) {
    .sidebar__menu {
        margin-bottom: 0;
        width: 100%;
    }
}
.sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
}
.sidebar__list a {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    transition: all 0.3s ease 0s;
}
.sidebar__list a svg {
    transition: all 0.3s ease 0s;
}
.sidebar__list a:hover svg {
    transform: scale(1.1);
}
@media (max-width: 100em) {
    .sidebar__list a {
        gap: 15px;
    }
    .sidebar__list a svg {
        max-width: 20px;
    }
}
@media (max-width: 100em) {
    .sidebar__list {
        gap: 10px;
    }
}
.sidebar__bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
@media (max-width: 37.5em) {
    .sidebar__bottom {
        width: 100%;
        align-items: center;
    }
}
.hero {
    position: relative;
}
.hero__container {
    z-index: 2;
    position: relative;
}
.hero__container .swiper-pagination-bullet {
    background: transparent;
    flex: 1;
    max-width: 100%;
    height: 100% !important;
    width: auto !important;
    border-radius: 3px !important;
}
.hero__container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e5214c;
}
.hero__body {
    display: flex;
    gap: 25px;
}
@media (max-width: 75em) {
    .hero__body {
        gap: 0;
    }
}
@media (max-width: 50em) {
    .hero__body {
        flex-direction: column;
        gap: 20px;
    }
}
.hero__cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 35px;
    gap: 35px;
}
@media (max-width: 90.625em) {
    .hero__cont {
        gap: 15px;
        padding: 15px;
    }
}
@media (max-width: 68.75em) {
    .hero__cont {
        padding-left: 0;
    }
}
@media (max-width: 50em) {
    .hero__cont {
        width: 100%;
    }
}
.hero__baner {
    border-radius: 16px;
    max-width: 340px;
    background: rgba(42, 44, 56, 0.3);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(108, 115, 143, 0.7);
}
@media (max-width: 90.625em) {
    .hero__baner {
        font-size: 0.875rem;
        padding: 8px;
        max-width: 280px;
    }
}
.hero__title {
    font-weight: 700;
    font-size: 2.9375rem;
    color: #a34056;
    background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
    background-clip: text;
    line-height: 130%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero__title span {
    font-size: 3.375rem;
    display: block;
}
@media (max-width: 90.625em) {
    .hero__title span {
        font-size: 2.5rem;
    }
}
@media (max-width: 37.5em) {
    .hero__title span {
        font-size: 1.875rem;
    }
}
@media (max-width: 90.625em) {
    .hero__title {
        font-size: 2.1875rem;
    }
}
@media (max-width: 37.5em) {
    .hero__title {
        font-size: 1.5625rem;
    }
}
.hero__subt {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
}
@media (max-width: 90.625em) {
    .hero__subt {
        font-size: 0.9375rem;
        gap: 10px;
    }
}
@media (max-width: 37.5em) {
    .hero__subt {
        font-size: 0.8125rem;
    }
}
.hero__slider-block {
    width: 50%;
    position: relative;
}
@media (max-width: 50em) {
    .hero__slider-block {
        width: 100%;
    }
}
.hero__pagging {
    background: #060608;
    position: absolute;
    bottom: 120px !important;
    z-index: 2;
    left: 0;
    height: 6px !important;
    width: 100%;
    display: flex;
    gap: 10px;
}
@media (max-width: 81.25em) {
    .hero__pagging {
        bottom: 90px !important;
    }
}
@media (max-width: 37.5em) {
    .hero__pagging {
        bottom: 145px !important;
    }
}
.hero__card {
    width: 100%;
}
.hero__card-img {
    width: 100%;
}
.hero__card-img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    object-fit: cover;
    height: 460px;
}
@media (max-width: 90.625em) {
    .hero__card-img img {
        height: 320px;
    }
}
.hero__card-cont {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #0d0e11;
    border-radius: 0 0 32px 32px;
    padding: 30px;
}
@media (max-width: 81.25em) {
    .hero__card-cont {
        padding: 15px;
        gap: 15px;
    }
}
@media (max-width: 37.5em) {
    .hero__card-cont {
        flex-direction: column;
    }
}
.hero__card-left {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media (max-width: 81.25em) {
    .hero__card-left {
        gap: 10px;
    }
}
@media (max-width: 81.25em) {
    .hero__card-left img {
        max-width: 40px;
    }
}
.hero .slider-btn {
    background: #0f1015;
    border-radius: 50%;
    width: 40px;
    z-index: 2;
    top: calc(50% - 80px);
    position: absolute;
    height: 40px;
    transition: all 0.3s ease 0s;
}
.hero .slider-btn:hover {
    transform: scale(1.1);
}
.hero .slider-btn:active {
    transform: scale(0.3);
}
.hero .btn-prev {
    left: 15px;
}
.hero .btn-next {
    right: 15px;
}
.hero__card-name {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 21px;
    color: #ebf9ff;
}
@media (max-width: 81.25em) {
    .hero__card-name {
        font-size: 1.125rem;
    }
}
.hero__card-inf {
    font-weight: 400;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    color: #a1a9ca;
}
@media (max-width: 81.25em) {
    .hero__card-inf {
        font-size: 0.875rem;
    }
}
@media (max-width: 68.75em) {
    .hero__card-link {
        max-width: 120px;
    }
}
@media (max-width: 37.5em) {
    .hero__card-link {
        max-width: 100%;
    }
}
.target__body {
    border-radius: 32px;
    background: linear-gradient(180deg, #0d0e11 0%, #0d0e12 11%, #0f1015 22%, #0f1015 33%, #0f1015 44%, #0f1015 56%, #111218 67%, #111218 78%, #111218 89%, #13141b 100%);
    padding: 32px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}
@media (max-width: 75em) {
    .target__body {
        gap: 15px;
        padding: 15px;
        align-items: flex-end;
    }
}
@media (max-width: 68.75em) {
    .target__body {
        flex-direction: column;
        gap: 20px;
        border-radius: 15px;
        align-items: flex-start;
    }
}
.target__items {
    width: 35%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
@media (max-width: 68.75em) {
    .target__items {
        width: 100%;
    }
}
.target__i {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}
.target__red {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 41px;
    background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #8f142f 100%);
    background-clip: text;
    color: #a34056;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 150%;
}
@media (max-width: 37.5em) {
    .target__red {
        font-size: 1.375rem;
    }
}
.target__box {
    display: inline-flex;
    gap: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #a1a9ca;
}
@media (max-width: 37.5em) {
    .target__box {
        font-size: 0.75rem;
        gap: 7px;
    }
}
.target__cont {
    width: 55%;
}
@media (max-width: 68.75em) {
    .target__cont {
        width: 100%;
        text-align: center;
    }
}
.target__ttl {
    font-weight: 400;
    font-size: 22px;
    color: #ebf9ff;
    margin-bottom: 15px;
}
@media (max-width: 75em) {
    .target__ttl {
        margin-bottom: 5px;
        font-size: 1.125rem;
    }
}
.target__txt {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
}
@media (max-width: 75em) {
    .target__txt {
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.spollers {
    width: 100%;
}
.spollers__item {
    background: radial-gradient(circle, #1f232c, #090b11 100%);
    border-radius: 50px;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
}
.spollers__item:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 75em) {
    .spollers__item:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 75em) {
    .spollers__item {
        padding: 15px 20px;
        border-radius: 15px;
    }
}
.spollers__title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: left;
}
.spollers__body {
    margin-top: 20px;
    font-size: 1rem;
}

.Work_work__wFVmG {
    width: 100%;
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.Work_work__wFVmG .Work_container__8dLJg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Work_work__wFVmG .Work_wrap__mfpLz {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease 0s;
    gap: 10px;
}
.Work_work__wFVmG .Work_wrap__mfpLz:hover {
    transform: scale(1.1);
}
@media (max-width: 62.5em) {
    .Work_work__wFVmG .Work_wrap__mfpLz {
        width: calc(50% - 10px);
    }
}
@media (max-width: 23.125em) {
    .Work_work__wFVmG .Work_wrap__mfpLz {
        width: 100%;
    }
}

.Work_work__wFVmG .Work_wrapper__MibBX {
    background: linear-gradient(90deg, #15181e, #15181e 6%, #13161b 12%, #13151b 18%, #111318 24%, #111318 29%, #0e1016 35%, #0c0e13 41%, #0b0d14 47%, #0b0d14 53%, #0c0e13 59%, #0e1016 65%, #111318 71%, #111318 76%, #13151b 82%, #13161b 88%, #15181e 94%, #15181e);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 10px solid #e83058;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #eef2f9;
    font-weight: 800;
}

.Work_work__wFVmG .Work_text__Ju_9q {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #eef2f9;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 820px) {
    .Work_work__wFVmG .Work_container__8dLJg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}
@media screen and (max-width: 880px) {
    .Work_work__wFVmG .Work_wrapper__MibBX {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 880px) {
    .Work_work__wFVmG .Work_text__Ju_9q {
        font-size: 14px;
    }
    .Work_work__wFVmG .Work_text__Ju_9q img {
        max-width: 30px;
    }
}
.catalog__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
}
@media (max-width: 56.25em) {
    .catalog__top {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.catalog__search {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, rgba(19, 20, 27, 0.95) 0%, rgba(21, 23, 30, 0.95) 50%, rgba(28, 30, 38, 0.95) 100%);
    border-left: 2px solid #22252f;
    border-right: 2px solid #22252f;
    border-top: 2px solid #22252f;
    border-radius: 16px;
    max-width: 467px;
    height: 54px;
    display: flex;
    flex: 1;
    padding-left: 15px;
    align-items: center;
    padding-right: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
}
.catalog__search input {
    outline: none;
    margin-left: 5px;
    height: 100%;
    display: block;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    background: transparent;
}
@media (max-width: 50em) {
    .catalog__search {
        max-width: 100%;
    }
}
.catalog__search-icon {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catalog__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 43.75em) {
    .catalog__actions {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
}
.catalog__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 43.75em) {
    .catalog__sort {
        justify-content: center;
    }
}
.catalog__name {
    font-weight: 400;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #a1a9ca;
}
@media (max-width: 43.75em) {
    .catalog__name {
        font-size: 0.8125rem;
    }
}
.catalog__value {
    color: #fff;
    max-width: 250px;
    flex-shrink: 0;
    width: 100%;
    display: block;
}
@media (max-width: 43.75em) {
    .catalog__value {
        flex: 1;
    }
}
.catalog__body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
@media (max-width: 43.75em) {
    .catalog__body {
        gap: 20px;
    }
}

.product-card {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 32px;
    min-height: 405px;
    border: 1px solid #a34056;
    position: relative;
    justify-content: flex-end;
}
@media (max-width: 84.375em) {
    .product-card {
        width: calc(50% - 20px);
    }
}
@media (max-width: 43.75em) {
    .product-card {
        width: 100% !important;
    }
}
.product-card:hover .product-card__bg {
    transform: scale(1.1);
}
.product-card__tag {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 10px;
    background: rgba(13, 14, 17, 0.85);
    border-radius: 16px;
    padding: 11px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.product-card__tag.green {
    color: #6ceeb0;
}
@media (max-width: 84.375em) {
    .product-card__tag {
        font-size: 0.8125rem;
        gap: 5px;
    }
    .product-card__tag img {
        max-width: 20px;
    }
}
.product-card__bg {
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    height: 255px;
}
.product-card__body {
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: rgba(13, 14, 17, 0.7);
    border-radius: 32px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 75em) {
    .product-card__body {
        padding: 15px;
        border-radius: 15px;
    }
}
.product-card__name {
    font-weight: 700;
    font-size: 24px;
    color: #a34056;
    background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}
@media (max-width: 50em) {
    .product-card__name {
        font-size: 1.25rem;
    }
}
.product-card__info-line {
    display: flex;
    margin: 15px 0;
    padding-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #a34056;
    background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-items: center;
    border-bottom: 2px solid #181a22;
    margin-bottom: 15px;
}
@media (max-width: 50em) {
    .product-card__info-line {
        font-size: 0.875rem;
        gap: 5px;
    }
    .product-card__info-line img {
        max-width: 25px;
    }
}
.product-card__bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.product-card__price {
    font-weight: 400;
    font-size: 17px;
    color: #6c738f;
}
.product-card__price span {
    font-weight: 400;
    font-size: 23px;
    color: #a34056;
    background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #8f142f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 50em) {
    .product-card__price span {
        font-size: 1rem;
    }
}
@media (max-width: 50em) {
    .product-card__price {
        font-size: 0.875rem;
    }
}
.product-card__link {
    background: linear-gradient(90deg, #13141b 0%, #191b24 50%, #22252f 100%);
    border-left: 2px solid #2a2c38;
    border-right: 2px solid #2a2c38;
    border-top: 2px solid #2a2c38;
    border-radius: 16px;
    max-width: 150px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease 0s;
}
.product-card__link span {
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 50em) {
    .product-card__link span {
        font-size: 0.875rem;
    }
}
@media (max-width: 50em) {
    .product-card__link {
        padding: 8px 18px;
    }
}
.product-card__link:hover {
    transform: scale(1.1);
}

.select {
    position: relative;
    width: 100%;
}
.select__body {
    position: relative;
    width: 100%;
}
.select__title {
    color: inherit;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    width: 100%;
    max-width: 260px;
}
@media (max-width: 43.75em) {
    .select__title {
        max-width: 100%;
        width: 1005;
    }
}
.select__value {
    height: 30px;
    padding: 0px 15px;
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media (max-width: 62.5em) {
    .select__value {
        padding: 0;
    }
}
.select__text {
    flex: 1 1 auto;
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.select__options {
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    font-size: 14px;
    color: #ebf9ff;
    left: 0;
    padding: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, rgba(19, 20, 27, 0.95) 0%, rgba(21, 23, 30, 0.95) 50%, rgba(28, 30, 38, 0.95) 100%);
}
.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}
.select__option {
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit;
}
.select__option._select-selected {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, rgba(19, 20, 27, 0.95) 0%, rgba(21, 23, 30, 0.95) 50%, rgba(28, 30, 38, 0.95) 100%);
}
@media (any-hover: hover) {
    .select__option:hover {
        background: #a34056;
    }
}
.select__row {
    display: inline-flex;
    align-items: center;
}
.select._select-open {
    z-index: 5;
}
.highlight-red {
    color: #e5214c; /* Красный цвет, как на изображении */
}

.highlight-orange {
    color: #e5214c; /* Оранжевый цвет, как на изображении */
}

.footer {
    margin-bottom: 30px;
    background: #0d0e11;
    border-radius: 32px;
    padding: 33px;
}
.footer .soc {
    display: flex;
    flex-direction: row;
}
.footer .soc a {
    transition: all 0.3s ease 0s;
}
.footer .soc a:hover {
    transform: scale(1.1);
}
@media (max-width: 50em) {
    .footer {
        padding: 18px;
        border-radius: 15px;
    }
}
.footer__body {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 50em) {
    .footer__body {
        flex-direction: column;
    }
}
.footer__top {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 52px;
}
.footer__top p {
    font-weight: 600;
    font-size: 20px;
}
.footer__top p span {
    background: linear-gradient(90deg, #ee5375 0%, #e83058 31%, #c91d42 65%, #8f142f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 62.5em) {
    .footer__top {
        margin-bottom: 25px;
    }
}
@media (max-width: 50em) {
    .footer__top {
        gap: 10px;
    }
}
@media (max-width: 43.75em) {
    .footer__top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.footer__col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 17px;
    font-weight: 400;
}
@media (max-width: 50em) {
    .footer__col {
        gap: 15px;
    }
}
.footer__col-ttl {
    color: #565b72;
}
.footer__col-list {
    color: #bcc5e8;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 17px;
    font-weight: 400;
}
.footer__col-list a:hover {
    text-decoration: underline;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0;
    border-top: 2px solid #22252f;
    margin-top: 20px;
    font-size: 16px;
    color: #a1a9ca;
}
@media (max-width: 50em) {
    .footer__bottom {
        flex-wrap: wrap;
    }
}
.product-page__pay {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #0d0e11;
    padding: 30px;
    border-radius: 32px;
    color: #fff;
}

.product-page__pay-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 140%;
}
.product-page__pay-title span {
    color: #e5214c;
}
@media (max-width: 100em) {
    .product-page__pay-title {
        font-size: 1.25rem;
    }
}

.product-page__pay-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    color: #aaa;
}

.product-page__pay-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-page__pay-option input {
    display: none;
}

.product-page__pay-option label {
    background: #2b2b2b;
    border-top: 2px solid rgba(229, 33, 75, 0.31);
    border-radius: 20px;
    cursor: pointer;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-page__pay-option input:checked + label {
    background: linear-gradient(90deg, rgba(238, 83, 117, 0.25) 0%, rgba(232, 48, 88, 0.25) 31%, rgba(201, 29, 66, 0.25) 65%, rgba(143, 20, 47, 0.25) 100%);
}

.product-page__pay-option-title {
    font-size: 14px;
}

.product-page__pay-option-price {
    font-size: 16px;
    font-weight: bold;
}

.product-page__pay-button {
    background: linear-gradient(90deg, rgba(238, 83, 117, 0.5) 0%, rgba(232, 48, 88, 0.5) 31%, rgba(201, 29, 66, 0.5) 65%, rgba(143, 20, 47, 0.5) 100%);
    color: #fff;
    border-top: 2px solid #a34056;
    border-radius: 16px;
    border: none;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    padding: 20px 35px;
    cursor: pointer;
}

.product-page__pay-button-icon img {
    width: 20px;
    height: 20px;
}

.product-page__pay-note {
    margin-top: 10px;
    font-size: 12px;
    color: #aaa;
    line-height: 120%;
}

.product-page__pay-dropdown {
    margin-top: 20px;
}

.product-page__pay-method {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2b2b2b;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 87.5em) {
    .product-page__container {
        padding-left: 0;
        padding-right: 0px;
    }
}
.product-page__body {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}
@media (max-width: 86.25em) {
    .product-page__body {
        flex-direction: column;
        gap: 30px;
    }
}
.product-page__content {
    flex: 1;
    max-width: 900px;
}
@media (max-width: 93.75em) {
    .product-page__content {
        max-width: 700px;
    }
}
@media (max-width: 86.25em) {
    .product-page__content {
        max-width: 100%;
    }
}
.product-page__info {
    flex: 1;
    position: relative;
    padding: 35px;
}
.product-page__info .bg {
    border-radius: 32px;
}
@media (max-width: 62.5em) {
    .product-page__info .bg {
        border-radius: 15px;
    }
}
.product-page__info .product-card__tag {
    position: static;
}
@media (max-width: 62.5em) {
    .product-page__info .product-card__tag {
        position: absolute;
        left: 10px;
        font-size: 0.625rem;
        padding: 5px;
        border-radius: 5px;
    }
    .product-page__info .product-card__tag svg {
        max-width: 10px;
    }
}
@media (max-width: 62.5em) {
    .product-page__info {
        padding: 15px;
    }
}
.product-page__info-top {
    z-index: 2;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 62.5em) {
    .product-page__info-top {
        margin-bottom: 20px;
        gap: 15px;
    }
}
@media (max-width: 43.75em) {
    .product-page__info-top {
        flex-direction: column;
        gap: 15px;
    }
}
.product-page__info-prevew {
    display: flex;
    gap: 30px;
}
@media (max-width: 62.5em) {
    .product-page__info-prevew {
        gap: 15px;
        align-items: center;
    }
}
.product-page__image {
    border-radius: 18px;
    width: 150px;
    height: 170px;
    object-fit: cover;
}
@media (max-width: 62.5em) {
    .product-page__image {
        width: 140px;
        height: 90px;
    }
}
.product-page__info-box {
    z-index: 1;
}
.product-page__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 31px;
    color: #ebf9ff;
}
@media (max-width: 0em) {
    .product-page__title {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
}
.product-page__info-cat {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 62.5em) {
    .product-page__info-cat {
        gap: 10px;
    }
}
.product-page__info-cat-tag {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    color: #a1a9ca;
}
@media (max-width: 62.5em) {
    .product-page__info-cat-tag {
        gap: 10px;
        font-size: 0.875rem;
    }
    .product-page__info-cat-tag img {
        max-width: 25px;
    }
}
.product-page__info-descr {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 16px;
    color: #a1a9ca;
}
@media (max-width: 43.75em) {
    .product-page__info-descr {
        font-size: 0.9375rem;
    }
}
.product-page__info-nnn {
    font-weight: 400;
    font-size: 16px;
    color: #6c738f;
    margin-bottom: 20px;
}
.product-page__slider-box {
    padding-left: 35px;
}
@media (max-width: 62.5em) {
    .product-page__slider-box {
        padding-left: 15px;
    }
}
.product-page__slide img {
    border-radius: 35px;
    width: 100%;
}
@media (max-width: 50em) {
    .product-page__slide img {
        border-radius: 15px;
    }
}
.product-page__pay {
    flex: 1;
    max-width: 455px;
}
@media (max-width: 86.25em) {
    .product-page__pay {
        max-width: 100%;
    }
}
@media (max-width: 62.5em) {
    .product-page__pay {
        padding: 15px !important;
        border-radius: 15px;
    }
}
.product-page__pay-dropdown {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-page .select {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, rgba(238, 83, 117, 0.5) 0%, rgba(232, 48, 88, 0.5) 31%, rgba(201, 29, 66, 0.5) 65%, rgba(143, 20, 47, 0.5) 100%);
    border-radius: 25px;
}
.product-page .select__value {
    max-width: 100%;
    width: 100%;
    height: fit-content;
    display: block;
}
.product-page .select__value::before {
    content: "✓"; /* Галка */
    align-self: stretch;
    flex: 0 0 10px;
    transition: all 0.3s ease;
    display: flex;
    position: absolute;
    right: 10px;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg); /* Начальная позиция */
    /* При открытии списка добавляем класс _select-open */
}
._select-open .product-page .select__value::before {
    transform: rotate(-180deg); /* Поворот галки на 180 градусов */
}

.fancybox__container {
    max-width: 100%;
}

[data-fancybox] {
    cursor: zoom-in;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}
.breadcrumbs__list {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.breadcrumbs__item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #999;
}
.breadcrumbs__link {
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
}
.breadcrumbs__link:hover {
    color: #fff;
}
.breadcrumbs__current {
    color: #999;
}

.product-page__tabs {
    margin-top: 30px;
}
.product-page__taggs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width: 62.5em) {
    .product-page__taggs {
        gap: 10px;
    }
}
.product-page__tagg {
    padding: 10px;
    border-radius: 8px;
    background: #12131a;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #6c738f;
}

.tabs__navigation {
    display: flex;
    border-radius: 32px;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 20px;
}
@media (max-width: 62.5em) {
    .tabs__navigation {
        flex-wrap: wrap;
    }
}
.tabs__title {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: #0d0e11;
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #ebf9ff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tabs__title._tab-active {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: #181a22;
}
@media (max-width: 62.5em) {
    .tabs__title {
        flex: 1;
        font-size: 1rem;
    }
}
.tabs__content {
    border-radius: 24px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    background: #181a22;
    padding: 20px;
}
.product-page__reviews {
    margin: 50px 0;
}
.product-page__reviews-block {
    background: #2b2e35;
    padding: 32px;
    width: 100%;
    border-radius: 32px;
}
@media (max-width: 50em) {
    .product-page__reviews-block {
        padding: 30px 15px;
        border-radius: 15px;
    }
}
.product-page__reviews-ttl {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.product-page__reviews-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.product-page__reviews-line {
    display: flex;
    gap: 19px;
    justify-content: space-between;
}
.product-page__reviews-line .img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 50em) {
    .product-page__reviews-line {
        flex-direction: column;
    }
}
.product-page__reviews-line-ttl {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}
.product-page__reviews-line-txt {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
}
@media (max-width: 50em) {
    .product-page__reviews-rating {
        display: flex;
        justify-content: space-between;
    }
}
.product-page__reviews-date {
    flex-shrink: 0;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 10px;
    white-space: nowrap;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
}
.product-page__reviews-bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.product-page__reviews-bottom .input {
    padding: 17px 23px;
    font-weight: 400;
    flex: 1;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
    border-radius: 65px;
    background: rgba(255, 255, 255, 0.1);
}
.product-page__reviews-bottom .input:first-child {
    max-width: 300px;
}
@media (max-width: 75em) {
    .product-page__reviews-bottom .input:first-child {
        max-width: 100%;
    }
}
@media (max-width: 75em) {
    .product-page__reviews-bottom {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.product-page__reviews-submit {
    background: #a34056;
    text-align: center;
    border-radius: 65px;
    padding: 11px 24px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.product-page__reviews-submit:hover {
    transform: scale(1.1);
}
.product-page__reviews-submit:active {
    transform: scale(0.9);
}

.product-page__guide {
    background: #0d0e11;
    border-radius: 32px;
    padding: 35px;
}
@media (max-width: 56.25em) {
    .product-page__guide {
        padding: 25px 15px;
        border-radius: 24px;
    }
}
.product-page__guide-top {
    display: flex;
    gap: 20px;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}
@media (max-width: 56.25em) {
    .product-page__guide-top {
        flex-direction: column;
    }
}
.product-page__guide-left {
    max-width: 600px;
}
.product-page__guide-left-ttl {
    font-weight: 500;
    font-size: 23px;
    color: #ebf9ff;
    line-height: 130%;
    margin-bottom: 15px;
}
@media (max-width: 56.25em) {
    .product-page__guide-left-ttl {
        font-size: 1.25rem;
    }
}
.product-page__guide-sub {
    font-weight: 400;
    font-size: 17px;
    color: #6c738f;
}
.product-page__guide-right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #6c738f;
}
.product-page__guide-wrap {
    border-radius: 24px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #12131a;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #6c738f;
}
@media (max-width: 56.25em) {
    .product-page__guide-wrap {
        padding: 15px;
    }
}
.product-page__guide-wrap li {
    margin-bottom: 5px;
    list-style: disc;
}
.product-page__guide-wrap h2,
.product-page__guide-wrap h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
.product-page__guide-wrap iframe {
    margin-bottom: 15px;
}
.product-page__guide-wrap p,
.product-page__guide-wrap ol,
.product-page__guide-wrap ul {
    margin-bottom: 15px;
}
.product-page__guide-wrap ol,
.product-page__guide-wrap ul {
    padding-left: 25px;
}
.profil__container {
    padding-left: 0;
    padding-right: 0;
}
.profil__top {
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #0d0e11;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media (max-width: 62.5em) {
    .profil__top {
        padding: 20px 15px;
        border-radius: 15px;
    }
}
@media (max-width: 75em) {
    .profil__top {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 22px;
    }
}
.profil__top-name {
    font-weight: 700;
    font-size: 26px;
    color: #ebf9ff;
}
@media (max-width: 48em) {
    .profil__top-name {
        font-size: 1.25rem;
        text-align: center;
    }
}
.profil__actions {
    display: flex;
    gap: 30px;
}
@media (max-width: 75em) {
    .profil__actions {
        gap: 15px;
        flex-wrap: wrap;
        width: 100%;
    }
    .profil__actions a {
        max-width: 100%;
        flex: 1 1 48%;
        justify-content: center;
        text-align: center;
    }
}
.profil__block {
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #0d0e11;
    border-radius: 32px;
}
@media (max-width: 62.5em) {
    .profil__block {
        padding: 20px 15px;
        border-radius: 15px;
    }
}
.profil__block:not(:last-child) {
    margin-bottom: 30px;
}
.profil__title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 22px;
    color: #ebf9ff;
    margin-bottom: 25px;
}
.profil .ppp {
    display: block;
    max-width: 240px;
    width: 100%;
}
.profil__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}
@media (max-width: 62.5em) {
    .profil__flex {
        flex-direction: column-reverse;
    }
}
.profil__box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 26px;
}
.profil .input {
    width: 100%;
    border-top: 2px solid #22252f;
    border-radius: 20px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #12131a;
    font-weight: 400;
    font-size: 18px;
    color: #ebf9ff;
    padding: 20px 25px;
}
.profil .kjnasdc {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #12131a;
    border-top: 2px solid #22252f;
    color: #fff !important;
}
.profil__label {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 400;
    font-size: 17px;
    color: #6c738f;
}
.profil__skidka {
    text-align: center;
}
.profil__skidka-top {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    font-weight: 600;
    font-size: 14px;
    line-height: 121%;
    color: #5b5d6a;
    justify-content: center;
}
.profil__skidka-left {
    position: relative;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 400px;
    gap: 15px;
    font-size: 14px;
    line-height: 121%;
    color: #5b5d6a;
}
.profil__skidka-count {
    font-size: 14px;
    line-height: 121%;
    color: #5b5d6a;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.profil__skidka-count span {
    font-weight: 600;
    color: #fafafd;
    font-size: 18px;
    line-height: 117%;
}
@media (max-width: 43.75em) {
    .profil__skidka-count span {
        font-size: 0.875rem;
    }
}
@media (max-width: 43.75em) {
    .profil__skidka-count {
        font-size: 0.75rem;
    }
}
.profil__skidka-right {
    font-size: 14px;
    line-height: 121%;
    flex: 1;
    max-width: 400px;
    color: #5b5d6a;
}
.profil__skidka-bottom {
    margin-top: 30px;
}
.profil__skidka-line {
    background: #15151a;
    border-radius: 4px;
    width: 100%;
    height: 20px;
    margin-bottom: 18px;
}
.profil__skidka-line span {
    border-radius: 4px;
    display: block;
    height: 100%;
    background: #ff7171;
    width: 33%;
}
.profil__skidka-line-numbers {
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    width: 100%;
    line-height: 121%;
    text-align: center;
    color: #fafafd;
}
.profil__skidka-line-numbers span {
    flex: 1;
    display: block;
}
@media (max-width: 43.75em) {
    .profil__skidka-line-numbers {
        font-size: 0.5rem;
    }
}

.tony-stark {
    font-weight: 400;
    font-size: 17px;
    color: #6c738f;
}

.page__title {
    font-weight: 600;
    color: #ebf9ff;
}
@media (min-width: 83.125em) {
    .page__title {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 20em) and (max-width: 83.125em) {
    .page__title {
        margin-bottom: calc(1.1875rem + 1.3125 * (((100vw - 20rem)) / ((63.125))));
    }
}
@media (max-width: 20em) {
    .page__title {
        margin-bottom: 1.1875rem;
    }
}
@media (min-width: 83.125em) {
    .page__title {
        font-size: 1.75rem;
    }
}
@media (min-width: 20em) and (max-width: 83.125em) {
    .page__title {
        font-size: calc(1.25rem + 0.5 * (((100vw - 20rem)) / ((63.125))));
    }
}
@media (max-width: 20em) {
    .page__title {
        font-size: 1.25rem;
    }
}
.page__body {
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #0d0e11;
    border-radius: 32px;
}
@media (max-width: 62.5em) {
    .page__body {
        padding: 20px 15px;
        border-radius: 15px;
    }
}
.page__body:not(:last-child) {
    margin-bottom: 30px;
}
.page__box-garants {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
@media (max-width: 81.25em) {
    .page__box-garants {
        gap: 15px;
    }
}
.page__garants-item {
    border-top: 2px solid #22252f;
    border-radius: 24px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: #181a22;
    width: calc(33.33% - 20px);
    font-weight: 400;
    font-size: 17px;
    color: #a1a9ca;
    padding: 33px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 81.25em) {
    .page__garants-item {
        padding: 15px;
        border-radius: 15px;
        font-size: 0.875rem;
        width: calc(50% - 8px);
    }
}
@media (max-width: 37.5em) {
    .page__garants-item {
        width: 100% !important;
    }
}
.page__g-item-top {
    font-weight: 400;
    font-size: 20px;
    color: #e5214c;
    display: flex;
    gap: 12px;
    flex: 1;
    align-items: center;
    margin-bottom: 15px;
}
@media (max-width: 81.25em) {
    .page__g-item-top {
        font-size: 1.125rem;
    }
}
.table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.dark-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1e1e1e;
    color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 62.5em) {
    .dark-table {
        font-size: 0.625rem;
    }
}

.dark-table th,
.dark-table td {
    padding: 12px 15px;
    text-align: left;
}
@media (max-width: 62.5em) {
    .dark-table th,
    .dark-table td {
        padding: 6px 10px;
    }
}

.dark-table th {
    background-color: #181a22;
    color: #fff;
}

.dark-table tr:nth-child(even) {
    background-color: rgb(23, 23, 23);
}

.dark-table tr:nth-child(odd) {
    background-color: rgb(36, 36, 36);
}

.dark-table tr:hover {
    background-color: #444;
}

.dark-table td {
    border: 1px solid #333;
}

/* Адаптивность */
@media screen and (max-width: 600px) {
    .dark-table {
        width: auto; /* Убираем ограничение по ширине */
    }
}
.form-modal {
    font-weight: 400;
    font-size: 16px;
    color: #6c738f;
}
.form-modal .button {
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.form-modal label {
    margin-bottom: 10px;
    display: block;
}
.form-modal .input {
    border-top: 2px solid #22252f;
    border-radius: 20px;
    font-weight: 400;
    flex: 1;
    font-size: 17px;
    color: #6c738f;
    width: 100%;
    display: block;
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: #12131a;
}
.form-modal .input ::placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #6c738f;
}
.form-modal h6 {
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 20px;
    color: #ebf9ff;
}

.popup {
    z-index: 222;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.2980392157);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.popup__body {
    transition: all 0.35s ease-out, opacity 0.35s ease-out;
    transform: scale(0.45);
    z-index: 223;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: rgba(13, 14, 17, 0.949);
    padding: 33px;
    border-radius: 32px;
    position: relative;
    max-width: 580px;
    width: 100%;
    max-height: 99vh;
    overflow-y: auto;
    opacity: 0;
}

.popup.show .popup__body {
    transform: scale(1);
    opacity: 1;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1440px) {
    .popup__body {
        padding: 20px;
    }
}
.ljkbkijbkjnlk {
    align-items: center;
    font-size: 0.75rem;
}
.ljkbkijbkjnlk svg {
    display: inline-block;
}
.text{
}

.page-title {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 31px;
  color: #ebf9ff;
}

.catalog.articles .product-card__bg {
  height: 320px;
}

/* Стили пагинации */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 20px 0;
  margin: 20px 0;
}
.page-item {
  margin: 0 5px;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  border-radius: 16px;
  background: linear-gradient(90deg, #13141b 0%, #191b24 50%, #22252f 100%);
  border: 2px solid #2a2c38;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.page-link > span {
  background: linear-gradient(90deg, #fff 0%, #e83058 31%, #c91d42 65%, #9b1633 93%, #8f142f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
/* Эффекты при наведении */
.page-link:hover {
  /*transform: translateY(-3px);*/
  box-shadow: 0 5px 15px rgba(232, 48, 88, 0.4);
  border-color: #e83058;
}
/* Активная страница */
.page-item.active .page-link {
  border-color: #e83058;
  box-shadow: 0 0 15px rgba(232, 48, 88, 0.6);
}
/* Неактивные элементы */
.page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  border-color: #2a2c38 !important;
}
/* Стрелки */
.page-link[aria-label^="pagination"] {
  font-size: 16px;
  min-width: 40px;
}