@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.eot');
  src: url('../fonts/Ubuntu-Regular.woff') format('woff'),url('../fonts/Ubuntu-Regular.woff2') format('woff2'),url('../fonts/Ubuntu-Regular.ttf') format('truetype'),url('../fonts/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg'),url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-RegularItalic.eot');
  src: url('../fonts/Ubuntu-RegularItalic.woff') format('woff'),url('../fonts/Ubuntu-RegularItalic.woff2') format('woff2'),url('../fonts/Ubuntu-RegularItalic.ttf') format('truetype'),url('../fonts/Ubuntu-RegularItalic.svg#Ubuntu-RegularItalic') format('svg'),url('../fonts/Ubuntu-RegularItalic.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.eot');
  src: url('../fonts/Ubuntu-Medium.woff') format('woff'),url('../fonts/Ubuntu-Medium.woff2') format('woff2'),url('../fonts/Ubuntu-Medium.ttf') format('truetype'),url('../fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg'),url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-MediumItalic.eot');
  src: url('../fonts/Ubuntu-MediumItalic.woff') format('woff'),url('../fonts/Ubuntu-MediumItalic.woff2') format('woff2'),url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype'),url('../fonts/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic') format('svg'),url('../fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.eot');
  src: url('../fonts/Ubuntu-Bold.woff') format('woff'),url('../fonts/Ubuntu-Bold.woff2') format('woff2'),url('../fonts/Ubuntu-Bold.ttf') format('truetype'),url('../fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg'),url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-BoldItalic.eot');
  src: url('../fonts/Ubuntu-BoldItalic.woff') format('woff'),url('../fonts/Ubuntu-BoldItalic.woff2') format('woff2'),url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype'),url('../fonts/Ubuntu-BoldItalic.svg#Ubuntu-BoldItalic') format('svg'),url('../fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype');
  font-weight: 600;
  font-style: italic; }
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font: 16px "Ubuntu";
  font-weight: 400;
  color: #000; }

.vcenter > * {
  display: inline-block;
  vertical-align: middle; }

.hidden {
  display: none !important; }

.yellow {
  color: #ffd21e; }

.yellow-select {
  display: inline-block;
  background: #ffd21e;
  padding-left: 4px;
  padding-right: 4px; }

.regular {
  font-weight: 400; }

.small-btn {
  color: white;
  line-height: 40px;
  display: block;
  margin: 0 0 0 12px; }

/*--- HEADER ---*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 9;
  transition: background .5s ease-in-out, box-shadow .3s .2s ease-in-out; }
  header .header {
    border-bottom: 1px solid rgba(239, 243, 249, 0.15);
    padding: 23px 0; }
  header.menu-open .menu-hide {
    display: none !important; }
  header.fixed, header.menu-open {
    background: white;
    box-shadow: 0 10px 12px rgba(0, 46, 78, 0.56); }
    header.fixed .header, header.menu-open .header {
      border-bottom: none; }
    header.fixed .logo, header.menu-open .logo {
      color: black; }
      header.fixed .logo:hover, header.menu-open .logo:hover {
        color: black; }
    header.fixed .top-menu a, header.menu-open .top-menu a {
      color: black; }
    header.fixed .btn-header, header.menu-open .btn-header {
      color: black; }
    header.fixed .small-btn, header.menu-open .small-btn {
      color: black; }
    header.fixed .lk svg, header.menu-open .lk svg {
      fill: #78a1b2; }
    header.fixed .lk .btn-icon:hover svg .inner, header.fixed .lk .btn-icon.active svg .inner, header.menu-open .lk .btn-icon:hover svg .inner, header.menu-open .lk .btn-icon.active svg .inner {
      fill: #78a1b2;
      stroke: #78a1b2; }
    header.fixed .dropdown-menu, header.menu-open .dropdown-menu {
      background: #3c3c3c; }
      header.fixed .dropdown-menu .dropdown-item, header.menu-open .dropdown-menu .dropdown-item {
        color: white; }
        header.fixed .dropdown-menu .dropdown-item.active, header.fixed .dropdown-menu .dropdown-item:hover, header.fixed .dropdown-menu .dropdown-item:focus, header.menu-open .dropdown-menu .dropdown-item.active, header.menu-open .dropdown-menu .dropdown-item:hover, header.menu-open .dropdown-menu .dropdown-item:focus {
          color: #ffd21e;
          background: transparent; }
      header.fixed .dropdown-menu:after, header.menu-open .dropdown-menu:after {
        border-bottom-color: #3c3c3c; }

.logo {
  position: relative;
  margin-bottom: -6px;
  display: block;
  color: white;
  text-decoration: none;
  padding-top: 1px;
  transition: color .3s ease-in-out; }
  .logo:hover {
    color: white;
    text-decoration: none; }
  .logo > * {
    display: inline-block;
    vertical-align: top; }
  .logo img {
    margin-top: 2px; }
  .logo .logo-desc {
    position: relative;
    font-size: 14px;
    line-height: 15px;
    margin-left: 16px; }
    .logo .logo-desc span {
      display: block; }

.top-menu a {
  position: relative;
  color: white;
  font-size: 15px;
  padding: 0 24px;
  line-height: 44px;
  transition: color .3s ease-in-out; }
  .top-menu a:after {
    content: '';
    position: absolute;
    left: 24px;
    bottom: 6px;
    height: 2px;
    width: calc(100% - 48px);
    background: #ffd21e;
    display: none; }
  .top-menu a.active:after {
    display: block; }

.btn-header {
  color: white;
  background-color: transparent;
  border: 2px solid #ffcd1e;
  padding: 8px 32px; }
  .btn-header b {
    text-transform: uppercase; }

.btn-header:hover, .btn-header:focus, .btn-header.focus,
.btn-header.active, .show > .btn-header.dropdown-toggle {
  background: #ffcd1e;
  color: black;
  box-shadow: 0 9px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px); }

.btn-header:active {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); }

.lk {
  margin-left: 35px; }
  .lk svg {
    width: 44px;
    height: 44px;
    fill: white;
    transition: fill .3s ease-in-out; }
    .lk svg .inner {
      fill: transparent;
      stroke-width: 1;
      transition: fill .3s ease-in-out; }
  .lk .btn-icon {
    cursor: pointer; }
    .lk .btn-icon:hover svg .inner, .lk .btn-icon.active svg .inner {
      fill: white;
      stroke: white; }
  .lk .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px; }
    .lk .dropdown-item svg {
      width: 30px;
      height: 30px; }

.skew-y {
  transform: skewY(-12deg);
  transform-origin: top left; }

.gradient-line-1 {
  max-height: 704px;
  height: 50%;
  opacity: 0.1;
  background: -moz-linear-gradient(left, #04cfea 0%, #04cfea 60%, rgba(108, 227, 243, 0) 100%);
  background: -webkit-linear-gradient(left, #04cfea 0%, #04cfea 60%, rgba(108, 227, 243, 0) 100%);
  background: linear-gradient(to right, #04cfea 0%, #04cfea 60%, rgba(108, 227, 243, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04cfea', endColorstr='#006ce3f3',GradientType=1 ); }

.gradient-line-2 {
  max-height: 352px;
  height: 25%;
  opacity: 0.12;
  background: -moz-linear-gradient(left, #04cfea 0%, #04cfea 36%, rgba(4, 207, 234, 0) 100%);
  background: -webkit-linear-gradient(left, #04cfea 0%, #04cfea 36%, rgba(4, 207, 234, 0) 100%);
  background: linear-gradient(to right, #04cfea 0%, #04cfea 36%, rgba(4, 207, 234, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04cfea', endColorstr='#0004cfea',GradientType=1 ); }

.gradient-line-3 {
  bottom: auto;
  top: 100%;
  height: 100%;
  background: white; }

.circle {
  position: absolute; }

#main-screen {
  position: relative;
  overflow: hidden;
  padding-top: 167px;
  background: #0a4d9f;
  background: -moz-linear-gradient(-25deg, #0a4d9f 0%, #0a4d9f 20%, #04d2ec 100%);
  background: -webkit-linear-gradient(-25deg, #0a4d9f 0%, #0a4d9f 20%, #04d2ec 100%);
  background: linear-gradient(115deg, #0a4d9f 0%, #0a4d9f 20%, #04d2ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4d9f', endColorstr='#04d2ec',GradientType=1 ); }
  #main-screen .bg-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  #main-screen h1 {
    color: white;
    font-size: 60px;
    line-height: 70px;
    text-shadow: 0 5px 7px rgba(0, 0, 0, 0.44);
    margin-bottom: 21px; }
    #main-screen h1 .letter-anim {
      display: inline-block;
      min-height: 70px; }
      #main-screen h1 .letter-anim.hide-text {
        opacity: 0; }
  #main-screen .title-desc {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    border-bottom: 1px solid #5c7d8e;
    margin-bottom: 29px; }
  #main-screen .speach {
    margin-bottom: 56px; }
  #main-screen .left-long-line {
    margin-bottom: 56px; }
  #main-screen .btn-yellow {
    text-transform: none; }
    #main-screen .btn-yellow b {
      text-transform: uppercase; }

.cursor {
  position: relative; }
  .cursor:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -15px;
    height: 100%;
    width: 3px;
    background: rgba(255, 255, 255, 0.8);
    animation: cursor .3s ease-in-out infinite; }

.text-hidden {
  display: none; }
  .text-hidden.active {
    display: inline-block;
    animation: text-anim .6s ease-in-out; }

@keyframes text-anim {
  0%,100% {
    opacity: 1; }
  50% {
    opacity: .5; } }
@keyframes cursor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.speach {
  display: inline-block;
  position: relative;
  color: white;
  background: #003a62;
  border-radius: 24px;
  font-size: 15px;
  padding: 10px 24px 11px; }
  .speach:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 25px;
    border-left: 14px solid #003a62;
    border-top: 16px solid transparent; }

.left-long-line {
  color: white;
  font-size: 18px;
  padding-left: 0;
  font-weight: 500;
  list-style: none; }
  .left-long-line li {
    position: relative;
    padding: 5px 0; }
    .left-long-line li:after {
      content: '';
      position: absolute;
      right: 100%;
      top: 15px;
      margin-right: 36px;
      height: 2px;
      width: 140px;
      background: #7ea4b8; }

.yellow-speach {
  position: relative;
  font-size: 13px;
  padding: 9px 28px;
  background: #ffd21e;
  border-radius: 40px; }
  .yellow-speach:after, .yellow-speach:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffd21e; }
  .yellow-speach:before {
    width: 10px;
    height: 10px;
    left: 11px;
    top: 100%;
    margin-top: 5px; }
  .yellow-speach:after {
    width: 4px;
    height: 4px;
    left: 10px;
    top: 100%;
    margin-top: 22px; }

.circle {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.presentation {
  position: relative;
  width: 100%;
  perspective: 1000px; }
  .presentation .manipulator {
    position: absolute;
    right: -16px;
    bottom: 100%;
    margin-bottom: -24px;
    transform-origin: 130% -30% -110px; }
    .presentation .manipulator img {
      display: block; }
  .presentation .example-quiz {
    position: relative;
    float: right;
    margin-bottom: 60px; }
    .presentation .example-quiz .img-quiz {
      position: relative;
      right: -26px;
      height: 466px;
      transform-origin: 100% 50% -100px;
      transform: rotate3d(0, 1, 0, -16deg);
      box-shadow: 10px 10px 37px rgba(255, 255, 255, 0.4); }
      .presentation .example-quiz .img-quiz:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 5px;
        width: 100%;
        height: 100%;
        background: #6bb4cf;
        border-radius: 4px;
        box-shadow: 10px 10px 37px rgba(255, 255, 255, 0.4); }
      .presentation .example-quiz .img-quiz:after {
        content: '';
        position: absolute;
        top: 100%;
        margin-top: 45px;
        left: 1%;
        width: 98%;
        height: 0px;
        box-shadow: 0 0 15px 5px rgba(10, 77, 159, 0.4); }
      .presentation .example-quiz .img-quiz img {
        display: block;
        height: 100%; }
    .presentation .example-quiz .circle {
      top: 60%;
      left: 411px;
      transform: translate(-50%, -50%); }
      .presentation .example-quiz .circle.circle-1 {
        width: 808px;
        height: 808px;
        border: 3px solid rgba(220, 220, 220, 0.3); }
      .presentation .example-quiz .circle.circle-2 {
        width: 952px;
        height: 952px;
        border: 1px solid rgba(220, 220, 220, 0.3); }
      .presentation .example-quiz .circle.circle-3 {
        width: 1132px;
        height: 1132px;
        border: 1px solid rgba(220, 220, 220, 0.3); }
  .presentation .speaker {
    position: absolute;
    left: -36px;
    bottom: 0; }
    .presentation .speaker .yellow-speach {
      position: absolute;
      top: -26px;
      left: 100%;
      margin-left: -102px;
      white-space: nowrap; }

.question-client {
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 40px 88px 36px;
  background: #fdfdff;
  /*$blue_light;*/
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(0, 88, 162, 0.28);
  z-index: 1; }
  .question-client h2 {
    font-size: 32px;
    line-height: 35px; }
    .question-client h2 .regular {
      display: block;
      margin-bottom: 10px; }
  .question-client .img-box {
    float: right;
    position: relative;
    margin-right: -13px; }
    .question-client .img-box img {
      display: block; }
  .question-client .sub-text {
    margin-top: 50px;
    margin-left: 58px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500; }

