@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

html{
  font-size: 16px;
  height: 100%;
}


html, body {
  /*height: 100%;*/
}

body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: var(--font--normal);
  font-family: var(--font--mulish-regular);
  line-height: 1.5;
  color: var(--color--black);
  background: var(--color--gray);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}


a{
  text-decoration: none;
  color: var(--color--black);
  -webkit-transition: var(--transition--main);
  -o-transition: var(--transition--main);
  transition: var(--transition--main);
}

h1, .h1, h2, .h2, h3, .h3{
  font-family: var(--font--mulish-bold);
  line-height: 1.2;
}

h1, .h1, h2, .h2{
  padding-bottom: 80px;
  letter-spacing: -0.03em;
}

/*h2.gradient {
  display: inline-flex;
  background: linear-gradient(90deg, #F38478 0%, #5D6AE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


h2.gradient.type_blue {
  background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h2.gradient.type_red {
  background: linear-gradient(90deg, #5D6AE8 0%, #F38478 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}*/


.type_coral {
  background: linear-gradient(288deg, #5D6AE8 -66.16%, #F38478 87.71%);
}

.type_violet {
  background: linear-gradient(125deg, #F38478 -40.02%, #5D6AE8 79.23%);
}


h1, .h1{
  font-size: var(--font--large);
}

h2, .h2{
  font-size: var(--font--big);
}

h3, .h3{
  font-size: var(--font--medium-max);
}

h1.white, .h1.white {
  color: var(--color--white);
}


h2 {
  font-size: var(--font--imposible);
  color: #5D6AE8;
  letter-spacing: -1.68px;
  text-transform: uppercase; 
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wrap{
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.half{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index:4;
}

.half._start{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-stretch {
  align-items: stretch;
}

.half__item{
  position: relative;
  width: 50%;
}

.half__item.form__item {
  width: auto;
}

.flex-wrap {
  flex-wrap:  wrap;
}

.form__item_next {
  width:  100%;
  max-width:  calc(100% - 468px);
}

.half__item.d-flex {
  display: flex;
  justify-content: flex-end;
}

.half__item._left-pd{
  padding-left: 110px;
}

.one_fourth__item {
  position: relative;
  width: calc(25% - 10px);
}

.three_fourth__item {
  position: relative;
  width: calc(75% - 10px);
}

.one_third__item {
  position: relative;
  width: calc(33.33% - 10px);
}

.two_third__item {
  position: relative;
  width: calc(66.67% - 10px);
}

.half__item._right-pd{
  padding-right: 110px;
}

._end{
  -webkit-box-pack:right;
  -ms-flex-pack:right;
  justify-content:right;
}

.callback{
  display: block;
  width: 76px;
  height: 32px;
}

.desc{
  text-transform: uppercase;
  font-family: var(--font--mulish-bold);
  color: var(--color--blue);
  margin-bottom: 15px;
}

.text{
  margin-bottom: 20px;
}

.text-medium-min{
  font-size: var(--font--medium-min);
}

.text-medium{
  font-size: var(--font--medium);
}

.text-bold{
  font-family: var(--font--mulish-bold);
}

.text-center{
  text-align: center;
}

/*COLOR*/
._orange{
  color: var(--color--orange);
}

._blue-light{
  color: var(--color--bluelight);
}

._light{
  opacity:0.5;
}

._white{
  color: var(--color--white);
}

/*MODIFICATOR*/

.opacity{
  opacity:0.7;
}

._bot10{
  margin-bottom:10px;
}

._bot16{
  margin-bottom:16px;
}

._bot20{
  margin-bottom:20px;
}

._bot40{
  margin-bottom:40px;
}

._bot60{
  margin-bottom:60px;
}

._bot120{
  margin-bottom:120px;
}

._top160{
  margin-top:160px;
}

/*GRADIENT*/
.oval_blue{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d6ae8+0,5d6ae8+50,5d6ae8+100&0.3+0,0+50,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center,  ellipse,  rgba(93,106,232,0.3) 10%,rgba(93,106,232,0) 70%,rgba(93,106,232,0) 100%);
  background: radial-gradient(ellipse at center,  rgba(93,106,232,0.3) 10%,rgba(93,106,232,0) 70%,rgba(93,106,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5d6ae8', endColorstr='#005d6ae8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.oval_orange{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f38478+0,f38478+50,f38478+100&0.3+1,0+50,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center,  ellipse,  rgba(243,132,120,0.3) 0%,rgba(243,132,120,0.3) 1%,rgba(243,132,120,0) 70%,rgba(243,132,120,0) 100%);
  background: radial-gradient(ellipse at center,  rgba(243,132,120,0.3) 0%,rgba(243,132,120,0.3) 1%,rgba(243,132,120,0) 70%,rgba(243,132,120,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df38478', endColorstr='#00f38478',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media screen and (max-width: 1200px){
  .wrap{
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px){
  html{
    overflow-x: hidden;
  }

  .wrap{
    padding: 0 20px;
  }

  h2 br, .h2 br {
    display: none;
  }

  h2 {
    font-size: var(--font--big);
  }


  h1, .h1, h2, .h2 {
    padding-bottom: 35px;
  }

  .half__item.form__item,
  .form__item_next,
  .half__item{
    width: 100%;
  }

  .form__item_next {
    max-width: 100%;
  }

  .half__item._revert{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .half__item._left-pd{
    padding-left: 0;
  }

  .half__item._right-pd{
    padding-right: 0;
  }

  .callback._top{
    top: 20px;
  }

  .text-medium{
    font-size: var(--font--normal);
  }
  ._mt-media{
    margin-top: 50px;
  }

  ._bot120{
    margin-bottom: 80px;
  }

  ._bot60 {
    margin-bottom: 40px;
  }

  ._top160 {
    margin-top: 0;
  }

  .half__item.d-flex {
    justify-content: center;
  }
}


@-webkit-keyframes fadeInUp{
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,50px,0);
    transform:translate3d(0,50px,0)
  }
  to{
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
@keyframes fadeInUp{
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,50px,0);
    transform:translate3d(0,50px,0)
  }
  to{opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
.animate__fadeInUp{
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp;
}

.scrollmagic-pin-spacer {
  pointer-events: none;
}
.js-slideContainer {
  position: absolute;
}

@media (max-width: 992px) {
  .one_fourth__item,
  .three_fourth__item,
  .one_third__item,
  .two_third__item {
    width: 100%;
  }

}