:root {
  --bgcolor-primary: #070c12;
  --bgcolor-secondary: #153451;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1668px;
  margin: 0 auto;
  padding: 0 20px;
}
:root {
  background-color: #070c12;
}
body {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #153451;
}

.block-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #979a9e;
}
.title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  color: #90accd;
}
.center-title {
  text-align: center;
}
.mb-128 {
  margin-bottom: 128px;
}
.header {
  margin-top: 51px;
  position: relative;
  z-index: 1000;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  max-width: 261px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  background: rgba(246, 246, 246, 0.1);
  border: 1px solid rgba(246, 246, 246, 0.6);
  -webkit-backdrop-filter: blur(8.1px);
  backdrop-filter: blur(8.1px);
  border-radius: 100px;
  padding: 16px 32px;
}
.burger-menu {
  width: 35px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.burger-menu img {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #f6f6f6;
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  cursor: pointer;
}
.drop-down > .header__nav-item::after {
  content: '';
  display: inline-block;
  background-image: url('../images/nav-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  margin-left: 5px;
}
.drop-down .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(246, 246, 246, 0.1);
  border-radius: 5px;
  list-style: none;
  min-width: 150px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  margin-top: 18px;
}
.drop-down .dropdown-menu.footer {
  background: rgba(246, 246, 246, 0.8);
}
.drop-down {
  position: relative;
}
.dropdown-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-menu li {
  padding: 8px 16px;
}
.dropdown-menu .header__nav-item {
  color: #f6f6f6;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.dropdown-menu .header__nav-item:hover {
  background: hsla(0, 0%, 100%, 0.1);
}
.drop-down:hover .dropdown-menu {
  display: block;
}
.header__switcher-link,
.switcher__separator {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #f6f6f6;
  letter-spacing: 0.6px;
}
.header__switcher-link.active {
  font-weight: 400;
  color: rgba(246, 246, 246, 0.5);
}
.hero {
  color: rgba(246, 246, 246, 0.6);
  padding: 197px 0 258px;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 650px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  gap: 20px;
}
.hero__content {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: 946px;
}
.hero__title span {
  font-family: 'Monserrat', sans-serif;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #f6f6f6;
}
.hero__text {
  font-size: 22px;
  margin-top: 32px;
  font-weight: 300;
  max-width: 887px;
  line-height: 1.1;
  letter-spacing: 0.66px;
}
.hero__form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 545px;
}
.form__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #f6f6f6;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.form__label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(246, 246, 246, 0.7);
}
.form__input,
.firstName,
.lastName,
.email,
.phone {
  padding: 20px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 25px;
  color: #fff;
  background-color: #0e1824;
  font-size: 16px;
  width: 100%;
}
.form__button {
  background: #c2ddfb;
  color: #141414;
  padding: 21px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  border-radius: 25px;
  margin-top: 16px;
}
.about__company {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.about__company::after {
  content: '';
  position: absolute;
  top: 0;
  right: -282px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.about__company::before {
  content: '';
  position: absolute;
  top: 385px;
  left: -590px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.about__company-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.about__company-content {
  max-width: 663px;
}
.about__company-title {
  margin: 36px 0 7px;
}
.about__company-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(246, 246, 246, 0.6);
}
.about__company-img-block {
  max-width: 680px;
}
.about__company-img {
  float: right;
  margin-bottom: 107px;
}
.about__company-trade-wrapper {
  padding-top: 210px;
}
.trade-title {
  margin-bottom: 72px;
}
.about__company-trade-mansonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px;
}
.about__company-trade-mansonry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 40px 20px 40px 12px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.about__company-trade-mansonry-item .trade-mansonry-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #d8d8d8;
  z-index: 999;
}
.about__company-trade-mansonry-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(216, 216, 216, 1);
  z-index: 4;
  max-width: 64%;
}
.about__company-trade-mansonry-item:nth-child(1) {
  background: #3d3d3d;
  width: calc(33.333% - 11px);
}
.about__company-trade-mansonry-item:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 345px;
  width: 292px;
  height: 292px;
  background: radial-gradient(circle, #7f7f7f 5%, #3d3d3d 70%);
  z-index: 2;
}
.about__company-trade-mansonry-item:nth-child(1)::before {
  content: '';
  position: absolute;
  bottom: 64px;
  right: 10px;
  background-image: url('../images/about/about-1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 188px;
  height: 146px;
  z-index: 3;
}
.about__company-trade-mansonry-item:nth-child(2) {
  background: #012d5e;
  width: calc(33.333% - 11px);
}
.about__company-trade-mansonry-item:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 345px;
  width: 292px;
  height: 292px;
  background: radial-gradient(circle, #3263a4 5%, #012d5e 70%);
  z-index: -1;
}
.about__company-trade-mansonry-item:nth-child(2)::before {
  content: '';
  position: absolute;
  bottom: 64px;
  right: 10px;
  background-image: url('../images/about/about-2.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 181px;
  height: 201px;
  z-index: 3;
}
.about__company-trade-mansonry-item:nth-child(3) {
  background: #2f6b5f;
  width: calc(33.333% - 11px);
}
.about__company-trade-mansonry-item:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 345px;
  width: 292px;
  height: 292px;
  background: radial-gradient(circle, #73c2b3 5%, #2f6b5f 70%);
  z-index: -1;
}
.about__company-trade-mansonry-item:nth-child(3)::before {
  content: '';
  position: absolute;
  bottom: 37px;
  right: 10px;
  background-image: url('../images/about/about-3.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 190px;
  z-index: 3;
}
.about__company-trade-mansonry-item:nth-child(4) {
  background: #411d67;
  width: calc(50% - 11px);
}
.about__company-trade-mansonry-item:nth-child(4)::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 600px;
  width: 292px;
  height: 292px;
  background: radial-gradient(circle, #864dc0 5%, #411d67 70%);
  z-index: -1;
}
.about__company-trade-mansonry-item:nth-child(4)::before {
  content: '';
  position: absolute;
  bottom: 64px;
  right: 10px;
  background-image: url('../images/about/about-4.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 173px;
  z-index: 3;
}
.about__company-trade-mansonry-item:nth-child(5) {
  background: #363435;
  width: calc(50% - 11px);
}
.about__company-trade-mansonry-item:nth-child(5)::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 600px;
  width: 292px;
  height: 292px;
  background: radial-gradient(circle, #6e542f 5%, #363435 70%);
  z-index: -1;
}
.about__company-trade-mansonry-item:nth-child(5)::before {
  content: '';
  position: absolute;
  bottom: 38px;
  right: 10px;
  background-image: url('../images/about/about-5.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 139px;
  height: 202px;
  z-index: 3;
}
.about__company-trade-mansonry-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.numbers {
  padding: 210px 0;
  position: relative;
  overflow: hidden;
}
.numbers::after {
  content: '';
  position: absolute;
  top: 0;
  right: -282px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.numbers::before {
  content: '';
  position: absolute;
  top: 385px;
  left: -590px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.numbers__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;
}
.numbers__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #f6f6f6;
  margin-bottom: 17px;
  max-width: 835px;
}
.numbers__text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(246, 246, 246, 0.75);
  max-width: 835px;
}
.numbers__statistics {
  margin-top: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.numbers__statistics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 329px;
  gap: 40px;
}
.numbers__statistics-item-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #9a9da1;
}
.numbers__statistics-item-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: #91aed1;
  margin-top: 16px;
}
.trading__progress-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;
}
.trading__progress-section-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #f6f6f6;
  display: none;
}
.trading__progress-title {
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
  color: #93b0d2;
  margin: 8px 0 72px;
}
.trading__progress-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  position: relative;
}
.tradding__progress-content-mobile {
  display: none;
}
.trading__progress-content-item {
  position: relative;
}
.trading__progress-word {
  font-size: 12px;
  color: #515e6a;
}
.trading__progress-content-item:nth-child(1) .trading__progress-content-item-title,
.trading__progress-content-item:nth-child(2) .trading__progress-content-item-title {
  margin: 12px 0 6px;
  text-align: center;
}
.trading__progress-content-item:nth-child(1) .trading__progress-content-item-text,
.trading__progress-content-item:nth-child(2) .trading__progress-content-item-text {
  text-align: center;
}
.trading__progress-content-item:nth-child(1) {
  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: 193px;
  margin-top: 71px;
}
.trading__progress-content-item:nth-child(2) {
  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: 247px;
  margin-top: 29px;
}
.trading__progress-content-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 321px;
  position: relative;
}
.trading__progress-content-item:nth-child(3) .trading__progress-word {
  position: absolute;
  bottom: 0;
  right: 0;
}
.trading__progress-content-item:nth-child(3) .trading__progress-content-item-wrap {
  width: 100%;
  max-width: 92px;
  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;
  gap: 15px;
  margin-top: 5px;
  margin-right: 30px;
}
.trading__progress-content-item:nth-child(3) .trading__progress-content-item-text {
  margin-top: 13px;
  max-width: 171px;
}
.trading__progress-content-item:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-top: 68px;
  max-width: 418px;
}
.trading_img-wrap {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 32%;
  gap: 29px;
}
.trading_img-wrap p {
  font-size: 15px;
  color: #6b6c6d;
}
.trading__progress-content-item:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  margin: 0 auto;
  margin-top: 202px;
}
.trading__progress-content-item:nth-child(5) .trading__progress-word {
  position: absolute;
  top: -77px;
  right: -42px;
}
.trading__progress-content-item:nth-child(6) .trading__progress-word {
  position: absolute;
  bottom: 83px;
  left: -29px;
}
.trading__progress-content-item-wrap-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  gap: 13px;
  max-width: 231px;
}
.trading__progress-content-item-wrap-3 .trading__progress-content-item-img-3 {
  max-width: 72px;
}
.trading__progress-content-item:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 447px;
  margin-top: 42px;
}
.trading__progress-content-item:nth-child(6) .trading__progress-content-item-title {
  margin: 6px 0 12px;
}
.trading__progress-content-item-img-4 {
  max-width: 143px;
  max-height: 143px;
  margin-right: 57px;
}
.trading__progress-content-item:nth-child(7) {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  margin-top: 19px;
}
.trading__progress-content-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #9ca3aa;
}
.trading__progress-content-item-text {
  font-size: 14px;
  line-height: 1.1;
  color: #6b6c6d;
}
.trading__progress-content-item-img {
  max-width: 28px;
  height: 28px;
  width: 100%;
}
.trading__progress-content::after {
  content: '';
  position: absolute;
  bottom: -86px;
  left: 139px;
  background-image: url('../images/trading-10.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 960px;
  height: 260px;
}
.advantages {
  padding: 340px 0 210px;
  position: relative;
  overflow: hidden;
}
.advantages::after {
  content: '';
  position: absolute;
  top: 0;
  right: -282px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.advantages::before {
  content: '';
  position: absolute;
  top: 626px;
  left: -590px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.advantages__wrapper {
  max-width: 1260px;
  margin: 0 auto;
}
.advantages__title {
  text-align: center;
  z-index: 2;
  position: relative;
}
.advantages__content {
  margin-top: 72px;
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  row-gap: 36px;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  position: relative;
}
.advantages__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 24px 24px 24px;
  min-height: 324px;
  border: 1px solid #435566;
  border-radius: 25px;
  z-index: 2;
}
.advantages__content::before {
  content: '';
  position: absolute;
  top: -315px;
  left: -345px;
  background-image: url(../images/advantages-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 581px;
  height: 100%;
  z-index: 1;
}
.advantages__content-item:nth-child(1) {
  background: #1b3248;
}
.advantages__content-item:nth-child(2) {
  background: #8dadd3;
}
.advantages__content-item:nth-child(3) {
  background: #19232f;
}
.advantages__content-item:nth-child(4) {
  background: #19232f;
}
.advantages__content-item:nth-child(5) {
  background: #1b3248;
}
.advantages__content-item:nth-child(6) {
  background: #1b3248;
}
.advantages__content-item:nth-child(1) .advantages__content-item-wrap-title {
  color: #b8c0c7;
}
.advantages__content-item:nth-child(2) .advantages__content-item-wrap-title {
  color: #243546;
}
.advantages__content-item:nth-child(3) .advantages__content-item-wrap-title {
  color: #b8c0c7;
}
.advantages__content-item:nth-child(4) .advantages__content-item-wrap-title {
  color: #b8c0c7;
}
.advantages__content-item:nth-child(5) .advantages__content-item-wrap-title {
  color: #bfc4c8;
}
.advantages__content-item:nth-child(6) .advantages__content-item-wrap-title {
  color: #bfc4c8;
}
.advantages__content-item:nth-child(1) .advantages__content-item-text {
  color: #607180;
}
.advantages__content-item:nth-child(2) .advantages__content-item-text {
  color: #46576b;
}
.advantages__content-item:nth-child(3) .advantages__content-item-text {
  color: #607180;
}
.advantages__content-item:nth-child(4) .advantages__content-item-text {
  color: #5a6169;
}
.advantages__content-item:nth-child(5) .advantages__content-item-text {
  color: #5a6169;
}
.advantages__content-item:nth-child(6) .advantages__content-item-text {
  color: #5a6169;
}
.advantages__content-item span {
  font-size: 13px;
  color: #abb4bd;
}
.advantages__content-item:nth-child(2) span {
  color: #405265;
}
.advantages__content-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0 21px;
}
.advantages__content-item-wrap img {
  max-width: 56px;
  height: auto;
}
.advantages__content-item-wrap-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.advantages__content-item-text {
  font-size: 15px;
  line-height: 1.33;
}
.why__us-title {
  text-align: center;
}
.why__us-wrapper {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 77px;
  row-gap: 135px;
  -webkit-column-gap: 400px;
  -moz-column-gap: 400px;
  column-gap: 400px;
}
.why__us-wrapper-item {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 559px;
  width: 100%;
}
.why__us-wrapper-item:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}
.why__us-wrapper-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.why__us-wrapper-item-top-title,
.why__us-wrapper-item-top-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #8facce;
  text-transform: uppercase;
}
.why__us-wrapper-item-top-link::after {
  content: '';
  display: inline-block;
  background-image: url('../images/arrow-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  margin-left: 5px;
}
.why__us-wrapper-item-midle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 12px 0 20px;
}
.why__us-wrapper-item-midle img {
  max-width: 29px;
  height: auto;
}
.why__us-wrapper-item-midle-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #b8c0c7;
}
.why__us-wrapper-item-text {
  font-size: 18px;
  line-height: 1.1;
  color: #505c68;
}
.contact__form {
  padding: 210px 0;
  position: relative;
  overflow: hidden;
}
.contact__form-img {
  max-width: 50%;
}
.contact__form::after {
  content: '';
  position: absolute;
  top: 0;
  right: -282px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.contact__form::before {
  content: '';
  position: absolute;
  top: 626px;
  left: -590px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.contact__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 78px 74px;
  background-color: rgba(246, 246, 246, 0.1);
  border-radius: 25px;
}
.offer {
  position: relative;
  overflow: hidden;
  min-height: 875px;
}
.offer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.5;
}
.offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 108px 0;
}
.offer__wrapper-cotent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 860px;
  margin-top: 97px;
}
.offer__wrapper-cotent-span {
  font-size: 16px;
  font-weight: 500;
  color: #979a9e;
}
.offer__wrapper-cotent-title {
  margin: 7px 0 16px;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.offer__wrapper-cotent-text {
  font-size: 18px;
  line-height: 1.6;
  color: #667085;
  margin-bottom: 40px;
}
.offer__wrapper-cotent-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #141414;
  padding: 31px;
  width: 100%;
  max-width: 80%;
  background-color: #c2ddfb;
  border-radius: 25px;
  text-align: center;
}
.offer__wrapper-img img {
  max-width: 666px;
  height: auto;
}
.faq {
  padding: 210px 0;
  position: relative;
  overflow: hidden;
}
.faq::after {
  content: '';
  position: absolute;
  top: -385px;
  right: -396px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.faq::before {
  content: '';
  position: absolute;
  top: -117px;
  left: -590px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.faq .container::after {
  content: '';
  position: absolute;
  bottom: -511px;
  right: -396px;
  width: 1177px;
  height: 690px;
  background: radial-gradient(ellipse 100% 100% at center, #153451 10%, #070c12 50%);
  z-index: -1;
}
.faq__title {
  text-align: center;
  margin-bottom: 20px;
  color: #8facce;
}
.faq__subtitle {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #667085;
}
.faq__list {
  margin: 0 auto;
  max-width: 1184px;
}
.faq__item {
  border-bottom: 1px solid #3a475e;
  max-width: 1184px;
  position: relative;
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  font-size: 22px;
  color: #f6f6f6;
  padding: 24px 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.faq__question::after {
  content: '';
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: content 0.3s, -webkit-transform 0.3s;
  transition: content 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, content 0.3s;
  transition: transform 0.3s, content 0.3s, -webkit-transform 0.3s;
}
.faq__question.active::after {
  content: '';
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: content 0.3s, -webkit-transform 0.3s;
  transition: content 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, content 0.3s;
  transition: transform 0.3s, content 0.3s, -webkit-transform 0.3s;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  padding: 0 16px;
}
.faq__answer {
  font-size: 16px;
  color: #667085;
  line-height: 1.5;
}
.faq__answer-wrap {
  padding-bottom: 20px;
}
.footer {
  position: relative;
  overflow: hidden;
  min-height: auto;
}
.footer-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1374px;
}
.footer-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  margin-bottom: 72px;
}
.footer-section:last-child {
  margin-right: 0;
}
.logo-container {
  margin: 110px 0 72px;
}
.footer-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #f6f6f6;
  display: block;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: rgba(184, 192, 199, 0.8);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 0;
  display: inline-block;
}
.footer-links a:hover {
  color: #3498db;
}
.drop-down {
  position: relative;
}
.drop-down > a {
  position: relative;
  cursor: pointer;
}
.drop-down > a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url('../images/arrow-footer.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dropdown-menu {
  position: absolute;
  left: 0;
  background: rgba(26, 40, 60, 0.9);
  border-radius: 5px;
  list-style: none;
  min-width: 150px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  margin-top: 5px;
  padding: 5px 0;
}
.dropdown-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-menu li {
  padding: 5px 15px;
  margin-bottom: 0;
}
.dropdown-menu a {
  color: #6c757d;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  color: #3498db;
}
.contact-info,
.contact-info a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(184, 192, 199, 0.5);
}
.footer-section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #8facce;
  margin: 40px 0 8px;
}
.address {
  margin-top: 20px;
}
.crypto-image {
  position: absolute;
  right: 0;
  bottom: 111px;
  width: 517px;
  height: 480px;
  z-index: -1;
}
.footer-copyright {
  border-top: 1px solid rgba(246, 246, 246, 0.5);
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #71717a;
  text-align: center;
}
.quiz {
  background-color: #153451;
  padding: 108px 0;
}
.question-container {
  background-color: #2b5a86;
  border-radius: 25px;
  padding: 48px 40px;
  width: 100%;
  max-width: 1447px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.question-screen {
  display: none;
  max-width: 1056px;
  margin: 0 auto;
}
.question-screen.active {
  display: block;
}
.progress-bar {
  height: 12px;
  width: 95%;
  background-color: #153451;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
}
.progress-fill {
  position: absolute;
  height: 100%;
  background-color: #8facce;
  border-radius: 12px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.question-number {
  font-size: 16px;
  color: #b0b4b8;
  margin-bottom: 10px;
  text-align: center;
}
.question-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 72px;
  text-align: center;
  -webkit-columns: #f6f6f6;
  -moz-columns: #f6f6f6;
  columns: #f6f6f6;
}
.option-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #153451;
  border: none;
  border-radius: 20px;
  padding: 27px 32px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 2px solid #153451;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.option-button-text {
  font-size: 24px;
  color: #f6f6f6;
}
.option-button:hover {
  border: 2px solid #9cbadd;
}
.option-number {
  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;
  background-color: #fff;
  color: #1e3a8a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  font-weight: bold;
}
.continue-button {
  background-color: #c2ddfb;
  color: #141414;
  border: none;
  border-radius: 25px;
  padding: 34px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  border: 2px solid #9cbadd;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.continue-button:hover {
  border: 2px solid #153451;
}
.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-image: url(../images/close.svg);
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: none;
}
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-content {
  background: #8dadd3;
  padding: 20px;
  width: 40%;
  margin: 10% auto;
  position: relative;
  border-radius: 10px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #070c12;
}
.popup-text {
  color: #243546;
  z-index: 1000;
}
.popap-text {
  display: none;
}
.legal-information {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.legal-information p,
.legal-information li,
.legal-information ol {
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  .header__nav {
    gap: 15px;
  }
  .crypto-image {
    width: 300px;
    height: auto;
    bottom: 300px;
  }
  .offer__wrapper-img img {
    max-width: 100%;
  }
}
@media (max-width: 1170px) {
  .title {
    font-size: 36px;
  }
  .header__nav {
    gap: 10px;
    padding: 6px 12px;
  }
  .hero__title span{
    font-size: 45px;
  }
  .hero__text {
    font-size: 16px;
  }
  .form__title {
    font-size: 35px;
  }
  .about__company-text {
    font-size: 16px;
  }
  .about__company::before {
    top: 385px;
    left: -293px;
    width: 511px;
    height: 300px;
  }
  .about__company::after {
    right: -225px;
    width: 511px;
    height: 300px;
  }
  .about__company-trade-mansonry-item p {
    font-size: 16px;
    line-height: 1.3;
  }
  .numbers::before {
    top: 682px;
    left: -198px;
    width: 511px;
    height: 300px;
  }
  .numbers::after {
    top: 296px;
    right: -180px;
    width: 511px;
    height: 300px;
  }
  .trading__progress-title {
    font-size: 36px;
  }
  .trading__progress-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .trading__progress-content-item:nth-child(4) {
    display: none;
  }
  .trading__progress-content-item:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .trading__progress-content-item:nth-child(6) {
    max-width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .trading__progress-content-item:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .trading__progress-content::after {
    display: none;
  }
  .advantages__content-item-wrap-title {
    font-size: 20px;
  }
  .why__us-wrapper {
    row-gap: 100px;
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
  }
  .offer__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq::before {
    top: 280px;
    left: -238px;
    width: 511px;
    height: 300px;
  }
  .faq::after {
    top: 0;
    right: 0;
    width: 511px;
    height: 300px;
  }
  .crypto-image {
    display: none;
  }
}
@media (max-width: 960px) {
  .header__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
  }
  .header__nav {
    position: absolute;
    top: -40px;
    left: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 25px;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .header__nav.open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  .drop-down .dropdown-menu {
    background: #070c12;
  }
  .popup-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 26px;
  }
  .header__nav {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 75%;
  }
  .header__switcher-link,
  .switcher__separator {
    font-size: 16px;
  }
  .burger-menu img {
    width: 22px;
    height: 16px;
  }
  .hero {
    padding: 54px 0 80px;
  }
  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__title span{
    font-size: 32px;
  }
  .hero__text {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.2;
    max-width: 100%;
  }
  .form__title {
    font-size: 26px;
  }
  .hero::after {
    top: 0;
    right: 0;
  }
  .about__company-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-name {
    font-size: 14px;
  }
  .about__company-title {
    margin: 7px 0 14px;
  }
  .about__company-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about__company-text.mb-128 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mb-128 {
    margin-bottom: 40px;
  }
  .about__company-content {
    max-width: 100%;
  }
  .about__company-img-block {
    max-width: 100%;
  }
  .about__company-img {
    float: none;
  }
  .about__company-trade-wrapper {
    padding-top: 80px;
  }
  .trade-title {
    margin-bottom: 40px;
  }
  .about__company-trade-mansonry .about__company-trade-mansonry-item {
    width: 100%;
  }
  .about__company-trade-mansonry {
    gap: 16px;
  }
  .about__company-trade-mansonry-item {
    padding: 40px 26px 40px 26px;
  }
  .numbers {
    padding: 80px 0;
  }
  .numbers__text {
    font-size: 16px;
  }
  .trading__progress-section-title {
    font-size: 14px;
  }
  .trading__progress-title {
    padding: 8px 0 32px;
  }
  .trading__progress-content {
    display: none;
  }
  .tradding__progress-content-mobile {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
  }
  .trading__progress-content-item-mobile {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    max-width: 60%;
  }
  .trading__progress-content-item-title-mobile {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #989ca1;
  }
  .trading__progress-content-item-text-mobile {
    font-size: 16px;
    line-height: 1.1;
    color: #3c434d;
    text-align: center;
  }
  .advantages {
    padding: 80px 0;
  }
  .advantages__wrapper {
    padding-top: 264px;
  }
  .advantages__content::before {
    top: -448px;
    left: 0;
    width: 437px;
    height: 348px;
  }
  .advantages__content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
  .advantages__content-item {
    padding: 30px 24px 24px 30px;
    min-height: auto;
  }
  .why__us-wrapper {
    margin-top: 40px;
  }
  .why__us-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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  .why__us-wrapper-item {
    max-width: 100%;
  }
  .why__us-wrapper-item-top-title {
    font-size: 12px;
    color: rgba(143, 172, 206, 0.5);
  }
  .why__us-wrapper-item-midle-title {
    font-size: 18px;
  }
  .contact__form {
    padding: 80px 0;
  }
  .contact__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }
  .contact__form-img {
    max-width: 320px;
  }
  .hero__form {
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
  }
  .contact__form::before {
    top: 714px;
  }
  .offer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .offer__wrapper-cotent-span {
    font-size: 12px;
  }
  .offer__wrapper-cotent-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .offer__wrapper-cotent-link {
    max-width: 100%;
  }
  .faq {
    padding: 80px 0;
  }
  .faq__subtitle {
    font-size: 16px;
  }
  .faq__question {
    font-size: 18px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .question-container {
    padding: 18px 40px;
  }
  .progress-bar {
    width: 85%;
  }
  .question-number {
    font-size: 12px;
  }
  .question-title {
    font-size: 26px;
  }
  .option-button-text {
    font-size: 16px;
  }
  .close-button {
    width: 45px;
    height: 45px;
    background-position: center;
    border-radius: 15px;
  }
  .popup-content {
    width: 90%;
  }
}
.about__company-trade-mansonry-item p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
