@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
html *,
body * {
  font-family: "Raleway", sans-serif;
  scroll-behavior: smooth;
}
html,
body {
  box-sizing: border-box;
}

body {
  padding-right: 0 !important;
  background: #0e1638;
}

::-webkit-scrollbar-track {
  background-color: #edffff;
  box-shadow: inset 0 0 5px #d6fffe;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #404E88;
  height: 100px;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}
button:active, button:hover, button:focus,
input:active,
input:hover,
input:focus {
  outline: none;
  border: none;
}

img {
  user-select: none !important;
  pointer-events: none;
}

.navbar-dark .navbar-toggler {
  padding: 0;
}

.navbar {
  padding-top: 0;
}
.navbar-inner {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 10px;
}
.navbar {
  background: url("/assets/images/Плашка-Меню.png");
  background-repeat: no-repeat;
  background-position: top -24px left 52%;
  background-size: 1515px 248px;
}
.navbar-mobile-logo {
  display: none;
  max-width: 184px;
  margin: 0 auto;
}
.navbar-mobile-logo img {
  width: 100%;
}
.navbar-mobile-help {
  display: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.navbar-mobile-help img {
  width: 100%;
}

.submit-modal .modal-content {
  border: none;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.49);
  border-radius: 15px;
  background: linear-gradient(305.68deg, #CC15A4 -29.89%, #571D76 30.73%, #2F0E5F 57.18%, #250A58 75.53%, #204792 106.17%);
  min-height: 337px;
}
.submit-modal .modal-content-border {
  background: url("/assets/images/modal-border.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 337px;
  width: 100%;
}
.submit-modal .modal-content-girl {
  background: url("/assets/images/Девушка с баннера 1 1.png");
  background-position: right 33px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px;
}
.submit-modal .modal-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  margin: 15px auto 0;
  text-align: center;
  color: #E2B5F2;
}
.submit-modal .modal-text {
  max-width: 216px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ccd1f7;
  padding: 20px 0 30px 20px;
}
.submit-modal .modal-body .button-cristal {
  margin-top: 50px;
  margin-left: 10px;
}

.error-modal .modal-content {
  border: none;
  background: linear-gradient(180deg, #8F0882 0%, #3E0857 100%);
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.49);
  border-radius: 15px;
  min-height: 250px;
}
.error-modal .modal-content-border {
  background: url("/assets/images/error-border-modal.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 250px;
  width: 100%;
}
.error-modal .modal-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  margin: 15px auto 0;
  text-align: center;
}
.error-modal .modal-text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DFCCF7;
}
.error-modal .modal-body .button-cristal {
  margin: 40px auto 0;
}

