body {
  max-width: 1920px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: "TTHoves", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

button {
  outline: 0;
  outline-offset: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header,
main {
  margin: 0 auto;
  width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

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

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

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

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0px 80px;
}

@media only screen and (max-width: 1920px) {
  .container {
    padding-left: -webkit-calc(
      60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024))
    );
    padding-left: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
    padding-right: -webkit-calc(
      60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024))
    );
    padding-right: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding-left: -webkit-calc(
      45px + (60 - 45) * ((100vw - 768px) / (1024 - 768))
    );
    padding-left: calc(45px + (60 - 45) * ((100vw - 768px) / (1024 - 768)));
    padding-right: -webkit-calc(
      45px + (60 - 45) * ((100vw - 768px) / (1024 - 768))
    );
    padding-right: calc(45px + (60 - 45) * ((100vw - 768px) / (1024 - 768)));
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0px 45px;
  }
}

@media only screen and (max-width: 428px) {
  .container {
    padding-left: -webkit-calc(
      30px + (45 - 30) * ((100vw - 320px) / (428 - 320))
    );
    padding-left: calc(30px + (45 - 30) * ((100vw - 320px) / (428 - 320)));
    padding-right: -webkit-calc(
      30px + (45 - 30) * ((100vw - 320px) / (428 - 320))
    );
    padding-right: calc(30px + (45 - 30) * ((100vw - 320px) / (428 - 320)));
  }
}

.link {
  display: inline-block !important;
}

.link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a4a4a4;
}

.body {
  background: #d8e0eb;
  /* background-color: #1D1B1B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1D1B1B), color-stop(50%, #222121), to(#222121));
  background: -webkit-linear-gradient(top, #1D1B1B 50%, #222121 50%, #222121 100%);
  background: -o-linear-gradient(top, #1D1B1B 50%, #222121 50%, #222121 100%);
  background: linear-gradient(180deg, #1D1B1B 50%, #222121 50%, #222121 100%) */
}

.body-bg {
  background-image: url("../img/adobe-stock-light.jpg");
  /* background-image: url("../img/adobe-stock.jpg"); */
  background-position: right top;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .body-bg {
    background-position: center 380px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url("../img/adobe-stock-light-2.jpg");
  }
}