.bg-vlines {
  background: transparent;
  background: -moz-linear-gradient(left, #d5ebf3 1px, transparent 1px);
  background: -webkit-linear-gradient(left, #d5ebf3 1px, transparent 1px);
  background: linear-gradient(to right, #d5ebf3 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 24.99% 100%; }

.work-steps {
  position: relative;
  /*padding-top: 166px;*/
  /*margin-top: -53px;*/
  padding-top: 152px;
  margin-top: -39px;
  color: #34586a; }
  .work-steps .before-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .work-steps h2 {
    position: relative;
    line-height: 45px;
    margin-bottom: 67px;
    z-index: 1; }
    .work-steps h2 .yellow-select {
      margin-top: 9px; }
  .work-steps .step-text .caption {
    position: relative;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 38px; }
    .work-steps .step-text .caption:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: 210px;
      height: 2px;
      background: #e0e0e0; }
  .work-steps .step-img-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .work-steps .step-img-bg img {
      display: block;
      max-width: 200%; }
    .work-steps .step-img-bg.step-img-bg-1 {
      left: -18px; }
    .work-steps .step-img-bg.step-img-bg-2 {
      left: auto;
      right: 70px; }
      .work-steps .step-img-bg.step-img-bg-2 img {
        float: right; }
    .work-steps .step-img-bg.step-img-bg-3 {
      left: -36px; }
    .work-steps .step-img-bg.step-img-bg-4 {
      left: auto;
      right: -67px; }
      .work-steps .step-img-bg.step-img-bg-4 img {
        float: right; }
  .work-steps .step-img {
    position: relative;
    text-align: center;
    padding: 12px 0 9px; }
    .work-steps .step-img img {
      display: inline-block;
      max-width: 100%; }
  .work-steps .number-step {
    position: relative;
    right: 20px;
    height: 345px; }
    .work-steps .number-step:after {
      content: url(/img/shadow.png);
      position: relative;
      z-index: 1;
      float: right; }
    .work-steps .number-step .svg {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      overflow: hidden; }
      .work-steps .number-step .svg svg {
        fill: transparent;
        stroke: #53b2cd;
        stroke-linejoin: round;
        stroke-width: 2px;
        fill-rule: evenodd; }
    .work-steps .number-step .number-icon-step {
      transition: transform .3s ease-in-out; }

.work-step {
  margin-bottom: 90px; }
  .work-step.rtl .number-step {
    right: 64px; }
  .work-step.hide .number-step {
    /*.number-icon-step {
    	transform: translateX(100%);
    }*/ }

ul.yellow-line {
  list-style: none;
  margin: 35px 0;
  padding: 0; }
  ul.yellow-line li {
    position: relative;
    margin: 20px 0;
    padding-left: 30px; }
    ul.yellow-line li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 7px;
      height: 2px;
      background: #ffd21e;
      width: 15px; }

#smile {
  position: relative;
  background: #fff9e1;
  background: -moz-linear-gradient(left, #fff9e1 0%, #ffe990 100%);
  background: -webkit-linear-gradient(left, #fff9e1 0%, #ffe990 100%);
  background: linear-gradient(to right, #fff9e1 0%, #ffe990 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e1', endColorstr='#ffe990',GradientType=1 );
  padding: 105px 0 119px; }
  #smile h2 {
    font-size: 60px;
    line-height: 83px;
    margin-bottom: 33px; }
    #smile h2 .fline {
      display: block; }
    #smile h2 .yellow-select {
      font-size: 80px;
      line-height: 61px;
      padding-bottom: 15px;
      margin-top: 6px; }
  #smile .text {
    font-size: 20px; }
  #smile .smile {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 54px; }
    #smile .smile p {
      margin: 18px 0; }
    #smile .smile img {
      display: block;
      margin-right: 36px; }

