@charset "UTF-8";

:root {
  --main-gold: #fbc400;
  --main-blue: #4900dc;
  --night-blue: #030c5f;
  --dark-blue: #24006b;
  --main-gray: #848484;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy";
  background: #F8FCFF;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.main_title {
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #4900dc;
  position: relative;
}

.main_title span {
  color: #fbc400;
}

.btn {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  width: 250px;
  font-family: "Inter";
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.blueBtn {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#35029a), color-stop(100%, #5d0cff), to(#5d0cff));
  background: linear-gradient(270deg, #35029a 0%, #5d0cff 100%, #5d0cff 100%);
}

.blueBtn:hover {
  background: #5d0cff;
}

.blueBtn:active {
  color: rgba(255, 255, 255, 0.7);
  background: #420ab3;
}

.yellowBtn {
  color: #24006b;
  background: -webkit-gradient(linear, left top, right top, from(#ffdd00), color-stop(102.27%, #ffc700));
  background: linear-gradient(90deg, #ffdd00 0%, #ffc700 102.27%);
}

.yellowBtn:hover {
  background: #ffdd00;
}

.yellowBtn:active {
  color: rgba(36, 0, 107, 0.7);
  background: #bda506;
}

.slick-arrow {
  display: none !important;
}

.about_card .btn {
  position: relative;
}

.btn_arrow {
  position: absolute;
  top: 18px;
  right: 35px;
}

.heroSection {
  background: #f8fcff url("../images/BG.jpg");
  background-repeat: no-repeat;
}

.heroSection .header {
  padding: 40px 0 66px;
}

.heroSection_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.heroSection_textWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heroSection_title {
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 131px;
  max-width: 780px;
}

.heroSection_title span {
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 780px;
  text-shadow: 0px 2.74326px 5.48652px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke: 3.65768px #fff;
}

.heroSection_subtitle {
  max-width: 506px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #24006b;
  margin: 0 0 50px;
}

.heroSection_btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 530px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heroSection_imgWrapper {
  position: absolute;
  right: 185px;
  top: 111px;
}

.heroSection_imgWrapper_img {
  width: 100%;
}

.heroSection_imgMob {
  display: none;
}

.heroSection__cardsWrapper {
  margin-top: 105px;
  width: 1180px;
}

.heroSection_card {
  max-width: 280px;
  height: 103px !important;
  padding: 20px 18.5px;
  margin: 0 10px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
}

.heroSection_cardText {
  color: #030c5f;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}

.slick-list.draggable {
  padding: 0 !important;
}

.slick-track {
  margin: 0 !important;
}

.slick-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100px;
}

.offers_logoWrapper {
  height: 100px !important;
}

.offers_logo {
  margin: auto 40px;
  width: 100% !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.about {
  padding: 42px 0 0;
  background: #f8fcff;
}

.about_title {
  font-style: normal;
  font-weight: 900;
  font-size: 140px;
  line-height: 175px;
  text-align: center;
  text-transform: uppercase;
  color: #4900dc;
  max-width: 456px;
  margin: 0 auto 20px;
}

.about_title span {
  position: absolute;
  bottom: 18px;
  right: 0;
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.about_text {
  color: #848484;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.about_text:first-of-type {
  margin-bottom: 20px;
}

.about_text:last-of-type {
  margin-bottom: 75px;
}

.about_subtitle {
  color: #030c5f;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 71px;
}

.about_cardsWrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_card {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 138px 40px 30px;
  position: relative;
}

.about_card .btn {
  padding: 15px 0;
  width: 240px;
}

.about_card__img {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
}

.about_card__title {
  font-weight: 800;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #030c5f;
  margin-bottom: 5px;
}

.about_card__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #848484;
  max-width: 240px;
  margin: 0 0 20px;
}

.channels {
  background: #F8FCFF;
  margin: 65px 0 118px;
}

.channels_title {
  font-style: normal;
  font-weight: 900;
  font-size: 140px;
  line-height: 175px;
  text-align: center;
  text-transform: uppercase;
  color: #4900dc;
  max-width: 545px;
  margin: 0 auto;
}

.channels_title span {
  position: absolute;
  bottom: 10px;
  right: -23px;
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.channels_mainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.channels_imgWrapper {
  position: absolute;
  left: -165px;
  top: 34px;
}

.channels_img {
  width: 100%;
}

.channels_contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 680px;
}

.channels_block {
  margin: 40px 0 0;
}

.channels_titleBlock {
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #030c5f;
  margin-bottom: 4px;
}

.channels_text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #848484;
}

.channels_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
}

.channels_item {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 5px 10px;
}

.channels_link {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f8ff2;
}

.social {
  max-width: 458px;
}

.banner {
  max-width: 598px;
}

.display {
  max-width: 357px;
}

.social .channels_item:nth-child(1) {
  background: rgba(15, 143, 242, 0.15);
  color: #0f8ff2;
}

.social .channels_item:nth-child(2) {
  background: rgba(229, 56, 78, 0.15);
  color: #e5384e;
}

.social .channels_item:nth-child(3) {
  background: rgba(70, 128, 194, 0.15);
  color: #4680c2;
}

.social .channels_item:nth-child(4) {
  background: rgba(252, 44, 57, 0.15);
  color: #fc2c39;
}

.social .channels_item:nth-child(5) {
  background: rgba(36, 236, 231, 0.15);
  color: #15e3de;
}

.social .channels_item:nth-child(6) {
  background: rgba(40, 169, 224, 0.15);
  color: #0f8ff2;
}

.social .channels_item:nth-child(7) {
  background: rgba(247, 244, 0, 0.15);
  color: #f7c100;
}

.social .channels_item:nth-child(8) {
  background: rgba(108, 0, 220, 0.15);
  color: #6c00dc;
}

.social .channels_item:nth-child(9) {
  background: rgba(243, 77, 113, 0.15);
  color: #f34d71;
}

.banner .channels_item:nth-child(1) {
  background: rgba(129, 38, 97, 0.15);
  color: #812661;
}

.banner .channels_item:nth-child(2) {
  background: rgba(62, 146, 208, 0.15);
  color: #3e92d0;
}

.banner .channels_item:nth-child(3) {
  background: rgba(93, 210, 0, 0.15);
  color: #5dd200;
}

.banner .channels_item:nth-child(4) {
  background: rgba(255, 227, 15, 0.15);
  color: #f7c100;
}

.banner .channels_item:nth-child(5) {
  background: rgba(0, 185, 236, 0.15);
  color: #00b9ec;
}

.banner .channels_item:nth-child(6) {
  background: rgba(56, 58, 148, 0.15);
  color: #383a94;
}

.banner .channels_item:nth-child(7) {
  background: rgba(233, 41, 46, 0.15);
  color: #e9292e;
}

.banner .channels_item:nth-child(8) {
  background: rgba(109, 121, 246, 0.15);
  color: #6d79f6;
}

.banner .channels_item:nth-child(9) {
  background: rgba(228, 38, 41, 0.15);
  color: #e42629;
}

.banner .channels_item:nth-child(10) {
  background: rgba(2, 13, 35, 0.15);
  color: #020d23;
}

.banner .channels_item:nth-child(11) {
  background: rgba(228, 37, 33, 0.15);
  color: #e42521;
}

.banner .channels_item:nth-child(12) {
  background: rgba(247, 179, 51, 0.15);
  color: #f7b333;
}

.video .channels_item:nth-child(1) {
  background: rgba(150, 150, 150, 0.15);
  color: #969696;
}

.video .channels_item:nth-child(2) {
  background: rgba(20, 205, 200, 0.15);
  color: #14cdc8;
}

.video .channels_item:nth-child(3) {
  background: rgba(0, 147, 194, 0.15);
  color: #0093c2;
}

.video .channels_item:nth-child(4) {
  background: rgba(150, 150, 150, 0.15);
  color: #969696;
}

.video .channels_item:nth-child(5) {
  background: rgba(138, 199, 58, 0.15);
  color: #8ac73a;
}

.display .channels_item:nth-child(1) {
  background: rgba(229, 56, 78, 0.15);
  color: #e5384e;
}

.display .channels_item:nth-child(2) {
  background: rgba(15, 143, 242, 0.15);
  color: #0f8ff2;
}

.display .channels_item:nth-child(3) {
  background: rgba(36, 236, 231, 0.15);
  color: #15e3de;
}

.display .channels_item:nth-child(4) {
  background: rgba(40, 169, 224, 0.15);
  color: #28a9e0;
}

.display .channels_item:nth-child(5) {
  background: rgba(247, 179, 51, 0.15);
  color: #f7b333;
}

.offers {
  padding: 0 0 100px;
  background: #f8fcff;
}

.offers_title {
  font-style: normal;
  font-weight: 900;
  font-size: 140px;
  line-height: 175px;
  text-align: center;
  text-transform: uppercase;
  color: #4900dc;
  max-width: 943px;
  margin: 0 auto 30px;
}

.offers_title span {
  position: absolute;
  bottom: 10px;
  right: -10px;
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.offers_text {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #030c5f;
  max-width: 980px;
  margin: 40px auto 50px;
}

.offers_btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 530px;
  margin: 0 auto;
}

.footer {
  padding: 35px;
  text-align: center;
  background: #030c5f;
}

.footer_title {
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  opacity: 0.5;
  color: #fff;
  margin-bottom: 25px;
}

.footer_mail {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 5px;
}

.footer_mail a {
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.footer_address {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 22px;
}

.footer_copyright {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.5;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #323233;
  position: fixed;
  z-index: 9999;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: calc(50vh - 350px);
}

.overlay_wrapper {
  background: #f8fcff;
  border-radius: 10px;
  max-width: 580px;
  max-height: 701px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding: 30px 122px 69px;
}

.overlay_singIn {
  display: none;
}

.overlay_singIn .overlay_title {
  font-size: 100px;
  line-height: 125px;
  max-width: 352px;
}

.overlay_singIn .overlay_title span {
  bottom: 0px;
  right: -36px;
}

.overlay_title {
  font-style: normal;
  font-weight: 900;
  font-size: 140px;
  line-height: 175px;
  text-align: center;
  text-transform: uppercase;
  color: #4900dc;
  max-width: 326px;
  margin: 0 auto 20px;
}

.overlay_title span {
  position: absolute;
  bottom: 18px;
  right: -18px;
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.overlay_already {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #030c5f;
}

.overlay_already span {
  text-decoration: none;
  color: #030c5f;
  border-bottom: 1px solid #030c5f;
  cursor: pointer;
}

.overlay_finish {
  background: #f8fcff;
  border-radius: 10px;
  max-width: 614px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 170px auto auto;
  padding: 30px;
  display: none;
}

.overlay_finish-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay_finish-img {
  border-radius: 50%;
  width: 140px;
  border: 3px solid #4900dc;
  margin-right: 30px;
}

.overlay_finish-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #232323;
}

.preloader {
  display: none;
  background: white;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  z-index: 9995;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  border-radius: 2px;
}

.overlay__close-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overlay__close-btn {
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  background: url(../images/close.png) no-repeat center center, transparent;
  background-size: contain;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.overlay_visible {
  display: block;
}

@-webkit-keyframes formAnim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes formAnim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 336px;
  margin: 0 auto;
}

.form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #030c5f;
  font-style: normal;
  font-weight: bold;
}

.form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #030c5f;
  font-style: normal;
  font-weight: bold;
}

.form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #030c5f;
  font-style: normal;
  font-weight: bold;
}

.form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #030c5f;
  font-style: normal;
  font-weight: bold;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"] {
  width: 100%;
  margin-bottom: 20px;
  font-style: normal;
  outline: none;
  height: 45px;
  padding: 14px 35px 14px 20px;
  border: 2px solid #030c5f;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4900dc;
  font-weight: bold;
}

.form input[name="telegram"],
.form input[name="skype"] {
  width: calc(50% - 5px);
  padding-right: 20px;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[name="telegram"]:focus,
.form input[name="skype"]:focus {
  border: 2px solid #4900dc;
}

.form button {
  margin-bottom: 20px;
  width: 100%;
}

.input_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.passContainer {
  position: relative;
  width: 100%;
}

.eye {
  position: absolute;
  top: 15px;
  right: 10px;
}

.eyeClosed {
  display: none;
  position: absolute;
  top: 13px;
  right: 10px;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #030c5f;
  text-align: left;
  margin-bottom: 20px;
}

.check label {
  padding-left: 10px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox:checked+label::before {
  border-color: #030c5f;
  background-color: #fff;
  background-image: url("../images/cheked.png");
}

.custom-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  outline: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  cursor: pointer;
  border: 2px solid #030c5f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  border: 2px solid #4900dc;
  background-color: #fff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  border: 2px solid #4900dc;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border: 2px solid #030c5f;
}

@media all and (min-width: 1921px) {
  .heroSection {
    background-size: cover;
  }
}

@media all and (min-width: 1700px) {
  .heroSection_imgWrapper {
    right: 315px;
  }
}

@media all and (max-width: 1440px) {
  .heroSection_imgWrapper {
    right: 74px;
  }
}

@media all and (max-width: 1024px) {
  .heroSection_imgWrapper {
    right: 0px;
    top: 280px;
  }

  .heroSection_card {
    height: 123px !important;
  }

  .heroSection_img {
    width: 420px;
  }

  .channels_contentWrapper {
    max-width: 480px;
  }

  .channels_imgWrapper {
    left: -150px;
  }

  .heroSection__cardsWrapper {
    margin: 90px 0 0;
  }

  .offers_logo {
    height: 80px !important;
  }
}

@media all and (max-width: 1023px) {
  .heroSection {
    padding: 0 0 50px;
  }

  .heroSection_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .btn {
    height: 66px;
  }

  .heroSection_imgWrapper {
    position: initial;
    margin: 0 auto;
  }

  .heroSection_title {
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .heroSection_title span {
    -webkit-text-stroke: 1px #fff;
    position: initial;
  }

  .heroSection_subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 auto;
  }

  .heroSection__cardsWrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 30px 0;
  }

  .heroSection_btnWrapper {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 auto;
    width: 530px;
  }

  .about_title {
    font-size: 60px;
    line-height: 75px;
    max-width: 196px;
  }

  .about_title span {
    -webkit-text-stroke: 1px #fff;
    font-size: 30px;
    line-height: 37px;
    bottom: -2px;
  }

  .about_subtitle {
    margin-bottom: 48px;
  }

  .about_cardsWrapper {
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_cardsWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
  }

  .about_card {
    margin-bottom: 61px;
  }

  .about_card:first-of-type {
    margin-right: 30px;
  }

  .about_card:last-of-type {
    margin-bottom: 0;
  }

  .channels {
    margin: 30px 0 50px;
  }

  .channels_mainWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .channels_title {
    font-size: 60px;
    line-height: 75px;
    max-width: 234px;
  }

  .channels_title span {
    -webkit-text-stroke: 1px #fff;
    font-size: 30px;
    line-height: 37px;
    bottom: -2px;
  }

  .channels_imgWrapper {
    left: -80px;
  }

  .channels_contentWrapper {
    padding-top: 700px;
    max-width: none;
  }

  .offers {
    padding: 0 0 50px;
  }

  .offers_title {
    font-size: 49px;
    line-height: 61px;
    max-width: 331px;
  }

  .offers_title span {
    font-size: 30px;
    line-height: 37px;
    bottom: -5px;
    -webkit-text-stroke: 1px #fff;
  }

  .offers_text {
    font-size: 16px;
    line-height: 33px;
  }
}

@media all and (max-width: 768px) {
  .heroSection {
    background: #f8fcff url("../images/BG_mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media all and (max-width: 767px) {
  .heroSection .header {
    padding: 22px 0 0;
    text-align: center;
  }

  .btn {
    width: 330px;
  }

  .heroSection_btnWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heroSection_btnWrapper .btn:first-of-type {
    margin-bottom: 15px;
  }

  .heroSection_img {
    width: 310px;
  }

  .heroSection_imgDeck {
    display: none;
  }

  .heroSection_imgMob {
    display: block;
  }

  .about_card {
    width: 330px;
    padding: 138px 15px 20px;
  }

  .about_card:first-of-type {
    margin-right: 0;
  }

  .about_card__text {
    margin: 0 auto 20px;
  }

  .about_card .btn {
    width: 300px;
    height: 55px;
  }

  .channels_imgWrapper {
    left: -75px;
  }

  .channels_img {
    width: 400px;
  }

  .channels_contentWrapper {
    padding-top: 500px;
  }

  .channels_block {
    margin: 30px 0 0;
  }

  .offers_text {
    margin: 30px 0;
  }

  .offers_btnWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offers_btnWrapper .btn:first-of-type {
    margin-bottom: 15px;
    height: 66px;
  }

  .footer {
    padding: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
  }

  .footer_copyright {
    font-size: 12px;
    line-height: 15px;
  }

  .footer_title,
  .footer_address {
    margin-bottom: 20px;
  }

  .overlay_wrapper {
    padding: 30px 15px 20px;
  }

  .overlay_finish {
    padding: 15px;
  }

  .overlay_finish-img {
    width: 100px;
    margin-right: 10px;
  }

  .overlay_finish-title {
    font-size: 20px;
  }
}

@media all and (max-width: 630px) {
  .overlay_wrapper {
    margin: 0 25px;
  }

  .overlay_singIn .overlay_title {
    font-size: 60px;
    line-height: 75px;
    max-width: 211px;
  }

  .overlay_singIn .overlay_title span {
    font-size: 30px;
    line-height: 37px;
    bottom: 0px;
    right: -10px;
    -webkit-text-stroke: 1px #fff;
  }

  .overlay_title {
    font-size: 60px;
    line-height: 75px;
    max-width: 140px;
  }

  .overlay_title span {
    font-size: 30px;
    line-height: 37px;
    bottom: 0px;
    right: -10px;
    -webkit-text-stroke: 1px #fff;
  }

  .overlay {
    padding-top: calc(50vh - 280px);
  }
}

@media all and (max-width: 375px) {
  .overlay_finish {
    padding: 15px;
  }

  .overlay_finish-img {
    width: 80px;
    margin-right: 10px;
  }

  .overlay_finish-title {
    font-size: 16px;
  }
}

.our-supporting {
  background: #F8FCFF;
  padding: 70px 0 100px;
}

.our-supporting__title {
  font-style: normal;
  font-weight: 900;
  font-size: 140px;
  line-height: 175px;
  text-align: center;
  text-transform: uppercase;
  color: #4900dc;
  max-width: 100%;
  margin: 0 auto 40px;
}

.our-supporting__title span {
  position: absolute;
  bottom: 13px;
  right: 0;
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.our-supporting__container {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 20px;

  margin: 0 auto;
}

.our-supporting__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.10);
  padding: 50px;
}

.our-supporting__item-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.our-supporting__item-title {
  color: var(--main-txt, #030C5F);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.our-supporting__item-description {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 1023px) {
  .our-supporting {
    padding: 30px 0 50px;
  }

  .our-supporting__title {
    max-width: 331px;
    font-size: 49px;
    line-height: 61px;

    margin-bottom: 31px;
  }

  .our-supporting__title span {
    font-size: 30px;
    line-height: 37px;
    bottom: -5px;
    -webkit-text-stroke: 1px #fff;
  }

  .our-supporting__container {
    column-gap: 30px;
  }
}

@media (max-width: 767px) {
  .our-supporting__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .our-supporting__item {
    row-gap: 10px;
    padding: 20px;
  }

  .our-supporting__item-title {
    font-size: 24px;
  }

  .our-supporting__item-description {
    font-size: 14px;
    line-height: 20px;
  }
}

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