body,
html {
  font-family: 'Quicksand', sans-serif;
  height: 100%;
  min-width: 320px;
  color: #6a737a;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1134px; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .site-header {
    width: 100%; }
  .site-content {
    flex: 1;
    background: #fff; }
  .site-footer {
    background: #fff; }

h1 {
  font-size: 42px;
  line-height: 120%; }

h2 {
  font-size: 34px;
  line-height: 120%; }

h3 {
  font-size: 28px;
  line-height: 120%; }

p {
  line-height: 160%; }

a {
  text-decoration: none; }
  a:hover {
    opacity: 0.9; }

.site-header {
  background: #7b6fe3;
  padding: 20px 0 30px; }
  .site-header .navbar-nav .nav-item .nav-link {
    color: #fff; }
  .site-header .navbar-nav .nav-item + .nav-item {
    margin-left: 30px; }
  .site-header .navbar-nav.login_block {
    margin-left: 40px; }
    .site-header .navbar-nav.login_block .nav-item .nav-link {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 30px;
      padding-left: 30px;
      padding-right: 30px; }
  .site-header .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    box-shadow: none; }
    .site-header .navbar-light .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

@media (max-width: 991px) {
  .site-header .navbar-nav .nav-item {
    text-align: right; }

  .site-header {
    background: #7b6fe3;
    padding: 15px 10px; }

  .site-header .navbar-nav .nav-item .nav-link {
    display: inline-block; }

  .site-header .navbar-nav .nav-item + .nav-item {
    margin-left: 0; }

  .site-header .navbar-nav.login_block {
    margin-left: 0; }

  .site-header .navbar-nav {
    padding-top: 20px; } }
.hero_block {
  background: #7b6fe3;
  position: relative;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 200px;
  margin-top: -1px; }
  .hero_block:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    background: url("../img/hero_bg.jpg");
    background-size: cover;
    height: 190px;
    background-position: 50% 100%; }
  .hero_block .text_block {
    margin-bottom: 50px;
    padding: 0 5.3%; }
    .hero_block .text_block p {
      hyphens: auto;
      font-size: 18px;
      color: #fff;
      line-height: 1.8;
      margin-bottom: 0; }
  .hero_block .block_link {
    text-align: center; }
    .hero_block .block_link a {
      display: inline-block;
      color: #8a49c9;
      font-size: 20px;
      line-height: 24px;
      padding: 17px 30px 18px;
      font-weight: 700;
      text-decoration: none;
      background: #fff;
      border-radius: 10px; }
      .hero_block .block_link a:hover {
        opacity: 0.9; }
  .hero_block .image_block {
    padding-left: 5%; }

@media screen and (max-width: 1100px) {
  .hero_block:before {
    background-size: contain;
    height: 110px;
    background-position: 50% 100%;
    background-repeat: no-repeat; }

  .hero_block {
    padding-bottom: 118px; } }
@media screen and (max-width: 991px) {
  .hero_block .image_block {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 40px; }
    .hero_block .image_block img {
      width: 100%; }

  .hero_block .text_block p {
    font-size: 16px;
    text-align: center; } }
.services_block {
  margin-bottom: 90px; }
  .services_block a {
    height: 100%;
    text-decoration: none; }
    .services_block a:hover .services_item {
      opacity: 0.9; }
  .services_block .title_block {
    margin-bottom: 50px; }
    .services_block .title_block h2 {
      text-align: center;
      color: #7b6fe3;
      font-weight: 700; }
  .services_block .services_item {
    min-height: 166px;
    border-radius: 5px;
    margin-bottom: 24px; }
    .services_block .services_item.color_blue {
      background: #7b6fe3; }
    .services_block .services_item.color_green {
      background: #65c577; }
    .services_block .services_item .text_services {
      text-align: center;
      color: #fff;
      width: 100%;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.4; }

.assistant_block {
  margin-bottom: 126px; }
  .assistant_block .title_block {
    margin-bottom: 70px;
    text-align: center; }
    .assistant_block .title_block h3 {
      color: #6a737a;
      font-size: 25px;
      margin-bottom: 15px;
      line-height: 1.4;
      font-weight: 700; }
      .assistant_block .title_block h3 span {
        color: #7b6fe3; }
    .assistant_block .title_block p {
      font-size: 14px;
      color: #aab0b5;
      font-weight: 700;
      line-height: 1.6; }
  .assistant_block .block_wrap {
    padding: 0 2%; }
  .assistant_block .items_block {
    width: 242px;
    -webkit-box-shadow: 0px 0px 29px -2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 29px -2px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 29px -2px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    text-align: center;
    padding: 34px 10px 26px;
    margin: 0 25px 52px; }
    .assistant_block .items_block .icon_block {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background: #aa80f9;
      background: linear-gradient(90deg, #aa80f9 0%, #6266d8 100%);
      text-align: center;
      margin: 0 auto 13px; }
      .assistant_block .items_block .icon_block img {
        height: 32px;
        margin: 0 auto; }
    .assistant_block .items_block h4 {
      color: #6a737a;
      font-weight: 700;
      font-size: 18px; }
    .assistant_block .items_block p {
      margin-bottom: 0;
      font-size: 13px;
      color: #6a737a;
      font-weight: 500; }
  .assistant_block .link_block {
    text-align: center; }
    .assistant_block .link_block a {
      display: inline-block;
      font-size: 25px;
      text-decoration: none;
      background: #7b6fe3;
      color: #fff;
      font-weight: 700;
      padding: 7px 20px 8px;
      border-radius: 30px;
      margin-bottom: 15px; }
    .assistant_block .link_block p {
      color: #7b6fe3;
      font-size: 25px;
      margin-bottom: 0;
      font-weight: 700; }

@media screen and (max-width: 767px) {
  .assistant_block {
    margin-bottom: 80px;
    padding: 0 10px; } }
.list_block.b_padding {
  padding: 80px 0 120px; }
.list_block .list_wrap {
  margin-top: -20px;
  position: relative;
  left: 50px; }
  .list_block .list_wrap h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #7b6fe3; }
  .list_block .list_wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px; }
    .list_block .list_wrap ul li {
      font-size: 25px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 15px; }
      .list_block .list_wrap ul li span {
        color: #7b6fe3; }
      .list_block .list_wrap ul li:before {
        content: url("../img/arrow.png");
        margin-right: 8px; }
      .list_block .list_wrap ul li:last-child {
        margin-bottom: 0; }
  .list_block .list_wrap .link_block {
    text-align: center; }
    .list_block .list_wrap .link_block a {
      display: inline-block;
      font-size: 25px;
      text-decoration: none;
      background: #7b6fe3;
      color: #fff;
      font-weight: 700;
      padding: 7px 20px 8px;
      border-radius: 30px;
      margin-bottom: 15px; }
.list_block .image_block img {
  width: 100%; }

@media screen and (max-width: 991px) {
  .list_block .list_wrap {
    margin-top: 0;
    left: 0;
    margin-bottom: 40px; }

  .list_block.b_padding {
    padding: 80px 0px 100px; }

  .list_block .image_block img {
    width: 100%; }

  .list_block .list_wrap ul li {
    font-size: 22px; }

  .list_block.b_padding .image_block img {
    max-width: 60%;
    margin: 0 auto;
    display: block; } }
@media screen and (max-width: 767px) {
  .list_block.b_padding {
    padding: 70px 10px 70px; }

  .list_block {
    padding: 0px 10px 0px; }

  .list_block.b_padding .image_block img {
    max-width: 90%; } }
.cta_form {
  background: #7b6fe3;
  padding: 56px 0 62px; }
  .cta_form .description {
    text-align: center; }
    .cta_form .description h2 {
      font-size: 40px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 50px; }
    .cta_form .description h3 {
      font-size: 33px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0; }
  .cta_form .form_block {
    background: #fff;
    padding: 40px;
    border-radius: 5px; }
    .cta_form .form_block .btn {
      background: #24bb74;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 11px 20px 12px;
      border: 1px solid #24bb74;
      display: block;
      width: 100%; }
    .cta_form .form_block .mb-3 {
      position: relative; }
      .cta_form .form_block .mb-3.email:before {
        content: url("../img/email.png");
        position: absolute;
        top: 17px;
        left: 15px;
        z-index: 50; }
      .cta_form .form_block .mb-3.name:before {
        content: url("../img/name.png");
        position: absolute;
        top: 17px;
        left: 15px;
        z-index: 50; }
      .cta_form .form_block .mb-3.phone:before {
        content: url("../img/phone.png");
        position: absolute;
        top: 17px;
        left: 15px;
        z-index: 50; }
    .cta_form .form_block .form-control {
      height: 52px;
      padding: 0 16px 0 48px;
      position: relative;
      background: #f9f9f9;
      border: 1px solid #f2f2f2;
      box-shadow: none;
      font-weight: 600;
      border-radius: 5px; }
      .cta_form .form_block .form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #121212;
        opacity: 1;
        /* Firefox */
        font-weight: 600;
        font-size: 16px; }
      .cta_form .form_block .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #121212;
        font-weight: 600;
        font-size: 16px; }
      .cta_form .form_block .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #121212;
        font-weight: 600;
        font-size: 16px; }
  .cta_form .title_form h3 {
    color: #000005;
    font-size: 26px;
    font-weight: 700; }
  .cta_form .title_form p {
    color: #000005;
    font-weight: 600;
    margin-bottom: 20px; }
  .cta_form .ps-lg-5 {
    padding-left: 3% !important; }

@media screen and (max-width: 991px) {
  .cta_form .ps-lg-5 {
    padding-left: 12px !important; }

  .cta_form .description {
    margin-bottom: 40px; } }
@media screen and (max-width: 767px) {
  .cta_form {
    padding: 56px 10px 62px; }

  .cta_form .description h2 {
    font-size: 30px;
    margin-bottom: 40px; }

  .cta_form .description h3 {
    font-size: 24px; }

  .cta_form .form_block {
    padding: 30px 20px; } }
.contact_block {
  border-bottom: 1px solid #f0f3f6;
  border-top: 1px solid #f0f3f6;
  padding: 85px 0 74px;
  background: #f6f9fc; }
  .contact_block .title_block {
    margin-bottom: 70px;
    text-align: center; }
    .contact_block .title_block h2 {
      color: #354149;
      font-size: 30px;
      margin-bottom: 15px;
      line-height: 1.4;
      font-weight: 700; }
      .contact_block .title_block h2 span {
        color: #7b6fe3; }
    .contact_block .title_block p {
      font-size: 16px;
      color: #aab0b5;
      font-weight: 700;
      line-height: 1.6; }
  .contact_block .company_info_wrap .company_info {
    margin-bottom: 40px;
    font-size: 16px;
    color: #88989f;
    font-weight: 500;
    line-height: 1.6; }
    .contact_block .company_info_wrap .company_info:last-child {
      margin-bottom: 0; }
    .contact_block .company_info_wrap .company_info h4 {
      font-size: 16px;
      color: #88989f;
      font-weight: 700;
      line-height: 1.6; }
    .contact_block .company_info_wrap .company_info a {
      font-size: 16px;
      color: #88989f;
      font-weight: 500;
      line-height: 1.6; }
  .contact_block .contact_form_block .form-label {
    color: #424c55;
    font-weight: 700;
    margin-bottom: 10px; }
  .contact_block .contact_form_block .form-control {
    height: 38px;
    padding: 0 16px;
    background: #f1f3fa;
    border: 1px solid #f1f3fa;
    box-shadow: none;
    border-radius: 5px; }
    .contact_block .contact_form_block .form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #929da5;
      opacity: 1;
      /* Firefox */
      font-weight: 600;
      font-size: 14px; }
    .contact_block .contact_form_block .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #929da5;
      font-weight: 600;
      font-size: 14px; }
    .contact_block .contact_form_block .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #929da5;
      font-weight: 600;
      font-size: 14px; }
  .contact_block .contact_form_block textarea.form-control {
    height: 105px;
    padding: 16px;
    border-radius: 5px; }
  .contact_block .contact_form_block .btn {
    background: #7b6fe3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 20px 8px;
    margin-left: auto;
    display: inline-block;
    float: right; }

@media screen and (max-width: 767px) {
  .contact_block .company_info_wrap .company_info:last-child {
    margin-bottom: 40px; }

  .contact_block {
    padding: 85px 10px 74px; } }
.site-footer {
  background: #313a46;
  padding: 70px 0 20px; }
  .site-footer .footer_logo {
    margin-bottom: 25px; }
  .site-footer .title_menu {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px; }
  .site-footer .menu_list ul {
    margin-bottom: 40px; }
    .site-footer .menu_list ul li {
      margin-bottom: 16px; }
      .site-footer .menu_list ul li a {
        color: #9fa3a9;
        font-size: 16px;
        font-weight: 500; }
  .site-footer .copyright {
    margin-top: 30px;
    color: #9fa3a9;
    font-size: 16px;
    font-weight: 500; }
  .site-footer .footer_desc {
    margin-top: 25px; }
    .site-footer .footer_desc h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #9fa3a9; }
    .site-footer .footer_desc p {
      font-size: 16px;
      font-weight: 600;
      color: #9fa3a9;
      margin-bottom: 15px; }
  .site-footer .contact_info ul li {
    margin-bottom: 16px;
    color: #9fa3a9;
    font-size: 16px;
    font-weight: 500; }
    .site-footer .contact_info ul li a {
      color: #9fa3a9;
      font-size: 16px;
      font-weight: 500; }
    .site-footer .contact_info ul li.phone:before {
      content: url("../img/phone_1.png");
      margin-right: 3px;
      position: relative;
      top: 1px; }
    .site-footer .contact_info ul li.email:before {
      content: url("../img/email_1.png");
      margin-right: 3px;
      position: relative;
      top: 2px; }
    .site-footer .contact_info ul li.adress:before {
      content: url("../img/home.png");
      margin-right: 3px;
      position: relative;
      top: 2px; }

@media screen and (max-width: 767px) {
  .site-footer {
    background: #313a46;
    padding: 50px 10px 50px; }

  .site-footer .contact_info {
    margin-bottom: 40px; }

  .site-footer .footer_desc {
    margin-bottom: 40px; } }

/*# sourceMappingURL=style.css.map */