.img-slider {
  position: relative;
  height: 100%;
  z-index: 1; }
  .img-slider .img-box {
    position: absolute;
    left: -45px;
    bottom: -119px;
    opacity: 0;
    transform: translateX(-170px); }
    .img-slider .img-box.active {
      opacity: 1;
      transform: translateX(0px);
      transition: opacity .35s ease-in-out, transform .35s ease-in-out; }
    .img-slider .img-box.used {
      opacity: 0;
      transform: translateX(170px);
      transition: opacity .35s ease-in-out, transform .35s ease-in-out; }
    .img-slider .img-box img {
      display: block; }

#using {
  position: relative;
  padding: 110px 0 88px;
  overflow: hidden;
  color: white;
  background: #0a4d9f;
  background: -moz-linear-gradient(-47deg, #0a4d9f 0%, #0a51a1 15%, #0884be 75%, #0884be 100%);
  background: -webkit-linear-gradient(-47deg, #0a4d9f 0%, #0a51a1 15%, #0884be 75%, #0884be 100%);
  background: linear-gradient(137deg, #0a4d9f 0%, #0a51a1 15%, #0884be 75%, #0884be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4d9f', endColorstr='#0884be',GradientType=1 ); }
  #using:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/map-stars-using.png) center no-repeat; }
  #using .bg-effect {
    position: absolute;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    transform-origin: center; }
    #using .bg-effect.gradient-line-1 {
      top: 30%; }
    #using .bg-effect.gradient-line-2 {
      top: 72%; }
  #using h2 {
    position: relative;
    font-size: 60px;
    margin: 8px 0 42px; }
    #using h2:after {
      content: '';
      position: absolute;
      right: 100%;
      top: 40px;
      margin-right: 36px;
      height: 2px;
      width: 170px;
      background: #ffd21e; }
  #using .caption-list {
    font-weight: 600;
    font-size: 25px; }

.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 50px; }
  .check-list li {
    position: relative;
    padding-left: 40px;
    line-height: 1.25;
    margin: 18px 0; }
    .check-list li:after {
      content: '';
      position: absolute;
      left: 0;
      top: -1px;
      width: 24px;
      height: 24px;
      background: url(/img/check.svg) center no-repeat;
      background-size: 100%; }

#briefcases {
  position: relative;
  background: #e7eff4; }
  #briefcases .container {
    position: relative; }
  #briefcases .content {
    padding: 160px 0; }
  #briefcases .arrows {
    float: right; }

.field {
  white-space: nowrap; }
  .field .field-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    margin-right: 28px; }
  .field .select {
    display: inline-block;
    vertical-align: middle;
    width: 400px; }

.arrows {
  position: relative; }
  .arrows .arrow {
    margin-left: 10px; }

.arrow {
  display: inline-block;
  padding: 14px;
  background: white;
  border: 2px solid #bbcfe3;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out; }
  .arrow svg {
    display: block;
    width: 22px;
    fill: #0a4d9f; }
  .arrow.next svg {
    transform: rotate(180deg); }
  .arrow:hover, .arrow:focus, .arrow.active {
    border-color: white;
    box-shadow: 0 10px 18px rgba(121, 154, 178, 0.5); }
  .arrow:active {
    box-shadow: 0 5px 9px rgba(121, 154, 178, 0.5);
    transition: border-color .3s ease-in-out, box-shadow .15s ease-in-out; }

.slider-cases {
  position: relative;
  margin: 53px -18px 0;
  height: 555px; }
  .slider-cases.slick-initialized {
    height: auto; }
  .slider-cases .slick-slide {
    outline: none; }
  .slider-cases .slick-list {
    overflow: visible; }
  .slider-cases .case-block {
    position: relative;
    float: left;
    width: 492px;
    padding: 0 18px; }

.case {
  position: relative;
  border-radius: 8px;
  background: white;
  box-shadow: 0 15px 35px rgba(0, 88, 162, 0.28);
  padding: 50px; }
  .case .img-box {
    margin-bottom: 32px; }
    .case .img-box img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .case .sticker {
    position: absolute;
    top: 25px;
    left: -11px;
    font-size: 17px;
    font-weight: 600; }
    .case .sticker .big {
      font-size: 36px; }
  .case .name {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px; }
  .case .link {
    display: block;
    color: #7f7f7f;
    font-size: 17px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 57px; }
  .case .compare {
    font-size: 18px; }
    .case .compare div {
      color: #7f7f7f;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 9px; }
    .case .compare b {
      display: block; }
  .case .case-use {
    margin-top: 42px; }
  .case .wants {
    color: #254759;
    display: inline-block;
    font-size: 17px;
    padding: 15px 0;
    line-height: 24px;
    text-decoration: underline; }

#capabilities {
  position: relative;
  z-index: 1;
  background: #13608f;
  background: -moz-linear-gradient(45deg, #13608f 0%, #13608f 30%, #1e88b0 70%, #1e88b0 100%);
  background: -webkit-linear-gradient(45deg, #13608f 0%, #13608f 30%, #1e88b0 70%, #1e88b0 100%);
  background: linear-gradient(45deg, #13608f 0%, #13608f 30%, #1e88b0 70%, #1e88b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13608f', endColorstr='#1e88b0',GradientType=1 );
  color: white; }
  #capabilities:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/map-stars-capabilities.png) center no-repeat; }
  #capabilities .tab-list {
    z-index: 1; }
  #capabilities .bg-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: black;
    opacity: .1;
    font-size: 280px;
    font-weight: 600; }
  #capabilities .content {
    position: relative;
    padding: 83px 0 62px; }
    #capabilities .content:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1); }
  #capabilities h2 {
    font-size: 60px;
    margin-bottom: 44px; }
  #capabilities .tabs {
    margin-top: 100px; }

.tabs li {
  width: 100%;
  padding: 17px 0; }
.tabs .tab-link {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 85px;
  padding-right: 30px;
  border-left: 2px solid transparent;
  color: white;
  font-size: 18px;
  line-height: 19px;
  min-height: 68px;
  border-radius: 0 3px 3px 0;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out; }
  .tabs .tab-link:after {
    content: '';
    display: block;
    clear: both; }
  .tabs .tab-link svg {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 20px;
    height: 38px;
    fill: #ffd21e;
    transition: fill .3s ease-in-out; }
  .tabs .tab-link:hover, .tabs .tab-link.active, .tabs .tab-link:focus {
    color: black;
    background: white;
    border-color: #ffd21e;
    text-decoration: none;
    box-shadow: 0 23px 23px rgba(0, 58, 83, 0.35); }
    .tabs .tab-link:hover svg, .tabs .tab-link.active svg, .tabs .tab-link:focus svg {
      fill: black; }
  .tabs .tab-link:active {
    box-shadow: 0 12px 12px rgba(0, 58, 83, 0.35);
    transition: box-shadow .15s ease-in-out; }
  .tabs .tab-link span {
    display: table-cell;
    vertical-align: middle;
    height: 38px; }

.select-type {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 21px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
  .select-type .type-link {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 20px;
    transition: color .3s; }
    .select-type .type-link.active, .select-type .type-link:hover {
      color: #ffd21e;
      text-decoration: none; }
      .select-type .type-link.active:before, .select-type .type-link:hover:before {
        background: #ffd21e; }
    .select-type .type-link:before {
      content: attr(data-num);
      position: absolute;
      top: 0;
      left: -14px;
      border-radius: 50%;
      line-height: 25px;
      width: 25px;
      height: 25px;
      background: white;
      color: black;
      text-align: center;
      transition: background-color .3s; }

.img-box.shadow {
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.2); }

#three-types .img-box {
  position: relative;
  width: 112.5%;
  left: -6.25%;
  margin-bottom: -90px; }
  #three-types .img-box .img-type-select {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.right-tabs .caption {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 26px; }
  .right-tabs .caption.with-icon {
    padding: 4px 0 4px 56px; }
    .right-tabs .caption.with-icon svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: white;
      width: 32px; }

.select-colors {
  list-style: none;
  padding: 0;
  margin: 20px 0; }
  .select-colors li {
    margin-right: 44px; }
    .select-colors li:last-child {
      margin-right: 0; }
  .select-colors .color-link {
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid white;
    border-radius: 2px; }

