<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media (min-width: 640px), (max-height: 670px) {
  html,
  body {
    height: 100%; } }


body {
  overflow-x: hidden; }

html[lang="en"] .mentors .customNavigation {
  opacity: 0 !important;
  display: none !important; }

@media screen and (orientation: portrait) {
  .mentors.aos-init &gt; .row,
  .service.aos-init &gt; .row {
    overflow: hidden; } }

@media screen and (orientation: landscape) {
  .mentors.aos-init &gt; .row,
  .service.aos-init &gt; .row {
    overflow: hidden; } }

.tooltip {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }

@media (min-width: 360px) and (max-width: 640px) {
  .header .header__left,
  section:not(.header),
  footer {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .header .logo {
    margin-left: 2px !important; } }

.title {
  font-size: 44px;
  line-height: 54px;
  font-weight: 800; }

@media (min-width: 320px) and (max-width: 640px) {
  .title, .desc {
    zoom: .7; } }

@media (min-width: 320px) and (max-width: 767px) {
  .page-startup .service .title {
    zoom: .7; } }

@media (max-width: 319px) {
  .title {
    zoom: .5; }
  .desc {
    zoom: .7; } }

.desc {
  font-weight: 300; }
  .desc.medium-size {
    font-size: 20px;
    line-height: 30px; }
  .desc.black {
    color: #555; }

.regular {
  font-weight: 400; }

.underline {
  border-bottom: 1px solid #999; }

.button {
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 3px;
  font-size: 16px;
  padding: 12px 30px;
  margin: 0;
  transition: .4s; }
  @media (max-width: 699px) {
    .button {
      width: 100%; } }
  .button.white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #268ef6;
    box-shadow: 0px 0px 30px 0px rgba(3, 117, 177, 0.2); }
    .button.white:hover {
      color: #007af3;
      box-shadow: 0px 0px 70px 0px rgba(3, 73, 109, 0.4); }
  .button.blue {
    background-color: #268ef6;
    border: 1px solid #268ef6;
    color: #fafafa; }
    .button.blue:hover {
      box-shadow: 0px 0px 70px 0px rgba(3, 117, 177, 0.1); }
  .button.request span {
    padding-left: 27px; }
  .button.request.white::before {
    background-position: top center; }
  .button.request.blue:before {
    background-position: bottom center; }
  .button.request::before {
    position: absolute;
    top: 15px;
    margin: 0 0 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/icon__request.png);
    background-repeat: no-repeat; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 12px; }

.owl-theme .owl-controls .owl-page.active span {
  background: #268ef6; }

.owl-theme .owl-controls .owl-page:not(.active) span {
  background: #666; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

.reveal {
  transition: .7s; }
  .reveal[aria-hidden="true"] {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }

#request-form {
  outline: none;
  border: none;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.45);
  border-radius: 2px; }
  @media (min-width: 830px) {
    #request-form {
      width: 830px; } }
  #request-form .row.top .title {
    padding: 2px 0 25px 0; }
    @media (max-width: 320px) {
      #request-form .row.top .title {
        zoom: .6; } }
  #request-form .row.content .alert {
    background-color: #f64747;
    border-radius: 3px;
    border: none;
    color: #fff; }
  #request-form .row.content .select {
    position: relative; }
    #request-form .row.content .select select {
      position: relative;
      cursor: pointer;
      z-index: 3; }
    #request-form .row.content .select:hover:after {
      color: #05475a; }
    #request-form .row.content .select::after {
      z-index: 2;
      transition: .4s;
      position: absolute;
      font-size: 26px;
      line-height: 26px;
      color: #1e9abd;
      top: 18px;
      right: 2px;
      content: "›";
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  #request-form .row.content select,
  #request-form .row.content input[type="text"],
  #request-form .row.content input[type="url"],
  #request-form .row.content input[type="email"],
  #request-form .row.content textarea {
    margin: 3px 0 0 0;
    padding: 0.5rem 12px;
    box-shadow: none;
    background: rgba(233, 243, 245, 0.8);
    border-radius: 3px;
    font-size: 15px;
    color: #222; }
  #request-form .row.content input[type="tel"] {
    margin: 3px 0 0 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: none;
    background: rgba(233, 243, 245, 0.8);
    border-radius: 3px;
    font-size: 15px;
    color: #222; }
  #request-form .row.content label {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 14px 0;
    color: #9d9d9d;
    text-transform: uppercase; }
    #request-form .row.content label.is-invalid-label {
      color: #ff0000 !important; }
  #request-form .row.content textarea {
    min-height: 94px; }
  #request-form .row.content sup {
    color: #ff0000;
    padding-left: 2px; }
  #request-form .row.message {
    display: none;
    transition: .4s; }
  #request-form .error-message .callout {
    margin-top: 10px; }
  #request-form .row.bottom {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    margin: 26px -15px -15px -15px;
    padding: 40px 15px 19px 15px; }
    #request-form .row.bottom .button {
      border-radius: 3px;
      text-transform: uppercase;
      width: 100%;
      height: 53px;
      margin-bottom: 20px; }
    #request-form .row.bottom fieldset {
      border: none;
      padding: 0;
      margin: 0; }
      #request-form .row.bottom fieldset .gray {
        color: #9c9c9c; }
      #request-form .row.bottom fieldset a {
        border-bottom: 1px solid #268ef6; }
      #request-form .row.bottom fieldset br {
        display: block;
        content: " ";
        height: 3px; }
        @media (max-width: 400px) {
          #request-form .row.bottom fieldset br {
            height: 15px; } }
      #request-form .row.bottom fieldset label {
        display: inline;
        font-size: 14px;
        line-height: 10px; }
    #request-form .row.bottom [type='checkbox'] {
      margin: 0; }
    #request-form .row.bottom [type='checkbox'] + label {
      margin-right: 0; }
    #request-form .row.bottom .has-tip {
      background-color: #b7cfd5;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      color: #fff; }
  #request-form form img.preloader {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 62px); }
  #request-form form.submitting .bottom, #request-form form.submitting .content {
    pointer-events: none; }
  #request-form form.submitting .bottom &gt; *:not(.preloader) {
    visibility: hidden;
    opacity: 0; }
  #request-form form.submitting img.preloader {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important; }
  #request-form form.show-success .message, #request-form form.show-success .bottom, #request-form form.show-success .content {
    pointer-events: none; }
  #request-form form.show-success .message {
    display: block !important;
    background-color: #e1faea;
    padding: 40px 15px 19px 15px;
    margin: 26px -15px -15px -15px; }
  #request-form form.show-success .bottom {
    display: none !important;
    opacity: 0;
    visibility: hidden; }
  #request-form .intl-tel-input {
    width: 100%;
    margin: 3px 0 0 0; }