.go-button-prev, .go-button-next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 48px;
  height: 48px;
}
.go-button-prev::after, .go-button-next::after {
  content: none;
}
.go-button-prev, .go-button-next {
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.go-button-prev:hover, .go-button-next:hover {
  transform: scale(1.14);
}
.go-button-prev {
  left: -24px;
  background: url("/assets/images/icons/arrow left.svg");
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.go-button-next {
  right: -24px;
  background: url("/assets/images/icons/arrow right.svg");
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
}

main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

section {
  padding: 50px 0;
}

.section--header-wrapper {
  width: fit-content;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.section--header-wrapper-second {
  margin-top: 40px;
}
.section--header-name {
  position: relative;
  margin: 0;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #DBE5FF 0%, #CDDBFF 27.6%, #9EB7F9 59.9%, #4868B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  filter: drop-shadow(2px -2px 6px rgba(133, 152, 255, 0.46));
}
.section--header-name::after, .section--header-name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92px;
  height: 22px;
  margin: auto 0;
}
.section--header-name::before {
  left: -110px;
  background: url("/assets/images/arrow_left.svg");
  background-size: 92px 22px;
}
.section--header-name::after {
  right: -110px;
  background: url("/assets/images/arrow_right.svg");
  background-size: 92px 22px;
}
.section--header-description {
  max-width: 849.26px;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  /* Text/Header 3 */
  color: #e2b5f2;
}
.section--backgrounds-header {
  background: url("/assets/images/background/Фон пещера.png");
  background-position: top;
  background-size: 100% 73%;
  background-repeat: no-repeat;
}
.section--hero {
  width: 100%;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}
.section--hero-content {
  margin-top: 220px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.section--hero .hero--content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.section--hero .hero--content-title {
  margin: 0 0 32px 0;
  color: #ccd1f7;
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
}
.section--hero .hero--content-description {
  margin: 0 0 50px 0;
  color: #a2cdff;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section--hero .hero--image-back {
  position: absolute;
  right: 23px;
  top: -70px;
  height: auto;
}
.section--hero .hero--image-front {
  display: block;
  z-index: 10;
  width: 70%;
  top: -50px;
  position: relative;
}
.section--hero .hero--image-back {
  z-index: 9;
  right: -65px;
  top: -100px;
  width: 680px;
  mix-blend-mode: screen;
  opacity: 0.8;
}
.section--hero .hero--form-submit {
  background-image: url("/assets/images/buttons/button3-cristal-bg.png") !important;
}
.section--hero .hero--form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.section--hero .hero--form-label {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #9c94f4;
  margin-bottom: 24px;
}
.section--hero .hero--form-input {
  width: 320px;
  height: 45px;
  background: #111044;
  box-shadow: 3px -2px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54), inset 0px 0px 0px 1px rgba(192, 138, 237, 0.955);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-appearance: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section--hero .hero--form-input::placeholder {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #8a86bf;
}
.section--hero .hero--form-input {
  color: #8a86bf;
  padding: 8px 16px;
}
.section--pack {
  width: 100%;
  height: auto;
}
.section--pack .pack--content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section--pack .pack--list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section--pack .pack--list-wrapper {
  padding: 12px 5px 30px;
  box-sizing: border-box;
}
.section--pack .pack--list-item {
  position: relative;
  max-width: 410px;
  width: 410px;
  min-height: 172px;
}
.section--pack .pack--list-item-wrapper {
  background-image: url("/assets/images/cards/desktop-card-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105% 109%;
}
.section--pack .pack--list-item {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 3.50427px -3.50427px 8.17664px rgba(195, 22, 255, 0.35), 0px 4.67236px 4.67236px rgba(0, 0, 0, 0.25), inset 0px 0px 4.67236px rgba(255, 255, 255, 0.5), inset 0px 0px 16.3533px rgba(193, 138, 237, 0.54), inset 0px 0px 70.0855px rgba(24, 8, 69, 0.16);
}
.section--pack .pack--list-item-header {
  z-index: 2;
  position: relative;
  padding: 8px 20px 16px 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.062745098);
  background: linear-gradient(249.84deg, rgba(252, 93, 217, 0.2) 3.31%, rgba(232, 38, 208, 0.2) 13.49%, rgba(139, 35, 194, 0.2) 42.38%, rgba(101, 73, 207, 0.2) 66.57%, rgba(35, 123, 255, 0.2) 96.16%);
  backdrop-filter: blur(1.5px);
}
.section--pack .pack--item-name {
  width: fit-content;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ccd1f7;
  text-shadow: 0px -1.16809px 5px rgba(250, 194, 255, 0.39);
  text-align: center;
}
.section--pack .pack--item-description {
  width: fit-content;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  /* or 85% */
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #edbbf5;
}
.section--pack .pack--item-content-wrapper {
  padding: 14px 26px 18px 26px;
  box-sizing: border-box;
}
.section--pack .pack--item-content-wrapper button {
  z-index: 1;
  position: relative;
}
.section--pack .pack--item-content-image {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}
.section--pack .pack--item-content-image-wrapper {
  pointer-events: none;
  position: absolute;
  right: 10px;
  bottom: 56px;
  width: auto;
  height: 141px;
}
.section--pack .pack--item-content-image-bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}
.section--pack .pack--item-content-list-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  /* or 110% */
  letter-spacing: 0.02em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #d1ceef;
}
.section--pack .pack--item-content-list-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
}
.section--pack .pack--item-content-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
  padding-left: 8px;
}
.section--pack .pack--item-content-list-item {
  font-size: 15px;
  line-height: 20px;
  /* or 19px */
  font-feature-settings: "pnum" on, "lnum" on;
  color: #9d96ec;
  list-style: none;
}
.section--pack .pack--item-content-list-item::before {
  content: "•";
  color: #f97ecf;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  width: 21px;
  margin-left: -10px;
  margin-top: -6px;
}
.section--backgrounds {
  background: url("/assets/images/background/section--backgrounds.png");
  background-position: center 92px;
  background-size: 100% 96%;
  background-repeat: no-repeat;
}
.section--ametist {
  width: 100%;
  height: auto;
}
.section--ametist .ametist--content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section--ametist .ametist--list {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.section--ametist .ametist--list-wrapper {
  padding: 12px 5px;
  box-sizing: border-box;
}
.section--ametist .ametist--list-item-wrapper {
  height: 100%;
}
.section--ametist .ametist--list-item-wrapper .button-cristal {
  background-image: url("/assets/images/buttons/button3-cristal-bg.png");
}
.section--ametist .ametist--list-item {
  position: relative;
  max-width: 267px;
  width: 267px;
  min-height: 360px;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background: url("/assets/images/cards/ametist-desktop-card.png");
  background-repeat: no-repeat;
  background-position: top -17px right -15px;
  background-size: 108% 108%;
  background-color: transparent;
}
.section--ametist .ametist--item-content-wrapper {
  height: 100%;
  box-sizing: border-box;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
.section--ametist .ametist--item-content-wrapper .button-cristal {
  margin: 0 auto;
}
.section--ametist .ametist--item-content-multiply {
  text-align: center;
  margin-bottom: auto;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  font-feature-settings: "pnum" on, "lnum" on;
  /* Text/Header 1 */
  color: #ccd1f7;
}
.section--ametist .ametist--item-content-image-item {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin: auto auto;
}
.section--ametist .ametist--item-content-image-bg {
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  mix-blend-mode: screen;
  backdrop-filter: none;
  opacity: 0.4;
}
.section--elecsir {
  width: 100%;
  height: auto;
}
.section--elecsir .elecsir--content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section--elecsir .elecsir--list {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.section--elecsir .elecsir--list-wrapper {
  padding: 12px 5px;
  box-sizing: border-box;
}
.section--elecsir .elecsir--list-item-wrapper {
  height: 100%;
}
.section--elecsir .elecsir--list-item-wrapper .button-cristal {
  background-image: url("/assets/images/buttons/button3-cristal-bg.png");
}
.section--elecsir .elecsir--list-item {
  position: relative;
  max-width: 267px;
  width: 267px;
  min-height: 360px;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background: url("/assets/images/cards/ametist-desktop-card.png");
  background-repeat: no-repeat;
  background-position: top -17px right -15px;
  background-size: 108% 108%;
  background-color: transparent;
}
.section--elecsir .elecsir--item-content-wrapper {
  height: 100%;
  box-sizing: border-box;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
.section--elecsir .elecsir--item-content-wrapper .button-cristal {
  margin: 0 auto;
}
.section--elecsir .elecsir--item-content-multiply {
  text-align: center;
  margin-bottom: auto;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  font-feature-settings: "pnum" on, "lnum" on;
  /* Text/Header 1 */
  color: #ccd1f7;
}
.section--elecsir .elecsir--item-content-image-item {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin: auto auto;
}
.section--elecsir .elecsir--item-content-image-bg {
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  mix-blend-mode: screen;
  backdrop-filter: none;
  opacity: 0.4;
}
.section--amulet {
  width: 100%;
  height: auto;
  background-position: center -40px;
  background-size: 100% 106%;
  background-repeat: no-repeat;
}
.section--amulet .amulet--content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section--amulet .amulet--list {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section--amulet .amulet--list-wrapper {
  padding: 12px 5px;
  box-sizing: border-box;
}
.section--amulet .amulet--list-item-wrapper {
  height: 100%;
}
.section--amulet .amulet--list-item {
  position: relative;
  max-width: 267px;
  width: 267px;
  min-height: 360px;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background: url("/assets/images/cards/ametist-desktop-card.png");
  background-repeat: no-repeat;
  background-position: top -17px right -15px;
  background-size: 108% 108%;
  background-color: transparent;
}
.section--amulet .amulet--item-content-wrapper {
  height: 100%;
  box-sizing: border-box;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
.section--amulet .amulet--item-content-wrapper .button-cristal {
  margin: 0 auto;
  background-image: url("/assets/images/buttons/button3-cristal-bg.png");
}
.section--amulet .amulet--item-content-multiply {
  text-align: center;
  margin-bottom: auto;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  font-feature-settings: "pnum" on, "lnum" on;
  /* Text/Header 1 */
  color: #ccd1f7;
}
.section--amulet .amulet--item-content-image-item {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin: auto auto;
}
.section--amulet .amulet--item-content-image-bg {
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  mix-blend-mode: screen;
  backdrop-filter: none;
  opacity: 0.4;
}
.section--payment {
  position: relative;
  width: 100%;
  height: auto;
  background: url("/assets/images/background/ФонПроцессоплаты-min.png");
  background-position: center -40px;
  background-repeat: no-repeat;
}
.section--payment-devider {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section--payment-devider.top {
  top: -72px;
}
.section--payment-devider.bottom {
  bottom: 28px;
}
.section--payment-devider-line::before, .section--payment-devider-line::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #404e88;
}
.section--payment-devider-line::before {
  left: -60%;
  width: 100%;
}
.section--payment-devider-line::after {
  left: 60%;
  width: 100%;
}
.section--payment-devider-line.top::before, .section--payment-devider-line.top::after {
  top: -50px;
}
.section--payment-devider-line.bottom::before, .section--payment-devider-line.bottom::after {
  bottom: 49px;
}
.section--payment .payment--step-wrapper {
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
}
.section--payment .payment--step-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(33.3333333333% - 64px);
}
.section--payment .payment--item-image-wrapper {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.section--payment .payment--item-image-wrapper.devider::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 0;
  right: -72px;
  margin: auto 0;
  background-image: url("/assets/images/block/number devider.svg");
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.section--payment .payment--item-image {
  min-width: 100%;
  width: 100%;
}
.section--payment .payment--item-text {
  max-width: 100%;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #bbb8e2;
  text-shadow: 0 9px 15px #0b1836, 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.section--payment .varanty--list-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section--payment .varanty--list-item {
  display: flex;
  flex-direction: row;
  gap: 34px;
  align-items: center;
}
.section--payment .varanty--item-image {
  width: 74px;
  height: 74px;
  display: flex;
}
.section--payment .varanty--item-text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ccd1f7;
}
.section--payment .varanty--item-textsmall {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ccd1f7;
}
.section--varanty {
  z-index: 2;
  width: 100%;
  height: auto;
}
.section--feedback {
  width: 100%;
  height: auto;
  background: url("/assets/images/background/Фон Форма обратной связи.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.section--feedback .feedback--content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-evenly;
  position: relative;
}
.section--feedback .feedback--content-text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ccd1f7;
}
.section--feedback .feedback--column {
  height: auto;
  display: flex;
  flex-direction: column;
}
.section--feedback .feedback--column-row {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.section--feedback .feedback--column-row.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section--feedback .feedback--column-devider {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}
.section--feedback .feedback--social-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  /* or 34px */
  font-feature-settings: "pnum" on, "lnum" on;
  color: #b780d9;
}
.section--feedback .feedback--social-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section--feedback .feedback--social-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section--feedback .feedback--social-list-vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section--feedback .feedback--social-list-item {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--feedback .feedback--social-list-item.game {
  transition: 0.3ms all;
}
.section--feedback .feedback--social-list-item.game svg {
  min-width: 100%;
}
.section--feedback .feedback--social-list-item.game:hover rect {
  stroke: #F097FF;
}
.section--feedback .feedback--social-list-item.game:hover path {
  fill: #F097FF;
}
.section--feedback .feedback--social-list-item.game:focus rect:first-child, .section--feedback .feedback--social-list-item.game:active rect:first-child {
  fill: #492379;
}
.section--feedback .feedback--social-list-item.game:focus rect, .section--feedback .feedback--social-list-item.game:active rect {
  stroke: #fff;
}
.section--feedback .feedback--social-list-item.game:focus path, .section--feedback .feedback--social-list-item.game:active path {
  fill: #fff;
}
.section--subscription {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.section--subscription .subscription--card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--subscription .subscription--card-item {
  /*position: relative;
  display: inline-block;
  max-width: 100%;*/
}
.section--subscription .vip-card-item .vip-card-wrapper {
  position: relative;
  display: inline-block;
}
.section--subscription .vip-card-item .vip-card-image {
  max-width: 410px;
  width: 410px;
  min-height: 172px;
}
.section--subscription .vip-card-item .vip-card-button {
  position: absolute;
  bottom: 28px;
  left: 27.5%;
  transform: translateX(-50%);
  z-index: 1;
}

.copyright {
  margin: 30px auto 0 auto;
  max-width: fit-content;
  padding: 32px 0 0 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #ccd1f7;
}

.button-cristal {
  position: relative;
  height: 50px;
  min-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: url("/assets/images/buttons/button-cristal-bg.png");
  background-size: 111% 147%;
  background-position: top -11px left -10px;
  background-repeat: no-repeat;
  box-shadow: 0 2.98148px 7.17207px rgba(0, 0, 0, 0.32), 0 0 8.86871px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  overflow: hidden;
  pointer-events: all;
  user-select: none;
  cursor: pointer;
  transition-property: transform;
  transition: box-shadow 0.3s ease-in-out;
}
.button-cristal:hover {
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px rgba(226, 219, 255, 0.31), 0px -4px 13px rgba(197, 74, 255, 0.63);
}
.button-cristal:hover span {
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.24));
}
.button-cristal:active, .button-cristal:focus {
  background-repeat: no-repeat;
  box-shadow: 0 0 7px rgba(239, 235, 254, 0.31), 0px -4px 13px rgba(205, 129, 241, 0.63);
}
.button-cristal:active::before, .button-cristal:focus::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
}
.button-cristal:active span, .button-cristal:focus span {
  filter: drop-shadow(0px 0px 4px white);
}
.button-cristal span {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(180deg, #DDDCFF 33.39%, #7E7CF4 139.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 6px #0E1638);
}
.button-cristal span.vip {
  filter: drop-shadow(2px 4px 6px #38310e);
}
.button-cristal-stars, .button-cristal-blink {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 189px;
  object-fit: cover;
}
.button-cristal-stars {
  z-index: 2;
  mix-blend-mode: screen;
}
.button-cristal-blink {
  z-index: 1;
}
.button-cristal-pretty {
  background-image: url("/assets/images/buttons/button2-cristal-bg.png");
}
.button-cristal-vip {
  background-image: url("/assets/images/buttons/button-vip-cristal-bg.png");
}

header {
  pointer-events: none;
  user-select: none;
}

.header--mobile-menu-list {
  display: none !important;
  background: linear-gradient(180deg, #38287F 15.16%, #3B2C96 49.12%, #1D1C51 110.36%);
  border-radius: 0;
}
.header--menu-row {
  margin: 0 auto 60px;
}
.header--content {
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header--content-wrapper {
  background: url("/assets/images/Плашка Меню.png");
  background-position: center -15px;
  background-size: 100% 246px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.header--menu-list {
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ccd1f7;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  pointer-events: all;
  user-select: text;
}
.header--menu-list-second {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.header--menu-link {
  margin-right: 40px;
  color: #ccd1f7;
  transition: 0.3s all;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
}
.header--menu-link:hover {
  color: #E2B5F2;
  text-decoration-line: none;
  border-bottom: 1px solid #E2B5F2;
}
.header--menu-link:last-child {
  margin-right: 0;
}
.header--logo {
  display: block;
  max-width: 310px;
  width: 100%;
  height: 105px;
  background-image: url("/assets/images/desktop-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 10px auto 0;
  cursor: pointer;
}
.header--logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header--logo-wrapper {
  height: fit-content;
  width: auto;
  transform: translateX(-18px);
  margin-left: auto;
  margin-right: auto;
}

.form--wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form--wrapper textarea {
  min-height: 120px;
  resize: none;
}
.form--title {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #b780d9;
  width: 100%;
}
.form--row {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.form--row button[type=submit] {
  margin: 0 auto;
}
.form--field {
  flex: auto;
  background: #111044;
  box-shadow: 3px -2px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54), inset 0px 0px 0px 1px rgba(192, 138, 237, 0.955);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-appearance: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
}
.form--field::placeholder {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #8a86bf;
}
.form--field {
  color: #8a86bf;
  padding: 16px 16px;
  border: 1px solid transparent;
  outline: none;
}
.form--field:focus, .form--field:hover {
  outline: none;
  border: 1px solid transparent;
}
.form--selector {
  flex: 100%;
  position: relative;
  z-index: 1;
}
.form--selector-wrapper {
  position: relative;
  z-index: 20;
  background: #3c2b81;
  box-shadow: 3px -2px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  border: 1px solid #9747ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}
.form--selector-wrapper .drop-down-icon {
  opacity: 0.7;
}
.form--selector-selected {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #bbb8e2;
  cursor: pointer;
}
.form--selector-list {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #17245c;
  border-radius: 15px;
  padding: 64px 15px 24px 15px;
  display: none;
  flex-direction: column;
  gap: 15px;
}
.form--selector-list-item {
  flex: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 220%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #bbb8e2;
  cursor: pointer;
}
.form--selector.show .form--selector-wrapper {
  background: #5e49b4;
  box-shadow: 3px -2px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54);
}
.form--selector.show .form--selector-wrapper .drop-down-icon {
  opacity: 1;
}
.form--selector.show .form--selector-list {
  display: flex;
}

.policy-wrapper {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #8a86bf;
  flex-wrap: nowrap;
}

.checkbox-group {
  display: block;
  margin-bottom: 15px;
  margin-left: 6px;
}
.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-group label {
  position: relative;
  cursor: pointer;
}
.checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: rgba(16, 15, 54, 0.186);
  box-shadow: 3px -3px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 2.5px solid rgba(221, 179, 255, 0.467);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px;
  padding: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox-group input:checked + label:before {
  background: rgba(46, 45, 120, 0.58);
  box-shadow: 3px -3px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54);
}
.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 15px;
  width: 8px;
  height: 16px;
  border: solid #ba5acc;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.success {
  background: #305e7e;
  border: 1px solid #7ef9b0;
  box-shadow: 3px -2px 7px rgba(22, 241, 255, 0.35), inset 0px 0px 10px rgba(138, 237, 231, 0.54);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #7ef9b0;
}
.success::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #7ef9b0;
}

.error {
  background: #78307e;
  border: 1px solid #f97ecf;
  box-shadow: 3px -2px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #e2b5f2;
}
.error::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #e2b5f2;
}

.printed {
  background: #3c2b81;
  box-shadow: 3px -2px 7px rgba(195, 22, 255, 0.35), inset 0px 0px 10px rgba(193, 138, 237, 0.54);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #bbb8e2;
  border: 1px solid #bbb8e2;
}

.swiper-pagination {
  bottom: -5px !important;
}

.swiper-pagination-bullet {
  min-width: 10px !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #C2D3FD !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #3B60BE;
}

@media (max-width: 1590px) {
  .navbar {
    background-size: 1495px 246px;
  }
  .copyright {
    font-size: calc(14px + 13.6 * (100vw - 360px) / 1590);
  }
  .form--title {
    font-size: calc(22px + 10.2 * (100vw - 360px) / 1590);
  }
  .form--selector-selected {
    font-size: calc(15px + 5.1 * (100vw - 360px) / 1590);
  }
  .form--selector-list-item {
    font-size: calc(15px + 5.1 * (100vw - 360px) / 1590);
  }
  .form--field {
    font-size: calc(15px + 5.1 * (100vw - 360px) / 1590);
  }
  .form--field::placeholder {
    font-size: calc(15px + 5.1 * (100vw - 360px) / 1590);
  }
  section {
    padding: calc(30px + 34 * (100vw - 360px) / 1590) 0;
  }
  .section--feedback .feedback--social-title {
    font-size: calc(20px + 13.6 * (100vw - 360px) / 1590);
  }
  .section--feedback .feedback--content-text {
    font-size: calc(17px + 6.8 * (100vw - 360px) / 1590);
    line-height: calc(24px + 23.8 * (100vw - 360px) / 1590);
  }
  .section--payment-devider {
    display: none;
  }
  .section--payment-devider-line::before, .section--payment-devider-line::after {
    display: none;
  }
  .section--payment .varanty--item-text {
    font-size: calc(13px + 15.3 * (100vw - 360px) / 1590);
    line-height: calc(19px + 32.3 * (100vw - 360px) / 1590);
  }
  .section--payment .varanty--item-textsmall {
    font-size: calc(8px + 15.3 * (100vw - 360px) / 1590);
    line-height: calc(12px + 32.3 * (100vw - 360px) / 1590);
  }
  .section--payment .payment--item-text {
    font-size: calc(13px + 15.3 * (100vw - 360px) / 1590);
  }
  .section--ametist .ametist--item-content-multiply {
    font-size: calc(22px + 10.2 * (100vw - 360px) / 1590);
    line-height: calc(26px + 11.9 * (100vw - 360px) / 1590);
  }
  .section--elecsir .elecsir--item-content-multiply {
    font-size: calc(22px + 10.2 * (100vw - 360px) / 1590);
    line-height: calc(26px + 11.9 * (100vw - 360px) / 1590);
  }
  .section--amulet .amulet--item-content-multiply {
    font-size: calc(22px + 10.2 * (100vw - 360px) / 1590);
    line-height: calc(26px + 11.9 * (100vw - 360px) / 1590);
  }
  .section--hero .hero--content-title {
    font-size: calc(17px + 27.2 * (100vw - 360px) / 1590);
    margin: 0 0 calc(10px + 37.4 * (100vw - 360px) / 1590) 0;
  }
  .section--hero .hero--content-description {
    font-size: calc(17px + 6.8 * (100vw - 360px) / 1590);
    margin: 0 0 calc(20px + 51 * (100vw - 360px) / 1590) 0;
  }
  .section--header-wrapper {
    margin: 0 auto calc(15px + 59.5 * (100vw - 360px) / 1590);
  }
  .section--header-name {
    font-size: calc(22px + 44.2 * (100vw - 360px) / 1590);
    line-height: calc(28px + 47.6 * (100vw - 360px) / 1590);
  }
  .section--header-description {
    font-size: calc(14px + 17 * (100vw - 360px) / 1590);
  }
}
@media (max-width: 1400px) {
  .header--menu-link {
    margin-right: 30px;
  }
  .navbar {
    background-position: top -25px left 42%;
  }
}
@media (max-width: 1200px) {
  .navbar {
    background-size: 120% 120%;
    background-position: top -30px left 49%;
  }
  .section--payment .payment--item-image-wrapper.devider::after {
    display: none;
  }
  .form--field {
    width: 100%;
  }
  .section--backgrounds {
    background-position: center 128px;
  }
  .section--ametist .ametist--list {
    justify-content: space-evenly;
  }
  .section--ametist .ametist--list-item {
    margin-bottom: 20px;
    background-repeat: no-repeat;
  }
  .section--elecsir .elecsir--list {
    justify-content: space-evenly;
  }
  .section--elecsir .elecsir--list-item {
    margin-bottom: 20px;
  }
  .section--amulet .amulet--list {
    justify-content: space-evenly;
  }
  .section--amulet .amulet--list-item {
    margin-bottom: 20px;
  }
  .section--backgrounds-header {
    background-size: 114% 64%;
  }
}
@media (max-width: 992px) {
  .form--text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #BBB8E2;
  }
  .form--description {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #BBB8E2;
  }
  .scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }
  .scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }
  .navbar {
    background: linear-gradient(180deg, #251F66 -3.19%, #0F1739 100%);
    padding: 0;
  }
  .navbar-dark .navbar-toggler-icon {
    width: 38px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='32' viewBox='0 0 42 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0249 1.84668H40.0249' stroke='%23CCD1F7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.0249 15.8467H40.0249' stroke='%23CCD1F7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.0249 29.8467H40.0249' stroke='%23CCD1F7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .navbar-inner {
    display: flex;
  }
  .navbar-mobile-logo {
    display: block;
  }
  .navbar-mobile-help {
    display: block;
  }
  .button-cristal.mobile-button-cristal {
    background-image: url("/assets/images/buttons/button2-cristal-bg.png");
  }
  .navbar-collapse {
    position: fixed;
    top: 120px;
    left: 0;
    padding: 12px;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    z-index: 100;
    background: linear-gradient(165.46deg, rgba(31, 46, 113, 0.69) 1.53%, rgba(76, 22, 96, 0.69) 96.62%);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
  }
  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease;
  }
  .navbar-collapse-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .col-md-styles {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header--menu-link {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .header--mobile-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .header--mobile-socials .feedback--social-list-item {
    width: 46px;
  }
  .header--mobile-socials .feedback--social-list-item img {
    width: 100%;
  }
  .header--mobile-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .header--mobile-links .header--menu-link {
    padding: 18px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    border-bottom: 1px solid rgba(208, 73, 255, 0.3);
    color: #FFFFFF;
  }
  .header--mobile-links .header--menu-link svg {
    min-width: 21px;
    width: 21px;
    margin-right: 20px;
  }
  .header--mobile-menu-list {
    display: flex !important;
    padding: 9px 12px;
    justify-content: space-between;
    width: 100%;
    overflow-x: auto;
  }
  .header--mobile-menu-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header--menu-list {
    font-size: 16px;
  }
  .header--menu-row {
    margin: 0 auto;
  }
  .header--logo {
    display: none;
  }
  .section--backgrounds {
    background-size: 100% 96%;
  }
  .section--amulet .section--header-name::after, .section--amulet .section--header-name::before {
    display: block;
  }
  .section--amulet {
    background-size: 100% 111%;
  }
  .section--amulet .amulet--list-wrapper {
    padding: 10px 0 0 0;
    right: 0;
  }
  .section--ametist .section--header-name::after, .section--ametist .section--header-name::before {
    display: block !important;
  }
  .section--ametist .ametist--list-item {
    background-image: url("/assets/images/cards/mobile-product-card.png");
  }
  .section--ametist .ametist--list-wrapper {
    padding: 10px 0px 0 0;
    right: 0;
  }
  .section--pack .pack--list-wrapper {
    padding: 10px 10px 30px 0;
    right: -5px;
  }
  .section--elecsir .section--header-name::after, .section--elecsir .section--header-name::before {
    display: block;
  }
  .section--elecsir .elecsir--list-wrapper {
    padding: 10px 0 0 0;
    right: 0;
  }
  .section--hero .hero--image-back {
    display: none;
  }
  .section--hero .hero--mobile-image {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .section--hero .hero--content-title {
    text-align: center;
  }
  .section--hero .hero--content-description {
    text-align: center;
  }
  .section--hero .hero--form-row {
    flex-direction: column;
    align-items: center;
  }
  .section--hero .hero--form-label {
    max-width: 237px;
    text-align: center;
  }
  .section--hero .hero--form-input {
    width: 320px;
  }
  .section--hero .hero--image-front {
    width: 50%;
    margin: 0 auto;
    top: -5px;
  }
  .section--header-name::after, .section--header-name::before {
    display: none;
  }
  .section--feedback .section--header-name::after, .section--feedback .section--header-name::before {
    display: block;
  }
  .section--feedback-mobile {
    padding-top: 150px;
    min-height: 100vh;
  }
  .section--feedback .feedback--social-list {
    gap: 20px;
    justify-content: center;
  }
  .section--feedback .feedback--social-list-vertical {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .section--feedback .feedback--social-list-item {
    width: 156px;
  }
  .section--feedback .feedback--social-list-item-first {
    width: 46px;
    height: 46px;
  }
  .section--feedback .feedback--social-list-item img {
    width: 100%;
  }
  .section--payment-help {
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #8A86BF;
    margin: 30px 0;
  }
  .section--payment-index {
    margin: 0 auto;
  }
  .section--payment-index:hover, .section--payment-index:active {
    text-decoration-line: none;
  }
  .section--payment-mobile {
    min-height: 100vh;
    padding-top: 160px;
  }
  .section--payment-mobile .section--header-mobile-name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #E2B5F2;
  }
  .section--payment-mobile .section--header-mobile-description {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #A7B0FF;
  }
  .section--payment .section--header-name::after, .section--payment .section--header-name::before {
    display: block;
  }
  .section--payment .payment--step-wrapper {
    flex-direction: column;
  }
  .section--payment .payment--step-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .section--payment .payment--item-text {
    text-align: left;
  }
  .section--payment .payment--item-image {
    width: 100%;
    min-width: unset;
  }
  .section--payment .payment--item-image-wrapper {
    min-width: 70px;
    max-width: 70px;
  }
  .section--payment .payment--item-image-wrapper.devider::after {
    display: none;
  }
  .go-button-prev, .go-button-next {
    display: none;
  }
  .display-md-none {
    display: none;
  }
  .copyright {
    padding: 0;
    margin: 0 auto;
  }
  .button-cristal {
    min-height: 42px !important;
    min-width: 158px !important;
    max-width: 158px !important;
    background-size: 106% 139% !important;
    background-position: center !important;
  }
}
@media (max-width: 768px) {
  .header--mobile-menu-list {
    max-width: 768px;
  }
  .section--ametist .ametist--list-item {
    max-width: 235px;
    width: 235px;
  }
  .section--elecsir .elecsir--list-item {
    max-width: 235px;
    width: 235px;
  }
  .section--amulet .amulet--list-item {
    max-width: 235px;
    width: 235px;
  }
}
.section--payment .payment--item-image.mobile {
  display: none;
}

@media (max-width: 576px) {
  .section--payment .payment--item-image.mobile {
    display: block;
  }
  .section--payment .payment--item-image.desktop {
    display: none;
  }
  .button-cristal {
    min-height: 45px;
  }
  .header--mobile-menu-list {
    max-width: 576px;
  }
  .form--row {
    gap: 10px;
  }
  .section--header-name::before, .section--header-name::after {
    background-size: 60% 100% !important;
    background-repeat: no-repeat !important;
  }
  .section--header-name::before {
    background: url("/assets/images/mobile-array-left.svg");
    background-position: right !important;
  }
  .section--header-name::after {
    background: url("/assets/images/mobile-array-right.svg");
    background-position: left !important;
  }
  .container--ametist, .container--elecsir, .container--amulet {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section--backgrounds-header {
    background: none;
  }
  .section--backgrounds2 {
    background: url("/assets/images/background/mobile-process-oplata.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section--backgrounds {
    background: url("/assets/images/background/mobile-products-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section--hero {
    background-size: 100%;
    background-position: top center;
    background-image: url("/assets/images/background/Мобильный-Фон-пещера.png");
  }
  .section--pack .pack--item-description {
    font-size: 16px;
  }
  .section--feedback {
    background-image: none;
    background-color: transparent;
  }
  .section--feedback .feedback--social-list-item-first {
    width: 44px;
    height: 44px;
  }
  .section--feedback .feedback--social-list-item-first img {
    width: 100%;
  }
  .section--payment {
    background-image: none;
    background-color: transparent;
  }
  .section--payment .payment--step-wrapper {
    gap: 24px;
  }
  .section--payment .varanty--list-item {
    gap: 24px;
  }
  .section--payment .varanty--list-wrapper {
    gap: 18px;
  }
  .section--payment .varanty--item-image {
    width: 56px;
    height: 56px;
  }
  .section--amulet .amulet--item-content-wrapper {
    padding: 16px 7px;
  }
  .section--amulet .amulet--item-content-wrapper .button-cristal {
    width: 100%;
  }
  .section--amulet .amulet--item-content-wrapper .button-cristal .button-cristal-stars, .section--amulet .amulet--item-content-wrapper .button-cristal .button-cristal-blink {
    height: 100%;
    width: 100%;
  }
  .section--amulet .amulet--item-content-image-item {
    width: 130px;
    height: 118px;
  }
  .section--amulet .amulet--list {
    justify-content: center;
  }
  .section--amulet .amulet--list-item {
    min-height: 250px;
    height: 250px;
    border-radius: 20px;
    background-position: top -11px right -10px;
    background-size: 108% 108%;
    max-width: 195px;
    width: 190px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .section--amulet .amulet--list-item:nth-child(even) {
    margin-right: 0;
  }
  .section--ametist .ametist--item-content-image-item {
    width: 130px;
    height: 118px;
  }
  .section--ametist .ametist--item-content-wrapper {
    padding: 16px 7px;
  }
  .section--ametist .ametist--item-content-wrapper .button-cristal {
    width: 100%;
  }
  .section--ametist .ametist--item-content-wrapper .button-cristal-stars,
  .section--ametist .ametist--item-content-wrapper .button-cristal-blink {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .section--ametist .ametist--list {
    justify-content: center;
    gap: 0px;
  }
  .section--ametist .ametist--list-item {
    min-height: 250px;
    height: 250px;
    border-radius: 24px;
    background-position: top -11px right -10px;
    background-size: 108% 108%;
    max-width: 195px;
    width: 190px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .section--ametist .ametist--list-item:nth-child(even) {
    margin-right: 0;
  }
  .section--elecsir .elecsir--item-content-image-item {
    width: 130px;
    height: 118px;
  }
  .section--elecsir .elecsir--item-content-wrapper {
    padding: 16px 7px;
  }
  .section--elecsir .elecsir--item-content-wrapper .button-cristal {
    width: 100%;
  }
  .section--elecsir .elecsir--item-content-wrapper .button-cristal-stars,
  .section--elecsir .elecsir--item-content-wrapper .button-cristal-blink {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .section--elecsir .elecsir--list {
    justify-content: center;
  }
  .section--elecsir .elecsir--list-item {
    min-height: 250px;
    height: 250px;
    border-radius: 20px;
    background-position: top -11px right -10px;
    background-size: 108% 108%;
    max-width: 195px;
    width: 190px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .section--elecsir .elecsir--list-item:nth-child(even) {
    margin-right: 0;
  }
  .section--feedback.section--feedback-mobile {
    background: url("/assets/images/background/mobile-feedback-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section--payment.section--payment-mobile {
    background: url("/assets/images/background/Фон звезды.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section--hero {
    background-image: none;
    padding-top: 12px;
  }
  .section--hero .hero--image-front {
    width: 60%;
    margin: 0 auto;
    top: -7px;
  }
  .section--backgrounds-header {
    background-image: url("/assets/images/background/mobile-hero-bg.png") !important;
    background-size: 100% 100%;
  }
}
@media (max-width: 405px) {
  .section--elecsir .elecsir--list-item,
  .section--ametist .ametist--list-item,
  .section--amulet .amulet--list-item {
    width: 170px;
  }
}
@media (max-width: 380px) {
  .button-cristal {
    min-width: 151px !important;
    max-width: 151px !important;
  }
}
@media (min-width: 992px) {
  .fixed-top {
    position: relative;
  }
}