#color-picker .img-box {
  position: relative;
  margin-top: 42px;
  margin-bottom: -90px; }
  #color-picker .img-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.big-block-icon {
  display: table;
  width: 100%;
  margin: 18px 0;
  background: #113e56;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500; }
  .big-block-icon:after {
    content: '';
    display: block;
    clear: both; }
  .big-block-icon > div {
    display: table-cell;
    vertical-align: middle; }
  .big-block-icon .img-box {
    position: relative;
    width: 125px;
    height: 125px; }
    .big-block-icon .img-box svg {
      position: absolute;
      fill: #ffd21e;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px; }
      .big-block-icon .img-box svg.smaller {
        margin-top: -19px;
        margin-left: -19px;
        transform: rotate3d(0, 1, 0, 180deg); }
  .big-block-icon .yellow-line {
    font-size: 16px;
    font-weight: 400;
    margin: 13px 0; }
    .big-block-icon .yellow-line li {
      margin: 8px 0;
      padding-right: 30px; }
  .big-block-icon .text {
    padding: 20px 0; }
    .big-block-icon .text > span {
      display: block;
      margin: 13px 0; }

.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #97c1d9;
  margin: 36px 0; }

[data-sticker] {
  position: relative; }
  [data-sticker]:after {
    content: attr(data-sticker);
    position: absolute;
    top: -12px;
    left: 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #13608f;
    border-radius: 20px;
    padding: 0 16px;
    background: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow: 0 3px 3px rgba(0, 39, 63, 0.3); }

.stickers {
  list-style: none;
  padding-left: 118px;
  line-height: 24px; }
  .stickers li {
    position: relative;
    margin: 20px 0; }
    .stickers li[data-sticker]:after {
      top: 0;
      left: -118px; }

#conditions .caption {
  margin-bottom: 33px; }

#motivation .caption img {
  display: block;
  margin-top: 14px; }
#motivation .img-box {
  position: relative;
  margin-bottom: -90px; }
  #motivation .img-box img {
    display: block;
    max-width: 100%; }
#motivation .discount-sticker {
  position: absolute;
  top: 24px;
  left: 34px;
  width: 158px; }

.block-icon {
  position: relative;
  display: table;
  width: 100%;
  height: 72px;
  background: white;
  border-radius: 4px;
  margin: 18px 0; }
  .block-icon div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .block-icon div img {
      display: inline-block;
      max-width: 100%; }
  .block-icon.disabled {
    background: #cce1f2; }

#integrations .block-icon:first-child {
  margin-top: 8px; }
#integrations .block-icon:last-child {
  margin-bottom: 0; }

#to-quiz {
  position: relative; }
  #to-quiz:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/map-stars-quiz.png) center no-repeat; }
  #to-quiz .content {
    padding: 150px 0; }
  #to-quiz h2 {
    margin-bottom: 48px; }
  #to-quiz .bottom {
    position: relative;
    text-align: center; }
    #to-quiz .bottom .btn {
      text-transform: uppercase; }
  #to-quiz .next-icon {
    position: absolute;
    top: 63px;
    left: 100%;
    margin-left: -21px; }

.next-icon {
  fill: none;
  stroke: #ffca1e;
  stroke-width: 2;
  width: 42px; }
  .next-icon .arrow-1 {
    opacity: .45; }
  .next-icon .arrow-2 {
    opacity: .6; }
  .next-icon .arrow-3 {
    opacity: .9; }

h2.blue-title {
  font-size: 40px;
  color: #34586a; }

.to-quiz-block {
  display: block;
  text-align: center;
  padding-bottom: 50px; }
  .to-quiz-block .top {
    padding: 0 22px;
    width: 205px;
    margin: 0 auto 18px; }
  .to-quiz-block .name {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px; }
  .to-quiz-block .img-box {
    position: relative;
    padding-top: 100%; }
    .to-quiz-block .img-box img, .to-quiz-block .img-box svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .to-quiz-block .img-box svg {
      width: 64px; }
  .to-quiz-block .svg-box {
    position: relative;
    height: 0; }
    .to-quiz-block .svg-box .bg-circle {
      position: absolute;
      width: 100%;
      padding-top: 100%; }
      .to-quiz-block .svg-box .bg-circle svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .to-quiz-block .svg-box .bg-circle svg circle {
          fill: none;
          stroke: #abe8f4;
          stroke-width: 2;
          stroke-dasharray: 500;
          stroke-dashoffset: 500;
          transition: stroke-dasharray .75s .3s ease-in-out, stroke-dashoffset .75s .3s ease-in-out; }
          .to-quiz-block .svg-box .bg-circle svg circle.type-2 {
            stroke-dasharray: 0,500;
            stroke-dashoffset: -150; }
          .to-quiz-block .svg-box .bg-circle svg circle.type-3 {
            stroke-dasharray: 0, 500;
            stroke-dashoffset: -270; }
          .to-quiz-block .svg-box .bg-circle svg circle.type-4 {
            stroke-dasharray: 0, 500;
            stroke-dashoffset: -428; }
        .to-quiz-block .svg-box .bg-circle svg path {
          fill: #abe8f4; }
  .to-quiz-block .next-icon path {
    transform-origin: center;
    transition: opacity .5s .8s ease-in-out, transform .5s .8s ease-in-out; }
  .to-quiz-block .next-icon .arrow-1 {
    opacity: 0; }
  .to-quiz-block .next-icon .arrow-2 {
    opacity: 0;
    transform: translateX(-12px) scale(0.4); }
  .to-quiz-block .next-icon .arrow-3 {
    opacity: 0;
    transform: translateX(-12px) scale(0.2); }
  .to-quiz-block.anim-to-show .svg-box .bg-circle svg circle {
    stroke-dasharray: 345;
    stroke-dashoffset: 0; }
    .to-quiz-block.anim-to-show .svg-box .bg-circle svg circle.type-2 {
      stroke-dasharray: 315;
      stroke-dashoffset: -150; }
    .to-quiz-block.anim-to-show .svg-box .bg-circle svg circle.type-3 {
      stroke-dasharray: 345, 90;
      stroke-dashoffset: -270; }
    .to-quiz-block.anim-to-show .svg-box .bg-circle svg circle.type-4 {
      stroke-dasharray: 345, 95;
      stroke-dashoffset: -428; }
  .to-quiz-block.anim-to-show .next-icon .arrow-1 {
    opacity: 1; }
  .to-quiz-block.anim-to-show .next-icon .arrow-2 {
    opacity: 1;
    transform: translateX(0%) scale(1); }
  .to-quiz-block.anim-to-show .next-icon .arrow-3 {
    opacity: 1;
    transform: translateX(0%) scale(1); }

#rates {
  position: relative;
  background: url(/img/rates-bg.jpg) center left no-repeat, #f3f7fa;
  padding: 155px 0 127px;
  /*.blue-list {
  	min-height: 174px;
  }*/ }
  #rates .head {
    margin-bottom: 68px; }
  #rates h2 {
    margin-bottom: 0; }
  #rates .text {
    margin-top: 4px;
    line-height: 20px; }

.rate-block {
  position: relative;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 7px rgba(185, 208, 225, 0.5);
  padding: 62px 40px 40px;
  margin-bottom: 36px;
  transition: box-shadow .3s ease-in-out; }
  .rate-block:hover, .rate-block.active {
    box-shadow: 0 18px 21px rgba(121, 154, 178, 0.5); }
  .rate-block[data-sticker]:after {
    font-weight: 500;
    letter-spacing: 0px;
    background: #319ae6;
    color: white;
    line-height: 32px;
    padding: 0 21px;
    top: -16px;
    left: 40px; }
  .rate-block .name {
    position: relative;
    font-size: 20px;
    color: #106bad;
    padding: 15px 0 26px;
    font-weight: 500; }
    .rate-block .name b {
      font-size: 24px; }
    .rate-block .name:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 66px;
      height: 2px;
      background: #ffd21e; }
  .rate-block .bottom {
    text-align: center; }
  .rate-block .btn {
    margin-top: 27px;
    min-width: 210px;
    padding: 14px 30px; }

.rate-type {
  display: inline-block;
  white-space: nowrap;
  line-height: 29px;
  font-weight: 500;
  padding: 0 20px; }
  .rate-type.test {
    background: #dbf0ff;
    color: #34586a; }
  .rate-type.order {
    background: #0084e4;
    color: white; }
  .rate-type.unlimit {
    background: #004c84;
    color: white; }

.blue-list {
  list-style: none;
  padding-left: 20px;
  margin: 24px 0;
  line-height: 18px; }
  .blue-list b {
    color: #106bad; }
  .blue-list li {
    position: relative;
    margin: 12px 0; }
    .blue-list li:after {
      content: '';
      position: absolute;
      top: 7px;
      left: -20px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #106bad; }

#no-time {
  background: #e6f5fb;
  padding: 42px 0; }
  #no-time h2 {
    margin: 0; }
  #no-time .text b {
    display: block;
    font-size: 25px;
    margin-bottom: 13px; }
  #no-time .btn-box {
    text-align: center; }
  #no-time .mob-btn-box {
    margin-top: 46px; }