.body-bg2 {
  /* background: -webkit-gradient(linear, left top, right top, color-stop(43.49%, #252323), color-stop(98.78%, rgba(37, 35, 35, 0)));
  background: -webkit-linear-gradient(left, #252323 43.49%, rgba(37, 35, 35, 0) 98.78%);
  background: -o-linear-gradient(left, #252323 43.49%, rgba(37, 35, 35, 0) 98.78%);
  background: linear-gradient(90deg, #252323 43.49%, rgba(37, 35, 35, 0) 98.78%); */
  background: linear-gradient(to right, #d8e0eb, transparent);
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1600px) {
  .body-bg2 {
    /* background: -webkit-gradient(linear, left top, right top, color-stop(30%, #252323), color-stop(98.78%, rgba(37, 35, 35, 0)));
    background: -webkit-linear-gradient(left, #252323 30%, rgba(37, 35, 35, 0) 98.78%);
    background: -o-linear-gradient(left, #252323 30%, rgba(37, 35, 35, 0) 98.78%);
    background: linear-gradient(90deg, #252323 30%, rgba(37, 35, 35, 0) 98.78%) */
    background: linear-gradient(to right, #d8e0eb, transparent);
  }
}

@media only screen and (max-width: 1200px) {
  .body-bg2 {
    /* background: -webkit-linear-gradient(top, #1D1B1B 0%, rgba(29, 27, 27, 0) 140px);
    background: -o-linear-gradient(top, #1D1B1B 0%, rgba(29, 27, 27, 0) 140px);
    background: linear-gradient(180deg, #1D1B1B 0%, rgba(29, 27, 27, 0) 140px); */
    background: linear-gradient(to right, #d8e0eb, transparent);
    background-position: center 380px;
  }
}

.body-bg3 {
  overflow: hidden;
  padding: 75px 0 0;
}

@media only screen and (max-width: 1200px) {
  .body-bg3 {
    /* background: -webkit-gradient(linear, left bottom, left top, color-stop(49.27%, #222121), to(rgba(56, 53, 53, 0)));
    background: -webkit-linear-gradient(bottom, #222121 49.27%, rgba(56, 53, 53, 0) 100%);
    background: -o-linear-gradient(bottom, #222121 49.27%, rgba(56, 53, 53, 0) 100%);
    background: linear-gradient(0deg, #222121 49.27%, rgba(56, 53, 53, 0) 100%); */
    /* #d8e0eb */
    /* background: linear-gradient(0deg, #d8e0eb 49.27%, rgba(56, 53, 53, 0) 100%); */
    background-repeat: no-repeat;
    -webkit-background-size: 100% 500px;
    background-size: 100% 500px;
    background-position: center -webkit-calc(100vw - 9%);
    background-position: center calc(100vw - 9%);
  }
}

@media only screen and (max-width: 1024px) {
  .body-bg3 {
    padding: 60px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .body-bg3 {
    padding: 45px 0 0;
  }
}

@media only screen and (max-width: 500px) {
  .body-bg3 {
    -webkit-background-size: 100% 800px;
    background-size: 100% 800px;
    background-position: center -webkit-calc(80vw - 2%);
    background-position: center calc(80vw - 2%);
  }
}

.body-wrap {
  position: relative;
}

.logo-desc {
  max-height: 47px;
  max-width: 196px;
}

@media only screen and (max-width: 768px) {
  .logo-desc {
    display: none;
  }
}

.logo-mobi {
  display: none;
}

@media only screen and (max-width: 768px) {
  .logo-mobi {
    display: block;
    max-height: 44px;
    max-width: 44px;
  }
}

.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px;
}

@media only screen and (max-width: 1200px) {
  .split {
    margin-top: 59px;
  }
}

@media only screen and (max-width: 760px) {
  .split {
    margin-top: 24px;
  }
}

.split-left {
  margin-top: 50px;
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px);
}

@media only screen and (max-width: 1600px) {
  .split-left {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
  }
}

@media only screen and (max-width: 1200px) {
  .split-left {
    width: 100%;
    margin-top: 0;
  }
}

.split-title {
  /* color: #fff; */
  color: #212121;
  font-weight: 700;
  font-size: 82px;
  line-height: 1;
}

@media only screen and (max-width: 1600px) {
  .split-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .split-title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 760px) {
  .split-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 370px) {
  .split-title {
    font-size: 25px;
  }
}

.split-subtitle {
  /* color: #fff; */
  color: #212121;
  font-weight: 400;
  font-size: 25px;
  margin-top: 24px;
}

@media only screen and (max-width: 1600px) {
  .split-subtitle {
    font-size: 22px;
  }
}

.split-btn-scroll {
  display: none;
  border-radius: 50px;
}

@media only screen and (max-width: 1200px) {
  .split-btn-scroll {
    display: block;
    background-color: #ff0000;
    /* -webkit-border-radius: 6px;
    border-radius: 6px; */
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    padding: 17px 0;
    text-align: center;
    max-width: 264px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .split-btn-scroll {
    font-size: 18px;
    padding: 13px 0;
    max-width: 100%;
  }
}

.split-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

@media only screen and (max-width: 1200px) {
  .split-benefits {
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 760px) {
  .split-benefits {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.split-benefits_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  /* background-color: rgba(255, 255, 255, 0.15); */
  background-color: rgb(255 255 255 / 50%);
  -webkit-backdrop-filter: blur(2.13421px);
  backdrop-filter: blur(2.13421px);
  padding: 20px 23px;
}

@media only screen and (max-width: 1200px) {
  .split-benefits_item {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .split-benefits_item {
    /* max-width: 260px */
  }
}

.split-benefits_item:not(:last-child) {
  margin-right: 1.5%;
}

@media only screen and (max-width: 1200px) {
  .split-benefits_item:not(:last-child) {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1199px) {
  .split-benefits_item:not(:last-child) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 760px) {
  .split-benefits_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 37px;
  }
}

.split-benefits_item a,
.split-benefits_item-title {
  /* color: #fff; */
  color: #212121;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  order: 1;
}

.split-benefits_item-title sup {
  color: #f00;
  vertical-align: top;
}

@media only screen and (max-width: 1530px) {
  .split-benefits_item a,
  .split-benefits_item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .split-benefits_item a,
  .split-benefits_item-title {
    /* text-align: center */
  }
}

.split-benefits_item-subtitle {
  /* color: #7DDCA8; */
  color: #f00;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 1530px) {
  .split-benefits_item-subtitle {
    font-size: 16px;
  }
}

.split-benefits_item-numb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: start;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 2em;
}

.split-benefits_item-text {
  /* color: #7DDCA8; */
  color: #f00;
  font-weight: bold;
  /* font-size: 34px; */
  line-height: 1;
  margin-right: 5px;
}

.split-benefits_item-text--sm {
  font-size: 0.43em;
  margin-left: 10px;
  width: min-content;
}

@media only screen and (max-width: 760px) {
  .split-benefits_item-text {
    /* font-size: 25px */
  }
}

.split-benefits_item-precents {
  /* color: #7DDCA8; */
  color: #f00;
  font-weight: bold;
  /* font-size: 76px; */
  line-height: 1;
}

@media only screen and (max-width: 1530px) {
  .split-benefits_item-precents {
    /* font-size: 66px */
  }
}

@media only screen and (max-width: 1279px) {
  .split-benefits_item-precents {
    /* font-size: 60px */
  }
}

@media only screen and (max-width: 760px) {
  .split-benefits_item-precents {
    /* font-size: 52px */
  }
}

.split-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 61px;
}

@media only screen and (max-width: 1200px) {
  .split-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 760px) {
  .split-bottom {
    margin-top: 40px;
  }
}

.split-details {
  min-height: 310px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 40px 80px 40px 0;
  /* background-color: #2E2B2B; */
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-details:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /* background-color: #2E2B2B */
  background-color: #fff;
}

@media only screen and (max-width: 1600px) {
  .split-details {
    min-height: auto;
    padding: 40px 40px 40px 0;
  }
}

@media only screen and (max-width: 1200px) {
  #details > div > a.split-details_head > div.split-details_arrow > img {
    display: none;
  }

  .split-details {
    margin-top: 60px;
    padding: 75px 0;
  }

  .split-details:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 80px;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* background-color: #2E2B2B; */
    background-color: white;
  }
}

@media only screen and (max-width: 760px) {
  .split-details {
    margin-top: 45px;
    padding: 35px 0 45px;
  }
}

@media only screen and (max-width: 1200px) {
  .split-details_center {
    margin: 0 auto;
    width: 420px;
  }
}

.split-details_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-details_text {
  /* color: #fff; */
  color: #212121;
  font-weight: 600;
  font-size: 24px;
  margin-right: 20px;
}

@media only screen and (max-width: 1600px) {
  .split-details_text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .split-details_text {
    margin-right: 60px;
  }
}

.split-details_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-details_arrow-img {
  width: 100%;
  max-width: 260px;
}

@media only screen and (max-width: 760px) {
  .split-details_arrow-img {
    max-width: 180px;
  }
}

.split-details_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.split-details_social-item {
  margin-right: 10px;
  height: 30px;
}

.split-details_social-item svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
}

.split-details_privacy {
  display: block;
  font-size: 18px;
  color: #a4a4a4;
  font-weight: 400;
  margin-top: 40px;
}

.split-details_disclaimer {
  display: block;
  font-size: 18px;
  color: #a4a4a4;
  font-weight: 400;
}

@media only screen and (max-width: 760px) {
  .split-details_privacy {
    margin-top: 30px;
  }
}

.split-details_material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.split-details_link-number {
  color: #f00;
}

.split-details_link {
  display: block;
  font-size: 18px;
  color: #a4a4a4;
  font-weight: 400;
}

.split-details_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a4a4a4;
}

