@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #8d96bd;
  font-size: 14px;
  padding-top: 80px; }
  @media (max-width: 991px) {
    body {
      padding-top: 60px; } }

.dots {
  z-index: 9;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dots__item {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #d1d6e3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .dots__item--active {
      background: #5283ff; }
    .dots__item + .dots__item {
      margin-left: 12px; }
  .dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #7e818a;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dots .swiper-pagination-bullet-active {
      background: #5283ff; }
    .dots .swiper-pagination-bullet:not(:first-child) {
      margin-left: 12px; }

.section-outer {
  padding: 0 20px;
  border-bottom: 1px solid #d8e3fe; }

.section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 0px 120px; }
  @media (max-width: 991px) {
    .section-inner {
      padding: 60px 0px 60px; } }
  .section-inner--wide {
    max-width: 1200px; }

.btn {
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: none;
  color: #3a79ff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn--primary {
    background: #d2e1ff;
    margin-left: 36px; }
    .btn--primary:hover {
      background: #bbd0ff; }
    .btn--primary-inverted {
      background: #fff;
      color: #565f82;
      -webkit-box-shadow: 0px 4px 16px #6480E8;
              box-shadow: 0px 4px 16px #6480E8; }
      .btn--primary-inverted:hover {
        background: #d4d4d4; }
  .btn--danger {
    background: #ffd7d7;
    color: #d43f3f; }
    .btn--danger:hover {
      background: #fabebe; }
  .btn--secondary {
    background: #4c85ff;
    color: #fff;
    margin-left: 36px;
    padding: 12px 24px;
    -webkit-box-shadow: 0px 4px 16px rgba(188, 199, 255, 0.75);
            box-shadow: 0px 4px 16px rgba(188, 199, 255, 0.75); }
    .btn--secondary:hover {
      background: #2d61cf; }
  .btn--no-bg {
    color: #adb4d2;
    margin-left: 36px;
    border: 1px solid #d1d1E4; }
    .btn--no-bg:hover {
      background: #adb4d2;
      color: #f6f8ff; }
    .btn--no-bg-inverted {
      color: #c7d3ff;
      border: 1px solid #a0b4ff; }
      .btn--no-bg-inverted:hover {
        color: #fff;
        background: #adb4d2; }
  .btn--grayscale {
    font-weight: 500;
    font-size: 13px;
    background: #e8ecf4;
    color: #7382a3; }
    .btn--grayscale:hover {
      background: #cbd2e0; }
  .btn--size-lg {
    padding: 20px 60px; }

input {
  padding: 20px 24px;
  width: 280px;
  background: #efeff7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #7a85ad; }
  input:focus {
    border: 1px solid #4d6ce1; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7a85ad; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7a85ad; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7a85ad; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7a85ad; }

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .btn-group .btn:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group .btn:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-burger {
  display: none;
  border: none;
  margin-left: 0;
  padding: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-burger__line {
    display: block;
    height: 2px;
    width: 32px;
    background: #6188ff;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .btn-burger__line + .btn-burger__line {
      margin-top: 5px; }
  @media (max-width: 991px) {
    .btn-burger {
      display: block;
      margin-left: auto; } }
  .btn-burger:hover .btn-burger__line {
    background: #1959fa; }
  .btn-burger:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #3d4f9f; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.section-subtitle {
  font-family: 'Quicksand', sans-serif;
  font-size: 48px;
  margin-bottom: 28px;
  font-weight: 400;
  color: #3d4f9f; }

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

.section-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #fff; }
  .section-header::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px); }
  .section-header .section-inner {
    padding: 20px 0px 20px; }
    @media (max-width: 991px) {
      .section-header .section-inner {
        padding: 8px 0px 8px; } }

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-navigation__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 72px; }
    @media (max-width: 991px) {
      .section-header .main-navigation__inner-wrap {
        display: none;
        position: absolute;
        padding: 20px;
        z-index: 10;
        top: 100%;
        right: 0;
        left: 0;
        margin-left: 0;
        background: #fff; }
        .section-header .main-navigation__inner-wrap .nav-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; }
          .section-header .main-navigation__inner-wrap .nav-wrapper__item {
            margin-left: 0;
            margin-bottom: 30px; }
            .section-header .main-navigation__inner-wrap .nav-wrapper__item-link {
              font-size: 24px; }
        .section-header .main-navigation__inner-wrap svg {
          -webkit-transform: scale(1.7);
                  transform: scale(1.7); } }
    @media (max-width: 991px) {
      .main-navigation__inner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .main-navigation__inner-wrap .socials,
        .main-navigation__inner-wrap .nav {
          margin-top: 28px; }
        .main-navigation__inner-wrap,
        .main-navigation__inner-wrap .socials,
        .main-navigation__inner-wrap .btn--primary {
          margin-left: 0; }
        .main-navigation__inner-wrap .btn--primary {
          margin-top: 28px; } }
  @media (max-width: 991px) {
    .section-footer .main-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 575px) {
    .section-footer .main-navigation .nav-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .section-footer .main-navigation .nav-wrapper__item {
        margin-left: 0;
        margin-bottom: 15px; } }

.section-header--active-nav::before {
  display: block; }

.section-header--active-nav .main-navigation__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo-link {
  display: inline-block;
  border-radius: 100%;
  background: #6188ff;
  width: 24px;
  height: 24px;
  border-radius: 100%; }

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nav-wrapper__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav-wrapper__item + .nav-wrapper__item {
      margin-left: 30px; }
      @media (max-width: 1199px) {
        .nav-wrapper__item + .nav-wrapper__item {
          margin-left: 20px; } }
    .nav-wrapper__item-link {
      position: relative;
      font-family: 'Quicksand', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.05em;
      color: #697ca6;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      padding: 10px; }
      .nav-wrapper__item-link::before {
        content: '';
        bottom: -3px;
        left: 0;
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #6188ff;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .nav-wrapper__item-link--active {
        font-weight: 700;
        color: #6188ff; }
      .nav-wrapper__item-link:hover {
        color: #6188ff; }
      .nav-wrapper__item-link:hover:before {
        width: 100%; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-wrapper__item + .social-wrapper__item {
    margin-left: 30px; }
  .social-wrapper__item-link {
    padding: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .social-wrapper__item-link path {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .social-wrapper__item-link:hover path {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      fill: #6188ff; }
    .social-wrapper__item-link svg {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.section-footer {
  border-bottom: none; }
  .section-footer .section-inner {
    padding: 60px 0px 60px; }

.copyright {
  color: #AEB8D0;
  font-family: 'Quicksand', sans-serif;
  margin-top: 24px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 500;
  margin-left: 106px; }
  @media (max-width: 991px) {
    .copyright {
      margin-left: 0;
      text-align: center;
      margin-top: 40px; } }

.section-hero-image {
  background: #f4f7ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f7ff), to(#f1f5ff));
  background: linear-gradient(180deg, #f4f7ff 0%, #f1f5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7ff",endColorstr="#f1f5ff",GradientType=1);
  padding: 0;
  position: relative;
  height: calc(100vh - 80px);
  overflow: hidden; }
  .section-hero-image .dots {
    margin-bottom: 15px; }
  @media (max-width: 991px) {
    .section-hero-image {
      height: calc(100vh - 40px); } }
  @media (max-width: 575px) {
    .section-hero-image {
      height: 500px; } }

.slider-hero-image__item {
  height: calc(100vh - 80px);
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 0 20px;
  background: url(../img/hero-image/1-slider-bg.png) center bottom/cover no-repeat; }
  .slider-hero-image__item-content .section-subtitle {
    font-weight: 300; }
    .slider-hero-image__item-content .section-subtitle span {
      font-weight: 500; }
  .slider-hero-image__item-content .text {
    line-height: 29px;
    letter-spacing: 0.03em;
    width: 50%;
    margin: 0 auto; }
  .slider-hero-image__item-content a {
    display: inline-block; }
  .slider-hero-image__item-content img {
    border-radius: 100%;
    -webkit-box-shadow: 0px 12px 48px #c9d1e7;
            box-shadow: 0px 12px 48px #c9d1e7; }
  .slider-hero-image__item-content .play-button {
    margin-top: 20px; }
  @media (max-width: 1199px) {
    .slider-hero-image__item {
      background-size: contain;
      height: calc(100vh - 60px); } }
  @media (max-width: 1024px) {
    .slider-hero-image__item {
      height: 700px; } }
  @media (max-width: 575px) {
    .slider-hero-image__item {
      height: 500px; }
      .slider-hero-image__item .text {
        width: 100%; } }

.section-customers .section-inner {
  padding: 60px 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-customers .section-inner a {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block; }
    .section-customers .section-inner a img {
      max-width: 117px; }
      @media (max-width: 991px) {
        .section-customers .section-inner a img {
          max-width: 90px; } }
      @media (max-width: 575px) {
        .section-customers .section-inner a img {
          max-width: 117px;
          margin: 0 10px 30px; } }
    .section-customers .section-inner a:hover {
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
  @media (max-width: 991px) {
    .section-customers .section-inner {
      padding: 30px 0px 30px; } }
  @media (max-width: 575px) {
    .section-customers .section-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .section-customers .section-inner a {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        text-align: center; } }

.section-plan-and-manage {
  background: #f5f8ff;
  position: relative;
  overflow: hidden; }
  .section-plan-and-manage .aside-image {
    position: absolute;
    top: 160px;
    left: 50%;
    max-width: 652px;
    -webkit-filter: drop-shadow(0px 40px 60px #cbd3e6);
            filter: drop-shadow(0px 40px 60px #cbd3e6); }
    @media (max-width: 991px) {
      .section-plan-and-manage .aside-image {
        top: 96px; } }
    @media (max-width: 575px) {
      .section-plan-and-manage .aside-image {
        left: 73%; } }
  .section-plan-and-manage .section-inner {
    padding: 204px 0; }
    @media (max-width: 991px) {
      .section-plan-and-manage .section-inner {
        padding: 100px 0; } }
  .section-plan-and-manage__content h2 {
    margin-bottom: 28px; }
  .section-plan-and-manage__content .section-subtitle {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 28px; }
    .section-plan-and-manage__content .section-subtitle span {
      font-weight: 500; }
  .section-plan-and-manage__content .text {
    line-height: 29px;
    letter-spacing: 0.03em;
    max-width: 42%;
    margin-bottom: 48px; }
    @media (max-width: 575px) {
      .section-plan-and-manage__content .text {
        max-width: 70%; } }
  .section-plan-and-manage__content .btn--secondary {
    background: #4c85ff url(../img/icons/Polygon.svg) top 17px right 23px no-repeat;
    padding: 13px 37px 13px 25px; }
    .section-plan-and-manage__content .btn--secondary:hover {
      background: #2d61cf url(../img/icons/Polygon.svg) top 17px right 10px no-repeat; }
  .section-plan-and-manage__content .btn {
    margin-left: 0; }

.section-features {
  background: url(../img/features/bg-clouds.svg) center center/contain no-repeat; }
  .section-features .section-subtitle {
    font-size: 24px;
    margin-bottom: 80px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .section-features .section-subtitle {
        margin-bottom: 40px; } }

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 104px; }
  @media (max-width: 767px) {
    .features-list {
      margin-bottom: 52px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .features-list__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    position: relative; }
    @media (max-width: 767px) {
      .features-list__item {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        margin: 20px; } }
    @media (max-width: 575px) {
      .features-list__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 20px; } }
    .features-list__item:not(:first-child):before {
      content: "";
      top: 55%;
      right: 108%;
      background: #dae4fe;
      height: 1px;
      width: 28px;
      position: absolute; }
      @media (max-width: 767px) {
        .features-list__item:not(:first-child):before {
          display: none; } }
    .features-list__item-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto 32px;
      width: 68px;
      height: 68px;
      border-radius: 100%;
      background: #f1f5ff; }
      @media (max-width: 767px) {
        .features-list__item-icon {
          margin-bottom: 20px;
          width: 52px;
          height: 52px; } }
    .features-list__item-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #4074f8;
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        .features-list__item-title {
          margin-bottom: 16px; } }
    .features-list__item-text {
      line-height: 22px; }

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .btns .btn {
    margin-left: 0;
    display: inline-block; }
  @media (max-width: 575px) {
    .btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.or-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0 16px; }
  .or-block::before, .or-block::after {
    content: "";
    height: 1px;
    width: 16px;
    background: #dae4fe; }
  .or-block::before {
    margin-right: 16px; }
  .or-block::after {
    margin-left: 16px; }
  @media (max-width: 575px) {
    .or-block {
      margin: 15px auto; } }

.section-stats {
  padding: 0;
  background: #e9efff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Quicksand', sans-serif; }
  @media (max-width: 575px) {
    .section-stats {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .section-stats__left, .section-stats__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 66px 90px; }
    @media (max-width: 991px) {
      .section-stats__left, .section-stats__right {
        padding: 32px 44px; } }
  .section-stats__left {
    background: #6888ff;
    text-align: right;
    color: #fff; }
    .section-stats__left .section-stats__text {
      margin-left: auto; }
  .section-stats__right {
    color: #5e80ff; }
  .section-stats__icon {
    margin-bottom: 24px; }
  .section-stats__number {
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 0.03em;
    margin-bottom: 24px; }
  .section-stats__text {
    letter-spacing: 0.03em;
    font-size: 18px;
    max-width: 272px;
    line-height: 24px;
    font-weight: 500; }

.slider-wrapper {
  position: relative;
  -webkit-box-shadow: 0px 16px 48px #d7e0f3;
          box-shadow: 0px 16px 48px #d7e0f3;
  margin-bottom: 48px;
  border: 1px solid #d8e3fe; }

.section-blog {
  background: #f5f8ff; }
  .section-blog .section-subtitle {
    font-size: 24px;
    margin-bottom: 80px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .section-blog .section-subtitle {
        margin-bottom: 40px; } }

.slider-blog__item {
  background: #fff;
  padding: 64px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .slider-blog__item-gallery, .slider-blog__item-content {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%; }
    .slider-blog__item-gallery .btns, .slider-blog__item-content .btns {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .slider-blog__item-gallery .btns .btn--no-bg, .slider-blog__item-content .btns .btn--no-bg {
        margin-left: 8px;
        border: none; }
      @media (max-width: 575px) {
        .slider-blog__item-gallery .btns, .slider-blog__item-content .btns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .slider-blog__item-gallery .btns .btn--no-bg, .slider-blog__item-content .btns .btn--no-bg {
            margin-left: 0; } }
  .slider-blog__item-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 12px 120px;
    grid-template-columns: repeat(2, 120px);
    -ms-grid-rows: 120px 12px 120px;
    grid-template-rows: repeat(2, 120px);
    grid-gap: 12px; }
  .slider-blog__item-gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .slider-blog__item-gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .slider-blog__item-gallery > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .slider-blog__item-gallery > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
    @media (max-width: 991px) {
      .slider-blog__item-gallery {
        -ms-grid-columns: 80px 16px 80px;
        grid-template-columns: repeat(2, 80px);
        -ms-grid-rows: 80px 16px 80px;
        grid-template-rows: repeat(2, 80px);
        grid-gap: 16px; }
      .slider-blog__item-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .slider-blog__item-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .slider-blog__item-gallery > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .slider-blog__item-gallery > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
    @media (max-width: 767px) {
      .slider-blog__item-gallery {
        -ms-grid-columns: 120px 12px 120px;
        grid-template-columns: repeat(2, 120px);
        -ms-grid-rows: 120px 12px 120px;
        grid-template-rows: repeat(2, 120px);
        grid-gap: 12px;
        margin-bottom: 40px; }
      .slider-blog__item-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .slider-blog__item-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .slider-blog__item-gallery > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .slider-blog__item-gallery > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
    @media (max-width: 575px) {
      .slider-blog__item-gallery {
        -ms-grid-columns: 60px 12px 60px;
        grid-template-columns: repeat(2, 60px);
        -ms-grid-rows: 80px 12px 80px;
        grid-template-rows: repeat(2, 80px);
        grid-gap: 12px;
        margin-bottom: 40px; }
      .slider-blog__item-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .slider-blog__item-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .slider-blog__item-gallery > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .slider-blog__item-gallery > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
    .slider-blog__item-gallery .image-link {
      position: relative;
      display: block;
      border-radius: 4px;
      overflow: hidden;
      -webkit-box-shadow: 0px 16px 32px #E5EBF8;
              box-shadow: 0px 16px 32px #E5EBF8; }
      .slider-blog__item-gallery .image-link .loupe {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(200px);
                transform: translate(200px);
        background: #fff url(../img/blog/loupe.svg) center center no-repeat;
        display: block;
        width: 64px;
        height: 64px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .slider-blog__item-gallery .image-link:hover .loupe {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .slider-blog__item-gallery .image-link img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
      .slider-blog__item-gallery .image-link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(13.46deg, rgba(255, 199, 53, 0.44) 1.89%, rgba(255, 227, 154, 0.93) 1.9%, rgba(255, 159, 90, 0) 68.24%); }
      .slider-blog__item-gallery .image-link--b {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3; }
      .slider-blog__item-gallery .image-link--s-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4; }
        .slider-blog__item-gallery .image-link--s-1::before {
          background: linear-gradient(27.48deg, rgba(255, 53, 53, 0.48) 14.02%, rgba(255, 179, 90, 0) 68%); }
      .slider-blog__item-gallery .image-link--s-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4; }
        .slider-blog__item-gallery .image-link--s-2::before {
          background: linear-gradient(13.49deg, rgba(53, 170, 255, 0.68) 11.59%, rgba(90, 136, 255, 0) 96.88%); }
  .slider-blog__item-content .title {
    font-size: 36px;
    margin-bottom: 36px; }
  .slider-blog__item-content .text {
    line-height: 27px;
    letter-spacing: 0.03em;
    margin-bottom: 32px; }
  @media (max-width: 767px) {
    .slider-blog__item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-quotes {
  background: #eaf0ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf0ff), to(#f6f9ff));
  background: linear-gradient(180deg, #eaf0ff 0%, #f6f9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf0ff",endColorstr="#f6f9ff",GradientType=1); }
  .section-quotes .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-quotes .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section-quotes__left, .section-quotes__right {
    min-width: 50%;
    margin: auto 0; }
  .section-quotes__left {
    padding-bottom: 32px; }
    .section-quotes__left h2 {
      margin-bottom: 32px; }
    .section-quotes__left .section-subtitle {
      font-size: 36px;
      margin-bottom: 20px;
      font-weight: 500; }
    .section-quotes__left .text {
      line-height: 23px;
      letter-spacing: 0.03em;
      max-width: 324px; }
      @media (max-width: 767px) {
        .section-quotes__left .text {
          max-width: none; } }
    @media (max-width: 767px) {
      .section-quotes__left {
        text-align: center; } }
  @media (max-width: 767px) {
    .section-quotes__right {
      margin-left: 0;
      text-align: center;
      width: 100%; } }
  .section-quotes__right .swiper-pagination {
    position: relative; }

.slider-quotes {
  margin-bottom: 80px; }
  .slider-quotes__item {
    width: 100%;
    position: relative;
    padding: 40px 60px 52px;
    background: #fff;
    border: 1px solid #d8e3fe; }
    .slider-quotes__item-text {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.03em;
      color: #676F95; }
    .slider-quotes__item-photo {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 64px;
      height: 64px;
      border-radius: 100%;
      overflow: hidden;
      background-color: #fff; }
      .slider-quotes__item-photo img {
        width: 100%;
        height: 100%; }
    @media (max-width: 767px) {
      .slider-quotes__item {
        padding: 20px 28px 52px; } }

.section-faq .section-subtitle {
  font-size: 24px;
  margin-bottom: 80px;
  font-weight: 500; }
  @media (max-width: 991px) {
    .section-faq .section-subtitle {
      margin-bottom: 24px; } }

.faq-accordion__item {
  border-bottom: 1px solid #D8E3FE;
  cursor: pointer; }
  .faq-accordion__item-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 24px 0;
    margin: 12px 0; }
    .faq-accordion__item-trigger-icon {
      cursor: pointer;
      padding: 0 32px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .faq-accordion__item-trigger-icon .arrow {
        stroke: #8e96b7; }
    .faq-accordion__item-trigger-text {
      letter-spacing: 0.03em;
      font-size: 15px; }
  .faq-accordion__item-content {
    display: none;
    padding: 0 16px 52px 128px; }
    .faq-accordion__item-content-text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      line-height: 27px;
      letter-spacing: 0.03em;
      max-width: 400px;
      margin-right: auto; }
    .faq-accordion__item-content-btn {
      margin: auto 0; }
    @media (max-width: 767px) {
      .faq-accordion__item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 16px 52px 64px; }
        .faq-accordion__item-content-btn {
          margin-top: 25px; }
        .faq-accordion__item-content-text {
          max-width: none; } }
  .faq-accordion__item--active .faq-accordion__item-trigger {
    color: #495274;
    font-weight: 700; }
    .faq-accordion__item--active .faq-accordion__item-trigger .faq-accordion__item-trigger-icon {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      .faq-accordion__item--active .faq-accordion__item-trigger .faq-accordion__item-trigger-icon .arrow {
        stroke: #495274; }
  .faq-accordion__item--active .faq-accordion__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.section-get-started {
  background: #456dfd url(../img/get-started/clouds.svg) center center no-repeat;
  text-align: center;
  color: #fff; }
  @media (max-width: 1199px) {
    .section-get-started {
      background-size: contain; } }
  .section-get-started h2, .section-get-started .section-subtitle {
    color: #fff; }
  .section-get-started .section-subtitle {
    font-weight: 300; }
    .section-get-started .section-subtitle span {
      font-weight: 500; }
  .section-get-started .text {
    margin: 0 auto 48px;
    line-height: 29px;
    letter-spacing: 0.03em;
    max-width: 712px; }
  .section-get-started .btn {
    margin-left: 0; }

.section-newsletter {
  background: #fcfdff; }
  .section-newsletter .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .section-newsletter .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section-newsletter-left {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }
    .section-newsletter-left-title {
      font-family: 'Quicksand', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #3d4f9f;
      margin-bottom: 18px;
      text-transform: none;
      letter-spacing: 0; }
    .section-newsletter-left-text {
      line-height: 27px;
      letter-spacing: 0.03em;
      color: #8D96BD; }
  .section-newsletter-right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-newsletter-right .btn {
      background: #4d6ce1;
      -webkit-box-shadow: 0px 4px 16px rgba(116, 104, 255, 0.4);
              box-shadow: 0px 4px 16px rgba(116, 104, 255, 0.4);
      border-radius: 5px;
      margin-left: 14px; }
    @media (max-width: 991px) {
      .section-newsletter-right {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 30px; } }
    @media (max-width: 575px) {
      .section-newsletter-right form {
        width: 100%; }
      .section-newsletter-right input {
        width: 100%; }
      .section-newsletter-right .btn {
        margin: 15px 0;
        width: 100%; } }