#team {
  margin-top: 145px; }
  #team h2 {
    margin-bottom: 248px;
    font-size: 60px; }
  #team .quote {
    position: relative;
    font-size: 22px;
    line-height: 35px; }
    #team .quote:after {
      content: '\00AB';
      position: absolute;
      color: #96a9c0;
      line-height: 50px;
      font-size: 110px;
      font-weight: 400;
      top: -40px;
      left: 0;
      margin-left: -80px; }
  #team .founder-info {
    position: relative;
    color: white; }
    #team .founder-info .bg-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #0a4d9f;
      border-radius: 5px 0 0 5px; }
    #team .founder-info .bg-effect {
      position: absolute;
      left: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      max-height: none;
      transform-origin: center; }
      #team .founder-info .bg-effect.gradient-line-1 {
        top: 30%; }
      #team .founder-info .bg-effect.gradient-line-2 {
        top: 70%; }
    #team .founder-info .text {
      padding: 60px 0 22px; }
    #team .founder-info .name {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 16px; }
    #team .founder-info .prof {
      font-weight: 600;
      margin-bottom: 10px; }
  #team .founder-avatar img {
    position: absolute;
    bottom: 0;
    left: -17px;
    max-width: 100%; }

.founder {
  position: relative;
  background: #eff5fc;
  border-radius: 5px;
  box-shadow: 0 32px 46px rgba(0, 46, 78, 0.2);
  margin-bottom: 107px; }

.team-person {
  line-height: 20px;
  margin-bottom: 60px; }
  .team-person .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px; }
  .team-person .img-box {
    margin-right: 34px;
    border-radius: 50%;
    overflow: hidden;
    width: 176px; }
    .team-person .img-box img {
      display: block;
      width: 100%; }

#articles {
  margin-top: 100px;
  margin-bottom: 100px; }
  #articles .title {
    position: relative;
    text-align: center;
    margin-bottom: 66px; }
    #articles .title .arrow-link {
      position: absolute;
      right: 0;
      top: 17px; }

.arrow-link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  padding-right: 36px;
  color: #34586a;
  transition: color .3s ease-in-out; }
  .arrow-link:hover, .arrow-link.active {
    color: #76a9c4;
    text-decoration: none; }
  .arrow-link:before {
    content: '\2192';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    line-height: 8px;
    color: #ffd21e;
    font-weight: 600; }
  .arrow-link:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 36px);
    height: 1px;
    background: #bdc7cd; }

.article {
  background: #e6f5fb;
  border-radius: 6px;
  padding: 38px;
  margin-bottom: 36px;
  display: flex;
  color: inherit;
  text-decoration: none;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out; }
  .article:hover {
    text-decoration: none;
    color: inherit;
    background: #eff6f9;
    box-shadow: 0 15px 17px rgba(0, 59, 95, 0.2); }
  .article .img-box {
    overflow: hidden;
    margin-right: 46px; }
    .article .img-box img {
      display: block;
      max-width: 100%;
      width: 234px;
      border-radius: 4px; }
  .article .article-name {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    line-height: 23px;
    border-bottom: 1px solid #bfc5c7;
    margin: 29px 0 22px; }

.author {
  position: relative;
  padding: 6px 0 6px 71px; }
  .author img {
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0 6px 12px rgba(23, 143, 232, 0.25); }
  .author .name {
    font-weight: 600;
    color: #34586a;
    margin-bottom: 5px; }
  .author .prof {
    color: #8a9ea9; }

.tags .tag-name {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  background: white;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 10px; }

footer {
  margin-top: 144px;
  padding-top: 80px;
  padding-bottom: 100px;
  border-top: 2px solid #ffd21e;
  overflow: hidden; }
  footer .footer-logo {
    display: flex;
    color: inherit;
    line-height: 19px;
    margin-bottom: 42px; }
    footer .footer-logo:hover {
      text-decoration: none; }
    footer .footer-logo img {
      margin-right: 34px; }
  footer .list-cc {
    display: flex; }
    footer .list-cc a {
      margin-right: 14px; }
      footer .list-cc a svg {
        width: 32px;
        transition: fill .3s ease-in-out; }
      footer .list-cc a:hover svg {
        fill: #34586a; }
  footer .created-by {
    margin-top: 90px;
    display: inline-block; }
  footer .caption {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 18px; }
  footer .email {
    display: inline-block;
    color: inherit;
    border-bottom: 1px dashed #b2b2b2;
    margin-bottom: 10px; }
    footer .email:hover {
      text-decoration: none; }
  footer .phone {
    font-size: 30px;
    color: inherit;
    font-weight: bold;
    margin-bottom: 10px; }
    footer .phone:hover {
      text-decoration: none; }
  footer .space {
    display: block;
    margin-top: 38px;
    margin-bottom: 10px; }
  footer .right-info .caption {
    margin-bottom: 14px; }

.mb10 {
  margin-bottom: 10px; }

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-menu ul li {
    margin: 0 0 20px; }
    .footer-menu ul li a {
      display: inline-block;
      color: inherit;
      line-height: 17px;
      border-bottom: 1px solid #b2b2b2;
      transition: color .3s ease-in-out; }
      .footer-menu ul li a:hover, .footer-menu ul li a.active {
        text-decoration: none;
        color: #0959a6; }

.menu-button {
  width: 28px;
  padding: 9px 0 10px;
  cursor: pointer;
  margin-left: 30px; }
  .menu-button svg {
    display: block;
    width: 100%;
    fill: #ffd21e;
    transition: fill .3s ease-in-out; }
    .menu-button svg.active {
      fill: #616161; }

.mob-menu-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 0;
  background: white;
  z-index: 11;
  overflow: hidden;
  padding: 0 30px; }
  .mob-menu-box.open {
    display: block;
    transition: height .3s ease-in-out; }
  .mob-menu-box .row {
    padding: 10px 0 30px; }
  .mob-menu-box .menu-item {
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #34586a;
    margin: 30px 0; }
    .mob-menu-box .menu-item:hover, .mob-menu-box .menu-item.active {
      text-decoration: none; }
    .mob-menu-box .menu-item.small {
      font-size: 22px;
      font-weight: 500;
      margin: 29px 0;
      margin-left: 25px; }

.scroll-content {
  height: inherit;
  overflow-y: auto;
  overflow-x: hidden; }

#auth {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: white;
  background: #0a4d9f;
  background: -moz-linear-gradient(-47deg, #0a4d9f 0%, #0a51a1 15%, #0884be 75%, #0884be 100%);
  background: -webkit-linear-gradient(-47deg, #0a4d9f 0%, #0a51a1 15%, #0884be 75%, #0884be 100%);
  background: linear-gradient(137deg, #0a4d9f 0%, #0a51a1 15%, #0884be 75%, #0884be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4d9f', endColorstr='#0884be',GradientType=1 ); }
  #auth .bg-effect {
    position: absolute;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    transform-origin: center; }
    #auth .bg-effect.gradient-line-1 {
      top: 40%; }
    #auth .bg-effect.gradient-line-2 {
      top: 78%; }
  #auth .form-row {
    height: 100%;
    flex: 0 1 auto; }
  #auth .tab-content {
    width: 520px;
    /*height: 400px;*/ }

.auth-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.form-auth {
  position: relative;
  background: white;
  border-radius: 7px;
  color: #273247;
  width: 488px;
  padding: 47px 85px 56px;
  box-shadow: 0 9px 19px rgba(0, 0, 0, 0.26); }
  .form-auth h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 26px; }
  .form-auth .help {
    color: #566178;
    font-size: 14px; }
  .form-auth .help.warn {
    color: #f66;
    font-size: 15px; 
    font-weight: 500;}
  .form-auth label {
    font-size: 15px;
    font-weight: 500; }
  .form-auth .form-group {
    margin-bottom: 22px; }
  .form-auth button {
    margin-top: 24px;
    width: 100%; }
  .form-auth .form-control {
    border-color: #cbcbcb;
    height: calc(2.25rem + 8px);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.08); }
    .form-auth .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.btn-simple {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  background: #1c7dc4;
  background: -moz-linear-gradient(top, #1c7dc4 0%, #178fe8 100%);
  background: -webkit-linear-gradient(top, #1c7dc4 0%, #178fe8 100%);
  background: linear-gradient(to bottom, #1c7dc4 0%, #178fe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7dc4', endColorstr='#178fe8',GradientType=0 );
  border-radius: 4px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
  box-shadow: 0 4px 3px rgba(55, 64, 82, 0.17);
  cursor: pointer;
  transition: box-shadow .3s ease-in-out; }
  .btn-simple:hover, .btn-simple:focus {
    outline: none;
    box-shadow: 0 15px 16px rgba(55, 64, 82, 0.17); }
  .btn-simple:active {
    box-shadow: 0 8px 10px rgba(55, 64, 82, 0.17); }

.nav-auth {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 60px;
  margin-top: 14px;
  width: 194px; }
  .nav-auth li {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    padding: 29px 0; }
    .nav-auth li span {
      display: block;
      margin-top: 10px; }
    .nav-auth li a {
      font-size: 18px;
      color: #fed129;
      font-weight: 500;
      text-decoration: underline; }

.policy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 40px; }

.policy-box {
  position: relative;
  padding-left: 45px;
  font-size: 14px;
  line-height: 18px;
  flex: 0 0 auto; }
  .policy-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: url(/img/check-mark.svg) center no-repeat, #2f75be;
    background-size: 13px; }
  .policy-box a {
    color: white;
    text-decoration: underline; }

.forward {
  position: relative;
  z-index: 1; }

.simple-text {
  padding-top: 50px;
  color: #4a4a4a; }
  .simple-text h1 {
    margin-bottom: 30px;
    text-align: center; }
  .simple-text .btn-box {
    text-align: center; }
  .simple-text .btn {
    margin: 30px 0; }

.jusify-center {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/*RESPONSIVE*/
@media screen and (max-width: 1600px) {
  header .lk {
    margin-left: 12px; }
  header .nav {
    flex-wrap: nowrap; }
  header .top-menu a {
    padding: 0 15px; }
    header .top-menu a:after {
      left: 15px;
      width: calc(100% - 30px); } }
@media screen and (max-width: 1539px) {
  #main-screen {
    overflow: visible; }
    #main-screen h1 {
      font-size: 48px;
      line-height: 58px; }
      #main-screen h1 .letter-anim {
        min-height: 58px; }
    #main-screen .title-desc {
      font-size: 20px;
      line-height: 30px; }

  .question-client {
    padding: 33px;
    margin-bottom: 0; }
    .question-client h2 {
      font-size: 28px;
      line-height: 31px; }
      .question-client h2 .regular {
        margin-bottom: 0; }
    .question-client .sub-text {
      margin-left: 0; }
    .question-client .img-box img {
      max-width: 100%; }

  .work-steps {
    padding-top: 113px;
    margin-top: 0; }

  .bg-vlines {
    background-size: 33.333% 100%; }

  #team h2 {
    margin-bottom: 190px; }

  .select-type {
    flex-wrap: nowrap;
    margin-left: -40px; }

  .select-colors li {
    margin-right: 28px; }

  #motivation .discount-sticker {
    width: 110px; }

  #briefcases h2 {
    margin-bottom: 50px; } }