.split-details_link:not(:last-child) {
  margin-right: 15px;
}

.split-join {
  position: absolute;
  top: 0;
  max-width: 525px;
  width: 100%;
  right: 80px;
}

@media only screen and (max-width: 1920px) {
  .split-join {
    right: -webkit-calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
    right: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
  }
}

@media only screen and (max-width: 1600px) {
  .split-join {
    max-width: 480px;
  }
}

@media only screen and (max-width: 1279px) {
  .split-join {
    max-width: 420px;
  }
}

@media only screen and (max-width: 1200px) {
  .split-join {
    position: static;
    margin: 0 auto;
    margin-top: 60px;
    right: 0;
  }
}

@media only screen and (max-width: 760px) {
  .split-join {
    margin-top: 45px;
  }
}

.split-join_head {
  padding: 30px 37px;
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-color: #fff;
  /* border: 0.5px solid #FFFFFF; */
  /* -webkit-backdrop-filter: blur(35px); */
  /* backdrop-filter: blur(35px); */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  /* -webkit-box-shadow: 0px 0px 20px #7DDCA8;
  box-shadow: 0px 0px 20px #7DDCA8 */
}

@media only screen and (max-width: 760px) {
  .split-join_head {
    padding: 20px 30px;
  }
}

.split-join_title {
  font-size: 35px;
  /* color: #fff; */
  color: #212121;
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
  .split-join_title {
    font-size: 24px;
  }
}

