@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot") format("eot"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("ttf"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot") format("eot"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("ttf"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot") format("eot"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("ttf"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.h2, .h3, .h4, .h5 {
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}
* {
  box-sizing: border-box;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  margin: 0;
  scroll-behavior: smooth;
  color: #1d233b;
}
html {
  background: #fffeff;
  overflow-y: scroll;
}
html.dark,
html.dark body {
  background-color: #1d233b;
  color: #fffeff;
}
body {
  z-index: 1;
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  background: #fffeff;
}
body.no-scroll {
  position: fixed;
  width: 100%;
}
main {
  overflow: hidden;
}
button {
  font-family: "Proxima Nova", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-top: 0;
  margin-bottom: 0;
}
.h2, .h3, .h4, .h5 {
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hero-section {
  padding-top: 100px;
}
.section {
  margin-bottom: 104px;
}
@media only screen and (min-width: 1440px) {
  .section {
    margin-bottom: 120px;
  }
  .vps-usa__hero + .features {
    margin-bottom: 192px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  min-width: 360px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1920px;
    padding-right: 164px;
    padding-left: 164px;
  }
}
.scroll-container {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-container::-webkit-scrollbar {
  width: 0;
  height: 0;
  opacity: 1;
}
.scroll-container:hover {
  scrollbar-width: thin;
  opacity: 0.999;
}
.scroll-container:hover::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  opacity: 0.999;
}
.scroll-container-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-container-hidden::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.w-100 {
  width: 100%;
}
.h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .h2 {
    font-size: 36px;
  }
}
.h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 30px;
  }
}
.h4 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .h4 {
    font-size: 20px;
  }
}
.h5 {
  font-size: 20px;
}
.txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.accent-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.second-color {
  color: #7a7d8d;
}
.third-color {
  color: rgb(74, 79, 98);
}
html.dark .second-color {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .third-color {
  color: rgba(255, 254, 255, 0.8);
}
.icon-stroke {
  stroke: #1d233b;
  transition: stroke 0.3s ease;
}
.icon-xxs {
  width: 20px;
  height: 20px;
}
.icon-xxs--dark {
  display: none;
}
html.dark .icon-xxs {
  display: none;
}
html.dark .icon-xxs--dark {
  display: block;
}
.icon-xs {
  width: 24px;
  height: 24px;
}
.icon-xs--dark {
  display: none;
}
html.dark .icon-xs {
  display: none;
}
html.dark .icon-xs--dark {
  display: block;
}
.icon-s {
  width: 32px;
  height: 32px;
}
.icon-s--dark {
  display: none;
}
html.dark .icon-s {
  display: none;
}
html.dark .icon-s--dark {
  display: block;
}
.icon-l {
  width: 56px;
  height: 56px;
}
.icon-l--dark {
  display: none;
}
html.dark .icon-l {
  display: none;
}
html.dark .icon-l--dark {
  display: block;
}
.icon-xs-xl {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .icon-xs-xl {
    width: 56px;
    height: 56px;
  }
}
.icon-xs-xl--dark {
  display: none;
}
html.dark .icon-xs-xl {
  display: none;
}
html.dark .icon-xs-xl--dark {
  display: block;
}
.icon-xs-l {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .icon-xs-l {
    width: 80px;
    height: 80px;
  }
}
.icon-xs-l--dark {
  display: none;
}
html.dark .icon-xs-l {
  display: none;
}
html.dark .icon-xs-l--dark {
  display: block;
}
.btn-text, .btn-trans, .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  font-family: "Proxima Nova", sans-serif;
}
.p-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: left;
}
.link-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #7a7d8d;
  transition: all 0.3s ease;
  text-decoration: none;
}
.link-text:hover {
  color: #d3319a;
}
.link-text:disabled {
  color: #d2d3d8;
}
html.dark .link-text {
  color: rgba(255, 254, 255, 0.7);
}
.underline {
  text-decoration: underline;
}
.fw-600 {
  font-weight: 600;
}
.icon--fill {
  fill: #1d233b;
  transition: fill 0.3s ease;
}
.icon--rotate {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.list {
  padding-left: 0;
  list-style-type: none;
}
.img {
  display: block;
  width: 100%;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: none;
  box-shadow: none;
  padding: 12px 14px;
  line-height: 1;
  border: 1px solid #9000ed;
  text-decoration: none;
  color: currentColor;
  border-radius: 60px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 0;
}
.btn::before {
  content: "";
  display: block;
  opacity: 0;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(115, 24, 242, 0.1215686275);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.btn:disabled {
  pointer-events: none;
  border-color: #d2d3d8;
  color: #d2d3d8;
}
.btn:disabled::before {
  opacity: 0;
}
.btn_filled {
  color: #ffffff;
}
.btn_filled::before {
  opacity: 1;
  background-color: #9000ed;
}
.btn_filled:disabled {
  pointer-events: none;
  background-color: #e8e9eb;
  border-color: #e8e9eb;
  color: #a5a7b1;
}
.btn_filled:disabled::before {
  opacity: 0;
}
.btn:hover::before {
  opacity: 1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.btn-trans {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
  color: currentColor;
}
.btn-trans svg {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-trans:hover {
  color: #9000ed;
}
.btn-trans:hover svg {
  stroke: #9000ed;
}
html.dark .btn {
  color: #ffffff;
}
html.dark .btn:disabled {
  border-color: rgba(255, 254, 255, 0.2);
  color: rgba(255, 254, 255, 0.2);
}
html.dark .btn_filled:disabled {
  background-color: rgba(255, 254, 255, 0.2);
  border-color: transparent;
  color: rgba(255, 254, 255, 0.4);
}
html.dark .btn-trans:hover {
  color: #a85bf6;
}
html.dark .btn-trans:hover svg {
  stroke: #a85bf6;
}
.arrow-next-icon {
  width: 20px;
  height: 20px;
  background-image: url("../assets/arrow-next.svg");
}
.mark {
  color: #9000ed;
}
.link {
  display: inline-flex;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  gap: 8px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  color: #9000ed;
}
.icn {
  stroke: currentColor;
}
.icn-purple {
  fill: #9000ed;
}
html.dark .icn-purple {
  fill: #a85bf6;
}
.moreLink {
  display: none;
}
.moreLink.isVisible {
  display: inline-block;
}
.moreLink__less {
  display: none;
}
.moreLink.isActive .moreLink__more {
  display: none;
}
.moreLink.isActive .moreLink__less {
  display: inline-block;
}
.separator {
  width: 100%;
  height: 1px;
  background-color: #e8e9eb;
}
html.dark .separator {
  background-color: rgba(255, 254, 255, 0.1);
}
.custom-checkbox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #1d233b;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.custom-checkbox .custom-checkbox__icon {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-checkbox:hover {
  background-color: #e8e9eb;
}
.custom-checkbox:hover .custom-checkbox__icon {
  fill: #a85bf6;
}
.custom-checkbox[data-disabled=true] {
  opacity: 0.3;
  cursor: default;
}
.custom-checkbox[data-disabled=true]:hover .custom-checkbox__icon {
  fill: #ffffff;
}
.custom-checkbox[data-is-active=true] {
  background-color: #1d233b;
}
.custom-checkbox[data-is-active=true] .custom-checkbox__icon {
  display: block;
}
.custom-checkbox__icon {
  display: none;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #ffffff;
}
html.dark .custom-checkbox {
  border: 2px solid #fffeff;
}
html.dark .custom-checkbox:hover {
  background-color: rgba(255, 254, 255, 0.1);
}
html.dark .custom-checkbox:hover .custom-checkbox__icon {
  fill: #a85bf6;
}
html.dark .custom-checkbox[data-disabled=true] {
  background-color: rgba(255, 254, 255, 0.1);
}
html.dark .custom-checkbox[data-disabled=true]:hover .custom-checkbox__icon {
  fill: #a85bf6;
}
html.dark .custom-checkbox[data-is-active=true] {
  border: none;
  background-color: rgba(255, 254, 255, 0.1);
}
html.dark .custom-checkbox__icon {
  fill: #1d233b;
}
.radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border-radius: 24px;
  border: 1px solid #d2d3d8;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-button:hover {
  background-color: rgba(29, 35, 59, 0.05);
}
.radio-button[data-disabled=true] {
  opacity: 0.3;
  cursor: default;
}
.radio-button[data-is-active=true] {
  border-color: #1d233b;
}
.radio-button[data-is-active=true] .radio-button__point {
  opacity: 1;
}
.radio-button__point {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1d233b;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.dark .radio-button {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .radio-button:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .radio-button[data-is-active=true] {
  border-color: #fffeff;
}
html.dark .radio-button__point {
  background-color: #fffeff;
}
.filter__range-pips {
  position: relative;
  display: flex;
  width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  align-items: end;
}
.filter__range-pips__item {
  position: absolute;
  width: 3px;
  background-color: #1d233b;
  border-radius: 4px;
}
html.dark .filter__range-pips__item {
  background-color: #fffeff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #e8e9eb;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: #a5a7b1;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #7a7d8d;
}
.dark::-webkit-scrollbar-thumb,
.dark ::-webkit-scrollbar-thumb {
  background: #7a7d8d;
}
.dark::-webkit-scrollbar-thumb:hover,
.dark ::-webkit-scrollbar-thumb:hover {
  background: #4a4f62;
}
.header {
  display: grid;
  grid-template-rows: 36px 64px;
  position: fixed;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #e8e9eb;
  transition: top 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100vw;
}
.header__top {
  background: #1d233b;
}
.header__top-content {
  height: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .header__top-content {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__top-content {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media only screen and (min-width: 1920px) {
  .header__top-content {
    padding-right: 164px;
    padding-left: 164px;
  }
}
.header__left-block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .header__left-block {
    justify-content: end;
    gap: 16px;
  }
}
.header__left-block__settingth {
  display: grid;
  width: auto;
  height: 100%;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-items: center;
}
@media only screen and (min-width: 768px) {
  .header__left-block__settingth {
    gap: 16px;
  }
}
.header__mode {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 4px;
}
.header__mode__switch {
  position: relative;
  box-sizing: content-box;
  width: 24px;
  height: 16px;
  background-color: #1d233b;
  border: 1px solid rgba(255, 254, 255, 0.4);
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px;
}
.header__mode__switch::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #a85bf6;
  border-radius: 50%;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html:not(.loaded) .header__mode__switch,
html:not(.loaded) .header__mode__switch::before {
  transition: none !important;
}
.header__mode__switch.active {
  border: 1px solid #fffeff;
}
.header__mode__switch.active::before {
  transform: translateX(12px);
}
.header__mode__icon {
  width: 20px;
  height: 20px;
}
.header__mode__icon path {
  transition: stroke 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__mode.light__mode .header__mode__icon--left path {
  stroke: #fffeff;
}
.header__mode.light__mode .header__mode__icon--right path {
  stroke: rgba(255, 254, 255, 0.4);
}
.header__mode.dark__mode .header__mode__icon--left path {
  stroke: rgba(255, 254, 255, 0.4);
}
.header__mode.dark__mode .header__mode__icon--right path {
  stroke: #fffeff;
}
.header__currency {
  position: relative;
}
.header__currency-btn {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  padding: 8px 14px;
  gap: 8px;
  border-radius: 60px;
  cursor: pointer;
}
.header__currency-btn .img-arrow {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #fffeff;
}
.header__currency-btn:hover .img-arrow {
  fill: #a85bf6;
}
.header__currency-btn .btn-text {
  text-align: center;
  color: #fffeff;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__currency-btn:hover .btn-text {
  color: #a85bf6;
}
.header__currency.isOpen .btn-text {
  color: #a85bf6;
}
.header__currency.isOpen .img-arrow {
  fill: #a85bf6;
  transform: rotate(180deg);
}
.header__currency-menu {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: top;
  display: block;
  width: 120px;
  height: auto;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(144, 0, 237, 0.1019607843);
  box-sizing: content-box;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__currency.isOpen .header__currency-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(100%) rotateX(0deg);
}
.header__language {
  position: relative;
}
.header__language-btn {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  padding: 8px;
  gap: 4px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .header__language-btn {
    grid-template-columns: 20px auto 20px;
  }
}
.header__language-btn .img-arrow {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #fffeff;
}
.header__language-btn:hover .img-arrow {
  fill: #a85bf6;
}
.header__language-btn .btn-text {
  text-align: center;
  color: #fffeff;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__language-btn:hover .btn-text {
  color: #a85bf6;
}
.header__language-menu {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: top;
  display: block;
  width: 200px;
  max-height: 226px;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(144, 0, 237, 0.1019607843);
  box-sizing: content-box;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__language.isOpen .header__language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(100%) rotateX(0deg);
}
.header__language.isOpen .btn-text {
  color: #a85bf6;
}
.header__language.isOpen .img-arrow {
  fill: #a85bf6;
  transform: rotate(180deg);
}
.header__currency-menu__option, .header__language-menu__option {
  display: grid;
  grid-template-columns: 20px auto;
  justify-content: start;
  gap: 8px;
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #1d233b;
  text-decoration: none;
}
.header__currency-menu__option p, .header__language-menu__option p {
  color: #1d233b;
}
.header__currency-menu__option:hover, .header__language-menu__option:hover {
  background-color: #f0f0f0;
}
.header__vat-btn {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  padding: 8px;
  gap: 4px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .header__vat-btn {
    grid-template-columns: 20px auto 20px;
  }
}
.header__vat-btn .btn-text {
  text-align: center;
  color: #fffeff;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__vat-btn:hover .btn-text {
  color: #a85bf6;
}
.header__vat-btn .img-arrow {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #fffeff;
}
.header__vat-btn:hover .img-arrow {
  fill: #a85bf6;
}
.header__vat-btn__img, .header__language-btn__img {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__vat-btn__img, .header__language-btn__img {
    display: block;
    border-radius: 30px;
  }
}
.header__main {
  background: rgba(255, 254, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.header__main-block {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .header__main-block {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__main-block {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media only screen and (min-width: 1920px) {
  .header__main-block {
    padding-right: 164px;
    padding-left: 164px;
  }
}
.header__main-block__logo {
  cursor: pointer;
}
.header__main-block__logo__text {
  fill: #1d233b;
}
.header__main-block__logo-desc {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__main-block__logo-desc {
    display: block;
  }
}
.header__main-block__logo-mob {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .header__main-block__logo-mob {
    display: none;
  }
}
.header__main-block__left-menu {
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
}
@media only screen and (min-width: 1200px) {
  .header__main-block__left-menu {
    gap: 24px;
  }
}
.header__main-block__list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 16px;
}
@media only screen and (min-width: 1440px) {
  .header__main-block__list {
    gap: 24px;
  }
}
.header__main-block__item {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  padding: 8px;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
}
.header__main-block__item.isActive {
  background: rgba(29, 35, 59, 0.0509803922);
  border-radius: 8px;
}
.header__main-block__item .btn-text {
  color: #1d233b;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__main-block__item:hover .btn-text, .header__main-block__item:active .btn-text {
  color: #9000ed;
}
.header__main-block__item .icon--fill {
  fill: #1d233b;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__main-block__item:hover .icon--fill, .header__main-block__item:active .icon--fill {
  fill: #9000ed;
}
.header__main-block__item__wrapper {
  position: relative;
}
.header__main-block__item__wrapper .new-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #9000ed;
  font-size: 10px;
  font-weight: 700;
  line-height: 12.18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 20px;
}
.header__main-block__right-buttons {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
}
.header__main-block__right-buttons__contact {
  display: none;
  padding: 14px;
  gap: 8px;
  border-radius: 60px;
  text-align: center;
  border: none;
  background: none;
  color: #1d233b;
  cursor: pointer;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1200px) {
  .header__main-block__right-buttons__contact {
    display: block;
  }
}
.header__main-block__right-buttons__contact:hover {
  color: #9000ed;
}
.header__main-block__right-buttons__login {
  padding: 2px;
  border-radius: 60px;
  border: 1px solid #9000ed;
  text-align: center;
  color: #1d233b;
  background: none;
  cursor: pointer;
  text-decoration: none;
}
.header__main-block__right-buttons__login:hover div {
  background: rgba(115, 24, 242, 0.1215686275);
}
.header__main-block__right-buttons__login:active div {
  background: none;
}
.header__main-block__right-buttons__login-icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__main-block__right-buttons__login-icon {
    display: block;
  }
}
.header__main-block__right-buttons__login div {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  padding: 12px 14px 12px 14px;
  gap: 8px;
  border-radius: 60px;
  border: none;
  background: none;
  transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
  .header__main-block__right-buttons__login div {
    grid-template-columns: auto 20px;
  }
}
.header__main-block__mobile-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header__main-block__mobile-menu-btn {
  display: grid;
  justify-items: center;
  align-items: center;
  max-width: 48px;
  max-height: 48px;
  padding: 14px;
  border-radius: 60px;
  border: none;
  background: none;
  transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .header__main-block__mobile-menu-btn {
    display: none;
  }
}
.header__main-block__mobile-menu-btn:active, .header__main-block__mobile-menu-btn:hover {
  background: rgba(29, 35, 59, 0.0509803922);
}
.header__main-block__mobile-menu-btn:hover .icon-stroke {
  stroke: #9000ED;
}
.header__main-block__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__main-block__nav {
    display: block;
  }
}
html.dark .header {
  border-bottom: 1px solid #e8e9eb;
  box-shadow: 0 4px 20px 0 rgba(12, 50, 237, 0.07);
}
html.dark .header .icon--fill {
  fill: #FFFEFF;
}
html.dark .header__currency-menu, html.dark .header__language-menu {
  background: #1d233b;
}
html.dark .header__language-menu__option p, html.dark .header__currency-menu__option p {
  color: #ffffff;
}
html.dark .header__currency-menu__option:hover, html.dark .header__language-menu__option:hover {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .header__main {
  box-shadow: 0 4px 20px 0 rgba(12, 50, 237, 0.0705882353);
  background: rgba(255, 254, 255, 0.05);
}
html.dark .header__main-block__item.isActive {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .header__main-block__item .btn-text {
  color: #fffeff;
}
html.dark .header__main-block__item .icon--fill {
  fill: #fffeff;
}
html.dark .header__main-block__item:hover .btn-text, html.dark .header__main-block__item:active .btn-text {
  color: #9000ed;
}
html.dark .header__main-block__item:hover .icon--fill, html.dark .header__main-block__item:active .icon--fill {
  fill: #9000ed;
}
html.dark .header__main-block__logo__text {
  fill: #fffeff;
}
html.dark .header__main-block__right-buttons__contact, html.dark .header__main-block__right-buttons__login {
  color: #ffffff;
}
html.dark .header__main-block__right-buttons__contact:hover {
  color: #a85bf6;
}
html.dark .header__main-block__right-buttons__login:hover {
  background: rgba(115, 24, 242, 0.1215686275);
}
html.dark .header__main-block__right-buttons__login:active {
  background: none;
}
html.dark .header__main-block__mobile-menu-btn:active, html.dark .header__main-block__mobile-menu-btn:hover {
  background: #ffffff;
}
html.dark .header__main-block__mobile-menu-btn .icon-stroke {
  stroke: #fffeff;
}
html.dark .header__main-block__mobile-menu-btn:hover .icon-stroke {
  stroke: #9000ED;
}
.footer {
  overflow: hidden;
  position: relative;
  padding: 32px 0;
  background: rgba(29, 35, 59, 0.0509803922);
}
.footer .svg-block__text {
  fill: #1d233b;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9vw;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.footer__col {
  display: grid;
  grid-template-rows: auto;
  align-content: start;
  gap: 32px;
}
@media (max-width: 1024px) {
  .footer__col {
    gap: 0;
  }
}
.footer__block, .footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__block {
  max-width: 180px;
}
@media (max-width: 1024px) {
  .footer__block {
    gap: 0;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .footer__block_subscribe {
    padding: 40px 0;
  }
}
.footer__list {
  margin-top: 12px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .footer__list.tabletHidden {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
}
.footer__list.tabletHidden.isVisible {
  opacity: 1;
  transform: translateY(0);
  margin-top: 16px;
}
.footer__title {
  padding-bottom: 4px;
  border-bottom: 1px solid #d2d3d8;
  position: relative;
}
@media (max-width: 1024px) {
  .footer__title {
    padding-top: 16px;
    padding-bottom: 4px;
  }
}
.footer__block-trigger {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .footer__block-trigger {
    display: block;
  }
}
.footer__block-trigger.isActive {
  transform: translateY(-50%) rotate(-180deg);
}
html.dark .footer {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .footer__title {
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .svg-block__text {
  fill: #fffeff;
}
.menu-item-btn {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  width: 100%;
  padding: 4px 8px 4px 4px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.menu-item-btn--spacer {
  width: 100%;
  height: 1px;
  background-color: #d2d3d8;
}
.menu-item-btn:hover {
  background: rgba(29, 35, 59, 0.0509803922);
}
.menu-item-btn.isActive {
  background: rgba(29, 35, 59, 0.0509803922);
}
.menu-item-btn .left-block {
  display: grid;
  grid-template-rows: auto auto;
  padding-left: 4px;
}
.menu-item-btn .left-block .top {
  font-size: 16px;
  line-height: 20px;
  color: #1d233b;
}
.menu-item-btn .left-block .bottom {
  font-size: 14px;
  line-height: 16px;
  color: #7a7d8d;
}
.menu-item-btn button, .menu-item-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #e8e9eb;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  color: #1d233b;
  background-color: rgba(255, 254, 255, 0.4);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-decoration: none;
}
.tag:hover {
  border-color: #e8e9eb;
  background-color: rgba(29, 35, 59, 0.05);
  color: #1d233b;
}
.tag:active, .tag--active, .tag--active:hover {
  background-color: #1d233b;
  border-color: transparent;
  color: #fffeff;
}
.toggle {
  display: flex;
  gap: 8px;
  padding: 4px;
  border-radius: 100px;
  width: fit-content;
  background-color: rgba(29, 35, 59, 0.05);
}
.toggle__item {
  padding: 8px 14px;
  border-radius: 60px;
  border: none;
  color: #1d233b;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  cursor: pointer;
}
.toggle__item svg {
  width: 20px;
  height: 20px;
  stroke: #1d233b;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle__item-p-10 {
  display: flex;
  padding: 10px;
}
.toggle__item:hover, .toggle__item.active {
  background-color: #9000ed;
  color: #fffeff;
}
.toggle__item:hover svg, .toggle__item.active svg {
  stroke: #fffeff;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #e8e9eb;
}
html.dark .menu-item-btn:hover {
  background: rgba(255, 254, 255, 0.0509803922);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
html.dark .menu-item-btn.isActive {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .menu-item-btn--spacer {
  background-color: rgba(255, 254, 255, 0.2);
}
html.dark .menu-item-btn .left-block .top {
  color: #fffeff;
}
html.dark .menu-item-btn .p-text {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .tag {
  border-color: rgba(255, 254, 255, 0.1);
  background-color: rgba(255, 254, 255, 0.05);
  color: #fffeff;
}
html.dark .tag:hover {
  background-color: rgba(29, 35, 59, 0.05);
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .tag:active, html.dark .tag--active {
  border-color: transparent;
  background-color: rgba(255, 254, 255, 0.2);
}
html.dark .toggle {
  background-color: transparent;
}
html.dark .toggle__item {
  color: #fffeff;
}
html.dark .toggle__item svg {
  stroke: #fffeff;
}
html.dark .divider {
  background-color: rgba(255, 254, 255, 0.1);
}
.reflection {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.reflection__img {
  max-width: 100%;
}
.reflection__img_base {
  position: relative;
  z-index: 0;
}
.reflection__img_layer {
  position: absolute;
  left: 0;
  top: 90%;
  transform: scaleY(-1);
  opacity: 0.9;
  filter: blur(3px);
  z-index: -1;
}
.reflection_bg .reflection__img_layer {
  top: 60%;
  filter: blur(21px);
}
.swiper_custom.swiper-initialized {
  position: relative;
  width: 100vw;
  padding: 16px;
  padding-bottom: 48px;
  margin: -16px;
}
@media only screen and (min-width: 768px) {
  .swiper_custom.swiper-initialized {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper_custom.swiper-initialized {
    width: auto;
  }
}
.swiper_custom.swiper-initialized::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #e8e9eb;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.swiper_custom.swiper-initialized.swiper-navigation-disabled {
  padding-bottom: 16px;
}
.swiper_custom.swiper-initialized.swiper-navigation-disabled::after {
  display: none;
}
@media (max-width: 1024px) {
  .swiper_custom.swiper-initialized {
    padding-right: 32px;
  }
}
.swiper-button-prev_custom,
.swiper-button-next_custom {
  width: 20px;
  height: 20px;
  color: #1d233b;
  top: unset;
  bottom: 16px;
}
.swiper-button-prev_custom::after,
.swiper-button-next_custom::after {
  display: none;
}
.swiper-button-icon {
  stroke: currentColor;
}
.swiper-pagination_custom .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d2d3d8;
  cursor: pointer;
}
.swiper-pagination_custom .swiper-pagination-bullet:hover {
  background: #a5a7b1;
}
.swiper-pagination_custom .swiper-pagination-bullet-active {
  background: #9000ed;
}
html.dark .swiper_custom.swiper-initialized::after {
  background-color: rgba(255, 254, 255, 0.1);
}
@media (max-width: 1024px) {
  html.dark .swiper_custom.swiper-initialized {
    padding-right: 32px;
  }
}
html.dark .swiper-button-prev_custom,
html.dark .swiper-button-next_custom {
  color: #fffeff;
}
.banner-card {
  display: grid;
  align-content: start;
  height: auto;
  border-radius: 22px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
}
.banner-card__figure {
  display: block;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__figure:hover {
  box-shadow: -10px -10px 12px 0px rgba(144, 0, 237, 0.1019607843);
}
@media only screen and (min-width: 1024px) {
  .banner-card__figure:hover {
    box-shadow: none;
  }
}
.banner-card__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__figure-btn {
  padding: 16px 0 0 16px;
  border-radius: 32px 0 22px 0;
  background: #fffeff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-card__figure-btn::before, .banner-card__figure-btn::after {
  content: "";
  display: block;
  height: 50%;
  aspect-ratio: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMyAyNCIgZmlsbD0iI0ZGRkVGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRDMTIuNzAyNiAyNCAyMyAxMy43MDI1IDIzIDFWMjRIMFoiIC8+CjxwYXRoIGQ9Ik0yMi45Nzg1IDBIMjNWMUMyMyAwLjY2NDk0OCAyMi45OTI3IDAuMzMxNTczIDIyLjk3ODUgMFoiIC8+Cjwvc3ZnPgo=);
  background-size: cover;
  position: absolute;
}
.banner-card__figure-btn::before {
  bottom: 0;
  right: 100%;
}
.banner-card__figure-btn::after {
  right: 0;
  bottom: 100%;
}
.banner-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 12px;
  gap: 8px;
  border-radius: 50%;
  border: none;
  background: #1d233b;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__btn:hover {
  background: #9000ed;
}
.banner-card__btn:active {
  background: #1d233b;
}
.banner-card__figcaption {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  padding: 8px;
  justify-content: start;
}
.banner-card__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .banner-card__details .chips {
    padding: 4px 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1920px) {
  .banner-card__details {
    width: 416px;
  }
}
@media only screen and (min-width: 1920px) {
  .banner-card__details--full {
    width: 100%;
  }
}
.banner-card__row {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .banner-card__row {
    gap: 24px;
  }
}
.banner-card__time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.banner-card__row {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .banner-card__row {
    gap: 24px;
  }
}
.banner-card__time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.banner-card__h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.banner-card_outlined {
  border: 1px solid #d2d3d8;
}
.banner-card_outlined:hover {
  box-shadow: 2px 4px 20px 0px rgba(144, 0, 237, 0.1019607843), 0px 0px 16px 0px rgba(144, 0, 237, 0.1019607843);
}
.banner-card_outlined .banner-card__img {
  box-shadow: none;
}
.banner-card_outlined .banner-card__figcaption {
  padding: 16px 32px 24px 32px;
}
html.dark .banner-card_outlined {
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .banner-card_outlined--background {
  overflow: hidden;
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .banner-card__figure-btn {
  background: #1d233b;
}
html.dark .banner-card__figure-btn::before, html.dark .banner-card__figure-btn::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMyAyNCIgZmlsbD0iIzFEMjMzQiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRDMTIuNzAyNiAyNCAyMyAxMy43MDI1IDIzIDFWMjRIMFoiIC8+CjxwYXRoIGQ9Ik0yMi45Nzg1IDBIMjNWMUMyMyAwLjY2NDk0OCAyMi45OTI3IDAuMzMxNTczIDIyLjk3ODUgMFoiIC8+Cjwvc3ZnPgo=);
}
html.dark .banner-card__btn {
  border: 1px solid rgba(255, 254, 255, 0.1);
  text-decoration: none;
}
html.dark .banner-card__time {
  color: rgba(255, 254, 255, 0.4);
}
.quote {
  border-left: 3px solid #9000ed;
  padding-left: 24px;
  font-style: italic;
}
body .moreText.isCollapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .moreText.isCollapsed.isActive {
  display: block;
}
body .moreText.isCollapsed ~ .moreLink {
  display: inline-block;
}
.chips {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 40px;
  background-color: rgba(29, 35, 59, 0.05);
  color: #1d233b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.chips--blue {
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #9000ed;
  color: #fffeff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 1024px) {
  html.dark .banner-card__details .chips {
    background-color: transparent;
  }
}
html.dark .chips {
  background-color: rgba(255, 254, 255, 0.05);
  color: #fffeff;
}
html.dark .chips--blue {
  background-color: #9000ed;
  color: #fffeff;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb__item {
  color: #a5a7b1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.breadcrumb__arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.breadcrumb__arrow--small {
  width: 16px;
  height: 16px;
}
.breadcrumb svg path {
  stroke: #a5a7b1;
}
html.dark .breadcrumb__item {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .breadcrumb svg path {
  stroke: rgba(255, 254, 255, 0.4);
}
.chat-tech {
  position: fixed;
  bottom: 30px;
  right: 8px;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .chat-tech {
    bottom: 44px;
    right: 28px;
  }
}
.chat-tech--order {
  bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .chat-tech--order {
    bottom: 48px;
  }
}
.chat-tech__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  background-color: #1d233b;
  outline: none;
  border: 1px solid rgba(255, 254, 255, 0.1);
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .chat-tech__btn {
    width: 56px;
    height: 56px;
  }
}
.chat-tech__counter {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #9000ed;
  color: #fffeff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.nav-menu-btn {
  position: fixed;
  bottom: 82px;
  right: 8px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  border: 1px solid #e8e9eb;
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn {
    display: none;
  }
}
.nav-menu-btn--go-top {
  bottom: 134px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top {
    bottom: 110px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
.nav-menu-btn--go-top.visible {
  display: flex;
}
.nav-menu-btn--go-top-md {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top-md {
    bottom: 110px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
.nav-menu-btn--go-top-md.visible {
  display: flex;
}
.nav-menu-btn--go-top-ord {
  display: none;
  bottom: 152px;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top-ord {
    bottom: 110px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
.nav-menu-btn--go-top-ord.visible {
  display: flex;
}
.nav-menu-btn--go-top-doc {
  bottom: 134px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top-doc {
    bottom: 178px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav-menu-btn--go-top-doc {
    bottom: 110px;
  }
}
.nav-menu-btn--go-top-doc.visible {
  display: flex;
}
.nav-menu-btn .icn {
  stroke: #4a4f62;
}
html.dark .nav-menu-btn {
  border-color: rgba(255, 254, 255, 0.05);
}
html.dark .nav-menu-btn .icn {
  stroke: #fffeff;
}
.custom-select {
  position: relative;
}
.custom-select__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 48px;
  padding: 16px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__head:hover {
  border-color: #1d233b;
}
.custom-select__icon {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__icon path {
  stroke: #7a7d8d;
}
.custom-select__list {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  padding: 16px 8px 8px 8px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  background-color: #fffeff;
  opacity: 0;
  pointer-events: none;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 12px;
  padding: 4px 8px;
  background-color: inherit;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__item.selected, .custom-select__item:hover {
  background-color: rgba(29, 35, 59, 0.03);
}
.custom-select.open .custom-select__head {
  border-color: #1d233b;
}
.custom-select.open .custom-select__icon {
  transform: rotate(180deg);
}
.custom-select.open .custom-select__list {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0deg);
}
html.dark .custom-select__head {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .custom-select__head:hover {
  border-color: #fffeff;
}
html.dark .custom-select__icon path {
  stroke: #fffeff;
  stroke-opacity: 0.7;
}
html.dark .custom-select__list {
  background-color: #1d233b;
}
html.dark .custom-select__item {
  color: #fffeff;
}
html.dark .custom-select__item.selected, html.dark .custom-select__item:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .custom-select.open .custom-select__head {
  border-color: #fffeff;
}
.tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 10px;
  border-radius: 8px;
  background: #4a4f62;
  box-shadow: 0 2px 18px 0 rgba(211, 49, 154, 0.1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tooltip__text {
  color: #fffeff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.tooltip__icon {
  width: 16px;
  height: 16px;
}
.tooltip__arrow {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -18px;
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip__link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fffeff;
}
.tooltip.visible {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination__numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 272px;
  overflow: hidden;
}
.pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  padding: 14px;
  border: none;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: currentColor;
  background: transparent;
  cursor: pointer;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination__button:hover {
  background: rgba(115, 24, 242, 0.1215686275);
}
.pagination__button.active, .pagination__button.active .pagination__button__link {
  background: #9000ed;
  color: #ffffff;
}
.pagination__button:disabled {
  pointer-events: none;
}
.pagination__button:disabled .icn {
  stroke: #d2d3d8;
}
.pagination__button__link {
  color: currentColor;
  text-decoration: none;
}
.plans {
  color: #1d233b;
}
.plans__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .plans__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.plans__head--backup {
  gap: 32px;
}
.plans__link {
  width: fit-content;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .plans__link {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .plans__link {
    display: inline-flex;
  }
}
.plans__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}
.plans__items .plans-card--empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  .plans__items {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .plans__items .plans-card {
    width: calc(50% - 8px);
  }
  .plans__items .plans-card--empty {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .plans__items {
    flex-wrap: nowrap;
  }
  .plans__items .plans-card {
    width: 100%;
  }
  .plans__items .plans-card--empty {
    display: none;
  }
}
.plans__items--backup {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .plans__items--backup {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .plans__items--backup {
    margin-bottom: 32px;
  }
}
.plans__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #d2d3d8;
  background-color: rgba(29, 35, 59, 0.05);
}
@media only screen and (min-width: 768px) {
  .plans__features {
    margin: 0;
    padding: 32px;
  }
}
.plans__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.plans__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .plans__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .plans__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.plans__message {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.plans-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #d2d3d8;
  background-color: rgba(29, 35, 59, 0.05);
}
@media only screen and (min-width: 1440px) {
  .plans-card {
    padding: 32px;
  }
}
.plans-card--empty {
  border-color: transparent;
  align-items: center;
  justify-content: center;
}
.plans-card__label {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  padding: 4px 14px;
  border-radius: 12px;
  color: #fffeff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
}
.plans-card__head {
  padding: 0 16px;
}
.plans-card__bold {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.plans-card__window {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #d2d3d8;
  background-color: #fffeff;
}
.plans-card__price {
  display: flex;
  align-items: flex-end;
}
.plans-card__price .txt {
  line-height: 28px;
}
.plans-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px;
  height: 156px;
}
.plans-card__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plans-card__item svg {
  flex-shrink: 0;
}
.plans-card__text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.plans-card__link {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #9000ed;
  border-radius: 60px;
  color: #1d233b;
  font-weight: 600;
  background: none;
  box-shadow: none;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  user-select: none;
}
.plans-card__link::before {
  content: "";
  display: block;
  opacity: 0;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(115, 24, 242, 0.1215686275);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.plans-card__link:hover::before {
  opacity: 1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.plans-card[data-type=popular] {
  border-color: #9000ed;
  box-shadow: 0 0 4px 4px rgba(144, 0, 237, 0.08);
}
.plans-card[data-type=popular] .plans-card__label {
  display: block;
  background-color: #9000ed;
}
.plans-card[data-type=popular] .plans-card__link {
  color: #fffeff;
}
.plans-card[data-type=popular] .plans-card__link::before {
  opacity: 1;
  background-color: #9000ed;
}
.plans-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 12px 12px;
  border-radius: 12px;
  background-color: #fffeff;
}
.plans-feature__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 8px;
  background-color: rgba(29, 35, 59, 0.03);
}
.plans-feature__title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
}
html.dark .plans {
  color: #fffeff;
}
html.dark .plans__features {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .plans-card {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .plans-card--empty {
  border-color: transparent;
}
html.dark .plans-card__window {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .plans-card__link {
  color: #fffeff;
}
html.dark .plans-card[data-type=popular] {
  border-color: #a85bf6;
  box-shadow: 0 0 4px 4px rgba(168, 91, 246, 0.2);
}
html.dark .plans-feature {
  background-color: #1d233b;
}
html.dark .plans-feature__icon-wrap {
  background-color: rgba(255, 254, 255, 0.05);
}
.variety {
  color: #1d233b;
  overflow: hidden;
}
.variety__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.variety__link {
  width: 100%;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .variety__link {
    width: fit-content;
  }
}
.variety__divider {
  display: none;
}
@media only screen and (min-width: 768px) {
  .variety__divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d2d3d8;
  }
}
.variety__slider.swiper.swiper_custom {
  padding-bottom: 56px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .variety__slider.swiper.swiper_custom {
    margin: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .variety__slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .variety__slider .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .variety__slider .swiper-slide {
    width: calc(33.33% - 11px);
  }
}
@media only screen and (min-width: 1440px) {
  .variety__slider .swiper-slide {
    width: auto;
    flex-grow: 1;
  }
}
.variety__slider.swiper_custom.swiper-initialized:after {
  bottom: 24px;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .variety__slider.swiper_custom.swiper-initialized:after {
    display: none;
  }
}
.variety__slider .swiper-button-prev,
.variety__slider .swiper-button-next {
  height: 48px;
  width: 48px;
  padding: 14px;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .variety__slider .swiper-button-prev,
  .variety__slider .swiper-button-next {
    display: none;
  }
}
.variety__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
  padding: 8px 32px;
  border-radius: 8px;
  background-color: #fffeff;
}
html.dark .variety {
  color: #fffeff;
}
html.dark .variety__divider {
  background-color: rgba(255, 254, 255, 0.2);
}
html.dark .variety__slider.swiper.swiper_custom {
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  html.dark .variety__slider.swiper.swiper_custom {
    padding-right: 0;
  }
}
.custom-radio {
  position: relative;
  display: flex;
  gap: 16px;
}
.custom-radio__input {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
  margin: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
}
.custom-radio__input:hover + .custom-radio__circle {
  background-color: rgba(29, 35, 59, 0.05);
}
.custom-radio__input:checked + .custom-radio__circle {
  border-color: #1d233b;
}
.custom-radio__input:checked + .custom-radio__circle .custom-radio__point {
  opacity: 1;
}
.custom-radio__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin-top: 4px;
  border-radius: 24px;
  border: 1px solid #d2d3d8;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-radio__point {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1d233b;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-radio__label {
  cursor: pointer;
}
html.dark .custom-radio__input:hover + .custom-radio__circle {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .custom-radio__input:checked + .custom-radio__circle {
  border-color: #fffeff;
}
html.dark .custom-radio__circle {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .custom-radio__point {
  background-color: #fffeff;
}
.tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 4px;
  border-radius: 100px;
  background-color: rgba(29, 35, 59, 0.05);
}
.tabs__item {
  display: flex;
  align-items: center;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.32px;
  color: #7a7d8d;
  outline: none;
}
.tabs__item:hover {
  color: #9000ed;
}
.tabs__item.active {
  color: #9000ed;
  font-weight: 600;
}
.tabs__item.active .tabs__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.tabs__icon {
  width: 0;
  height: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs__icon--dark {
  display: none;
}
.tabs__divider {
  width: 1px;
  height: 20px;
  flex-shrink: 0;
  background-color: #d2d3d8;
}
html.dark .tabs {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .tabs__item {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .tabs__item:hover, html.dark .tabs__item.active {
  color: #a85bf6;
}
html.dark .tabs__icon--dark {
  display: block;
}
html.dark .tabs__icon--light {
  display: none;
}
html.dark .tabs__divider {
  background-color: rgba(255, 254, 255, 0.2);
}
.vps-card {
  color: #1d233b;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 22px;
  background-color: rgba(29, 35, 59, 0.05);
}
.vps-card__title {
  padding: 0 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.vps-card__price {
  width: 100%;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  color: #9000ed;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.vps-card__options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}
.vps-card__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
}
.vps-card__note {
  padding: 8px 16px;
  color: #9000ed;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
}
.vps-card__link {
  width: 100%;
  height: 48px;
}
html.dark .vps-card {
  color: #fffeff;
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .vps-card__price {
  background-color: #1d233b;
  color: #a85bf6;
}
html.dark .vps-card__note {
  color: #a85bf6;
}
.country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-radius: 22px;
  background-color: rgba(29, 35, 59, 0.03);
  color: #1d233b;
  cursor: pointer;
  text-decoration: none;
}
.country-card:hover .country-card__link__txt {
  color: #9000ed;
}
.country-card:hover .country-card__link svg path {
  stroke: #9000ed;
}
@media only screen and (min-width: 768px) {
  .country-card {
    gap: 16px;
    padding: 40px 0;
  }
}
.country-card__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.country-card__img {
  width: 40px;
  height: 40px;
}
.country-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.country-card__label {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.country-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
}
.country-card__link__txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.country-card__link svg {
  width: 20px;
  height: 20px;
}
.country-card__link svg path {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.dark .country-card {
  background-color: rgba(255, 254, 255, 0.05);
  color: #fffeff;
}
.order-select {
  position: relative;
}
.order-select__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  min-height: 48px;
  padding: 6px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fffeff;
}
.order-select__head:hover {
  border-color: #1d233b;
}
.order-select__head-wrap {
  display: flex;
  flex-direction: column;
}
.order-select__label {
  color: #a5a7b1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.order-select__title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.order-select__title--second {
  white-space: nowrap;
  color: #7a7d8d;
}
.order-select__icon {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__icon path {
  stroke: #7a7d8d;
}
.order-select__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 404px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 16px 8px 8px 8px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  background-color: #fffeff;
  opacity: 0;
  pointer-events: none;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  scrollbar-color: #d2d3d8;
  scrollbar-width: thin;
}
.order-select__list ::-webkit-scrollbar {
  width: 8px;
  padding: 1px;
}
.order-select__list ::-webkit-scrollbar-track {
  border-radius: 18px;
  background: rgba(29, 35, 59, 0.05);
}
.order-select__list ::-webkit-scrollbar-thumb {
  width: 6px;
  background: #d2d3d8;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .order-select__list {
    max-height: 422px;
  }
}
.order-select__item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: fit-content;
  border: none;
  border-bottom: 1px solid #e8e9eb;
  padding: 8px 8px 12px 8px;
  background-color: inherit;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__item:last-child {
  border-bottom: none;
}
.order-select__item:hover {
  background-color: rgba(29, 35, 59, 0.03);
}
.order-select__item:hover .order-select__circle {
  background-color: rgba(29, 35, 59, 0.05);
}
.order-select__item.selected .order-select__circle {
  border-color: #1d233b;
}
.order-select__item.selected .order-select__circle .order-select__point {
  opacity: 1;
}
.order-select__option {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.order-select__option span {
  text-align: start;
  white-space: nowrap;
}
.order-select__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border-radius: 24px;
  border: 1px solid #d2d3d8;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__point {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1d233b;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.order-select__time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.order-select__price {
  display: flex;
  align-items: center;
  gap: 8px;
  height: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  white-space: nowrap;
}
.order-select__chip {
  padding: 4px 10px;
  border-radius: 40px;
  background-color: rgba(29, 35, 59, 0.05);
}
.order-select.open .order-select__head {
  border-color: #1d233b;
}
.order-select.open .order-select__head .order-select__icon {
  transform: rotate(180deg);
}
.order-select.open .order-select__list {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0deg);
}
html.dark .order-select__head {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .order-select__head:hover {
  border-color: #fffeff;
}
html.dark .order-select__label {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .order-select__title--second {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .order-select__icon path {
  stroke: #fffeff;
  stroke-opacity: 0.7;
}
html.dark .order-select__list {
  background-color: #1d233b;
  box-shadow: 0px 4px 20px 0px rgba(171, 181, 234, 0.07);
  border-color: rgba(255, 254, 255, 0.1);
  scrollbar-color: rgba(255, 254, 255, 0.2) rgba(255, 254, 255, 0.05);
}
html.dark .order-select__list ::-webkit-scrollbar-track {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .order-select__list ::-webkit-scrollbar-thumb {
  background: rgba(255, 254, 255, 0.2);
  border-radius: 8px;
}
html.dark .order-select__item {
  color: #fffeff;
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .order-select__item:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-select__item:hover .order-select__circle {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-select__item.selected .order-select__circle {
  border-color: #fffeff;
}
html.dark .order-select__circle {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .order-select__point {
  background-color: #fffeff;
}
html.dark .order-select__chip {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-select.open .order-select__head {
  border-color: #fffeff;
}
.triple-button {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 6px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  background-color: #fffeff;
}
.triple-button__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: inherit;
  border: none;
  margin: 0;
  cursor: pointer;
}
.triple-button__btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.triple-button__btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: #1d233b;
}
.triple-button__count {
  flex-grow: 1;
  min-width: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
html.dark .triple-button {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .triple-button__btn svg {
  stroke: #fffeff;
}
.input {
  position: relative;
  height: fit-content;
  max-height: 120px;
}
.input__label {
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  color: #a5a7b1;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.input__label.active {
  top: 6px;
  color: #a5a7b1;
  font-size: 12px;
  line-height: 16px;
}
.input__field {
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 22px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  background-color: transparent;
  font-family: "Proxima Nova", sans-serif;
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.input__field:hover + .input__label {
  color: #1d233b;
}
.input__field:focus {
  border-color: #1d233b;
}
.input__field:focus + .input__label {
  top: 6px;
  color: #a5a7b1;
  font-size: 12px;
  line-height: 16px;
}
.input__field.error {
  border-color: #f1c5cf;
  background-color: rgba(241, 197, 207, 0.2);
}
.input__field--area {
  height: fit-content;
  min-height: 48px;
  padding-bottom: 16px;
  resize: none;
}
.input__counter {
  position: absolute;
  bottom: 6px;
  right: 8px;
  color: #a5a7b1;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}
html.dark .input {
  border-color: rgba(255, 254, 255, 0.2);
  color: #fffeff;
}
html.dark .input__label {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .input__field {
  border-color: rgba(255, 254, 255, 0.2);
  color: #fffeff;
}
html.dark .input__field:hover + .input__label {
  color: #fffeff;
}
html.dark .input__field:focus {
  border-color: #fffeff;
}
html.dark .input__field:focus + .input__label {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .input__field.error {
  border-color: #ac2945;
  background-color: rgba(241, 197, 207, 0.2);
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
}
.checkbox__field {
  position: relative;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox__input:hover + .checkbox__square {
  background-color: #e8e9eb;
}
.checkbox__input:checked + .checkbox__square {
  background-color: #1d233b;
}
.checkbox__input:checked + .checkbox__square .checkbox__icon {
  opacity: 1;
}
.checkbox__input:checked:hover + .checkbox__square .checkbox__icon path {
  fill: #9000ed;
}
.checkbox__square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 1px solid #1d233b;
  background-color: transparent;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__icon {
  opacity: 0;
  pointer-events: none;
}
.checkbox__icon path {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #fffeff;
}
.checkbox__label {
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  cursor: pointer;
}
html.dark .checkbox__square {
  border-color: #fffeff;
}
html.dark .checkbox__label {
  color: #fffeff;
}
html.dark .checkbox__input:hover + .checkbox__square {
  background-color: rgba(255, 254, 255, 0.1);
}
html.dark .checkbox__input:checked + .checkbox__square {
  background-color: rgba(255, 254, 255, 0.1);
  border-color: transparent;
}
.vat-modal__overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.vat-modal__overlay.isOpen {
  opacity: 1;
  pointer-events: auto;
}
.vat-modal {
  height: 100dvh;
  padding: 16px 16px 0px 16px;
  background: #fffeff;
  box-sizing: content-box;
  z-index: 11;
}
.vat-modal__content {
  display: grid;
  grid-template-rows: auto 80px;
  height: calc(100% - 16px);
}
.vat-modal__container {
  display: grid;
  grid-template-rows: auto auto;
  gap: 24px;
  align-content: start;
  overflow: hidden;
}
.vat-modal__header {
  display: grid;
  grid-template-columns: 60px auto;
  align-content: center;
  align-items: center;
  padding: 0 0 8px 0;
  gap: 16px;
  border-bottom: 1px solid #e8e9eb;
}
.vat-modal__header__btn {
  padding: 14px;
  border-radius: 60px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.vat-modal__header__btn:hover {
  background: #e8e9eb;
}
.vat-modal__header__chevron {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  stroke: #1d233b;
}
.vat-modal__header__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.vat-modal__countries {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  overflow: auto;
  padding-bottom: 16px;
}
.vat-modal__countries__card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  width: 100%;
  min-width: fit-content;
  border: none;
  border-radius: 12px;
  background-color: rgba(29, 35, 59, 0.031372549);
  color: #333333;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.vat-modal__countries__card__flag {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
.vat-modal__countries__card:hover {
  background: rgba(29, 35, 59, 0.0509803922);
}
.vat-modal__countries__card.isActive {
  border: 1px solid #9000ed;
  background: none;
}
.vat-modal__countries__info {
  display: grid;
  grid-template-rows: auto auto;
}
.vat-modal__countries__info p {
  line-height: normal;
  letter-spacing: 0.28px;
  font-weight: 400;
  color: #1d233b;
}
.vat-modal__countries__info span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #616576;
  letter-spacing: 0.24px;
}
.vat-modal__footer {
  display: flex;
  justify-content: end;
  padding: 16px 0;
  border: 1px;
  border-top: 1px solid #e8e9eb;
}
.vat-modal__footer div {
  height: fit-content;
  padding: 2px;
  background: #9000ed;
  border: 1px solid #9000ed;
  border-radius: 60px;
  transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.vat-modal__footer div:hover {
  background: none;
}
.vat-modal__footer div:active {
  background: #9000ed;
}
.vat-modal__footer div:active button {
  background: rgba(29, 35, 59, 0.2);
}
.vat-modal__footer div button {
  padding: 12px 62px;
  border-radius: 60px;
  background: #9000ed;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.dark .vat-modal {
  background: #1d233b;
}
html.dark .vat-modal__header__btn:hover .vat-modal__header__chevron {
  stroke: #1d233b;
}
html.dark .vat-modal__header__chevron {
  stroke: #fffeff;
}
html.dark .vat-modal__countries__card {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .vat-modal__countries__card:hover {
  background: rgba(255, 254, 255, 0.2);
}
html.dark .vat-modal__countries__card__info {
  color: #fffeff;
}
html.dark .vat-modal__footer div:hover {
  background: #9000ed;
  border: none;
}
html.dark .vat-modal__footer div:active {
  background: #9000ed;
}
html.dark .vat-modal__footer div:hover button {
  background: rgba(29, 35, 59, 0.1019607843);
  border: 1px solid #1d233b;
}
.about-us-modal__overlay {
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 200;
  width: 100vw;
  height: calc(100dvh - 100px);
  background: rgba(0, 0, 0, 0.2);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
}
.about-us-modal__overlay.isOpen {
  opacity: 1;
  pointer-events: auto;
}
.about-us-modal__overlay.isOpen > .about-us-modal {
  transform: rotateX(0deg);
}
.about-us {
}
.about-us-modal {
  border-radius: 0px 0px 32px 32px;
  background: #fffeff;
  box-shadow: 0px 4px 20px 0px rgba(12, 50, 237, 0.07);
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.about-us-modal__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.about-us__first-list, .about-us__second-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.about-us__first-list {
  border-right: 1px solid #e8e9eb;
}
.about-us__title {
  color: #d2d3d8;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0;
  padding-left: 8px;
}
.about-us__item {
  padding: 7px 8px;
}
.about-us__item:not(:last-child) {
  margin-bottom: 8px;
}
.about-us__item:hover, .about-us__item:focus {
  cursor: pointer;
}
.about-us__item:hover a {
  color: #9000ed;
}
.about-us__item a {
  text-decoration: none;
  color: #1d233b;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.dark .about-us {
  background: #1d233b;
}
html.dark .about-us-modal {
  background: #1d233b;
}
html.dark .about-us-modal__menu-list {
  border-right: 1px solid rgba(255, 254, 255, 0.1);
}
html.dark .about-us__title {
  color: rgba(255, 254, 255, 0.2);
}
html.dark .about-us__first-list, html.dark .about-us__second-list, html.dark .about-us__item a {
  color: #fffeff;
}
html.dark .about-us__item:hover a {
  color: #9000ed;
}
html.dark .about-us__first-list {
  border-right: 1px solid rgba(255, 254, 255, 0.1);
}
.products-modal__second-actions__divider {
  width: 100%;
  height: 1px;
  background: #D2D3D8;
}
@media only screen and (min-width: 1440px) {
  .products-modal__second-actions__divider {
    width: 30%;
  }
}
html.dark .products-modal__second-actions__divider {
  background: rgba(255, 254, 255, 0.1);
}
.products-modal__third-actions__divider {
  width: 100%;
  height: 1px;
  background: #D2D3D8;
}
html.dark .products-modal__third-actions__divider {
  background: rgba(255, 254, 255, 0.1);
}
.products-modal__overlay {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: calc(100dvh - 100px);
  background: rgba(0, 0, 0, 0.2);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
}
.products-modal__overlay.isOpen {
  opacity: 1;
  pointer-events: auto;
}
.products-modal__overlay.isOpen > .products-modal {
  transform: rotateX(0deg);
}
.products-modal {
  position: relative;
  height: 440px;
  border-radius: 0 0 32px 32px;
  background: #fffeff;
  box-shadow: 0 4px 20px 0 rgba(12, 50, 237, 0.07);
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.products-modal__prime-list {
  display: flex;
  flex-direction: column;
  max-height: 440px;
  gap: 8px;
  width: 100%;
  padding: 16px;
  overflow: auto;
}
.products-modal__prime-item.isActive .products-modal__prime-content {
  border-radius: 12px;
  border: 1px solid #D2D3D8;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.products-modal__prime-item.isActive .products-modal__second-actions {
  display: flex;
}
.products-modal__prime-content {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: fit-content;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.products-modal__prime-content:hover, .products-modal__prime-content:focus {
  background: rgba(29, 35, 59, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.products-modal__prime-content .h4 {
  color: #1d233b;
}
.products-modal__prime-content .p-text {
  font-size: 16px;
  line-height: 20px;
  color: #7a7d8d;
}
.products-modal__second-actions {
  position: absolute;
  top: 0;
  left: calc(25% + 32px);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: calc(75% - 32px);
  height: 100%;
  padding: 24px 16px 16px 16px;
  border-left: 1px solid #E8E9EB;
}
.products-modal__second-actions__info {
  width: 100%;
  max-height: 90px;
  overflow: auto;
  margin-top: 20px;
  color: #7A7D8D;
  padding: 0 8px;
}
@media only screen and (min-width: 1440px) {
  .products-modal__second-actions__info {
    width: 30%;
  }
}
.products-modal__second-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  overflow: auto;
}
.products-modal__second-list:has(.products-modal__second-item.isActive)
  > .products-modal__second-item
  > .menu-item-btn {
  width: 30%;
}
.products-modal__second-list:has(.products-modal__second-item.isActive)
  + .products-modal__second-actions__info {
  width: 30%;
}
.products-modal__second-item.isActive > .menu-item-btn {
  background: rgba(29, 35, 59, 0.0509803922);
}
.products-modal__second-item.isActive .products-modal__third-actions {
  display: flex;
}
.products-modal__second-item .menu-item-btn {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .products-modal__second-item .menu-item-btn {
    width: 30%;
  }
}
.products-modal__third-actions {
  position: absolute;
  top: 0;
  left: calc(30% + 32px);
  z-index: 3;
  display: none;
  flex-direction: column;
  gap: 16px;
  width: calc(70% - 48px);
  height: 100%;
  padding: 24px 16px 16px 16px;
  border-left: 1px solid #E8E9EB;
  background: #fffeff;
}
.products-modal__third-actions.isVisible {
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .products-modal__third-actions.isVisible {
    display: flex;
  }
}
.products-modal__third-actions__title {
  color: #1D233B;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
  padding-left: 8px;
}
.products-modal__third-actions__banner {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 254, 255, 0.1);
}
.products-modal__third-actions__banner img {
  width: 100%;
  object-fit: cover;
}
.products-modal__third-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products-modal__third-item {
  width: 100%;
}
.products-modal__third-item .menu-item-btn {
  width: 100%;
}
.products-modal__location__region-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  height: fit-content;
  max-height: 350px;
  overflow: auto;
}
.products-modal__location__region-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.products-modal__location__region-item .p-text {
  font-size: 16px;
  line-height: 20px;
  color: #7a7d8d;
  padding: 0 8px;
}
.products-modal__location__country-list {
  width: 100%;
}
.products-modal__location__country-item {
  display: flex;
  align-items: center;
  height: fit-content;
  padding: 4px 8px 4px 4px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.products-modal__location__country-item:focus, .products-modal__location__country-item:hover {
  background: rgba(29, 35, 59, 0.05);
}
.products-modal__location__country-item div {
  padding-left: 8px;
}
.products-modal__location__country-item .p-text {
  font-size: 16px;
  line-height: 20px;
  color: #1d233b;
}
.products-modal__location__link {
  display: grid;
  grid-template-columns: 36px auto;
  align-items: center;
  justify-content: start;
  text-decoration: none;
}
.products-modal__location__img {
  display: grid;
  justify-items: center;
  align-items: center;
  border-radius: 9px;
  padding: 8px;
  background: rgba(29, 35, 59, 0.031372549);
}
.products-modal__location__img img {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
}
html.dark .products-modal {
  background: #1d233b;
  box-shadow: 0 4px 20px 0 rgba(12, 50, 237, 0.0705882353);
}
html.dark .products-modal__prime-item.isActive .products-modal__prime-content {
  border: 1px solid rgba(255, 254, 255, 0.2);
}
html.dark .products-modal__prime-content:hover, html.dark .products-modal__prime-content:focus {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .products-modal__prime-content .h4 {
  color: #FFFEFF;
}
html.dark .products-modal__prime-content .p-text {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .products-modal__second-actions {
  border-left: 1px solid rgba(255, 254, 255, 0.1);
}
html.dark .products-modal__second-actions__info {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .products-modal__second-item.isActive > .menu-item-btn {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .products-modal__third-actions {
  border-left: 1px solid rgba(255, 254, 255, 0.1);
  background: #1D233B;
}
html.dark .products-modal__third-actions__title {
  color: #FFFEFF;
}
html.dark .products-modal__location__region-item .p-text {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .products-modal__location__country-item:hover, html.dark .products-modal__location__country-item:focus {
  background: rgba(255, 254, 255, 0.1);
}
html.dark .products-modal__location__country-item .p-text {
  font-size: 16px;
  line-height: 20px;
  color: #FFFEFF;
}
html.dark .products-modal__location__img {
  background: rgba(255, 254, 255, 0.05);
}
.mobile-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}
.mobile-modal-backdrop.isOpen {
  opacity: 1;
  pointer-events: auto;
}
.mobile-modal-currency-language-vat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 95dvh;
  padding: 16px 32px 32px 32px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #fffeff;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.1490196078);
  transition: bottom 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-modal-currency-language-vat__top-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
.mobile-modal-currency-language-vat__handle {
  margin-left: auto;
  height: 48px;
  width: 48px;
  border: none;
  margin-right: -16px;
  background: none;
  padding: 14px;
  gap: 8px;
  border-radius: 60px;
  cursor: pointer;
  transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-modal-currency-language-vat__handle:hover {
  background: #e8e9eb;
}
.mobile-modal-currency-language-vat .mobile-modal__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 4px;
  gap: 8px;
  border-radius: 100px;
  background: rgba(29, 35, 59, 0.0509803922);
}
.mobile-modal-currency-language-vat .mobile-tab-button {
  border-radius: 100px;
  padding: 10px 16px;
  background-color: transparent;
  color: #1d233b;
  border: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-modal-currency-language-vat .mobile-tab-button:hover, .mobile-modal-currency-language-vat .mobile-tab-button.isActive {
  background: #9000ed;
  color: #fffeff;
}
.mobile-modal-currency-language-vat__bottom-block {
  flex-grow: 1;
  overflow-y: auto;
  gap: 16px;
  box-sizing: border-box;
}
.mobile-modal-currency-language-vat .mobile-modal__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-modal-currency-language-vat .mobile-modal__content-block {
  display: none;
  grid-template-rows: auto;
  gap: 8px;
}
.mobile-modal-currency-language-vat .mobile-modal__content-block.isActive {
  display: grid;
}
.mobile-modal-currency-language-vat .mobile-modal__content-block__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d3d8;
  border-radius: 50%;
  cursor: pointer;
  transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-modal-currency-language-vat .mobile-location-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  padding: 4px 8px 4px 4px;
  gap: 4px;
  border-radius: 12px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-decoration: none;
}
.mobile-modal-currency-language-vat .mobile-location-item:hover {
  background: rgba(29, 35, 59, 0.0509803922);
}
.mobile-modal-currency-language-vat .mobile-location-item:hover .mobile-location-item__country-icon {
  background: #ffffff;
}
.mobile-modal-currency-language-vat .mobile-location-item.isActive .mobile-modal__content-block__circle {
  border: 1px solid #1d233b;
}
.mobile-modal-currency-language-vat .mobile-location-item.isActive .mobile-modal__content-block__circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #090909;
  border-radius: 50%;
  position: absolute;
}
.mobile-modal-currency-language-vat .mobile-location-item__country-icon {
  display: grid;
  justify-items: center;
  align-items: center;
  max-width: 36px;
  max-height: 36px;
  border-radius: 9px;
  padding: 8px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(29, 35, 59, 0.031372549);
}
.mobile-modal-currency-language-vat .mobile-location-item__country-icon img {
  width: 20px;
  height: 20px;
}
.mobile-modal-currency-language-vat .menu-nav__text-country {
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
}
.mobile-modal-currency-language-vat .mobile-modal__vat__content-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-modal-currency-language-vat .menu-nav__more-info {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px;
}
.mobile-modal-currency-language-vat .mobile-count-country {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 4px 10px 4px 10px;
  gap: 4px;
  border-radius: 60px;
  background: rgba(29, 35, 59, 0.0509803922);
}
.mobile-modal-currency-language-vat .mobile-count-country p {
  color: #1d233b;
}
.mobile-modal-currency-language-vat .mobile-menu-nav__line-location, .mobile-modal-currency-language-vat .mobile-menu-nav__line {
  height: 1px;
  width: 100%;
  background: #e8e9eb;
}
.mobile-modal-currency-language-vat .mobile-modal__footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.mobile-modal-currency-language-vat .mobile-modal__footer__button {
  border-radius: 60px;
  background: none;
  border: 1px solid #9000ed;
  padding: 2px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-modal-currency-language-vat .mobile-modal__footer__button div {
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 12px 14px;
  background: none;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-modal-currency-language-vat .mobile-modal__footer__button:active div, .mobile-modal-currency-language-vat .mobile-modal__footer__button:hover div {
  background: rgba(115, 24, 242, 0.1215686275);
}
.mobile-modal-currency-language-vat .mobile-modal__footer__button-right {
  background: #9000ed;
  color: #fffeff;
}
html.dark .mobile-modal-currency-language-vat {
  background: #1d233b;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.1490196078);
}
html.dark .mobile-modal-currency-language-vat__handle:hover {
  background: #fffeff;
}
html.dark .mobile-modal-currency-language-vat__handle:hover path {
  stroke: #090909;
}
html.dark .mobile-modal-currency-language-vat__handle path {
  stroke: #fffeff;
}
html.dark .mobile-tab-button {
  color: #fffeff;
}
html.dark .mobile-modal__header, html.dark .mobile-count-country {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .mobile-modal__header p, html.dark .mobile-count-country p {
  color: #fffeff;
}
html.dark .mobile-menu-nav__line-location, html.dark .mobile-menu-nav__line {
  background: rgba(255, 254, 255, 0.1019607843);
}
html.dark .menu-nav__text-country {
  color: #fffeff;
}
html.dark .mobile-location-item.isActive .mobile-modal__content-block__circle {
  border: 1px solid #fffeff;
}
html.dark .mobile-location-item.isActive .mobile-modal__content-block__circle::after {
  background: #fffeff;
}
html.dark .mobile-location-item__country-icon {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .mobile-location-item:hover {
  background: rgba(255, 254, 255, 0.1019607843);
}
html.dark .mobile-location-item:hover .mobile-location-item__country-icon {
  background: #1d233b;
}
.mobile-only {
  display: none;
  grid-template-columns: auto auto;
  align-items: center;
}
.mobile-only div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px;
}
.mobile__menu-btn {
  display: grid;
  justify-items: center;
  align-items: center;
  max-width: 48px;
  max-height: 48px;
  padding: 14px;
  border-radius: 60px;
  border: none;
  background: none;
  transition: background 0.3s ease;
  cursor: pointer;
}
.mobile__menu-btn:active,
.mobile__menu-btn:hover {
  background: #e8e9eb;
}
.mobile-menu__container {
  position: fixed;
  padding-left: 16px;
  padding-right: 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffeff;
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateY(0);
}
.mobile-menu__container.hidden {
  transform: translateY(-130%);
}
.mobile-menu-overlay__content {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  height: 100%;
}
.mobile-menu__top-block {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 16px 0;
}
.mobile-menu__top-block .svg-block__text {
  fill: #1d233b;
}
.mobile-menu__bottom-block {
  position: relative;
  overflow: hidden;
  height: calc(100dvh - 80px);
}
.mobile-menu-nav {
  display: grid;
  grid-template-rows: auto;
  gap: 8px;
  align-items: start;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
.menu-location__item,
.menu-nav__item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  padding: 5px 8px 5px 8px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  gap: 4px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}
.menu-nav__item-main {
  padding: 13px 8px 13px 8px;
}
.menu-nav__item-locations {
  padding: 10px 8px 10px 8px;
}
.mobile-location-item:hover,
.menu-location__item:hover,
.menu-nav__item:hover {
  background: rgba(29, 35, 59, 0.0509803922);
}
.mobile-menu-nav__line-location,
.mobile-menu-nav__line {
  height: 1px;
  width: 100%;
  background: #e8e9eb;
}
.menu-nav__text {
  grid-column: 1;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.menu-nav__text__title {
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
}
.menu-nav__text__desc {
  color: #7a7d8d;
  font-size: 12px;
  line-height: 16px;
}
.menu-nav__text .new-badge {
  position: absolute;
  top: -8px;
  left: 8%;
  background: #9000ed;
  font-size: 10px;
  font-weight: 700;
  line-height: 12.18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 20px;
}
.menu-nav__icon {
  grid-column: 2;
  width: 20px;
  height: 20px;
}
.mobile-content {
  display: grid;
  grid-template-rows: auto auto;
  align-content: space-between;
  position: absolute;
  padding: 0 0 32px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-content--flex {
  display: flex;
  flex-direction: column;
}
.mobile-content__list {
  overflow-y: auto;
}
.mobile__location__content {
  display: grid;
  grid-template-rows: auto;
  align-items: start;
  gap: 8px;
  overflow-y: auto;
}
.mobile-content.hidden {
  transform: translateX(-100%);
  opacity: 0;
}
.mobile-content.visible {
  transform: translateX(0);
  opacity: 1;
}
.mobile-products-content {
  align-content: start;
  gap: 8px;
}
.mobile-back,
.mobile-back-btn-to-product,
.mobile-back-btn,
.mobile-back-btn-to-services {
  display: grid;
  grid-template-columns: 20px auto;
  width: max-content;
  justify-content: start;
  align-items: center;
  border: none;
  background: none;
  padding: 14px 14px 14px 0;
  gap: 8px;
  border-radius: 60px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.mobile-back p,
.mobile-back-btn-to-product p,
.mobile-back-btn p,
.mobile-back-btn-to-services p {
  font-size: 16px;
  line-height: 20px;
  color: #1d233b;
}
.mobile-back:hover,
.mobile-back-btn-to-product:hover,
.mobile-back-btn:hover {
  background: #e8e9eb;
}
.mobile-menu-footer {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
}
.mobile-button-contact {
  display: grid;
  justify-content: center;
  padding: 2px;
  gap: 8px;
  border-radius: 60px;
  border: 1px solid #9000ed;
  background: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.mobile-button-contact div {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  padding: 12px 14px 12px 14px;
  gap: 8px;
  border-radius: 60px;
}
.mobile-button-social:hover,
.mobile-button-contact:hover {
  background: rgba(115, 24, 242, 0.1215686275);
}
.mobile-button-contact div p {
  font-size: 16px;
  line-height: 20px;
  color: #1d233b;
}
.mobile-button-socials {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.mobile-button-socials div {
  display: grid;
  align-items: center;
  padding: 12px 14px 12px 14px;
  gap: 8px;
  border-radius: 60px;
}
.mobile-button-social {
  display: grid;
  justify-content: center;
  padding: 2px;
  gap: 8px;
  border-radius: 60px;
  border: 1px solid #9000ed;
  background: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.dedicated-menu__bottom-block {
  display: grid;
  grid-template-rows: auto auto;
  padding: 8px;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #e8e9eb;
}
.asia-dropdown,
.america-dropdown,
.europe-dropdown {
  display: none;
  grid-template-rows: auto;
  padding: 8px;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #e8e9eb;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.america-dropdown.animating,
.asia-dropdown.animating,
.europe-dropdown.animating {
  display: grid;
}
.america-dropdown.show,
.asia-dropdown.show,
.europe-dropdown.show {
  opacity: 1;
  transform: scaleY(1);
}
.america-dropdown.hide,
.asia-dropdown.hide,
.europe-dropdown.hide {
  opacity: 0;
  transform: scaleY(0);
}
.menu-nav__item-locations svg {
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: rotate(0deg);
}
.menu-nav__item-locations.active svg {
  transform: rotate(180deg);
}
.mobile-menu-nav__line-location {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.mobile-menu-nav__line-location.hidden {
  opacity: 0;
  pointer-events: none;
}
.mobile-location-item {
  padding: 4px 8px 4px 4px;
  border-radius: 12px;
  cursor: pointer;
}
.mobile-location-item__link {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.mobile-location-item-top {
  padding: 8px;
  gap: 8px;
  border: 1px solid #e8e9eb;
}
.mobile-location-item__country-icon {
  display: grid;
  justify-items: center;
  align-items: center;
  max-width: 36px;
  max-height: 36px;
  border-radius: 9px;
  padding: 8px;
  background: rgba(29, 35, 59, 0.031372549);
}
.mobile-location-item:hover .mobile-location-item__country-icon {
  background: #ffffff;
}
.mobile-location-item__country-icon img {
  width: 20px;
  height: 20px;
}
.menu-nav__more-info {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px;
}
.menu-nav__text-country {
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
}
.mobile-count-country {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 4px 10px 4px 10px;
  gap: 4px;
  border-radius: 60px;
  background: rgba(29, 35, 59, 0.05);
}
.mobile-count-country p {
  color: #1d233b;
}
.mobile-about-us__content {
  display: grid;
  grid-template-rows: auto auto;
  align-items: start;
  padding-top: 8px;
  gap: 32px;
  overflow-y: auto;
}
.mobile-about-us__block {
  display: grid;
  grid-template-rows: auto;
  gap: 8px;
}
.mobile-about-us__block .title {
  padding: 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #7a7d8d;
}
html.dark .mobile-menu__container {
  background: #1d233b;
}
html.dark .mobile-location-item:hover,
html.dark .menu-location__item:hover,
html.dark .menu-nav__item:hover {
  background: rgba(255, 254, 255, 0.1019607843);
}
html.dark .menu-nav__item:hover,
html.dark .mobile-back:hover,
html.dark .mobile-back-btn-to-product:hover,
html.dark .mobile-back-btn:hover {
  background: rgba(255, 254, 255, 0.1019607843);
}
html.dark .mobile-menu-nav__line-location,
html.dark .mobile-menu-nav__line {
  background: rgba(255, 254, 255, 0.1019607843);
}
html.dark .dedicated-menu__bottom-block {
  border: 1px solid rgba(255, 254, 255, 0.1019607843);
}
html.dark .mobile-count-country {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .mobile__menu-btn:active,
html.dark .mobile__menu-btn:hover {
  background: rgba(255, 254, 255, 0.1019607843);
}
html.dark .mobile-location-item-top,
html.dark .asia-dropdown,
html.dark .america-dropdown,
html.dark .europe-dropdown {
  border: 1px solid rgba(255, 254, 255, 0.1019607843);
}
html.dark .mobile-location-item__country-icon {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .menu-nav__text__desc {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .mobile-location-item:hover .mobile-location-item__country-icon {
  background: #1d233b;
}
html.dark .mobile-menu__top-block .svg-block__text {
  fill: #fffeff;
}
.dark .mobile-menu__container .icon-stroke {
  stroke: #fffeff;
}
.dark .menu-nav__text__title {
  color: #fffeff;
}
.dark .mobile-back-btn p,
.dark .mobile-back p,
.dark .mobile-back-btn-to-product p,
.dark .mobile-back-btn-to-services p {
  color: #fffeff;
}
.dark .mobile-button-contact div p {
  color: #fffeff;
}
.contacts-modal-request__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: end;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contacts-modal-request__overlay.isOpen {
  opacity: 1;
  pointer-events: auto;
}
.contacts-modal-request__overlay.isOpen > .contacts-modal-request {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .contacts-modal-request__overlay.isOpen > .contacts-modal-request {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.contacts-modal-request {
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 48px 8px 16px 8px;
  transform: translateY(200%);
  border-radius: 16px 16px 0px 0px;
  background: #fffeff;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.15);
}
@media only screen and (min-width: 1024px) {
  .contacts-modal-request {
    width: 600px;
    border-radius: 16px 16px 16px 16px;
    padding: 48px 8px 48px 8px;
  }
}
.contacts-modal-request__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.contacts-modal-request__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.contacts-modal-request__title {
  display: flex;
  flex-direction: column;
  color: #1d233b;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  .contacts-modal-request__title {
    flex-direction: row;
  }
}
.contacts-modal-request__subtitle {
  display: flex;
  flex-direction: column;
  color: #1d233b;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 768px) {
  .contacts-modal-request__subtitle {
    flex-direction: row;
  }
}
.contacts-modal-request__btn {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .contacts-modal-request__btn {
    width: 140px;
  }
}
html.dark .contacts-modal-request {
  background: #1d233b;
}
html.dark .contacts-modal-request__icon-close {
  stroke: #fffeff;
}
html.dark .contacts-modal-request__title, html.dark .contacts-modal-request__subtitle {
  color: #fffeff;
}
#mobile-config-modal {
  align-items: center;
  padding: 16px;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.2);
}
.config-modal {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fffeff;
  border: 1px solid #fffeff;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.15);
}
.config-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-left: 16px;
}
.config-modal__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: 0;
}
.config-modal__btn {
  border: none;
  margin: 0;
  padding: 14px;
  width: 48px;
  height: 48px;
  background-color: inherit;
}
.config-modal__btn svg {
  width: 20px;
  height: 20px;
  stroke: #1d233b;
}
.config-modal__content {
  padding: 0 16px 16px 16px;
}
.config-modal__message {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin-bottom: 32px;
}
.config-modal__close {
  width: 100%;
  height: 48px;
}
html.dark .config-modal {
  background-color: #1d233b;
  border-color: rgba(255, 254, 255, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(171, 181, 234, 0.07);
}
html.dark .config-modal__btn svg {
  stroke: #fffeff;
}
html.dark .review__star path {
  stroke: #ffffff !important;
  stroke-opacity: 0.8 !important;
}
html.dark .review__star:hover path {
  stroke: #7318F2 !important;
  stroke-opacity: 1 !important;
}
html.dark .review__stars {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  padding: 8px !important;
  backdrop-filter: blur(10px) !important;
}