.btn-purple {
  font-family: "Lato Bold";
  font-size: 14px;
  color: #fff;
  background: #6f2dfc; }
  .btn-purple:hover {
    background: #5003f3;
    color: #fff; }

.btn-dark {
  background: -webkit-gradient(linear, left bottom, left top, from(#2c2a38), to(#444452));
  background: linear-gradient(0deg, #2c2a38 0%, #444452 100%);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .btn-dark:hover {
    opacity: 0.85; }

.btn-orange-gradient {
  font-family: "Lato Bold";
  font-size: 14px;
  background-image: linear-gradient(56deg, #ff9600 0%, #fbaf38 100%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(30, 90, 243, 0.26);
          box-shadow: 0px 4px 10px 0px rgba(30, 90, 243, 0.26);
  border: 0;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .btn-orange-gradient:hover {
    opacity: 0.9;
    color: #fff; }

.modal-content {
  position: relative; }

.modal-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 70px 0; }

.modal .close {
  position: absolute;
  right: 25px;
  top: 20px; }

.modal-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0; }

.modal-title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 32px;
  font-family: "Lato Bold";
  color: #000;
  text-align: center; }

.modal-subtitle {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Lato Bold";
  color: #000;
  text-align: center; }

.modal form {
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
  margin-bottom: 20px; }

.modal .form-control {
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  border: 2px solid #6f2dfc; }

.modal .btn {
  display: block;
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
  height: 46px; }

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

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none; }

@font-face {
  font-family: 'Lato SemiBold';
  src: local("Lato Semibold"), local("Lato-Semibold"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Lato Medium';
  src: local("Lato Medium"), local("Lato-Medium"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Lato';
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Lato Black';
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Lato Bold';
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Lato Heavy';
  src: local("Lato Heavy"), local("Lato-Heavy"), url("../fonts/Lato-Heavy.woff2") format("woff2"), url("../fonts/Lato-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block; }

.purple {
  color: #6f2dfc; }

.black {
  color: #000; }

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  padding-right: 0 !important;
  font-display: block;
  overflow-x: hidden; }

textarea {
  resize: none; }

.block-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: "Lato Bold";
  line-height: 1.15;
  color: #000;
  text-align: left;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .block-title {
      font-size: 30px; } }
  @media (max-width: 767.98px) {
    .block-title {
      margin-bottom: 15px;
      font-size: 25px;
      line-height: 1.1;
      text-align: center; } }
  .block-title--capitalized {
    font-size: 27px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .block-title--capitalized {
        font-size: 20px; } }
  .block-title--large-margin {
    margin-bottom: 90px; }
    @media (max-width: 991.98px) {
      .block-title--large-margin {
        margin-bottom: 40px; } }
  .block-title--smaller {
    font-size: 30px; }
    @media (max-width: 767.98px) {
      .block-title--smaller {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.1; } }
  .block-title--center {
    text-align: center; }

.header {
  position: relative;
  min-height: 650px;
  padding-top: 68px;
  padding-bottom: 48px;
  background-position: left 110px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .header {
      min-height: 500px;
      background-position: right 110px; } }
  @media (max-width: 991.98px) {
    .header {
      min-height: 0;
      padding-bottom: 80px;
      background-position: left top;;
      background-color: #e7e3f0; } }
  @media (max-width: 767.98px) {
    .header {
      padding-bottom: 55px; } }
  .header .container {
    position: relative; }
  .header__offer {
    position: relative;
    margin-top: 200px;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .header__offer {
        margin-top: 110px; } }
    @media (max-width: 991.98px) {
      .header__offer {
        margin-top: 70px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .header__offer {
        margin-top: 50px; } }
    .header__offer-title {
      margin-bottom: 35px;
      font-size: 46px;
      font-family: "Lato Black";
      line-height: 0.9;
      color: #fff; }
      @media (max-width: 991.98px) {
        .header__offer-title {
          width: 100%;
          max-width: 500px;
          margin-left: auto;
          margin-right: auto;
          font-size: 40px;
          text-align: center; } }
      @media (max-width: 767.98px) {
        .header__offer-title {
          margin-bottom: 35px;
          font-size: 25px; } }
    .header__offer-tagline {
      display: inline-block;
      padding: 5px 30px;
      background: #fff;
      border-radius: 4px;
      font-family: "Lato SemiBold";
      font-size: 16px;
      color: #000; }

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 82px;
  background: #fff;
  z-index: 800; }
  .navigation--static {
    position: static !important; }
  @media (max-width: 991.98px) {
    .navigation {
      position: fixed;
      min-height: 68px;
      background: #fff; } }
  @media (max-width: 991.98px) {
    .navigation .city-picker {
      display: none; } }
  .navigation__wrap {
    margin: 0 -15px;
    padding: 15px 15px 15px 15px;
    background: transparent; }
  @media (max-width: 767.98px) {
    .navigation__worktime {
      display: none; } }
  @media (max-width: 767.98px) {
    .navigation__worktime-col {
      display: none; } }
  .navigation__worktime img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px; }
  @media (max-width: 991.98px) {
    .navigation .logo__text {
      color: #000; }
      .navigation .logo__text small {
        color: #000; } }
  @media (max-width: 991.98px) {
    .navigation__contacts {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      vertical-align: middle; } }
  .navigation__contacts-phone {
    display: inline-block;
    margin-right: 70px;
    vertical-align: middle;
    color: #000;
    font-size: 20px;
    font-family: "Lato Heavy";
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media (max-width: 1199.98px) {
      .navigation__contacts-phone {
        display: none; } }
    .navigation__contacts-phone:hover {
      color: #000;
      opacity: 0.7;
      text-decoration: none; }
    .navigation__contacts-phone img, .navigation__contacts-phone svg {
      display: inline-block;
      width: 12px;
      height: 13px;
      vertical-align: middle;
      -o-object-fit: contain;
         object-fit: contain; }
  .navigation__contacts .btn {
    height: 36px; }
    @media (max-width: 991.98px) {
      .navigation__contacts .btn {
        display: none; } }
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .navigation__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 991.98px) {
      .navigation__list-wrap {
        border-top: 0; } }
    .navigation__list-header {
      background: #f0f4fd; }
      .navigation__list-header .navigation__contacts-phone {
        display: none; }
        @media (max-width: 991.98px) {
          .navigation__list-header .navigation__contacts-phone {
            color: #000; } }
      .navigation__list-header .btn {
        display: none;
        height: 51px;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 16px; }
      @media (max-width: 991.98px) {
        .navigation__list-header {
          position: fixed;
          top: 68px;
          right: 0;
          bottom: 0;
          left: 0;
          display: none;
          height: calc(100vh - 68px);
          margin-top: 0;
          padding: 35px 0;
          background: white;
          z-index: 1000;
          overflow-y: auto; }
          .navigation__list-header.navigation__list-header--active {
            display: block; } }
      .navigation__list-header .logo {
        display: none; }
      .navigation__list-header .city-picker {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 15px;
        margin-bottom: 25px; }
        .navigation__list-header .city-picker label {
          margin-right: 0; }
          @media (max-width: 991.98px) {
            .navigation__list-header .city-picker label {
              color: #000; } }
        @media (max-width: 991.98px) {
          .navigation__list-header .city-picker {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .navigation__list-header.navigation__list-header--desktop-scrolled {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 800;
        background: #fff; }
        .navigation__list-header.navigation__list-header--desktop-scrolled .navigation__list-wrap {
          border-top: 0;
          background: transparent; }
        .navigation__list-header.navigation__list-header--desktop-scrolled .logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .navigation__list-header.navigation__list-header--desktop-scrolled .logo__text {
            color: #000; }
            .navigation__list-header.navigation__list-header--desktop-scrolled .logo__text small {
              color: #000; }
        .navigation__list-header.navigation__list-header--desktop-scrolled .navigation__contacts-phone {
          display: none; }
        .navigation__list-header.navigation__list-header--desktop-scrolled .btn {
          display: inline-block !important;
          height: 42px;
          font-size: 13px; }
        .navigation__list-header.navigation__list-header--desktop-scrolled .navigation__list-item {
          width: auto;
          max-width: none;
          margin-right: 0; }
          .navigation__list-header.navigation__list-header--desktop-scrolled .navigation__list-item a {
            padding: 16px 6px; }
      .navigation__list-header .navigation__contacts {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 991.98px) {
          .navigation__list-header .navigation__contacts {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .navigation__list-header .navigation__contacts .navigation__contacts-phone {
              display: inline-block;
              margin-right: 0;
              margin-bottom: 8px; }
            .navigation__list-header .navigation__contacts .btn {
              display: block;
              width: 100%;
              max-width: 190px;
              height: 36px;
              margin: 0 auto; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) {
      .navigation__list-header .navigation__contacts .btn {
        border-radius: 4px;
        margin-bottom: 10px;
        max-width: 290px; } }
    .navigation__list-item {
      width: 100%;
      max-width: 175px;
      margin-right: 35px;
      vertical-align: middle;
      text-align: center; }
      .navigation__list-item:last-of-type {
        margin-right: 0; }
      .navigation__list-item a {
        position: relative;
        display: block;
        padding: 12px 0;
        color: #000;
        font-size: 14px;
        font-family: "Lato Bold";
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        white-space: nowrap; }
        .navigation__list-item a:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0px;
          height: 3px;
          background: #6f2dfc;
          opacity: 0;
          -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
        @media (max-width: 991.98px) {
          .navigation__list-item a {
            padding: 6px 0; }
            .navigation__list-item a:before {
              display: none; } }
      .navigation__list-item:hover a {
        color: #000;
        text-decoration: none; }
        .navigation__list-item:hover a:before {
          opacity: 1; }
      .navigation__list-item.active a:before {
        opacity: 1; }
      @media (max-width: 991.98px) {
        .navigation__list-item {
          margin-bottom: 15px;
          max-width: none;
          margin-right: 0; } }
  .navigation__hamburger {
    position: relative;
    display: none;
    margin-left: 25px;
    vertical-align: middle;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .navigation__hamburger {
        display: inline-block; } }
    @media (max-width: 767.98px) {
      .navigation__hamburger {
        margin-left: 0; } }
    .navigation__hamburger span {
      position: relative;
      width: 36px;
      height: 3px;
      background: #000;
      display: block;
      margin-bottom: 8px;
      -webkit-transition: 0.35s;
      transition: 0.35s; }
      .navigation__hamburger span:nth-child(1) {
        -webkit-transform-origin: left;
                transform-origin: left; }
      .navigation__hamburger span:nth-child(2) {
        -webkit-transform-origin: center;
                transform-origin: center; }
      .navigation__hamburger span:nth-child(3) {
        margin-bottom: 0;
        -webkit-transform-origin: left;
                transform-origin: left; }
    .navigation__hamburger.navigation__hamburger--active span:nth-child(1) {
      -webkit-transform: rotate(43deg);
              transform: rotate(43deg);
      left: 2px; }
    .navigation__hamburger.navigation__hamburger--active span:nth-child(2) {
      -webkit-transform: rotate(317deg);
              transform: rotate(317deg);
      right: 3px; }
    .navigation__hamburger.navigation__hamburger--active span:nth-child(3) {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo:hover {
    text-decoration: none; }
  .logo__img {
    width: 35px;
    height: 37px;
    margin-right: 12px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
    .logo__img img {
      display: block;
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .logo__text {
    font-family: "Lato Black";
    font-size: 18px;
    line-height: 1.05;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .logo__text {
        font-size: 16px; } }
    .logo__text small {
      display: block;
      font-family: "Lato";
      font-size: 12px;
      color: #000;
      text-transform: none; }

.features {
  padding-top: 55px;
  padding-bottom: 50px; }
  .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; }
    .features__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(20% - 30px);
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 1199.98px) {
        .features__list-item {
          width: calc(20% - 15px); } }
      @media (max-width: 991.98px) {
        .features__list-item {
          width: calc(20% - 5px); } }
      @media (max-width: 767.98px) {
        .features__list-item {
          width: calc(50% - 10px);
          margin-bottom: 30px; }
          .features__list-item:last-of-type {
            margin-left: auto;
            margin-right: auto; } }
      .features__list-item-icon {
        height: 56px;
        margin-bottom: 20px; }
        .features__list-item-icon img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .features__list-item-title {
        width: 100%;
        font-family: "Lato SemiBold";
        font-size: 16px;
        line-height: 1.2;
        text-align: center; }
        @media (max-width: 991.98px) {
          .features__list-item-title {
            font-size: 14px; } }

.about {
  padding-top: 15px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .about {
      padding-top: 0;
      padding-bottom: 30px; } }
  .about .block-title {
    margin-top: 50px;
    width: 100%;
    max-width: 560px; }
    @media (max-width: 1199.98px) {
      .about .block-title {
        margin-top: 0; } }
  .about__img {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767.98px) {
      .about__img {
        margin-bottom: 35px; } }
    .about__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .about p {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 1.5; }

.service {
  padding-top: 10px;
  padding-bottom: 40px; }
  .service__info {
    position: relative;
    width: 100%;
    padding: 45px 40px;
    border: 2px solid #6f2dfc;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-radius: 4px; }
    @media (max-width: 991.98px) {
      .service__info {
        padding: 20px 15px;
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .service__info {
        margin-top: 30px; } }
    .service__info-icon {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 58px;
      height: 58px;
      padding: 14px;
      background: #6f2dfc;
      border-radius: 50%; }
      .service__info-icon img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .service p {
    width: 100%;
    max-width: 600px;
    margin-bottom: 22px;
    font-size: 16px;
    color: #7e7e7e;
    line-height: 1.5; }
    @media (max-width: 1199.98px) {
      .service p {
        font-size: 15px; } }
    @media (max-width: 767.98px) {
      .service p {
        text-align: center; } }
  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 640px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .service__list-item {
      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;
      width: calc(50% - 15px);
      margin-bottom: 15px; }
      .service__list-item-icon {
        width: 36px; }
        .service__list-item-icon img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .service__list-item-title {
        width: calc(100% - 50px);
        font-size: 16px;
        color: #7e7e7e;
        line-height: 1.15; }
        @media (max-width: 991.98px) {
          .service__list-item-title {
            font-size: 14px; } }

.clients {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .clients {
      padding-bottom: 15px; } }
  .clients__info {
    position: relative;
    width: 100%;
    padding: 45px 40px;
    border: 2px solid #6f2dfc;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-radius: 4px; }
    @media (max-width: 991.98px) {
      .clients__info {
        padding: 45px 20px;
        padding-bottom: 25px;
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .clients__info {
        margin-top: 35px; } }
    .clients__info-icon {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 58px;
      height: 58px;
      padding: 14px;
      background: #6f2dfc;
      border-radius: 50%; }
      .clients__info-icon img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .clients p {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 1.5; }

.reviews {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .reviews {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .reviews {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .reviews__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #f2f2f2;
    border-radius: 4px; }
    @media (max-width: 767.98px) {
      .reviews__wrap {
        background: transparent;
        padding: 0; } }
  .reviews .block-title {
    margin-bottom: 40px; }
  .reviews__container {
    position: relative;
    padding: 0 68px; }
    @media (max-width: 767.98px) {
      .reviews__container {
        padding-left: 0;
        padding-right: 0; } }
  .reviews .swiper-container {
    width: 100%; }
  .reviews__item {
    position: relative;
    height: 100%;
    padding: 50px 60px;
    padding-left: 94px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(71, 71, 71, 0.15);
            box-shadow: 0px 4px 35px 0px rgba(71, 71, 71, 0.15);
    border-radius: 4px; }
    @media (max-width: 767.98px) {
      .reviews__item {
        padding: 0;
        padding-left: 55px;
        padding-right: 45px; } }
    .reviews__item-img {
      position: absolute;
      left: 30px;
      top: 60px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .reviews__item-img {
          top: 0;
          left: 0; } }
      .reviews__item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .reviews__item-desc {
      width: 100%;
      font-size: 14px;
      line-height: 1.4;
      color: #7e7e7e; }
      @media (max-width: 767.98px) {
        .reviews__item-desc {
          font-size: 13px; } }
    .reviews__item-name {
      width: 100%;
      margin-bottom: 8px;
      font-family: "Lato Bold";
      font-size: 20px;
      color: #000; }
      @media (max-width: 767.98px) {
        .reviews__item-name {
          font-size: 16px;
          margin-bottom: 4px; } }
  .reviews .swiper-slide {
    height: auto; }
  .reviews .swiper-button-prev-unique,
  .reviews .swiper-button-next-unique {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 20;
    background: #6f2dfc;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media (max-width: 767.98px) {
      .reviews .swiper-button-prev-unique,
      .reviews .swiper-button-next-unique {
        width: 30px;
        height: 30px; } }
    .reviews .swiper-button-prev-unique svg,
    .reviews .swiper-button-next-unique svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      .reviews .swiper-button-prev-unique svg path,
      .reviews .swiper-button-next-unique svg path {
        fill: #fff; }
    .reviews .swiper-button-prev-unique:hover,
    .reviews .swiper-button-next-unique:hover {
      opacity: 0.8; }
  .reviews .swiper-button-prev-unique {
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    padding: 18px;
    padding-right: 20px; }
    @media (max-width: 767.98px) {
      .reviews .swiper-button-prev-unique {
        left: 0;
        top: 90px;
        padding: 7px;
        padding-right: 9px;
        -webkit-transform: none;
                transform: none; } }
    .reviews .swiper-button-prev-unique svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .reviews .swiper-button-next-unique {
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
    padding: 18px;
    padding-left: 20px; }
    @media (max-width: 767.98px) {
      .reviews .swiper-button-next-unique {
        right: 0;
        top: 90px;
        padding: 7px;
        padding-left: 9px;
        -webkit-transform: none;
                transform: none; } }
  .reviews__btn {
    margin-top: 35px;
    text-align: center; }
    .reviews__btn .btn {
      width: 202px;
      height: 62px; }

.lead-magnet {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .lead-magnet {
      text-align: center; } }
  .lead-magnet__mark {
    position: relative;
    margin-bottom: 30px;
    padding-left: 95px;
    font-size: 18px;
    color: #6f2dfc;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .lead-magnet__mark {
        display: inline-block; } }
    .lead-magnet__mark:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 77px;
      height: 7px;
      background: #6f2dfc;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .lead-magnet .block-title {
    margin-bottom: 40px;
    font-family: "Lato";
    font-size: 36px; }
    @media (max-width: 767.98px) {
      .lead-magnet .block-title {
        font-size: 22px; } }
    .lead-magnet .block-title .black-weight {
      font-family: "Lato Black"; }
  .lead-magnet .form-inline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .lead-magnet .form-inline .form-control {
      width: 100%;
      min-height: 45px;
      border: 1px solid #e8e8e8;
      padding-left: 42px; }
      .lead-magnet .form-inline .form-control-wrap {
        position: relative;
        width: calc(50% - 7px);
        margin-bottom: 14px; }
        @media (max-width: 767.98px) {
          .lead-magnet .form-inline .form-control-wrap {
            width: 100% !important; } }
        .lead-magnet .form-inline .form-control-wrap--wide {
          width: 100%; }
          .lead-magnet .form-inline .form-control-wrap--wide .form-control {
            min-height: 105px; }
        .lead-magnet .form-inline .form-control-wrap img {
          position: absolute;
          left: 17px;
          top: 16px;
          width: 13px;
          height: 15px;
          -o-object-fit: contain;
             object-fit: contain; }
    .lead-magnet .form-inline .btn {
      width: 192px;
      height: 45px; }
      @media (max-width: 767.98px) {
        .lead-magnet .form-inline .btn {
          width: 100%; } }
    .lead-magnet .form-inline .form-text {
      width: calc(100% - 206px);
      font-size: 12px;
      margin-top: 0;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .lead-magnet .form-inline .form-text {
          max-width: 300px;
          margin-right: auto;
          margin-left: 20px; } }
      @media (max-width: 767.98px) {
        .lead-magnet .form-inline .form-text {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-top: 8px; } }
  .lead-magnet__img {
    position: absolute;
    bottom: 0;
    left: calc(50% + 125px); }
    @media (max-width: 991.98px) {
      .lead-magnet__img {
        display: none; } }
    .lead-magnet__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #1e1e1e; }
  @media (max-width: 767.98px) {
    .footer {
      text-align: center; } }
  .footer .logo__text {
    color: #fff;
    text-align: left; }
    .footer .logo__text small {
      color: #fff; }
    .footer .logo__text .purple {
      color: #a378fd; }
  .footer__worktime {
    color: #fff;
    line-height: 1.25; }
  .footer__phone {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .footer__phone:hover {
      color: #a378fd;
      text-decoration: none; }
  .footer__nav {
    margin-top: 35px; }
    @media (max-width: 767.98px) {
      .footer__nav {
        margin-top: 15px; } }
    .footer__nav-item {
      display: inline-block;
      margin-right: 12px;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      @media (max-width: 767.98px) {
        .footer__nav-item {
          margin-right: 5px;
          font-size: 12px; } }
      .footer__nav-item:hover {
        color: #a378fd;
        text-decoration: none; }
  .footer__requisites {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.85;
    color: #fff;
    text-align: right; }
    @media (max-width: 767.98px) {
      .footer__requisites {
        margin-top: 15px;
        text-align: center;
        font-size: 12px; } }
  .footer__offer {
    margin-top: 35px;
    font-size: 12px;
    text-align: right;
    color: #8f8f8f; }
    @media (max-width: 767.98px) {
      .footer__offer {
        display: block;
        margin-top: 15px;
        text-align: center; } }
  .footer__policy {
    display: inline-block;
    margin-top: 35px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: underline; }
    @media (max-width: 767.98px) {
      .footer__policy {
        display: block;
        text-align: center;
        margin-top: 15px; } }
    .footer__policy:hover, .footer__policy:focus {
      color: #a378fd; }
  @media (max-width: 767.98px) {
    .footer .logo {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px; } }

#reviews-slider {
  overflow: visible;
}

.swiper-slide {
  opacity: 0;
  transition: .2s ease-in
}
.swiper-slide-active,
.swiper-slide-next {
  opacity: 1;
  transition: .3s ease-out;
}

@media (max-width: 991px) {
  .swiper-slide-next {
    opacity: 0
  }
}

.offer-wrapper {
  padding: 20px;
  border-radius: 4px;
  background-color: #702efc;
}
/*# sourceMappingURL=style.css.map*/
