.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav__list {
  display: flex;
  flex-direction: column;
}

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

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

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

.gm-style img {
  max-width: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 10px;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  min-width: 320px;
  background-color: #070d0a;
}
body.no-bg {
  background-image: none;
}
body.overflow {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 77px;
}
@media (min-width: 1024px) {
  .wrapper {
    padding-top: 97px;
  }
}

.container {
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}

.main-title {
  font-size: 3rem;
}

.section-title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 130%;
}
.section-title span {
  color: #15bffd;
}

.base-text {
  font-size: 1.6rem;
}

.typography {
  padding: 100px 0 30px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.typography span {
  padding: 15px 0;
  display: block;
}
.typography h1 {
  font-size: 4.6rem;
  margin-bottom: 3rem;
  font-weight: 800;
  color: #1dff83;
}
@media screen and (max-width: 767px) {
  .typography h1 {
    font-size: 2.6rem;
  }
}
.typography h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.typography p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.hone-link {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: "Inter", sans-serif;
  padding: 1rem 1.5rem;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #000000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #000000;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="number"].placeholder,
textarea.placeholder {
  color: #000000;
}

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1024px) {
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
}

.p-0 {
  padding: 0 !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
}
.col.col-12 {
  width: 100%;
}
.col.col-6 {
  width: 50%;
}
.col.col-4 {
  width: calc(100% / 3);
}
.col.col-3 {
  width: 25%;
}
.col.col-2 {
  width: calc(100% / 6);
}
.col.col-1 {
  width: calc(100% / 12);
}
@media (min-width: 768px) {
  .col.col-tb-12 {
    width: 100%;
  }
  .col.col-tb-6 {
    width: 50%;
  }
  .col.col-tb-4 {
    width: calc(100% / 3);
  }
  .col.col-tb-3 {
    width: 25%;
  }
  .col.col-tb-2 {
    width: calc(100% / 6);
  }
  .col.col-tb-1 {
    width: calc(100% / 12);
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-4 {
    width: calc(100% / 3);
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: calc(100% / 6);
  }
  .col.col-lg-1 {
    width: calc(100% / 12);
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-close {
  font-size: 2.4rem;
  width: 1em;
}

.header {
  padding: 1.5rem 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #070d0a;
}
@media (min-width: 1024px) {
  .header {
    padding: 2.5rem 0;
  }
}
.header__btn {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  border: 1px solid #1dff83;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  padding: 12px 38px;
  border-radius: 3rem;
  display: none;
}
@media (min-width: 1024px) {
  .header__btn {
    display: block;
  }
}
.header__btn:hover {
  color: #070d0a;
  background: #1dff83;
}
.header__soc {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 3rem;
}
.header__soc a {
  width: 28px;
  height: 28px;
}
.header__soc a img {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__soc {
    display: none;
  }
}

.nav {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10rem 2rem 3rem;
  background-color: #cccccc;
  z-index: 5;
  transition: all 0.3s ease;
  transform: translateX(110%);
  background: #070d0a;
}
@media (min-width: 1024px) {
  .nav {
    position: static;
    background-color: transparent;
    transform: translateX(0);
    padding: 0;
    width: auto;
    height: auto;
  }
}
.nav.active {
  transform: translateX(0);
}
.nav__list {
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .nav__list {
    flex-direction: row;
    height: auto;
  }
}
.nav__item {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .nav__item {
    margin: 0 3rem;
  }
}
.nav__link {
  color: #ffffff;
  position: relative;
}
.nav__link:after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #1dff83;
  transition: all 0.3s ease;
  display: none;
}
@media (min-width: 1024px) {
  .nav__link:after {
    display: block;
  }
}
.nav__link:hover:after {
  width: 100%;
}
.nav .header__btn {
  display: block;
  text-align: center;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .nav .header__btn {
    display: none;
  }
}

.logo {
  position: relative;
  z-index: 6;
}
.logo a {
  width: 150px;
  height: 20px;
  background-color: #ffc117;
}

.burger {
  width: 3.4rem;
  height: 3.4rem;
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}
.burger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  bottom: 12px;
  transform: rotate(-45deg);
}
.burger span {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 1rem;
}
.burger span:nth-child(1) {
  margin-bottom: 10px;
}
.burger span:nth-child(3) {
  margin-top: 10px;
}

.footer {
  padding: 2.2rem 0;
  background-color: #0f1a14;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap .logo {
    width: 114px;
  }
}
.footer__descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer__descr {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__descr {
    padding: 0 200px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__descr {
    padding: 0 300px 0 0;
  }
}
.footer__descr a {
  font-weight: 500;
  color: #b8b8b8;
  font-size: 14px;
  text-decoration: underline;
}
.footer__descr a:hover {
  text-decoration: none;
}
.footer__text {
  font-weight: 500;
  color: #b8b8b8;
  font-size: 14px;
}
.footer__soc {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__term {
  font-weight: 500;
  color: #b8b8b8;
  font-size: 14px;
  border-bottom: 1px solid #b8b8b8;
  margin: 0 auto 0 30px;
}
@media screen and (max-width: 767px) {
  .footer__term {
    margin: 15px 0 30px;
  }
  .class_btn_tests {
    font-size: 15px !important;
  }
}
.footer .logo {
  z-index: 1;
}

.intro-section {
  padding: 5rem 0;
}
@media screen and (min-width: 1024px) {
  .intro-section {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 10rem);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url("../images/b1.webp");
  }
}
.intro-section .container {
  position: relative;
  z-index: 1;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .intro {
    gap: 1.5rem;
  }
}
.intro__wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .intro__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.intro__descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .intro__descr {
    align-items: flex-start;
  }
}
.intro__img {
  max-width: 40rem;
  margin: 0 auto;
}
.intro__img img {
  width: 100%;
  display: block;
}
.intro__title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 800;
  color: #1dff83;
  max-width: 95rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .intro__title {
    text-align: right;
  }
}
.intro__title span {
  color: #15bffd;
}
.intro__text {
  color: #d1d5db;
  font-size: 2.2rem;
  line-height: 130%;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .intro__text {
    text-align: right;
  }
}
.intro__sub-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #4c5d52;
}
@media screen and (min-width: 1024px) {
  .intro__sub-text {
    text-align: right;
  }
}
.intro__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .intro__btn {
    font-size: 1.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .intro__btn {
    width: auto;
  }
}
.intro__btn a {
  width: 100%;
  display: flex;
  justify-content: center;
}

