/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("/shared/assets/fonts/suisseintl/SuisseIntl-Regular.woff2") format("woff2"), url("/shared/assets/fonts/suisseintl/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("/shared/assets/fonts/suisseintl/SuisseIntl-Medium.woff2") format("woff2"), url("/shared/assets/fonts/suisseintl/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("/shared/assets/fonts/suisseintl/SuisseIntl-SemiBold.woff2") format("woff2"), url("/shared/assets/fonts/suisseintl/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.body .wpcc-container {
  padding: 22px 40px;
}
.body .wpcc-container .wpcc-message {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.body .wpcc-container .wpcc-message a {
  color: #fff;
  position: relative;
}
.body .wpcc-container .wpcc-message a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  bottom: -2px;
}
.body .wpcc-container .wpcc-compliance .wpcc-btn {
  height: 40px;
  width: 98px;
  background: #FFFFFF;
  border-radius: 25px;
  font-family: "Suisse Intl";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  justify-content: center;
  padding: 0;
}
.body .wpcc-container .wpcc-compliance .wpcc-btn:hover {
  transition: 0.3s;
  background-color: hsla(0, 0%, 100%, 0.9) !important;
}

.body.bg-gray {
  background-color: transparent;
  font-family: "Suisse Intl", sans-serif;
}

.gallery__tab-link[aria-selected=true] {
  background-color: transparent;
  color: #fff;
}

.adaptive-show {
  display: none;
}

.bg-gray {
  background-color: #f1f4f6;
  color: #000;
}

.wf-section {
  overflow: hidden;
}

.tab-link__dot--active {
  display: none;
}

.w--current .tab-link__dot--active, [aria-selected=true] .tab-link__dot--active {
  display: block;
}

.mb-20 {
  margin-bottom: 20px;
}

.membership {
  padding-bottom: 146px;
}
.membership__switch-btn {
  width: 280px;
  height: 52px;
  background: #F7F8FA;
  border-radius: 43px;
  margin: 0 auto 64px;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}
.membership__switch-btn div {
  width: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.membership__switch-btn div.active {
  color: #fff;
  background: #000;
  border-radius: 43px;
}
.membership__title {
  font-family: "Suisse Intl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  margin-top: 144px;
  text-align: center;
  margin-bottom: 16px;
}
.membership__description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  margin-bottom: 28px;
}
.membership__list-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 4px;
}
.membership__list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 48px;
  grid-row-gap: 54px;
}
.membership__list > div {
  flex: 0 264px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.4);
}

.w-tab-pane.active {
  display: block;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-128 {
  margin-left: 128px;
}

.flex-box {
  display: flex;
}

.footer {
  padding-top: 96px;
  background: #000000;
  padding-bottom: 48px;
}
.footer a.footer__text {
  display: flex;
  align-items: center;
}
.footer a.footer__text--large {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.footer a.footer__text img {
  margin-left: 4px;
}
.footer__title {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #FFFFFF;
}
.footer__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.3);
  min-width: 195px;
}
.footer__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-top: 6px;
}
.footer .copyright-description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}
.footer .copyright {
  margin-top: 96px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.ContactUs {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  padding-bottom: 144px;
}
.ContactUs h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 144px;
  margin-bottom: 16px;
}
.ContactUs button {
  display: flex;
  align-items: center;
}
.ContactUs button img {
  margin-left: 8px;
}