@media screen and (max-width: 1199px) {
  header .lk {
    margin-left: 25px; }

  #main-screen {
    margin-bottom: 120px; }
    #main-screen .title-desc {
      text-transform: none;
      border-bottom: none; }
    #main-screen .speach {
      margin-bottom: 160px; }
    #main-screen .left-long-line {
      white-space: nowrap;
      margin-bottom: 35px; }

  .presentation .example-quiz {
    margin-bottom: 40px; }
    .presentation .example-quiz .img-quiz {
      height: 300px; }
    .presentation .example-quiz .circle {
      left: 275px; }
      .presentation .example-quiz .circle.circle-1 {
        width: 527px;
        height: 527px; }
      .presentation .example-quiz .circle.circle-2 {
        width: 619px;
        height: 619px; }
      .presentation .example-quiz .circle.circle-3 {
        width: 711px;
        height: 711px; }
  .presentation .manipulator {
    right: -20px;
    margin-bottom: -14px; }
    .presentation .manipulator img {
      width: 167px; }
  .presentation .speaker {
    zoom: 0.65;
    left: auto;
    right: 461px; }

  .question-client {
    margin-top: 65px;
    margin-bottom: -120px; }
    .question-client .sub-text {
      max-width: 40%;
      margin-top: 28px; }
      .question-client .sub-text p {
        margin: 0; }
    .question-client .img-box {
      margin-top: -108px;
      max-width: 66%; }

  h2.blue-title {
    font-size: 32px;
    line-height: 39px; }

  #no-time .text b {
    font-size: 22px; }
  #no-time .btn-box .btn {
    width: 100%;
    padding: 19px 25px; }

  #team h2 {
    margin-bottom: 248px;
    font-size: 48px; }
  #team .founder-info .bg-box {
    border-radius: 5px 5px 0 0; }
  #team .quote {
    margin: 78px 0; }

  #articles .title {
    text-align: left;
    margin-bottom: 42px; }

  .article .article-name {
    font-size: 22px; }

  .footer-menu {
    padding-bottom: 60px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 88px; }

  #capabilities h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px; }
  #capabilities .content {
    padding-bottom: 48px; }
    #capabilities .content:before {
      display: none; }
  #capabilities .tabs {
    margin-top: 0; }

  .tabs {
    justify-content: center;
    margin-bottom: 120px; }
    .tabs li {
      width: auto;
      padding: 0; }
    .tabs .tab-link {
      padding: 0;
      width: 67px;
      height: 67px;
      border: none;
      border-radius: 4px 4px 0 0; }
      .tabs .tab-link svg {
        left: 50%;
        margin-left: -19px; }
      .tabs .tab-link span {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 290px;
        background: white;
        border-radius: 4px;
        font-weight: 500;
        line-height: 25px;
        padding: 8px 12px;
        text-align: center;
        height: auto;
        box-shadow: 0 23px 23px rgba(0, 58, 83, 0.35); }
      .tabs .tab-link.active span {
        display: block; }

  .select-type {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: center; }

  #three-types .img-box {
    left: 0;
    width: 100%; }

  .select-colors li {
    margin-right: 44px; }

  #motivation .discount-sticker {
    width: 23.5%;
    top: 4%;
    left: 4.7%; }
  #motivation .img-box img {
    margin: 0 auto; }

  .auth-container .nav-auth {
    left: 0;
    width: 200px; }
  .auth-container .col-sm-auto {
    padding-left: 240px; } }
@media screen and (max-width: 991px) {
  .btn-header {
    padding: 8px 20px; }

  .question-client .img-box {
    margin-top: -80px; }

  .bg-vlines {
    background-size: 49.99% 100%; }

  .work-steps .step-text .caption {
    font-size: 22px;
    line-height: 25px; }

  #smile {
    padding: 76px 0; }
    #smile h2 {
      font-size: 40px;
      line-height: 53px; }
      #smile h2 .yellow-select {
        font-size: 60px;
        line-height: 48px;
        padding-bottom: 10px; }

  .img-slider .img-box {
    left: -88px;
    bottom: -76px; }
    .img-slider .img-box img {
      max-width: 500px; }

  #using h2 {
    font-size: 48px;
    margin-bottom: 54px; }
    #using h2:after {
      display: none; }

  #to-quiz h2 {
    text-align: center; }

  .to-quiz-block {
    text-align: left;
    padding-bottom: 56px; }
    .to-quiz-block .name br {
      display: none; }

  .to-quiz-list > div:not(:first-child) .to-quiz-block {
    padding-top: 70px; }

  #no-time {
    padding: 78px 0 48px; }
    #no-time .align-items-center {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }

  #team h2 {
    margin-bottom: 110px; }

  .team-person {
    text-align: center; }
    .team-person .img-box {
      margin: 0 auto 23px; }

  .field .select {
    width: 348px; }

  #capabilities .bg-text {
    display: none; }

  #to-quiz .next-icon {
    top: auto;
    left: 22%;
    margin-left: 0;
    bottom: 0;
    transform: rotate(90deg);
    margin-bottom: -10px; }

  .policy {
    position: relative;
    margin-top: 40px; }

  #auth {
    height: auto;
    min-height: 100vh;
    padding-bottom: 0; }
    #auth .auth-container .col-sm-auto {
      padding-left: 5px;
      padding-top: 50px; }
    #auth .tab-content {
      height: auto; }
    #auth .animate-tabs .animate-tab-pane {
      position: relative;
      display: none;
      animation: right-to-left-slow .35s ease-in-out; }
      #auth .animate-tabs .animate-tab-pane.active {
        display: block;
        animation: right-to-left-slow-active .35s ease-in-out; }

  .auth-container .nav-auth {
    position: relative;
    width: 100%;
    margin: 60px 0 0 !important; }
    .auth-container .nav-auth li {
      padding: 10px 0;
      width: 100%;
      text-align: center; } }
