@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  src: url("./fonts/BebasNeueCyrillic.woff2") format("woff2"), url("./fonts/BebasNeueCyrillic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  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;
  max-width: 100%;
  display: block;
  height: auto;
}

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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0;
  border: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none !important;
}

[type=checkbox],
[type=radio] {
  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;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

form *,
*:focus {
  outline: none !important;
}

input {
  -webkit-appearance: none;
}

.hide {
  display: none;
}

.wrapper {
  overflow: hidden;
}

.swiper-arrows {
  display: flex;
  gap: 50px;
}
@media (max-width: 650px) {
  .swiper-arrows {
    gap: 24px;
  }
}

.swiper-next,
.swiper-prev {
  cursor: pointer;
  width: 40px;
  height: 38px;
  transition-duration: 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.7678 20.7678C39.7441 19.7915 39.7441 18.2085 38.7678 17.2322L22.8579 1.32233C21.8816 0.34602 20.2986 0.34602 19.3223 1.32233C18.346 2.29864 18.346 3.88155 19.3223 4.85786L33.4645 19L19.3223 33.1421C18.346 34.1184 18.346 35.7014 19.3223 36.6777C20.2986 37.654 21.8816 37.654 22.8579 36.6777L38.7678 20.7678ZM0 19L0 21.5L37 21.5V19V16.5L0 16.5L0 19Z' fill='%23FCC529'/%3E%3C/svg%3E%0A");
}
.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M38.7678 20.7678C39.7441 19.7915 39.7441 18.2085 38.7678 17.2322L22.8579 1.32233C21.8816 0.34602 20.2986 0.34602 19.3223 1.32233C18.346 2.29864 18.346 3.88155 19.3223 4.85786L33.4645 19L19.3223 33.1421C18.346 34.1184 18.346 35.7014 19.3223 36.6777C20.2986 37.654 21.8816 37.654 22.8579 36.6777L38.7678 20.7678ZM0 19L0 21.5L37 21.5V19V16.5L0 16.5L0 19Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (hover: hover) {
  .swiper-next:hover,
  .swiper-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.7678 20.7678C39.7441 19.7915 39.7441 18.2085 38.7678 17.2322L22.8579 1.32233C21.8816 0.34602 20.2986 0.34602 19.3223 1.32233C18.346 2.29864 18.346 3.88155 19.3223 4.85786L33.4645 19L19.3223 33.1421C18.346 34.1184 18.346 35.7014 19.3223 36.6777C20.2986 37.654 21.8816 37.654 22.8579 36.6777L38.7678 20.7678ZM0 19L0 21.5L37 21.5V19V16.5L0 16.5L0 19Z' fill='%23FFDE80'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 650px) {
  .swiper-next,
  .swiper-prev {
    width: 28px;
    height: 28px;
    background-size: 28px auto;
    background-repeat: no-repeat;
  }
}

.swiper-prev {
  transform: rotate(-180deg);
}

body {
  background: linear-gradient(135deg, #071f39 0%, #092645 100%);
  color: #fff;
  font-family: Roboto, Helvetica, sans-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1380px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 650px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.button {
  text-decoration: none;
  height: 58px;
  border-radius: 20px;
  background-color: #FCC529;
  padding: 18px 25px 15px;
  gap: 10px;
  font-family: "Bebas Neue", Helvetica, sans-serif;
  font-size: 26px;
  color: #071F39;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media (max-width: 991px) {
  .button {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .button {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (hover: hover) {
  .button:hover {
    background: #ffdc78;
  }
}
.button:active {
  background: #ddbd62;
}
.button.dark {
  padding-left: 25px;
  padding-right: 25px;
  background: #071f39;
  color: #fcc529;
}
@media (max-width: 991px) {
  .button.dark {
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 650px) {
  .button.dark {
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.02em;
  }
}
@media (hover: hover) {
  .button.dark:hover {
    background: #06182b;
  }
}
.button.dark:active {
  background: #0c3158;
}
@media (max-width: 650px) {
  .button {
    font-size: 20px;
  }
}

h1 {
  margin: 0;
}

* {
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .hideMob {
    display: none;
  }
}

.onlyMob {
  display: none;
}
@media (max-width: 650px) {
  .onlyMob {
    display: block;
  }
}

.header {
  display: flex;
  justify-content: center;
  padding: 1px 0;
  width: 100%;
  background-color: rgba(7, 31, 57, 0.76);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: fixed;
  z-index: 444;
  left: 0;
  top: 0;
  padding: 24px 0;
}
@media (max-width: 991px) {
  .header {
    padding: 24px 20px;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 24px 16px;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__logo {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.517px;
  text-transform: uppercase;
  margin: 0;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 640px) {
  .header__nav {
    gap: 4px;
  }
}
@media (max-width: 650px) {
  .header__nav {
    position: relative;
    z-index: 22;
  }
}
.header__navitem {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.517px;
  cursor: pointer;
  text-decoration: none;
  transition-duration: 0.2s;
  padding: 10px;
}
.header__navitem.active {
  text-decoration: underline;
  color: #FCC529;
}
@media (hover: hover) {
  .header__navitem:hover {
    color: #FCC529;
  }
}
@media (max-width: 650px) {
  .header__navitem {
    font-size: 18px;
    font-family: "Bebas Neue", Helvetica, sans-serif;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1380px) {
  .header__logo {
    font-size: 38px;
  }
}
@media (max-width: 1100px) {
  .header__logo {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 12px 0;
  }
  .header__logo {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
  }
  .header .container {
    display: flex;
    flex-direction: column;
  }
  .header__image {
    display: block;
    position: absolute;
    width: 72px;
    left: 50%;
    top: 2px;
    transform: translateX(100%);
    margin-left: -16px;
  }
}

.hero {
  margin-top: 116px;
  margin-bottom: 120px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .hero {
    margin-bottom: 80px;
  }
}
.hero__container {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hero__container {
    align-items: stretch;
    gap: 0;
  }
}
.hero__screen {
  order: 2;
}
@media (max-width: 1380px) {
  .hero__screen img {
    max-width: 30vw;
  }
}
@media (max-width: 650px) {
  .hero__screen {
    position: absolute;
    right: -16px;
    transform: translateX(50%);
    width: 54vw;
    left: auto;
    display: flex;
    max-width: 210px;
    margin-top: -8vw;
  }
  .hero__screen img {
    max-width: 100%;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 61%;
  margin-left: 0;
  padding-top: 74px;
}
@media (max-width: 991px) {
  .hero__content {
    padding-top: 32px;
    width: 100%;
  }
}
.hero__text {
  margin-right: -299px;
}
@media (max-width: 1380px) {
  .hero__text {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .hero__text {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .hero__text {
    margin-right: 0;
    padding-right: 90px;
    max-width: 100%;
    text-align: left;
  }
}
.hero__title {
  z-index: 10;
  width: 100%;
  font-family: "Bebas Neue", Helvetica, sans-serif;
  font-size: 135px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.01;
}
.hero__title--highlight {
  color: #FCC529;
  font-size: 92px;
  display: block;
}
@media (max-width: 1380px) {
  .hero__title {
    font-size: 100px;
  }
}
@media (max-width: 1180px) {
  .hero__title {
    font-size: 78px;
  }
}
@media (max-width: 991px) {
  .hero__title {
    max-width: 100%;
    font-size: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .hero__title {
    letter-spacing: 0;
  }
}
.hero__description {
  margin-top: 15px;
  width: 498px;
  max-width: 100%;
}
@media (max-width: 650px) {
  .hero__description {
    max-width: 100%;
    text-align: left;
  }
}
.hero__message {
  color: #ffffff;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .hero__message {
    max-width: 75%;
    font-size: 28px !important;
  }
}
@media (max-width: 650px) {
  .hero__message {
    text-align: left !important;
    font-size: 16px !important;
  }
}
.hero__brand {
  font-weight: 700;
  color: #FCC529;
}
.hero__cta {
  display: flex;
  margin-top: 26px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
@media (max-width: 991px) {
  .hero__cta {
    max-width: 100%;
  }
}
.hero__buttonCaption {
  border-radius: 0;
  width: 252px;
  max-width: 100%;
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 16px;
  color: #7395b9;
  font-weight: 400;
  line-height: 2;
  display: block;
}
@media (max-width: 650px) {
  .hero__buttonCaption {
    width: 100%;
    line-height: 1.1;
    margin-top: 7px;
    font-size: 14px;
  }
}
.hero__imageWrapper {
  position: absolute;
  width: 526px;
  margin-left: 20px;
  right: 33%;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 1380px) {
  .hero__imageWrapper {
    max-width: 40vw;
  }
}
@media (max-width: 899px) {
  .hero__imageWrapper {
    right: 17%;
  }
}
@media (max-width: 767px) {
  .hero__imageWrapper {
    display: none;
  }
}
.hero__image {
  width: 100%;
  max-width: 100%;
  transform: rotate(-1 5deg);
}
@media (max-width: 991px) {
  .hero__image {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  .hero__title {
    font-size: 80px;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  .hero__title--highlight {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 60px;
  }
}
@media (max-width: 650px) {
  .hero {
    margin-top: 120px;
    padding-top: 20px;
    margin-bottom: 80px;
  }
  .hero__container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hero__imageWrapper {
    position: static;
    width: 100%;
  }
  .hero__content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__message {
    font-size: 20px;
    text-align: center;
  }
}

.examples {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 1100px) {
  .examples {
    margin-bottom: 120px;
  }
}
@media (max-width: 650px) {
  .examples {
    margin-bottom: 120px;
  }
}
.examples .swiper {
  padding-top: 30px;
  margin-top: -30px;
  border-radius: 20px;
  max-width: 745px;
  margin-left: 0;
}
@media (max-width: 1100px) {
  .examples .swiper {
    max-width: 70vw;
  }
}
@media (max-width: 650px) {
  .examples .swiper {
    max-width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.examples::before {
  border-radius: 20px;
  background: #071b30;
  position: absolute;
  content: "";
  left: -56px;
  top: -56px;
  z-index: -1;
  width: calc(100% + 112px);
  height: calc(100% + 112px);
}
.examples__title {
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  letter-spacing: -1.64px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.examples__title .title-span {
  color: #fcc529;
}
.examples__title .title-span2 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .examples__title {
    max-width: 66vw;
    line-height: 0.9;
  }
}
@media (max-width: 650px) {
  .examples__title {
    font-size: 48px;
    text-align: left;
    max-width: 100vw;
  }
}
.examples__girl {
  position: absolute;
  right: -56px;
  bottom: -56px;
  z-index: 22;
}
@media (max-width: 1380px) {
  .examples__girl img {
    max-width: 36vw;
  }
}
.examples__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 745px;
}
@media (max-width: 1100px) {
  .examples__content {
    max-width: 70vw;
  }
}
@media (max-width: 650px) {
  .examples__content {
    max-width: 100%;
  }
}
.examples__request {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 50px 30px 50px 50px;
  display: flex;
  width: 85%;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 991px) {
  .examples__request {
    padding: 40px 25px;
  }
}
@media (max-width: 650px) {
  .examples__request {
    padding: 40px 16px;
  }
}
.examples__text {
  color: #151439;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.examples__text .strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .examples__text {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
.examples__btt {
  background: #ffffff;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 30px;
  top: -25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .examples__btt {
    top: 0;
    transform: translateY(-50%);
  }
}
.examples__div {
  color: var(--color-2, #071f39);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 991px) {
  .examples__div {
    letter-spacing: -0.2px;
    font-size: 16px;
  }
}
.examples__result {
  background: #fcc529;
  border-radius: 0 20px 20px 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 991px) {
  .examples__result {
    padding: 40px 25px;
  }
}
@media (max-width: 650px) {
  .examples__result {
    padding: 40px 16px;
  }
}
.examples__result .examples__text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.examples__result .examples__btt {
  background: #fcc529;
}
.examples__show-more {
  cursor: pointer;
  display: flex;
  display: none;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.examples__icon {
  width: 24px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2C13.5 1.17157 12.8284 0.5 12 0.5C11.1716 0.5 10.5 1.17157 10.5 2H13.5ZM10.9393 25.0607C11.5251 25.6464 12.4749 25.6464 13.0607 25.0607L22.6066 15.5147C23.1924 14.9289 23.1924 13.9792 22.6066 13.3934C22.0208 12.8076 21.0711 12.8076 20.4853 13.3934L12 21.8787L3.51472 13.3934C2.92893 12.8076 1.97919 12.8076 1.3934 13.3934C0.807611 13.9792 0.807611 14.9289 1.3934 15.5147L10.9393 25.0607ZM12 2H10.5V24H12H13.5V2H12Z' fill='%23071F39'/%3E%3C/svg%3E%0A");
}
.examples__txt {
  color: #151439;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 700;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.examples .swiper-arrows {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  width: 130px;
  position: absolute;
  left: 680px;
  top: 20px;
  z-index: 22;
}
@media (max-width: 991px) {
  .examples .swiper-arrows {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 650px) {
  .examples .swiper-arrows {
    gap: 24px;
    right: 50%;
    transform: translateX(50%);
    bottom: -36px;
    top: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.examples__prev {
  opacity: 0.2;
  flex-shrink: 0;
  width: 40px;
  height: 36px;
  position: relative;
  overflow: visible;
}
.examples__next {
  flex-shrink: 0;
  width: 40px;
  height: 36px;
  position: relative;
  overflow: visible;
}
@media (max-width: 650px) {
  .examples__girl {
    display: none;
  }
  .examples__title {
    text-align: center;
  }
  .examples__content {
    width: 100%;
  }
}

.counter {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 150px;
}
@media (max-width: 1100px) {
  .counter {
    margin: 64px;
  }
}
@media (max-width: 991px) {
  .counter {
    margin: 64px 0px 100px;
  }
}
.counter__wrap {
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  left: calc(50% - 484px);
  top: 50%;
  translate: 0 -50%;
  gap: 32px 64px;
}
@media (max-width: 1100px) {
  .counter__wrap {
    left: 64px;
  }
}
@media (max-width: 1100px) {
  .counter__wrap {
    left: 0;
  }
}
@media (max-width: 767px) {
  .counter__wrap {
    max-width: 100%;
    text-align: center;
    position: static;
    justify-content: center;
    height: auto;
    translate: none;
    gap: 16px 40px;
  }
}
.counter__small {
  color: rgba(255, 255, 255, 0.8);
}
.counter__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .counter__title {
    align-items: center;
  }
}
.counter__digits {
  color: var(--color, #fcc529);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
@media (max-width: 767px) {
  .counter__digits {
    text-align: center;
  }
}
.counter__img {
  max-width: 700px;
}
@media (max-width: 1100px) {
  .counter__img {
    max-width: 50vw;
  }
}
@media (max-width: 767px) {
  .counter__img {
    display: none;
  }
}
.counter__info {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0.7;
  position: relative;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 992px) {
  .counter__info {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .counter__info {
    text-align: center;
    font-size: 18px;
  }
}
.counter__ellipse {
  background: #071e36;
  border-radius: 50%;
  width: 790px;
  height: 98px;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .counter__ellipse {
    max-width: 50vw;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .counter__ellipse {
    display: none;
  }
}
@media (max-width: 1380px) {
  .counter__digits {
    font-size: 80px;
  }
}
@media (max-width: 1100px) {
  .counter__digits {
    font-size: 60px;
  }
}

.profits {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  /* на мобильном сделать скролл по горизонтали (скроллбар скрыть), чтобы profits__item был где то 80% по ширине - чтобы было видно следующий сиблинг. картинки (profits__bg) сделай также absolute но по ширине максимум 40% */
}
@media (max-width: 991px) {
  .profits {
    gap: 10px;
  }
}
.profits__item {
  background: var(--color-2, #071f39);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  min-height: 208px;
}
@media (max-width: 991px) {
  .profits__item {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  .profits__item {
    min-height: 160px;
  }
}
.profits__title {
  color: var(--color, #fcc529);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .profits__title {
    line-height: 1.2;
  }
}
.profits__text {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  position: relative;
  z-index: 9;
}
.profits__bg {
  border-radius: 20px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  .profits__bg {
    max-width: 66%;
  }
}
@media (max-width: 991px) {
  .profits__bg {
    max-width: 77%;
  }
}
@media (max-width: 650px) {
  .profits {
    overflow-x: auto;
    gap: 20px;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    -ms-overflow-style: none;
    /* IE */
    scrollbar-width: none;
    /* Firefox */
  }
  .profits::-webkit-scrollbar {
    display: none;
  }
  .profits__item {
    min-width: 80%;
  }
  .profits__bg {
    width: 40%;
    left: auto;
    right: 0;
  }
}

.mood {
  background: var(--color-2, #071f39);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: row;
  gap: 130px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 249px;
  position: relative;
  max-width: 100%;
  margin-bottom: 150px;
}
@media (max-width: 1380px) {
  .mood {
    gap: 32px;
    padding: 50px 0px;
  }
}
@media (max-width: 1100px) {
  .mood {
    margin-bottom: 64px;
  }
}
.mood__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.mood__title {
  color: var(--color, #fcc529);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
}
.mood__info {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: var(--text-paragraph-font-family, "Roboto", sans-serif);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}
.mood__mood-img {
  border-radius: 20px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  .mood__mood-img {
    display: none;
  }
}
.mood__mood-tags {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  position: relative;
  width: 47%;
}
@media (max-width: 1100px) {
  .mood__mood-tags {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .mood__mood-tags {
    width: 60%;
  }
}
@media (max-width: 650px) {
  .mood__mood-tags {
    width: 100%;
  }
}
.mood__mood-tags-i {
  background: #f5c54a;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .mood__mood-tags-i {
    padding: 6px 16px;
  }
}
.mood__div {
  color: var(--color-2, #071f39);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 991px) {
  .mood__div {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .mood {
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .mood__text {
    align-items: center;
    text-align: center;
  }
  .mood__mood-tags {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mood__mood-img {
    position: static;
    width: 100%;
    max-width: 300px;
  }
}

.reviews {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 212px;
}
@media (max-width: 1100px) {
  .reviews {
    margin-bottom: 124px;
  }
}
.reviews__swiper {
  overflow: visible;
}
.reviews .swiper-arrows {
  justify-self: center;
  margin-top: 28px;
}
.reviews__title {
  color: #ffffff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  letter-spacing: -1.64px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media (max-width: 1380px) {
  .reviews__title {
    font-size: 72px;
  }
}
@media (max-width: 1100px) {
  .reviews__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .reviews__title {
    font-size: 48px;
  }
}

.reviews-item {
  background: #09203a;
  border-radius: 24px;
  padding: 25px 29px 25px 29px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  opacity: 0.2;
  transition-duration: 0.3s;
  transition-property: opacity !important;
}
.reviews-item.swiper-slide-active, .reviews-item.swiper-slide-active + .reviews-item {
  opacity: 1;
}
.reviews-item__author {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.reviews-item__ava {
  border-radius: 9999px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-item__name {
  color: #fcc529;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews-item strong {
  font-weight: 700;
  display: block;
}
.reviews-item__text {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.subscribe {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 650px) {
  .subscribe {
    gap: 12px;
  }
}
.subscribe__head {
  flex-shrink: 0;
}
.subscribe__info {
  color: #7395b9;
  text-align: center;
  font-family: var(--text-paragraph-font-family, "DmSans-Regular", sans-serif);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.subscribe__title {
  color: #fcc529;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 42px;
  line-height: 1.23;
  letter-spacing: -0.4px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .subscribe__title {
    letter-spacing: -0.2px;
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  .subscribe__head {
    margin-bottom: 20px;
  }
  .subscribe__title {
    font-size: 32px;
  }
}

.plans {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .plans {
    gap: 16px;
  }
}
.plans__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.plans__item._pro .plans__body {
  background: var(--color, #fcc529) !important;
}
.plans__item._pro .plans__small {
  color: #071f39;
}
.plans__item._pro .plans__slogan {
  border-color: #fcc529;
}
.plans__item._pro .plans__slogan .plans__p {
  color: #fcc529;
}
@media (max-width: 991px) {
  .plans__item {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 650px) {
  .plans__item {
    width: calc(75% - 12px);
    max-width: 100%;
  }
}
.plans__slogan {
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.plans__p {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans__body {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 400px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 991px) {
  .plans__body {
    gap: 24px;
    padding: 15px;
  }
}
@media (max-width: 650px) {
  .plans__body {
    width: auto;
  }
}
.plans__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 991px) {
  .plans__text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 650px) {
  .plans__text {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.plans__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 323px;
  position: relative;
}
@media (max-width: 991px) {
  .plans__head {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .plans__head {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.plans__title {
  color: #071f39;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  width: 103.86px;
}
.plans__price {
  color: #071f39;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
}
.plans__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 323px;
  position: relative;
}
@media (max-width: 991px) {
  .plans__info {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .plans__info {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.plans__info .plans__p2 {
  color: #ffffff;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.plans__info .plans__p2 .p-2-span {
  color: #071f39;
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}
.plans__info .plans__p2 .p-2-span2 {
  color: #071f39;
  font-family: "Inter-Regular", sans-serif;
}
.plans__btt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.plans__div {
  color: #071f39;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans__small {
  color: #7395b9;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans__button .button {
  display: block;
  width: 100%;
}
@media (max-width: 650px) {
  .plans {
    flex-direction: column;
    gap: 30px;
    width: calc(75% - 12px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .plans__item {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .plans {
    width: 100%;
  }
}

.footer {
  margin-top: 150px;
  background: #071f39;
  position: relative;
  padding: 54px 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.footer__links {
  display: flex;
  flex-direction: row;
  gap: 43px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 650px) {
  .footer__links {
    gap: 12px;
  }
}
.footer__div {
  color: var(--seryj-5, #7e868e);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__div:hover {
  text-decoration: none;
}
.footer__copyright {
  color: var(--seryj-5, #7e868e);
  text-align: center;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .footer {
    margin-top: 64px;
    padding: 24px 0;
  }
}
@media (max-width: 650px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 10px;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  transform: translateX(calc(100% + 25px));
  font-size: 2rem;
  border-radius: 28px;
  letter-spacing: 0.03em;
  transition: all 0.18s !important;
  background: linear-gradient(90deg, #FFD600 0%, #FFC400 100%) !important;
  color: #092645;
  padding: 1em 1.7em 0.8em;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.fixed-btn:hover {
  background: linear-gradient(90deg, #FFC400 0%, #FFD600 100%) !important;
  transform: scale(1.08);
  color: #000 !important;
  box-shadow: 0 12px 42px rgba(255, 214, 0, 0.33) !important;
}
.fixed-btn._active {
  transform: translateX(0);
}
@media (max-width: 991px) {
  .fixed-btn {
    padding: 0.8em 1.2em 0.7em;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 650px) {
  .fixed-btn {
    bottom: 24px;
    right: 10px;
    font-size: 18px;
    border-radius: 18px;
    padding: 20px 25px 16px;
  }
}

body:has(.result) .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
body:has(.result) .footer {
  margin-top: auto;
}
body:has(.result) .container:has(.result) {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 3vh;
}

.result {
  text-align: center;
  line-height: 1.3;
}
.result h1 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 650px) {
  .result h1 {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.result a:not(.button) {
  color: #fcc529;
}
.result a:not(.button):hover {
  text-decoration: none;
}
.result p {
  margin-bottom: 0.8rem;
}

.again {
  text-align: center;
  margin-top: 3rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.again h2 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
@media (max-width: 650px) {
  .again h2 {
    font-size: 1.5rem;
  }
}
.again ul {
  color: rgba(255, 255, 255, 0.8);
  list-style-position: inside;
  font-size: 0.9rem;
}
.again ul li {
  margin-bottom: 10px;
}

.document {
  padding-top: 120px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.document h1 {
  margin-bottom: 1rem;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
}
.document h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.document h3 {
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.document a {
  color: #fcc529;
}
.document a:hover {
  text-decoration: none;
}
.document p {
  margin-bottom: 0.6rem;
}
.document table {
  border-collapse: collapse;
}
.document table th {
  color: #fcc529;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.document table th:first-child {
  padding-left: 0;
}
.document table td {
  padding: 10px;
}
.document table td:first-child {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
}
.document table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}/*# sourceMappingURL=style.css.map */