/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.header {
  color: #17182e;
  top: 0;
  width: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.4117647059);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: sticky;
  opacity: 1;
}
.header__nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 50px;
  padding: 0;
  margin-right: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--fixed {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1s ease 3ms;
  transition: opacity 1s ease 3ms;
}
.button {
  width: 168px;
  height: 54px;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 26px;
  border-radius: 4px;
  background: #ea1a40;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: none;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.button--price {
  background: rgba(234, 26, 60, 0.1019607843);
  color: #ea1a40;
  display: block;
}
.button--price:hover {
  color: white;
  background: #ea1a40;
}
.button--submit {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  color: white;
  background: #1c1b2d;
  cursor: pointer;
  border-radius: 4px;
  border: 0;
  padding: 20px 0;
  letter-spacing: 1.1px;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.button:active,
.button:focus,
.button:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes btn {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btn {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.logo {
  width: 100%;
  display: block;
  max-width: 330px;
}
.burger {
  display: none;
}
.ok {
  width: 110px;
  height: 34px;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 26px;
  border-radius: 4px;
  background: #17182e;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: none;
  font-weight: 400;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgb(8, 4, 39) 0%,
    rgb(48, 21, 93) 0%,
    rgb(28, 27, 45) 58%
  );
  -webkit-transition: opacity 0.75s, visibility 0.75s;
  transition: opacity 0.75s, visibility 0.75s;
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.preloader.done {
  opacity: 0;
  visibility: hidden;
}
.loader {
  width: 70px;
  height: 70px;
  border: 10px solid #dddddd;
  border-top-color: #f56476;
  border-radius: 50%;
  -webkit-animation: loader 1.5s infinite linear;
  animation: loader 1.5s infinite linear;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 150px;
}
.hero__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 150px;
}
.hero__pic {
  -webkit-transform: translate(-30%, -10%);
  transform: translate(-30%, -10%);
  z-index: -1;
}
.hero__image {
  min-width: 750px;
  width: 100%;
  border-radius: 30px;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.hero__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 86px;
  padding-bottom: 30px;
  text-align: center;
  margin: 0;
  color: white;
  -webkit-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  width: 80%;
}
.hero__title._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.hero__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 25px 0 50px;
  -webkit-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.hero__text._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
.about {
  background: #1c1b2d;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 50px 0;
}
.about__image {
  min-width: 650px;
  width: 100%;
  border-radius: 24px;
}
.about__title {
  font-size: 48px;
  color: white;
  margin: 0 0 20px;
}
.about__text {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #17182e;
  margin: 0;
  color: white;
}
.section {
  background: #1c1b2d;
  padding: 80px 0 30px;
}
.price {
  background: rgb(8, 4, 39);
  background: radial-gradient(
    circle,
    rgb(8, 4, 39) 0%,
    rgb(48, 21, 93) 0%,
    rgb(28, 27, 45) 58%
  );
}
.price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0 100px;
  -webkit-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price__wrapper._active:first-child {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.price__wrapper._active:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
.price__wrapper._active:nth-child(3) {
  -webkit-transition: all 0.8s ease 0.12s;
  transition: all 0.8s ease 0.12s;
}
.price__wrapper._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.price__item {
  background: #f8f8f8;
  padding: 30px 30px;
  border-radius: 24px;
  -webkit-box-shadow: rgba(23, 23, 46, 0.1) 0px 45px 70px -10px;
  box-shadow: rgba(23, 23, 46, 0.1) 0px 45px 70px -10px;
  max-width: 300px;
  height: 550px;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .price__item:nth-child(-n + 2) .price__item-title {
  margin-top: 30px;
} */
.price__item-title {
  color: rgb(92, 92, 92);
  margin: 15px 0 0;
  text-align: center;
}
.price__item-subtitle {
  margin: 10px 0 0;
  font-weight: 300;
  color: rgb(92, 92, 92);
  font-size: 14px;
}
.price__item-price {
  font-weight: 700;
  font-size: 48px;
  color: #17182e;
  letter-spacing: 1.6px;
  text-align: center;
  margin: 40px 0 30px;
}
.price__item-list {
  margin: 0;
  padding: 0 0 30px;
  list-style-type: none;
}
.price__item-list-item {
  margin: 20px 0;
  background-image: url("/img/list.svg");
  background-position: left;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.form {
  padding-bottom: 100px;
  background: #1c1b2d;
}
.form__background {
  position: relative;
  background: #ea1a40;
  border-radius: 24px;
  padding-bottom: 100px;
}
.form__body {
  background: white;
  color: #17182e;
  max-width: 80%;
  border-radius: 4px;
  margin: 80px auto 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 50px;
  position: relative;
}
.form__body > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.form__body > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.form__body > :nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.form__body > :nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.form__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 80px 0 100px;
}
.form__item {
  min-height: 62px;
  margin-bottom: 0;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #dfe0eb;
  border-radius: 3px;
  color: #333333;
  outline: none;
}
.form__item:focus {
  outline-style: none;
}
.form__item::-webkit-input-placeholder {
  font-weight: 300;
}
.form__item::-moz-placeholder {
  font-weight: 300;
}
.form__item:-ms-input-placeholder {
  font-weight: 300;
}
.form__item::-ms-input-placeholder {
  font-weight: 300;
}
.form__item::placeholder {
  font-weight: 300;
}
.form__popup {
  width: 100%;
}
.form__popup-wrapper {
  -webkit-transform: translate(-200%);
  transform: translate(-200%);
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__popup-wrapper.active {
  max-width: 420px;
  background: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  height: 280px;
  -webkit-box-shadow: rgba(23, 24, 46, 0.4) 10px 10px 5px;
  box-shadow: rgba(23, 24, 46, 0.4) 10px 10px 5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 2;
}
.form__popup-image {
  width: 100%;
  max-width: 100px;
}
.form__popup-heading {
  text-align: center;
  font-size: 26px;
  color: #17182e;
  margin: 0;
}
.form__popup-text {
  text-align: center;
  color: #17182e;
  margin: 15px 0 30px;
}
.form__popup.active:after {
  content: "";
  display: block;
  background-color: rgba(51, 51, 51, 0.0784313725);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.form__item._error {
  -webkit-box-shadow: 0 0 15px #ea1a40;
  box-shadow: 0 0 15px #ea1a40;
}
.footer {
  background: linear-gradient(
    352deg,
    rgb(59, 25, 113) 0%,
    rgb(28, 27, 45) 50%,
    rgb(28, 27, 45) 100%
  );
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 80px;
}
.footer__social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.footer__social > img {
  width: 100%;
  max-width: 330px;
}
.footer__list {
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list-item {
  margin: 20px 0;
}
.footer__list-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  width: 100%;
}
.footer__link {
  color: white;
  text-decoration: none;
}
.footer__link > i {
  margin-right: 10px;
}
.dev {
  padding: 20px 0;
}
.dev-text {
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.5176470588);
  font-size: 12px;
}
.dev-link {
  color: rgba(255, 255, 255, 0.5176470588);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.dev-link:hover {
  color: white;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #17182e;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
._anim-show {
  -webkit-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
._active ._anim-show,
._anim-show._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
html {
  scroll-behavior: smooth;
}
html * {
  scrollbar-width: thin;
  scrollbar-color: #f8f8f8 #17182e;
}
html ::-webkit-scrollbar {
  width: 5px;
}
html ::-webkit-scrollbar-track {
  background: #17182e;
}
html ::-webkit-scrollbar-thumb {
  background-color: #f8f8f8;
  border-radius: 15px;
  border: 0px none #ffffff;
}
body {
  font-family: "Montserrat", sans-serif;
}
.container {
  margin: 0 auto;
  max-width: 1140px;
}
.container.swipe {
  margin: 0 auto;
  max-width: 1240px;
  margin-top: 80px;
}
.heading {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: #17182e;
  margin: 0;
  padding: 80px 0 30px;
}
.heading--white {
  color: white;
}
.heading:after {
  content: "";
  width: 30px;
  display: block;
  border: 2px solid #17182e;
  margin: 10px auto 0;
}
.heading--white:after {
  content: "";
  width: 30px;
  display: block;
  border: 2px solid white;
  margin: 10px auto 0;
}
.inner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bg {
  background: url("../img/background-main.webp") center/100% no-repeat;
  width: 100%;
}
.nav-link {
  color: white;
  text-decoration: none;
}
.nav-link--blue {
  color: #17182e;
}
.link-btn {
  color: white;
  text-decoration: none;
}
.link-btn--red {
  color: #ea1a40;
  text-decoration: none;
}
.media__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 150px;
}
@media screen and (max-width: 1150px) {
  .bg {
    background: url("../img/background-main.webp") center/130% no-repeat;
  }
  .container {
    max-width: 960px;
  }
  .header__nav-bar {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .hero__text {
    max-width: 70%;
  }
  .about__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__title {
    font-size: 36px;
  }
  .about__text {
    font-size: 12px;
  }
  .about__image {
    width: 100%;
    min-width: inherit;
  }
  .price__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .price__item {
    height: inherit;
    max-height: inherit;
    max-width: 450px;
  }
  .price__item-list-item {
    background-size: 12px 12px;
    font-size: 14px;
  }
  .price__item-price {
    margin: 30px 0 10px;
    font-size: 42px;
  }
  .footer__inner {
    gap: 89px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 950px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    height: 100vh;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: rgb(23, 24, 46);
    padding-bottom: 1000px;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .nav.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto;
  }
  .nav-link--blue {
    color: white;
    font-size: 24px;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 50px 0;
    gap: 35px;
  }
  .header__nav-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    margin: 0 25px;
  }
  .burger {
    cursor: pointer;
    height: 27px;
    width: 27px;
    margin: 0px;
    display: block;
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
  }
  .burger span,
  .burger span:after,
  .burger span:before {
    background: #17182e;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .burger span:after,
  .burger span:before {
    content: "";
  }
  .burger span:before {
    left: 0px;
    top: -10px;
    width: 27px;
  }
  .burger span {
    right: 0px;
    top: 13px;
    width: 27px;
  }
  .burger span:after {
    left: 0px;
    top: 10px;
    width: 27px;
  }
  .burger.active span:before {
    top: 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 27px;
    background: white;
  }
  .burger.active span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
    background: white;
  }
  .burger.active span:after {
    top: 0px;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
  }
  .lock {
    overflow: hidden;
  }
}
@media screen and (max-width: 910px) {
  .bg {
    background: url("../img/background-main.webp") center/150% no-repeat;
  }
  .container {
    max-width: 760px;
  }
  .hero__title {
    font-size: 52px;
  }
  .hero__content {
    padding-bottom: 0;
  }
  .hero__text {
    max-width: inherit;
  }
  .header__nav-bar {
    margin: 0;
  }
  .about__content {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__title {
    text-align: center;
  }
  .about__text {
    text-align: center;
  }
  .about__image {
    max-height: 450px;
  }
  .form__body {
    margin: 10px auto 0px;
  }
  .footer__inner {
    gap: 25px;
  }
  .footer__social {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .bg {
    background: url("../img/background-main.webp") center/cover no-repeat;
  }
  .hero__descr {
    margin-top: 80px;
  }
  .hero__title {
    font-size: 38px;
    line-height: 62px;
    padding-bottom: 0;
  }
  .heading {
    font-size: 48px;
  }
  .heading--white {
    padding: 50px 0 30px;
  }
  .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  .footer__link {
    font-size: 12px;
  }
  .footer__link > i {
    padding: 0;
  }
  .footer__list-item {
    margin: 15px 0;
    font-size: 14px;
  }
  .footer__social-items {
    margin: 30px 0;
  }
  .media__wrap {
    gap: 70px;
  }
}
@media screen and (max-width: 570px) {
  .container {
    max-width: 480px;
  }
  .bg {
    background: url("../img/background-main.webp") center/cover no-repeat;
  }
  .logo {
    width: 80%;
  }
  .price__item {
    max-width: 280px;
  }
  .hero__text {
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0 55px;
  }
  .hero__title {
    font-size: 25px;
    line-height: 48px;
  }
  .about__text {
    line-height: 18px;
  }
  .form__item {
    min-height: 40px;
  }
  .form__background {
    padding-bottom: 60px;
  }
  .heading--white {
    font-size: 42px;
    max-width: calc(100% - 8px);
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer__inner {
    padding: 0px 0 30px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .footer__social-items {
    margin: 10px 0;
  }
  .footer__list-item {
    margin: 10px 16px 0 0;
    font-size: 14px;
    display: block;
  }
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 15px 0;
  }
}
@media screen and (max-width: 510px) {
  .container {
    max-width: 410px;
  }
  .header__nav-bar {
    margin: 0 25px;
  }
}
@media screen and (max-width: 440px) {
  .container {
    max-width: 375px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    max-width: 325px;
  }
  .media__wrap {
    gap: 3px;
  }
  .price__item {
    max-width: 265px;
  }
}
.section .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.section .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section .swiper-wrapper-container {
  position: relative;
}
.section .swiper-button-next,
.section .swiper-button-prev {
  color: #f8f8f8;
  opacity: 0.3;
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.section .swiper-button-next:hover,
.section .swiper-button-prev:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.section .swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.section .swiper-slide img {
  max-width: 260px;
  width: 100%;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  background: transparent;
}
.section .swiper-container {
  overflow: hidden;
  background-color: transparent;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.section .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.section .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section .swiper-container {
  max-height: 120px;
  margin: 0 50px;
}

.accordion-container {
  padding: 60px 0;
}
.ac {
  margin-top: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
.ac .ac-header {
  margin: 0;
  padding: 0;
}
.ac .ac-trigger {
  font: bold 16px Arial, sans-serif;
  color: #1c1b2d;
  text-align: left;
  font-size: 28px;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}
.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}
.ac .ac-trigger:focus {
  color: #8a8a8a;
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.ac .ac-panel .ac-text {
  font: 15px/24px Arial, sans-serif;
  color: #1c1b2d;
  padding: 8px;
  margin: 0;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

.body-sec {
  background-color: #17182e;
  height: 100%;
}

.wrapper-sec {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sec-main {
  flex: 1 1 auto;
}

.disc-head {
  font-size: 42px;
  color: white;
  text-align: center;
  margin: 85px 0 0;
}

.questions {
  margin: clamp(20px, 5vw, 60px) auto;
  font-size: clamp(16px, 4vw, 32px);
  color: white;
  text-align: center;
}

.questions__text {
  margin: 0;
}

.questions__link {
  text-decoration: none;
  color: #ea1a40;
  margin-top: clamp(5px, 2.5vw, 10px);
  display: block;
}
.red-text {
  color: #ea1a40;
  margin-top: clamp(5px, 2.5vw, 10px);
  display: block;
  text-align: center;

  cursor: pointer;
}

.g-recaptcha {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  margin: 0 auto;
  cursor: pointer;
}