.split-join_subtitle {
  font-size: 20px;
  /* color: #fff; */
  color: #212121;
  font-weight: 400;
  line-height: 1.3;
  margin: 15px 0 0;
  counter-reset: step;
}

@media only screen and (max-width: 1600px) {
  .split-join_subtitle {
    font-size: 15px;
  }
}

.split-join_subtitle-li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.split-join_subtitle-li:before {
  content: counter(step) ".";
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 0;
  /* color: #7DDCA8; */
  color: #212121;
  font-weight: 700;
}

.split-join_subtitle-li:not(:last-child) {
  margin-bottom: 10px;
}

.split-join_form {
  padding: 30px 37px;
  /* -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-top: 25px;
  position: relative;
  z-index: 0;
  background-color: #fff;
}

@media only screen and (max-width: 760px) {
  .split-join_form {
    padding: 20px 30px;
    margin-top: 13px;
  }
}

/* .split-join_form:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  z-index: -1
} */

.split-join_form-title {
  font-size: 35px;
  /* color: #7DDCA8; */
  color: #212121;
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
  .split-join_form-title {
    font-size: 24px;
  }
}

.split-join_form-output {
  font-size: 16px;
  color: #ff0000;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
}

@media only screen and (max-width: 760px) {
  .split-join_form-output {
    font-size: 12px;
  }
}

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

.split-join_label {
  position: relative;
}

.split-join_label__warn {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + -7px);
  font-size: 0.7em;
  background-color: #f00;
  color: white;
  border-radius: 10px;
  padding: 2px 5px;
  z-index: 1;
}

.split-join_label:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 760px) {
  .split-join_label:not(:first-child) {
    margin-top: 15px;
  }
}

