@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.ml_20 {
  margin-left: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.w100 {
  width: 100%;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.underline:hover {
  text-decoration: underline;
}

.transition {
  transition: 0.3s all ease;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.d_flex.nowrap {
  flex-flow: nowrap;
}

.justify_start {
  justify-content: flex-start;
}

.justify_center {
  justify-content: center;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fancybox__caption {
  color: #fff;
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.section_heading {
  font-size: 42px;
  font-weight: 600;
}
.section_heading span {
  background-image: linear-gradient(67deg, #2082e9 0%, #3bb170 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.label_bg {
  background: linear-gradient(67deg, rgba(32, 130, 233, 0.15) 0%, rgba(59, 177, 112, 0.15) 50%, rgba(35, 136, 218, 0.15) 100%);
  width: -moz-max-content;
  width: max-content;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid rgba(59, 177, 112, 0.12);
}

.btn {
  height: 45px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(67deg, #2082e9 0%, #3bb170 100%);
}
.btn svg {
  margin-right: 10px;
}
.btn:hover {
  background: #2082e9;
}

@media only screen and (max-width: 900px) {
  .mt30 {
    margin-top: 20px;
  }

  br {
    display: none !important;
  }

  .section_heading {
    font-size: 28px;
    text-align: center;
  }

  .label_bg {
    margin: 0 auto;
    font-size: 10px;
    padding: 6px 15px;
  }

  .secondary {
    text-align: center;
    font-size: 14px !important;
  }

  .btn {
    width: 100%;
  }
}
@keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #fff;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%;
  padding-top: 220px;
  overflow-x: hidden;
  position: relative;
  background-color: #0F1012;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #fff;
}

.container {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1440px;
}

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(67deg, #2082e9 0%, #3bb170 100%);
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    overflow-x: hidden;
  }

  body {
    padding-top: 150px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz22 {
  font-size: 22px;
}

form .form_input {
  width: 100%;
  height: 55px;
  border-radius: 40px;
  border: 1px solid rgba(59, 177, 112, 0.3);
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s all ease;
}
form .form_input:focus, form .form_input:active {
  border-color: rgba(59, 177, 112, 0.8);
}
form .form_input::-moz-placeholder {
  color: #fff;
}
form .form_input:-ms-input-placeholder {
  color: #fff;
}
form .form_input::placeholder {
  color: #fff;
}
form .btn {
  width: 100%;
  height: 55px;
  border: none;
}
form .agree {
  justify-content: flex-start;
}
form .agree input {
  margin-right: 10px;
  cursor: pointer;
}
form .agree label, form .agree a {
  cursor: pointer;
  font-size: 12px;
}
form .agree a {
  color: #3bb170;
  border-bottom: 1px dashed #3bb170;
}
form .agree a:hover {
  border-style: solid;
}

.content_seo {
  margin-top: -40px;
}
.content_seo h1 {
  font-size: 30px;
}
.content_seo h3 {
  margin: 30px 0 5px;
  font-size: 24px;
}
.content_seo p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
}
.content_seo li {
  font-size: 16px;
}
.content_seo ul {
  margin: 10px 0;
}

@media only screen and (max-width: 900px) {
  .content_seo h1 {
    font-size: 22px;
  }
  .content_seo h3 {
    margin: 20px 0 5px;
    font-size: 18px;
  }
  .content_seo p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .content_seo li {
    font-size: 14px;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 999;
}
header .logo {
  font-size: 28px;
  font-weight: 500;
  background-image: linear-gradient(67deg, #2082e9 0%, #3bb170 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
header nav {
  background: rgba(255, 255, 255, 0.02);
  padding: 5px 7px;
  border-radius: 30px;
}
header nav li.current a {
  color: #fff;
  border-color: rgba(59, 177, 112, 0.2);
  background-color: rgba(85, 85, 85, 0.22);
}
header nav a {
  border: 1px solid transparent;
  color: #7D8388;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
}
header nav a:hover {
  color: #fff;
}
header .burger_btn {
  width: 34px;
  height: 34px;
  position: relative;
  transition: 0.3s all ease;
  display: none;
}
header .burger_btn span {
  position: absolute;
  width: 24px;
  height: 2px;
  display: block;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
header .burger_btn span:first-child {
  top: calc(50% - 7px);
}
header .burger_btn span:last-child {
  top: calc(50% + 7px);
}

@media only screen and (max-width: 900px) {
  header {
    padding: 20px 0;
  }
  header .logo {
    font-size: 22px;
  }
  header nav {
    display: none;
  }
  header .burger_btn {
    display: block;
  }
  header.fixed {
    position: fixed;
    background: linear-gradient(180deg, #292a38 0%, rgba(255, 255, 255, 0) 250%);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    padding: 15px 0;
  }
  header.open {
    position: fixed;
    height: 100vh;
    background: linear-gradient(180deg, #292a38 0%, rgba(255, 255, 255, 0) 250%);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  header.open nav {
    display: block;
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
    padding: 0 20px;
    background: transparent;
  }
  header.open nav ul {
    flex-direction: column;
    gap: 30px;
  }
  header.open nav ul a {
    background-color: transparent;
    border: none;
    font-size: 22px;
  }
  header.open nav ul a:hover {
    color: #7D8388;
  }
  header.open .burger_btn span {
    width: 24px;
  }
  header.open .burger_btn span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.open .burger_btn span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.open .burger_btn span:nth-child(2) {
    opacity: 0;
  }
}
.hero_section.low .container {
  gap: 100px;
}
.hero_section .container {
  gap: 40px;
}
.hero_section .container:before {
  z-index: -1;
  top: -500px;
  left: 55%;
  width: 1200px;
  height: 950px;
  opacity: 0.7;
  background: radial-gradient(circle, rgba(59, 177, 112, 0.14) 0%, rgba(115, 115, 115, 0) 70%);
}
.hero_section .section_heading {
  font-size: 60px;
}
.hero_section .video {
  border-radius: 20px;
  width: 440px;
  height: 250px;
}
.hero_section .video iframe {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.hero_section .right {
  max-width: 450px;
  border-radius: 20px;
  padding: 40px;
  background: rgba(75, 75, 75, 0.19);
}

.advantages_section .container:before {
  z-index: -1;
  top: -500px;
  left: -55%;
  width: 1500px;
  height: 1250px;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(32, 130, 233, 0.1) 0%, rgba(115, 115, 115, 0) 60%);
}
.advantages_section .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.advantages_section .left {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 25px;
  padding: 30px;
}
.advantages_section .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advantages_section .adv_item {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  padding: 25px 30px;
  position: relative;
  margin-bottom: 20px;
}
.advantages_section .adv_item .title {
  font-size: 19px;
}
.advantages_section .adv_item .desc {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.advantages_section .adv_item .num {
  position: absolute;
  font-size: 84px;
  line-height: 100%;
  right: 30px;
  bottom: -10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.06);
}
.advantages_section .adv_list {
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 30px;
  display: grid;
  gap: 15px;
}
.advantages_section .adv_list li {
  display: flex;
}
.advantages_section .adv_list li p {
  width: 100%;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 16px;
}
.advantages_section .adv_list .mark {
  width: 45px;
  min-width: 45px;
  border-radius: 50%;
  justify-content: center;
}
.advantages_section .adv_list p, .advantages_section .adv_list span {
  height: 45px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.reviews_section .heading {
  flex-direction: column;
}
.reviews_section .reviews_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.reviews_section .col {
  display: grid;
  gap: 20px;
}
.reviews_section .review_card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  padding: 20px;
}
.reviews_section .review_card .author {
  justify-content: flex-start;
}
.reviews_section .review_card .name {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}
.reviews_section .review_card .image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.reviews_section .review_card .text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.83);
}
.reviews_section .review_card .stars {
  margin-top: 20px;
}
.reviews_section .review_card .date p {
  margin-left: 10px;
  font-size: 12px;
  opacity: 0.5;
}

.join_section .container {
  gap: 70px;
}
.join_section .container:before {
  z-index: -1;
  top: 0;
  left: -50%;
  width: 1200px;
  height: 950px;
  opacity: 0.6;
  background: radial-gradient(circle, rgba(59, 177, 112, 0.14) 0%, rgba(115, 115, 115, 0) 60%);
}
.join_section .right {
  border-radius: 25px;
  background: rgba(75, 75, 75, 0.19);
  padding: 30px;
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.join_section .double {
  display: grid;
  gap: 20px;
}
.join_section .process_col {
  padding: 25px 30px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
}
.join_section .process_col.big {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.join_section .process_col .title {
  font-size: 19px;
}
.join_section .process_col .secondary {
  font-size: 14px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.join_section .process_col .image {
  margin-top: 10px;
  text-align: right;
}

@media only screen and (max-width: 900px) {
  .hero_section.low .container {
    gap: 0;
  }
  .hero_section .container {
    flex-wrap: wrap;
  }
  .hero_section .container:before {
    position: fixed;
    top: -40%;
    left: 10%;
    width: 150%;
    height: 75vh;
    opacity: 0.7;
    background: radial-gradient(circle, rgba(59, 177, 112, 0.24) 0%, rgba(115, 115, 115, 0) 70%);
  }
  .hero_section .section_heading {
    font-size: 34px;
  }
  .hero_section .left {
    width: 100%;
  }
  .hero_section .right {
    margin: 50px -20px 0;
    width: 100vw;
    max-width: 100vw;
    padding: 30px 20px;
  }
  .hero_section .video {
    margin-top: 40px;
    width: 100%;
    height: 51.02vw;
  }

  .advantages_section .container:before {
    position: fixed;
    top: 40%;
    left: -50%;
    width: 150%;
    height: 75vh;
    opacity: 0.7;
    background: radial-gradient(circle, rgba(32, 130, 233, 0.2) 0%, rgba(115, 115, 115, 0) 60%);
  }
  .advantages_section .adv_list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px;
  }
  .advantages_section .adv_list li p {
    font-size: 14px;
  }
  .advantages_section .left {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .advantages_section .adv_item {
    padding: 25px 20px;
  }
  .advantages_section .adv_item .desc {
    font-size: 14px;
  }
  .advantages_section .inner {
    display: flex;
    flex-flow: wrap;
    flex-direction: column-reverse;
  }

  .reviews_section .reviews_wrapper {
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
  .reviews_section .reviews_wrapper::-webkit-scrollbar {
    display: none;
  }
  .reviews_section .reviews_block {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    gap: 15px;
    padding-right: 20px;
  }
  .reviews_section .col {
    gap: 15px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
  .reviews_section .review_card {
    width: 300px;
  }

  .join_section .container {
    flex-flow: wrap;
  }
  .join_section .right {
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    gap: 15px;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
  .join_section .double {
    gap: 15px;
  }
  .join_section .double .process_col:nth-child(2) img {
    width: 111px !important;
  }
  .join_section .process_col {
    padding: 20px;
  }
  .join_section .process_col .title {
    text-align: center;
  }
  .join_section .process_col .image {
    margin-top: 15px;
    text-align: center;
  }
  .join_section .process_col img {
    width: 150px !important;
  }
}
footer {
  margin-top: 125px;
  padding: 30px;
  background: rgba(75, 75, 75, 0.19);
}
footer .logo {
  font-size: 28px;
  font-weight: 500;
  background-image: linear-gradient(67deg, #2082e9 0%, #3bb170 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
footer ul {
  display: flex;
  gap: 30px;
}
footer a {
  color: #7D8388;
  font-size: 16px;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media only screen and (max-width: 900px) {
  footer {
    margin-top: 100px;
    padding: 40px 20px;
  }
  footer .container {
    flex-flow: wrap !important;
    flex-direction: column;
  }
  footer .logo {
    text-align: center;
    width: 100%;
  }
  footer .right {
    width: 100%;
    margin-top: 30px;
  }
  footer .right ul {
    flex-flow: wrap;
    margin-top: 0;
    gap: 0;
    width: 100%;
  }
  footer .right ul li {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
}
