@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

@font-face {
  font-family: "MyriadHebrew-Regular";
  src: url("../fonts/MyriadHebrew/MyriadHebrew-Regular/MyriadHebrew-Regular.eot");
  src: local("☺"), url("../fonts/MyriadHebrew/MyriadHebrew-Regular/MyriadHebrew-Regular.woff") format("woff"), url("../fonts/MyriadHebrew/MyriadHebrew-Regular/MyriadHebrew-Regular.ttf") format("truetype"), url("../fonts/MyriadHebrew/MyriadHebrew-Regular/MyriadHebrew-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadHebrew-Bold";
  src: url("../fonts/MyriadHebrew/MyriadHebrew-Bold/MyriadHebrew-Bold.eot");
  src: local("☺"), url("../fonts/MyriadHebrew/MyriadHebrew-Bold/MyriadHebrew-Bold.woff") format("woff"), url("../fonts/MyriadHebrew/MyriadHebrew-Bold/MyriadHebrew-Bold.ttf") format("truetype"), url("../fonts/MyriadHebrew/MyriadHebrew-Bold/MyriadHebrew-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #F7F8F9;
  position: relative;
  font-size: 16px;
  color: #5B636C;
  font-weight: 400;
  font-family: "MyriadHebrew-Regular", sans-serif;
  line-height: 1.5;
}

.o-scroll {
  overflow: hidden;
}

li,
ul {
  list-style: none;
}

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

a {
  color: #246F8F;
  transition: 0.2s linear;
}

p {
  margin-bottom: 20px;
}

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

em {
  font-style: italic;
}

input {
  -webkit-appearance: none;
}

svg path {
  transition: 0.2s linear;
}

img {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 30px;
}

.l-container {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MyriadHebrew-Bold", sans-serif;
  font-weight: 700;
  color: #292D32;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

h1 {
  font-size: 66px;
  margin-bottom: 40px;
}

h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

h4 {
  font-size: 31px;
  margin-bottom: 20px;
}

h5 {
  font-size: 24px;
  margin-bottom: 15px;
}

h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

::-webkit-input-placeholder {
  color: rgba(91, 99, 108, 0.6);
}

:-moz-placeholder {
  color: rgba(91, 99, 108, 0.6);
}

::-moz-placeholder {
  color: rgba(91, 99, 108, 0.6);
}

:-ms-input-placeholder {
  color: rgba(91, 99, 108, 0.6);
}

::-ms-input-placeholder {
  color: rgba(91, 99, 108, 0.6);
}

::placeholder {
  color: rgba(91, 99, 108, 0.6);
}

.has-scroll-smooth #js-scroll {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

html:not(.has-scroll-init) {
  overflow: hidden;
}

.c-scrollbar {
  width: 8px;
  position: fixed;
  z-index: 8000;
  right: 0;
  top: 0;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.2s linear;
  border-radius: 0;
  background-color: transparent;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c7c7c7;
  width: 4px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.o-scroll {
  overflow: hidden;
}

.has-scroll-init .page-grid {
  display: flex;
}

.page-grid {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  display: none;
  max-width: 1300px;
  padding: 0 50px;
  z-index: -1;
}
.page-grid__item {
  width: 25%;
  border-right: 1px solid #ECEFF7;
}
.page-grid__item:nth-child(1) {
  border-left: 1px solid #ECEFF7;
}

.main {
  padding-top: 30px;
}

.fade-in-bottom {
  position: relative;
  opacity: 0;
  bottom: -40px;
  transition: bottom 0.7s, opacity 0.7s;
  will-change: transform;
}

.top-section .fade-in-bottom,
.cooperation-section .fade-in-bottom,
.header .fade-in-bottom {
  bottom: -20px;
}

.fade-in-bottom.is-inview {
  bottom: 0;
  opacity: 1;
}

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

label {
  display: block;
  color: #246F8F;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
}

.section {
  margin: 120px 0;
}

.main-title {
  position: relative;
  will-change: transform;
}
.main-title:after {
  opacity: 0;
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -20px;
  left: -75px;
  background: radial-gradient(50% 50% at 50% 50%, #9A0680 0%, #9A0680 30.21%, rgba(154, 6, 128, 0.18) 82.81%, rgba(154, 6, 128, 0) 100%);
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.main-title.is-inview:after {
  opacity: 0.18;
}

.main-button {
  --border-radius: 11px;
  --border-width: 1px;
  padding: 0 39px;
  background: linear-gradient(164deg, #ac80f2 0%, #9ff0fd 100%);
  cursor: pointer;
  position: relative;
  border: none;
  outline: none;
  font-family: "MyriadHebrew-Bold", sans-serif;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 7px 13px rgba(108, 186, 255, 0.29);
  border-radius: var(--border-radius);
  filter: drop-shadow(0px 7px 13px rgba(108, 186, 255, 0.29));
}
.main-button:hover:before {
  opacity: 1;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.main-button:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: var(--border-width);
  right: var(--border-width);
  bottom: var(--border-width);
  left: var(--border-width);
  z-index: 10;
  background-image: linear-gradient(to right, #71BEE6, #5097D7, #71BEE6, #5097D7);
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: calc(var(--border-radius) - var(--border-width));
}
.main-button:after {
  content: "";
  display: block;
  position: absolute;
  top: var(--border-width);
  right: var(--border-width);
  bottom: var(--border-width);
  left: var(--border-width);
  border-radius: calc(var(--border-radius) - var(--border-width));
  background: radial-gradient(114.78% 318.13% at 100% 50%, #428FD5 0%, rgba(135, 190, 238, 0) 100%), radial-gradient(95.6% 346.28% at -1.68% 58.33%, #6CC7E3 0%, rgba(175, 218, 255, 0) 100%), #5097D7;
}
.main-button span {
  position: relative;
  z-index: 10;
  top: 2px;
}
.main-button_white {
  box-shadow: none;
  background: linear-gradient(126deg, rgba(172, 128, 242, 0.6) 0%, #9ff0fd 100%);
  filter: drop-shadow(0px 7px 13px rgba(108, 186, 255, 0.19));
}
.main-button_white:after {
  background: #fff;
}
.main-button_white span {
  color: #5097D7;
}
.main-button_white:hover:before {
  opacity: 0;
}
.main-button_white:hover {
  filter: drop-shadow(0px 7px 13px rgba(108, 186, 255, 0));
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 61px 0 20px;
}
.header__logo {
  display: flex;
  align-items: center;
}

.logo_main {
  width: 116px;
  height: 32px;
}
.logo_road {
  height: 30px;
  margin-right: 36px;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.custom-block {
  position: relative;
  max-width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
}
.custom-block__inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.custom-block__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
  border-radius: 20px;
}
.custom-block__inner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 157px;
  background-size: cover;
  border-radius: 20px;
}
.custom-block__container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 30px;
}

.top-section__bg {
  content: "";
  display: block;
  position: absolute;
  width: 2221px;
  height: 971px;
  left: -680px;
  top: -85px;
  z-index: 10;
  background-image: url(../img/top-section-decoration.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-section__inner {
  padding: 137px 0 160px;
}
.top-section__inner:before {
  bottom: 154px;
}
.top-section__inner:after {
  bottom: 15px;
  width: calc(100% - 15px);
  left: auto;
  right: 0;
  background-image: url(../img/top-section-bottom-svg.svg);
  background-position: top;
}
.top-section__flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 50;
  padding-bottom: 20px;
}
.top-section__title {
  margin-bottom: 30px;
}
.top-section__description {
  max-width: 431px;
  margin: 0;
  font-size: 20px;
}
.top-section__info {
  width: 42%;
}
.top-section__form {
  position: relative;
  z-index: 10;
  width: 51.5%;
  margin-top: -85px;
  padding-top: 40px;
}
.top-section__form.is-inview .top-section__form-inner {
  box-shadow: 0 0 70px rgba(152, 165, 180, 0.25);
}
.top-section__form.is-inview .top-section__form-inner:after {
  transform: translateZ(-1px) rotate(4deg);
}
.top-section__form-inner {
  position: relative;
  transform-style: preserve-3d;
  padding: 40px;
  z-index: 50;
  background: #fff;
  border-radius: 9px;
  transition: 0.4s linear;
  transition-delay: 0.2s;
  will-change: transform;
  isolation: isolate;
}
.top-section__form-inner:after {
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  position: absolute;
  border-radius: 9px;
  left: 48px;
  top: 25px;
  transform: translateZ(-1px) rotate(0deg);
  background-image: linear-gradient(223.87deg, #BC51F1 1.44%, #F7AA65 40.15%, #C65398 69.52%, #4A8CC7 103.56%);
  opacity: 0.6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.8s ease;
  z-index: -1;
  mix-blend-mode: lighten;
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  margin: 0 -10px;
}

.form-row .form-group {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.form-group label {
  margin-left: 18px;
}
.form-group input {
  font-family: "MyriadHebrew-Regular", sans-serif;
  padding: 0 18px;
  font-size: 16px;
  width: 100%;
  outline: none;
  border: 1px solid #246F8F;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 11px;
}
.form-group input:focus {
  border: 1px solid #8334ce;
}
.form-group_button {
  margin-top: 21px;
}
.form-group button {
  width: 100%;
}

.error-message {
  font-size: 14px;
  color: #f25353;
}

.main-form {
  margin-bottom: -15px;
}

.cite {
  position: absolute;
  bottom: -40px;
  left: 0;
  transform: translateY(100%);
  z-index: 10;
  width: 31%;
}
.cite__text {
  font-family: "MyriadHebrew-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 344px;
  margin-bottom: 20px;
}
.cite__text span {
  background: linear-gradient(90deg, #4692D6 0%, #826BE2 52.6%, #AC45EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cite__author {
  display: flex;
  align-items: center;
}
.cite__author-avatar {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 11px;
}
.cite__author-name {
  line-height: 1.34;
  color: #5B636C;
}
.cite__author-name small {
  display: block;
  font-size: 12px;
}

.cooperation-section {
  margin-top: 60px;
}

.cooperation {
  display: flex;
  justify-content: space-between;
}
.cooperation__item {
  width: 120px !important;
}
.cooperation__item img {
  width: 100%;
  height: 45px;
  object-fit: contain;
  margin: 0;
}

.advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -42px;
}
.advantages__item {
  width: 37.5%;
  margin-bottom: 42px;
}
.advantages__item:nth-child(3n),
.advantages__item:last-child {
  width: 25%;
}
.advantages__item .main-title {
  width: 124%;
  margin: 0;
}
.advantages__icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.advantages__icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #C65398;
  border-radius: 1px;
  width: 2px;
  height: 24px;
}
.advantages__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0;
}
.advantages__inner {
  max-width: 300px;
}
.advantages__title {
  line-height: 1.34;
  margin-bottom: 10px;
  color: #5B636C;
}
.advantages__description {
  margin: 0;
}

.about {
  overflow: hidden;
}
.about__inner {
  padding: 137px 0 50px;
  overflow: visible;
}
.about__inner:after {
  top: 0;
  left: 0;
  background-image: url(../img/about-section-top-svg.svg);
  background-position: top;
  border-radius: 20px;
  width: calc(100% - 15px);
}
.about__inner:before {
  border-top-left-radius: 0;
  height: calc(100% - 129px);
  bottom: 0;
}
.about__content {
  position: relative;
  z-index: 40;
}
.about__button {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 50;
  display: flex;
  justify-content: center;
  width: 35%;
}
.about__flex {
  display: flex;
  justify-content: space-between;
}
.about__col {
  width: 44%;
}
.about__col:nth-child(2) .about__image-inner:after {
  transform: translateZ(-1px) rotate(-2.5deg);
}
.about__col:nth-child(2) .about__image.is-inview .about__image-inner:after {
  transform: translateZ(-1px) rotate(6.5deg);
}
.about__image {
  width: 87%;
  margin-bottom: 92px;
}
.about__image:after {
  content: "";
  display: block;
  padding-top: 48%;
}
.about__image.is-inview .about__image-inner:after {
  transform: translateZ(-1px) rotate(-6.5deg);
}
.about__image-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
}
.about__image-inner:after {
  content: "";
  display: block;
  width: 82%;
  height: 104%;
  position: absolute;
  left: 19%;
  top: 1%;
  border-radius: 9px;
  transform: translateZ(-1px) rotate(2.5deg);
  transition: 1s ease;
  background: linear-gradient(223.87deg, #BC51F1 1.44%, #F7AA65 40.15%, #C65398 69.52%, #4A8CC7 103.56%);
  opacity: 0.6;
  z-index: -1;
}
.about__image-inner:before {
  top: 160px;
}
.about__image.is-inview img {
  filter: drop-shadow(0px 0px 61px rgba(152, 165, 180, 0.25));
}
.about__image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: transform;
  margin: 0;
  transition: 0.4s linear;
  transition-delay: 0.3s;
}

.about__title {
  margin-top: -95px;
  width: 55%;
  margin-bottom: 76px;
}
.about__title h2 {
  margin: 0;
}

.about-title {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.about-title__icon {
  margin-right: 15px;
  display: flex;
}
.about-title__text {
  font-family: "MyriadHebrew-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.34;
}

.about-info__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.about-info__item:last-child {
  margin-bottom: 0;
}
.about-info__icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  background: rgba(198, 83, 152, 0.7);
}
.about-info__icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/checked-icon.svg);
  background-position: center;
  background-size: contain;
}

.why__title {
  margin-bottom: 70px;
}
.why__flex {
  display: flex;
  justify-content: space-between;
}
.why__info {
  width: 335px;
}
.why__images {
  width: 798px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 10;
  margin-right: 20px;
}
.why__images:after {
  content: "";
  display: block;
  width: 746px;
  height: 734px;
  position: absolute;
  top: -124px;
  left: 50px;
  z-index: -1;
  background-image: url(../img/why-decoration.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.why__item {
  margin-bottom: 37px;
}
.why__item:last-child {
  margin-bottom: 0;
}
.why__item-title {
  margin-bottom: 20px;
  color: #5B636C;
}
.why__item-description {
  margin-bottom: 0;
  line-height: 1.34;
}

.why-image {
  width: 544px;
  height: 380px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}
.why-image.is-inview:nth-child(1) {
  transform: rotate(7deg);
}
.why-image.is-inview:nth-child(2) {
  transform: rotate(-9.6deg);
}
.why-image:nth-child(1) {
  margin-right: 16px;
  transform: rotate(-2deg);
  margin-top: -30px;
  z-index: 10;
}
.why-image:nth-child(2) {
  margin-right: 26px;
  transform: rotate(-5deg);
  margin-top: -207px;
}
.why-image:nth-child(2) .why-image__inner:after {
  content: "";
  display: block;
  width: 452px;
  height: 306px;
  border-radius: 9px;
  position: absolute;
  left: -33px;
  top: -124px;
  transform: translateZ(-1px) rotate(31.2deg);
  z-index: -1;
  background: linear-gradient(223.87deg, #BC51F1 1.44%, #F7AA65 40.15%, #C65398 69.52%, #4A8CC7 103.56%);
  opacity: 0.6;
  transition: 0.3s linear;
}
.why-image:nth-child(2) .why-image__inner:before {
  content: "";
  display: block;
  width: 452px;
  border-radius: 9px;
  position: absolute;
  z-index: -1;
  height: 280px;
  left: auto;
  right: -13px;
  top: 95px;
  transform: translateZ(-1px) rotate(22.8deg);
  background: linear-gradient(223.87deg, #BC51F1 1.44%, #F7AA65 40.15%, #C65398 69.52%, #4A8CC7 103.56%);
  opacity: 0.6;
  transition: 0.3s linear;
}
.why-image__inner {
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.why-image__inner img {
  position: relative;
  z-index: 15;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  will-change: transform;
}

.footer {
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer__flex {
  display: flex;
  align-items: center;
}
.footer__logo {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.footer__copy {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #5B636C;
  opacity: 0.4;
  font-size: 20px;
  line-height: 1.34;
}
.footer__social {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.footer__social-item {
  margin-right: 40px;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__social-item a {
  display: flex;
}
.footer__social-item a:hover svg path {
  fill: #4984b8;
}

.modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}
.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal.is-visible .modal__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal__overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 109, 140, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 9999;
}
.modal__content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 15vh auto 40px;
  max-width: 786px;
  background-color: #fff;
  padding: 65px 105px 54px;
  box-shadow: 0 0 72px rgba(152, 165, 180, 0.25);
  border-radius: 9px;
}
.modal__title {
  font-family: "MyriadHebrew-Bold", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin: auto auto 30px;
  text-align: center;
  color: #292D32;
  letter-spacing: -0.02em;
  max-width: 500px;
}
.modal__description {
  margin: auto auto 45px;
  font-size: 14px;
  text-align: center;
}
.modal__description span {
  color: #4A8CC7;
}
.modal__icon {
  width: 50px;
  height: 50px;
  margin: auto auto 30px;
}
.modal__icon img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.has-scroll-init .modal__icon img {
  display: block;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-failed .modal__description {
  max-width: 453px;
}

.disable-scroller {
  overflow: hidden;
}

.main-form .status_registration {
  padding: 10px 18px;
  margin-bottom: 0;
  border-radius: 10px;
}

.solution__block {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.solution__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution__wrapper {
  align-items: flex-end;
}
.solution__description {
  width: 50%;
  margin-top: 50px;
  max-width: 555px;
}
.solution__description-text {
  font-family: "MyriadHebrew-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5B636C;
  margin-bottom: 55px;
}
.solution__description-text p:not(:last-child) {
  margin-bottom: 30px;
}
.solution__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
}

.solution__title .about-title {
  margin-bottom: 20px;
}

.solution__wrapper .solution__slide {
  height: auto;
}

.slide-solution__wrapper {
  width: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-width: 1px;
  border-radius: 9px;
}
.slide-solution__wrapper::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(30deg, #BC51F1, #F7AA65, #C65398, #4A8CC7);
  border-radius: 10px;
  z-index: 1;
}
.slide-solution__inner {
  padding: 40px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 9px;
  background-color: #fff;
}
.slide-solution__text {
  font-family: "MyriadHebrew-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #292D32;
}
.slide-solution__text p {
  margin-bottom: 0;
}

.solution__button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.solution__button-prev {
  background: linear-gradient(#F7F8F9, #F7F8F9) padding-box, linear-gradient(90deg, #2788DE 0%, #8675F3 50%, #C65398 100%) border-box;
  position: relative;
  transition: all 0.3s ease 0s;
}
.solution__button-prev::before {
  content: "";
  background: url(../img/arrow-prev.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .solution__button-prev:hover::before {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  .solution__button-prev:active::before {
    transform: translateX(0);
  }
}
.solution__button-next {
  background: linear-gradient(#F7F8F9, #F7F8F9) padding-box, linear-gradient(90deg, #C65398 0%, #8675F3 50%, #2788DE 100%) border-box;
  position: relative;
  transition: all 0.3s ease 0s;
}
.solution__button-next::before {
  content: "";
  background: url(../img/arrow-next.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .solution__button-next:hover::before {
    transform: translateX(3px);
    opacity: 0.8;
  }
  .solution__button-next:active::before {
    transform: translateX(0);
  }
}

.section-description {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  color: #292D32;
  max-width: 528px;
}

.challenge {
  overflow: hidden;
}
.challenge__inner {
  padding: 93px 0 100px;
  overflow: visible;
}
.challenge__inner:after {
  top: 0;
  left: 0;
  background-image: url(../img/about-section-top-svg.svg);
  background-position: top;
  border-radius: 20px;
  width: calc(100% - 15px);
}
.challenge__inner:before {
  border-top-left-radius: 0;
  height: calc(100% - 129px);
  bottom: 0;
}
.challenge__container {
  overflow: hidden;
  padding-bottom: 38px;
  margin-bottom: -38px;
}
.challenge__content {
  position: relative;
  z-index: 40;
}
.challenge__button {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 50;
  display: flex;
  justify-content: center;
  width: 35%;
}
.challenge__flex {
  display: flex;
  justify-content: space-between;
}
.challenge__col {
  position: relative;
}
.challenge__col .section-description {
  max-width: 500px;
}
.challenge__col .about-title {
  margin-bottom: 20px;
}
.challenge__col:nth-child(1) {
  width: 528px;
}
.challenge__col:nth-child(2) {
  width: 525px;
}
.challenge .challenge-cite {
  position: relative;
  transform: none;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  margin-top: 77px;
  margin-left: -20px;
  margin-bottom: 50px;
  transform-style: preserve-3d;
  isolation: isolate;
}
.challenge .challenge-cite.is-inview:before {
  transform: translateZ(-1px) rotate(6.5deg);
}
.challenge .challenge-cite:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background: linear-gradient(223.87deg, #BC51F1 1.44%, #F7AA65 40.15%, #C65398 69.52%, #4A8CC7 103.56%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  opacity: 0.6;
  border-radius: 9px;
  transform: translateZ(-1px);
  z-index: -1;
  mix-blend-mode: lighten;
}
.challenge .challenge-cite:before {
  content: "";
  display: block;
  width: 93%;
  height: 105%;
  position: absolute;
  left: 11%;
  top: 1%;
  border-radius: 9px;
  transition: 1s ease;
  background: linear-gradient(223.87deg, #BC51F1 1.44%, #F7AA65 40.15%, #C65398 69.52%, #4A8CC7 103.56%);
  opacity: 0.6;
  transform: translateZ(-1px) rotate(0deg);
  z-index: -1;
  mix-blend-mode: lighten;
}
.challenge .challenge-cite__text {
  font-weight: 700;
  font-size: 24px;
  font-family: "MyriadHebrew-Bold", sans-serif;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #292D32;
}
.challenge .challenge-cite__text span {
  background: linear-gradient(90deg, #4692D6 0%, #826BE2 52.6%, #AC45EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.challenge .challenge-bg {
  position: absolute;
  top: -13px;
  left: -38px;
  background-image: url("../img/challenge-bg.png");
  width: 543px;
  height: 370px;
}

.main-text p {
  margin-bottom: 15px;
}
.main-text p:last-child {
  margin-bottom: 0;
}

.read-more-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.read-more-btn.is-open svg {
  transform: rotate(180deg);
}
.read-more-btn span {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "MyriadHebrew-Regular", sans-serif;
  background: linear-gradient(92.69deg, #C65398 0%, #8675F3 52.6%, #2788DE 100%), #D787B7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.read-more-btn svg {
  margin-left: 5px;
}

.challenge-text-keep {
  visibility: hidden;
  height: 0;
  max-height: 154px;
}

.challenge .j-toggled-text {
  position: relative;
  overflow: hidden;
  max-height: 154px;
}

.j-toggled-text.is-open:after {
  display: none;
}

.j-toggled-text {
  transition: 0.3s ease-in-out;
}
.j-toggled-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 135px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7882352941) 25.21%, rgba(91, 99, 108, 0) 113.64%);
}

.top-section__form fieldset.form-columns-1 {
  width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
}

.top-section__form fieldset.form-columns-1:last-of-type {
  margin-left: 8px;
}

input, select {
  color: #5B636C;
}

input:focus, select:focus {
  border: 1px solid #8334ce;
}

.hs_yard_management___others.hs-yard_management___others.hs-fieldtype-text.field.hs-form-field {
  width: calc(200% + 8px);
  margin-left: calc(-100% - 8px);
}

.top-section__form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

.input-error {
  border: 1px solid red !important;
}

.status-reg-success {
  border: 1px solid green !important;
  margin-left: 10px;
  padding: 10px;
}

.status-reg-error {
  border: 1px solid red !important;
  margin-left: 10px;
  padding: 10px;
}

form {
  position: relative;
  transform-style: preserve-3d;
  background: #fff;
  border-radius: 9px;
  transition: 0.4s linear;
  transition-delay: 0.2s;
  will-change: transform;
  z-index: 10;
}

form input, form select {
  font-family: "MyriadHebrew-Regular", sans-serif;
  padding: 0 18px;
  font-size: 16px;
  width: 100%;
  outline: none;
  border: 1px solid #246F8F;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 11px;
}

form .hs-form-field label.hs-error-msg {
  font-size: 14px;
  color: #f25353;
  margin-left: 0;
  margin-top: 8px;
}

form .hs-form-field label {
  margin-left: 18px;
}

label {
  display: block;
  color: #246F8F;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
}

form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

form .hs-form-field {
  margin-bottom: 15px;
}

form fieldset {
  max-width: none !important;
}

form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

form .actions .hs-button.primary {
  cursor: pointer;
  background: radial-gradient(114.78% 318.13% at 100% 50%, #428FD5 0%, rgba(135, 190, 238, 0) 100%), radial-gradient(95.6% 346.28% at -1.68% 58.33%, #6CC7E3 0%, rgba(175, 218, 255, 0) 100%), #5097D7;
  font-family: "MyriadHebrew-Bold", sans-serif;
  color: #fff;
  border: none;
  width: auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 32px;
  margin: 10px 0 0;
}

form .hs_error_rollup .hs-main-font-element {
  font-size: 14px;
  color: #f25353;
  margin-left: 0;
  margin-top: 8px;
}

@media screen and (max-width: 1400px) {
  .top-section__bg {
    left: auto;
    right: -17%;
  }
  .top-section__form-inner:after {
    left: 35px;
    top: 18px;
  }
  .main {
    padding-top: 20px;
  }
  .footer {
    padding-bottom: 20px;
  }
}
.main-text p {
  margin-bottom: 15px;
}
.main-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1320px) {
  .top-section__description {
    font-size: 18px;
  }
  .top-section__titl {
    font-size: 63px;
  }
}
@media screen and (max-width: 1250px) {
  .challenge .challenge-bg {
    left: 0;
  }
  .challenge__col:nth-child(1) {
    width: 43%;
  }
  .challenge__col:nth-child(2) {
    width: 47%;
  }
  .challenge .challenge-cite__text {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .challenge .challenge-cite {
    padding: 35px;
  }
}
@media screen and (max-width: 1270px) {
  .slide-solution__wrapper {
    width: 100%;
  }
  .solution__block {
    column-gap: 60px;
  }
  .top-section__bg {
    right: -34%;
  }
  .top-section__form {
    width: 53.5%;
  }
  .top-section__form-inner {
    padding: 35px;
  }
  .cite {
    width: 370px;
  }
  .top-section__inner:after {
    background-position: -120px 0;
  }
  .top-section__title {
    font-size: 54px;
  }
  .main-title {
    font-size: 34px;
  }
  h5 {
    font-size: 22px;
  }
  .why__images {
    margin-right: -70px;
  }
  .why__item-title {
    margin-bottom: 18px;
  }
  .about__image {
    margin-bottom: 80px;
  }
  .why-image:nth-child(2) .why-image__inner:after {
    left: 24px;
    top: -150px;
    transform: translateZ(-1px) rotate(49.2deg);
  }
  .why-image:nth-child(2) .why-image__inner:before {
    right: 23px;
    top: 78px;
    transform: translateZ(-1px) rotate(72.8deg);
  }
  .modal__title {
    font-size: 34px;
    max-width: 425px;
    margin: auto auto 20px;
  }
}
@media screen and (max-width: 1100px) {
  .why__images {
    margin-right: -150px;
  }
  .about__button {
    width: 28%;
  }
  .challenge__button {
    width: 28%;
  }
}
@media screen and (max-width: 1023px) {
  .top-section__bg {
    right: -42%;
    top: -100px;
  }
  .form-title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 990px) {
  .header {
    padding: 50px 0 20px;
  }
  .top-section__form-inner {
    padding: 40px;
  }
  .form-title {
    margin-bottom: 30px;
  }
  .top-section__flex {
    flex-direction: column;
    padding-bottom: 120px;
  }
  .top-section__info {
    width: 100%;
  }
  .top-section__form {
    width: 90%;
    left: 2.5%;
    margin-top: -40px;
  }
  .top-section__form-inner:after {
    left: 50px;
    top: 25px;
  }
  .top-section__description {
    margin-bottom: 67px;
  }
  .advantages__item {
    width: 50%;
  }
  .advantages__item:nth-child(3n),
  .advantages__item:last-child {
    width: 50%;
  }
  .cite {
    bottom: -30px;
  }
  .top-section__inner:after {
    bottom: 32px;
    height: 142px;
    background-position: -95px 0;
  }
  .l-container, .page-grid {
    padding: 0 40px;
  }
  .custom-block__container {
    padding: 0 20px;
  }
  .about__button {
    width: 30%;
    justify-content: flex-end;
    right: 20px;
  }
  .about__inner:after {
    background-position: -320px 0;
  }
  .why__images {
    margin-right: -220px;
  }
  .top-section__description {
    font-size: 20px;
  }
  .advantages__item .main-title {
    width: 100%;
  }
  .cooperation {
    flex-wrap: wrap;
    gap: 30px 150px;
  }
  .top-section__bg {
    right: -52%;
    top: 440px;
    transform: rotate(-36deg);
  }
  .solution__description {
    max-width: none;
  }
  .solution__block {
    flex-direction: column;
    align-items: center;
  }
  .solution__content {
    width: 100%;
    max-width: 992px;
  }
  .solution__actions {
    justify-content: flex-end;
  }
  .solution__description {
    width: 100%;
    max-width: 992px;
    margin-top: 30px;
  }
  .slide-solution__wrapper {
    width: 100%;
  }
  .challenge__inner:after {
    background-position: -320px 0;
  }
  .challenge__button {
    width: 30%;
    justify-content: flex-end;
    right: 20px;
  }
  .solution__description-text {
    margin-bottom: 35px;
  }
  .solution__wrapper {
    align-items: inherit;
  }
  .slide-solution__wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  .why-image:nth-child(1) {
    margin-top: 0;
  }
  .about__inner:after {
    background-position: -380px 0;
  }
  .about__flex {
    flex-direction: column;
  }
  .about__col {
    width: 100%;
  }
  .about-title {
    margin-bottom: 72px;
  }
  .about__image {
    width: 97.5%;
    margin-bottom: 103px;
  }
  .about__col:nth-child(1) {
    margin-bottom: 80px;
  }
  .why__info {
    width: 280px;
    flex-shrink: 0;
  }
  .why__images {
    width: auto;
    flex: 1 auto;
    margin-right: -302px;
    transform: scale(1.1);
  }
  .why-image:nth-child(2) .why-image__inner:before {
    right: 147px;
    top: 47px;
  }
  .modal__content {
    max-width: 95%;
    padding: 60px 60px 50px;
  }
  .challenge-bg {
    display: none;
  }
  .challenge__flex {
    flex-direction: column;
  }
  .challenge__container {
    overflow: visible;
  }
  .challenge__col .challenge__col .about-title {
    margin-top: -43px;
  }
  .challenge__col:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
  .challenge__col:nth-child(2) {
    width: 90%;
    max-width: 525px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
    right: -12px;
  }
  .challenge__inner:after {
    background-position: -380px 0;
  }
  .challenge .challenge-cite {
    margin-top: 0;
  }
  .challenge .challenge-cite__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-section__inner:after {
    display: none;
  }
  .top-section__title {
    text-align: center;
  }
  .top-section__description {
    font-size: 16px;
    text-align: center;
    margin: auto auto 120px;
  }
  .form-row {
    flex-direction: column;
  }
  .form-row .form-group {
    width: 100%;
  }
  .form-title {
    margin-bottom: 40px;
  }
  .top-section__form {
    width: 100%;
    left: 0;
    margin-bottom: 90px;
  }
  .top-section__form.is-inview .top-section__form-inner:after {
    transform: translateZ(-1px) rotate(0deg);
    left: 0;
    right: 0;
    top: -30px;
    width: 76%;
    height: calc(100% + 60px);
    margin-left: auto;
    margin-right: auto;
    transition: none;
  }
  .top-section__form .top-section__form-inner:after {
    transform: translateZ(-1px) rotate(0);
  }
  .why__images {
    display: none;
  }
  .why__info {
    width: 100%;
  }
  .l-container, .page-grid {
    padding: 0 15px;
  }
  .page-grid__item {
    width: 33.333%;
  }
  .page-grid__item:last-child {
    display: none;
  }
  .cooperation {
    gap: 30px 90px;
  }
  .main-title {
    font-size: 40px;
  }
  .footer__flex {
    flex-wrap: wrap;
  }
  .footer__copy {
    font-size: 16px;
  }
  .footer__social-item {
    margin-right: 20px;
  }
  .footer__copy {
    order: 3;
    width: 100%;
    flex: auto;
    margin-top: 20px;
  }
  .footer__social {
    order: 2;
  }
  .footer__logo {
    order: 1;
  }
  .custom-block {
    padding: 0 5px;
  }
  .main {
    padding-top: 5px;
  }
  .header {
    padding: 16px 0 20px;
  }
  .custom-block__container {
    padding: 0 10px 25px;
  }
  .section {
    margin: 80px 0;
  }
  .top-section__inner {
    padding: 110px 0 0;
    background: #fff;
    border-radius: 20px;
  }
  .cite {
    width: 100%;
    position: static;
    margin-bottom: 60px;
    transform: translateY(0);
  }
  .top-section__flex {
    padding-bottom: 0;
  }
  .top-section__inner:before {
    display: none;
  }
  .about__col:nth-child(1) {
    margin-bottom: 60px;
  }
  .about__button {
    width: 100%;
    right: 10px;
    top: -15px;
  }
  .about {
    overflow: visible;
  }
  .about.custom-block {
    padding-top: 15px;
  }
  h2 {
    line-height: 1.02;
  }
  .about__title {
    margin-top: 50px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .about__inner {
    padding: 50px 0 50px;
  }
  .custom-block__inner:after {
    height: 50px;
  }
  .about__inner:before {
    height: calc(100% - 45px);
  }
  .about__inner:after {
    background-image: url(../img/about-section-top-svg-mob.svg);
    background-position: top;
  }
  .modal__title {
    font-size: 40px;
    max-width: 100%;
    line-height: 1.02;
    margin: auto auto 25px;
  }
  .modal__description {
    margin-bottom: 40px;
  }
  .challenge.custom-block {
    padding: 15px 5px;
  }
  .challenge__inner {
    padding: 50px 0 50px;
  }
  .challenge__inner:after {
    background-image: url(../img/about-section-top-svg-mob.svg);
    background-position: top;
  }
  .challenge__inner:before {
    height: calc(100% - 45px);
  }
  .challenge__button {
    width: 100%;
    right: 10px;
    top: -15px;
  }
  .challenge .about-title {
    margin-top: 0;
  }
  form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  }
  form::after {
    left: 6px;
  }
  .top-section__form fieldset.form-columns-1 {
    width: 100%;
  }
  .top-section__form fieldset.form-columns-1:last-of-type {
    margin-left: 0;
  }
  .hs_yard_management___others.hs-yard_management___others.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    margin-left: 0;
  }
  form .actions .hs-button.primary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form::after {
    left: 28px;
  }
}
@media screen and (max-width: 575px) {
  .top-section__title {
    font-size: 52px;
  }
  .cooperation-section {
    margin-top: 40px;
    margin-bottom: -30px;
  }
  .cooperation {
    flex-wrap: nowrap;
  }
  .cooperation__item {
    width: 100% !important;
  }
  .cooperation__item img {
    height: 74px;
  }
  .advantages {
    margin-bottom: 0;
  }
  .top-section__bg {
    right: -421px;
    top: 377px;
    transform: rotate(-42deg);
    width: 1783px;
    height: 951px;
  }
  .advantages__item .main-title {
    max-width: 400px;
  }
  .advantages__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .advantages__item:nth-child(3n),
  .advantages__item:last-child {
    width: 100%;
  }
  .advantages__item:last-child {
    margin-bottom: 0;
  }
  .cooperation {
    gap: 30px 0;
  }
  .advantages__item:nth-child(1) {
    margin-bottom: 40px;
  }
  .why__title {
    margin-bottom: 40px;
  }
  .footer__copy {
    font-size: 12px;
  }
  .about-title {
    margin-bottom: 55px;
  }
  .about__image {
    margin-bottom: 60px;
  }
  .modal__content {
    padding: 60px 20px 50px;
    margin: 10vh auto 40px;
  }
  .solution__actions {
    justify-content: center;
  }
  .solution__description-text {
    font-family: "MyriadHebrew-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #5B636C;
    margin-bottom: 35px;
  }
  .read-more-btn {
    margin-top: 20px;
  }
  .challenge .about-title {
    margin-top: 5px;
  }
  .challenge .challenge-cite.is-inview:before {
    transform: translateZ(-1px) rotate(4.5deg);
  }
  .challenge__col:nth-child(2) {
    width: 100%;
  }
  .challenge__inner {
    padding: 50px 0 30px;
  }
  .challenge .challenge-cite {
    width: calc(100% - 10px);
    margin-left: -5px;
  }
  .challenge .challenge-cite:before {
    width: 100%;
    height: 97%;
    left: 0;
    top: 2%;
  }
  .main-text p {
    line-height: 1.34;
  }
}
@media screen and (max-width: 360px) {
  .top-section__title {
    font-size: 47px;
  }
  .top-section__form-inner {
    padding: 30px;
  }
  .top-section__description {
    margin: auto auto 100px;
  }
  .main-title {
    font-size: 35px;
  }
}

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