.split-join_input {
  border-bottom: 1px solid #d0cccc;
  border-left: none;
  border-top: none;
  border-right: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  color: #212121;
  font-weight: 400;
  padding: 10px 0;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .split-join_input {
    font-size: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .split-join_input {
    font-size: 16px;
    padding: 15px 0;
  }
}

.split-join_input::-webkit-input-placeholder,
.split-join_input::-webkit-input-placeholder,
.split-join_input::-moz-placeholder,
.split-join_input::-ms-input-placeholder {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
}

.split-join_input::placeholder,
.split-join_input::-webkit-input-placeholder,
.split-join_input::-moz-placeholder,
.split-join_input::-ms-input-placeholder {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
}

@media only screen and (max-width: 1600px) {
  .split-join_input::-webkit-input-placeholder,
  .split-join_input::-webkit-input-placeholder,
  .split-join_input::-moz-placeholder,
  .split-join_input::-ms-input-placeholder {
    font-size: 18px;
  }

  .split-join_input::placeholder,
  .split-join_input::-webkit-input-placeholder,
  .split-join_input::-moz-placeholder,
  .split-join_input::-ms-input-placeholder {
    font-size: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .split-join_input::-webkit-input-placeholder,
  .split-join_input::-webkit-input-placeholder,
  .split-join_input::-moz-placeholder,
  .split-join_input::-ms-input-placeholder {
    font-size: 15px;
  }

  .split-join_input::placeholder,
  .split-join_input::-webkit-input-placeholder,
  .split-join_input::-moz-placeholder,
  .split-join_input::-ms-input-placeholder {
    font-size: 15px;
  }
}

.split-join_input:focus {
  border-bottom-color: #212121;
  outline: none;
}

.split-join_input:-webkit-autofill,
.split-join_input:-webkit-autofill:hover,
.split-join_input:-webkit-autofill:focus,
.split-join_input:-webkit-autofill {
  /* -webkit-text-fill-color: #fff !important; */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.split-join_checked {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 760px) {
  .split-join_checked {
    margin-top: 17px;
  }
}

.split-join_checked-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.split-join_checked-input:checked + label:after {
  border-left: 3px solid #212121;
  border-bottom: 3px solid #212121;
}

.split-join_checked-label {
  font-size: 12px;
  padding-left: 37px;
  /* color: #fff; */
  color: #212121;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .split-join_checked-label {
    font-size: 11px;
  }
}

.split-join_checked-label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}

@media only screen and (max-width: 1600px) {
  .split-join_checked-label:before {
    width: 21px;
    height: 21px;
  }
}

.split-join_checked-label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  top: 1px;
  left: 6px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

@media only screen and (max-width: 1600px) {
  .split-join_checked-label:after {
    width: 12px;
    height: 7px;
    left: 6px;
  }
}

.split-join_checked-label a {
  /* color: #fff */
  color: #212121;
}

.split-join_btn {
  max-width: max-content;
  padding: 15px 25px;
  /* height: 68px; */
  width: 100%;
  background-color: #ff0000;
  -webkit-border-radius: 7.7px;
  border-radius: 7.7px;
  border: none;
  margin-top: 26px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 50px;
}

.split-join_btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

@media only screen and (max-width: 1600px) {
  .split-join_btn {
    font-size: 20px;
  }
}

/* @media only screen and (max-width: 1200px) {
  .split-join_btn {
    height: 52px
  }
} */

@media only screen and (max-width: 760px) {
  .split-join_btn {
    /* height: 45px; */
    font-size: 17px;
  }
}

.split-join_auth {
  padding: 23px 37px 27px;
  /* -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-top: 25px;
  position: relative;
  z-index: 0;
  background-color: white;
}

@media only screen and (max-width: 760px) {
  .split-join_auth {
    padding: 20px 30px;
    margin-top: 13px;
  }
}

/* .split-join_auth:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  z-index: -1
} */

.split-join_auth-title {
  font-size: 35px;
  /* color: #7DDCA8; */
  color: #212121;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (max-width: 1600px) {
  .split-join_auth-title {
    font-size: 24px;
  }
}

.split-join_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin: 15px auto 0;
  margin-left: 0;
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 760px) {
  .split-join_social {
    max-width: 260px;
  }
}

.split-join_social-item {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.split-join_social-item:hover svg {
  fill: #7ddca8;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(125, 220, 168, 0.5));
  filter: drop-shadow(0px 0px 7px rgba(125, 220, 168, 0.5));
}

@media only screen and (max-width: 1600px) {
  .split-join_social-item {
    width: 30px;
    height: 30px;
  }
}

.split-join_social-item svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.split-about {
  /* background: -webkit-gradient(linear, left top, right top, color-stop(39.27%, #383535), to(rgba(56, 53, 53, 0)));
  background: -webkit-linear-gradient(left, #383535 39.27%, rgba(56, 53, 53, 0) 100%);
  background: -o-linear-gradient(left, #383535 39.27%, rgba(56, 53, 53, 0) 100%);
  background: linear-gradient(90deg, #383535 39.27%, rgba(56, 53, 53, 0) 100%); */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(39.27%, rgb(255 255 255 / 40%)),
    to(rgba(56, 53, 53, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(255 255 255 / 40%) 39.27%,
    rgba(56, 53, 53, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(255 255 255 / 40%) 39.27%,
    rgba(56, 53, 53, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 40%) 39.27%,
    rgba(56, 53, 53, 0) 100%
  );
  min-height: 310px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 0 70px 55px;
}

@media only screen and (max-width: 1600px) {
  .split-about {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

@media only screen and (max-width: 1200px) {
  .split-about {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    background: none;
    margin-left: -75px;
    padding-left: 75px;
    margin-right: -75px;
    padding-right: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(to right, rgb(255 255 255 / 40%), transparent);
  }
}

@media only screen and (max-width: 760px) {
  .split-about {
    margin: 0;
    padding: 30px 0 20px;
    position: relative;
    z-index: 1;
    background: none;
  }

  .split-about:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: -webkit-gradient(linear, left top, right top, color-stop(39.27%, #383535), to(rgba(56, 53, 53, 0)));
    background: -webkit-linear-gradient(left, #383535 39.27%, rgba(56, 53, 53, 0) 100%);
    background: -o-linear-gradient(left, #383535 39.27%, rgba(56, 53, 53, 0) 100%);
    background: linear-gradient(90deg, #383535 39.27%, rgba(56, 53, 53, 0) 100%); */
    background: linear-gradient(to right, rgb(255 255 255 / 40%), transparent);
    z-index: -1;
  }
}

.split-about_center {
  display: block;
  width: 100%;
}

.split-about_forbes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-about_forbes-icon {
  margin-right: 30px;
}

@media only screen and (max-width: 760px) {
  .split-about_forbes-icon {
    margin-right: 25px;
  }
}

.split-about_forbes-img {
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 1600px) {
  .split-about_forbes-img {
    width: 60px;
    height: 60px;
  }
}

.split-about_forbes-name {
  /* color: #fff; */
  color: #212121;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
}

.split-about_forbes-name::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #212121;
}

@media only screen and (max-width: 1600px) {
  .split-about_forbes-name {
    font-size: 20px;
  }
}

.split-about_forbes-subtitle {
  color: #888787;
  font-weight: 400;
  font-size: 20px;
  margin-top: 5px;
}

@media only screen and (max-width: 1600px) {
  .split-about_forbes-subtitle {
    font-size: 18px;
  }
}

.split-about_description {
  /* color: #D8D0D0; */
  color: #212121;
  font-weight: 400;
  font-size: 20px;
  margin-top: 12px;
}

@media only screen and (max-width: 1600px) {
  .split-about_description {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .split-about_description {
    max-width: 500px;
  }
}

.split-right {
  max-width: 525px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .split-right {
    max-width: 480px;
  }
}

@media only screen and (max-width: 1200px) {
  .split-right {
    max-width: auto;
    width: 0;
  }
}

#alert {
  position: fixed;
  left: -100%;
  bottom: 30px;
  color: #fff;
  background-color: #383535;
  padding: 20px 30px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 50;
  -webkit-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
}

#alert.alert_slidein {
  left: 30px;
}

.closeBtn {
  cursor: pointer;
  float: right;
  font-size: 40px;
  margin-top: 10px;
  color: #000;
}

.modal {
  background: rgba(228, 219, 204, 0.5);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  right: 0;
  z-index: 5;
}

.modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-wrapper {
  width: 1000px;
  height: auto;
  max-height: 100%;
  max-width: 90%;
  position: absolute;
  text-align: left;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 5px 15px;
}

.modal-header,
.modal-footer {
  text-align: center;
  color: white;
}

.modal-body {
  background: white;
  padding: 50px 30px 30px;
}

.grecaptcha-badge {
  display: none !important;
}

.info-popup {
  width: 500px;
  max-width: max-content;
  border-radius: 25px;
}

.fancybox-slide--html .fancybox-close-small {
  right: 5px !important;
  top: 5px !important;
}

.fancybox-bg {
  background: #abb9d4db !important;
}

.fancybox-content {
  padding: 90px !important;
}

.spasibo-title {
  text-align: center;
}
