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

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

@font-face {
  font-family: 'Montserrat SemiBold';
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block; }
.modal-open {
    overflow: unset;
}
.btn-blue {
  font-family: "Montserrat SemiBold";
  font-size: 21px;
  color: #fff;
  background: #108AE2; }
  @media (max-width: 767.98px) {
    .btn-blue {
      font-size: 16px; } }
  .btn-blue:hover {
    background: #0D61DE;
    color: #fff; }

.btn-blue-bordered {
  font-family: "Montserrat Bold";
  font-size: 18px;
  color: #108AE2;
  background: transparent;
  border: 3px solid #108AE2; }
  .btn-blue-bordered:hover {
    background: #108AE2;
    color: #fff; }

.btn-white {
  font-family: "Montserrat Bold";
  font-size: 22px;
  color: #272727;
  background: #fff; }
  .btn-white:hover {
    background: #d9d9d9;
    color: #272727; }

.modal-content {
  position: relative; }

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

.modal-header {
  padding: 15px; }

.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: 15px;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Montserrat";
  color: #272727; }

.modal-subtitle {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Montserrat";
  color: #272727; }

.modal .form-inline {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column; }
  .modal .form-inline .form-control {
    width: 281px;
    height: 69px;
    margin-bottom: 10px;
    background: none;
    border: 0;
    border-bottom: 2px solid #272727;
    font-size: 20px;
    color: #272727; }
    .modal .form-inline .form-control-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      }
  .modal .form-inline .btn {
    height: 69px;
    width: 281px; }
  .modal .form-inline .form-text {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #272727; }

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



* {
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

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

.blue {
  color: #108AE2; }

.bold {
  font-family: "Montserrat Bold"; }

.block-title {
  position: relative;
  margin-bottom: 80px;
  font-size: 43px;
  line-height: 1.15;
  font-family: "Montserrat Bold";
  color: #fff;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .block-title {
      margin-bottom: 55px; } }
  @media (max-width: 767.98px) {
    .block-title {
      margin-bottom: 30px;
      font-size: 25px;
      line-height: 1.3;
      text-align: center; } }
  .block-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 108px;
    height: 5px;
    background: #108AE2; }
    @media (max-width: 1199.98px) {
      .block-title:before {
        top: -27px; } }
    @media (max-width: 991.98px) {
      .block-title:before {
        display: none; } }
  .block-title--center {
    text-align: center; }
    .block-title--center:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .block-title--no-line:before {
    display: none; }
  .block-title--line-bottom:before {
    top: auto;
    bottom: -27px; }
  .block-title small {
    display: block;
    margin-top: 20px;
    font-family: "Montserrat";
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .block-title small {
        font-size: 18px; } }

.header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  background: #222831; }
  @media (max-width: 1199.98px) {
    .header {
      padding-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .header__img {
    position: absolute;
    right: 0;
    top: 99px;
    bottom: 0; }
    @media (max-width: 1199.98px) {
      .header__img {
        display: none; } }
    .header__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .header__offer {
    position: relative;
    margin-top: 190px;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .header__offer {
        margin-top: 120px; } }
    @media (max-width: 991.98px) {
      .header__offer {
        margin-top: 50px; } }
    .header__offer-title {
      position: relative;
      margin-bottom: 23px;
      font-size: 54px;
      font-family: "Montserrat Bold";
      line-height: 1.2;
      color: #fff; }
      .header__offer-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
        width: 108px;
        height: 5px;
        background: #108AE2; }
        @media (max-width: 1199.98px) {
          .header__offer-title:before {
            top: -27px; } }
        @media (max-width: 991.98px) {
          .header__offer-title:before {
            display: none; } }
      @media (max-width: 1199.98px) {
        .header__offer-title {
          font-size: 39px;
          margin-bottom: 20px; } }
      @media (max-width: 991.98px) {
        .header__offer-title {
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px;
          text-align: center;
          font-size: 36px; } }
      @media (max-width: 767.98px) {
        .header__offer-title {
          margin-bottom: 15px;
          font-size: 26px;
          text-align: center; } }
    .header__offer-tagline {
      margin-bottom: 65px;
      font-family: "Montserrat SemiBold";
      font-size: 24px;
      line-height: 1.4;
      color: #fff; }
      @media (max-width: 991.98px) {
        .header__offer-tagline {
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px;
          text-align: center; } }
      @media (max-width: 767.98px) {
        .header__offer-tagline {
          font-size: 14px; } }
  .header .form-inline {
    width: 100%;
    max-width: 570px; }
    @media (max-width: 991.98px) {
      .header .form-inline {
        margin-left: auto;
        margin-right: auto; } }
    .header .form-inline .form-control {
      width: 100%;
      height: 69px;
      background: none;
      border: 0;
      border-bottom: 2px solid #fff;
      font-size: 20px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .header .form-inline .form-control {
          height: 50px; } }
      .header .form-inline .form-control-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 28px; }
        @media (max-width: 767.98px) {
          .header .form-inline .form-control-wrap {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0; } }
    .header .form-inline .btn {
      height: 69px;
      width: 281px; }
      @media (max-width: 767.98px) {
        .header .form-inline .btn {
          height: 50px;
          width: 100%; } }
    .header .form-inline .form-text {
      width: 100%;
      margin-top: 10px;
      font-size: 12px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .header .form-inline .form-text {
          text-align: center; } }

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 22px 0;
  background: #323A46;
  z-index: 800;
  -webkit-transition: background 0.2s ease, padding 0.2s ease;
  transition: background 0.2s ease, padding 0.2s ease; }
  @media (max-width: 991.98px) {
    .navigation {
      position: fixed;
      -webkit-transition: none;
      transition: none;
      padding: 10px 0; } }
  .navigation--static {
    position: static !important; }
  .navigation--scrolled {
    position: fixed; }
  @media (max-width: 991.98px) {
    .navigation .navigation__list-col {
      display: none; } }
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .navigation__list-header .navigation__contacts {
        display: none; } }
    .navigation__list-item {
      position: relative;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      cursor: pointer; }
      .navigation__list-item a {
        display: inline-block;
        padding: 15px 18px;
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        color: #fff; }
        @media (max-width: 991.98px) {
          .navigation__list-item a {
            padding: 5px 15px; } }
      .navigation__list-item:hover a {
        color: #108AE2;
        text-decoration: none; }
      .navigation__list-item.active a {
        color: #108AE2; }
  .navigation__contacts {
    text-align: right; }
    .navigation__contacts-phone {
      display: inline-block;
      margin-right: 25px;
      font-family: "Montserrat Bold";
      font-size: 21px;
      color: #108AE2;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      @media (max-width: 1199.98px) {
        .navigation__contacts-phone {
          font-size: 16px; } }
      @media (max-width: 991.98px) {
        .navigation__contacts-phone {
          margin-right: 0; } }
      .navigation__contacts-phone:hover {
        color: #0D61DE;
        text-decoration: none; }
    .navigation__contacts .btn {
      padding-left: 17px;
      padding-right: 17px;
      height: 47px; }
  .navigation__hamburger {
    position: relative;
    display: none;
    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: #fff;
      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); }
  .navigation__mobile {
    position: fixed;
    left: 0;
    top: 75px;
    right: 0;
    bottom: 0;
    display: none;
    padding: 25px 0;
    background: #323A46; }
    .navigation__mobile.active {
      display: block; }
    .navigation__mobile .navigation__list {
      margin-bottom: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .navigation__mobile .navigation__list-item {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        margin-right: 0; }
        .navigation__mobile .navigation__list-item:before {
          display: none; }
    .navigation__mobile .city-picker {
      margin-bottom: 20px;
      text-align: center; }
    .navigation__mobile .navigation__contacts {
      text-align: center; }
    .navigation__mobile .btn {
      margin: 0 auto;
      margin-top: 15px;
      width: 100%;
      max-width: 240px;
      font-size: 14px; }

.logo {
  position: relative;
  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 {
    height: 55px;
    margin-right: 10px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
    @media (max-width: 991.98px) {
      .logo__img {
        -webkit-transform: none;
                transform: none; } }
    .logo__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.features {
  padding-top: 110px;
  padding-bottom: 96px;
  background: #323A46; }
  @media (max-width: 991.98px) {
    .features {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .features__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .features__list {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
    .features__list:before {
      content: "";
      position: absolute;
      left: 0;
      top: 24px;
      right: 200px;
      height: 2px;
      background: #566377; }
      @media (max-width: 991.98px) {
        .features__list:before {
          display: none; } }
    .features__list-item {
      position: relative;
      width: calc(25% - 30px); }
      @media (max-width: 991.98px) {
        .features__list-item {
          width: calc(50% - 40px);
          margin-bottom: 40px; } }
      @media (max-width: 767.98px) {
        .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: 100%; } }
      .features__list-item:nth-of-type(1) svg {
        position: absolute;
        right: -3px;
        top: -3px; }
      .features__list-item:nth-of-type(2) svg {
        position: absolute;
        right: -3px;
        top: -4px; }
      .features__list-item:nth-of-type(3) svg {
        position: absolute;
        right: -3px;
        top: -3px; }
      .features__list-item:nth-of-type(4) .features__list-item-number {
        border-color: #108AE2;
        border-width: 3px; }
      .features__list-item-number {
        position: relative;
        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;
        text-align: center;
        width: 49px;
        height: 49px;
        margin-bottom: 22px;
        border: 2px solid #566377;
        border-radius: 50%;
        font-family: "Montserrat Bold";
        font-size: 20px;
        background: #323A46;
        color: #108AE2; }
        .features__list-item-number svg {
          position: absolute; }
      .features__list-item-title {
        font-family: "Montserrat Bold";
        font-size: 18px;
        color: #fff;
        line-height: 1.2; }
        @media (max-width: 1199.98px) {
          .features__list-item-title {
            font-size: 15px; } }
        @media (max-width: 767.98px) {
          .features__list-item-title {
            text-align: center; } }

.price {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #222831; }
  @media (max-width: 991.98px) {
    .price {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .price__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #4C535E; }
    @media (max-width: 767.98px) {
      .price__tabs {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border: 0;
        text-align: center; } }
    .price__tabs-item {
      position: relative;
      margin-right: 55px;
      padding: 20px 15px;
      font-family: "Montserrat Bold";
      font-size: 16px;
      color: #fff;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        .price__tabs-item {
          margin-right: 0;
          margin-bottom: 10px;
          width: 100%; } }
      .price__tabs-item:last-of-type {
        margin-right: 0; }
      .price__tabs-item:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 0;
        background: #108AE2;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out;
        -webkit-transform: translateY(50%);
                transform: translateY(50%); }
      .price__tabs-item--active:after, .price__tabs-item:hover:after {
        opacity: 1;
        height: 10px; }
  .price__blocks {
    margin-bottom: 30px; }
    .price__blocks-item {
      display: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .price__blocks-item--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .price__wrap {
    width: calc(50% - 15px);
    padding: 54px 31px;
    background: #323A46; }
    @media (max-width: 991.98px) {
      .price__wrap {
        width: 100%; }
        .price__wrap:nth-of-type(1) {
          padding-bottom: 0; }
        .price__wrap:nth-of-type(2) {
          padding-top: 15px !important; } }
    @media (max-width: 767.98px) {
      .price__wrap {
        background: none;
        padding: 0; } }
  .price__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    padding: 20px 25px;
    background: #434C5A; }
    @media (max-width: 767.98px) {
      .price__item {
        padding: 15px 10px; } }
    .price__item:last-of-type {
      margin-bottom: 0; }
    .price__item-title {
      margin-right: auto;
      font-size: 18px;
      color: #fff;
      line-height: 1.2; }
      @media (max-width: 767.98px) {
        .price__item-title {
          font-size: 14px; } }
    .price__item-cost {
      padding: 0 15px;
      font-family: "Montserrat Bold";
      font-size: 18px;
      color: #108AE2;
      line-height: 1.2;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .price__item-cost {
          font-size: 14px; } }
    .price__item-overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      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;
      text-align: center;
      font-family: "Montserrat SemiBold";
      font-size: 18px;
      color: #fff;
      background: #108AE2;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      cursor: pointer; }
      .price__item-overlay:hover {
        opacity: 1; }

.lead-magnet {
  padding-top: 80px;
  padding-bottom: 0;
  background: #222831; }
  @media (max-width: 991.98px) {
    .lead-magnet {
      padding-top: 40px;
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .lead-magnet {
      padding-top: 20px; } }
  .lead-magnet__main-title {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Montserrat SemiBold";
    font-size: 43px;
    line-height: 1.25;
    color: #fff;
    text-align: center; }
    @media (max-width: 991.98px) {
      .lead-magnet__main-title {
        font-size: 30px;
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .lead-magnet__main-title {
        font-size: 22px; } }
  .lead-magnet__wrap {
    position: relative;
    padding: 100px 55px;
    background: #434C5A;
    -webkit-transform: translateY(87px);
            transform: translateY(87px); }
    @media (max-width: 991.98px) {
      .lead-magnet__wrap {
        -webkit-transform: none;
                transform: none;
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .lead-magnet__wrap {
        padding: 20px 15px; } }
  .lead-magnet__title {
    width: 100%;
    max-width: 490px;
    margin-bottom: 95px;
    font-family: "Montserrat SemiBold";
    font-size: 24px;
    line-height: 1.35;
    color: #fff; }
    @media (max-width: 991.98px) {
      .lead-magnet__title {
        margin-bottom: 25px; } }
    @media (max-width: 767.98px) {
      .lead-magnet__title {
        font-size: 18px;
        text-align: center; } }
  .lead-magnet__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    @media (max-width: 991.98px) {
      .lead-magnet__img {
        display: none; } }
    .lead-magnet__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .lead-magnet .form-inline {
    position: relative;
    width: 100%;
    max-width: 570px;
    z-index: 10; }
    .lead-magnet .form-inline .form-control {
      width: 100%;
      height: 69px;
      background: none;
      border: 0;
      border-bottom: 2px solid #fff;
      font-size: 20px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .lead-magnet .form-inline .form-control {
          height: 50px; } }
      .lead-magnet .form-inline .form-control-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 28px; }
        @media (max-width: 767.98px) {
          .lead-magnet .form-inline .form-control-wrap {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px; } }
    .lead-magnet .form-inline .btn {
      height: 69px;
      width: 281px; }
      @media (max-width: 767.98px) {
        .lead-magnet .form-inline .btn {
          height: 50px;
          width: 100%; } }
    .lead-magnet .form-inline .form-text {
      width: 100%;
      margin-top: 10px;
      font-size: 12px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .lead-magnet .form-inline .form-text {
          text-align: center; } }

.prof {
  padding-top: 240px;
  padding-bottom: 150px;
  background: #323A46; }
  @media (max-width: 991.98px) {
    .prof .block-title {
      text-align: center; } }
  @media (max-width: 991.98px) {
    .prof {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .prof__list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .prof__list-item {
      width: calc(33.33333% - 20px);
      padding: 50px 27px;
      background: #4F5A6B; }
      @media (max-width: 991.98px) {
        .prof__list-item {
          width: 100%;
          margin-bottom: 30px; } }
      .prof__list-item:first-of-type, .prof__list-item:last-of-type {
        opacity: 0.6; }
      .prof__list-item-title {
        margin-bottom: 30px;
        padding-bottom: 10px;
        font-family: "Montserrat Bold";
        font-size: 21px;
        line-height: 1.2;
        color: #fff;
        border-bottom: 1px solid #525B69;
        text-align: center; }
      .prof__list-item ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        @media (max-width: 991.98px) {
          .prof__list-item ul {
            width: 100%;
            max-width: 350px;
            margin-left: auto;
            margin-right: auto; } }
        .prof__list-item ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 30px; }
          .prof__list-item ul li svg {
            margin-top: 3px; }
          .prof__list-item ul li span {
            width: calc(100% - 25px);
            font-family: "Montserrat";
            font-size: 16px;
            line-height: 1.45;
            color: #fff; }
      .prof__list-item .btn {
        width: 100%;
        height: 69px;
        margin-top: 15px; }
        @media (max-width: 991.98px) {
          .prof__list-item .btn {
            display: block;
            max-width: 350px;
            margin-left: auto;
            margin-right: auto; } }

.steps {
  padding-top: 150px;
  padding-bottom: 90px;
  background: #222831; }
  @media (max-width: 991.98px) {
    .steps {
      padding-top: 60px;
      padding-bottom: 35px; } }
  .steps__wrap {
    position: relative;
    height: 270px; }
    @media (max-width: 1199.98px) {
      .steps__wrap {
        height: auto; } }
  .steps__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-left: 65px;
    padding-right: 65px;
    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; }
    @media (max-width: 1199.98px) {
      .steps__line {
        display: none; } }
    .steps__line:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      border: 2px dashed #108AE2;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .steps__line-number {
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .steps__line-number span {
        position: relative;
        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;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #108AE2;
        border: 2px solid #108AE2;
        border-radius: 50%; }
      .steps__line-number:before {
        content: "";
        position: absolute;
        left: -7px;
        top: -7px;
        right: -7px;
        bottom: -7px;
        background: #222831;
        border-radius: 50%;
        z-index: 0; }
  @media (max-width: 1199.98px) {
    .steps__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; } }
  .steps__item {
    position: absolute;
    padding-left: 19px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    width: 100%;
    max-width: 370px; }
    @media (max-width: 1199.98px) {
      .steps__item {
        position: relative;
        width: calc(50% - 35px);
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        max-width: none !important;
        margin-bottom: 45px; } }
    @media (max-width: 767.98px) {
      .steps__item {
        width: 100%;
        margin-bottom: 25px; } }
    .steps__item:nth-of-type(1) {
      left: 236px;
      top: 0;
      max-width: 410px; }
      @media (max-width: 1199.98px) {
        .steps__item:nth-of-type(1) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .steps__item:nth-of-type(2) {
      left: 850px;
      top: 0;
      max-width: 310px; }
      @media (max-width: 1199.98px) {
        .steps__item:nth-of-type(2) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; } }
    .steps__item:nth-of-type(3) {
      left: 10px;
      bottom: 24px; }
      @media (max-width: 1199.98px) {
        .steps__item:nth-of-type(3) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .steps__item:nth-of-type(4) {
      left: 540px;
      max-width: 410px;
      bottom: 0; }
      @media (max-width: 1199.98px) {
        .steps__item:nth-of-type(4) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .steps__item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #108AE2; }

.about {
  position: relative;
  padding-top: 90px;
  padding-bottom: 250px;
  background: #222831; }
  @media (max-width: 1199.98px) {
    .about {
      padding-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .about {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .about__desc {
    width: 100%;
    max-width: 530px;
    font-size: 18px;
    line-height: 1.645;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .about__desc {
        max-width: none; } }
    @media (max-width: 767.98px) {
      .about__desc {
        font-size: 16px; } }
  .about__img {
    position: absolute;
    left: calc(50% + 60px);
    top: 90px; }
    @media (max-width: 1199.98px) {
      .about__img {
        display: none; } }
    .about__img:before {
      content: "";
      position: absolute;
      top: 83px;
      left: 75px;
      width: 100%;
      height: 100%;
      background: #434C5A; }
    .about__img img {
      position: relative;
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.reviews {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  z-index: 10;
  background: #323A46; }
  @media (max-width: 991.98px) {
    .reviews {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .reviews__container {
    position: relative;
    padding: 0; }
    @media (max-width: 767.98px) {
      .reviews__container {
        padding-bottom: 0; } }
  .reviews .swiper-container {
    width: 100%;
    margin: 0 auto; }
  .reviews__control {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 10; }
    @media (max-width: 767.98px) {
      .reviews__control {
        bottom: 20px;
        right: 20px; } }
  @media (max-width: 767.98px) {
    .reviews .swiper-slide {
      height: auto; } }
  .reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 390px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .reviews__item {
        height: 100%; } }
    .reviews__item-img {
      width: 380px;
      height: 100%; }
      @media (max-width: 991.98px) {
        .reviews__item-img {
          width: 200px; } }
      @media (max-width: 767.98px) {
        .reviews__item-img {
          width: 100%;
          height: 200px; } }
      .reviews__item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .reviews__item-content {
      width: calc(100% - 380px);
      background: #434C5A;
      padding: 60px 45px;
      padding-bottom: 120px; }
      @media (max-width: 991.98px) {
        .reviews__item-content {
          width: calc(100% - 200px); } }
      @media (max-width: 767.98px) {
        .reviews__item-content {
          width: 100%;
          height: 100%;
          padding: 20px;
          padding-bottom: 50px; } }
    .reviews__item-name {
      margin-bottom: 5px;
      font-family: "Montserrat Bold";
      font-size: 21px;
      line-height: 1.2;
      color: #fff; }
    .reviews__item-stars {
      margin-bottom: 17px; }
    .reviews__item-desc {
      font-size: 18px;
      line-height: 1.6;
      color: #fff; }
      @media (max-width: 767.98px) {
        .reviews__item-desc {
          font-size: 16px; } }
  .reviews .swiper-button-prev-unique,
  .reviews .swiper-button-next-unique {
    width: 29px;
    height: 48px;
    cursor: pointer;
    z-index: 20;
    display: inline-block; }
    @media (max-width: 767.98px) {
      .reviews .swiper-button-prev-unique,
      .reviews .swiper-button-next-unique {
        width: 19px;
        height: 32px; } }
    .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;
        -webkit-transition: fill 0.2s ease;
        transition: fill 0.2s ease; }
    .reviews .swiper-button-prev-unique:hover path,
    .reviews .swiper-button-next-unique:hover path {
      fill: #108AE2; }
  .reviews .swiper-button-prev-unique {
    left: 0;
    margin-right: 15px; }
    .reviews .swiper-button-prev-unique svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .reviews .swiper-button-next-unique {
    right: 0; }

.contact-us {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #222831; }
  @media (max-width: 991.98px) {
    .contact-us {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contact-us__title {
    margin-bottom: 60px;
    font-family: "Montserrat Bold";
    font-size: 43px;
    line-height: 1.3;
    color: #fff;
    text-align: center; }
    @media (max-width: 767.98px) {
      .contact-us__title {
        margin-bottom: 30px;
        font-size: 29px; } }
    .contact-us__title small {
      display: block;
      font-family: "Montserrat";
      font-size: 18px; }
  .contact-us .form-inline {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto; }
    .contact-us .form-inline .form-control {
      width: 100%;
      height: 69px;
      background: none;
      border: 0;
      border-bottom: 2px solid #fff;
      font-size: 20px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .contact-us .form-inline .form-control {
          height: 50px; } }
      .contact-us .form-inline .form-control-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 28px; }
        @media (max-width: 767.98px) {
          .contact-us .form-inline .form-control-wrap {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px; } }
    .contact-us .form-inline .btn {
      height: 69px;
      width: 281px; }
      @media (max-width: 767.98px) {
        .contact-us .form-inline .btn {
          width: 100%;
          height: 50px; } }
    .contact-us .form-inline .form-text {
      width: 100%;
      margin-top: 10px;
      font-size: 12px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .contact-us .form-inline .form-text {
          text-align: center; } }

.contacts {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #323A46; }
  @media (max-width: 991.98px) {
    .contacts {
      padding-top: 60px;
      padding-bottom: 60px;
      text-align: center; } }
  .contacts__map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% - 20px);
    background: #108AE2; }
    @media (max-width: 991.98px) {
      .contacts__map {
        position: static;
        height: 280px;
        width: 100%;
        margin-top: 40px; } }
  .contacts__title {
    margin-bottom: 60px;
    font-family: "Montserrat Bold";
    font-size: 43px;
    color: #fff;
    line-height: 1.25; }
    @media (max-width: 991.98px) {
      .contacts__title {
        font-size: 36px;
        margin-bottom: 40px; } }
  .contacts__desc {
    font-size: 18px;
    line-height: 1.4;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .contacts__desc {
        font-size: 16px; } }
  .contacts__phone {
    display: inline-block;
    margin: 30px 0;
    font-family: "Montserrat Bold";
    font-size: 44px;
    color: #108AE2;
    line-height: 1.2;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .contacts__phone:hover {
      color: #0D61DE; }

.footer {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #222831; }
  @media (max-width: 1199.98px) {
    .footer {
      padding-bottom: 15px; } }
  .footer__offer {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .footer__offer {
        margin-top: 5px; } }
    @media (max-width: 991.98px) {
      .footer__offer {
        margin-top: 30px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .footer__offer {
        display: block;
        margin-top: 20px; } }
  .footer__policy {
    display: inline-block;
    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; } }
    .footer__policy:hover, .footer__policy:focus {
      color: #0d73bc; }
  .footer .navigation {
    background: none !important;
    padding: 0 !important; }
  @media (max-width: 991.98px) {
    .footer .logo__text {
      display: block; } }
  @media (max-width: 767.98px) {
    .footer .logo {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
    .footer .navigation__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
    .footer .navigation__contacts {
      text-align: center; } }
  .footer__to-top {
    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: 50px;
    height: 50px;
    padding: 19px;
    background: rgba(66, 75, 87, 0.12);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out; }
    @media (max-width: 767.98px) {
      .footer__to-top {
        margin-top: 20px; } }
    .footer__to-top:hover {
      background: #424B57; }
    .footer__to-top svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .footer__to-top svg path {
        fill: #fff; }

::-webkit-scrollbar {
  display: none
}
/*# sourceMappingURL=style.css.map*/
