@charset "UTF-8";
@font-face {
  font-family: "SF UI Display";
  src: url("/fonts/SFUIDisplay-Light.woff2") format("woff2"), url("SFUIDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("/fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("/fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("SFUIDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("/fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("SFUIDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("/fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Обнуляющий стиль */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

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

img {
  vertical-align: top;
}

body,
html {
  height: 100%;
  line-height: 1;
}

/* ================================================================ */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 375px;
}

body {
  color: #ffffff;
  line-height: 1;
  font-family: "SF UI Display", sans-serif;
  font-size: 1.125rem;
  -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: "SF UI Display", sans-serif;
  font-size: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  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-color: #181a20;
}
body.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 87.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.container {
  display: grid;
  grid-template-columns: 13.6875rem minmax(auto, 1fr);
  column-gap: 1.25rem;
}
@media (max-width: 61.99875em) {
  .container {
    grid-template-columns: 1fr;
  }
}

.sidebar {
  background: #181a20;
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.25);
  margin-left: -2.125rem;
}
@media (max-width: 61.99875em) {
  .sidebar {
    display: none;
  }
}
.sidebar__title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.0166666667em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: 1.25rem 0;
  padding-left: 20px;
}
.menu-sidebar {
  color: rgba(255, 255, 255, 0.4);
}
.menu-sidebar__link {
  position: relative;
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
  line-height: 1.1666666667;
  letter-spacing: 0.0111111111em;
  color: rgba(255, 255, 255, 0.4);
  padding: 1.25rem 0 1.25rem 2.125rem;
  transition: color 0.5s ease 0s, background 0.5s ease 0s, fill 0.5s ease 0s;
}
.menu-sidebar__link svg {
  fill: rgba(255, 255, 255, 0.4);
}
.menu-sidebar__link::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.355rem;
  height: 62%;
  background: #4452fe;
  box-shadow: 0px 0px 5px rgba(139, 117, 245, 0.4);
  border-radius: 0px 0.5rem 0.5rem 0px;
}
@media (any-hover: hover) {
  .menu-sidebar__link:hover {
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(92.35deg, rgba(68, 82, 254, 0.3) 0.89%, rgba(68, 82, 254, 0) 97.92%);
  }
  .menu-sidebar__link:hover svg {
    fill: #ffffff;
  }
  .menu-sidebar__link:hover::before {
    display: block;
  }
}
.menu-sidebar__link.active {
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(92.35deg, rgba(68, 82, 254, 0.3) 0.89%, rgba(68, 82, 254, 0) 97.92%);
}
.menu-sidebar__link.active svg {
  fill: #ffffff;
}
.menu-sidebar__link.active::before {
  display: block;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4452fe;
  border-radius: 0.625rem;
  font-weight: 600;
  line-height: 1.1818181818;
  padding: 1.1875rem 1.875rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease 0s;
}
@media (min-width: 87.625em) {
  .button {
    height: 4rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (height: clamp( 3.125rem , 2.8055014606rem  +  1.3631937683vw , 4rem )) {
    .button {
      height: clamp( 3.125rem , 2.8055014606rem  +  1.3631937683vw , 4rem );
    }
  }
  @supports not (height: clamp( 3.125rem , 2.8055014606rem  +  1.3631937683vw , 4rem )) {
    .button {
      height: calc(3.125rem + 0.875 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .button {
    height: 3.125rem;
  }
}
@media (min-width: 87.625em) {
  .button {
    font-size: 1.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.125rem , 1.033714703rem  +  0.3894839338vw , 1.375rem )) {
    .button {
      font-size: clamp( 1.125rem , 1.033714703rem  +  0.3894839338vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.033714703rem  +  0.3894839338vw , 1.375rem )) {
    .button {
      font-size: calc(1.125rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .button {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .button:hover {
    background: #3140e6;
  }
}

.back-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem;
}
.back-link::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: url("/img/icons/arrow-back.svg") 0 0 no-repeat;
}

.messages-container {
  width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  /*height: 100%;*/
  z-index: 9999;
}

.message {
  position: relative;
  /*position: fixed;
  right: rem(15);
  top: rem(84);*/
  margin: 10px;
  opacity: 0;
  visibility: hidden;
  padding: 1.25rem;
  background-color: #28c76f;
  backdrop-filter: blur(15px);
  border-radius: 0.375rem;
  max-width: 26.625rem;
  transition: all 0.3s ease 0s;
  line-height: 1.5rem;
}
@media (min-width: 87.625em) {
  .message {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .message {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .message {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .message {
    font-size: 0.875rem;
  }
}
.message.show {
  opacity: 1;
  visibility: visible;
}
.message.error {
  background-color: #eb5757;
}
.message.warning {
  background-color: #f19a38;
}
@media (max-width: 61.99875em) {
  .message {
    top: 7.875rem;
  }
}
@media (max-width: 47.99875em) {
  .message {
    max-width: 21.5625rem;
  }
}
.message__body {
  padding-right: 2.5rem;
}
.message__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/img/icons/close-massage.svg") 100% no-repeat;
  cursor: pointer;
}
.message__title {
  font-weight: 700;
}
@media (min-width: 87.625em) {
  .message__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.375rem , 0.283714703rem  +  0.3894839338vw , 0.625rem )) {
    .message__title:not(:last-child) {
      margin-bottom: clamp( 0.375rem , 0.283714703rem  +  0.3894839338vw , 0.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.375rem , 0.283714703rem  +  0.3894839338vw , 0.625rem )) {
    .message__title:not(:last-child) {
      margin-bottom: calc(0.375rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .message__title:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.history__items, .cart-product__catalog, .product-buy__body {
  scrollbar-color: rgba(255, 255, 255, 0.4) #181a20;
}
.history__items::-webkit-scrollbar, .cart-product__catalog::-webkit-scrollbar, .product-buy__body::-webkit-scrollbar {
  width: 0.1875rem;
  height: 0;
}
.history__items::-webkit-scrollbar-thumb, .cart-product__catalog::-webkit-scrollbar-thumb, .product-buy__body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}
.history__items::-webkit-scrollbar-track, .cart-product__catalog::-webkit-scrollbar-track, .product-buy__body::-webkit-scrollbar-track {
  background: #181a20;
}

.header__bottom {
  display: none;
}
@media (max-width: 61.99875em) {
  .header__bottom {
    display: block;
  }
}

.main-header {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.main-header__container {
  display: flex;
  align-items: center;
  column-gap: 2.1875rem;
}
@media (min-width: 87.625em) {
  .main-header__container {
    min-height: 5.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (min-height: clamp( 3.5rem , 2.8610029211rem  +  2.7263875365vw , 5.25rem )) {
    .main-header__container {
      min-height: clamp( 3.5rem , 2.8610029211rem  +  2.7263875365vw , 5.25rem );
    }
  }
  @supports not (min-height: clamp( 3.5rem , 2.8610029211rem  +  2.7263875365vw , 5.25rem )) {
    .main-header__container {
      min-height: calc(3.5rem + 1.75 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .main-header__container {
    min-height: 3.5rem;
  }
}
.main-header__body {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
  column-gap: 1.875rem;
}
@media (max-width: 61.99875em) {
  .main-header__body {
    justify-content: flex-end;
  }
}
.main-header__cs {
  position: relative;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  color: #4452fe;
}
@media (max-width: 61.99875em) {
  .main-header__cs {
    display: none;
  }
}
.main-header__cs::after {
  content: "";
  display: block;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.25rem;
  width: 73%;
  border-radius: 12px 12px 0px 0px;
  background-color: #4452fe;
}
@media (max-width: 61.99875em) {
  .main-header__authorization {
    display: none;
  }
}
.main-header__button span:not(:last-child) {
  margin-right: 0.25rem;
}
.main-header__navigation {
  display: flex;
  align-items: center;
  column-gap: 0.875rem;
}
.main-header__logging {
  display: none;
}
@media (max-width: 61.99875em) {
  .main-header__logging {
    display: block;
  }
  .main-header__logging.log-in img {
    transform: scale(-1, 1);
  }
}
.main-header__user {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  column-gap: 1.875rem;
}
@media (max-width: 61.99875em) {
  .main-header__user {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.logo-header {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.logo-header__image {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 47.99875em) {
  .logo-header__image {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.logo-header__text {
  font-weight: 600;
  line-height: 1.1818181818;
}
@media (min-width: 87.625em) {
  .logo-header__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.692429406rem  +  0.7789678676vw , 1.375rem )) {
    .logo-header__text {
      font-size: clamp( 0.875rem , 0.692429406rem  +  0.7789678676vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.692429406rem  +  0.7789678676vw , 1.375rem )) {
    .logo-header__text {
      font-size: calc(0.875rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .logo-header__text {
    font-size: 0.875rem;
  }
}

.wallet-header {
  color: #f19a38;
}
.wallet-header__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.625rem;
  row-gap: 0.3125rem;
  font-weight: 500;
  line-height: 1.1666666667;
}
@media (min-width: 87.625em) {
  .wallet-header__list {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .wallet-header__list {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .wallet-header__list {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .wallet-header__list {
    font-size: 0.875rem;
  }
}
.wallet-header__list li {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.wallet-header__list li:not(:last-child)::after {
  content: "";
  background-color: #f19a38;
  height: 1.1666666667em;
  width: 0.0625rem;
}

.profile-header {
  position: relative;
}
.profile-header__user {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 87.625em) {
  .profile-header__user {
    column-gap: 0.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (column-gap: clamp( 0.25rem , 0.1130720545rem  +  0.5842259007vw , 0.625rem )) {
    .profile-header__user {
      column-gap: clamp( 0.25rem , 0.1130720545rem  +  0.5842259007vw , 0.625rem );
    }
  }
  @supports not (column-gap: clamp( 0.25rem , 0.1130720545rem  +  0.5842259007vw , 0.625rem )) {
    .profile-header__user {
      column-gap: calc(0.25rem + 0.375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .profile-header__user {
    column-gap: 0.25rem;
  }
}
@media (max-width: 61.99875em) {
  .profile-header__user {
    pointer-events: none;
  }
}
.profile-header__avatar {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media (max-width: 47.99875em) {
  .profile-header__avatar {
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.profile-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-header__user-name {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  line-height: 1.3333333333;
}
@media (min-width: 87.625em) {
  .profile-header__user-name {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .profile-header__user-name {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .profile-header__user-name {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .profile-header__user-name {
    font-size: 0.875rem;
  }
}
.profile-header__user-name::after {
  content: "";
  background: url("/img/icons/arrow-down.svg") 0 0 no-repeat;
  width: 0.625rem;
  height: 0.375rem;
  transition: transform 0.3s ease 0s;
}
.show .profile-header__user-name::after {
  transform: rotate(180deg);
}
@media (max-width: 61.99875em) {
  .profile-header__user-name::after {
    display: none;
  }
}
.profile-header__dropdown-content {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 0.3125rem;
  padding-top: 0.375rem;
  background-color: #181a20;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.profile-header__dropdown-content a {
  display: block;
  padding: 0.3125rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  text-align: center;
  transition: background-color 0.3s ease 0s;
}
.profile-header__dropdown-content a:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (any-hover: hover) {
  .profile-header__dropdown-content a:hover {
    background-color: #4452fe;
  }
}
.profile-header__dropdown-content.show {
  opacity: 1;
  visibility: visible;
}

.menu-header {
  display: none;
}
@media (max-width: 61.99875em) {
  .menu-header {
    display: block;
  }
}
@media (max-width: 61.99875em) {
  .menu-header__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #181a20;
    padding: 1.875rem 2.5rem;
    transition: right 0.3s ease 0s;
    overflow: auto;
    z-index: 10;
  }
  .menu-header__body.menu-open {
    right: 0;
  }
}
.menu-header__back:not(:last-child) {
  margin-bottom: 1.25rem;
}
.menu-header__item {
  line-height: 1;
  padding: 0.625rem;
}
.menu-header__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.bottom-header {
  background: rgba(68, 82, 254, 0.2);
  min-height: 3.125rem;
  padding: 0.625rem 0;
}
@media (max-width: 61.99875em) {
  .bottom-header__container {
    align-items: center;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 61.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 61.99875em) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #4452fe;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
}

@media (min-width: 87.625em) {
  .footer__container {
    padding-top: 3.9375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 0.625rem , -0.584530185rem  +  5.1606621227vw , 3.9375rem )) {
    .footer__container {
      padding-top: clamp( 0.625rem , -0.584530185rem  +  5.1606621227vw , 3.9375rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , -0.584530185rem  +  5.1606621227vw , 3.9375rem )) {
    .footer__container {
      padding-top: calc(0.625rem + 3.3125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__container {
    padding-top: 0.625rem;
  }
}
@media (min-width: 87.625em) {
  .footer__container {
    padding-bottom: 1.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.3511441091rem  +  1.1684518014vw , 1.375rem )) {
    .footer__container {
      padding-bottom: clamp( 0.625rem , 0.3511441091rem  +  1.1684518014vw , 1.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.3511441091rem  +  1.1684518014vw , 1.375rem )) {
    .footer__container {
      padding-bottom: calc(0.625rem + 0.75 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__container {
    padding-bottom: 0.625rem;
  }
}
.footer__main {
  display: flex;
}
@media (min-width: 87.625em) {
  .footer__main {
    column-gap: 5.4375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (column-gap: clamp( 2.5rem , 1.4273977605rem  +  4.576436222vw , 5.4375rem )) {
    .footer__main {
      column-gap: clamp( 2.5rem , 1.4273977605rem  +  4.576436222vw , 5.4375rem );
    }
  }
  @supports not (column-gap: clamp( 2.5rem , 1.4273977605rem  +  4.576436222vw , 5.4375rem )) {
    .footer__main {
      column-gap: calc(2.5rem + 2.9375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__main {
    column-gap: 2.5rem;
  }
}
@media (min-width: 87.625em) {
  .footer__main:not(:last-child) {
    margin-bottom: 0.0000000625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.0000000625rem , 1.7064264621rem  +  -1.9474195716vw , 1.25rem )) {
    .footer__main:not(:last-child) {
      margin-bottom: clamp( 0.0000000625rem , 1.7064264621rem  +  -1.9474195716vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.0000000625rem , 1.7064264621rem  +  -1.9474195716vw , 1.25rem )) {
    .footer__main:not(:last-child) {
      margin-bottom: calc(1.25rem + -1.2499999375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__main:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__about {
  flex: 0 1 37.0625rem;
}
.footer__logo {
  display: flex;
  align-items: center;
  column-gap: 0.125rem;
}
@media (min-width: 87.625em) {
  .footer__logo:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .footer__logo:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .footer__logo:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__logo:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__logo {
    column-gap: 0.375rem;
  }
}
.footer__logo img {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 47.99875em) {
  .footer__logo img {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.footer__logo span {
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 87.625em) {
  .footer__logo span {
    font-size: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.375rem , 0.9642161636rem  +  1.752677702vw , 2.5rem )) {
    .footer__logo span {
      font-size: clamp( 1.375rem , 0.9642161636rem  +  1.752677702vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.9642161636rem  +  1.752677702vw , 2.5rem )) {
    .footer__logo span {
      font-size: calc(1.375rem + 1.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__logo span {
    font-size: 1.375rem;
  }
}
.footer__description {
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}
@media (min-width: 87.625em) {
  .footer__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .footer__description {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .footer__description {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .footer__description:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .footer__description:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .footer__description:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__bottom {
  line-height: 1.8125;
  color: rgba(255, 255, 255, 0.56);
  opacity: 0.5;
  text-align: center;
}
@media (min-width: 87.625em) {
  .footer__bottom {
    font-size: 1rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.8293573515rem  +  0.1947419669vw , 1rem )) {
    .footer__bottom {
      font-size: clamp( 0.875rem , 0.8293573515rem  +  0.1947419669vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8293573515rem  +  0.1947419669vw , 1rem )) {
    .footer__bottom {
      font-size: calc(0.875rem + 0.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .footer__bottom {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__bottom {
    text-align: left;
  }
}

.contacts-footer__list {
  display: flex;
  column-gap: 1.25rem;
}
@media (max-width: 61.99875em) {
  .contacts-footer__list {
    justify-content: space-evenly;
  }
}
.contacts-footer__link svg {
  fill: #ffffff;
  fill-opacity: 0.4;
  transition: all 0.3s ease 0s;
}
@media (max-width: 47.99875em) {
  .contacts-footer__link svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (any-hover: hover) {
  .contacts-footer__link:hover svg {
    fill: #ffffff;
    fill-opacity: 1;
  }
}

.navigation-footer {
  display: flex;
  flex: 1 1 auto;
  column-gap: 1.875rem;
  justify-content: space-between;
  /*&__payments {
  	display: flex;
  	justify-content: flex-end;
  	margin-right: 120px;
    }*/
}
@media (max-width: 61.99875em) {
  .navigation-footer {
    display: none;
  }
}
.navigation-footer__title {
  position: relative;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.1818181818;
}
.navigation-footer__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.navigation-footer__title:after {
  content: "";
  position: absolute;
  height: 0.1875rem;
  background-color: #4452fe;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 0.625rem;
}
.navigation-footer__item {
  margin-right: 60px;
}
.navigation-footer__item:not(:last-child) {
  margin-bottom: 1rem;
}
.navigation-footer__link {
  line-height: 1.1666666667;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .navigation-footer__link:hover {
    color: #4452fe;
  }
}

/*.payment-icon {
	width: 60px;
	height: 60px;

	&__yandex {
		width: 100px;
    	height: 60px;
	}

	&__spb {
		width: 100px;
		height: 60px;
	}
}*/
.page-buy__main {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 61.99875em) {
  .page-buy__main {
    padding-bottom: 1.25rem;
  }
}
.page-buy__banner {
  position: relative;
  max-height: 15rem;
  display: inline-block;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.page-buy__banner:not(:last-child) {
  margin-bottom: 1.25rem;
}
.page-buy__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 47.99875em) {
  .page-buy__banner {
    max-height: 11.375rem;
  }
}
.page-buy__img-bg {
  display: block;
}
@media (max-width: 47.99875em) {
  .page-buy__img-bg {
    display: none;
  }
}
.page-buy__img-bg-mob {
  display: none;
}
@media (max-width: 47.99875em) {
  .page-buy__img-bg-mob {
    display: block;
  }
}
.page-buy__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 700;
  line-height: 1.1944444444;
  text-align: center;
  max-width: 25.625rem;
}
@media (min-width: 87.625em) {
  .page-buy__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.25rem , 0.8848588121rem  +  1.5579357352vw , 2.25rem )) {
    .page-buy__title {
      font-size: clamp( 1.25rem , 0.8848588121rem  +  1.5579357352vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 0.8848588121rem  +  1.5579357352vw , 2.25rem )) {
    .page-buy__title {
      font-size: calc(1.25rem + 1 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .page-buy__title {
    font-size: 1.25rem;
  }
}
.page-buy__catalog:not(:last-child) {
  margin-bottom: 2.5rem;
}
.page-buy__description p {
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 87.625em) {
  .page-buy__description p {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .page-buy__description p {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .page-buy__description p {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .page-buy__description p {
    font-size: 0.875rem;
  }
}
.page-buy__description p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.catalog-buy {
  position: relative;
  display: grid;
  grid-template-columns: 12.4375rem minmax(auto, 1fr);
  column-gap: 1.25rem;
  padding-top: 0.8125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
@media (max-width: 47.99875em) {
  .catalog-buy {
    grid-template-columns: 1fr;
  }
}
.catalog-buy__sidebar {
  padding-top: 0.875rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 47.99875em) {
  .catalog-buy__sidebar {
    display: none;
  }
}
.catalog-buy__product {
  margin-bottom: 1.25rem;
}

.filters {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filters__title {
  font-weight: 600;
  line-height: 1.1666666667;
  letter-spacing: 0.0111111111em;
  padding-bottom: 0.671875rem;
  border-bottom: 1px solid #181a20;
}
.filters__items {
  flex: 1 1 auto;
  padding: 0.640625rem 0;
}
@media (max-width: 47.99875em) {
  .filters__items {
    flex: 0 1 auto;
  }
  .filters__items:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.filters__actions {
  display: flex;
  column-gap: 0.625rem;
  justify-content: space-between;
}
.filters__button {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  border-radius: 0.5rem;
  min-height: 2.3125rem;
  padding: 0.3125rem;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.filters__button_transparent {
  border: 1px solid #4452fe;
  color: #4452fe;
}
@media (any-hover: hover) {
  .filters__button_transparent:hover {
    color: #3140e6;
    border: 1px solid #3140e6;
  }
}
.filters__button_blue {
  border: 1px solid #4452fe;
  background-color: #4452fe;
  color: #ffffff;
}
@media (any-hover: hover) {
  .filters__button_blue:hover {
    background: #3140e6;
    border: 1px solid #3140e6;
  }
}

.item-filters__title {
  font-size: 1rem;
  line-height: 1.1875;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0.625rem 0;
}
._init .item-filters__title {
  cursor: pointer;
}
._init .item-filters__title::before, ._init .item-filters__title::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease 0s;
}
._init .item-filters__title::after {
  transform: rotate(-90deg);
}
._init .item-filters__title._active::after {
  transform: rotate(0deg);
}
.item-filters__content {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #181a20;
  font-size: 1rem;
  line-height: 1.1875;
  color: rgba(255, 255, 255, 0.4);
}
.item-filters__price {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.item-filters__price span {
  color: #ffffff;
}
.item-filters__input-price {
  flex: 0 0 5.375rem;
  max-width: 5.375rem;
  height: 1.875rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.25rem;
  padding: 0 0.625rem;
  color: #ffffff;
}
.item-filters__input-price::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.item-filters__checkbox-speed {
  position: relative;
}
.item-filters__checkbox-speed:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-filters__checkbox-speed input[type=checkbox] {
  opacity: 0;
}
.item-filters__checkbox-speed input[type=checkbox] + label::after {
  content: none;
}
.item-filters__checkbox-speed input[type=checkbox]:checked + label {
  color: #ffffff;
}
.item-filters__checkbox-speed input[type=checkbox]:checked + label::after {
  content: "";
  background-color: #4452fe;
}
.item-filters__checkbox-speed input[type=checkbox]:checked + label::before {
  content: "";
  background-color: #4452fe;
  border: 1px solid #4452fe;
}
.item-filters__checkbox-speed label {
  padding-left: 0.625rem;
  cursor: pointer;
}
.item-filters__checkbox-speed label::before, .item-filters__checkbox-speed label::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.item-filters__checkbox-speed label::before {
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
}
.item-filters__checkbox-speed label::after {
  left: 0.3125rem;
  top: 0.375rem;
  width: 0.5625rem;
  height: 0.375rem;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: #ffffff;
}

.product-buy__head {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.product-buy__head:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 47.99875em) {
  .product-buy__head {
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
  }
  .product-buy__head:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.product-buy__search {
  position: relative;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.5rem 0.1875rem 0.1875rem 0.5rem;
}
@media (max-width: 47.99875em) {
  .product-buy__search {
    border-radius: 0.5rem;
  }
}
.product-buy__input-search {
  position: relative;
  height: 2.875rem;
  width: 100%;
  background: url("/img/icons/search.svg") 16px no-repeat, transparent;
  border-radius: 0.5rem 0.1875rem 0.1875rem 0.5rem;
  padding: 0 6.25rem 0 2.6875rem;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.0111111111em;
  color: #ffffff;
}
@media (min-width: 87.625em) {
  .product-buy__input-search {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .product-buy__input-search {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .product-buy__input-search {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product-buy__input-search {
    font-size: 0.875rem;
  }
}
.product-buy__input-search::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.product-buy__select {
  position: absolute;
  right: 1.375rem;
  top: 0;
}
.product-buy__cart {
  flex: 0 0 10.5625rem;
}
@media (max-width: 47.99875em) {
  .product-buy__cart {
    flex: 0 0 2.5625rem;
  }
}
.product-buy__filters {
  display: none;
}
@media (max-width: 47.99875em) {
  .product-buy__filters {
    display: block;
  }
}
.product-buy__body {
  /*padding-right: rem(2);*/
  /*height: rem(775);*/
  height: 27.0625rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}
.product-buy__items {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(auto-fit, minmax(8.4375rem, 1fr));
  grid-auto-rows: 1fr;
}
@media (max-width: 47.99875em) {
  .product-buy__items {
    gap: 0.625rem;
  }
}
.select-currency {
  display: flex;
  align-items: center;
  height: 100%;
  width: 4.4375rem;
  line-height: 1.1666666667;
  text-transform: uppercase;
}
@media (min-width: 87.625em) {
  .select-currency {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .select-currency {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .select-currency {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .select-currency {
    font-size: 0.875rem;
  }
}
.select-currency__header {
  cursor: pointer;
  width: 100%;
}
.select-currency__current {
  display: flex;
  column-gap: 0.625rem;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease 0s;
}
@media (max-width: 47.99875em) {
  .select-currency__current {
    column-gap: 0.25rem;
    justify-content: flex-end;
  }
}
.select-currency__current::after {
  content: "";
  background: url("/img/icons/arrow-down.svg") 0 0 no-repeat;
  width: 0.625rem;
  height: 0.375rem;
}
.active .select-currency__current::after {
  transform: rotate(180deg);
}
.select-currency__body {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  width: 100%;
  background: #181a20;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 0.625rem 0;
  z-index: 2;
}
.active .select-currency__body {
  display: block;
}
.select-currency__item {
  padding: 0.3125rem 0.625rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.select-currency__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (any-hover: hover) {
  .select-currency__item:hover {
    background-color: #4452fe;
  }
}

.cart-product {
  height: 100%;
  background: #4452fe;
  border-radius: 0.1875rem 0.5rem 0.5rem 0.1875rem;
  cursor: pointer;
  transition: background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .cart-product:hover {
    background: #3140e6;
  }
}
@media (max-width: 47.99875em) {
  .cart-product {
    border-radius: 0.5rem;
  }
}
.cart-product__info {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  padding: 0.6875rem;
}
@media (min-width: 87.625em) {
  .cart-product__info {
    font-size: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.908714703rem  +  0.3894839338vw , 1.25rem )) {
    .cart-product__info {
      font-size: clamp( 1rem , 0.908714703rem  +  0.3894839338vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.908714703rem  +  0.3894839338vw , 1.25rem )) {
    .cart-product__info {
      font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .cart-product__info {
    font-size: 1rem;
  }
}
.cart-product__icon {
  position: relative;
}
.cart-product__icon span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  top: -0.1875rem;
  right: -0.375rem;
  text-align: center;
  background-color: #4452fe;
  border-radius: 50%;
  font-size: 0.625rem;
  line-height: 1.2;
}
.cart-product__wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0 0 0 0;
  background: rgba(33, 33, 33, 0.4);
  backdrop-filter: blur(6px);
  display: none;
  transition: all 0.2s ease 0s;
  padding-top: 4.25rem;
  padding-right: 1.25rem;
}
.cart-product__wrapper.show {
  display: block;
}
@media (max-width: 47.99875em) {
  .cart-product__wrapper {
    padding-top: 8.4375rem;
    padding-right: 0;
  }
}
.cart-product__body {
  background: #181a20;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  width: 23.625rem;
  margin-left: auto;
}
@media (max-width: 47.99875em) {
  .cart-product__body {
    width: 100%;
  }
}
.cart-product__head {
  display: flex;
  justify-content: space-between;
}
.cart-product__head:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cart-product__title {
  font-weight: 600;
  line-height: 1.1666666667;
  letter-spacing: 0.0111111111em;
}
.cart-product__close {
  display: flex;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
}
.cart-product__catalog {
  height: 28.125rem;
  overflow-y: auto;
  padding-right: 0.3125rem;
}
.cart-product__catalog:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cart-product__items {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(auto-fit, minmax(7.6875rem, 1fr));
  grid-auto-rows: 1fr;
}
@media (max-width: 47.99875em) {
  .cart-product__items {
    gap: 0.625rem;
  }
}
.cart-product__account {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1666666667;
}
.cart-product__account:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cart-product__discount:not(:last-child) {
  margin-bottom: 0.625rem;
}
.cart-product__bonuses {
  display: flex;
  column-gap: 0.625rem;
  row-gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-product__bonuses:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 47.99875em) {
  .cart-product__bonuses {
    flex-direction: column;
  }
}
.cart-product__checkbox-bonuses {
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}
.cart-product__checkbox-bonuses input[type=checkbox] {
  opacity: 0;
}
.cart-product__checkbox-bonuses input[type=checkbox] + label::after {
  content: none;
}
.cart-product__checkbox-bonuses input[type=checkbox]:checked + label {
  color: #ffffff;
}
.cart-product__checkbox-bonuses input[type=checkbox]:checked + label::after {
  content: "";
  background-color: #4452fe;
}
.cart-product__checkbox-bonuses input[type=checkbox]:checked + label::before {
  content: "";
  background-color: #4452fe;
  border: 1px solid #4452fe;
}
.cart-product__checkbox-bonuses label {
  padding-left: 0.625rem;
  cursor: pointer;
}
.cart-product__checkbox-bonuses label::before, .cart-product__checkbox-bonuses label::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.cart-product__checkbox-bonuses label::before {
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
}
.cart-product__checkbox-bonuses label::after {
  left: 0.3125rem;
  top: 0.375rem;
  width: 0.5625rem;
  height: 0.375rem;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: #ffffff;
}
.cart-product__total {
  font-size: 1.375rem;
  line-height: 1.1818181818;
}
.cart-product__total span {
  color: #4452fe;
}
.cart-product__button {
  width: 100%;
}

.filters-buy__actions {
  display: flex;
  justify-content: space-between;
  column-gap: 1.25rem;
}
.filters-buy__open {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #4452fe;
  padding: 0.25rem 0;
}
.filters-buy__open svg {
  margin-right: 0.25rem;
}
.filters-buy__close {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: underline;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 0;
}
@media (max-width: 47.99875em) {
  .filters-buy__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #181a20;
    padding: 1.875rem 2.5rem;
    transition: right 0.3s ease 0s;
    overflow: auto;
    z-index: 10;
  }
  .filters-buy__body.filters-open {
    right: 0;
  }
}
.filters-buy__back:not(:last-child) {
  margin-bottom: 1.25rem;
}

.product-card {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #0d1340 0%, rgba(25, 32, 84, 0) 100%), linear-gradient(147.28deg, rgba(241, 154, 56, 0) 84.73%, #f19a38 90.52%, #edf138 97.01%), rgba(68, 82, 254, 0.6);
  border-radius: 1rem;
  transition: all 0.3s ease 0s;
}
.product-card:nth-child(odd) {
  background: radial-gradient(50% 50% at 50% 50%, #0d1340 0%, rgba(25, 32, 84, 0) 100%), linear-gradient(147.28deg, rgba(241, 154, 56, 0) 84.73%, #f19a38 90.52%, #edf138 97.01%), rgba(68, 82, 254, 0.6);
}
.product-card:nth-child(even) {
  background: radial-gradient(50% 50% at 50% 50%, #0d1340 0%, rgba(25, 32, 84, 0) 100%), linear-gradient(147.28deg, rgba(89, 46, 131, 0) 84.73%, #592e83 90.52%, #de4c8d 97.01%), rgba(68, 82, 254, 0.6);
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  width: 101%;
  height: 101%;
  backdrop-filter: blur(25px);
  border-radius: 1rem;
}
@media (any-hover: hover) {
  .product-card:hover .product-card__picture img {
    transform: scale(1.05);
  }
}
.product-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
}
.product-card__title {
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  text-align: center;
}
.product-card__picture {
  position: relative;
  align-self: center;
  width: 7.5rem;
  height: 7.5rem;
}
.product-card__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 0 0 0;
  object-fit: contain;
  transition: transform 0.3s ease 0s;
}
.product-card__bottom {
  display: flex;
  column-gap: 1.5625rem;
  justify-content: space-between;
}
.product-card__price {
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-card__price > span:last-of-type {
  color: #16a144;
}
@media (any-hover: hover) {
  .product-card__price:hover .product-card__pop-up {
    opacity: 1;
    visibility: visible;
  }
}
.product-card__pop-up {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 100%;
}
.product-card__cart {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: -1rem;
  margin-bottom: -0.6875rem;
  padding-right: 1rem;
  padding-bottom: 0.6875rem;
}
.product-card__cart img {
  width: 1.25rem;
  height: 1.25rem;
}
.add .product-card__add {
  display: none;
}
.product-card__delete {
  display: none;
}
.add .product-card__delete {
  display: block;
}

.pop-up-product-card {
  background: #181a20;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 0.625rem 0.59375rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.pop-up-product-card__sell {
  color: #f19a38;
}
.pop-up-product-card__rate {
  color: #4452fe;
}

.modal-steam {
  position: fixed;
  inherits: 0 0 0 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.4);
  backdrop-filter: blur(6px);
  padding: 0.9375rem;
}
.modal-steam.show {
  display: flex;
}
.modal-steam__body {
  flex: 0 1 29.3125rem;
  background: #181a20;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 1.875rem;
}
.modal-steam__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0.0111111111em;
  text-align: center;
}
.modal-steam__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.modal-steam__input {
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  width: 100%;
}
.modal-steam__input:not(:last-child) {
  margin-bottom: 1.25rem;
}
.modal-steam__input::placeholder {
  color: rgba(24, 26, 32, 0.35);
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.modal-steam__actions {
  display: flex;
  column-gap: 0.5625rem;
}
.modal-steam__button {
  flex: 1 1 50%;
  min-height: 2.625rem;
  font-weight: 600;
  line-height: 1.1666666667;
  border-radius: 0.625rem;
  padding: 0.5625rem;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.625em) {
  .modal-steam__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .modal-steam__button {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .modal-steam__button {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .modal-steam__button {
    font-size: 0.875rem;
  }
}
.modal-steam__button_cancel {
  border: 1px solid #4452fe;
  color: #4452fe;
}
@media (any-hover: hover) {
  .modal-steam__button_cancel:hover {
    border: 1px solid #3140e6;
    color: #3140e6;
  }
}
.modal-steam__button_continue {
  color: #ffffff;
  background-color: #4452fe;
}
@media (any-hover: hover) {
  .modal-steam__button_continue:hover {
    border: 1px solid #3140e6;
    background-color: #3140e6;
  }
}

.product__main {
  padding-bottom: 2.5rem;
}
@media (min-width: 87.625em) {
  .product__main {
    padding-top: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .product__main {
      padding-top: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .product__main {
      padding-top: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__main {
    padding-top: 0.625rem;
  }
}
.product__back:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product__body {
  display: flex;
}
@media (min-width: 87.625em) {
  .product__body {
    column-gap: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (column-gap: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem )) {
    .product__body {
      column-gap: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem );
    }
  }
  @supports not (column-gap: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem )) {
    .product__body {
      column-gap: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__body {
    column-gap: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .product__body {
    flex-direction: column;
    row-gap: 0.6875rem;
  }
}
.product__picture {
  position: relative;
  flex: 0 0 40.6%;
  background: #181a20;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  overflow: hidden;
  max-height: 32.25rem;
}
@media (max-width: 47.99875em) {
  .product__picture {
    width: 100%;
    flex: 0 1 21.0625rem;
  }
}
.product__picture img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__info {
  flex: 1 1 auto;
}
@media (min-width: 87.625em) {
  .product__head:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .product__head:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .product__head:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__head:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.product__label {
  line-height: 1.1666666667;
  color: #f19a38;
}
@media (min-width: 87.625em) {
  .product__label {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .product__label {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .product__label {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__label {
    font-size: 0.875rem;
  }
}
.product__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.product__title {
  font-weight: 600;
  line-height: 1.1904761905;
}
@media (min-width: 87.625em) {
  .product__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 2rem , 1.7717867575rem  +  0.9737098345vw , 2.625rem )) {
    .product__title {
      font-size: clamp( 2rem , 1.7717867575rem  +  0.9737098345vw , 2.625rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.7717867575rem  +  0.9737098345vw , 2.625rem )) {
    .product__title {
      font-size: calc(2rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__title {
    font-size: 2rem;
  }
}
@media (min-width: 87.625em) {
  .product__description:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .product__description:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .product__description:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.product__price {
  font-weight: 700;
  line-height: 1.1904761905;
}
@media (min-width: 87.625em) {
  .product__price {
    font-size: 2.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 2rem , 1.7717867575rem  +  0.9737098345vw , 2.625rem )) {
    .product__price {
      font-size: clamp( 2rem , 1.7717867575rem  +  0.9737098345vw , 2.625rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.7717867575rem  +  0.9737098345vw , 2.625rem )) {
    .product__price {
      font-size: calc(2rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__price {
    font-size: 2rem;
  }
}
@media (min-width: 87.625em) {
  .product__price:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .product__price:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .product__price:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product__price:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.product__price .TL_price {
  color: #f19a38;
}
.product__button_remove {
  background-color: #eb5757;
}
@media (any-hover: hover) {
  .product__button_remove:hover {
    background-color: #ea4747;
  }
}
.product__button[hidden] {
  display: none;
}

.product.last-in-row {
  margin-right: 20px; /* Замените 20px на желаемый размер отступа */
}

.description-product {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
}
@media (min-width: 87.625em) {
  .description-product {
    padding-top: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .description-product {
      padding-top: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .description-product {
      padding-top: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .description-product {
    padding-top: 1.25rem;
  }
}
@media (min-width: 87.625em) {
  .description-product {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .description-product {
      padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .description-product {
      padding-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .description-product {
    padding-bottom: 1.25rem;
  }
}
.description-product__main {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 87.625em) {
  .description-product__main {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .description-product__main {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .description-product__main {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .description-product__main {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .description-product__main:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem )) {
    .description-product__main:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem )) {
    .description-product__main:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .description-product__main:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.description-product__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
}
@media (min-width: 87.625em) {
  .description-product__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .description-product__item:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .description-product__item:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .description-product__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.description-product__item span {
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.0111111111em;
}
@media (min-width: 87.625em) {
  .description-product__item span {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .description-product__item span {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .description-product__item span {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .description-product__item span {
    font-size: 0.875rem;
  }
}
.description-product__item span:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
}
.description-product__item span:nth-child(2) {
  color: #4452fe;
}

.cabinet__main {
  padding-bottom: 2.5rem;
}
@media (min-width: 87.625em) {
  .cabinet__main {
    padding-top: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .cabinet__main {
      padding-top: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .cabinet__main {
      padding-top: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .cabinet__main {
    padding-top: 0.625rem;
  }
}
.cabinet__back:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cabinet__settings {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.5rem;
  padding: 1.25rem;
}
@media (min-width: 87.625em) {
  .cabinet__settings {
    padding-bottom: 4rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.2458617332rem  +  4.2843232717vw , 4rem )) {
    .cabinet__settings {
      padding-bottom: clamp( 1.25rem , 0.2458617332rem  +  4.2843232717vw , 4rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.2458617332rem  +  4.2843232717vw , 4rem )) {
    .cabinet__settings {
      padding-bottom: calc(1.25rem + 2.75 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .cabinet__settings {
    padding-bottom: 1.25rem;
  }
}
.cabinet__settings:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cabinet__title {
  font-weight: 600;
  line-height: 1.3333333333;
  text-align: center;
}
.cabinet__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cabinet__profile {
  display: flex;
  align-items: center;
}
@media (min-width: 87.625em) {
  .cabinet__profile {
    column-gap: 2.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (column-gap: clamp( 1.75rem , 1.3848588121rem  +  1.5579357352vw , 2.75rem )) {
    .cabinet__profile {
      column-gap: clamp( 1.75rem , 1.3848588121rem  +  1.5579357352vw , 2.75rem );
    }
  }
  @supports not (column-gap: clamp( 1.75rem , 1.3848588121rem  +  1.5579357352vw , 2.75rem )) {
    .cabinet__profile {
      column-gap: calc(1.75rem + 1 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .cabinet__profile {
    column-gap: 1.75rem;
  }
}
@media (max-width: 47.99875em) {
  .cabinet__profile {
    flex-direction: column;
    row-gap: 1.875rem;
    align-items: stretch;
  }
}
.cabinet__avatar {
  flex: 0 0 8.625rem;
  position: relative;
  width: 8.625rem;
  height: 8.625rem;
  margin: 0 auto;
}
.cabinet__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 6.1875rem;
  object-fit: cover;
}
.cabinet__avatar input {
  display: none;
}
.cabinet__avatar label {
  position: absolute;
  bottom: 0;
  right: 0.6875rem;
  width: 2rem;
  height: 2rem;
  border-radius: 1.875rem;
  background: url("/img/icons/edit-avatar.svg") center no-repeat, #4452fe;
  cursor: pointer;
}
.form-cabinet__column {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 1.75rem;
}
@media (max-width: 47.99875em) {
  .form-cabinet__column {
    flex-direction: column;
  }
}
.form-cabinet__input {
  flex: 1 1 calc(50% - 1.75rem);
}
@media (max-width: 47.99875em) {
  .form-cabinet__input {
    flex: 1 1 auto;
  }
}
.form-cabinet__input input {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  padding: 0 2.25rem;
  color: #181a20;
  font-size: 1rem;
  line-height: 1.5714285714;
  background: #ffffff;
}
.form-cabinet__input input::placeholder {
  font-size: 0.875rem;
  color: rgba(24, 26, 32, 0.35);
}
.form-cabinet__input:not(:last-child) {
  margin-bottom: 0.875rem;
}
.form-cabinet__input_nickname input {
  background: url("/img/icons/user.svg") top 50% left 12px no-repeat, url("/img/icons/edit-input.svg") top 50% right 12px no-repeat, #ffffff;
}
.form-cabinet__input_username input {
  background: url("/img/icons/name.svg") top 50% left 12px no-repeat, url("/img/icons/edit-input.svg") top 50% right 12px no-repeat, #ffffff;
}
.form-cabinet__input_email input {
  background: url("/img/icons/mail.svg") top 50% left 12px no-repeat, url("/img/icons/edit-input.svg") top 50% right 12px no-repeat, #ffffff;
}
.form-cabinet__input_url input {
  background: url("/img/icons/mail.svg") top 50% left 12px no-repeat, url("/img/icons/edit-input.svg") top 50% right 12px no-repeat, #ffffff;
}
.form-cabinet__button {
  flex: 0 1 calc(50% - 0.875rem);
  height: 3.125rem;
  line-height: 1.1666666667;
  margin-top: 0.375rem;
}
@media (min-width: 87.625em) {
  .form-cabinet__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .form-cabinet__button {
      font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .form-cabinet__button {
      font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .form-cabinet__button {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .form-cabinet__button {
    flex: 1 1 auto;
  }
}

.item-promo {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 1.25rem;
}
@media (min-width: 87.625em) {
  .item-promo {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .item-promo {
      padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .item-promo {
      padding-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-promo {
    padding-bottom: 1.25rem;
  }
}
.item-promo:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-promo__title {
  font-weight: 700;
  line-height: 1.1875;
}
@media (min-width: 87.625em) {
  .item-promo__title {
    font-size: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .item-promo__title {
      font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .item-promo__title {
      font-size: calc(1.75rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-promo__title {
    font-size: 1.75rem;
  }
}
.item-promo__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-promo__description {
  font-weight: 500;
  line-height: 0.9444444444;
}
@media (min-width: 87.625em) {
  .item-promo__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-promo__description {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-promo__description {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-promo__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .item-promo__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .item-promo__description:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .item-promo__description:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-promo__description:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.item-promo__form {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 47.99875em) {
  .item-promo__form {
    flex-direction: column;
    row-gap: 1.25rem;
    align-items: stretch;
  }
}
.item-promo__input {
  flex: 0 1 25.5625rem;
  height: 3.125rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5714285714;
}
.item-promo__input::placeholder {
  color: rgba(24, 26, 32, 0.35);
}
@media (max-width: 47.99875em) {
  .item-promo__input {
    flex: 1 1 auto;
    height: 2.5rem;
  }
}
.item-promo__button {
  flex: 0 0 14.375rem;
  height: 3.125rem;
}
@media (max-width: 47.99875em) {
  .item-promo__button {
    flex: 1 1 auto;
  }
}

.promo__items {
  display: flex;
  flex-wrap: wrap;
}

.promo {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 1.25rem;
}
@media (min-width: 87.625em) {
  .promo {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .promo {
      padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .promo {
      padding-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .promo {
    padding-bottom: 1.25rem;
  }
}
.promo:not(:last-child) {
  margin-bottom: 1.25rem;
}
.promo__title {
  font-weight: 700;
  line-height: 1.1875;
}
@media (min-width: 87.625em) {
  .promo__title {
    font-size: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .promo__title {
      font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .promo__title {
      font-size: calc(1.75rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .promo__title {
    font-size: 1.75rem;
  }
}
.promo__title__clear {
  font-weight: 700;
  line-height: 1.1875;
}
@media (min-width: 87.625em) {
  .promo__title__clear {
    font-size: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .promo__title__clear {
      font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .promo__title__clear {
      font-size: calc(1.75rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .promo__title__clear {
    font-size: 1.75rem;
  }
}
.promo__title__clear:not(:last-child) {
  margin-bottom: 4.6875rem;
}
.promo__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.promo__description {
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.9444444444;
}
@media (min-width: 87.625em) {
  .promo__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .promo__description {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .promo__description {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .promo__description {
    font-size: 0.875rem;
  }
}
.promo__description:last-child {
  margin-bottom: 8.3125rem;
}
.promo__item {
  width: 379px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  display: inline-block;
  margin-right: 1.25rem;
}
@media (max-width: 47.99875em) {
  .promo__item {
    flex-direction: column;
    row-gap: 1.25rem;
    align-items: stretch;
  }
}
.promo__item__number {
  color: var(--1, #4452FE);
  font-family: SF UI Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  margin-right: 1.25rem;
  background: url("/img/icons/promo-ico.svg") no-repeat center left 122px;
}
.promo__item__number:hover, .promo__item__number:focus, .promo__item__number:active {
  color: var(--1, #0010c5);
}
.promo__item__text {
  color: var(--unnamed, #181A20);
  font-feature-settings: "clig" off, "liga" off;
  font-family: SF UI Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 1.25rem;
}
.promo__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.promo__input {
  flex: 0 1 25.5625rem;
  height: 3.125rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5714285714;
}
.promo__input::placeholder {
  color: rgba(24, 26, 32, 0.35);
}
@media (max-width: 47.99875em) {
  .promo__input {
    flex: 1 1 auto;
    height: 2.5rem;
  }
}
.promo__button {
  flex: 0 0 14.375rem;
  height: 3.125rem;
}
@media (max-width: 47.99875em) {
  .promo__button {
    flex: 1 1 auto;
  }
}

@media (min-width: 87.625em) {
  .sale__tradeUrl {
    padding-top: 5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 3.75rem , 3.2935735151rem  +  1.9474196689vw , 5rem )) {
    .sale__tradeUrl {
      padding-top: clamp( 3.75rem , 3.2935735151rem  +  1.9474196689vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 3.2935735151rem  +  1.9474196689vw , 5rem )) {
    .sale__tradeUrl {
      padding-top: calc(3.75rem + 1.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__tradeUrl {
    padding-top: 3.75rem;
  }
}
@media (min-width: 87.625em) {
  .sale__tradeUrl {
    padding-bottom: 8.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem )) {
    .sale__tradeUrl {
      padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem )) {
    .sale__tradeUrl {
      padding-bottom: calc(5.25rem + 3.375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__tradeUrl {
    padding-bottom: 5.25rem;
  }
}
.sale__full-container {
  display: flex;
}
@media (min-width: 87.625em) {
  .sale__full-container {
    column-gap: 5.4375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (column-gap: clamp( 2.5rem , 1.4273977605rem  +  4.576436222vw , 5.4375rem )) {
    .sale__full-container {
      column-gap: clamp( 2.5rem , 1.4273977605rem  +  4.576436222vw , 5.4375rem );
    }
  }
  @supports not (column-gap: clamp( 2.5rem , 1.4273977605rem  +  4.576436222vw , 5.4375rem )) {
    .sale__full-container {
      column-gap: calc(2.5rem + 2.9375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__full-container {
    column-gap: 2.5rem;
  }
}
@media (min-width: 87.625em) {
  .sale__full-container:not(:last-child) {
    margin-bottom: 0.0000000625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.0000000625rem , 1.7064264621rem  +  -1.9474195716vw , 1.25rem )) {
    .sale__full-container:not(:last-child) {
      margin-bottom: clamp( 0.0000000625rem , 1.7064264621rem  +  -1.9474195716vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.0000000625rem , 1.7064264621rem  +  -1.9474195716vw , 1.25rem )) {
    .sale__full-container:not(:last-child) {
      margin-bottom: calc(1.25rem + -1.2499999375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__full-container:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.dev-sale {
  text-align: center;
}
@media (min-width: 87.625em) {
  .dev-sale {
    padding-top: 8.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 3.75rem , 1.9699367089rem  +  7.5949367089vw , 8.625rem )) {
    .dev-sale {
      padding-top: clamp( 3.75rem , 1.9699367089rem  +  7.5949367089vw , 8.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 1.9699367089rem  +  7.5949367089vw , 8.625rem )) {
    .dev-sale {
      padding-top: calc(3.75rem + 4.875 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-sale {
    padding-top: 3.75rem;
  }
}
@media (min-width: 87.625em) {
  .dev-sale {
    padding-bottom: 8.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem )) {
    .dev-sale {
      padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem )) {
    .dev-sale {
      padding-bottom: calc(5.25rem + 3.375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-sale {
    padding-bottom: 5.25rem;
  }
}
.dev-sale__icon {
  max-width: 100%;
  max-height: 100%;
}
.dev-sale__icon:not(:last-child) {
  margin-bottom: 0.625rem;
}
.dev-sale__title {
  font-weight: 700;
  line-height: 1.1944444444;
}
@media (min-width: 87.625em) {
  .dev-sale__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .dev-sale__title {
      font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .dev-sale__title {
      font-size: calc(1.75rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-sale__title {
    font-size: 1.75rem;
  }
}
.dev-sale__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.dev-sale__description {
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 87.625em) {
  .dev-sale__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .dev-sale__description {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .dev-sale__description {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-sale__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .dev-sale__description:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .dev-sale__description:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .dev-sale__description:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-sale__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.dev-sale__button {
  display: inline-flex;
}
@media (max-width: 47.99875em) {
  .dev-sale__button {
    width: 100%;
  }
}

.sale {
  text-align: center;
}
@media (min-width: 87.625em) {
  .sale {
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 1.125rem , 6.7562074002rem  +  -6.4264849075vw , 5.25rem )) {
    .sale {
      padding-bottom: clamp( 1.125rem , 6.7562074002rem  +  -6.4264849075vw , 5.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.125rem , 6.7562074002rem  +  -6.4264849075vw , 5.25rem )) {
    .sale {
      padding-bottom: calc(5.25rem + -4.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale {
    padding-bottom: 5.25rem;
  }
}
.sale__logo {
  height: auto;
  margin-right: 10px;
  width: 140px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sale__logo.active {
  border: 5px solid blue;
  border-radius: 10%;
}
.sale__logo-container {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px; /* Измените значение на нужный вам размер */
  height: 150px; /* Измените значение на нужный вам размер */
}
.sale__logo-container.active {
  border: 5px solid blue;
  border-radius: 50%;
}
.sale__icon {
  width: 200px; /* Измените значение на нужный вам размер */
  height: 200px; /* Измените значение на нужный вам размер */
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 87.625em) {
  .sale__icon {
    padding-top: 4.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 3.75rem , 3.567429406rem  +  0.7789678676vw , 4.25rem )) {
    .sale__icon {
      padding-top: clamp( 3.75rem , 3.567429406rem  +  0.7789678676vw , 4.25rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 3.567429406rem  +  0.7789678676vw , 4.25rem )) {
    .sale__icon {
      padding-top: calc(3.75rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__icon {
    padding-top: 3.75rem;
  }
}
.sale__icon:not(:last-child) {
  margin-bottom: 0.625rem;
}
.sale__title {
  font-weight: 700;
  padding-bottom: 0.8125rem;
  line-height: 1.1944444444;
}
@media (min-width: 87.625em) {
  .sale__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .sale__title {
      font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .sale__title {
      font-size: calc(1.75rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__title {
    font-size: 1.75rem;
  }
}
.sale__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.sale__description {
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 87.625em) {
  .sale__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .sale__description {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .sale__description {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .sale__description:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .sale__description:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .sale__description:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.sale__button {
  flex: 1 1 50%;
  min-height: 4rem;
  min-width: 12.75rem;
  font-weight: 600;
  line-height: 1.1666666667;
  border-radius: 0.625rem;
  padding: 0.5625rem;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.625em) {
  .sale__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .sale__button {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .sale__button {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__button {
    font-size: 0.875rem;
  }
}
.sale__button_cancel {
  border: 1px solid #4452fe;
  color: #4452fe;
}
@media (any-hover: hover) {
  .sale__button_cancel:hover {
    border: 1px solid #3140e6;
    color: #3140e6;
  }
}
.sale__button_continue {
  color: #ffffff;
  background-color: #4452fe;
}
@media (any-hover: hover) {
  .sale__button_continue:hover {
    border: 1px solid #3140e6;
    background-color: #3140e6;
  }
}
.sale__input {
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  width: 60%;
}
.sale__input:not(:last-child) {
  margin-bottom: 1.25rem;
}
.sale__input__FIO {
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.sale__input::placeholder {
  color: rgba(24, 26, 32, 0.35);
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.sale__select {
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  margin-right: 45px;
  width: 15%;
}
.sale__select:not(:last-child) {
  margin-bottom: 1.25rem;
}
.sale__select::placeholder {
  color: rgba(24, 26, 32, 0.35);
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.sale__form {
  margin-top: 50px; /* Расстояние до текста */
}
.sale__form .sale__form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.sale__form .sale__form-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.sale__form .sale__form-input-group {
  margin-bottom: 10px;
}
.sale__form .sale__form-input-group .sale__form-label {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.sale__payment-logo {
  flex: 0 1 37.0625rem;
  column-gap: 1.875rem;
  position: relative;
  display: grid;
  column-gap: 1.25rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
@media (max-width: 61.99875em) {
  .sale__payment-logo {
    display: none;
  }
}
.sale__payment {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  column-gap: 1.875rem;
  position: relative;
  display: grid;
  column-gap: 1.25rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
@media (min-width: 87.625em) {
  .sale__payment {
    padding-top: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 3.125rem , 3.9782132425rem  +  -0.9737098345vw , 3.75rem )) {
    .sale__payment {
      padding-top: clamp( 3.125rem , 3.9782132425rem  +  -0.9737098345vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 3.9782132425rem  +  -0.9737098345vw , 3.75rem )) {
    .sale__payment {
      padding-top: calc(3.75rem + -0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__payment {
    padding-top: 3.75rem;
  }
}
@media (max-width: 61.99875em) {
  .sale__payment {
    display: none;
  }
}
.sale__payment-title {
  font-weight: 700;
  line-height: 1.1944444444;
}
@media (min-width: 87.625em) {
  .sale__payment-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.375rem , 1.8869279455rem  +  -0.5842259007vw , 1.75rem )) {
    .sale__payment-title {
      font-size: clamp( 1.375rem , 1.8869279455rem  +  -0.5842259007vw , 1.75rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 1.8869279455rem  +  -0.5842259007vw , 1.75rem )) {
    .sale__payment-title {
      font-size: calc(1.75rem + -0.375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .sale__payment-title {
    font-size: 1.75rem;
  }
}
.sale__payment-title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.sale__input-with-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.history__main {
  min-height: 31.25rem;
}
.history__items {
  max-height: 49.0625rem;
  overflow-y: auto;
  padding-bottom: 1.25rem;
  padding-right: 0.3125rem;
}
.empty-history {
  text-align: center;
}
@media (min-width: 87.625em) {
  .empty-history {
    padding-top: 9.5625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 3.75rem , 1.6276168452rem  +  9.0555014606vw , 9.5625rem )) {
    .empty-history {
      padding-top: clamp( 3.75rem , 1.6276168452rem  +  9.0555014606vw , 9.5625rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 1.6276168452rem  +  9.0555014606vw , 9.5625rem )) {
    .empty-history {
      padding-top: calc(3.75rem + 5.8125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .empty-history {
    padding-top: 3.75rem;
  }
}
@media (min-width: 87.625em) {
  .empty-history {
    padding-bottom: 9.5625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 7.5625rem , 6.8322176241rem  +  3.1158714703vw , 9.5625rem )) {
    .empty-history {
      padding-bottom: clamp( 7.5625rem , 6.8322176241rem  +  3.1158714703vw , 9.5625rem );
    }
  }
  @supports not (padding-bottom: clamp( 7.5625rem , 6.8322176241rem  +  3.1158714703vw , 9.5625rem )) {
    .empty-history {
      padding-bottom: calc(7.5625rem + 2 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .empty-history {
    padding-bottom: 7.5625rem;
  }
}
.empty-history__title {
  font-weight: 700;
  line-height: 1.5357142857;
}
@media (min-width: 87.625em) {
  .empty-history__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .empty-history__title {
      font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .empty-history__title {
      font-size: calc(1.75rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .empty-history__title {
    font-size: 1.75rem;
  }
}
.empty-history__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.empty-history__description {
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 87.625em) {
  .empty-history__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.125rem , 1.125rem  +  0vw , 1.125rem )) {
    .empty-history__description {
      font-size: clamp( 1.125rem , 1.125rem  +  0vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.125rem  +  0vw , 1.125rem )) {
    .empty-history__description {
      font-size: calc(1.125rem + 0 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .empty-history__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 87.625em) {
  .empty-history__description:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .empty-history__description:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .empty-history__description:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .empty-history__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.empty-history__button {
  display: inline-flex;
}
@media (max-width: 47.99875em) {
  .empty-history__button {
    width: 100%;
  }
}

.item-history {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 1.25rem;
}
.item-history:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-history__title {
  font-weight: 700;
  line-height: 1.1666666667;
}
@media (min-width: 87.625em) {
  .item-history__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .item-history__title {
      font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .item-history__title {
      font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__title {
    font-size: 1rem;
  }
}
.item-history__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-history__status {
  line-height: 1.1666666667;
}
@media (min-width: 87.625em) {
  .item-history__status {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__status {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__status {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__status {
    font-size: 0.875rem;
  }
}
.item-history__status:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-history__status_wait span {
  color: #f19a38;
}
.item-history__status_done span {
  color: #28c76f;
}
.item-history__status_сancel span {
  color: #ff0000;
}
.item-history__body {
  font-weight: 600;
}
.item-history__products-list {
  display: flex;
  column-gap: 1.25rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.item-history__products-list:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-history__discount {
  line-height: 1.1666666667;
}
@media (min-width: 87.625em) {
  .item-history__discount {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__discount {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__discount {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__discount {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .item-history__discount:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .item-history__discount:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .item-history__discount:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__discount:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.item-history__bonuses {
  line-height: 1.1666666667;
}
@media (min-width: 87.625em) {
  .item-history__bonuses {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__bonuses {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__bonuses {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__bonuses {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .item-history__bonuses:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .item-history__bonuses:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.3967867575rem  +  0.9737098345vw , 1.25rem )) {
    .item-history__bonuses:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__bonuses:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.item-history__bottom {
  display: flex;
  column-gap: 1.25rem;
  justify-content: space-between;
  line-height: 1.1666666667;
}
@media (min-width: 87.625em) {
  .item-history__bottom {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__bottom {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .item-history__bottom {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__bottom {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.99875em) {
  .item-history__bottom {
    flex-direction: column;
    row-gap: 0.625rem;
  }
}
.item-history__text {
  font-weight: 400;
}
@media (max-width: 47.99875em) {
  .item-history__text {
    align-self: flex-start;
  }
}
.item-history__sum {
  line-height: 1.1818181818;
}
@media (min-width: 87.625em) {
  .item-history__sum {
    font-size: 1.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.692429406rem  +  0.7789678676vw , 1.375rem )) {
    .item-history__sum {
      font-size: clamp( 0.875rem , 0.692429406rem  +  0.7789678676vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.692429406rem  +  0.7789678676vw , 1.375rem )) {
    .item-history__sum {
      font-size: calc(0.875rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-history__sum {
    font-size: 0.875rem;
  }
}
.item-history__sum span {
  color: #4452fe;
  white-space: nowrap;
}
.item-history__date {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.4);
}

.product-history {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.product-history__image {
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 47.99875em) {
  .product-history__image {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.product-history__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-history__title {
  font-weight: 600;
  line-height: 1.1875;
}
@media (min-width: 87.625em) {
  .product-history__title {
    font-size: 1rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.8293573515rem  +  0.1947419669vw , 1rem )) {
    .product-history__title {
      font-size: clamp( 0.875rem , 0.8293573515rem  +  0.1947419669vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8293573515rem  +  0.1947419669vw , 1rem )) {
    .product-history__title {
      font-size: calc(0.875rem + 0.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .product-history__title {
    font-size: 0.875rem;
  }
}

.help__main {
  padding-bottom: 2.5rem;
}
.help__head {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background: linear-gradient(92.35deg, rgba(68, 82, 254, 0.3) 0.89%, rgba(68, 82, 254, 0) 97.92%);
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.25));
}
@media (min-width: 87.625em) {
  .help__head {
    padding-top: 5.3125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 1.25rem , -0.2333860759rem  +  6.3291139241vw , 5.3125rem )) {
    .help__head {
      padding-top: clamp( 1.25rem , -0.2333860759rem  +  6.3291139241vw , 5.3125rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.2333860759rem  +  6.3291139241vw , 5.3125rem )) {
    .help__head {
      padding-top: calc(1.25rem + 4.0625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .help__head {
    padding-top: 1.25rem;
  }
}
@media (min-width: 87.625em) {
  .help__head {
    padding-bottom: 3.6875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.3599683544rem  +  3.7974683544vw , 3.6875rem )) {
    .help__head {
      padding-bottom: clamp( 1.25rem , 0.3599683544rem  +  3.7974683544vw , 3.6875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.3599683544rem  +  3.7974683544vw , 3.6875rem )) {
    .help__head {
      padding-bottom: calc(1.25rem + 2.4375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .help__head {
    padding-bottom: 1.25rem;
  }
}
.help__title {
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.003125em;
}
@media (min-width: 87.625em) {
  .help__title {
    font-size: 4rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 2rem , 1.2697176241rem  +  3.1158714703vw , 4rem )) {
    .help__title {
      font-size: clamp( 2rem , 1.2697176241rem  +  3.1158714703vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.2697176241rem  +  3.1158714703vw , 4rem )) {
    .help__title {
      font-size: calc(2rem + 2 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .help__title {
    font-size: 2rem;
  }
}
.help__title:not(:last-child) {
  margin-bottom: 1rem;
}
.help__subtitle {
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (min-width: 87.625em) {
  .help__subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.908714703rem  +  0.3894839338vw , 1.25rem )) {
    .help__subtitle {
      font-size: clamp( 1rem , 0.908714703rem  +  0.3894839338vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.908714703rem  +  0.3894839338vw , 1.25rem )) {
    .help__subtitle {
      font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .help__subtitle {
    font-size: 1rem;
  }
}
.help__body {
  min-height: 23.8125rem;
}
@media (min-width: 87.625em) {
  .questions {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 1.25rem , 1.1358933788rem  +  0.4868549172vw , 1.5625rem )) {
    .questions {
      padding-top: clamp( 1.25rem , 1.1358933788rem  +  0.4868549172vw , 1.5625rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 1.1358933788rem  +  0.4868549172vw , 1.5625rem )) {
    .questions {
      padding-top: calc(1.25rem + 0.3125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .questions {
    padding-top: 1.25rem;
  }
}
.questions__item {
  font-weight: 500;
}
.questions__title {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  width: 100%;
  text-align: left;
  line-height: 0.9090909091;
  letter-spacing: 0.0090909091em;
  color: #4452fe;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 1.25rem;
}
@media (min-width: 87.625em) {
  .questions__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.8630720545rem  +  0.5842259007vw , 1.375rem )) {
    .questions__title {
      font-size: clamp( 1rem , 0.8630720545rem  +  0.5842259007vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8630720545rem  +  0.5842259007vw , 1.375rem )) {
    .questions__title {
      font-size: calc(1rem + 0.375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .questions__title {
    font-size: 1rem;
  }
}
.questions__title::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url("/img/icons/arrow-down-blue.svg") 100% no-repeat;
  transition: transform 0.3s ease 0s;
}
.questions__title._active::before {
  transform: scale(-1, -1);
}
.questions__text {
  line-height: 2;
  padding: 1.25rem 1.5625rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 87.625em) {
  .questions__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .questions__text {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .questions__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .questions__text {
    font-size: 0.875rem;
  }
}

.documents__main {
  padding-top: 1.25rem;
}
@media (min-width: 87.625em) {
  .documents__main {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 2.5rem , 1.8153602726rem  +  2.9211295034vw , 4.375rem )) {
    .documents__main {
      padding-bottom: clamp( 2.5rem , 1.8153602726rem  +  2.9211295034vw , 4.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 1.8153602726rem  +  2.9211295034vw , 4.375rem )) {
    .documents__main {
      padding-bottom: calc(2.5rem + 1.875 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .documents__main {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 87.625em) {
  .documents__back:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.6467867575rem  +  0.9737098345vw , 2.5rem )) {
    .documents__back:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.6467867575rem  +  0.9737098345vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.6467867575rem  +  0.9737098345vw , 2.5rem )) {
    .documents__back:not(:last-child) {
      margin-bottom: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .documents__back:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.documents__body p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 87.625em) {
  .documents__body p:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .documents__body p:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .documents__body p:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .documents__body p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.documents__body ul {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.documents__body ul ul {
  margin-left: 10px;
}
.documents__body a {
  color: #599fea;
}
.documents__body a:hover {
  text-decoration: underline;
}
.documents__title {
  font-weight: 700;
  line-height: 1.1875;
  color: #4452fe;
}
@media (min-width: 87.625em) {
  .documents__title {
    font-size: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .documents__title {
      font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.658714703rem  +  0.3894839338vw , 2rem )) {
    .documents__title {
      font-size: calc(1.75rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .documents__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 87.625em) {
  .documents__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem )) {
    .documents__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.7935735151rem  +  1.9474196689vw , 2.5rem )) {
    .documents__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .documents__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.loader {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader.center {
  margin: 0 auto;
  display: block;
}
.loader.history {
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  margin: 120px auto;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preventative-work {
  display: block;
}
.dev-preventative-work {
  text-align: center;
}
@media (min-width: 87.625em) {
  .dev-preventative-work {
    padding-top: 8.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-top: clamp( 3.75rem , 1.9699367089rem  +  7.5949367089vw , 8.625rem )) {
    .dev-preventative-work {
      padding-top: clamp( 3.75rem , 1.9699367089rem  +  7.5949367089vw , 8.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 1.9699367089rem  +  7.5949367089vw , 8.625rem )) {
    .dev-preventative-work {
      padding-top: calc(3.75rem + 4.875 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-preventative-work {
    padding-top: 3.75rem;
  }
}
@media (min-width: 87.625em) {
  .dev-preventative-work {
    padding-bottom: 8.625rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem )) {
    .dev-preventative-work {
      padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 5.25rem , 4.0176484907rem  +  5.2580331061vw , 8.625rem )) {
    .dev-preventative-work {
      padding-bottom: calc(5.25rem + 3.375 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-preventative-work {
    padding-bottom: 5.25rem;
  }
}
.dev-preventative-work__icon {
  max-width: 100%;
  max-height: 100%;
}
.dev-preventative-work__icon:not(:last-child) {
  margin-bottom: 0.625rem;
}
.dev-preventative-work__title {
  font-weight: 700;
  line-height: 1.1944444444;
}
@media (min-width: 87.625em) {
  .dev-preventative-work__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .dev-preventative-work__title {
      font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.567429406rem  +  0.7789678676vw , 2.25rem )) {
    .dev-preventative-work__title {
      font-size: calc(1.75rem + 0.5 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-preventative-work__title {
    font-size: 1.75rem;
  }
}
.dev-preventative-work__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.dev-preventative-work__description {
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 87.625em) {
  .dev-preventative-work__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .dev-preventative-work__description {
      font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.783714703rem  +  0.3894839338vw , 1.125rem )) {
    .dev-preventative-work__description {
      font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-preventative-work__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.625em) {
  .dev-preventative-work__description:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .dev-preventative-work__description:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0217867575rem  +  0.9737098345vw , 1.875rem )) {
    .dev-preventative-work__description:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .dev-preventative-work__description:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.dev-preventative-work__button {
  display: inline-flex;
}
@media (max-width: 47.99875em) {
  .dev-preventative-work__button {
    width: 100%;
  }
}

.payment-successful__main {
  padding-bottom: 2.5rem;
}
.payment-successful__body {
  min-height: 23.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.payment-successful__image {
  margin-bottom: 10px;
}
.payment-successful__text {
  line-height: 1.2;
}
.payment-successful__button {
  flex: 0 1 calc(50% - 0.875rem);
  height: 3.125rem;
  line-height: 1.1666666667;
  margin-top: 2.875rem;
}
@media (min-width: 87.625em) {
  .payment-successful__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .payment-successful__button {
      font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .payment-successful__button {
      font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .payment-successful__button {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .payment-successful__button {
    flex: 1 1 auto;
  }
}

.payment-successful-img {
  width: 160px; /* ширина */
  height: 160px; /* высота */
}

.payment-failed__main {
  padding-bottom: 2.5rem;
}
.payment-failed__body {
  min-height: 23.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.payment-failed__image {
  margin-bottom: 10px;
}
.payment-failed__text {
  line-height: 1.2;
}
.payment-failed__button {
  flex: 0 1 calc(50% - 0.875rem);
  height: 3.125rem;
  line-height: 1.1666666667;
  margin-top: 2.875rem;
}
@media (min-width: 87.625em) {
  .payment-failed__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 87.625em) {
  @supports (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .payment-failed__button {
      font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9543573515rem  +  0.1947419669vw , 1.125rem )) {
    .payment-failed__button {
      font-size: calc(1rem + 0.125 * (100vw - 23.4375rem) / 64.1875);
    }
  }
}
@media (max-width: 23.4375em) {
  .payment-failed__button {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .payment-failed__button {
    flex: 1 1 auto;
  }
}

.payment-failed-img {
  width: 160px; /* ширина */
  height: 160px; /* высота */
}

.payments-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.payments-icons li img {
  max-height: 50px;
  margin: 5px 15px;
  max-width: 100px;
}

@media (max-width: 61.99875em) {
  .payments-icons {
    justify-content: space-evenly;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
