@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Regular.woff2') format('woff2'),
    url('../fonts/Benzin-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Medium.woff2') format('woff2'),
    url('../fonts/Benzin-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Semibold.woff2') format('woff2'),
    url('../fonts/Benzin-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Bold.woff2') format('woff2'),
    url('../fonts/Benzin-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Gotham';
  background-color: #060606;
  font-size: .8333vw;
  line-height: 1.37;
  color: #001528;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.block_1 {
  padding: 4.5833vw 7.2917vw 0;
  background-image: url(..//img/main_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 6.9792vw;
}

.block_1_box {
  display: flex;
  background-image: url(..//img/main_bg_small_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1.1458vw;
  border: .1042vw solid rgba(84, 205, 238, 0.2);
  position: relative;
}

.block_1_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.7917vw 0 4.0625vw 4.6875vw;
  position: relative;
}

.block_1_img {
  min-width: 38.3854vw;
  position: relative;
}

.block_1_img img:first-child {
  position: absolute;
  width: 32.5938vw;
  top: 3.3854vw;
  left: 2.8vw;
}

.block_1_img img:last-child {
  position: absolute;
  width: 35.0521vw;
  bottom: 0;
  left: -1vw;
}

.radial {
  position: absolute;
  top: 11.875vw;
  left: 5vw;
  width: 17.2917vw;
  height: 17.2917vw;
  border-radius: 50%;
  background-color: #54CDEE;
  filter: blur(7.8125vw);
}

.main_logo {
  display: flex;
  align-items: center;
  gap: .3125vw;
  text-transform: uppercase;
  color: #fff !important;
  font-family: 'Benzin';
}

.logo {
  width: 2.6042vw;
}

.main_info_list {
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
  gap: .5729vw;
  color: #fff;
  font-size: .7292vw;
}

.main_info_item {
  width: 7.6563vw;
  height: 2.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2.2917vw;
  border: 1px solid #A0A0A0;
  background-color: rgba(24, 27, 38, 0.2);
  padding: 0 .5208vw;
}

.main_descr {
  margin-top: 2vw;
  color: #fff;
  text-align: center;
}

.main_sub_title {
  color: #fff;
  margin-top: 2vw;
  text-transform: uppercase;
  font-size: 3.125vw;
  font-weight: 700;
  font-family: 'Benzin';
}

.block_1_content h1 {
  margin: 1vw 0 0;
  font-family: 'Benzin';
  font-size: 4.5833vw;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.main_title_blue {
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.main_title_white {
  color: #fff;
  font-weight: 400;
}

.all_btn {
  border-radius: 2.2917vw;
  color: #fff !important;
  text-transform: uppercase;
  padding: 1.25vw 2.3438vw;
  text-align: center;
  font-family: 'Benzin';
  font-weight: 500;
  max-width: 20.5208vw;
  min-height: 4.8438vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.all_btn span {
  position: relative;
  z-index: 2;
}

.all_btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  opacity: 1;
  transition: 0.3s;
}

.all_btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #54CDEE 0%, #331F74 100%);
  opacity: 0;
  transition: 0.3s;
}

.all_btn:hover::before {
  opacity: 0;
  transition: 0.3s;
}

.all_btn:hover::after {
  opacity: 1;
  transition: 0.3s;
}

.main_btn {
  margin-top: 2vw;
}

.decor_1 {
  position: absolute;
  top: 2.3958vw;
  left: 0;
  width: 11.875vw;
  z-index: 6;
}

.decor_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10.8854vw;
  z-index: 6;
}

.block_2 {
  display: flex;
  gap: 5.0521vw;
}

.block_2_img {
  min-width: 47.2917vw;
  line-height: 0;
  margin-top: -1vw;
}

.block_2_img img {
  width: 47.2917vw;
}

h2 {
  font-size: 4.0104vw;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Benzin';
  text-align: center;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.block_2_title_white {
  background: linear-gradient(90deg, #fff 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.block_2_title_blue {
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.block_2_descr {
  font-family: 'Benzin';
  color: #fff;
  text-transform: uppercase;
  margin: 2.1354vw 0;
}

.block_3 {
  margin-top: -1.5625vw;
  padding: 0 9.1146vw;
}

.block_3_list {
  margin-top: 2.7083vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
}

.block_3_item {
  width: calc(25% - 1.2vw);
  background-image: url(..//img/item_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 1.1458vw;
  padding: 2.0833vw;
  color: #fff;
}

.block_3_item::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_3_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #060606;
  border-radius: 1.1458vw;
  z-index: -1;
}

.block_3_item_img {
  line-height: 0;
}

.block_3_item_img img {
  border-radius: 50%;
  width: 4.8438vw;
  height: 4.8438vw;
  object-fit: cover;
}

.block_3_item h3 {
  margin: 1.7708vw 0 0;
  font-family: 'Benzin';
  font-size: 1.0417vw;
  font-weight: 500;
  text-transform: uppercase;
}

.block_3_item p {
  margin: .6771vw 0 0;
  font-size: .7292vw;
}

.block_2_content h2 {
  text-align: left;
}

.block_4 {
  padding: 5.2083vw 5vw 0;
  position: relative;
}

.block_4_title_white {
  color: #fff;
  font-size: 1.7188vw;
  margin-bottom: 1vw;
  background: unset;
  -webkit-text-fill-color: #fff;
}

.block_4_title_blue {
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.block_4_list {
  margin-top: 2.0833vw;
  padding: 0 10.625vw;
}

.block_4_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.0833vw;
  padding: 2.0833vw 2.6042vw 1.6667vw;
  border-bottom: 1px solid rgba(167, 167, 167, 0.29);
}

.block_4_item:first-child {
  border-top: 1px solid rgba(167, 167, 167, 0.29);
}

.block_4_item_marker {
  min-width: 2.1354vw;
  line-height: 0;
}

.block_4_item_marker img {
  width: 2.1354vw;
}

.block_4_item_white {
  color: #fff;
  flex-grow: 1;
}

.block_4_item_white_title {
  font-family: 'Benzin';
  font-size: 1.7188vw;
  font-weight: 700;
  text-transform: uppercase;
}

.block_4_item_white_descr {
  text-transform: uppercase;
  margin-top: 1.1979vw;
}

.block_4_item_blue {
  text-align: right;
  font-family: 'Benzin';
  font-weight: 600;
  text-transform: uppercase;
}

.block_4_item_blue_title {
  font-size: 1.7188vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.block_4_item_blue_descr {
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.block_4_btn {
  margin: 3.125vw auto 0;
}

.block_5 {
  padding: 4.4271vw 15.4167vw 0;
}

.decor_3 {
  position: absolute;
  bottom: 13vw;
  left: 0;
  width: 11.8229vw;
}

.decor_4 {
  position: absolute;
  top: 13vw;
  right: 0;
  width: 11.25vw;
}

.block_5_list {
  margin-top: 2.0833vw;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6667vw;
  justify-content: center;
}

.block_5_item {
  width: calc(50% - 0.9vw);
  border-radius: 1.1458vw;
  padding: 2.0833vw 3.125vw;
  background-color: #060606;
  position: relative;
  color: #fff;
}

.block_5_item::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_5_item:nth-child(even) {
  background: linear-gradient(124deg, #0E0E0E 0%, #252F4D 100%);
}

.block_5_item h3 {
  margin: 0;
  font-family: 'Benzin';
  font-size: 1.7188vw;
  font-weight: 500;
  text-transform: uppercase;
}

.block_5_item p {
  margin: 1.3021vw 0 0;
  font-size: .7292vw;
}

.block_6 {
  padding: 5.2083vw 16.1979vw 0;
  position: relative;
}

.swiper_box {
  margin-top: -1.5625vw;
  position: relative;
}

.block_6_list {
  max-width: 40.3646vw;
}

.block_6_item {
  color: #fff;
  text-align: center;
}

.block_6_item_img {
  position: relative;
  border-radius: 50%;
  line-height: 0;
  width: 4.0104vw;
  height: 4.0104vw;
  margin: 0 auto;
}

.block_6_item_img::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}

.block_6_item_img img {
  width: 4.0104vw;
  height: 4.0104vw;
  object-fit: cover;
  border-radius: 50%;
}

.block_6_item h3 {
  margin: 1.3021vw 0 0;
  text-transform: uppercase;
  font-size: 1.7188vw;
  font-weight: 500;
  font-family: 'Benzin';
}

.block_6_item_sphere {
  font-family: 'Benzin';
  text-transform: uppercase;
}

.block_6_item_review {
  margin-top: 1.0417vw;
}

.swiper_arrows>div {
  width: 3.4896vw;
  height: 3.4896vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper_arrows img {
  width: .6771vw;
}

.block_6_list_prev {
  left: 0;
}

.block_6_list_next {
  right: 0;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.decor_5 {
  position: absolute;
  top: 15vw;
  right: 0;
  width: 11.25vw;
}

.block_7 {
  padding: 5.2083vw 15.4167vw 0;
  position: relative;
}

.block_7_list {
  margin-top: 2.0833vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8229vw;
}

.block_7_item {
  width: calc(50% - 1vw);
  background-color: #060606;
  border-radius: 1.1458vw;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: .3646vw;
}

.block_7_item::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_7_item_content {
  padding: 2.0833vw 0 1.5625vw 3.125vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.block_7_item_content h3 {
  margin: 0;
  font-family: 'Benzin';
  font-size: 1.7188vw;
  font-weight: 500;
  text-transform: uppercase;
}

.block_7_item_profession {
  margin-top: .7813vw;
  font-size: .7292vw;
}

.block_7_item_img {
  min-width: 13vw;
  position: relative;
}

.block_7_item_img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
}

.block_7_item_img img {
  width: 13vw;
  height: 100%;
  object-fit: cover;
  border-radius: 1.1458vw;
  position: relative;
}

.block_7_item_descr {
  margin-top: .7813vw;
  flex-grow: 1;
}

.block_7_btn {
  margin-top: 1.4583vw;
  max-width: 11.6146vw;
}

.decor_6 {
  position: absolute;
  bottom: 2.6042vw;
  left: 0;
  width: 11.8229vw;
}

.block_8 {
  padding: 5.2083vw 8vw 0;
}

.block_8_list {
  margin-top: 2.3438vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3542vw;
}

.block_8_item {
  width: calc(25% - 1.1vw);
  position: relative;
  border-radius: 1.1458vw;
  color: #fff;
  background: linear-gradient(142deg, #0E0E0E 40%, #252F4D 100%);
}

.block_8_item::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_8_item h3 {
  margin: 0;
  padding: 1.5625vw 1.5625vw 1.0417vw;
  border-radius: 1.1458vw 1.1458vw 0 0;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  font-family: 'Benzin';
  font-weight: 500;
  font-size: .8333vw;
  text-transform: uppercase;
  min-height: 7.1875vw;
}

.block_8_item p {
  margin: 0;
  padding: 1.5625vw;
}

.block_8_btn {
  margin: 2.0833vw auto 0;
  cursor: pointer;
  width: fit-content;
}

.block_9 {
  padding: 4.1667vw 9.2708vw 0;
}

.block_9 .main_info_list {
  margin-top: 1.5vw;
  justify-content: center;
}

.block_9_box {
  display: flex;
  margin-top: 2.0833vw;
  color: #fff;
}

.block_9_content {
  min-width: 45.0521vw;
  padding: 2.6042vw 3.125vw 4.6875vw;
  background: linear-gradient(142deg, #0E0E0E 20%, #252F4D 100%);
  border-radius: 1.1458vw;
  position: relative;
  margin-left: 7.5vw;
}

.block_9_content::after {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_9_descr {
  font-family: 'Benzin';
  font-weight: 500;
  text-transform: uppercase;
}

.block_9_list {
  list-style: none;
  padding: 0;
  margin: 2.0833vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.3vw;
}

.block_9_list li {
  padding-left: 1.4063vw;
  position: relative;
  font-size: 1.0417vw;
}

.block_9_list li::before {
  content: '';
  position: absolute;
  top: .1563vw;
  left: 0;
  width: .8333vw;
  height: .8333vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
}

.block_9_footer {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  gap: 1.3021vw;
}

.block_9_price {
  font-family: 'Benzin';
  font-weight: 500;
  font-size: 1.7188vw;
}

.circle {
  min-width: 37.1354vw;
  height: 37.1354vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -8.9583vw;
  margin-top: 6.7708vw;
  padding: 5vw 6.6146vw 5vw 11vw;
}

.circle_title_large {
  font-family: 'Benzin';
  font-weight: 500;
  font-size: 2.2917vw;
  text-transform: uppercase;
  text-align: center;
}

.circle_title_small {
  font-family: 'Benzin';
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: .5208vw;
}

.circle_list {
  margin: 1.1458vw 0 0;
  padding: 0 0 0 1.5vw;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
  font-size: .9375vw;
}

.block_9_radial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33.8542vw;
  height: 33.8542vw;
  border-radius: 50%;
  background-color: #54CDEE;
  filter: blur(7.8125vw);
  z-index: -1;
}

.decor_mob {
  display: none;
}

.block_10 {
  margin: 5.2083vw 9.6354vw 0;
  padding: 3.4896vw 6.0938vw 2.2917vw 8.1771vw;
  border-radius: 1.1458vw;
  background: linear-gradient(112deg, #0E0E0E 0%, #252F4D 100%);
  position: relative;
}

.block_10::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_10 h2 {
  color: #fff;
  font-size: 2.8646vw;
  text-align: left;
  background: none;
  -webkit-text-fill-color: #fff;
}

.block_10_box {
  margin-top: 1.8229vw;
  display: flex;
  gap: 1.3021vw;
}

.block_10_descr {
  color: #fff;
  font-size: 1.0417vw;
  width: 65%;
}

.bonus_box {
  width: 35%;
}

.bonus_box h3 {
  margin: 0;
  font-family: 'Benzin';
  text-transform: uppercase;
  font-size: 2.8646vw;
  line-height: 1;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.bonus_descr {
  font-size: 1.0417vw;
  color: #fff;
  margin-top: 1.0417vw;
}

.block_11 {
  padding: 3.9063vw 9.6354vw 0;
}

.block_11_list {
  margin-top: 2.6042vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.3021vw;
}

.block_11_item {
  border-radius: 1.1458vw;
  background: linear-gradient(112deg, #0E0E0E 0%, #252F4D 100%);
  position: relative;
  padding: 1.1458vw 5.2083vw 1.1458vw 8.1771vw;
}

.block_11_item::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.6042vw;
  font-size: 1.25vw;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.question_btn {
  width: 3.6979vw;
  height: 3.6979vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.question_btn::before {
  content: '';
  position: absolute;
  width: .9375vw;
  height: .2083vw;
  background-color: #fff;
}

.question_btn::after {
  content: '';
  position: absolute;
  width: .2083vw;
  height: .9375vw;
  background-color: #fff;
  transition: 0.4s;
}

.question.active .question_btn::after {
  height: 0;
  transition: 0.4s;
}

.answer {
  padding-right: 6.3021vw;
  padding-bottom: .7813vw;
  font-size: 1.0417vw;
  display: none;
}

.block_12 {
  margin: 3.9063vw 9.6354vw 5.2083vw;
  padding: 2.0833vw 3.6458vw 2.6042vw;
  border-radius: 1.1458vw;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.6042vw;
}

.block_12::before {
  content: '';
  position: absolute;
  top: -0.1042vw;
  right: -0.1042vw;
  bottom: -0.1042vw;
  left: -0.1042vw;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 1.1458vw;
  opacity: 0.3;
  z-index: -1;
}

.block_12::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #060606;
  border-radius: 1.1458vw;
  z-index: -1;
}

.block_12_img {
  line-height: 0;
  min-width: 6.7708vw;
  height: 6.7708vw;
  border-radius: 50%;
  background-color: #060606;
  position: relative;
}

.block_12_img::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(90deg, #331F74 0%, #54CDEE 100%);
  border-radius: 50%;
  opacity: 0.3;
}

.block_12_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.block_12_text h2 {
  font-size: 1.7188vw;
  color: #fff;
  text-align: left;
}

.block_12_descr {
  margin-top: 1.3021vw;
  color: #fff;
  font-size: .7292vw;
}

.block_12_btn {
  min-width: 11.6146vw;
  cursor: pointer;
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  visibility: hidden;
}

.popup.active {
  visibility: visible;
}

.popup_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.popup_content {
  width: 21.7188vw;
  border-radius: .625vw;
  background: linear-gradient(112deg, #0E0E0E 0%, #252F4D 100%);
  padding: 1.6667vw 2.6042vw 2.0833vw;
  position: relative;
  top: 10.4167vw;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}

.popup.active .popup_content {
  top: 0;
  transform: scale(1);
  opacity: 1;
  transition: 0.3s;
}

.popup_content h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.fields_box {
  margin-top: 1.3021vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6771vw;
}

.fields_box input {
  width: 13.5417vw;
  height: 3.5938vw;
  border-radius: .625vw;
  padding: 0 1.5625vw;
}

.fields_box input.wpcf7-not-valid {
  border-color: red;
  box-shadow: inset 0 0 .5208vw red;
}

.submit_btn {
  position: relative;
  padding: 0;
  max-width: 11.6146vw;
  margin: 1.4063vw auto 0;
}

.submit_btn input {
  font-size: 0;
  width: 100%;
  height: 4.8438vw;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.submit_btn .submit_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.submit_btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip:not(.custom) {
  display: none;
}

.wpcf7-not-valid-tip.custom {
  font-size: 90%;
}

.iti__selected-dial-code {
  margin-top: 1px;
}


.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 1.0417vw 0 0;
  color: #46b450;
}

.no_scroll {
  overflow: hidden;
}

.main_video {
  margin: 0 auto;
  width: fit-content;
}

.main_video iframe {
  width: 51.5104vw;
  height: 28.9583vw;
}

.main_video_block {
  margin-bottom: 5.2083vw;
}

.main_video_block h2 {
  color: #FFF;
  font-size: 1.25vw;
  line-height: 1.3;
  margin-bottom: 1.5625vw;
}

.main_video_btn {
  margin: 1.5625vw auto 0;
  cursor: pointer;
}

.thankyou .block_1_content {
  height: 100%;
  color: #fff;
}

.thankyou .block_1_content p {
  font-size: 2.0833vw;
}


@media(max-width:768px) {
  .iti__search-input {
    min-height: 8.9686vw;
    padding: 0 2.2422vw;
  }

  .thankyou .block_1_content {
    padding: 20vw 6.1333vw;
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }

  .thankyou .decor_2_mob {
    top: auto;
    bottom: 2vw;
  }

  .thankyou .block_1 {
    padding: 1.8667vw;
  }

  .thankyou .block_1_box {
    border-radius: 5.8667vw;
  }

  .thankyou .block_1_content h1 {
    margin-top: 0;
  }

  .thankyou .decor_1_mob {
    bottom: auto;
    top: 1.3889vw;
  }

  .thankyou .block_1_content p {
    font-size: 5vw;
  }

  .thankyou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 50px);
  }

  body {
    font-size: 3.7333vw;
  }

  h2 {
    font-size: 8.8vw;
  }

  .decor_pc {
    display: none;
  }

  .decor_mob {
    display: block;
  }

  .block_1_box {
    flex-direction: column;
    border-width: .5333vw;
  }

  .block_1_img img:last-child {
    position: relative;
    width: 80vw;
    margin-left: 5.5556vw;
  }

  .block_1_content {
    padding: 13.3333vw 6.1333vw 4vw;
  }

  .block_1_box {
    border-radius: 0 0 5.8667vw 5.8667vw;
    border-top: 0;
    background-image: url(..//img/main_bg_mob.webp);
  }

  .block_1 {
    background: none;
    padding: 0 1.8667vw;
  }

  .main_logo {
    gap: 3.2vw;
  }

  .logo {
    width: 13.3333vw;
  }

  .logo_text {
    font-size: 4.2667vw;
    margin-top: 1.5vw;
  }

  .main_info_list {
    margin-top: 10.6667vw;
    gap: 2.1333vw;
    width: 100%;
  }

  .main_info_item {
    width: calc(33% - 1.5vw);
    height: 12.8vw;
    border-radius: 11.7333vw;
    padding: 0 2.6667vw;
    font-size: 3.2vw;
  }

  .main_descr br {
    display: none;
  }

  .main_descr {
    margin-top: 10.1333vw;
    max-width: 61.6vw;
  }

  .main_sub_title {
    margin-top: 10.1333vw;
    font-size: 5.3333vw;
  }

  .block_1_content h1 {
    margin-top: 8.2667vw;
    font-size: 8.8vw;
  }

  .all_btn {
    max-width: 78.4vw;
    min-height: 18.6667vw;
    border-radius: 11.7333vw;
    padding: 2.7778vw 8.3333vw;
  }

  .main_btn {
    margin-top: 8vw;
  }

  .radial {
    display: none;
  }

  .block_1_img img:first-child {
    width: 78.6667vw;
    top: 18.0556vw;
    left: 11.1111vw;
  }

  .block_1_img {
    line-height: 0;
  }

  .decor_1_mob {
    position: absolute;
    bottom: 80vw;
    left: 0;
    width: 13.8667vw;
  }

  .decor_2_mob {
    position: absolute;
    top: 53.6111vw;
    right: 0;
    width: 11.2vw;
  }

  .block_2_img {
    position: absolute;
    top: 27.7778vw;
  }

  .block_2_img img {
    width: auto;
    height: 52.2222vw;
  }

  .block_2_content h2 {
    text-align: center;
  }

  .block_2_descr {
    margin: 60.5556vw auto 7.7778vw;
    text-align: center;
    max-width: 80vw;
  }

  .block_2_descr br {
    display: none;
  }

  .block_2_content {
    width: 100%;
  }

  .block_2 {
    margin-top: 18.6667vw;
    position: relative;
  }

  .block_2_btn {
    margin: 0 auto;
  }

  .block_3 {
    margin-top: 18.6667vw;
    padding: 0 2.1333vw;
  }

  .block_3_list {
    margin-top: 10.6667vw;
    gap: 2.6667vw;
  }

  .block_3_item {
    width: 100%;
    border-radius: 5.8667vw;
    padding: 10.6667vw;
  }

  .block_3_item_img img {
    width: 24.8vw;
    height: 24.8vw;
  }

  .block_3_item h3 {
    margin-top: 9.0667vw;
    font-size: 5.3333vw;
  }

  .block_3_item p {
    margin-top: 3.4667vw;
    font-size: 3.7333vw;
  }

  .block_3_item::before {
    border-radius: 5.8667vw;
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
  }

  .block_3_item::after {
    border-radius: 5.8667vw;
  }

  .block_4 {
    padding: 18.6667vw 2.1333vw 0;
  }

  .block_4_title_white {
    font-size: 5.8667vw;
  }

  .block_4 h2 {
    padding: 0 9.8667vw;
  }

  .block_4_title_blue {
    margin-top: 6.6667vw;
  }

  .block_4_list {
    margin-top: 9.3333vw;
    padding: 0;
  }

  .block_4_item {
    padding: 8vw 5.3333vw 6.6667vw 19.4667vw;
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5vw;
  }

  .block_4_item_marker {
    position: absolute;
    top: 8vw;
    left: 3vw;
    transform: rotate(-154deg);
  }

  .block_4_item_marker img {
    width: 8.8vw;
  }

  .block_4_item_white_title {
    font-size: 4.2667vw;
  }

  .block_4_item_blue_title {
    font-size: 5.8667vw;
  }

  .block_4_item_blue {
    text-align: left;
  }

  .block_4_item_blue_descr {
    font-size: 2.6667vw;
    margin-top: 1.5vw;
  }

  .block_4_btn {
    margin-top: 5.3333vw;
  }

  .decor_3_mob {
    position: absolute;
    bottom: -19vw;
    right: 0;
    width: 11.2vw;
  }

  .block_5 {
    padding: 18.6667vw 2.1333vw 0;
  }

  .block_5_list {
    margin-top: 10.6667vw;
    gap: 5.3333vw;
  }

  .block_5_item {
    width: 100%;
    padding: 13.3333vw 10.6667vw 12vw;
    border-radius: 5.8667vw;
  }

  .block_5_item::before {
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
    border-radius: 5.8667vw;
  }

  .block_5_item h3 {
    font-size: 5.3333vw;
  }

  .block_5_item p {
    margin-top: 5.3333vw;
    font-size: 3.7333vw;
  }

  .block_5_item p br {
    display: none;
  }

  .block_6 {
    padding: 17.3333vw 8vw 0;
  }

  .swiper_box {
    margin-top: -4.2667vw;
  }

  .block_6_list {
    max-width: 100%;
  }

  .block_6_item_img {
    width: 20.5333vw;
    height: 20.5333vw;
  }

  .block_6_item_img::before {
    top: .5333vw;
    right: .5333vw;
    bottom: .5333vw;
    left: .5333vw;
  }

  .block_6_item_img img {
    width: 20.5333vw;
    height: 20.5333vw;
  }

  .block_6_item h3 {
    margin-top: 5.3333vw;
    font-size: 5.8667vw;
  }

  .block_6_item_sphere {
    font-size: 4.2667vw;
  }

  .block_6_item_review {
    margin-top: 5.3333vw;
    text-align: left;
  }

  .block_6_item_review p {
    text-align: left !important;
  }

  .swiper_arrows>div {
    position: unset;
    width: 17.8667vw;
    height: 17.8667vw;
    transform: unset;
  }

  .swiper_arrows {
    margin-top: 6.6667vw;
    display: flex;
    justify-content: center;
    gap: 3.4667vw;
  }

  .swiper_arrows img {
    width: 3.4667vw;
  }

  .decor_5_mob {
    position: absolute;
    top: 35vw;
    left: 0;
    width: 13.8667vw;
  }

  .block_7 {
    padding: 18.6667vw 2.6667vw 0;
  }

  .block_7_list {
    margin-top: 5.3333vw;
    gap: 4.5333vw;
  }

  .block_7_item {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 7.2vw;
    border-radius: 5.8667vw;
    padding: 5.6vw 5.3333vw 7.4667vw;
  }

  .block_7_item::before {
    border-radius: 5.8667vw;
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
  }

  .block_7_item_img img {
    border-radius: 5.8667vw;
    width: 29.8667vw;
  }

  .block_7_item_img::before {
    border-radius: 5.8667vw;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .block_7_item_content {
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .block_7_item_content h3 {
    font-size: 5.8667vw;
    line-height: 1;
  }

  .block_7_item_profession {
    margin-top: 4vw;
    font-size: 3.7333vw;
  }

  .block_7_item_profession br {
    display: none;
  }

  .block_7_item_descr {
    margin-top: 4vw;
    font-size: 4.8vw;
  }

  .block_7_item_descr br {
    display: none;
  }

  .block_7_btn {
    margin-top: 6.6667vw;
  }

  .block_8 {
    padding: 18.6667vw 3.2vw 0;
  }

  .block_8_list {
    margin-top: 9.3333vw;
    gap: 5.8667vw;
  }

  .block_8_item {
    width: 100%;
    border-radius: 5.8667vw;
  }

  .block_8_item::before {
    border-radius: 5.8667vw;
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
  }

  .block_8_item h3 {
    border-radius: 5.8667vw 5.8667vw 0 0;
    min-height: 35.7333vw;
    font-size: 4vw;
    padding: 8vw 7vw 6vw;
  }

  .block_8_item p {
    padding: 6.6667vw 7vw 13.3333vw;
  }

  .block_8_btn {
    margin-top: 7.2vw;
  }

  .block_9 {
    padding: 18.6667vw 4vw 0;
  }

  .block_9 .main_info_list {
    margin-top: 5.3333vw;
  }

  .block_9_box {
    margin-top: 6.6667vw;
    flex-direction: column;
    align-items: center;
    gap: 9.3333vw;
  }

  .circle {
    width: 137.8667vw;
    height: 137.8667vw;
    margin: 0;
    padding: 21.3333vw 8vw;
  }

  .circle_title_large {
    font-size: 11.7333vw;
  }

  .circle_title_small {
    margin-top: 4vw;
    font-size: 4.2667vw;
  }

  .circle_list {
    margin-top: 6vw;
    gap: 3vw;
    font-size: 3.7333vw;
    line-height: 1;
    padding: 0;
    max-width: 82.4vw;
  }

  .block_9_content {
    width: 100%;
    padding: 10.1333vw 4vw 10.6667vw;
    margin: 0;
    border-radius: 5.8667vw;
  }

  .block_9_content::after {
    border-radius: 5.8667vw;
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
  }

  .block_9_list {
    margin-top: 8.8vw;
    gap: 5.3333vw;
  }

  .block_9_list li {
    font-size: 3.7333vw;
    padding-left: 7.2vw;
  }

  .block_9_list br {
    display: none;
  }

  .block_9_list li::before {
    top: 0.5vw;
    width: 4.2667vw;
    height: 4.2667vw;
  }

  .block_9_radial {
    width: 80%;
    height: 100%;
    filter: blur(35vw);
  }

  .block_9_footer {
    margin-top: 5.3333vw;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 4vw;
  }

  .block_9_price {
    font-size: 8.8vw;
  }

  .block_10 {
    margin: 10.6667vw 4.2667vw 0;
    padding: 13.3333vw 6.6667vw 14.6667vw;
    border-radius: 5.8667vw;
  }

  .block_10::before {
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
    border-radius: 5.8667vw;
  }

  .block_10 h2 {
    font-size: 5.8667vw;
  }

  .block_10 h2 br {
    display: none;
  }

  .block_10_box {
    margin-top: 10.6667vw;
    flex-direction: column;
    gap: 10.6667vw;
  }

  .block_10_descr {
    width: 100%;
    font-size: 3.7333vw;
  }

  .bonus_box {
    width: 100%;
  }

  .bonus_box h3 {
    font-size: 14.6667vw;
  }

  .bonus_descr {
    margin-top: 5.3333vw;
    font-size: 5.3333vw;
  }

  .block_11 {
    padding: 17.3333vw 4.2667vw 0;
  }

  .block_11_list {
    margin-top: 10.6667vw;
    gap: 4.5333vw;
  }

  .block_11_item {
    padding: 7.2vw 5.3333vw;
  }

  .question {
    font-size: 5.3333vw;
    gap: 2.6667vw;
    line-height: 1;
  }

  .question_btn {
    min-width: 10.9333vw;
    height: 10.9333vw;
  }

  .question_btn::before {
    width: 2.6667vw;
    height: .5333vw;
  }

  .question_btn::after {
    width: .5333vw;
    height: 2.6667vw;
  }

  .answer {
    padding-top: 4.5333vw;
    font-size: 3.7333vw;
  }

  .block_12 {
    margin: 10.6667vw 4.2667vw 13.3333vw;
    padding: 8vw 5.3333vw 8vw;
    border-radius: 5.8667vw;
    gap: 8vw;
    flex-direction: column;
  }

  .block_12::before {
    top: -0.5333vw;
    right: -0.5333vw;
    bottom: -0.5333vw;
    left: -0.5333vw;
    border-radius: 5.8667vw;
  }

  .block_12::after {
    border-radius: 5.8667vw;
  }

  .block_12_img {
    width: 34.6667vw;
    height: 34.6667vw;
  }

  .block_12_text h2 {
    font-size: 6.4vw;
  }

  .block_12_descr {
    margin-top: 6.6667vw;
    font-size: 4.2667vw;
  }

  .popup_content {
    width: 95%;
    border-radius: 5.8667vw;
    padding: 8vw 5.3333vw 10.6667vw;
  }

  .fields_box input {
    width: 100%;
    height: 13.3333vw;
    padding: 0 4vw;
    border-radius: 3.2vw;
  }

  .fields_box {
    gap: 2.6667vw;
    margin-top: 5.3333vw;
  }

  .submit_btn {
    margin-top: 4vw;
  }

  .fields_box input.wpcf7-not-valid {
    box-shadow: inset 0 0 2.6667vw red;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 5.3333vw;
  }

  .main_video {
    padding: 5.3333vw 4.2667vw 0;
    width: 100%;
  }

  .main_video iframe {
    width: 100%;
    height: 50vw;
  }

  .main_video_block {
    margin-top: 10.6667vw;
  }

  .main_video_block h2 {
    font-size: unset;
  }

  .main_video_btn {
    margin-top: 6.6667vw;
  }

}