@font-face {
  font-family: g-medium;
  src: url(fonts/Gilroy-Medium.ttf);
}

@font-face {
  font-family: g-regular;
  src: url(fonts/Gilroy-Regular.ttf);
}

@font-face {
  font-family: g-semi;
  src: url(fonts/Gilroy-SemiBold.ttf);
}

@font-face {
  font-family: g-bold;
  src: url(fonts/Gilroy-Bold.ttf);
}

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --dot-color: #f70066;
  --gradient: linear-gradient(to bottom, #f70066, #f70066);
  --footer-bg: #f70066;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px 5px;
  position: relative;
}

.header {
  background-image: url("images/Background.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 260px;
  overflow: hidden;
}

.nav {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: g-medium;
  position: relative;
}

.nav-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 55px;
  column-gap: 55px;
  margin-left: 171px;
  margin-top: 15px;
}

.nav-menu .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--dot-color);
}

.nav-menu .nav-link {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.nav-menu .nav-link:hover {
  opacity: 0.5;
}

.don-wrapper {
  display: flex;
  justify-content: center;
}

.don {
  position: relative;
  z-index: 1000;
  text-align: center;
}

.don__image {
  max-width: 100%;
  height: auto;
}

.don__text {
  display: block;
  font-family: g-semi;
  font-size: 24px;
  color: white;
  margin-top: 10px;
  text-align: center;
  text-shadow: 0 0 30px #afafaf;
}

.second-container {}

.burger {
  display: none;
}

.login {
  position: absolute;
  top: 10px;
  right: -35px;
  cursor: pointer;
}

.header-text {
  max-width: 500px;
  margin-top: 255px;
}

.header-text .main-title {
  font-family: g-semi;
  font-size: 50px;
  color: var(--dot-color);
}

.header-text .main-title strong {
  color: white;
  text-shadow: 0 0 20px #9b9696;
}

.main-slogan {
  color: white;
  opacity: 0.5;
  font-size: 33px;
  font-family: g-regular;
}

.main-btn {
  font-size: 33px;
  font-family: g-semi;
  width: 445px;
  height: 95px;
  color: white;
  text-transform: uppercase;
  background-image: var(--gradient);
  border-radius: 12.5px;
  position: relative;
  margin-top: 37px;
  cursor: pointer;
}

.main-btn::before {
  position: absolute;
  content: "";
  width: 455px;
  height: 106px;
  border: 2px solid #f70066;
  border-radius: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circles {
  pointer-events: none;
  position: absolute;
  width: 100%;
  min-width: 1720px;
  overflow: hidden;
  height: 110%;
  top: -330px;
  z-index: 40;
}

.c-left {
  width: 540px;
  height: 680px;
  z-index: 20;
  position: absolute;
  top: -330px;
  left: -570px;
  overflow: hidden;
}

.c-left .x {
  position: absolute;
  right: 20px;
  width: 320px;
  height: 320px;
  top: 120px;
}

.c-left .x2 {
  position: absolute;
  right: 80px;
  width: 100px;
  height: 100px;
  top: 565px;
  rotate: -30deg;
}

.wrapper {
  overflow: hidden;
}

.c-right {
  width: 350px;
  height: 550px;
  z-index: 20;
  position: absolute;
  overflow: hidden;
  right: -200px;
  top: 60px;
}

.c-right .x3 {
  position: absolute;
  bottom: 0;
  left: 1800px;
  rotate: -30deg;
  width: 90px;
}

.circle {
  border-radius: 50%;
  position: absolute;
  z-index: 20;
}

.circle-left {
  border: 8px solid #f70066;
  width: 540px;
  height: 540px;
  top: 0px;
}

.circle-left2 {
  border: 8px solid #fff;
  width: 350px;
  height: 350px;
  top: 330px;
  left: 110px;
}

.circle-right {
  border: 8px solid #fff;
  width: 350px;
  height: 350px;
  left: 0;
}

.circle-right2 {
  border: 8px solid #f70066;
  width: 250px;
  height: 250px;
  top: 300px;
  left: 0;
}

.online {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.online .online-dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #f70066;
}

.online .online-text,
.online .online-value {
  color: white;
  font-size: 20px;
  font-family: g-medium;
  margin-left: 7px;
}

.online .online-value {
  color: #f70066;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 40px;
}

.social-links .social-link {
  height: 55px;
}

.social-links .link {
  opacity: 0.4;
  transition: 0.2s ease-in-out;
}

.social-links .link:hover {
  opacity: 0.8;
}

.persons {
  position: absolute;
  top: 196px;
  right: -240px;
  max-width: 100%;
  z-index: 10;
}

.light {
  position: absolute;
  top: 0px;
  right: -240px;
  max-width: 100%;
  z-index: 8;
  pointer-events: none;
}

.how {
  background-image: url("images/Background3.png");
  background-position: bottom;
  background-size: cover;
  height: 1400px;
  position: relative;
}

.how .bg2 {
  left: 0;
  top: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 13;
}

.how .hx {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 15;
}

.how .hx1 {
  top: -170px;
  left: 30%;
}

.how .hx2 {
  width: 130px;
  height: 130px;
  rotate: 63deg;
  top: 5px;
  left: 67%;
  opacity: 0.5;
}

.how .hx3 {
  width: 140px;
  height: 140px;
  rotate: 0deg;
  top: -100px;
  left: 88%;
}

.how .hx4 {
  width: 140px;
  height: 140px;
  rotate: 0deg;
  top: 630px;
  left: -200px;
}

.how .hx5 {
  width: 90px;
  rotate: 67deg;
  filter: blur(5px);
  top: 330px;
  left: 460px;
}

.titles {
  margin-top: 63px;
}

.title {
  text-transform: uppercase;
  font-size: 66px;
  font-family: g-bold;
  color: white;
  position: relative;
  z-index: 15;
  text-shadow: 0 0 30px #afafaf;
}

.subtitle2 {
  color: white;
  opacity: 0.5;
  font-weight: 100;
  font-family: g-regular;
  font-size: 40px;
  position: relative;
  z-index: 15;
}

.subtitle2 strong {
  color: #f70066;
  text-transform: uppercase;
}

.steps {
  display: flex;
  align-items: center;
  margin-left: 8px;
  -moz-column-gap: 109px;
  column-gap: 109px;
}

.step-card {
  max-width: 400px;
  height: 480px;
  position: relative;
  margin-top: 58px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.step-card .step {
  position: absolute;
  top: -18px;
  left: -9px;
  background: var(--gradient);
  color: white;
  font-family: g-medium;
  border-radius: 5px;
  width: 110px;
  height: 35px;
  font-size: 20px;
}

.step-card .card-bg {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-card .card-text {
  width: 85%;
  margin: 0 auto;
}

.step-card .card-title {
  font-family: g-semi;
  font-size: 24px;
  color: white;
  margin-top: 40px;
}

.step-card .card-description {
  font-family: g-regular;
  font-size: 24px;
  color: white;
  opacity: 0.5;
  margin-top: 20px;
}

.step-card .card-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: var(--gradient);
  color: white;
  font-size: 30px;
  font-family: g-medium;
  cursor: pointer;
}

.benefits {
  background-image: url("images/benefits-bg.png");
  background-color: #fff;
  background-size: cover;
  position: relative;
  margin-top: -190px;
  padding-bottom: 50px;
}

.ben-title {
  font-size: 38px;
  font-family: g-medium;
  margin-top: 41px;
  display: flex;
  align-items: center;
}

.swipe-it {
  display: none;
}

.ben-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 140px;
  column-gap: 140px;
}

.ben-block .ben-card {
  margin-top: 30px;
}

.ben-block .ben-card .dot {
  width: 20px;
  height: 20px;
  background-color: #f70066;
  border-radius: 50%;
  margin-right: 16px;
}

.ben-block .ben-card .bc-title {
  display: flex;
  align-items: center;
  font-family: g-semi;
  font-size: 30px;
}

.ben-block .ben-card .bc-description {
  margin-top: 20px;
  font-family: g-medium;
  font-size: 24px;
  max-width: 390px;
  opacity: 0.5;
}

.news {
  background-image: url("images/background4.png");
  padding: 1px 0;
}

.news-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
}

.news-bar .news-item {
  max-width: 450px;
}

.news-bar .news-image {
  max-width: 450px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.news-bar .news-image:hover .n-img-text {
  top: 0%;
}

.news-bar .news-image .n-img-text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  transition: 0.35s ease-in-out;
}

.news-bar .news-image .n-img-text h2 {
  font-family: g-bold;
  font-size: 25px;
}

.news-bar .news-image .n-img-text p {
  font-family: g-regular;
  margin-top: 10px;
  font-size: 18px;
}

.news-bar .news-image img {
  width: 450px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-bar .news-btn {
  width: 100%;
  height: 80px;
  background: var(--gradient);
  color: white;
  font-family: g-medium;
  font-size: 30px;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.footer {
  background-color: var(--footer-bg);
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-wrapper .f-menu-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 17px;
  font-size: 22px;
  font-family: g-medium;
  color: white;
}

.footer-wrapper .f-menu-item:hover {
  opacity: 0.5;
  transition: 0.15s ease-in-out;
}

.footer-wrapper .l-side {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.footer-wrapper .l-side img {
  margin-bottom: 30px;
}

.footer-wrapper .l-side .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--dot-color);
}

.footer-wrapper .r-side {
  text-align: right;
  position: relative;
}

.footer-wrapper .r-side a {
  font-size: 22px;
  font-family: g-medium;
  color: white;
}

.footer-wrapper .r-side p {
  margin-top: 10px;
}

.footer-wrapper .r-side .links {
  margin-top: 20px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: right;
}

.footer-wrapper .r-side a:hover {
  opacity: 0.5;
  transition: 0.15s ease-in-out;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 45;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.burger-menu {
  position: fixed;
  background-color: #2D2015;
  width: 100%;
  left: 100%;
  height: 100vh;
  z-index: 50;
  color: white;
  font-family: g-semi;
  transition: 0.3s ease-in-out;
}

.burger-menu .bm-title {
  font-size: 30px;
  margin: 60px 0 10px;
  padding: 0 30px;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger-menu .bm-title .close-menu {
  margin-top: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.burger-menu .bm-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.burger-menu .bm-link {
  color: white;
  margin-left: 31px;
  font-size: 20px;
}

.burger-menu .bm-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1420px) {

  .don-wrapper {
    margin-bottom: 50px;
  }

  .c-left,
  .c-right,
  .light,
  .login,
  .persons,
  .hx {
    display: none;
  }

  .container {
    max-width: 860px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    display: none;
  }

  .burger {
    display: block;
    position: absolute;
    top: 45px;
    right: 26px;
    cursor: pointer;
  }

  .header {
    padding-bottom: 130px;
  }

  .header-text {
    margin-top: 130px;
  }

  .header-text .main-title {
    font-size: 54px;
  }

  .header-text .main-title strong {
    text-shadow: 0 0 20px #707070;
  }

  .main-slogan {
    font-size: 25px;
  }

  .main-btn {
    margin-top: 27px;
  }

  .online {
    margin-top: 35px;
  }

  .social-links {
    margin-top: 35px;
  }

  .how {
    height: initial;
  }

  .titles {
    margin-top: -30px;
  }

  .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .last-step {
    grid-column: 1/3;
    margin: 50px auto;
  }

  .step-card .card-title {
    margin: 0;
  }

  .step-card .card-text {
    padding-top: 31px;
  }

  .swipe-it {
    display: block;
    opacity: 0.5;
    width: 70px;
    margin-left: 59px;
    margin-bottom: 20px;
  }

  .news {
    padding: 50px 0;
  }

  .news-bar {
    grid-template-columns: 1fr 1fr;
  }

  .news-bar .news-item {
    margin-top: 38px;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-wrapper .f-menu-link {
    margin-top: 10px;
  }

  .footer-wrapper .l-side {
    display: block;
  }

  .footer-wrapper .r-side {
    text-align: left;
    margin-top: 25px;
    padding-bottom: 112px;
  }

  .footer-wrapper .r-side .links {
    justify-content: start;
  }
}

@media screen and (max-width: 650px) {
  .don__text {
    font-size: 18px;
    margin-top: 6px;
  }

  .container {
    padding: 20px 25px;
  }

  .header {
    padding-bottom: 50px;
  }

  .main-slogan {
    font-size: 20px;
  }

  .main-btn {
    width: 286px;
    height: 60px;
    font-size: 20px;
  }

  .main-btn::before {
    width: 292px;
    height: 66px;
  }

  .title {
    font-size: 40px;
  }

  .subtitle2 {
    font-size: 20px;
  }

  .step-card {
    max-width: 400px;
    max-height: 480px;
  }

  .step-card .card-text {
    width: 90%;
  }

  .step-card .card-title {
    font-size: 20px;
  }

  .step-card .card-description {
    font-size: 20px;
    margin-top: 16px;
  }

  .step-card .card-btn {
    height: 66px;
    font-size: 24px;
  }

  .news-bar {
    grid-template-columns: 1fr;
  }

  .news-bar .news-item {
    margin: 0 auto;
    width: 100%;
  }

  .news-bar .second-line {
    display: none;
  }
}

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