@media screen and (max-width: 767px) {
  #to-quiz .next-icon {
    top: auto;
    left: 21%; }

  header {
    padding: 0 20px; }
    header .logo-box {
      padding-right: 0; }

  .mob-menu-box {
    padding: 0 20px; }

  .menu-button {
    margin-left: 15px; }

  .small-btn {
    margin: 0; }

  h2.blue-title {
    font-size: 28px;
    line-height: 34px; }
    h2.blue-title .yellow-select {
      margin-top: 0; }

  #main-screen h1 {
    font-size: 34px;
    line-height: 40px; }
    #main-screen h1 .letter-anim {
      min-height: 40px; }

  .presentation {
    margin-top: 34px;
    width: 400px; }
    .presentation .example-quiz {
      margin-bottom: 114px; }
      .presentation .example-quiz .img-quiz {
        height: 232px; }
      .presentation .example-quiz .circle {
        left: 175px; }
        .presentation .example-quiz .circle.circle-1 {
          width: 342px;
          height: 342px; }
        .presentation .example-quiz .circle.circle-2 {
          width: 402px;
          height: 402px; }
        .presentation .example-quiz .circle.circle-3 {
          width: 478px;
          height: 478px; }
    .presentation .manipulator {
      margin-bottom: -8px; }
      .presentation .manipulator img {
        width: 128px; }
    .presentation .speaker {
      zoom: 0.77;
      right: 255px;
      bottom: 10px; }
    .presentation .btn {
      position: absolute;
      bottom: 22px;
      left: 85px;
      padding: 19px 35px; }

  .yellow-speach {
    font-size: 14px;
    padding: 8px 13px;
    font-weight: 500; }

  .question-client {
    padding: 40px 20px; }
    .question-client h2 {
      font-size: 24px;
      line-height: 27px;
      margin-bottom: 18px; }
    .question-client .sub-text {
      max-width: 100%; }
    .question-client .img-box {
      margin-top: 0;
      margin-right: 0;
      max-width: 100%; }

  .work-steps {
    padding-top: 80px; }
    .work-steps .step-text {
      margin-top: 50px;
      position: relative;
      z-index: 1; }
      .work-steps .step-text .caption {
        font-size: 20px;
        line-height: 23px; }
    .work-steps .step-img-bg {
      transform: translateY(-60%) translateX(-16%); }
      .work-steps .step-img-bg img {
        max-width: 190%; }
      .work-steps .step-img-bg.step-img-bg-2 {
        right: -90px;
        margin-top: 15px; }
      .work-steps .step-img-bg.step-img-bg-4 {
        transform: translateY(-60%) translateX(34%); }
        .work-steps .step-img-bg.step-img-bg-4 ~ .step-img img {
          max-width: 108%;
          position: relative;
          margin-left: -8%; }
    .work-steps .step-img.sm img {
      max-width: 70%; }

  .work-step {
    margin-bottom: 60px; }

  #smile .smile {
    align-items: start; }
  #smile h2 {
    font-size: 32px;
    line-height: 39px; }
    #smile h2 .yellow-select {
      font-size: 32px;
      line-height: 39px; }
  #smile .text {
    margin-bottom: 30px; }

  .img-slider img {
    width: 400px; }

  #using {
    padding: 50px 0 40px; }

  #briefcases .content {
    padding: 80px 0; }

  #capabilities .content {
    padding-top: 80px; }
  #capabilities .select-type {
    margin-bottom: 0; }

  #to-quiz .content {
    padding: 80px 0; }

  #rates {
    padding: 80px 0 50px; }
    #rates .text {
      margin-top: 38px; }

  #no-time h2 {
    margin-bottom: 38px; }
  #no-time .text b {
    font-size: 20px; }

  #team {
    margin-top: 80px; }
    #team h2 {
      font-size: 34px; }
    #team .quote {
      margin: 60px 0;
      font-size: 20px;
      line-height: 30px; }
      #team .quote:after {
        margin-left: -68px; }

  .team-person {
    text-align: left; }
    .team-person .img-box {
      margin: 0 18px 0 0; }

  #articles {
    margin-top: 50px;
    margin-bottom: 80px; }

  .article {
    padding: 0;
    display: block; }
    .article .img-box {
      margin: 0; }
      .article .img-box img {
        border-radius: 4px 4px 0 0;
        width: 100%; }
    .article .article-name {
      font-size: 20px; }
    .article .text {
      padding: 30px; }

  footer {
    margin-top: 80px; }
    footer .footer-logo img {
      margin-right: 20px; }
    footer .space {
      margin-top: 30px; }
    footer .mob-cc {
      margin-top: 45px; }
      footer .mob-cc .created-by {
        margin-top: 45px; }

  #capabilities h2 {
    font-size: 34px;
    line-height: 40px; }
  #capabilities .tabs {
    position: relative; }

  .select-type {
    border: none;
    margin-bottom: 92px; }
    .select-type .type-link {
      padding: 9px 20px;
      padding-left: 44px;
      margin-bottom: 20px;
      color: #ffd21e; }
      .select-type .type-link:before {
        top: 0;
        left: 0;
        width: 34px;
        height: 34px;
        line-height: 34px;
        background: #ffd21e; }

  .img-type-box {
    margin-bottom: 30px; }
    .img-type-box img {
      display: block;
      max-width: 100%; }

  .select-colors {
    margin-bottom: 10px; }
    .select-colors li {
      margin-right: 30px;
      margin-bottom: 30px; }

  #color-picker .img-box {
    margin-top: 10px;
    margin-bottom: 0; }

  #motivation .caption img {
    max-width: 100%; }
  #motivation .img-box {
    margin-bottom: 0; }

  .field .field-name {
    font-size: 18px; }
  .field .select {
    display: block;
    width: 100%;
    margin-top: 16px; }

  .slider-cases {
    margin-top: 48px; }
    .slider-cases .case-block {
      max-width: 100%; }

  #briefcases .arrows {
    margin-top: 50px;
    float: none;
    text-align: center; }
    #briefcases .arrows .arrow {
      margin: 0 5px; } }
@media screen and (max-width: 640px) {
  .mob-menu-box .menu-item {
    font-size: 21px;
    margin: 23px 0; }
    .mob-menu-box .menu-item.small {
      font-size: 20px;
      margin: 18px 0;
      margin-left: 20px; }

  #main-screen {
    padding-top: 110px; }
    #main-screen h1 {
      font-size: 31px;
      line-height: 35px; }

  #auth .tab-content {
    width: 100%;
    max-width: 100%; }

  .form-auth {
    padding: 47px 30px; } }
@media screen and (max-width: 575px) {
  .presentation {
    width: 312px; }
    .presentation .btn {
      left: 50%;
      transform: translateX(-50%); }

  .bg-vlines {
    background: none; }

  #smile .smile {
    display: block;
    margin-top: 40px;
    margin-bottom: 130px; }
    #smile .smile .img-box {
      text-align: right; }
      #smile .smile .img-box img {
        display: inline-block;
        margin-right: 0; }

  .img-slider .img-box {
    left: -20px; }
    .img-slider .img-box img {
      max-width: 320px; }

  #using h2 {
    font-size: 34px; }
  #using .caption-list {
    font-size: 20px; }

  #to-quiz h2 {
    margin-bottom: 30px; }
  #to-quiz .bottom .btn {
    padding: 19px 25px; }

  .to-quiz-block {
    text-align: center; }
    .to-quiz-block .top {
      width: 133px; }

  .to-quiz-list > div:not(:first-child) .to-quiz-block {
    padding-top: 63px; }
  .to-quiz-list > div:last-child .to-quiz-block {
    padding-bottom: 40px; }

  #to-quiz .next-icon {
    left: 50%;
    margin-left: -21px;
    margin-bottom: -16px; }

  .rate-block .btn {
    min-width: 200px;
    padding: 14px 5px; }

  #team .founder-info {
    margin-left: -20px;
    margin-right: -20px; }
    #team .founder-info .bg-box {
      border-radius: 0; }
    #team .founder-info .name {
      font-size: 24px; }
    #team .founder-info .text {
      background: white;
      color: #000;
      padding: 35px 20px 22px; }
  #team .founder-avatar img {
    position: relative;
    left: 0;
    margin: -42px auto -1px;
    display: block; }

  .founder {
    box-shadow: none; }

  .tabs {
    justify-content: space-between;
    margin-bottom: 100px; }
    .tabs li:first-child span {
      border-radius: 0 4px 4px 4px; }
    .tabs li:last-child span {
      border-radius: 4px 0 4px 4px; }
    .tabs .tab-link {
      width: 47px;
      position: static; }
      .tabs .tab-link svg {
        position: relative;
        top: 0;
        margin-top: 15px; }
      .tabs .tab-link span {
        left: 0;
        transform: none;
        width: 100%; }
      .tabs .tab-link.active {
        width: 67px; }

  #integrations .caption:not(.with-icon) {
    text-align: center; }
  #integrations .block-icon:last-child {
    margin-bottom: 10px; }

  .case .case-use {
    text-align: center; }
  .case .compare {
    text-align: center; }
  .case .link {
    margin-bottom: 37px; }

  .slider-cases .case-block {
    max-width: calc(100vw - 4px); } }