.card-section {
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .card-section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .card-section {
    padding: 7vw 0 5rem;
  }
}
.card-section .container {
  position: relative;
  z-index: 1;
}
.card-section__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .card-section__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__title h2 {
    font-size: 2.6rem !important;
    max-width: 262px;
    margin: 0 auto;
  }
}
.card-section__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.7rem;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section__cards {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.card-section__cards-left .card-section__card:nth-child(1) {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section__cards-left .card-section__card:nth-child(1) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__cards-left .card-section__card:nth-child(1) {
    margin-bottom: 2rem;
  }
}
.card-section__cards-left .card-section__card:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 180px;
  height: 456px;
  border: 1px solid #2e4539;
  border-right: none;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 767px) {
  .card-section__cards-left .card-section__card:nth-child(1)::before {
    width: 185px;
    height: 247px;
    top: -5px;
    left: auto;
    right: -5px;
    border-right: 1px solid #2e4539;
    border-left: none;
    border-radius: 0 16px 16px 0;
  }
}
.card-section__cards-left .card-section__card:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 180px;
  height: 456px;
  border: 1px solid #2e4539;
  border-right: none;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 767px) {
  .card-section__cards-left .card-section__card:nth-child(2)::before {
    width: 185px;
    height: 247px;
    top: -5px;
    left: auto;
    right: -5px;
    border-right: 1px solid #2e4539;
    border-left: none;
    border-radius: 0 16px 16px 0;
  }
}
.card-section__cards-right .card-section__card:nth-child(1) {
  margin-top: 110px;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section__cards-right .card-section__card:nth-child(1) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__cards-right .card-section__card:nth-child(1) {
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
.card-section__cards-right .card-section__card:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 180px;
  height: 456px;
  border: 1px solid #2e4539;
  border-left: none;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 767px) {
  .card-section__cards-right .card-section__card:nth-child(1)::before {
    width: 185px;
    height: 247px;
    top: -5px;
    left: auto;
    right: -5px;
  }
}
.card-section__cards-right .card-section__card:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 180px;
  height: 456px;
  border: 1px solid #2e4539;
  border-left: none;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 767px) {
  .card-section__cards-right .card-section__card:nth-child(2)::before {
    width: 185px;
    height: 247px;
    top: -5px;
    left: auto;
    right: -5px;
  }
}
.card-section__card {
  padding: 4rem;
  border-radius: 15px;
  position: relative;
  min-height: 436px;
  background-image: url("../images/card.webp"),
    linear-gradient(122.52deg, #0b1d13 0%, #1a3526 100%);
  border: 1px solid #2e4539;
  backdrop-filter: blur(5.5px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .card-section__card {
    padding: 2.5rem;
    min-height: 237px;
  }
}
.card-section__card:hover {
  transform: translateY(-15px) !important;
}
.card-section__card-icon {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section__card-icon {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__card-icon {
    width: 64px;
    height: 64px;
  }
}
.card-section__card-tittle {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  color: white;
  margin-bottom: 1.4rem;
  font-weight: 800;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section__card-tittle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__card-tittle {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
.card-section__card-text {
  font-size: 2.2rem;
  line-height: 130%;
  color: #d1d5db;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .card-section__card-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section__card-text {
    font-size: 1.4rem;
  }
}

.anim-circle {
  background: #1dff83;
  opacity: 0.23;
  filter: blur(80px);
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  position: absolute;
  animation: pulse 3s ease-in-out 0s infinite;
}
.anim-circle--one {
  top: 0;
  left: 0;
}
.anim-circle--two {
  bottom: 0;
  right: 0;
}

@keyframes pulse {
  0% {
    filter: blur(80px);
  }
  50% {
    filter: blur(120px);
  }
  100% {
    filter: blur(80px);
  }
}

.anim-top {
  animation: float2 2s ease-in-out infinite;
}

@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.connect-section {
  position: relative;
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .connect-section {
    padding: 4rem 0 6rem;
  }
}
.connect-section .container {
  position: relative;
  z-index: 1;
}
.connect-section__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .connect-section__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__title h2 {
    font-size: 2.6rem;
    line-height: 130%;
  }
}
.connect-section__left {
  max-width: 60rem;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .connect-section__left {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 3rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__left:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2e4539;
  }
}
.connect-section__right {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .connect-section__right {
    padding-top: 3rem;
  }
}
.connect-section__wrapper {
  background-image: url("../images/b2.webp"),
    linear-gradient(122.52deg, #0b1d13 0%, #1a3526 100%);
  border: 1px solid #2e4539;
  border-radius: 15px;
  padding: 6rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .connect-section__wrapper {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__wrapper {
    padding: 4rem 2rem 2.5rem;
    flex-direction: column;
  }
}
.connect-section__img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .connect-section__img {
    margin-bottom: 2rem;
  }
}
.connect-section__tittle {
  font-size: 4.2rem;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 22px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .connect-section__tittle {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__tittle {
    font-size: 2.2rem;
    margin-bottom: 0.8px;
  }
}
.connect-section__text {
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 2.8rem;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .connect-section__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.connect-section__button {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .connect-section__button a {
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__button a svg {
    position: absolute;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.connect-section__social-item {
  display: flex;
  align-items: center;
  height: 7.9rem;
  border-radius: 24px;
  padding-left: 2rem;
  background: #1d3126;
  position: relative;
}
@media screen and (max-width: 767px) {
  .connect-section__social-item {
    height: 6rem;
    padding-left: 1.5rem;
  }
}
.connect-section__social-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.connect-section__social-item:hover,
.connect-section__social-item :focus {
  box-shadow: 0 0 15px rgba(29, 255, 131, 0.4);
}
.connect-section__social-item:hover .connect-section__social-item path,
.connect-section__social-item :focus .connect-section__social-item path {
  fill: red !important;
}
.connect-section__social-item svg {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.connect-section__social-img {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}
.connect-section__social-text {
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .connect-section__social-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .connect-section__social-text {
    font-size: 1.6rem;
  }
  .btn {
    padding: 15px;
  }
}
.connect-section__sub-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: #4c5d52;
  margin-top: 2rem;
}

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.btn {
  border-radius: 4rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 15px !important;
  }
}
.btn.primary {
  color: #1f1e1e;
  box-shadow: 0 0 30px rgba(29, 255, 131, 0.4);
  background: #1dff83;
}
.btn.primary:hover {
  transform: scale(1.05);
}

/*# sourceMappingURL=styles.min.css.map */