.phone-label .error-telephone {
  display: none
}

.phone-label.is-invalid-label .error-telephone {
  display: block;
  font-size: 9px;
  margin: 0;
  height: 4px;
  color: #333;
  font-weight: normal;
  text-transform: lowercase;
}

.error_telephone:first-letter {
  text-transform: capitalize;
}

@media (min-width: 640px) {
  html[lang="en"] #request-form .row.bottom .fieldset {
    padding-top: 14px; } }


.header {
  position: relative;
  background-color: #0090d9;
  background-image: none !important;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */ }

#header {
  background-color: #0090d9;
  padding: 220px 0;
  overflow: hidden;
}
  @media (min-width: 1900px) and (min-height: 1000px) {
    #header {
      height: 100% !important;
      min-height: 100% !important;
      padding: 340px 0 340px 0;} }
  @media (min-height: 670px) and (max-height: 845px) {
    #header {
      padding: 180px 0;
    }  }
  @media (min-width: 640px) and (min-height: 669px) {
    .header .rocket {
      display: block !important;
      position: absolute;
      bottom: 0px;
      right: -400px;
      z-index: 0; } }
  @media (min-width: 640px) and (max-height: 669px) {
    #header {
      min-height: 100%;
      height: auto;
      padding: 130px 0 130px 0;  }
      .header .header__right {
        padding-left: 0px;
        padding-right: 0px; }
      .header .rocket {
        display: block !important;
        position: absolute;
        bottom: 0px;
        right: -400px;
        z-index: 0; } }
  @media (max-width: 639px) and (max-height: 668px), (max-width: 639px) and (min-height: 668px) {
    #header {
      height: auto !important;
      min-height: auto !important;
      padding: 130px 0 0 0;  }
      .header .header__left, .header .header__right {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important; }
      .header .header__right {
        padding-left: 0px;
        padding-right: 0px; }
      .header .rocket {
        display: block !important;
        position: relative;
        z-index: 2;
        margin-left: 0; } }
  @media (min-width: 640px) and (max-height: 630px) {
    .header .rocket {
      zoom: .7;
      display: none; }
  }