@media screen and (max-width: 450px) {
  .rate-block {
    padding-left: 20px;
    padding-right: 20px; }
    .rate-block[data-sticker]:after {
      left: 20px; }

  .founder {
    margin-bottom: 47px; }

  .team-person {
    margin-bottom: 40px; }
    .team-person .img-box {
      width: 130px; }

  .big-block-icon .text {
    padding: 20px; }
  .big-block-icon .img-box {
    display: none; }

  #motivation .col-sxl-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .case {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 400px) {
  .logo .logo-desc {
    display: none; } }
@media screen and (max-width: 350px) {
  .presentation .btn {
    left: -2px;
    transform: none; } }
/*ANIMATIONS*/
.animate-tabs {
  position: relative; }
  .animate-tabs .animate-tab-pane {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    visibility: hidden;
    animation: bottom-to-top .35s ease-in-out; }
    .animate-tabs .animate-tab-pane.active {
      visibility: visible;
      display: block;
      animation: bottom-to-top-active .35s ease-in-out; }

#auth .animate-tab-pane {
  animation: bottom-to-top-slow .2s ease-in-out; }
  #auth .animate-tab-pane.active {
    animation: bottom-to-top-slow-active .2s ease-in-out; }

#three-types .img-box .img-type-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  visibility: hidden;
  animation: right-to-left .35s ease-in-out; }
  #three-types .img-box .img-type-select.active {
    visibility: visible;
    animation: right-to-left-active .35s ease-in-out; }

@keyframes bottom-to-top-active {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes bottom-to-top {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translateY(0px); }
  100% {
    visibility: visible;
    display: block;
    opacity: 0;
    transform: translateY(-200px); } }
@keyframes right-to-left-active {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes right-to-left {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translateX(0px); }
  100% {
    visibility: visible;
    display: block;
    opacity: 0;
    transform: translateX(-200px); } }
@keyframes bottom-to-top-slow-active {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes bottom-to-top-slow {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translateY(0px); }
  100% {
    visibility: visible;
    display: block;
    opacity: 0;
    transform: translateY(-30px); } }
@keyframes right-to-left-slow-active {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes right-to-left-slow {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translateX(0px); }
  100% {
    visibility: visible;
    display: block;
    opacity: 0;
    transform: translateX(-30px); } }
@media screen and (max-width: 767px) {
  .animate-tabs {
    height: auto !important; }
    .animate-tabs .tab-pane {
      position: absolute;
      height: auto !important; }
      .animate-tabs .tab-pane.active {
        position: relative; } }
.hide-top {
  opacity: 0;
  transform: translateY(-100%);
  transition: none; }
  .hide-top.slow-down {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; }

.hide-bottom {
  opacity: 0;
  transform: translateY(300px);
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out; }
  .hide-bottom.slow-up {
    opacity: 1;
    transform: translateY(0); }

.hide {
  opacity: 0;
  transition: none; }
  .hide .before-title {
    opacity: 0;
    transform: translateY(50px); }
  .hide .blue-title {
    opacity: 0;
    transform: translateY(70px); }
  .hide.slow {
    opacity: 1;
    transition: opacity 0.65s ease-in-out; }
    .hide.slow .before-title {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.65s ease-in-out, transform 0.65s ease-in-out; }
    .hide.slow .blue-title {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.65s 0.15s ease-in-out, transform 0.65s 0.15s ease-in-out; }

.question-client .child-hide-bottom {
  opacity: 0;
  transform: translateY(100px); }
.question-client.slow-up .child-hide-bottom {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.65s ease-in-out, transform 0.65s ease-in-out; }
.question-client.slow-up .img-box {
  transition-delay: .75s, .75s; }
.question-client.slow-up h2.child-hide-bottom {
  transition-delay: .55s, .55s; }
.question-client.slow-up p:nth-child(1) {
  transition-delay: .65s, .65s; }
.question-client.slow-up p:nth-child(2) {
  transition-delay: .7s, .7s; }

.work-step .step-img-bg img {
  opacity: 0;
  transition: opacity .75s .3s ease-in-out; }
.work-step .step-img {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity .75s .3s ease-in-out, transform .75s .3s ease-in-out; }
.work-step .number-step:after {
  opacity: 0;
  transition: opacity .5s .7s ease-in-out; }
.work-step .number-step .svg svg {
  transform: translateX(100%);
  transition: transform .75s .9s ease-in-out; }
.work-step.slow-up .step-img-bg img {
  opacity: 1; }
.work-step.slow-up .step-img {
  opacity: 1;
  transform: translateY(0px); }
.work-step.slow-up .number-step:after {
  opacity: 1; }
.work-step.slow-up .number-step .svg svg {
  transform: translateX(0); }

.capabilities-items .tabs li {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out; }
.capabilities-items.slow-up .tabs li {
  transform: translateY(0);
  opacity: 1; }

#no-time .title-box, #no-time .content-box {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  transition-delay: .5s,.5s; }
#no-time .content-box {
  transition-delay: .7s,.7s; }
#no-time.slow-up .title-box, #no-time.slow-up .content-box {
  opacity: 1;
  transform: translateY(0); }

.founder .founder-avatar {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.5s 0.5s ease-in-out, transform 0.5s 0.5s ease-in-out; }
.founder.slow-up .founder-avatar {
  opacity: 1;
  transform: translateY(0); }

.circle-box .circle {
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0; }
.circle-box.circle-slow .circle {
  animation: circle .75s ease-in-out;
  animation-fill-mode: forwards; }
  .circle-box.circle-slow .circle.circle-1 {
    animation-delay: .2s; }
  .circle-box.circle-slow .circle.circle-2 {
    animation-delay: .4s; }
  .circle-box.circle-slow .circle.circle-3 {
    animation-delay: .6s; }

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }
.triangles > i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1; }

.stars i {
  position: absolute;
  background: url(/img/falling-star.png) center no-repeat;
  width: 154px;
  height: 37px;
  transform: scale(0); }
.stars.falling-slow i {
  animation: falling .75s ease-out;
  animation-fill-mode: forwards; }

@keyframes falling {
  0% {
    transform: translate(300%, -300%) scale(0); }
  100% {
    transform: translate(0, 0) scale(1); } }
@media screen and (max-width: 1199px) {
  .next-icon .arrow-1 {
    opacity: 1 !important; }
  .next-icon .arrow-2 {
    opacity: 1 !important;
    transform: translateX(0%) scale(1) !important; }
  .next-icon .arrow-3 {
    opacity: 1 !important;
    transform: translateX(0%) scale(1) !important; }

  .triangles > i {
    display: none !important; }

  .hide-top {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important; }

  .hide-bottom {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: none !important; }

  .hide {
    opacity: 1 !important;
    transition: none !important; }
    .hide .before-title, .hide .blue-title {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important; }

  .question-client .child-hide-bottom {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: none !important; }

  .work-step .step-img-bg img {
    opacity: 1 !important;
    transition: none !important; }
  .work-step .step-img {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: none !important; }
  .work-step .number-step:after {
    opacity: 1 !important;
    transition: none !important; }
  .work-step .number-step .svg svg {
    transform: none !important;
    transition: none !important; }

  .capabilities-items .tabs li {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important; }

  #no-time .title-box, #no-time .content-box {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important; }

  .founder .founder-avatar {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important; }

  .circle-box .circle {
    animation: none !important;
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 1 !important; }

  .stars i {
    transform: none !important; } }
@media screen and (min-width: 992px) and (max-height: 670px) {
  #auth {
    height: auto;
    min-height: 100vh;
    padding-bottom: 0;
    padding-top: 30px; }

  .policy {
    position: relative;
    margin-top: 40px; } }
