@font-face {
  font-family: 'MagistralC';
  src: url("../fonts/MagistralC.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MagistralCBold';
  src: url("../fonts/MagistralC-Bold.otf");
  font-weight: bold;
  font-style: normal; }

body, * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  color: #111514; }

body {
  position: relative;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none; }

input:focus, textarea:focus, button:focus {
  outline: none; }

fieldset, input {
  border: none; }

section {
  position: relative; }
  section > * {
    z-index: 1;
    position: relative; }
  section > svg {
    z-index: 0; }

textarea {
  resize: none; }

.main {
  position: relative;
  background: #ffffff;
  overflow: hidden;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;}

.header {
  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;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 11;
  position: fixed;
  width: 100%;
  top: -55px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  padding: 40px 150px; }
  @media (max-width: 1330px) {
    .header {
      padding: 40px; } }
  @media (max-width: 700px) {
    .header {
      background: #eff1fd;
      padding: 25px; } }
  .header-logo {
    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; }
    @media (max-width: 700px) {
      .header-logo {
        margin: 0 auto; } }
    .header-logo img {
      height: 81px; }
    .header-logo span {
      font-size: 15px;
      font-family: 'MagistralCBold'; }
      @media screen and (min-width: 310px) {
        .header-logo span {
          font-size: 20px; } }
      @media screen and (min-width: 700px) {
        .header-logo span {
          font-size: 25px; } }
      @media screen and (min-width: 1370px) {
        .header-logo span {
          font-size: 30px; } }
      .header-logo span:nth-child(2) {
        color: #08aceb; }
      .header-logo span:nth-child(3) {
        color: #111514; }
  .header-menu {
    font-size: 0; }
    @media (max-width: 700px) {
      .header-menu {
        position: absolute;
        top: 50px;
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: 0;
        overflow: hidden; } }
    .header-menu a {
      font-size: 12px;
      color: #121021;
      padding: 0 20px;
      line-height: 40px;
      display: inline-block;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      position: relative; }
      @media screen and (min-width: 310px) {
        .header-menu a {
          font-size: 13px; } }
      @media screen and (min-width: 700px) {
        .header-menu a {
          font-size: 14px; } }
      @media screen and (min-width: 1370px) {
        .header-menu a {
          font-size: 15px; } }
      @media (max-width: 900px) {
        .header-menu a {
          padding: 0 15px; } }
      @media (max-width: 700px) {
        .header-menu a {
          display: block;
          text-align: center;
          margin: 0 auto;
          width: 150px; } }
      .header-menu a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #08aceb;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0; }
      @media (min-width: 700px) {
        .header-menu a:hover {
          color: #08aceb; }
          .header-menu a:hover:after {
            opacity: 1; } }
      @media (min-width: 700px) {
        .header-menu a.active {
          color: #08aceb; }
          .header-menu a.active:after {
            opacity: 1; } }
    .header-menu .signup {
      margin-left: 20px;
      background: #08aceb;
      color: #ffffff;
      border: 2px solid #08aceb;
      font-weight: 500;
      -webkit-box-shadow: 0px 5px 30px -10px rgba(18, 78, 247, 0.8);
              box-shadow: 0px 5px 30px -10px rgba(18, 78, 247, 0.8); }
      @media (min-width: 700px) {
        .header-menu .signup:hover {
          background: #ffffff;
          -webkit-box-shadow: 0px 5px 50px 0px rgba(18, 78, 247, 0.5);
                  box-shadow: 0px 5px 50px 0px rgba(18, 78, 247, 0.5); } }
      .header-menu .signup:after {
        display: none; }
      @media (max-width: 700px) {
        .header-menu .signup {
          margin: 0 auto 10px; } }
    .header-menu .login {
      margin-left: 20px;
      color: #08aceb;
      border: 2px solid #08aceb;
      font-weight: 500;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      @media (min-width: 700px) {
        .header-menu .login:hover {
          background: -webkit-gradient(linear, left top, right top, from(#E0EAFC), to(#E0EAFC));
          background: -webkit-linear-gradient(left, #E0EAFC, #E0EAFC);
          background: -o-linear-gradient(left, #E0EAFC, #E0EAFC);
          background: linear-gradient(to right, #E0EAFC, #E0EAFC); } }
      @media (max-width: 900px) {
        .header-menu .login {
          margin-left: 10px; } }
      .header-menu .login:after {
        display: none; }
      @media (max-width: 700px) {
        .header-menu .login {
          margin: 0 auto 10px; } }

.platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 0 60px;
  min-height: 65vh; }
  .platform.show .platform-title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
    .platform.show .platform-title span {
      font-family: 'MagistralCBold';
      color: #08aceb; }
  .platform.show .platform-description {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .platform.show .platform-btn-start {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1; }
  .platform.show .platform-btn-more {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1; }
  .platform.show .platform-img-background {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
  .platform.show .platform-img-platform {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  @media (max-width: 1330px) {
    .platform {
      padding: 0 0 0 20px; } }
  @media (max-width: 700px) {
    .platform {
      padding: 0 20px; } }
  .platform-text {
    width: 525px;
    padding: 100px 25px 55px 0; }
    @media (max-width: 1330px) {
      .platform-text {
        width: 50%; } }
    @media (max-width: 700px) {
      .platform-text {
        width: 100%;
        padding: 80px 0 0; } }
  .platform-title {
    font-family: 'MagistralCBold';
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media screen and (min-width: 310px) {
      .platform-title {
        font-size: 40px; } }
    @media screen and (min-width: 700px) {
      .platform-title {
        font-size: 60px; } }
    @media screen and (min-width: 1370px) {
      .platform-title {
        font-size: 72px; } }
  .platform-description {
    padding: 40px 0;
    font-weight: 500;
    color: #6d708d;
    line-height: 1.5;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media screen and (min-width: 310px) {
      .platform-description {
        font-size: 14px; } }
    @media screen and (min-width: 700px) {
      .platform-description {
        font-size: 16px; } }
    @media screen and (min-width: 1370px) {
      .platform-description {
        font-size: 18px; } }
  .platform-btn a {
    font-size: 12px;
    display: inline-block;
    padding: 0 35px; }
    @media screen and (min-width: 310px) {
      .platform-btn a {
        font-size: 13px; } }
    @media screen and (min-width: 700px) {
      .platform-btn a {
        font-size: 14px; } }
    @media screen and (min-width: 1370px) {
      .platform-btn a {
        font-size: 15px; } }
    @media (max-width: 900px) {
      .platform-btn a {
        padding: 0 20px; } }
  .platform-btn-start {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 35px;
    line-height: 60px;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f3537b), to(#fb5b44));
    background-image: -webkit-linear-gradient(left, #f3537b 0%, #fb5b44 100%);
    background-image: -o-linear-gradient(left, #f3537b 0%, #fb5b44 100%);
    background-image: linear-gradient(to right, #f3537b 0%, #fb5b44 100%);
    -webkit-box-shadow: 0px 5px 30px -10px rgba(243, 83, 122, 0.8);
            box-shadow: 0px 5px 30px -10px rgba(243, 83, 122, 0.8);
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media screen and (min-width: 310px) {
      .platform-btn-start {
        font-size: 13px; } }
    @media screen and (min-width: 700px) {
      .platform-btn-start {
        font-size: 14px; } }
    @media screen and (min-width: 1370px) {
      .platform-btn-start {
        font-size: 15px; } }
    @media (min-width: 700px) {
      .platform-btn-start:hover {
        background: -webkit-gradient(linear, left top, right top, from(#93291e), to(#ed213a));
        background: -webkit-linear-gradient(left, #93291e, #ed213a);
        background: -o-linear-gradient(left, #93291e, #ed213a);
        background: linear-gradient(to right, #93291e, #ed213a); } }
  .platform-btn-more {
    margin-left: 20px;
    color: #08aceb;
    border: 2px solid #08aceb;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 56px;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media (min-width: 700px) {
      .platform-btn-more:hover {
        background: -webkit-gradient(linear, left top, right top, from(#E0EAFC), to(#E0EAFC));
        background: -webkit-linear-gradient(left, #E0EAFC, #E0EAFC);
        background: -o-linear-gradient(left, #E0EAFC, #E0EAFC);
        background: linear-gradient(to right, #E0EAFC, #E0EAFC); } }
    @media (max-width: 900px) {
      .platform-btn-more {
        margin-left: 10px; } }
  .platform-img {
    width: 53%;
    position: relative; }
    @media (max-width: 1330px) {
      .platform-img {
        width: 50%; } }
    @media (max-width: 700px) {
      .platform-img {
        width: 100%;
        padding: 0; } }
    .platform-img-background {
      width: 100%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
    .platform-img-platform {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 70%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }

.scroll-block {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  height: 39px;
  margin: 65px auto 35px;
  z-index: 10; }
  @media (max-width: 700px) {
    .scroll-block {
      margin: 20px auto; } }

.scroll-mouse {
  width: 3px;
  padding: 5px 9px;
  height: 25px;
  border: 2px solid #08aceb;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.scroll-scroller {
  width: 3px;
  height: 10px;
  -webkit-border-radius: 25%;
          border-radius: 25%;
  background-color: #08aceb;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; } }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; } }

.ready .header {
  -webkit-transform: translateY(55px);
      -ms-transform: translateY(55px);
          transform: translateY(55px);
  opacity: 1; }
  .ready .header.white {
    background: #ffffff; }
    @media (max-width: 700px) {
      .ready .header.white {
        background: #eff1fd; } }

.push {
  padding: 80px 70px 50px;
  margin: 0 auto;
  max-width: 1330px;
  background: #08aceb;
  position: relative; }
  .push.mode {
    background: #b709b2; }
  .push.show .push-text-title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
  .push.show .push-text-description {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .push.show .push-img {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .push.show .platform-btn-start {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1; }
  @media (max-width: 1330px) {
    .push {
      padding: 80px 20px; } }
  @media (max-width: 700px) {
    .push {
      padding: 50px 20px 0; } }
  .push-text {
    width: -webkit-calc(50% - 70px);
    width: calc(50% - 70px); }
    @media (max-width: 700px) {
      .push-text {
        width: 100%; } }
    .push-text-title {
      font-size: 50px;
      text-transform: uppercase;
      font-family: 'MagistralCBold';
      color: #ffffff;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
      @media screen and (min-width: 310px) {
        .push-text-title {
          font-size: 40px; } }
      @media screen and (min-width: 700px) {
        .push-text-title {
          font-size: 80px; } }
      @media screen and (min-width: 1370px) {
        .push-text-title {
          font-size: 80px; } }
    .push-text-description {
      padding: 40px 0;
      font-weight: 500;
      color: #6d708d;
      line-height: 1.5;
      font-size: 12px;
      padding-top: 0;
      color: #ffffff;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
      @media screen and (min-width: 310px) {
        .push-text-description {
          font-size: 14px; } }
      @media screen and (min-width: 700px) {
        .push-text-description {
          font-size: 16px; } }
      @media screen and (min-width: 1370px) {
        .push-text-description {
          font-size: 18px; } }
  .push-img {
    position: absolute;
    bottom: 0;
    left: 75%;
    width: -webkit-calc(45% - 70px);
    width: calc(45% - 70px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-border-top-right-radius: 20px;
            border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
            border-top-left-radius: 20px;
    -webkit-box-shadow: 0px 0px 75px -10px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 75px -10px rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    @media (max-width: 700px) {
      .push-img {
        position: relative;
        bottom: -3px;
        left: 50%;
        width: 50%;
        min-width: 280px;
        margin-top: 50px; } }

.advantages {
  margin: 0 auto;
  max-width: 1330px;
  padding: 140px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .advantages.show .advantages-item:nth-child(1) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1; }
  .advantages.show .advantages-item:nth-child(2) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
  .advantages.show .advantages-item:nth-child(3) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .advantages.show .advantages-item:nth-child(4) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1; }
  .advantages.show .advantages-item:nth-child(5) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1; }
  @media (max-width: 1330px) {
    .advantages {
      padding: 80px 20px; } }
  @media (max-width: 700px) {
    .advantages {
      padding: 50px 20px 0; } }
  .advantages-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media (max-width: 1330px) {
      .advantages-item {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px); } }
    @media (max-width: 700px) {
      .advantages-item {
        width: 70%;
        margin: 0 auto 30px;
        text-align: center;
        min-width: 280px; } }
  .advantages .item-img {
    height: 90px; }
  .advantages .item-title {
    padding: 20px 0;
    font-size: 15px;
    font-family: 'MagistralCBold';
    color: #111514; }
    @media screen and (min-width: 310px) {
      .advantages .item-title {
        font-size: 20px; } }
    @media screen and (min-width: 700px) {
      .advantages .item-title {
        font-size: 25px; } }
    @media screen and (min-width: 1370px) {
      .advantages .item-title {
        font-size: 30px; } }
  .advantages .item-description {
    font-size: 12px;
    color: #6d708d;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (min-width: 310px) {
      .advantages .item-description {
        font-size: 13px; } }
    @media screen and (min-width: 700px) {
      .advantages .item-description {
        font-size: 14px; } }
    @media screen and (min-width: 1370px) {
      .advantages .item-description {
        font-size: 15px; } }

.important {
  margin: 0 auto;
  max-width: 1330px;
  padding: 120px 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .important.show .important-block:nth-child(1) .important-img {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
    @media (max-width: 700px) {
      .important.show .important-block:nth-child(1) .important-img {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .important.show .important-block:nth-child(1) .important-text-title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .important.show .important-block:nth-child(1) .important-text-description {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1; }
  .important.show .important-block:nth-child(2) .important-img {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1; }
    @media (max-width: 700px) {
      .important.show .important-block:nth-child(2) .important-img {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .important.show .important-block:nth-child(2) .important-text-title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 1.25s;
         -o-transition-delay: 1.25s;
            transition-delay: 1.25s;
    opacity: 1; }
  .important.show .important-block:nth-child(2) .important-text-description {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
    opacity: 1; }
  @media (max-width: 1330px) {
    .important {
      padding: 120px 20px 0px; } }
  @media (max-width: 700px) {
    .important {
      padding: 50px 20px 0px; } }
  .important-block {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 700px) {
      .important-block {
        width: 100%; }
        .important-block:first-child {
          margin-bottom: 50px; } }
  .important-img {
    width: 40%;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media (max-width: 700px) {
      .important-img {
        width: 50%;
        position: relative;
        left: 45%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .important-img img {
      width: 100%; }
  .important-text {
    width: 60%;
    padding: 0 10% 0 5%; }
    @media (max-width: 1330px) {
      .important-text {
        padding: 0 5%; } }
    @media (max-width: 700px) {
      .important-text {
        width: 100%; } }
    .important-text-title {
      font-size: 15px;
      color: #111514;
      padding: 30px 0 20px;
      font-family: 'MagistralCBold';
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
      @media screen and (min-width: 310px) {
        .important-text-title {
          font-size: 20px; } }
      @media screen and (min-width: 700px) {
        .important-text-title {
          font-size: 25px; } }
      @media screen and (min-width: 1370px) {
        .important-text-title {
          font-size: 30px; } }
    .important-text-description {
      font-size: 12px;
      color: #6d708d;
      font-weight: 500;
      line-height: 1.5;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
      @media screen and (min-width: 310px) {
        .important-text-description {
          font-size: 13px; } }
      @media screen and (min-width: 700px) {
        .important-text-description {
          font-size: 14px; } }
      @media screen and (min-width: 1370px) {
        .important-text-description {
          font-size: 15px; } }

.business {
  width: -webkit-calc(1330px + (100% - 1330px) / 2);
  width: calc(1330px + (100% - 1330px) / 2);
  background: #f0edfe;
  margin-bottom: 130px;
  margin-left: auto;
  padding: 30px 0 0px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .business.show .business-text-title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
  .business.show .business-text-description {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .business.show .business-img img:nth-child(1) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1; }
  .business.show .business-img img:nth-child(2) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
  .business.show .business-img img:nth-child(3) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .business.show .business-img img:nth-child(4) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1; }
  .business.show .business-img img:nth-child(5) {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1; }
  .business.show .platform-btn-start {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1; }
  @media (max-width: 1330px) {
    .business {
      width: 100%;
      padding: 50px 20px; } }
  @media (max-width: 700px) {
    .business {
      padding: 50px 20px 0;
      margin-bottom: 50px; } }
  .business-text {
    width: 470px;
    padding-right: 25px; }
    @media (max-width: 1330px) {
      .business-text {
        width: 50%; } }
    @media (max-width: 700px) {
      .business-text {
        width: 100%;
        padding-right: 0; } }
    .business-text-title {
      font-size: 24px;
      color: #111514;
      font-family: 'MagistralCBold';
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
      @media screen and (min-width: 310px) {
        .business-text-title {
          font-size: 32px; } }
      @media screen and (min-width: 700px) {
        .business-text-title {
          font-size: 40px; } }
      @media screen and (min-width: 1370px) {
        .business-text-title {
          font-size: 48px; } }
    .business-text-description {
      font-size: 12px;
      font-weight: 500;
      color: #6d708d;
      line-height: 1.5;
      padding: 40px 0;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
      @media screen and (min-width: 310px) {
        .business-text-description {
          font-size: 14px; } }
      @media screen and (min-width: 700px) {
        .business-text-description {
          font-size: 16px; } }
      @media screen and (min-width: 1370px) {
        .business-text-description {
          font-size: 18px; } }
  .business-img {
    position: relative;
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    max-width: 700px; }
    @media (max-width: 1330px) {
      .business-img {
        width: 50%; } }
    @media (max-width: 700px) {
      .business-img {
        width: 75%;
        min-width: 280px;
        margin: 0px auto 0; } }
    .business-img-main {
      width: 100%;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
    .business-img-item {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }

.start {
  padding: 115px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae11b4), to(#14a0e7));
  background-image: -webkit-linear-gradient(left, #ae11b4 0%, #14a0e7 100%);
  background-image: -o-linear-gradient(left, #ae11b4 0%, #14a0e7 100%);
  background-image: linear-gradient(to right, #ae11b4 0%, #14a0e7 100%); }
  .start.show .start-title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1; }
  .start.show .platform-btn-start {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }
  .start:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/start.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3; }
  .start-title {
    color: #ffffff;
    font-family: 'MagistralCBold';
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    @media screen and (min-width: 310px) {
      .start-title {
        font-size: 40px; } }
    @media screen and (min-width: 700px) {
      .start-title {
        font-size: 60px; } }
    @media screen and (min-width: 1370px) {
      .start-title {
        font-size: 72px; } }

.footer {
  position: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: -2; }
  @media (max-width: 1330px) {
    .footer {
      padding: 80px 20px; } }
  @media (max-width: 700px) {
    .footer {
      padding: 20px;
      text-align: center; } }
  .footer > div {
    width: 30%; }
    @media (max-width: 700px) {
      .footer > div {
        width: 100%;
        padding: 0; } }
    .footer > div.footer-question {
      width: 40%; }
      @media (max-width: 700px) {
        .footer > div.footer-question {
          width: 100%;
          padding: 0; } }
  .footer-logo {
    font-size: 0;
    margin-bottom: 25px; }
    .footer-logo span {
      font-size: 15px;
      font-family: 'MagistralCBold'; }
      @media screen and (min-width: 310px) {
        .footer-logo span {
          font-size: 20px; } }
      @media screen and (min-width: 700px) {
        .footer-logo span {
          font-size: 25px; } }
      @media screen and (min-width: 1370px) {
        .footer-logo span {
          font-size: 30px; } }
      .footer-logo span:nth-child(1) {
        color: #08aceb; }
      .footer-logo span:nth-child(2) {
        color: #111514; }
  .footer-description {
    color: #6d708d;
    font-size: 12px;
    line-height: 1.5; }
    @media screen and (min-width: 310px) {
      .footer-description {
        font-size: 13px; } }
    @media screen and (min-width: 700px) {
      .footer-description {
        font-size: 14px; } }
    @media screen and (min-width: 1370px) {
      .footer-description {
        font-size: 15px; } }
  .footer-menu {
    padding: 0 20% 0 10%; }
    .footer-menu a {
      display: block;
      font-size: 12px;
      padding: 20px 0; }
      @media screen and (min-width: 310px) {
        .footer-menu a {
          font-size: 13px; } }
      @media screen and (min-width: 700px) {
        .footer-menu a {
          font-size: 14px; } }
      @media screen and (min-width: 1370px) {
        .footer-menu a {
          font-size: 15px; } }
      @media (max-width: 700px) {
        .footer-menu a {
          display: inline-block;
          padding: 20px 10px; } }
  .footer-question-text {
    padding: 20px 0; }
  .footer-question-contact {
    display: inline-block;
    font-weight: 500;
    line-height: 60px;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    margin: 0;
    padding: 0 50px;
    color: #ffffff;
    background: #1c98e4;
    -webkit-box-shadow: 0px 5px 30px -10px rgba(18, 78, 247, 0.8);
            box-shadow: 0px 5px 30px -10px rgba(18, 78, 247, 0.8);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #1c98e4; }
    @media (min-width: 700px) {
      .footer-question-contact:hover {
        color: #08aceb;
        background: #ffffff;
        -webkit-box-shadow: 0px 5px 50px 0px rgba(18, 78, 247, 0.5);
                box-shadow: 0px 5px 50px 0px rgba(18, 78, 247, 0.5); } }
  .footer-copyright {

    width: 100%;
    font-size: 10px;
    color: #6d708d; }
    @media screen and (min-width: 310px) {
      .footer-copyright {
        font-size: 11px; } }
    @media screen and (min-width: 700px) {
      .footer-copyright {
        font-size: 12px; } }
    @media screen and (min-width: 1370px) {
      .footer-copyright {
        font-size: 13px; } }
    @media (max-width: 700px) {
      .footer-copyright {
        padding-top: 40px; } }

#nav-icon3 {
  display: none;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #08aceb;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon3 span:nth-child(1) {
      top: 0px; }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
      top: 9px; }
    #nav-icon3 span:nth-child(4) {
      top: 18px; }
  #nav-icon3.open + .header-menu {
    height: auto;
    left: 0px;
    background: #eff1fd;
    padding-bottom: 20px; }
  #nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%; }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%; }
  @media (max-width: 700px) {
    #nav-icon3 {
      display: block; } }

.shape1 {
  position: absolute;
  left: 0;
  top: 60%;
  width: 15%;
  height: auto; }
  .shape1 tspan {
    white-space: pre; }
  .shape1 .shp0 {
    fill: #b1b8f9; }
  .shape1 .shp1 {
    fill: #08aceb; }

.shape2 {
  position: absolute;
  right: -20%;
  top: 25%;
  width: 35%;
  height: auto; }
  .shape2 tspan {
    white-space: pre; }
  .shape2 .shp0 {
    fill: #08aceb; }
  .shape2 .shp1 {
    fill: #e0e2fc; }

.shape3 {
  position: absolute;
  left: -25%;
  top: -35%;
  width: 35%;
  height: auto; }
  .shape3 tspan {
    white-space: pre; }
  .shape3 .shp0 {
    fill: #08aceb; }
  .shape3 .shp1 {
    fill: #e0e2fc; }

.shape4 {
  position: absolute;
  left: -22%;
  top: -60%;
  width: 35%;
  height: auto; }
  .shape4 tspan {
    white-space: pre; }
  .shape4 .shp0 {
    fill: #08aceb; }

.shape5 {
  position: absolute;
  right: -25%;
  top: 0%;
  width: 35%;
  height: auto; }
  .shape5 tspan {
    white-space: pre; }
  .shape5 .shp0 {
    fill: #08aceb; }

.shape6 {
  position: absolute;
  left: -30%;
  top: 20%;
  width: 35%;
  height: auto; }
  .shape6 tspan {
    white-space: pre; }
  .shape6 .shp0 {
    fill: #08aceb; }

.shape7 {
  position: absolute;
  right: -15%;
  top: 20%;
  width: 20%;
  height: auto; }
  .shape7 tspan {
    white-space: pre; }
  .shape7 .shp0 {
    fill: #08aceb; }

.shape8 {
  position: absolute;
  left: -20%;
  top: 30%;
  width: 25%;
  height: auto; }
  .shape8 tspan {
    white-space: pre; }
  .shape8 .shp0 {
    fill: #08aceb; }

.shape9 {
  position: absolute;
  right: -20%;
  top: 25%;
  width: 25%;
  height: auto; }
  .shape9 tspan {
    white-space: pre; }
  .shape9 .shp0 {
    fill: #08aceb; }

.shape10 {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 15%;
  height: auto; }
  .shape10 tspan {
    white-space: pre; }
  .shape10 .shp0 {
    fill: #ffffff; }

.shape11 {
  position: absolute;
  right: 0;
  top: 40%;
  width: 30%;
  height: auto; }
  .shape11 tspan {
    white-space: pre; }
  .shape11 .shp0 {
    fill: #b1b8f9; }

.shape12 {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 30%;
  height: auto; }
  .shape12 tspan {
    white-space: pre; }
  .shape12 .shp0 {
    fill: #ffffff; }

.shape13 {
  position: absolute;
  left: -10%;
  top: 0%;
  width: 21%;
  height: auto; }
  .shape13 tspan {
    white-space: pre; }
  .shape13 .shp0 {
    fill: #b1b8f9; }

@media (max-width: 900px) {
  svg[class^=shape] {
    display: none; } }
option {
    font-weight: normal;
    display: none!important;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.wrap-contact100 {
    margin-right: 27rem;
  width: 1163px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 110px 130px 157px 148px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
  width: 310px;
  padding-top: 55px;
}

.contact100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  width: 390px;
}

.contact100-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 36px;
}

input.input100 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 50px;
}

input.input100[name="email"] {
  padding: 0 30px 0 54px;
}

textarea.input100 {
  min-height: 150px;
  border-radius: 25px;
  padding: 14px 30px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(132,106,221, 0.5);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #846add;
  padding-left: 22px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #846add;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact100-pic {
    width: 33.5%;
  }

  .contact100-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 110px 80px 157px 90px;
  }

  .contact100-pic {
    width: 35%;
  }

  .contact100-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 110px 80px 157px 80px;
  }

  .contact100-pic {
    display: none;
  }

  .contact100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 110px 15px 157px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