.two-steps {
  display: flex;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  border-right: 0;
  margin-top: 48px;
  margin-bottom: 88px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.two-steps > a {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-steps > a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.form-contact .flex-box input {
  width: 50%;
}
.form-contact input {
  outline: none;
  width: 100%;
  border: 0;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  text-indent: 0;
  padding-bottom: 6px;
}
.form-contact input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-contact button {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFFFFF;
}

.logo__top {
  margin-right: 56px;
}

.nav__link {
  position: relative;
  margin-right: 22px;
  line-height: 21px;
}
.nav__link:hover, .nav__link.active {
  color: #000;
}
.nav__link:hover:before, .nav__link.active:before {
  transform-origin: left;
  transform: scaleX(1);
}
.nav__link:before {
  content: "";
  position: absolute;
  bottom: -4.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s ease-out;
  transform-origin: right;
  transform: scaleX(0);
}
.nav__link_business {
  margin-right: 83px;
  color: rgba(0, 0, 0, 0.3);
}
.nav__link_grey {
  color: rgba(0, 0, 0, 0.3);
}

.nav.wf-section {
  height: 80px;
  z-index: 100;
  position: relative;
}

.header__wrapper {
  position: fixed;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  width: 100%;
}

.btn {
  font-weight: 400;
}
.btn.btn__signup:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.btn__signup {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0, 1), background-color 0.9s cubic-bezier(0.4, 0, 0, 1);
  font-weight: 500;
}
.btn__signup:hover .c-bookmark_label > span:nth-of-type(1) {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
.btn__signup:hover .c-bookmark_label > span:nth-of-type(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.btn__signup .c-bookmark_label {
  overflow: hidden;
  display: block;
  width: 100px;
  margin: 0 auto;
  height: 20px;
  position: relative;
}
.btn__signup .c-bookmark_label > span {
  display: block;
  width: 100px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}
.btn__signup .c-bookmark_label > span:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
}
.btn__signup .c-bookmark_label > span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.btn__login, .btn__demo {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0, 1);
  font-weight: 500;
}
.btn__login:focus .c-bookmark_label > span:nth-of-type(1), .btn__login:hover .c-bookmark_label > span:nth-of-type(1), .btn__demo:focus .c-bookmark_label > span:nth-of-type(1), .btn__demo:hover .c-bookmark_label > span:nth-of-type(1) {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
.btn__login:hover .c-bookmark_label > span:nth-of-type(2), .btn__demo:hover .c-bookmark_label > span:nth-of-type(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.btn__login .c-bookmark_label, .btn__demo .c-bookmark_label {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 20px;
  position: relative;
}
.btn__login .c-bookmark_label > span, .btn__demo .c-bookmark_label > span {
  display: block;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.9, 0, 0.1, 1), color 0.2s ease-in-out;
}
.btn__login .c-bookmark_label > span:nth-child(2), .btn__demo .c-bookmark_label > span:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
}
.btn__login .c-bookmark_label > span:nth-of-type(2), .btn__demo .c-bookmark_label > span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.logo {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.logo:hover {
  opacity: 0.85;
}

.partners-logos {
  overflow: hidden;
}
.partners-logos .partners-logos-wrap {
  display: flex;
  flex-wrap: nowrap;
  grid-column-gap: 24px;
  animation: bannermove 100s linear infinite;
}

@keyframes bannermove {
  0% {
    transform: translate(-2453px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.hero__img {
  transform: translate3d(0, 12%, 0);
  opacity: 0;
  width: 720px;
  position: absolute;
  left: 600px;
  top: 72px;
  bottom: 0;
  background-image: url(/shared/assets/images/main.jpg);
  background-position: 50% 0;
  background-size: cover;
}

.hero {
  height: 720px;
  position: relative;
}
.hero .wrapper {
  height: 100%;
}

.animation .hero__img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.animation .hero__content h1 span {
  transform: translate(0px, 0);
}
.animation .hero__content .hero__description span {
  transform: translate(0px, 0);
}
.animation .hero__learn-more::before {
  width: 100%;
}

.hero__content {
  width: 480px;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero__content > div {
  width: 100%;
}
.hero__content h1 {
  position: relative;
  overflow: hidden;
  height: 196px;
}
.hero__content h1 span {
  position: absolute;
  transform: translate(0px, 100%);
}
.hero__content .hero__description {
  position: relative;
  overflow: hidden;
  height: 114px;
}
.hero__content .hero__description span {
  position: absolute;
  transform: translate(0px, 120%);
}
.hero__content .hero__button {
  overflow: hidden;
  height: 48px;
  position: relative;
}
.hero__content .hero__button > div {
  position: absolute;
  transform: translate(0px, 120%);
}
.hero__content .hero__button.animation > div {
  transform: translate(0px, 0);
}

.hero__learn-more {
  border: 0;
}
.hero__learn-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 0%;
  transition: width 1s ease-in-out;
}

.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.services__item {
  min-width: 420px;
  padding-left: 20px;
  padding-right: 64px;
  border-left: 1px solid #000;
}
.services__item-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.services__item-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}

.title-h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
}
.title-h2.services__title {
  margin-bottom: 52px;
}
.title-h2.ai-features__title {
  margin-bottom: 72px;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
}

.title-h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
}

.gallery__tab, .gallery__img {
  max-height: 558px;
}
.gallery-item__description {
  max-width: 420px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.experience-card__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
}
.experience-card__description {
  margin-top: 8px;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.experience-card__title--large {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  text-align: left;
}
.experience-card__points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.ai-card__subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.investment-item__description {
  margin-top: 8px;
  margin-bottom: 18px;
  color: rgba(29, 29, 31, 0.4);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.investment-item__category {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
}

.investment-item {
  flex: 0 357px;
}

.applications-links__item {
  margin-bottom: 0px;
  height: 64px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.applications-links__item .txt-gray {
  margin-left: 6px;
}

.mentions-item__link {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  grid-column-gap: 4px;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.partners__description {
  max-width: 480px;
  margin: 16px auto 56px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.subscription__description {
  max-width: 480px;
  margin-top: 16px;
  margin-bottom: 30px;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
.subscription__content {
  padding-top: 195px;
  padding-bottom: 210px;
  padding-left: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #F7F8FA;
  position: relative;
  color: #000;
}
.subscription .next-section {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 32px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.subscription .next-section img {
  margin-right: 7px;
}

.mentions-item__source {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.mentions-item__title {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.applications__description {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.applications__img-mobile-box {
  display: none;
}
.applications__img {
  width: 720px;
  background: #F7F8FA;
  height: 800px;
}
.applications__img img {
  height: 540px;
  position: absolute;
  left: 120px;
  top: 130px;
  max-width: none;
}

.ai-card {
  transition: all 0.3s linear;
  -webkit-box-flex: 0;
  -webkit-flex: 0 373px;
  -ms-flex: 0 373px;
  flex: 0 373px;
  background-color: #000;
  height: 481px;
}

.experience-cards {
  height: 1201px;
}

.investments {
  margin-bottom: 128px;
}
.investments h2 {
  margin-top: 128px;
}

.applications-links__link {
  display: flex;
  align-items: center;
  line-height: 25px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  background: transparent;
}
.applications-links__link img {
  margin-left: 4px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #86a3d1;
  background-color: #fff;
}

.loader-hide {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.loader-hide .loader__top-h {
  transition: all 0.3s ease-in-out;
  transform: translate(0px, 90px);
}
.loader-hide .loader__percent > div {
  transition: all 0.3s ease-in-out;
  transform: translate(0px, 150px);
}

.loader__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding-top: calc(41.4466px + 1.74757vw);
  padding-bottom: 33px;
  padding-left: 48px;
  padding-right: 48px;
}

.loader__top {
  width: 100%;
  overflow: hidden;
}

.loader__top-line {
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  margin-left: auto;
}

.percent-line {
  width: 0;
  height: 1px;
  background-color: #141414;
  background-color: #000;
}

.loader__top-h {
  font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 5.2083333333vw;
  line-height: 1em;
  margin-top: calc(33.08738px + 0.7767vw);
  line-height: 1.1em;
}

@media (max-width: 1060px) {
  .loader__top-h {
    font-size: 52px;
  }
}
.loader__top-h .line, .loader__top-h .line-inner {
  display: inline-block;
}

.loader__top-h .line {
  overflow: hidden;
  line-height: 1.1em;
}

.loader__percent {
  align-self: flex-end;
  font-weight: 400;
  font-size: 5.2083333333vw;
  line-height: 1em;
  font-size: 10.4166666667vw;
  width: 30vw;
  text-align: right;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .loader__percent {
    font-size: 52px;
    font-size: 120px;
    width: 320px;
  }
}
.loader__percent .line, .loader__percent .line-inner {
  display: inline-block;
}

.loader__percent .line {
  overflow: hidden;
  line-height: 1em;
}

.success-form {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 257px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  justify-content: center;
}

.subscription__img {
  background-repeat: no-repeat;
}