@media all and (min-width: 640px) and (max-height: 630px) and (-ms-high-contrast: none) {
  #header {
    /* IE10 */
    position: relative;
    overflow: hidden; }
    .header .rocket {
      zoom: 1 !important;
      right: -320px !important;
      bottom: -190px !important; } }
  @media (min-width: 640px) and (max-height: 430px) {
    .header .rocket {
      zoom: .4;
      right: -200px; } }
  .header &gt; .align-middle {
    height: 100%; }
  .header:before {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 6px;
    background: #fff;
    -webkit-animation-name: before;
    /* Safari 4.0 - 8.0 */
    animation-name: before;
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
    /* Safari */
    transition-delay: 1s;
    /* Safari */
    transition-timing-function: ease-in;
    opacity: 1;
    margin-bottom: 0px; }
    @media (min-width: 640px) and (max-height: 630px) {
      .header:before {
        height: 4px !important; } }

@-webkit-keyframes before {
  from {
    margin-bottom: -20px;
    opacity: 0; }
  to {
    margin-bottom: 0px;
    opacity: 1; } }

@keyframes before {
  from {
    margin-bottom: -20px;
    opacity: 0; }
  to {
    margin-bottom: 0px;
    opacity: 1; } }
  .header__left {
    z-index: 3;
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */ }
    .header__left .logo {
      position: absolute;
      top: 33px; }
      .header__left .logo img {
        width: 124px; }
    .header__left .title {
      z-index: 2;
      position: relative;
      color: #fff !important;
      text-transform: uppercase; }
    .header__left .desc {
      z-index: 2;
      position: relative;
      font-size: 22px;
      line-height: 32px;
      color: #fff;
      padding: 20px 0 49px 0; }
    .header__left .button {
      z-index: 2;
      position: relative;
      -webkit-animation-name: button;
      /* Safari 4.0 - 8.0 */
      animation-name: button;
      -webkit-animation-duration: 1.6s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 1.6s;
      /* Safari */
      transition-delay: 1s;
      /* Safari */
      transition-timing-function: ease-in;
      opacity: 1;
      margin-top: 0px; }

