*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
  font-style: normal;
}

body {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  display: none;
}

body::-webkit-scrollbar-thumb {
  background: #000000;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  background-color: unset;
}

input {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
}

span {
  font: inherit;
  color: inherit;
}

/* Reuseble styles */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

.btn {
  transition: all 0.3s ease-in-out;
  max-width: fit-content;
  min-width: 184px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  padding: 14px;
  border-radius: 50px;
}

.btn:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
}

.btn:active {
  opacity: 0.7;
}

.btn-green {
  background: #000080;
}

.btn-lightgreen {
  background: #14e03f;
}

.btn-purple {
  background: var(--Green_main, #3535e1);
}

.btn-inverse {
  background: transparent;
  border-radius: 10px;
  border: 2px solid #000080;
  color: #000;
}

.btn-inverse:hover {
  background: #000080;
  color: #fff;
}

.protect {
  width: 100%;
  position: absolute;
  top: 4px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.protect__item {
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
  line-height: normal;
}

.protect__item a {
  color: inherit;
  text-decoration: none;
}

.header {
  background: #3535E1;
  padding: 12px 0 4px;
}

.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__warning {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: normal;
}

.header__warning .bold {
  font-weight: 700;
}

.header__warning .crossed {
  text-decoration: line-through;
}

.firstScreen {
  background-image: url(../img/bl1_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 28px 0 0;
}

.firstScreen__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 40px;
}

.firstScreen__nav-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.firstScreen__nav-link {
  color: #232323;
  text-align: right;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01125rem;
  text-transform: uppercase;
}

.firstScreen__nav-link.active {
  color: #000080;
  text-decoration-line: underline;
}

.firstScreen__buttons-container {
  display: flex;
  gap: 10px;
}

.firstScreen__menu {
  display: none;
  /*display: flex;*/
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.firstScreen__menu-button {
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.lang-wrap {
  margin-inline: auto;
  flex-shrink: 0;
  width: 140px;
  height: 49px;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 3px;
  z-index: 500;
}

.lang-wrap a {
  color: #fff;
  text-decoration: none;
}

.lang-wrap .lang {
  color: #fff;
  width: calc(100% + 2px);
  border-radius: 25px;
  position: absolute;
  top: -2px;
  left: 0;
  background: #8b8b8b;
}

.lang-wrap .lang.active .lang__active::after {
  transform: rotateX(180deg);
}

.lang-wrap .lang__active {
  width: 140px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lang-wrap .lang__active::after {
  content: "";
  background-image: url("../img/arrow-lang.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease-in-out;
}

.lang-wrap .lang__list {
  padding: 0 10px 10px 30px !important;
  display: none;
  position: relative;
  list-style: none;
}

.lang-wrap .lang__list li {
  margin-bottom: 10px;
}

.lang-wrap .lang__list li:last-child {
  margin-bottom: 0;
}

@media (any-hover: hover) {
  .lang-wrap .lang__list a:hover {
    font-weight: 700;
  }
}

.firstScreen__logo {
  max-width: 243px;
  width: 100%;
}

.firstScreen__exclusive {
  max-width: 306px;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.firstScreen__exclusive-description {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}

.firstScreen__exclusive-flag {
  width: 55px;
  height: 55px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
}

.firstScreen__button {
  max-width: 222px;
  background-color: #3535E1 !important;
}

.firstScreen__container {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
}

.firstScreen__text {
  border-radius: 40px 80px 0px 0px;
  background: #fff;
  padding: 30px 30px 170px 30px;
}

.firstScreen__title {
  color: #232323;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;
  text-transform: uppercase;

  margin-bottom: 16px;
}

.colored {
  color: #000080 !important;
}

.firstScreen__description {
  color: #232323;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.2px;
}

.firstScreen__form {
  max-width: 406px;
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 70px;
}

.stats {
  padding: 70px 0;
}

.stats__container {
  max-width: 819px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 30px;

  margin: 0 auto;
}

.stats__item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.stats__item:nth-of-type(1) {
  max-width: 240px;
}

.stats__item:nth-of-type(3) {
  max-width: 214px;
}

.stats__item-title {
  color: #000080;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.stats__item-description {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
}

.stats__border {
  width: 1px;
  background-color: #000080;
  opacity: 0.2;
}

.about__container {
  border-radius: 10px;
  background-image: url(../img/bl2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

.about__description {
  max-width: 684px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;

  margin: 0 auto;
}

.chess {
  padding: 50px 0 70px;
}

.chess__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 18px;
  row-gap: 18px;

  margin-bottom: 50px;
}

.chess__item {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  border-radius: 10px;
  padding: 30px;
}

.chess__item-title {
  color: #232323;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.22px;
}

.chess__item-description {
  color: #232323;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.18px;
}

.chess__item:nth-child(even) {
  background: #e9e3ff;
}

.chess__item:nth-child(odd) {
  background: #f4f4f4;
}

.chess__item:nth-of-type(7) {
  width: 153%;
}

.chess__item:nth-of-type(8) {
  opacity: 0;
}

.chess__item:nth-of-type(9) {
  width: 153%;
  margin-left: -170px;
  background: #e9e3ff;
}

.chess__button {
  margin: 0 auto;
  max-width: 340px;
}

.stats-secondary {
  padding: 0 0 70px;
}

.stats-secondary__container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 40px;
  border-radius: 20px;
  border: 2px solid #b488fa;
  background: linear-gradient(90deg, #f6f1ff 0%, #e9f2ff 52%, #ddf5ff 100%);
  padding: 20px;
}

.stats-secondary__item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.stats-secondary__item-title {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
}

.stats-secondary__item-description {
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.stats-secondary__item-description .additional {
  font: inherit;
  color: inherit;
  font-size: 22px;
}

.stats-secondary__item:nth-of-type(1) .stats-secondary__item-description {
  color: #6635d5;
}

.stats-secondary__item:nth-of-type(1) .stats-secondary__item-description {
  color: #445cf6;
}

.stats-secondary__item:nth-of-type(3) .stats-secondary__item-description {
  color: #3877eb;
}

.stats-secondary__item:nth-of-type(5) .stats-secondary__item-description {
  color: #2e93e9;
}

.stats-secondary__item:nth-of-type(7) .stats-secondary__item-description {
  color: #24b1f2;
}

.stats-secondary__item-description br.mob {
  display: none;
}

.stats-secondary__border {
  width: 1px;
  background-color: #232323;
  opacity: 0.2;
}

.seo {
  padding: 0 0 70px;
}

.seo__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.seo__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo__title {
  color: #232323;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0175rem;
  text-transform: uppercase;
}

.seo__title-big {
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02375rem;
  text-transform: uppercase;
}

.seo__title .colored {
  color: #000080;
}

.seo__subtitle {
  color: #232323;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.seo__items-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.seo__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.seo__item-reverse {
  flex-direction: row-reverse;
}

.seo__item-image-container {
  flex-shrink: 0;
}

.seo__image {
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}

.seo__item-text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo__item-title {
  color: #000080;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01375rem;
}

.seo__item-text {
  color: var(--Black, #232323);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 25px;

  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.seo__select {
  color: var(--Green_dark, #000080);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}

.seo__last {
  color: var(--Green_dark, #000080);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
}

.seo__item-text-bold {
  font-weight: 700;
}

.seo__columns {
  display: flex;
  gap: 18px;
}

.seo__col {
  columns: 2;
  gap: 16px;
}

.seo__col.deskImg {
  gap: 30px;
  display: none;
}

/* .tabImg {
  display: none;
} */

.seo__col img {
  border-radius: 20px;
}

.seo__block {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.seo__block-reverse {
  flex-direction: row-reverse;
}

.seo__block-image-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}

.seo__block-text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo__block-title {
  color: var(--Green_dark, #000080);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.22px;
}

.seo__block-text {
  color: #232323;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.seo__bottom-text {
  color: #000080;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.seo__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo__list-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  color: var(--Black, #232323);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}

.seo__list-item::before {
  content: "•";
  display: block;
  padding-left: 10px;
}

.seo__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo__bottom-uptitle {
  color: #232323;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0125rem;
}

.seo__bottom-title {
  color: #000080;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0175rem;
}

.key__row {
  display: flex;
  gap: 40px;
}

.key__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.key__icon {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}

.invest__title {
  color: var(--Green_dark, #000080);
}

.calculator {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 24.09%, rgba(255, 255, 255, 0) 72.35%, #fff 100%),
    url(../img/bl6_bg.jpg) lightgray 50% / cover no-repeat;
  padding: 120px 0;
  margin-bottom: 70px;
}

.calculator__container {
  max-width: 656px;
  width: 100%;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 70px;

  margin: 0 auto;
}

.calculator__title {
  color: #3535e1;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;
  text-transform: uppercase;

  margin-bottom: 16px;
}

.calculator__subtitle {
  color: #232323;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.2px;

  margin-bottom: 30px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none !important;
}

.irs--flat .irs-line {
  height: 8px !important;
  background: #ddd !important;
}

.irs--flat .irs-bar {
  height: 8px !important;
  background: #000080 !important;
}

.irs--flat .irs-handle {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.45));
  top: 16px !important;
  width: 24px !important;
  height: 24px !important;
  border: 6px solid #3535e1;
  border-radius: 50%;
  background-color: #fff !important;
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none !important;
}

.calculator__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 10px 0 40px;
}

.calculator__stats-item {
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;

  opacity: 0.6;
}

.calculator__result {
  margin-bottom: 30px;
}

.calculator__result-title {
  color: #232323;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.16px;

  margin-bottom: 4px;
}

.calculator__result-sum {
  color: #232323;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;
}

.calculator__button {
  padding: 14px 80px;

  margin: 0 auto;
}

.oportunity {
  padding-bottom: 70px;
}

.oportunity__container {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.oportunity__illustration {
  max-width: 407px;
  width: 100%;
  flex-shrink: 0;
}

.oportunity__text-title {
  color: #232323;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;
  text-transform: uppercase;

  margin-bottom: 16px;
}

.oportunity__text-description {
  color: #232323;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.2px;
}

.stories {
  background-image: url(../img/bl10_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.stories__container {
  max-width: 830px;
  width: 100%;

  margin: 0 auto;
}

.stories__slider {
  margin-bottom: 32px;
}

.stories__slider-item {
  display: flex !important;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #000080;
  background: #232323;
  /*box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.60);*/
}

.stories__slider-item-avatar {
  max-width: 406px;
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
}

.stories__slider-item-wrapper {
  padding: 20px 18px;
}

.stories__slider-item-title {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  letter-spacing: -0.22px;

  margin-bottom: 80px;
}

.stories__slider-item-description {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.18px;
}

.stories__slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;

  margin-bottom: 32px;
}

.stories__slider-prev,
.stories__slider-next {
  cursor: pointer;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.stories__slider-controls .swiper-pagination {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  max-width: fit-content;
  display: flex;
  align-items: center;
}

.stories__slider-controls .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.55));
  opacity: 0.7;
}

.stories__slider-controls .swiper-pagination-bullet-active {
  background-color: #3535e1;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.55));
  opacity: 1;
}

.stories__button {
  padding: 14px 80px;

  margin: 0 auto;
}

.steps {
  padding: 70px 0;
}

.steps__title {
  color: #232323;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;

  margin-bottom: 40px;
}

.steps__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 18px;

  margin-bottom: 60px;
}

.steps__item {
  max-width: 321px;
  width: 100%;
  cursor: pointer;
}

.steps__item-content {
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps__item.active .steps__item-content {
  opacity: 1;
}

.steps__line {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000080;
}

.steps__item-top {
  margin-bottom: 20px;
}

.steps__item-number {
  transition: all 0.3s ease-in-out;
  color: #000080;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.22px;
  text-transform: capitalize;
  opacity: 0.5;

  margin-bottom: 16px;
}

.steps__item.active .steps__item-number {
  opacity: 1;
}

.steps__item-dot {
  position: relative;
  z-index: 2;
}

.steps__item-dot-item {
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000080;

  margin: 0 auto;
}

.steps__dots-line {
  display: none;
  position: absolute;
  z-index: -1;
  top: calc(50% - (2px / 2));
  left: 0;
}

.steps__item-illustration {
  height: 197px;
  object-fit: cover;
  margin-bottom: 30px;
}

.steps__item-title {
  color: #000080;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.22px;

  margin-bottom: 40px;
}

.step3 {
  margin-bottom: 15px;
}

.steps__item-description {
  color: #232323;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.18px;
}

.steps__button {
  padding: 14px 80px;

  margin: 0 auto;
}

.finish {
  background-image: url(../img/bl12_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.finish__container {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.finish__title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;
  text-transform: uppercase;

  margin-bottom: 16px;
}

.finish__description {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.2px;
}

.finish__form {
  max-width: 406px;
  width: 100%;
  flex-shrink: 0;
}

.footer {
  background: #232323;
  padding: 100px 0;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  margin-bottom: 30px;
}

.footer__nav-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.footer__nav-link {
  color: #ffffff;
  text-align: right;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.01125rem;
  text-transform: uppercase;
}

.footer__logo {
  max-width: 184px;
  width: 100%;
}

.footer__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 31px;
  margin-bottom: 30px;
}

.footer__list-item {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}

.footer__disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer__disclaimer b {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .seo__col {
    max-width: unset;
    align-items: center;
    columns: 1;
  }

  .deskImg {
    display: none;
  }

  .tabImg {
    display: block;
  }

}

@media (max-width: 1023px) {
  .container {
    padding: 0 10px;
  }

  .firstScreen__top {
    flex-direction: column;
  }

  .firstScreen__buttons-container {
    flex-direction: column;
    align-items: center;
  }

  .firstScreen__buttons-container .lang-wrap {
    display: none;
  }

  .firstScreen__menu {
    display: flex;
  }

  .firstScreen__nav-container {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .firstScreen__exclusive {
    max-width: 100%;
    justify-content: center;
  }

  .firstScreen__container {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }

  .firstScreen__text {
    border-radius: 20px 80px 20px 20px;
    padding: 20px;
  }

  .stats__container {
    flex-direction: column;
    row-gap: 20px;
  }

  .stats__item:nth-of-type(1) {
    max-width: 100%;
  }

  .stats__item:nth-of-type(3) {
    max-width: 100%;
  }

  .stats__item-title {
    text-align: center;
  }

  .stats__item-description {
    text-align: center;
  }

  .stats__border {
    width: 100%;
    height: 1px;
  }

  .chess__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .chess__item:nth-of-type(7) {
    width: 100%;
  }

  .chess__item:nth-of-type(8) {
    display: none;
  }

  .chess__item:nth-of-type(9) {
    width: 100%;
    margin-left: 0;
  }

  .stats-secondary__container {
    flex-direction: column;
    row-gap: 20px;
  }

  .stats-secondary__border {
    width: 100%;
    height: 1px;
  }

  .stats-secondary__item-title {
    text-align: center;
  }

  .stats-secondary__item-description {
    text-align: center;
  }

  .stats-secondary__item-description br.mob {
    display: block;
  }

  .stats-secondary__item-description .additional {
    font-size: inherit;
  }

  .seo {
    padding: 0 0 80px;
  }

  .seo__container {
    gap: 40px;
  }

  .seo__item {
    flex-direction: column;
  }

  .seo__item-reverse {
    flex-direction: column;
  }

  .seo__block {
    flex-direction: column;
  }

  .seo__block-reverse {
    flex-direction: column;
  }

  .seo__block-image-container,
  .seo__item-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .seo__image {
    width: 100%;
    max-width: 600px;
  }

  .seo__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.26px;
    text-transform: uppercase;
  }

  .seo__title-big {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: uppercase;
  }

  .seo__subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
  }

  .seo__item-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
  }

  .seo__item-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.26px;
  }

  .seo__block-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  .seo__block-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
  }

  .seo__select {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.24px;
  }

  .seo__list-item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
  }

  .seo__bottom-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;
  }

  .seo__bottom-uptitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
  }

  .seo__bottom-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  .oportunity__container {
    flex-direction: column;
    row-gap: 18px;
  }

  .steps__item-illustration {
    height: 144px;
  }
}

@media (max-width: 767px) {
  .stories__slider-item {
    flex-direction: column;
  }

  .stories__slider-item-avatar {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .firstScreen {
    padding: 28px 0 45px;
  }

  .firstScreen__top {
    padding: 10px;
  }

  .firstScreen__nav-container {
    display: none;
  }

  .firstScreen__logo {
    max-width: 184px;
  }

  .firstScreen__form {
    padding: 0;
  }

  .firstScreen__text {
    border-radius: 40px;
    padding: 20px;
  }


  .calculator {
    background: linear-gradient(180deg,
        #fff 0%,
        rgba(255, 255, 255, 0) 6.09%,
        rgba(255, 255, 255, 0) 101.35%,
        #fff 100%),
      url(../img/bl6_bg.jpg) lightgray 50% / cover no-repeat;
  }

  .calculator__container {
    padding: 30px 10px;
  }

  .calculator__title {
    font-size: 28px;
  }

  .calculator__subtitle {
    font-size: 18px;
  }

  .calculator__result-sum {
    font-size: 30px;
  }

  .calculator__button {
    max-width: 100%;
  }

  .calculator__stats-item.mob {
    display: none;
  }

  .steps__item-illustration {
    height: 100%;
  }

  .key__row {
    flex-direction: column;
    gap: 30px;
  }

  .seo__last {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
  }

  .firstScreen__button {
    width: 300px;
    max-width: 300px;
  }

  .firstScreen__menu {
    order: 1;
  }

  .firstScreen__buttons-container {
    order: 2;
  }
}