@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
img {
  vertical-align: middle;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.col-3 {
  width: 25%;
}
.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.col-9 {
  width: 75%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-2,
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-4,
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-1,
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-4,
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}
:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: Font Awesome\6 Free;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/fontawesome.min.css)
      format("woff2");
}
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.loading-wrapper {
  display: none;
}
body {
  margin: 0;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  padding: 60px 0 0;
  background-color: #203041;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}
img {
  max-width: 100%;
}
.bottom-wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#121825),
    color-stop(250%, #129d7f)
  );
  background: linear-gradient(180deg, #121825, #129d7f 250%);
}
.btn-form {
  position: absolute;
  width: 310px;
  height: 60px;
  background: linear-gradient(130.99deg, #b6ff6f 1.35%, #75c922 73.25%);
  box-shadow: 0 4px 0 #69b31f, 0 254px 102px rgba(6, 26, 45, 0.01),
    0 143px 86px rgba(6, 26, 45, 0.05), 0 63px 63px rgba(6, 26, 45, 0.09),
    0 16px 35px rgba(6, 26, 45, 0.1), 0 0 0 rgba(6, 26, 45, 0.1);
  border-radius: 20px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  padding-top: 7px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
}
.btn-form:hover {
  color: #23527c;
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.wrap-v2 {
  background-image: url(../assets/fon2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 30px;
  background-color: #203041;
}
.wrap-v2 .trades-title {
  color: #000;
}
.wrap-v2 .trades .btn-form {
  font-size: 14px;
}
.wrap-v2 .bottom-wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#022b22),
    color-stop(250%, #0affca)
  );
  background: linear-gradient(180deg, #022b22, #0affca 250%);
}
.wrap-v2 .register {
  background-image: url(../assets/Rectangle45.png);
  background-position: top;
  background-size: cover;
  padding-top: 30px;
}
.wrap-v2 .register-box-title {
  padding-top: 0;
}
.wrap-v2 .register-box-text {
  font-size: 14px;
}
.wrap-v2 .test-footer-wrap {
  background-image: url(../assets/Rectangle46.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.wrap-v2 .celebrities-img {
  width: 100%;
}
.wrap-v2 .celebrities-text {
  text-shadow: 0 5px 5px #000;
}
.wrap-v2 .review-name {
  font-size: 16px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .wrap-v2 .celebrities .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .wrap-v2 .celebrities .row .col-sm-6 {
    padding: 0 30px;
  }
  .wrap-v2 .celebrities .row div {
    width: 100% !important;
  }
  .wrap-v2 .celebrities-name {
    font-size: 26px;
  }
  .wrap-v2 .celebrities-job {
    font-size: 22px;
  }
  .wrap-v2 .celebrities-img {
    width: 100%;
    height: 570px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wrap-v2 .celebrities-text {
    padding: 0 20px;
  }
}
.celebrities-img {
  width: 100%;
}
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  max-height: 70px;
}
.header-logo {
  padding: 10px 20px 0;
  display: -webkit-box;
  display: flex;
}
.header-spots {
  display: -webkit-box;
  display: flex;
  float: right;
  padding: 15px;
  margin-right: 15%;
  border-radius: 0 0 20px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#76ca22),
    to(#b6ff6f)
  );
  background: linear-gradient(180deg, #76ca22, #b6ff6f);
}
.header-spots-text {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  margin-bottom: 0;
}
.header-spots-text-counter {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .header-logo-img {
    margin-top: 5px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .header-spots {
    padding: 5px;
    margin-right: 2%;
  }
  .header-spots-text {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 370px) {
  .header-logo {
    padding: 10px 10px 0;
  }
  .header-logo-img {
    height: 35px;
  }
}
.main-title {
  margin-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  text-align: left;
  text-shadow: 0 6px 10px rgba(15, 49, 109, 0.5);
  color: #fff;
}
.main-title-big {
  font-size: 69px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-form {
  position: relative;
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: inherit;
  max-width: 340px;
  margin: 0 auto;
}
.main-form-btn {
  display: none;
  position: relative;
  background: linear-gradient(94.89deg, #75c922 23.79%, #b6ff6f 92.36%);
  border-radius: 20px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 991px) {
  .main-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
  }
  .main-title-big {
    font-size: 50px;
  }
  .main-form-btn {
    display: block;
  }
}
.celebrities {
  padding: 60px 0;
}
.celebrities-title {
  display: none;
  font-family: Montserrat;
  margin-top: 0;
  font-size: 26px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 600;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
}
.celebrities-box {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.celebrities-img {
  margin-bottom: 20px;
  border-radius: 60px;
}
.celebrities-text {
  position: absolute;
  bottom: 0;
  font-family: Montserrat;
  padding: 0 40px;
}
.celebrities-name {
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.06;
}
.celebrities-job,
.celebrities-name {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.celebrities-job {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a3a3a3;
  font-weight: 300;
  line-height: 1.46;
}
.celebrities-desc {
  font-size: 18px;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  margin-bottom: 30px;
  padding: 5px;
}
@media (max-width: 1199px) {
  .celebrities-desc {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .celebrities {
    padding-top: 150px;
    padding-bottom: 0;
  }
  .celebrities-title {
    display: block;
  }
  .celebrities-name {
    font-size: 20px;
    margin-bottom: 0;
  }
  .celebrities-job {
    font-size: 14px;
  }
  .celebrities-desc {
    font-size: 10px;
  }
}
@media (max-width: 424px) {
  .celebrities-text {
    top: 50%;
    padding: 0 15px;
  }
  .celebrities-job {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.trades {
  padding: 20px 35px;
  background: linear-gradient(
    179.44deg,
    hsla(0, 0%, 100%, 0) 0.47%,
    #fff 60.75%
  );
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 900px;
}
.trades-title {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat;
}
.trades-phone {
  margin-left: -100px;
}
.trades-list {
  margin: 170px 0 110px -100px;
  padding-left: 0;
}
.trades-item {
  list-style: none;
  width: 310px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(43, 43, 43, 0.58);
  border-radius: 20px;
  padding: 15px 10px;
  margin-bottom: 5px;
}
.trades-coin {
  font-size: 15px;
  color: #fff;
  padding-right: 50%;
}
.trades-value {
  color: #75c922;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.trades-plus {
  width: 30px;
  height: 30px;
  float: right;
  margin-top: -5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.trades .btn-form {
  font-size: 16px;
}
@media (max-width: 390px) {
  .trades .btn-form {
    width: 250px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .trades-list {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .trades {
    min-height: 0;
  }
  .trades-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .trades-list {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .trades .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .trades-list,
  .trades-phone {
    margin-left: 0;
  }
  .trades-item {
    display: none;
  }
}
@media (max-width: 320px) {
  .trades .btn-form {
    max-width: 310px;
    width: unset;
    font-size: 14px;
  }
}
.review {
  padding: 80px 0 30px;
  margin-top: -100px;
  background: #fff;
}
.review .row-flex {
  padding-top: 100px;
  -webkit-box-pack: center;
  justify-content: center;
}
.review-title {
  font-size: 36px;
  margin-bottom: 15px;
  border-bottom: 2px solid #737373;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 1.25;
}
.review-subtitle,
.review-title {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}
.review-subtitle {
  font-size: 21px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
.review-block {
  text-align: center;
  position: unset;
  font-size: 14px;
  color: #fff;
  max-width: 330px;
  margin: auto auto 50px;
}
.review-box {
  position: relative;
  margin-bottom: 10px;
}
.review-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.review-desc {
  position: absolute;
  top: 70%;
  left: 16px;
  right: 16px;
  font-weight: 600;
  font-size: 20px;
  font-family: Montserrat;
  padding-left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.review-name {
  text-align: left;
}
.review-money {
  padding-left: 0;
  color: #b6ff6f;
  white-space: nowrap;
  font-size: 24px;
}
.review-text {
  position: inherit;
  padding: 0;
  min-height: 140px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  color: #121825;
  font-family: Montserrat;
}
@media (max-width: 1199px) {
  .review {
    padding-top: 30px;
  }
  .review-money {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .review {
    margin-top: 0;
  }
  .review-title {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #4f637c;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid;
  }
}
@media (max-width: 767px) {
  .review-block {
    position: relative;
  }
  .review-desc {
    font-size: 13px;
    top: 67%;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
  .review-money {
    padding-left: 20px;
    font-size: 17px;
  }
  .review-text {
    position: absolute;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5%;
    font-family: Montserrat;
    top: 75%;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
  }
}
@media (max-width: 350px) {
  .review-text {
    font-size: 10px;
  }
}
.register {
  padding-bottom: 30px;
  background-position: top;
  background-size: cover;
  padding-top: 30px;
  font-family: Montserrat;
}
.register-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1.33;
  font-weight: 700;
}
.register-subtitle,
.register-title {
  color: #fff;
  text-align: center;
  font-style: normal;
}
.register-subtitle {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 75px;
}
.register-icon {
  display: block;
}
.register-icon-img {
  display: block;
  margin: -100px auto 0;
  width: 150px;
  padding-bottom: 5px;
  border-radius: 50%;
}
.register-box {
  padding: 35px 20px 95px;
  margin: 20px auto;
  max-width: 300px;
  height: 270px;
  border-radius: 50px;
  background-color: #f8f8f8;
  position: relative;
}
.register-box-title {
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  padding-top: 20px;
}
.register-box-text {
  font-size: 18px;
}
.register-box-text {
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .register-title {
    font-size: 24px;
  }
  .register-subtitle {
    font-size: 20px;
    margin-bottom: 100px;
  }
  .register-box {
    max-width: unset;
    height: unset;
    margin-top: 0;
    border-radius: 20px;
  }
}
.exchange {
  padding-top: 30px;
  padding-bottom: 10px;
  background: hsla(0, 0%, 100%, 0.69);
  font-family: Montserrat;
}
.exchange-subtitle {
  margin-bottom: 50px;
  font-size: 20px;
  color: #3b4034;
  font-weight: 700;
  text-align: center;
}
.exchange-subtitle .green {
  font-size: 20px;
  line-height: 1.22;
  color: #69b21f;
}
.exchange-title {
  text-align: left;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.exchange-text,
.exchange-title {
  font-style: normal;
  color: #3b4034;
}
.exchange-text {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.exchange-img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}
.exchange-platforms {
  background: rgba(30, 30, 30, 0.61);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 30px;
}
.exchange-platforms-img {
  width: 40px;
}
@media (max-width: 991px) {
  .exchange {
    background-color: #fff;
  }
  .exchange .row-wrap {
    padding: 20px;
  }
  .exchange-img {
    display: none;
  }
  .exchange-title {
    font-size: 30px;
    line-height: 1.1;
    color: #3b4034;
    font-family: Montserrat;
    font-weight: 800;
    font-style: italic;
  }
  .exchange-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .exchange-title {
    color: #3b4034;
    font-weight: 800;
    text-align: left;
    margin-bottom: 25px;
    font-size: 22px;
    font-style: normal;
  }
}
.testimonials {
  font-family: Montserrat;
  padding-top: 80px;
  padding-bottom: 30px;
}
.testimonials .row-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.testimonials .testimonial {
  text-align: center;
  position: unset;
  font-size: 14px;
  color: #fff;
  max-width: 330px;
  margin: auto auto 50px;
  padding: 0 15px;
}
.testimonials .testimonial-name {
  display: block;
  line-height: 28px;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonials .testimonial-money {
  display: none;
  color: #b6ff6f;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 600;
}
.testimonials .testimonial-person {
  position: relative;
  margin-bottom: 10px;
}
.testimonials .testimonial-person-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.testimonials .testimonial-person-money {
  color: #b6ff6f;
  white-space: nowrap;
  font-size: 24px;
  position: absolute;
  top: 80%;
  left: 30%;
  font-weight: 600;
}
.testimonials .testimonial-text {
  position: inherit;
  padding: 0;
  min-height: 140px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .testimonials .testimonial-person-money {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .testimonials .testimonial-money {
    display: block;
  }
  .testimonials .testimonial-person-money {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonials .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .testimonials .testimonial {
    position: relative;
    padding: 0;
  }
  .testimonials .testimonial-text {
    text-align: center;
    font-size: 14px;
    position: absolute;
    margin-bottom: 10px;
    padding: 0 5%;
    font-family: Montserrat;
    top: 75%;
    color: #fff;
    font-weight: 400;
  }
}
.comments {
  padding-bottom: 50px;
  font-family: Montserrat;
}
.comments .block {
  padding: 10px;
  border-bottom: 1px solid #6d6d6d;
  background: #fff;
  border-radius: 20px;
  margin: 10px;
}
.comments .block-img {
  width: 70px;
  max-width: 130px;
  display: block;
  height: auto;
}
.comments .block-name {
  font-size: 21px;
  font-weight: 700;
  color: #155ea0;
}
.comments .block-star-img {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.comments .block-text {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a5a5a;
}
.comments .block-comment {
  padding: 10px 0;
}
.comments .block-comment-link {
  color: #61b3ff;
  font-size: 14px;
  margin-right: 15px;
  text-decoration: none;
}
.comments .block-comment-link-img {
  max-width: 20px;
}
.comments-title {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  font-style: normal;
  width: 80%;
  margin: 0 auto 50px;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}
.comments .btn-form {
  color: #fff;
  font-size: 2rem;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-animation: heartbeat 3s ease-in-out infinite both;
  animation: heartbeat 3s ease-in-out infinite both;
  position: relative;
  border-radius: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comments .btn-form:hover {
  color: #23527c;
}
@media (max-width: 991px) {
  .comments-title {
    font-size: 22px;
  }
  .comments .btn-form {
    width: 85%;
  }
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #fff;
  font-family: Montserrat;
}
.footer-terms {
  font-size: 20px;
  margin: 10px;
}
.footer-terms-link {
  margin-right: 10px;
  color: #3b4034;
  text-decoration: none;
}
.footer-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer-logo-img {
  display: block;
  padding-right: 10px;
  max-width: 70px;
}
.footer-subtitle {
  padding: 10px;
  font-size: 21px;
  font-weight: 600;
  color: #3b4034;
  margin-bottom: 15px;
}
.copyright {
  font-weight: 400;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-family: Montserrat;
}
.wrap-v3 .main-form {
  max-width: 100%;
  width: 460px;
}
.wrap-v3 .celebrities .celebrities-text {
  left: 16px;
}
.wrap-v3 .main-img-mob,
.wrap-v3 .trades-phone-xs {
  display: none;
}
@media (max-width: 991px) {
  .wrap-v3 .main-form-btn {
    padding: 30px 10px;
  }
  .wrap-v3 .main-img {
    display: none !important;
  }
  .wrap-v3 .celebrities {
    padding-top: 20px;
  }
  .wrap-v3 .celebrities-img {
    border-radius: 30px;
  }
  .wrap-v3 .celebrities-title {
    font-size: 24px;
    text-shadow: none;
  }
  .wrap-v3 .celebrities-text {
    padding: 0;
  }
  .wrap-v3 .celebrities-job {
    font-size: 14px;
  }
  .wrap-v3 .celebrities-name {
    font-size: 20px;
  }
  .wrap-v3 .celebrities-desc {
    font-size: 11px;
    margin-bottom: 0;
  }
  .wrap-v3 .exchange-subtitle {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-v3 .celebrities-img {
    width: 100%;
    height: 100%;
  }
  .wrap-v3 #celeb-text1,
  .wrap-v3 #celeb-text2 {
    width: 95% !important;
    padding-top: 20px;
  }
  .wrap-v3 .celebrities .row .col-sm-6 {
    margin-bottom: 30px;
  }
  .wrap-v3 .trades .btn-form {
    font-size: 20px;
  }
  .wrap-v3 .trades-phone.trades-phone-lg {
    display: none;
  }
  .wrap-v3 .trades-phone.trades-phone-xs {
    display: block;
  }
  .wrap-v3 .review {
    margin-top: -9rem;
  }
  .wrap-v3 .review-title {
    color: #080a0d;
  }
  .wrap-v3 .review-text {
    font-weight: 400;
  }
  .wrap-v3 .testimonials .testimonial-text {
    padding: 0 10%;
  }
}
@media (max-width: 700px) {
  .wrap-v3 .main-img-mob {
    padding-top: 50px;
    display: block !important;
  }
}
.wrap-v4 .header .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-v4 .header {
    min-height: 65px;
    max-height: unset;
  }
  .wrap-v4 .header-text {
    width: 75%;
  }
  .wrap-v4 .header-spot {
    position: absolute;
    right: 0;
  }
}
.wrap-v4 .main-form {
  padding: 0;
}
.wrap-v4 .celebrities-text {
  text-shadow: none;
}
.wrap-v4 .review-name {
  font-size: 20px;
  width: 58%;
}
.wrap-v4 .review-desc {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.wrap-v4 .register-box-text {
  font-size: 18px;
}
.wrap-v4 .test-footer-wrap {
  background-image: url(../assets/rect-sec.png);
}
@media (max-width: 991px) {
  .wrap-v4 .main-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .wrap-v4 .celebrities-title {
    padding-bottom: 50px;
    font-weight: 500;
  }
  .wrap-v4 .celebrities-desc {
    font-size: 10px;
  }
  .wrap-v4 .test-footer-wrap {
    background-image: url(../assets/rect-sec-mob.png);
  }
}
@media (max-width: 767px) {
  .wrap-v4 .trades .btn-form {
    width: auto;
  }
  .wrap-v4 .review-name {
    font-size: 14px;
  }
  .wrap-v4 .review-desc {
    justify-content: space-around;
  }
  .wrap-v4 .review-text {
    font-size: 9px;
  }
  .wrap-v4 .block-comment {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
  .wrap-v4 .register-box {
    padding: 20px 15px 80px;
  }
  .wrap-v4 .register-box-title {
    padding-top: 20px;
  }
}
@media (max-width: 380px) {
  .wrap-v4 .celebrities-text {
    top: 61%;
  }
}
.header-logo-img {
  display: block;
}
.footer-logo-img {
  padding-right: 0;
  max-width: 300px;
}
[data-flow-status="inactive"] {
    display: none !important;
  }
  
    