@-webkit-keyframes button {
  0% {
    opacity: 0;
    margin-top: -30px; }
  85% {
    opacity: 0;
    margin-top: -30px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }

@keyframes button {
  0% {
    opacity: 0;
    margin-top: -30px; }
  85% {
    opacity: 0;
    margin-top: -30px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }
  .header__right {
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */ }
    .header__right .rocket {
      display: none;
      z-index: 1;
      -webkit-animation-name: rocket;
      /* Safari 4.0 - 8.0 */
      animation-name: rocket;
      -webkit-animation-duration: 1s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 1s;
      /* Safari */
      transition-delay: 1s;
      /* Safari */
      transition-timing-function: ease-in;
      bottom: 0; }

@-webkit-keyframes rocket {
  from {
    bottom: -1000px; }
  to {
    bottom: 0px; } }

@keyframes rocket {
  from {
    bottom: -1000px; }
  to {
    bottom: 0px; } }
  .header__arrows {
    position: absolute;
    z-index: 2;
    bottom: 33px;
    left: calc(50% - 10px);
    -webkit-animation-name: arrows;
    /* Safari 4.0 - 8.0 */
    animation-name: arrows;
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
    /* Safari */
    transition-delay: 3s;
    /* Safari */
    transition-timing-function: ease-in;
    opacity: 1;}
      @-moz-document url-prefix() {
        .header__arrows a:focus {
          outline: none;
        }
      }
    @media (max-width: 639px) {
      .header__arrows {
        display: none; } }

    .header__arrows img {
      width: 24px;
      display: block;
      margin-bottom: -11px; }

@-webkit-keyframes arrows {
  0% {
    bottom: -660px;
    opacity: 0; }
  60% {
    bottom: 53px;
    opacity: 0; }
  100% {
    bottom: 33px;
    opacity: 1; } }

@keyframes arrows {
  0% {
    bottom: -660px;
    opacity: 0; }
  60% {
    bottom: 53px;
    opacity: 0; }
  100% {
    bottom: 33px;
    opacity: 1; } }

@media all and (-ms-high-contrast: none) {
  /* IE10 */
  .header:before {
    display: none; } }

.you-will-get {
  position: relative;
  padding: 120px 0;
  background-image: url(../img/gray__top.png);
  background-position: top center;
  background-repeat: no-repeat;
  /*
    &amp;:before {
        position: absolute;
        left: 0;
        top: 0;
        content: " ";
        display: block;
        width: 100%;
        height: 330px;
        background-color: #f7f7f9;
    }
    */ }
  .you-will-get .desc {
    padding: 35px 0 22px 0; }
  .you-will-get .features-list {
    font-size: 20px;
    line-height: 30px;
    color: #555;
    font-weight: 300;
    color: #333; }
    .you-will-get .features-list__icon {
      height: 105px;
      padding: 53px 0 0 0; }
      @media all and (-ms-high-contrast: none) {
        .you-will-get .features-list__icon {
          /* IE10 */
          height: 110px;
          /* IE11 */ }
          .you-will-get .features-list__icon img {
            height: 53px; }
          .you-will-get .features-list__icon *::-ms-backdrop {
            height: 110px; }
            .you-will-get .features-list__icon *::-ms-backdrop img {
              height: 53px; } }
      .you-will-get .features-list__icon img[src$="icon__eye.svg"] {
        margin-top: 10px; }
      .you-will-get .features-list__icon img {
        max-width: 60px; }
    .you-will-get .features-list__title {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      padding: 18px 0 5px 0; }
    .you-will-get .features-list__desc {
      font-size: 16px;
      line-height: 26px;
      font-weight: 300;
      margin: 10px 0 0 0;
      color: #333; }
    @media (max-width: 767px) {
      .you-will-get {
        padding-bottom: 60px;
      }
    }

.service {
  position: relative; }
  @media (min-width: 1024px) {
    .service {
      padding: 80px 0 0px 0; } }
  @media (max-width: 1023px) {
    .service {
      padding: 0px 0 60px 0; } }
  .service__left {
    overflow: visible; }
    @media (min-width: 1500px) {
      .service__left .laptop {
        position: absolute;
        z-index: 0;
        width: calc(50% + 200px);
        top: 20px;
        left: -200px; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .service__left .laptop {
        position: absolute;
        z-index: 0;
        width: calc(50% + 200px);
        top: 70px;
        left: -200px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .service__left .laptop {
        position: absolute;
        z-index: 0;
        width: calc(50% + 300px);
        top: 80px;
        left: -300px; } }
    @media (max-width: 1023px) {
      .service .title {
        margin-top: 50px;
        text-align: center;
      }
      .service__left {
        text-align: center; }
        .service__left .laptop {
          width: 80%;
          margin: 0 auto 20px auto !important; } }
    @media (max-width: 767px) {
      .service__left .laptop {
        width: 100%;
      }
    }
  .service__right {
    padding: 0 0; }
    .service__right .list {
      list-style: none;
      margin: 0;
      padding: 44px 0 0 0; }
      .service__right .list li {
        position: relative;
        padding: 0 0 20px 34px; }
        .service__right .list li:before {
          position: absolute;
          display: block;
          top: 1px;
          left: 0;
          content: "";
          width: 22px;
          height: 22px;
          border-radius: 22px;
          border: 1px solid #268ef6; }
        .service__right .list li .list__title:before {
          position: absolute;
          left: 4px;
          top: 5px;
          content: " ";
          color: #268ef6;
          margin-left: 3px;
          margin-top: 4px;
          width: 8px;
          height: 4px;
          border-bottom: solid 1px currentColor;
          border-left: solid 1px currentColor;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .service__right .list__title {
        font-size: 20px;
        line-height: 25px;
        color: #333;
        font-weight: 300; }
      .service__right .list__desc {
        font-size: 14px;
        line-height: 18px;
        color: #555;
        font-weight: 300;
        font-style: italic;
        padding: 6px 0 5px 0; }

.mentors {
  position: relative;
  z-index: 2;
  background-image: url(../img/gray__bottom.png);
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    .mentors {
      padding: 190px 0 120px 0; } }
  @media (max-width: 1023px) {
    .mentors {
      padding: 0px 0 80px 0; }
      .mentors__right .customNavigation {
        display: none !important; }
      .mentors__right .mentors-carousel__item {
        width: 100% !important; } }
  .mentors__left .desc {
    padding: 28px 70px 52px 0; }
    .mentors__left .desc br {
      display: block;
      content: " ";
      height: 15px; }
  @media (min-width: 1024px) {
    .mentors__right .mentors-carousel:hover .customNavigation {
      transition: .4s;
      opacity: 1; }
      .mentors__right .mentors-carousel:hover .customNavigation .prev {
        left: 0px; }
      .mentors__right .mentors-carousel:hover .customNavigation .next {
        right: 0px; }
    .mentors__right .mentors-carousel .customNavigation {
      transition: .4s;
      opacity: 0; }
      .mentors__right .mentors-carousel .customNavigation .prev {
        left: 35px; }
      .mentors__right .mentors-carousel .customNavigation .next {
        right: 35px; } }
  @media all and (min-width: 1024px) and (-ms-high-contrast: none) {
    .mentors__right .mentors-carousel .customNavigation {
      /* IE10 */
      /* IE11 */ }
      .mentors__right .mentors-carousel .customNavigation .prev {
        left: 0px !important; }
      .mentors__right .mentors-carousel .customNavigation .next {
        right: 0px !important; }
      .mentors__right .mentors-carousel .customNavigation *::-ms-backdrop, .mentors__right .mentors-carousel .customNavigation .prev {
        left: 0px !important; }
      .mentors__right .mentors-carousel .customNavigation *::-ms-backdrop, .mentors__right .mentors-carousel .customNavigation .next {
        right: 0px !important; } }
  .mentors__right .mentors-carousel {
    position: relative; }
    @media (min-width: 700px) and (max-width: 1023px) {
      .mentors__right .mentors-carousel .customNavigation .btn {
        zoom: 1.4;
        top: calc(60% - 10px) !important; }
      .mentors__right .mentors-carousel .customNavigation .prev {
        left: -10px !important; }
      .mentors__right .mentors-carousel .customNavigation .next {
        right: -10px !important; } }
    @media (max-width: 699px) {
      .mentors__right .mentors-carousel .customNavigation {
        display: none; }
      .mentors__right .mentors-carousel .mentors-carousel__item {
        width: 100%;
        box-shadow: none; } }
    .mentors__right .mentors-carousel .customNavigation {
      transition: 1s;
      width: 100%;
      background: red; }
      .mentors__right .mentors-carousel .customNavigation .btn {
        padding: 10px 6px;
        position: absolute;
        z-index: 1;
        top: calc(50% - 10px);
        opacity: .3;
        cursor: pointer; }
        .mentors__right .mentors-carousel .customNavigation .btn:hover {
          opacity: .8;
          transition: 1s; }
    .mentors__right .mentors-carousel .owl-pagination span {
      transition: .4s; }
    .mentors__right .mentors-carousel .owl-wrapper {
      margin-top: 40px; }
    .mentors__right .mentors-carousel__item {
      position: relative;
      z-index: 2;
      width: calc(100% - 96px);
      background: #fff;
      margin: 0 auto;
      padding: 30px 30px 24px 30px;
      border-radius: 2px;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); }
      .mentors__right .mentors-carousel__item .hispic {
        float: left;
        padding-right: 20px; }
      .mentors__right .mentors-carousel__item .hisname {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        padding: 6px 0 2px 0; }
      .mentors__right .mentors-carousel__item .job {
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        color: #555;
        font-style: italic; }
      .mentors__right .mentors-carousel__item .desc {
        clear: both;
        display: block;
        width: 100%;
        padding: 16px 0 14px 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        color: #333; }
      .mentors__right .mentors-carousel__item .social {
        list-style: none;
        margin: 0 0 0 -7px;
        padding: 0; }
        .mentors__right .mentors-carousel__item .social .icon {
          display: inline-block;
          width: 28px;
          height: 28px;
          background-repeat: no-repeat;
          background-position: center;
          transition: .4s; }
          .mentors__right .mentors-carousel__item .social .icon:not(:last-child) {
            margin-right: 0px; }
          .mentors__right .mentors-carousel__item .social .icon:hover {
            opacity: .9; }
        .mentors__right .mentors-carousel__item .social .icon[href*="facebook.com"] {
          border-color: #3a589b;
          background-size: 15px;
          background-image: url(../img/icons/facebook.svg); }
        .mentors__right .mentors-carousel__item .social .icon[href*="twitter.com"] {
          border-color: #00afed;
          background-size: 14px;
          background-image: url(../img/icons/twitter.svg); }
        .mentors__right .mentors-carousel__item .social .icon[href*="plus.google.com"] {
          border-color: #f84a46;
          background-size: 18px;
          background-image: url(../img/icons/google-plus.svg); }
        .mentors__right .mentors-carousel__item .social .icon[href*="linkedin.com"] {
          border-color: #007cb7;
          background-size: 16px;
          background-image: url(../img/icons/linkedin.svg); }
        .mentors__right .mentors-carousel__item .social .icon[href*="sendpulse.com/ru/blog/feed"] {
          border-color: #ff6f2b;
          background-size: 14px;
          background-image: url(../img/icons/rss.svg); }

.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
 }
.faq,
.partners {
  padding: 150px 0 150px 0; }
  .faq .title {
    padding-bottom: 41px;
    text-align: center; }
  .faq__accordion {
    border: 1px solid #ebeced;
    border-radius: 2px; }
    .faq__accordion &gt; li:not(:last-child) {
      border-bottom: 1px solid #ebeced; }
    .faq__accordion &gt; li:hover &gt; a {
      color: #268ef6; }
    .faq__accordion &gt; li &gt; a {
      display: block;
      position: relative;
      transition: .2s;
      padding: 19px 50px 19px 20px !important;
      font-size: 16px;
      line-height: 26px;
      color: #333;
      font-weight: 600; }
      .faq__accordion &gt; li &gt; a:after {
        content: "›";
        font-size: 16px;
        position: absolute;
        top: calc(50% - 10px);
        right: 15px;
        display: inline-block;
        width: 10px;
        height: 10px;
        transition: .2s;
        zoom: 1.1; }
    .faq__accordion &gt; li[aria-expanded="false"] &gt; a:after {
      color: #999;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .faq__accordion &gt; li[aria-expanded="true"] &gt; a {
      color: #268ef6; }
    .faq__accordion &gt; li[aria-expanded="true"] &gt; a:after {
      color: #268ef6;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-top: 8px;
      margin-right: -1px; }
    .faq__accordion .menu.nested {
      background-color: #f5f5f6;
      margin: 0;
      padding: 25px 30px;
      font-size: 15px;
      line-height: 25px;
      font-weight: 300; }
      .faq__accordion .menu.nested br {
        display: block;
        content: " ";
        height: 12px; }
      .faq__accordion .menu.nested .list {
        padding: 10px 0 0 15px; }
        .faq__accordion .menu.nested .list &gt; div {
          position: relative;
          padding: 3px 0;
          line-height: 20px; }
        .faq__accordion .menu.nested .list &gt; div:before {
          position: absolute;
          top: 2px;
          left: -10px;
          content: "-";
          font-size: 14px;
          opacity: .8;
          width: 10px;
          height: 10px; }

.cta {
  background-color: #268ef6;
  color: #fff;
  padding: 100px 0 120px 0;
  text-align: center; }
  .cta .title {
    color: #fff !important; }
  .cta .desc {
    padding: 20px 0 42px 0; }

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.page-startup {
  background: #fefefe;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

img.input-group__icon {
  max-width: unset;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse &gt; .column &gt; .row,
  .row.collapse &gt; .columns &gt; .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 &gt; .column, .small-up-1 &gt; .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 &gt; .column, .small-up-2 &gt; .columns {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 &gt; .column, .small-up-3 &gt; .columns {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 &gt; .column, .small-up-4 &gt; .columns {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 &gt; .column, .small-up-5 &gt; .columns {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 &gt; .column, .small-up-6 &gt; .columns {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 &gt; .column, .small-up-7 &gt; .columns {
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 &gt; .column, .small-up-8 &gt; .columns {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

.footer-bottom .mailru-link, .footer-bottom .politics {
  margin-left: 0px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
form:not(.registration-form) {
    [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
    textarea {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 2.4375rem;
        margin: 0 0 1rem;
        padding: 0.5rem;
        border: 1px solid #cacaca;
        background-color: #fefefe;
        box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        color: #0a0a0a;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
    textarea:focus {
        outline: none;
        border: 1px solid #8a8a8a;
        background-color: #fefefe;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

    textarea {
        max-width: 100%; }
    textarea[rows] {
        height: auto; }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #cacaca; }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #cacaca; }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #cacaca; }

    input::placeholder,
    textarea::placeholder {
        color: #cacaca; }

    input:disabled, input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed; }

    [type='submit'],
    [type='button'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0; }

    input[type='search'] {
        box-sizing: border-box; }

    [type='file'],
    [type='checkbox'],
    [type='radio'] {
        margin: 0 0 1rem; }

    [type='checkbox'] + label,
    [type='radio'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0; }
    [type='checkbox'] + label[for],
    [type='radio'] + label[for] {
        cursor: pointer; }

    label &gt; [type='checkbox'],
    label &gt; [type='radio'] {
        margin-right: 0.5rem; }

    [type='file'] {
        width: 100%; }

    label {
        display: block;
        margin: 0;
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.8;
        color: #0a0a0a; }
    label.middle {
        margin: 0 0 1rem;
        padding: 0.5625rem 0; }

    .help-text {
        margin-top: -0.5rem;
        font-size: 0.8125rem;
        font-style: italic;
        color: #0a0a0a; }

    .input-group {
        display: flex;
        width: 100%;
        margin-bottom: 1rem; }
    .input-group &gt; :first-child {
        border-radius: 0 0 0 0; }
    .input-group &gt; :last-child &gt; * {
        border-radius: 0 0 0 0; }

    .input-group-label, .input-group-field, .input-group-button, .input-group-button a,
    .input-group-button input,
    .input-group-button button,
    .input-group-button label {
        margin: 0;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle; }

    .input-group-label {
        padding: 0 1rem;
        border: 1px solid #cacaca;
        background: #e6e6e6;
        color: #0a0a0a;
        text-align: center;
        white-space: nowrap;
        width: 1%;
        height: 100%; }
    .input-group-label:first-child {
        border-right: 0; }
    .input-group-label:last-child {
        border-left: 0; }

    .input-group-field {
        border-radius: 0;
        height: 2.5rem; }

    .input-group-button {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        width: 1%;
        height: 100%; }
    .input-group-button a,
    .input-group-button input,
    .input-group-button button,
    .input-group-button label {
        height: 2.5rem;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem; }

    .input-group .input-group-button {
        display: table-cell; }

    .is-invalid-input:not(:focus) {
        border-color: #cc4b37;
        background-color: #f9ecea; }
    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #cc4b37; }
    .is-invalid-input:not(:focus)::-moz-placeholder {
        color: #cc4b37; }
    .is-invalid-input:not(:focus):-ms-input-placeholder {
        color: #cc4b37; }
    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37; }

    .is-invalid-label {
        color: red; }

    .form-error {
        display: none;
        margin-top: -0.5rem;
        margin-bottom: 1rem;
        font-size: 0.75rem;
        font-weight: bold;
        color: #cc4b37; }
    .form-error.is-visible {
        display: block; }

    .label {
        display: inline-block;
        padding: 0.33333rem 0.5rem;
        border-radius: 0;
        font-size: 0.8rem;
        line-height: 1;
        white-space: nowrap;
        cursor: default;
        background: #1779ba;
        color: #fefefe; }
    .label.primary {
        background: #1779ba;
        color: #fefefe; }
    .label.secondary {
        background: #767676;
        color: #fefefe; }
    .label.success {
        background: #3adb76;
        color: #0a0a0a; }
    .label.warning {
        background: #ffae00;
        color: #0a0a0a; }
    .label.alert {
        background: #cc4b37;
        color: #fefefe; }

    .media-object {
        display: block;
        margin-bottom: 1rem; }
    .media-object img {
        max-width: none; }
    @media screen and (max-width: 39.9375em) {
        .media-object.stack-for-small .media-object-section {
            padding: 0;
            padding-bottom: 1rem;
            display: block; }
        .media-object.stack-for-small .media-object-section img {
            width: 100%; } }
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 20px;
  border: none;
  border-radius: 2px;
  background-color: white;
  color: #0a0a0a; }
  .callout &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section &gt; :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.6);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  color: #333; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.partners  {
	border-top:1px solid #f3f3f3;
	padding:50px;
	padding:60px auto;
	}
.partners .columns {
	padding:50px;
}

@media (max-width: 1200px) {
    .all-language {
        right: 15px;
    }
}

@media (max-width: 480px) {
  .header__right .rocket {
    width: 480px;
    min-width: 480px;
  }
}
@media (min-width: 481px) and (max-width: 639px) {
  .header__right .rocket {
    width: 639px;
    min-width: 639px;
  }
}

.page-startup #header .container {
  padding-left: 0;
  padding-right: 0;
}

.page-startup .faq {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .page-startup .faq {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .page-startup .top-clients .mod-show {
    height: 90px;
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .page-startup .top-clients .mod-show {
    height: 80px;
  }
}

@media (max-width: 410px) {
  .page-startup .top-clients .mod-show {
    height: 66px;
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-height: 669px) {
  .header__right .rocket {
    max-width: 750px;
    zoom: 1;
    transform: translateX(-120px);
  }
}

@media (min-width: 1024px) {
  .page-startup .service .service__right {
    padding-left: 50px;
  }
}

#registrationForm input, #registrationForm textarea,
.login-form input, .login-form textarea {
    margin: 0;
}

#registrationForm .input-group,
.login-form .input-group {
  margin-bottom: 0;
}

#registrationForm .form-check-input,
.login-form .form-check-input {
  margin-bottom: 0;
  margin-left: -1.5em;
  margin-top: 0.25em;
}

#registrationForm .form-check-label,
.login-form .login-form__label {
  margin-right: 0;
  margin-left: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.login-form .login-form__btn {
  border-radius: 4px;
}
</pre></body></html>