/*!
Theme Name: extbel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: extbel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

extbel is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css?display=swap&family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic");
  
.grecaptcha-badge { visibility: hidden; }

body {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 16px;
  position: relative; }
b,strong {
	font-weight: 600;
}
* {
  outline: 0; }

.x {
  margin: 90px; }
body.admin-bar main.home_page{
  margin-top: -20px;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  main .breadcrumbs_wrapper {
    margin-top: 45px;
    width: 100%;
    position: relative;
    top: 0; }
    @media all and (max-width: 768px) {
      main .breadcrumbs_wrapper {
        margin-left: 30px;
        width: calc(100% - 30px);
        margin-top: 5px; } }
    main .breadcrumbs_wrapper .breadcrumbs {
      left: 0;
      top: 0; }
      main .breadcrumbs_wrapper .breadcrumbs > span > span {
        color: black;
        font-size: 16px;
        font-weight: 700; }
        @media all and (max-width: 768px) {
          main .breadcrumbs_wrapper .breadcrumbs > span > span {
            font-size: 16px; } }
        main .breadcrumbs_wrapper .breadcrumbs > span > span a {
          opacity: 0.7;
          margin-right: 5px; }
        main .breadcrumbs_wrapper .breadcrumbs > span > span strong {
          margin-left: 5px;
          opacity: 1; }

body, html {
  height: 100%; }
.page-template-default .main_content {
  padding: 45px 0;
}
.page-template-default .page_title .title h1 {
  margin-top: 45px;
}
body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7; }

.block_title h2 {
  color: #292828;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px; }

.page_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .page_title .image {
    position: relative;
    font-size: 0;
    width: 100%; }
    .page_title .image .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 54, 161, 0.75)), to(rgba(255, 255, 255, 0.88)));
      background-image: linear-gradient(180deg, rgba(60, 54, 161, 0.75) 0%, rgba(255, 255, 255, 0.88) 100%); }
    .page_title .image img {
      width: 100%;
      height: 400px; }
      @media all and (max-width: 991px) {
        .page_title .image img {
          height: 300px; } }
      @media all and (max-width: 768px) {
        .page_title .image img {
          height: 250px; } }
      @media all and (max-width: 576px) {
        .page_title .image img {
          height: 150px; } }
         .page-template-default .page_title .image img {
          height: 200px;
         }
  .page_title .breadcrumbs_wrapper {
    margin-top: 45px;
    width: 100%;
    position: absolute;
    top: 0; }
    @media all and (max-width: 768px) {
      .page_title .breadcrumbs_wrapper {
        margin-left: 30px;
        width: calc(100% - 30px);
        margin-top: 5px; } }
    .page_title .breadcrumbs_wrapper .breadcrumbs {
      left: 0;
      top: 0; }
      .page_title .breadcrumbs_wrapper .breadcrumbs > span > span {
        font-size: 16px;
        color: white;
        font-weight: 700; }
        @media all and (max-width: 768px) {
          .page_title .breadcrumbs_wrapper .breadcrumbs > span > span {
            font-size: 14px; } }
        .page_title .breadcrumbs_wrapper .breadcrumbs > span > span a {
          opacity: 0.7;
          margin-right: 5px; }
        .page_title .breadcrumbs_wrapper .breadcrumbs > span > span strong {
          margin-left: 5px;
          opacity: 1; }
  .page_title .title {
    position: absolute; }
    .page_title .title h1 {
      color: #ffffff;
      font-size: 56px;
      font-weight: 600;
      text-align: center; }
      @media all and (max-width: 768px) {
        .page_title .title h1 {
          font-size: 48px; } }
      @media all and (max-width: 576px) {
        .page_title .title h1 {
          font-size: 32px; } }

.slick-dots {
  bottom: 10px; }
  .slick-dots li {
    width: 15px;
    height: 15px; }
    .slick-dots li button {
      width: 15px;
      height: 15px; }
      .slick-dots li button:before {
        border: 2px solid #ffffff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-size: 0;
        width: 15px;
        height: 15px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }

.btn_default {
  display: inline-block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 2px solid #ffffff;
  text-align: center;
  cursor: pointer; }
  @media all and (max-width: 768px) {
    .btn_default {
      font-size: 18px;
      line-height: 18px; } }
  .btn_default.white {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #ffffff;
    color: #3c36a1; 
    padding: 10px 45px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
    .btn_default.white:hover {
      background-color: transparent;
      border: 2px solid #ffffff;
      color: #ffffff;}
    @media all and (max-width: 768px) {
      .btn_default.white {
        padding: 10px 45px; } }
  .btn_default.fullWhite {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 2px solid #ffffff;
    padding: 10px 45px;
    background-color: #fff;
    color: #3c36a1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
    .btn_default.fullWhite:hover {
      background-color: transparent;
      color: white; }
    @media all and (max-width: 768px) {
      .btn_default.fullWhite {
        padding: 10px 45px; } }
  .btn_default.blue {
    padding: 5px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(62, 54, 165, 0.16);
            box-shadow: 0 3px 6px rgba(62, 54, 165, 0.16);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 2px solid #3c36a1;
    background-color: #ffffff;
    color: #3c36a1; }
    .btn_default.blue:hover {
      background-color: white;
      color: #3c36a1; }
    @media all and (max-width: 768px) {
      .btn_default.blue {
        padding: 10px 45px; } }
  .btn_default.fullBlue {
    padding: 5px 20px;
    -webkit-box-shadow: 0 3px 6px rgba(62, 153, 223, 0.16);
            box-shadow: 0 3px 6px rgba(62, 153, 223, 0.16);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #3c36a1;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
    .btn_default.fullBlue:hover {
      background-color: transparent;
      border: 2px solid #3c36a1;
      color: #3c36a1; }
    @media all and (max-width: 768px) {
      .btn_default.fullBlue {
        padding: 0px 20px;
        font-size: 16px; } }

.fullHeight {
  min-height: 100vh; }

.contact_us {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 25px 50px;
  margin: 90px 10px; }
  @media all and (max-width: 768px) {
    .contact_us {
      margin: 0px 10px;
      padding: 10px 20px; } }
  .contact_us .manager {
    padding-bottom: 25px;
    border-bottom: 1px solid #acacac57; }
    .contact_us .manager > .title {
      margin-bottom: 35px;
      text-align: center; }
      .contact_us .manager > .title h2 {
        color: #1f1f1f;
        font-size: 28px;
        font-weight: 300; }
    .contact_us .manager .manager_info {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
              flex-wrap: wrap; }
              .contact_us .manager .manager_info .image {
                max-width: 150px;
              }
              .contact_us .manager .manager_info .image img {
                width: 100%;
                height: 100%;
              }
      @media all and (max-width: 576px) {
        .contact_us .manager .manager_info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media all and (max-width: 576px) {
        .contact_us .manager .manager_info .image {
          text-align: center;
          margin-bottom: 10px; } }
      @media all and (max-width: 576px) {
        .contact_us .manager .manager_info .title {
          text-align: center;
          margin-bottom: 10px; } }
      .contact_us .manager .manager_info .title h2 {
        color: #1f1f1f;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px; }
      .contact_us .manager .manager_info .title h3 {
        color: #1f1f1f;
        font-size: 14px;
        font-weight: 300; }
      @media all and (max-width: 576px) {
        .contact_us .manager .manager_info .contacts {
          text-align: center; } }
      .contact_us .manager .manager_info .contacts .contact + .contact {
        margin-top: 10px; }
      .contact_us .manager .manager_info .contacts .contact span {
        display: inline-block;
        color: #292828;
        font-size: 16px;
        font-weight: 400; }
        .contact_us .manager .manager_info .contacts .contact span:first-child {
          min-width: 60px;
          margin-right: 10px; }
  .contact_us .contact_form {
    margin-top: 35px;
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
    .contact_us .contact_form h2 {
      color: #1f1f1f;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 35px; }
      .calculate_wrapper .contact_form.calc .btn_group .btn_default.fullBlue:hover {
        background-color: #ffffff;
      }
    .contact_us .contact_form form {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contact_us .contact_form form .fields {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media all and (max-width: 768px) {
          .contact_us .contact_form form .fields {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .contact_us .contact_form form .fields .inputs {
          width: 100%; }
          @media all and (max-width: 768px) {
            .contact_us .contact_form form .fields .inputs {
              width: 100%; } }
        .contact_us .contact_form form .fields .dragFiles {
          padding: 45px 20px;
          margin-left: 15px;
          width: -webkit-calc(40% - 15px);
          width: calc(40% - 15px);
          border: 1px dashed #acacac;
          background-color: rgba(172, 172, 172, 0.08);
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease; }
          @media all and (max-width: 768px) {
            .contact_us .contact_form form .fields .dragFiles {
              padding: 10px 20px;
              margin-top: 15px;
              width: 100%;
              margin-left: 0; } }
          .contact_us .contact_form form .fields .dragFiles.focus {
            border: 1px dashed #0078d7;
            background-color: rgba(172, 172, 172, 0.27); }
          .contact_us .contact_form form .fields .dragFiles.dragover {
            border: 1px dashed #0078d7;
            background-color: rgba(172, 172, 172, 0.27); }
          .contact_us .contact_form form .fields .dragFiles span {
            color: #292828;
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 10px; }
            @media all and (max-width: 768px) {
              .contact_us .contact_form form .fields .dragFiles span {
                display: none; } }
          .contact_us .contact_form form .fields .dragFiles label {
            color: #292828;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer; }
            .contact_us .contact_form form .fields .dragFiles label:hover {
              text-decoration: underline; }
          .contact_us .contact_form form .fields .dragFiles input {
            width: 0.1px;
            height: 0.1px;
            opacity: 1;
            position: absolute;
            z-index: -10; }
          .contact_us .contact_form form .fields .dragFiles p {
            margin-top: 20px;
            color: #908e8e;
            font-size: 12px;
            font-weight: 300; }
            @media all and (max-width: 768px) {
              .contact_us .contact_form form .fields .dragFiles p {
                display: none; } }
      .contact_us .contact_form form .btn_group {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        @media all and (max-width: 768px) {
          .contact_us .contact_form form .btn_group {
            margin: 20px auto; } }
        .contact_us .contact_form form .btn_group .btn_default {
          display: inline-block;
          color: #ffffff;
          font-size: 15px;
          font-weight: 400; }
          .contact_us .contact_form form .btn_group .btn_default.fullBlue {
            background-color: #3e99df; }

.contact_form {
  width: 50%;
  margin-left: 15px;
  max-width: 400px; }
  @media all and (max-width: 991px) {
    .contact_form {
      width: 100%;
      max-width: 100%; } }
  @media all and (max-width: 576px) {
    .contact_form {
      margin-left: 0; } }
  .contact_form form .input_group {
    position: relative; }
    .contact_form form .input_group + .input_group {
      margin-top: 20px; }
    .contact_form form .input_group textarea + label {
      top: 0;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
    .contact_form form .input_group input, .contact_form form .input_group textarea {
      width: 100%;
      border: 2px solid #bfbfbf52;
      background-color: #ffffff;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
      padding: 17px 15px; }
      @media all and (max-width: 768px) {
        .contact_form form .input_group input, .contact_form form .input_group textarea {
          padding: 10px 15px; } }
      .contact_form form .input_group input:focus, .contact_form form .input_group textarea:focus {
        outline: blue;
        border: 2px solid #3e99df; }
      .contact_form form .input_group input:focus + label, .contact_form form .input_group textarea:focus + label {
        -webkit-transform: translateY(10%);
            -ms-transform: translateY(10%);
                transform: translateY(10%);
        top: 0;
        color: #3e99df;
        font-size: 11px;
        font-weight: 300;
        z-index: 1; }
    .contact_form form .input_group label {
      z-index: -1;
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
      color: #c4c4c4;
      font-size: 16px;
      font-weight: 300; }
  .contact_form form .btn_group {
    margin-top: 20px; }
    .contact_form form .btn_group input {
      background-color: transparent;
      width: 100%; }

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input::-moz-placeholder,textarea::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input:-moz-placeholder,textarea:-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease; }

.tabs_wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(172, 172, 172, 0.3); }
  @media all and (max-width: 991px) {
    .tabs_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tabs_wrapper .tabs_btns {
    width: 350px;}
    @media all and (max-width: 991px) {
      .tabs_wrapper .tabs_btns {
        width: 100%; } }
    .tabs_wrapper .tabs_btns .title {
      -webkit-box-shadow: 0 2px 4px rgba(62, 153, 223, 0.04);
              box-shadow: 0 2px 4px rgba(62, 153, 223, 0.04);
      background-color: #3c36a1;
      padding: 30px 0;
      text-align: center; }
      @media all and (max-width: 991px) {
        .tabs_wrapper .tabs_btns .title {
          cursor: pointer; } }
      @media all and (max-width: 768px) {
        .tabs_wrapper .tabs_btns .title {
          padding: 15px 0; } }
      .tabs_wrapper .tabs_btns .title h2 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600; }
        @media all and (max-width: 991px) {
          .tabs_wrapper .tabs_btns .title h2 i {
            margin-left: 15px; } }
    .tabs_wrapper .tabs_btns .btns {
      -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
              box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08); }
      @media all and (max-width: 991px) {
        .tabs_wrapper .tabs_btns .btns {
          width: 100%;
          z-index: -1;
          opacity: 0;
          height: 0;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
          position: relative; } }
      .tabs_wrapper .tabs_btns .btns.active {
        height: auto;
        opacity: 1;
        z-index: 1; }
      .tabs_wrapper .tabs_btns .btns.links li {
        cursor: pointer;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        padding: 0; }
        .tabs_wrapper .tabs_btns .btns.links li:hover {
          background-color: rgba(172, 172, 172, 0.11);
          border-left: 5px solid #3c36a1; }
        .tabs_wrapper .tabs_btns .btns.links li.active {
          background-color: rgba(172, 172, 172, 0.11);
          border-left: 5px solid #3c36a1; }
        .tabs_wrapper .tabs_btns .btns.links li a {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          padding: 20px 35px;
          color: #000000;
          font-size: 16px;
          font-weight: 400; }
        .tabs_wrapper .tabs_btns .btns.links li .icon {
          margin-right: 15px; }
      .tabs_wrapper .tabs_btns .btns li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 35px;
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        cursor: pointer;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease; }
        .tabs_wrapper .tabs_btns .btns li:hover {
          background-color: rgba(172, 172, 172, 0.11);
          border-left: 5px solid #3c36a1; }
        .tabs_wrapper .tabs_btns .btns li.active {
          background-color: rgba(172, 172, 172, 0.11);
          border-left: 5px solid #3c36a1; }
        .tabs_wrapper .tabs_btns .btns li .icon {
          width: 40px;
          height: 40px;
          margin-right: 15px; }
           .tabs_wrapper .tabs_btns .btns li .icon img{
            height: 100%;
           }
  .tabs_wrapper .main_content {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px); }
    @media all and (max-width: 991px) {
      .tabs_wrapper .main_content {
        width: 100%; } }
    .tabs_wrapper .main_content .tabs_content > .content {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1;
      opacity: 0;
      -webkit-transition: 0.8s ease;
      transition: 0.8s ease; }
      .tabs_wrapper .main_content .tabs_content > .content.active {
        position: relative;
        top: 0;
        z-index: 1;
        opacity: 1; }
      .tabs_wrapper .main_content .tabs_content > .content .title {
        -webkit-box-shadow: 0 2px 4px rgba(62, 153, 223, 0.04);
                box-shadow: 0 2px 4px rgba(62, 153, 223, 0.04);
        padding: 30px 0;
        border-bottom: 1px solid rgba(172, 172, 172, 0.3); }
        @media all and (max-width: 768px) {
          .tabs_wrapper .main_content .tabs_content > .content .title {
            padding: 15px 0; } }
        .tabs_wrapper .main_content .tabs_content > .content .title h2 {
          margin-left: 45px;
          color: #000000;
          font-size: 20px;
          font-weight: 600; }
      .tabs_wrapper .main_content .tabs_content > .content .text {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 30px 45px;
        position: relative; }
        @media all and (max-width: 576px) {
          .tabs_wrapper .main_content .tabs_content > .content .text {
            margin: 30px 20px; } }
        .tabs_wrapper .main_content .tabs_content > .content .text:after {
          content: url("img/web_overlay.png");
          position: absolute;
          right: 0;
          top: 0; }
        .tabs_wrapper .main_content .tabs_content > .content .text h3 {
          color: #000000;
          font-size: 20px;
          font-weight: 500; }
          @media all and (max-width: 768px) {
            .tabs_wrapper .main_content .tabs_content > .content .text h3 {
              font-size: 16px; } }
        .tabs_wrapper .main_content .tabs_content > .content .text ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          list-style-type: disc;
          list-style: inside;
          margin-top: 30px; }
          @media all and (max-width: 576px) {
            .tabs_wrapper .main_content .tabs_content > .content .text ul {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .tabs_wrapper .main_content .tabs_content > .content .text ul li {
            width: -webkit-calc( 100% / 2 - 10px);
            width: calc( 100% / 2 - 10px);
            margin-bottom: 20px;
            color: #000000;
            font-size: 18px;
            font-weight: 300; }
            @media all and (max-width: 768px) {
              .tabs_wrapper .main_content .tabs_content > .content .text ul li {
                font-size: 14px; } }
            @media all and (max-width: 576px) {
              .tabs_wrapper .main_content .tabs_content > .content .text ul li {
                margin-bottom: 5px;
                width: 100%; } }
        .tabs_wrapper .main_content .tabs_content > .content .text .description {
          padding: 20px 0;
          border: 1px solid rgba(172, 172, 172, 0.3);
          border-right: none;
          border-left: none; }
          .tabs_wrapper .main_content .tabs_content > .content .text .description p {
            color: #000000;
            font-size: 20px;
            font-weight: 300;
            line-height: 37px; }
            @media all and (max-width: 768px) {
              .tabs_wrapper .main_content .tabs_content > .content .text .description p {
                font-size: 14px;
                line-height: 1.2; } }
            .tabs_wrapper .main_content .tabs_content > .content .text .description p + p {
              margin-top: 10px; }
        .tabs_wrapper .main_content .tabs_content > .content .text .btn_default {
          margin-top: 20px;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease; }
          .tabs_wrapper .main_content .tabs_content > .content .text .btn_default:hover {
            background-color: #3c36a1;
            color: white; }

.request_Wrapper {
  background-image: url("img/request.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0; }
  .request_Wrapper .request {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 991px) {
      .request_Wrapper .request {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .request_Wrapper .request .text {
      color: #ffffff;
      font-size: 32px;
      font-weight: 500; }
      @media all and (max-width: 1199px) {
        .request_Wrapper .request .text {
          width: 45%; } }
      @media all and (max-width: 991px) {
        .request_Wrapper .request .text {
          width: 100%;
          text-align: center;
          margin-bottom: 15px; } }
      @media all and (max-width: 576px) {
        .request_Wrapper .request .text {
          font-size: 22px; } }
    .request_Wrapper .request .btns_group {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media all and (max-width: 991px) {
        .request_Wrapper .request .btns_group {
          width: 100%;
          text-align: center; } }
      @media all and (max-width: 576px) {
        .request_Wrapper .request .btns_group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .request_Wrapper .request .btns_group span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        margin: 0px 30px; }
        @media all and (max-width: 768px) {
          .request_Wrapper .request .btns_group span {
            margin: 0; } }
        @media all and (max-width: 576px) {
          .request_Wrapper .request .btns_group span {
            margin: 10px 0; } }
      .request_Wrapper .request .btns_group .btn_default {
        font-weight: 400;
        font-size: 18px;
        padding: 5px 25px; }
        @media all and (max-width: 991px) {
          .request_Wrapper .request .btns_group .btn_default {
            margin: 0 auto; } }
        @media all and (max-width: 1199px) {
          .request_Wrapper .request .btns_group .btn_default {
            padding: 5px 20px; } }
        @media all and (max-width: 768px) {
          .request_Wrapper .request .btns_group .btn_default {
            padding: 10px 20px;
            font-size: 16px; } }

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

header {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 30px 0; }
  @media all and (max-width: 1199px) {
    header {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      padding: 15px; }
      header.fixed-header {
        position: fixed; } }
  @media all and (max-width: 991px) {
    header {
      background-color: #3c5ab7; } }
  header.page {
    position: relative;
    background-image: url("img/first_screen.png");
    background-position: top;
    background-repeat: no-repeat;
    z-index: 999; }
    @media all and (max-width: 1199px) {
      header.page.fixed-header {
        position: fixed; } }
    @media all and (max-width: 991px) {
      header.page {
        background-image: none; } }
  header .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .row .logo {
      font-size: 0; }
      @media all and (max-width: 1199px) {
        header .row .logo {
          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
              -ms-flex-order: 0;
                  order: 0; } }
      @media all and (max-width: 768px) {
        header .row .logo {
          font-size: 0;
          width: 80px; } }
      @media all and (max-width: 1199px) {
        header .row .logo img {
          height: 30px;
          width: 80px; } }
    header .row nav {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin: 0px 50px;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
      @media all and (max-width: 1199px) {
        header .row nav {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin: 10px 0px 0px; } }
      @media all and (max-width: 991px) {
        header .row nav {
          background-color: #ffffff;
          margin: 0;
          position: fixed;
          top: 62px;
          width: 200px;
          height: 100%;
          left: -100%;
          z-index: 999; }
          header .row nav ul {
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; }
            header .row nav ul li {
              width: 100%; }
              header .row nav ul li a {
                text-align: center;
                display: block;
                width: 100%;
                padding: 15px 0; } }
      header .row nav.mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        left: 0;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease; }
        header .row nav.mobile ul li:before {
          content: '';
          width: 0;
          height: 2px;
          bottom: 0; }
        header .row nav.mobile ul li.active:before, header .row nav.mobile ul li:hover:before {
          content: '';
          width: 100%;
          background-color: #3e99df; }
        header .row nav.mobile ul li.active a, header .row nav.mobile ul li:hover a {
          padding-bottom: 15px;
          color: #3e99df;
          opacity: 1; }
      header .row nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        header .row nav ul li {
          position: relative; }
          header .row nav ul li:before {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #ffffff;
            width: 0;
            left: 0;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
            bottom: -5px; }
          header .row nav ul li.current-menu-item:before, header .row nav ul li:hover:before {
            content: '';
            width: 100%; }
          header .row nav ul li.current-menu-item a, header .row nav ul li:hover a {
            padding-bottom: 5px;
            color: #ffffff;
            opacity: 1; }
          @media all and (max-width: 991px) {
            header .row nav.mobile ul li.current-menu-item:before{
                  content: '';
    width: 100%;
    background-color: #3e99df;
            }
             header .row nav ul li.current-menu-item a {
              padding-bottom: 15px;
          color: #3e99df;
          opacity: 1;
             }
            header .row nav ul li {
              padding-left: 20px; } }
          header .row nav ul li a {
            text-transform: uppercase;
            color: #ffffff;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 600; }
            @media all and (max-width: 991px) {
              header .row nav ul li a {
                text-align: left;
                color: #3e99df !important; } }
    header .row .burger {
      display: none;
      cursor: pointer; }
      @media all and (max-width: 991px) {
        header .row .burger {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      header .row .burger i {
        color: white;
        font-size: 32px;
        -webkit-transition: 0.8s ease;
        transition: 0.8s ease; }
        header .row .burger i.fa-times {
          -webkit-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
                  transform: rotate(360deg); }
        header .row .burger i.fa-bars {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
    @media all and (max-width: 1199px) {
      header .row .contacts {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    @media all and (max-width: 576px) {
      header .row .contacts {
        display: none; } }
    @media all and (max-width: 1199px) {
      header .row .contacts .phone {
        line-height: 1; } }
        .partNum {
          cursor: pointer;
    text-decoration: underline;
        }
    header .row .contacts .phone a, header .row .contacts .phone p  {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600; }
      @media all and (max-width: 1199px) {
        header .row .contacts .phone a, header .row .contacts .phone p {
          font-size: 14px; } }
    @media all and (max-width: 1199px) {
      header .row .contacts .mail {
        line-height: 1; } }
    header .row .contacts .mail a {
      color: #3fe0e0;
      font-size: 16px;
      font-weight: 700; }
      @media all and (max-width: 1199px) {
        header .row .contacts .mail a {
          font-size: 14px; } }

main.home_page {
  position: relative;
  overflow: hidden; }
  main.home_page .first_screen {
    position: relative;
    background-image: url("img/first_screen.png");
    background-repeat: no-repeat;
    background-position: top;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 120px;
    background-size: cover;
    padding-bottom: 120px; }
    @media all and (max-width: 576px) {
      main.home_page .first_screen {
        padding-right: 15px;
        padding-left: 15px; } }
    main.home_page .first_screen .pvt {
display: flex;
    align-items: center;
    position: absolute;
    right: 80px;
    bottom: 60px;
}
main.home_page .first_screen .pvt span{
  margin-right: 10px;
font-weight: 500;
font-size: 16px;
line-height: 48px;
color: #FFFFFF;
  }
    main.home_page .first_screen h1 {
    	width: 100%;
      color: #ffffff;
      font-size: 50px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 30px; }
      main.home_page .first_screen h1 b{
      	font-weight: 700;
      }
      @media all and (max-width: 576px) {
        main.home_page .first_screen h1 {
          width: 100%;
          font-size: 32px;
          text-align: center; } }
    main.home_page .first_screen p {
    	width: 100%;
      color: #ffffff;
      font-size: 35px;
      font-weight: 400;
      line-height: 38px;
      margin-bottom: 30px; }
      @media all and (max-width: 576px) {
        main.home_page .first_screen p {
          text-align: center;
          font-size: 14px;
          line-height: 22px; } }
    @media all and (max-width: 576px) {
      main.home_page .first_screen .btn_default {
        margin: 0 auto; } }
  main.home_page .advantages_wrapper {
    margin: 60px 0 25px; }
    @media all and (max-width: 1199px) {
      main.home_page .advantages_wrapper {
        margin: 75px 0; } }
    @media all and (max-width: 576px) {
      main.home_page .advantages_wrapper {
        margin: 45px 0; } }
    main.home_page .advantages_wrapper .content {
      margin-top: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media all and (max-width: 991px) {
        main.home_page .advantages_wrapper .content {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 45px; } }
      main.home_page .advantages_wrapper .content .advantages {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-right: 40px; }
        @media all and (max-width: 1199px) {
          main.home_page .advantages_wrapper .content .advantages {
            width: 80%; } }
        @media all and (max-width: 991px) {
          main.home_page .advantages_wrapper .content .advantages {
            width: 100%;
            margin-right: 0; } }
        main.home_page .advantages_wrapper .content .advantages .advantage {
          width: -webkit-calc(100% / 2 - 20px);
          width: calc(100% / 2 - 20px);
          padding-left: 50px;
          position: relative;
          margin-bottom: 40px; }
          @media all and (max-width: 576px) {
            main.home_page .advantages_wrapper .content .advantages .advantage {
              width: 100%; } }
          main.home_page .advantages_wrapper .content .advantages .advantage:before {
            content: url("img/advantage_icon.png");
            position: absolute;
            left: 0; }
          main.home_page .advantages_wrapper .content .advantages .advantage h2 {
            color: #121212;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px; }
          main.home_page .advantages_wrapper .content .advantages .advantage p {
            color: #121212;
            font-size: 13px;
            font-weight: 300;
            line-height: 18px; }
      @media all and (max-width: 1199px) {
        main.home_page .advantages_wrapper .content .illustration {
          width: 20%; } }
      @media all and (max-width: 991px) {
        main.home_page .advantages_wrapper .content .illustration {
          display: none; } }
      @media all and (max-width: 1199px) {
        main.home_page .advantages_wrapper .content .illustration img {
          width: 100%; } }
  main.home_page .our_progress {
    background-image: url("img/progress.png");
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat; }
    @media all and (max-width: 576px) {
      main.home_page .our_progress {
        padding: 45px 0; } }
    main.home_page .our_progress .our_progress__block {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media all and (max-width: 768px) {
        main.home_page .our_progress .our_progress__block {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      main.home_page .our_progress .our_progress__block .block_progress {
        width: -webkit-calc(100% / 3 - 30px);
        width: calc(100% / 3 - 30px);
        text-align: center; }
        @media all and (max-width: 768px) {
          main.home_page .our_progress .our_progress__block .block_progress {
            width: -webkit-calc(100% / 2 - 30px);
            width: calc(100% / 2 - 30px);
            margin-bottom: 25px; } }
        @media all and (max-width: 576px) {
          main.home_page .our_progress .our_progress__block .block_progress {
            width: 100%; } }
        main.home_page .our_progress .our_progress__block .block_progress h2 {
          color: #ffffff;
          font-size: 74px;
          font-weight: 500;
          line-height: 1;
          margin-bottom: 15px; }
          @media all and (max-width: 768px) {
            main.home_page .our_progress .our_progress__block .block_progress h2 {
              font-size: 52px; } }
        main.home_page .our_progress .our_progress__block .block_progress h3 {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          line-height: 30px;
          text-transform: uppercase;
          margin-bottom: 10px; }
          @media all and (max-width: 768px) {
            main.home_page .our_progress .our_progress__block .block_progress h3 {
              font-size: 16px; } }
        main.home_page .our_progress .our_progress__block .block_progress p {
          color: #ffffff;
          font-size: 18px;
          font-weight: 300;
          line-height: 27px; }
          @media all and (max-width: 768px) {
            main.home_page .our_progress .our_progress__block .block_progress p {
              font-size: 14px; } }
  main.home_page .our_services {
    margin: 95px 0; }
    @media all and (max-width: 768px) {
      main.home_page .our_services {
        margin: 45px 0; } }
    main.home_page .our_services:before {
      content: url("img/left_before.png");
      position: absolute;
      left: -280px; }
      @media all and (max-width: 576px) {
        main.home_page .our_services:before {
          display: none; } }
    main.home_page .our_services .main_content {
      position: relative;
      overflow: visible; }
      main.home_page .our_services .main_content .tabs_content {
        position: relative;
        overflow: hidden; }
  main.home_page .our_competitions {
    position: relative;
    margin: 80px 0; } 
    main.home_page .our_competitions:before {
      content: url("img/right_before.png");
      position: absolute;
      right: -280px;
      top: -50%; }
    @media all and (max-width: 576px) {
      main.home_page .our_competitions {
        margin: 25px 0; } }
    main.home_page .our_competitions .content {
      margin-top: 90px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media all and (max-width: 576px) {
        main.home_page .our_competitions .content {
          margin-top: 45px; } }
      main.home_page .our_competitions .content .competitions {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        main.home_page .our_competitions .content .competitions .competition {
          width: -webkit-calc(100% / 3 - 20px);
          width: calc(100% / 3 - 20px);
          position: relative;
          margin-bottom: 40px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media all and (max-width: 768px) {
            main.home_page .our_competitions .content .competitions .competition {
              width: -webkit-calc(100% / 2 - 20px);
              width: calc(100% / 2 - 20px);
              margin-bottom: 20px; } }
          @media all and (max-width: 576px) {
            main.home_page .our_competitions .content .competitions .competition {
              width: 100%; } }
          main.home_page .our_competitions .content .competitions .competition .icon {
            width: 80px;
            height: 80px;
            margin-right: 15px; }
            main.home_page .our_competitions .content .competitions .competition .icon img{
              height: 100%;
              width: 100%;
            }
             main.home_page .our_competitions .content .competitions .competition .text {
              width: calc(100% - 95px);
             }
          main.home_page .our_competitions .content .competitions .competition .text h2 {
            color: #121212;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 10px; }
          main.home_page .our_competitions .content .competitions .competition .text p {
            color: #121212;
            font-size: 13px;
            font-weight: 300;
            line-height: 18px; }
  main.home_page .our_offers {
    margin-bottom: 95px; }
    @media all and (max-width: 576px) {
      main.home_page .our_offers {
        margin-bottom: 45px; } }
    main.home_page .our_offers:before {
      content: url("img/right_before.png");
      position: absolute;
      right: -280px; }
      @media all and (max-width: 576px) {
        main.home_page .our_offers:before {
          display: none; } }
    main.home_page .our_offers .offers {
      position: relative;
      z-index: 1;
      margin-top: 45px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media all and (max-width: 768px) {
        main.home_page .our_offers .offers {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      main.home_page .our_offers .offers .offer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: -webkit-calc(100% / 2 - 30px);
        width: calc(100% / 2 - 30px); }
        @media all and (max-width: 991px) {
          main.home_page .our_offers .offers .offer {
            width: -webkit-calc(100% / 2 - 15px);
            width: calc(100% / 2 - 15px); } }
        @media all and (max-width: 768px) {
          main.home_page .our_offers .offers .offer {
            width: 100%;
            margin-bottom: 20px; } }
        main.home_page .our_offers .offers .offer .title {
          background-color: #3c36a1;
          padding: 30px 0;
          text-align: center; }
          @media all and (max-width: 576px) {
            main.home_page .our_offers .offers .offer .title {
              padding: 15px 0; } }
          main.home_page .our_offers .offers .offer .title h2 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase; }
        main.home_page .our_offers .offers .offer .content {
          height: 100%;
          -webkit-box-shadow: 10px 10px 20px rgba(41, 40, 40, 0.05);
                  box-shadow: 10px 10px 20px rgba(41, 40, 40, 0.05);
          background-color: #ffffff;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
                  justify-content: space-between;
          padding-bottom: 25px; }
          main.home_page .our_offers .offers .offer .content .second {
            text-align: center;
          }
          main.home_page .our_offers .offers .offer .content ul {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: inside;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin: 15px 45px; }
            @media all and (max-width: 991px) {
              main.home_page .our_offers .offers .offer .content ul {
                margin: 30px 20px 5px; } }
            main.home_page .our_offers .offers .offer .content ul li {
              width: -webkit-calc( 100%);
              width: calc( 100%);
              color:#292828;
              font-size: 16px;
              font-weight: 400;
              line-height: 25px;
              margin-bottom: 10px;}
              @media all and (max-width: 576px) {
                main.home_page .our_offers .offers .offer .content ul li {
                  width: 100%;
                  margin-bottom: 10px;
                  font-size: 14px;
                  line-height: 1; } }
          main.home_page .our_offers .offers .offer .content .price {
            color: #292828;
            font-size: 28px;
            font-weight: 300;
            line-height: 44px;
            text-align: center; }
            main.home_page .our_offers .offers .offer .content .price b {
              font-weight: 600; }
          main.home_page .our_offers .offers .offer .content .btn_default {
            margin-top: 0px;
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                        -ms-grid-row-align: center;
                    align-self: center; }
  main.home_page .development_wrapper {
    margin: 80px 0; }
    @media all and (max-width: 576px) {
      main.home_page .development_wrapper {
        margin: 15px 0; } }
    main.home_page .development_wrapper .development {
      margin-top: 90px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media all and (max-width: 576px) {
        main.home_page .development_wrapper .development {
          margin-top: 45px; } }
      main.home_page .development_wrapper .development .steps {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        counter-reset: myCounter; }
        main.home_page .development_wrapper .development .steps .step {
          width: -webkit-calc(100% / 3 - 20px);
          width: calc(100% / 3 - 20px);
          position: relative;
          margin-bottom: 65px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative; }
          @media all and (max-width: 991px) {
            main.home_page .development_wrapper .development .steps .step {
              width: -webkit-calc(100% / 2 - 20px);
              width: calc(100% / 2 - 20px); } }
          @media all and (max-width: 768px) {
            main.home_page .development_wrapper .development .steps .step {
              margin-bottom: 25px; } }
          @media all and (max-width: 576px) {
            main.home_page .development_wrapper .development .steps .step {
              width: 100%; } }
          @media all and (max-width: 991px) {
            main.home_page .development_wrapper .development .steps .step:nth-last-child(-n+2) {
              margin-bottom: 0; } }
          @media all and (max-width: 576px) {
            main.home_page .development_wrapper .development .steps .step:nth-last-child(-n+2) {
              margin-bottom: 25px; } }
          main.home_page .development_wrapper .development .steps .step:before {
            position: absolute;
            line-height: 200px;
            top: 0;
            left: 0;
            -webkit-transform: translateX(-25%);
                -ms-transform: translateX(-25%);
                    transform: translateX(-25%);
            counter-increment: myCounter;
            content: counter(myCounter);
            color: rgba(60, 54, 161, 0.06);
            font-size: 286px;
            font-weight: 500; }
            @media all and (max-width: 768px) {
              main.home_page .development_wrapper .development .steps .step:before {
                display: none; } }
          main.home_page .development_wrapper .development .steps .step .title {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            main.home_page .development_wrapper .development .steps .step .title h2 {
              color: #292828;
              font-size: 25px;
              font-weight: 600; }
            main.home_page .development_wrapper .development .steps .step .title span {
              margin: 0px 15px;
              color: #3e99df; }
            main.home_page .development_wrapper .development .steps .step .title h3 {
              color: #3e99df;
              font-size: 20px;
              font-weight: 400; }
          main.home_page .development_wrapper .development .steps .step .text {
            margin-top: 20px; }
            main.home_page .development_wrapper .development .steps .step .text ul {
              list-style: inside; }
              main.home_page .development_wrapper .development .steps .step .text ul li {
                margin-top: 15px; }
                @media all and (max-width: 991px) {
                  main.home_page .development_wrapper .development .steps .step .text ul li {
                    margin-top: 10px; } }
                @media all and (max-width: 576px) {
                  main.home_page .development_wrapper .development .steps .step .text ul li {
                    margin-top: 5px;
                    font-size: 14px; } }
        main.home_page .development_wrapper .development .steps .brief {
          -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.08);
                  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.08);
          border: 1px solid rgba(172, 172, 172, 0.38);
          background-color: #ffffff;
          padding: 20px 35px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media all and (max-width: 768px) {
            main.home_page .development_wrapper .development .steps .brief {
              padding: 20px 15px;
              padding-top: 0; } }
          main.home_page .development_wrapper .development .steps .brief .text {
            color: #383737;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 20px; }
          main.home_page .development_wrapper .development .steps .brief .btn_default {
            font-size: 18px;
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                        -ms-grid-row-align: center;
                    align-self: center; }
  main.home_page .calculate_wrapper {
    background-image: url("img/calculate.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
    main.home_page .calculate_wrapper .calculate {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 65px 0; }
      @media all and (max-width: 991px) {
        main.home_page .calculate_wrapper .calculate {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          padding: 25px 0; } }
      main.home_page .calculate_wrapper .calculate .text {
        width: 50%;
        margin-right: 15px;
        max-width: 450px;
        color: #fbfbfb;
        font-size: 37px;
        font-weight: 500; }
        @media all and (max-width: 991px) {
          main.home_page .calculate_wrapper .calculate .text {
            width: 100%;
            max-width: 100%;
            text-align: center;
            margin-bottom: 20px; } }
        @media all and (max-width: 576px) {
          main.home_page .calculate_wrapper .calculate .text {
            font-size: 22px;
            margin-right: 0; } }
  main.home_page .our_works {
    margin: 90px 0; }
    @media all and (max-width: 768px) {
      main.home_page .our_works {
        margin: 45px 0; } }
    main.home_page .our_works:before {
      content: url("img/left_before.png");
      position: absolute;
      left: -280px; }
      @media all and (max-width: 576px) {
        main.home_page .our_works:before {
          display: none; } }
    main.home_page .our_works .works_wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      main.home_page .our_works .works_wrapper .works {
        padding: 0px 55px;
        margin-top: 25px; }
        @media all and (max-width: 768px) {
          main.home_page .our_works .works_wrapper .works {
            padding: 0px 25px;
            margin-top: 0; } }
        main.home_page .our_works .works_wrapper .works .slick-list {
          padding-bottom: 20px; }
        main.home_page .our_works .works_wrapper .works .slick-arrow {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          main.home_page .our_works .works_wrapper .works .slick-arrow i {
            font-size: 32px;
            cursor: pointer; }
          main.home_page .our_works .works_wrapper .works .slick-arrow.arrow_prev {
            left: 0; }
          main.home_page .our_works .works_wrapper .works .slick-arrow.arrow_next {
            right: 0; }
        main.home_page .our_works .works_wrapper .works .slick-dots {
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          main.home_page .our_works .works_wrapper .works .slick-dots li {
            width: 51px;
            height: 5px; }
            main.home_page .our_works .works_wrapper .works .slick-dots li.slick-active button:before {
              background-color: #3c36a1; }
            main.home_page .our_works .works_wrapper .works .slick-dots li button {
              width: 51px;
              height: 5px; }
              main.home_page .our_works .works_wrapper .works .slick-dots li button:before {
                width: 51px;
                height: 5px;
                font-size: 0;
                background-color: #c9c9c9;
                border: 0;
                -webkit-border-radius: 0;
                        border-radius: 0;
                -webkit-transition: 0.4s ease;
                transition: 0.4s ease; }
                main.home_page .our_works .works_wrapper .works .slick-track {
                	display: -webkit-flex;
                	display: -moz-flex;
                	display: -ms-flex;
                	display: -o-flex;
                	display: flex;
                }
                main.home_page .our_works .works_wrapper .works .slick-slide {
                	height: auto;
                }
        main.home_page .our_works .works_wrapper .works .work {
          margin: 45px 25px;
          padding: 45px;
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
                  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
          background-color: #ffffff;
          display: none;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media all and (max-width: 991px) {
            main.home_page .our_works .works_wrapper .works .work {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              margin: 0px 25px; } }
          @media all and (max-width: 768px) {
            main.home_page .our_works .works_wrapper .works .work {
              -webkit-box-shadow: none;
                      box-shadow: none;
              padding: 45px 0px;
              background-color: transparent; } }
          main.home_page .our_works .works_wrapper .works .work.slick-slide {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0px 30px; }
            @media all and (max-width: 768px) {
              main.home_page .our_works .works_wrapper .works .work.slick-slide {
                margin: 0px 20px;
                padding: 45px 0; } }
            @media all and (max-width: 576px) {
              main.home_page .our_works .works_wrapper .works .work.slick-slide {
                margin: 0px 10px; } }
          main.home_page .our_works .works_wrapper .works .work:first-child {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 85%; }
          main.home_page .our_works .works_wrapper .works .work .text {
            width: 50%;
            margin-right: 30px; }
            @media all and (max-width: 991px) {
              main.home_page .our_works .works_wrapper .works .work .text {
                width: 100%;
                -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
                    -ms-flex-order: 1;
                        order: 1; } }
            main.home_page .our_works .works_wrapper .works .work .text h2 {
              color: #1f1f1f;
              font-size: 20px;
              font-weight: 600;
              text-transform: uppercase;
              margin-bottom: 10px; }
            main.home_page .our_works .works_wrapper .works .work .text h3 {
              color: #3e99df;
              font-size: 20px;
              font-weight: 400;
              margin-bottom: 10px; }
            main.home_page .our_works .works_wrapper .works .work .text p {
              color: #292828;
              font-size: 16px;
              font-weight: 300;
              line-height: 26px; }
              @media all and (max-width: 576px) {
                main.home_page .our_works .works_wrapper .works .work .text p {
                  font-size: 14px; } }
              main.home_page .our_works .works_wrapper .works .work .text p + p {
                margin-top: 15px; }
          main.home_page .our_works .works_wrapper .works .work .image {
            width: 50%;
            margin-left: 30px; }
            @media all and (max-width: 991px) {
              main.home_page .our_works .works_wrapper .works .work .image {
                -webkit-box-ordinal-group: 1;
                -webkit-order: 0;
                    -ms-flex-order: 0;
                        order: 0;
                margin: 0 auto; } }
            @media all and (max-width: 768px) {
              main.home_page .our_works .works_wrapper .works .work .image {
                display: none; } }
            main.home_page .our_works .works_wrapper .works .work .image img {
            	max-height: 350px;
              width: 100%; }
      main.home_page .our_works .works_wrapper .btn_default {
        padding: 15px 50px;
        margin-top: 35px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        position: relative; }
        main.home_page .our_works .works_wrapper .btn_default:hover .count {
          color: #3c36a1; }
        @media all and (max-width: 768px) {
          main.home_page .our_works .works_wrapper .btn_default {
            padding: 5px 50px; } }
        main.home_page .our_works .works_wrapper .btn_default .count {
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
          position: absolute;
          top: 10px;
          right: 10px;
          color: #ffffff;
          font-size: 20px;
          font-weight: 300;
          line-height: 1; }
  main.home_page .our_partners {
    margin: 90px 0; }
    @media all and (max-width: 768px) {
      main.home_page .our_partners {
        margin: 45px 0; } }
    main.home_page .our_partners:before {
      content: url("img/right_before.png");
      position: absolute;
      right: -280px; }
      @media all and (max-width: 576px) {
        main.home_page .our_partners:before {
          display: none; } }
    main.home_page .our_partners .partners_wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      main.home_page .our_partners .partners_wrapper .partners {
        margin-top: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0px 50px; }
        @media all and (max-width: 768px) {
          main.home_page .our_partners .partners_wrapper .partners {
            padding: 0 25px; } }
        main.home_page .our_partners .partners_wrapper .partners .slick-list {
          padding-bottom: 20px; }
          main.home_page .our_partners .partners_wrapper .partners .slick-list .slick-track {
          	display: -webkit-flex;
          	display: -moz-flex;
          	display: -ms-flex;
          	display: -o-flex;
          	display: flex;
          }
          main.home_page .our_partners .partners_wrapper .partners .slick-list .slick-slide {
          	display: -webkit-flex;
          	display: -moz-flex;
          	display: -ms-flex;
          	display: -o-flex;
          	display: flex;
          	height: auto;
          	-ms-align-items: center;
          	align-items: center;
          	justify-content: center;
          	padding: 10px;
          	background-color: #4e49a0;
          }
        main.home_page .our_partners .partners_wrapper .partners .slick-dots {
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          main.home_page .our_partners .partners_wrapper .partners .slick-dots li {
            width: 51px;
            height: 5px; }
            main.home_page .our_partners .partners_wrapper .partners .slick-dots li.slick-active button:before {
              background-color: #3c36a1; }
            main.home_page .our_partners .partners_wrapper .partners .slick-dots li button {
              width: 51px;
              height: 5px; }
              main.home_page .our_partners .partners_wrapper .partners .slick-dots li button:before {
                width: 51px;
                height: 5px;
                font-size: 0;
                background-color: #c9c9c9;
                border: 0;
                -webkit-border-radius: 0;
                        border-radius: 0;
                -webkit-transition: 0.4s ease;
                transition: 0.4s ease; }
        main.home_page .our_partners .partners_wrapper .partners .slick-arrow {
          position: absolute; }
          main.home_page .our_partners .partners_wrapper .partners .slick-arrow i {
            font-size: 32px;
            cursor: pointer; }
          main.home_page .our_partners .partners_wrapper .partners .slick-arrow.arrow_prev {
            left: 0; }
          main.home_page .our_partners .partners_wrapper .partners .slick-arrow.arrow_next {
            right: 0; }
        main.home_page .our_partners .partners_wrapper .partners .image {
          margin: 0px 15px;
          width: -webkit-calc(100% / 4 - 20px);
          width: calc(100% / 4 - 20px); }
          @media all and (max-width: 768px) {
            main.home_page .our_partners .partners_wrapper .partners .image {
              margin: 0 15px; } }
          main.home_page .our_partners .partners_wrapper .partners .image img {
            width: 100%; }
  main.home_page .clients_reviews {
    margin: 90px 0; }
    @media all and (max-width: 768px) {
      main.home_page .clients_reviews {
        margin: 45px 0; } }
    main.home_page .clients_reviews .reviews_wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      main.home_page .clients_reviews .reviews_wrapper .block_title {
        margin-bottom: 45px; }
        @media all and (max-width: 768px) {
          main.home_page .clients_reviews .reviews_wrapper .block_title {
            margin-bottom: 0; } }
      main.home_page .clients_reviews .reviews_wrapper .reviews {
        padding: 0px 55px; }
        @media all and (max-width: 768px) {
          main.home_page .clients_reviews .reviews_wrapper .reviews {
            padding: 0px 25px; } }
        @media all and (max-width: 576px) {
          main.home_page .clients_reviews .reviews_wrapper .reviews {
            padding: 0px 10px; } }
            main.home_page .clients_reviews .reviews_wrapper .reviews .slick-track {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
            }
        main.home_page .clients_reviews .reviews_wrapper .reviews .slick-list {
          padding-bottom: 20px; }
        main.home_page .clients_reviews .reviews_wrapper .reviews .slick-arrow {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          main.home_page .clients_reviews .reviews_wrapper .reviews .slick-arrow i {
            font-size: 32px;
            cursor: pointer; }
          main.home_page .clients_reviews .reviews_wrapper .reviews .slick-arrow.arrow_prev {
            left: 0; }
          main.home_page .clients_reviews .reviews_wrapper .reviews .slick-arrow.arrow_next {
            right: 0; }
        main.home_page .clients_reviews .reviews_wrapper .reviews .slick-dots {
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          main.home_page .clients_reviews .reviews_wrapper .reviews .slick-dots li {
            width: 51px;
            height: 5px; }
            main.home_page .clients_reviews .reviews_wrapper .reviews .slick-dots li.slick-active button:before {
              background-color: #3c36a1; }
            main.home_page .clients_reviews .reviews_wrapper .reviews .slick-dots li button {
              width: 51px;
              height: 5px; }
              main.home_page .clients_reviews .reviews_wrapper .reviews .slick-dots li button:before {
                width: 51px;
                height: 5px;
                font-size: 0;
                background-color: #c9c9c9;
                border: 0;
                -webkit-border-radius: 0;
                        border-radius: 0;
                -webkit-transition: 0.4s ease;
                transition: 0.4s ease; }
        main.home_page .clients_reviews .reviews_wrapper .reviews .review {
          margin: 45px 0;
          padding: 45px;
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
                  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
          background-color: #ffffff;
          display: none;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media all and (max-width: 768px) {
            main.home_page .clients_reviews .reviews_wrapper .reviews .review {
              -webkit-box-shadow: none;
                      box-shadow: none;
              padding: 45px 15px;
              background-color: transparent; } }
          main.home_page .clients_reviews .reviews_wrapper .reviews .review.slick-slide {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: auto;
            margin: 0px 30px; }
            @media all and (max-width: 768px) {
              main.home_page .clients_reviews .reviews_wrapper .reviews .review.slick-slide {
                margin: 0px 20px; } }
          main.home_page .clients_reviews .reviews_wrapper .reviews .review:first-child {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          main.home_page .clients_reviews .reviews_wrapper .reviews .review .text {
            width: 70%;
            margin-right: 30px; }
            @media all and (max-width: 991px) {
              main.home_page .clients_reviews .reviews_wrapper .reviews .review .text {
                width: 100%;
                margin-right: 0; } }
            main.home_page .clients_reviews .reviews_wrapper .reviews .review .text .title_block {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin-bottom: 20px; }
              @media all and (max-width: 576px) {
                main.home_page .clients_reviews .reviews_wrapper .reviews .review .text .title_block {
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -webkit-flex-direction: column;
                      -ms-flex-direction: column;
                          flex-direction: column; } }
              main.home_page .clients_reviews .reviews_wrapper .reviews .review .text .title_block .icon {
                margin-right: 15px; }
              main.home_page .clients_reviews .reviews_wrapper .reviews .review .text .title_block .title h2 {
                color: #1f1f1f;
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 10px; }
              main.home_page .clients_reviews .reviews_wrapper .reviews .review .text .title_block .title h3 {
                color: #000000;
                font-size: 16px;
                font-weight: 400; }
            main.home_page .clients_reviews .reviews_wrapper .reviews .review .text p {
              color: #292828;
              font-size: 16px;
              font-weight: 300;
              line-height: 26px; }
              @media all and (max-width: 991px) {
                main.home_page .clients_reviews .reviews_wrapper .reviews .review .text p {
                  font-size: 14px; } }
              main.home_page .clients_reviews .reviews_wrapper .reviews .review .text p + p {
                margin-top: 15px; }
          main.home_page .clients_reviews .reviews_wrapper .reviews .review .image {
            width: 30%;
            margin-left: 30px; }
            @media all and (max-width: 991px) {
              main.home_page .clients_reviews .reviews_wrapper .reviews .review .image {
                display: none; } }
            main.home_page .clients_reviews .reviews_wrapper .reviews .review .image img {
              width: 100%; }
      main.home_page .clients_reviews .reviews_wrapper .btn_default {
        padding: 15px 50px;
        margin-top: 35px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        position: relative; }
        @media all and (max-width: 768px) {
          main.home_page .clients_reviews .reviews_wrapper .btn_default {
            padding: 5px 50px; } }

.pop_up_review {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease; }
  .pop_up_review.active {
    z-index: 9999;
    opacity: 1; }
  .pop_up_review:before {
    content: '';
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    position: absolute; }
  .pop_up_review .contact_us {
    z-index: 1; }
    .pop_up_review .contact_us .contact_form {
      margin-top: 0; }
      .pop_up_review .contact_us .contact_form > h2 {
        text-align: center;
        color: #1f1f1f;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 10px; }
      .pop_up_review .contact_us .contact_form > h3 {
        text-align: center;
        color: #1f1f1f;
        font-size: 16px;
        font-weight: 300; }
      .pop_up_review .contact_us .contact_form form {
        margin-top: 35px; }

main.about .page_title .title {
  width: 100%;
  text-transform: uppercase; }

main.about .who_wrapper {
  padding: 0 15px;
  position: relative;
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px); }
  @media all and (max-width: 768px) {
    main.about .who_wrapper {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      margin: 45px 0; } }
  main.about .who_wrapper .who {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    padding: 60px; }
    @media all and (max-width: 768px) {
      main.about .who_wrapper .who {
        padding: 0px;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    main.about .who_wrapper .who h2 {
      color: #292828;
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 15px; }
    main.about .who_wrapper .who p {
      color: #292828;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4; }
      @media all and (max-width: 768px) {
        main.about .who_wrapper .who p {
          font-size: 14px; } }

main.about .direction_wrapper {
  padding: 0 15px;
  margin-bottom: 140px; }
  @media all and (max-width: 576px) {
    main.about .direction_wrapper {
      margin-bottom: 60px; } }
  main.about .direction_wrapper .container {
    position: relative; }
  main.about .direction_wrapper .direction {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 768px) {
      main.about .direction_wrapper .direction {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    main.about .direction_wrapper .direction .text {
      width: 60%;
      margin-right: 20px; }
      @media all and (max-width: 768px) {
        main.about .direction_wrapper .direction .text {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%;
          margin-right: 0; } }
      main.about .direction_wrapper .direction .text h2 {
        color: #292828;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 20px; }
      main.about .direction_wrapper .direction .text p {
        color: #292828;
        font-size: 16px;
        font-weight: 400; }
        @media all and (max-width: 768px) {
          main.about .direction_wrapper .direction .text p {
            font-size: 14px; } }
    @media all and (max-width: 768px) {
      main.about .direction_wrapper .direction .image {
        display: none; } }
    main.about .direction_wrapper .direction .image img {
      width: 100%; }
  main.about .direction_wrapper .projects_list {
    position: absolute;
    bottom: -45px;
    width: 95%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 20px; }
    @media all and (max-width: 1199px) {
      main.about .direction_wrapper .projects_list {
        position: relative;
        margin-top: 25px;
        width: 100%;
        bottom: 0; } }
    @media all and (max-width: 991px) {
      main.about .direction_wrapper .projects_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0; } }
    @media all and (max-width: 576px) {
      main.about .direction_wrapper .projects_list {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0 30px; } }
    main.about .direction_wrapper .projects_list .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      main.about .direction_wrapper .projects_list .slick-arrow i {
        font-size: 32px;
        cursor: pointer; }
      main.about .direction_wrapper .projects_list .slick-arrow.arrow_prev {
        left: 0px; }
      main.about .direction_wrapper .projects_list .slick-arrow.arrow_next {
        right: 0px; }
    main.about .direction_wrapper .projects_list .project {
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6);
      padding: 0px 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 768px) {
        main.about .direction_wrapper .projects_list .project {
          width: -webkit-calc(100% / 3);
          width: calc(100% / 3); } }
      @media all and (max-width: 576px) {
        main.about .direction_wrapper .projects_list .project {
          width: 100%;
          padding: 0; } }
      main.about .direction_wrapper .projects_list .project + .project {
        border-left: 1px solid rgba(172, 172, 172, 0.22); }
        @media all and (max-width: 991px) {
          main.about .direction_wrapper .projects_list .project + .project {
            border: none; } }
      main.about .direction_wrapper .projects_list .project .count {
        margin-bottom: 15px; }
        main.about .direction_wrapper .projects_list .project .count h2 {
          color: #3c36a1;
          font-size: 43px;
          font-weight: 300; }
          @media all and (max-width: 991px) {
            main.about .direction_wrapper .projects_list .project .count h2 {
              text-align: center; } }
        main.about .direction_wrapper .projects_list .project .count h3 {
          color: #3c36a1;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 10px; }
          @media all and (max-width: 991px) {
            main.about .direction_wrapper .projects_list .project .count h3 {
              text-align: center; } }
        main.about .direction_wrapper .projects_list .project .count .stripe {
          border-bottom: 2px solid #3c36a1;
          width: 45px;
          display: block; }
          @media all and (max-width: 991px) {
            main.about .direction_wrapper .projects_list .project .count .stripe {
              margin: 0 auto; } }
      main.about .direction_wrapper .projects_list .project .title {
        margin-bottom: 25px; }
        @media all and (max-width: 991px) {
          main.about .direction_wrapper .projects_list .project .title {
            text-align: center; } }
        main.about .direction_wrapper .projects_list .project .title h2 {
          color: #292828;
          font-size: 14px;
          font-weight: 500; }
      main.about .direction_wrapper .projects_list .project .text {
        color: #292828;
        font-size: 12px;
        font-weight: 400; }

main.about .about_mm {
  margin-bottom: 90px; }
  @media all and (max-width: 576px) {
    main.about .about_mm {
      margin-bottom: 45px; } }
  main.about .about_mm:before {
    content: url("img/left_before.png");
    position: absolute;
    left: -280px; }
    @media all and (max-width: 576px) {
      main.about .about_mm:before {
        display: none; } }
  main.about .about_mm .news_slider {
    margin-top: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0px 30px; }
    main.about .about_mm .news_slider .slick-track {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
    }
    main.about .about_mm .news_slider .slick-list {
      padding: 20px 0px; }
    main.about .about_mm .news_slider .slick-dots {
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      main.about .about_mm .news_slider .slick-dots li {
        width: 51px;
        height: 5px; }
        main.about .about_mm .news_slider .slick-dots li.slick-active button:before {
          background-color: #3c36a1; }
        main.about .about_mm .news_slider .slick-dots li button {
          width: 51px;
          height: 5px; }
          main.about .about_mm .news_slider .slick-dots li button:before {
            width: 51px;
            height: 5px;
            font-size: 0;
            background-color: #c9c9c9;
            border: 0;
            -webkit-border-radius: 0;
                    border-radius: 0;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease; }
    main.about .about_mm .news_slider .slick-arrow {
      position: absolute; }
      main.about .about_mm .news_slider .slick-arrow i {
        font-size: 32px;
        cursor: pointer; }
      main.about .about_mm .news_slider .slick-arrow.arrow_prev {
        left: 0; }
      main.about .about_mm .news_slider .slick-arrow.arrow_next {
        right: 0; }
    main.about .about_mm .news_slider .news {
      height: auto;
      width: -webkit-calc(100% / 3 - 30px);
      width: calc(100% / 3 - 30px);
      margin: 10px 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 576px) {
        main.about .about_mm .news_slider .news {
          margin: 10px 5px; } }
      main.about .about_mm .news_slider .news:nth-child(n+5) {
        display: none; }
        main.about .about_mm .news_slider .news:nth-child(n+5).slick-slide {
          display: block; }
      main.about .about_mm .news_slider .news .image img {
        max-height: 170px;
        width: 100%; }
      main.about .about_mm .news_slider .news .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
                box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
        background-color: #ffffff;
        flex: 1 0 auto;
        padding: 25px; }
        @media all and (max-width: 576px) {
          main.about .about_mm .news_slider .news .content {
            -webkit-box-shadow: none;
                    box-shadow: none;
            padding: 10px; } }
        main.about .about_mm .news_slider .news .content .date {
          color: #cccccc;
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px; }
        main.about .about_mm .news_slider .news .content .title {
          flex: 1 0 auto;
          color: #292828;
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 25px; }
        main.about .about_mm .news_slider .news .content a.readMore {
          color: #3c36a1;
          font-size: 16px;
          font-weight: 500; }

main.about .request_Wrapper {
  background-image: url("img/request.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0;
  position: relative; }
  main.about .request_Wrapper .request {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    main.about .request_Wrapper .request .text {
      color: #ffffff;
      font-size: 32px;
      font-weight: 500; }
      @media all and (max-width: 768px) {
        main.about .request_Wrapper .request .text {
          font-size: 22px; } }
    main.about .request_Wrapper .request .btns_group {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      main.about .request_Wrapper .request .btns_group span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        margin: 0px 30px; }
      main.about .request_Wrapper .request .btns_group .btn_default {
        font-weight: 400;
        font-size: 18px;
        padding: 5px 25px; }
        @media all and (max-width: 768px) {
          main.about .request_Wrapper .request .btns_group .btn_default {
            padding: 10px 25px; } }

main.archive_service .services_catalog {
  padding: 45px 0; }
  main.archive_service .services_catalog .tabs_wrapper {
    border: 0; } 
     main.archive_service .services_catalog .tabs_wrapper .main_content{
    width: 100%; }
    main.archive_service .services_catalog .tabs_wrapper .tabs_btns .btns li {
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      main.archive_service .services_catalog .tabs_wrapper .tabs_btns .btns li.active {
        border-left: 5px solid #3c36a1; }
    main.archive_service .services_catalog .tabs_wrapper .tabs_content {
    	position: relative;
      margin-left: 15px; }
      @media all and (max-width: 768px) {
        main.archive_service .services_catalog .tabs_wrapper .tabs_content {
          margin-left: 0; } }
      main.archive_service .services_catalog .tabs_wrapper .tabs_content .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service {
          width: -webkit-calc(100% / 4);
          width: calc(100% / 4);
          -ms-align-items: center;
          align-items: center;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 35px 10px;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
          flex-direction: column;
          margin: 10px 0;}
          @media all and (max-width: 768px) {
            main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service {
              width: 100%; } }
          main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service:hover {
            -webkit-box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
                    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
            opacity: 1;
            -webkit-transform: scale(1.02);
                -ms-transform: scale(1.02);
                    transform: scale(1.02); }
            @media all and (max-width: 991px) {
              main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service:hover {
                -webkit-box-shadow: none;
                        box-shadow: none;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none; } }
          main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service .icon {
            width: 70px; 
            height: 70px;}
            main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service .icon img {
              width: 100%;
              height: 100%;
            }
          main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service .text {
            margin: 0;
            margin-top: 15px;
            text-align: center; }
            main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service .text:after {
              display: none; }
            main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service .text h2 {
              color: #383737;
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 15px; }
            main.archive_service .services_catalog .tabs_wrapper .tabs_content .content .service .text p {
              color: #1f1f1f;
              font-size: 14px;
              font-weight: 300; }
.gallery_wrapper {
  padding: 25px 0;
}
main.service_page .page_title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  main.service_page .page_title .title {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    text-align: center; }
    @media all and (max-width: 991px) {
      main.service_page .page_title .title {
        width: 100%; } }

main.service_page .services_single {
  padding: 45px 0;
  position: relative; }
  main.service_page .services_single:before {
    content: url("img/left_before.png");
    position: absolute;
    bottom: 0;
    left: -205px; }
  main.service_page .services_single .tabs_wrapper {
    border: 0;
    width: 100%; }
    main.service_page .services_single .tabs_wrapper .tabs_btns {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media all and (max-width: 991px) {
        main.service_page .services_single .tabs_wrapper .tabs_btns {
          top: 0; } }
      main.service_page .services_single .tabs_wrapper .tabs_btns .btns {
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
                box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
        background-color: #fff; }
        main.service_page .services_single .tabs_wrapper .tabs_btns .btns li {
          -webkit-transition: 0.2s ease;
          transition: 0.2s ease; }
          main.service_page .services_single .tabs_wrapper .tabs_btns .btns li.active {
            border-left: 5px solid #3c36a1; }
                  main.service_page .services_single .tabs_wrapper .tabs_btns .btns li.return {
        text-align: center;
        border-top: 1px solid #3c36a1; }
        main.service_page .services_single .tabs_wrapper .tabs_btns .btns li.return a {
          font-size: 12px;
          padding: 10px 35px;
          color: #3c36a1; }
          main.service_page .services_single .tabs_wrapper .tabs_btns .btns li.return a span {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
    main.service_page .services_single .tabs_wrapper .tabs_content {
      margin-left: 30px;
     width: 100%;
      overflow: visible; }
      main.service_page .services_single .tabs_wrapper .tabs_btns + .tabs_content {
      	width: -webkit-calc(100% - 350px);
      	width: calc(100% - 350px); }
                    main.service_page .single_vacancy .tabs_wrapper .tabs_btns + .tabs_content {
      width: -webkit-calc(100% - 350px);
      width: calc(100% - 350px); }
      @media all and (max-width: 991px) {
        main.service_page .single_vacancy .tabs_wrapper .tabs_btns + .tabs_content {
          width: 100%; } }
      main.service_page .single_vacancy .tabs_wrapper .tabs_btns + .tabs_content {
        margin-left: 30px; }
        @media all and (max-width: 768px) {
          main.service_page .single_vacancy .tabs_wrapper .tabs_btns + .tabs_content {
            margin-left: 0; } }
      @media all and (max-width: 991px) {
        main.service_page .services_single .tabs_wrapper .tabs_content {
          margin-left: 0;
          width: 100%; } }
      main.service_page .services_single .tabs_wrapper .tabs_content .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        position: relative;
        top: 0;
        z-index: 1;
        opacity: 1; }
        main.service_page .services_single .tabs_wrapper .tabs_content .content .title {
        	color: #000000;
        	font-size:32px;
        	font-weight: 400;
        }
        main.service_page .services_single .tabs_wrapper .tabs_content .content .title h1 {
        	font-size: 40px;
        }
        main.service_page .services_single .tabs_wrapper .tabs_content .content .info_block {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%;
          border: 1px solid #80808021;
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
                  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
                  margin-bottom: 60px;
                  margin-top: 30px;
          background-color: #ffffff;}
          @media all and (max-width: 991px) {
            main.service_page .services_single .tabs_wrapper .tabs_content .content .info_block {
              -webkit-transform: translateY(0);
                  -ms-transform: translateY(0);
                      transform: translateY(0);
              margin-bottom: 20px; } }
          main.service_page .services_single .tabs_wrapper .tabs_content .content .info_block .info {
            width: -webkit-calc(100% / 3);
            width: calc(100% / 3);
            text-align: center;
            margin: 40px 0px; }
            @media all and (max-width: 991px) {
              main.service_page .services_single .tabs_wrapper .tabs_content .content .info_block .info {
                margin: 20px 0; } }
            main.service_page .services_single .tabs_wrapper .tabs_content .content .info_block .info + .info {
              border-left: 1px solid #80808021; }
        main.service_page .services_single .tabs_wrapper .tabs_content .content .description {  }
          @media all and (max-width: 991px) {
            main.service_page .services_single .tabs_wrapper .tabs_content .content .description {
              margin-top: 0; } }
          @media all and (max-width: 576px) {
            main.service_page .services_single .tabs_wrapper .tabs_content .content .description {
              padding: 0px 15px; } }
          main.service_page .services_single .tabs_wrapper .tabs_content .content .description h2 {
            color: #292828;
            font-size: 25px;
            font-weight: 500;
            margin-bottom: 20px; }
          main.service_page .services_single .tabs_wrapper .tabs_content .content .description p {
            color: #292828;
            font-size: 18px;
            font-weight: 300; }
            @media all and (max-width: 768px) {
              main.service_page .services_single .tabs_wrapper .tabs_content .content .description p {
                font-size: 14px; } }
        main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper {
          margin: 80px 0;
          margin-bottom: 0; }
          main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps {
            margin-top: 45px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            @media all and (max-width: 576px) {
              main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps {
                margin-top: 45px; } }
            main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step {
              width: -webkit-calc(100% / 2 - 20px);
              width: calc(100% / 2 - 20px);
              position: relative;
              margin-bottom: 50px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              position: relative; }
              @media all and (max-width: 576px) {
                main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step {
                  width: 100%; } }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step:last-child:before {
                display: none; }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content {
                margin-left: 55px; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .title_block {
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  position: relative; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .title_block .title {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    padding: 0;
                    border: 0;
                    margin-bottom: 5px; }
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .title_block .title h2 {
                      color: #383737;
                      font-size: 18px;
                      font-weight: 700;
                      margin-left: 0;
                      margin-bottom: 5px; }
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .title_block .title h3 {
                      color: #292828;
                      font-size: 16px;
                      font-weight: 600; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .text {
                  margin: 0; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .text:after {
                    display: none; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .text ul {
                    list-style: inside; }
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .step_content .text ul li {
                      margin-top: 15px; }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .icon {
                position: absolute;
                left: 0;
                top: 0;
                width: 45px;
                height: 45px; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .step .icon img{
                	width: 100%;
                	height: 100%;
                }
            main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .brief {
              -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.08);
                      box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.08);
              border: 1px solid rgba(172, 172, 172, 0.38);
              background-color: #ffffff;
              padding: 20px 35px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              @media all and (max-width: 576px) {
                main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .brief {
                  padding: 20px 15px; } }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .brief .text {
                color: #383737;
                font-size: 16px;
                font-weight: 400;
                margin: 0;
                margin-bottom: 20px; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .brief .text:after {
                  display: none; }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .steps_wrapper .steps .brief .btn_default {
                font-size: 18px;
                -webkit-align-self: center;
                    -ms-flex-item-align: center;
                            -ms-grid-row-align: center;
                        align-self: center; }
        main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works {
          margin-top: 45px;
          width: 100%; }
          @media all and (max-width: 576px) {
            main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works {
              margin-top: 0; } }
          main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; }
            main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works {
              padding: 0px 25px;
              margin-top: 45px; }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-list {
                padding-bottom: 20px; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-list .slick-track {
                	display: -webkit-flex;
                	display: -moz-flex;
                	display: -ms-flex;
                	display: -o-flex;
                	display: flex;
                }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-slide {
                	height: auto;
                }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-slide .work {
                	height: 100%;
                }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-arrow {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%); }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-arrow i {
                  font-size: 32px;
                  cursor: pointer; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-arrow.arrow_prev {
                  left: 0; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-arrow.arrow_next {
                  right: 0; }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-dots {
                bottom: -20px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                        transform: translateX(-50%); }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-dots li {
                  width: 51px;
                  height: 5px; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-dots li.slick-active button:before {
                    background-color: #3c36a1; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-dots li button {
                    width: 51px;
                    height: 5px; }
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .slick-dots li button:before {
                      width: 51px;
                      height: 5px;
                      font-size: 0;
                      background-color: #c9c9c9;
                      border: 0;
                      -webkit-border-radius: 0;
                              border-radius: 0;
                      -webkit-transition: 0.4s ease;
                      transition: 0.4s ease; }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work {
                margin: 45px 0;
                padding: 35px;
                -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
                        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
                background-color: #ffffff;
                display: none;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                        justify-content: space-between; }
                @media all and (max-width: 768px) {
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work {
                    -webkit-box-shadow: none;
                            box-shadow: none;
                    background-color: transparent; } }
                @media all and (max-width: 576px) {
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work {
                    padding: 10px 0;
                    -webkit-flex-wrap: wrap;
                        -ms-flex-wrap: wrap;
                            flex-wrap: wrap; } }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work.slick-slide {
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  margin: 0px 30px; }
                  @media all and (max-width: 576px) {
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work.slick-slide {
                      margin: 0px 15px; } }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work:first-child {
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  margin: 0 30px; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .text {
                  width: 50%;
                  margin: 0px 15px; }
                  @media all and (max-width: 576px) {
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .text {
                      width: 100%; } }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .text h2 {
                    color: #1f1f1f;
                    font-size: 20px;
                    font-weight: 600;
                    text-transform: uppercase;
                    margin-bottom: 10px; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .text h3 {
                    color: #3e99df;
                    font-size: 20px;
                    font-weight: 400;
                    margin-bottom: 10px; }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .text p {
                    color: #292828;
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 26px; }
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .text p + p {
                      margin-top: 15px; }
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .image {
                  width: 50%;
                  margin-left: 30px; }
                  @media all and (max-width: 576px) {
                    main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .image {
                      display: none; } }
                  main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .works .work .image img {
                  	max-height: 250px;
                    width: 100%; }
            main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .btn_default {
              padding: 15px 50px;
              margin-top: 35px;
              -webkit-align-self: center;
                  -ms-flex-item-align: center;
                          -ms-grid-row-align: center;
                      align-self: center;
              position: relative; }
              @media all and (max-width: 768px) {
                main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .btn_default {
                  padding: 10px 45px; } }
              main.service_page .services_single .tabs_wrapper .tabs_content .content .our_works .works_wrapper .btn_default .count {
                position: absolute;
                top: 10px;
                right: 10px;
                color: #ffffff;
                font-size: 20px;
                font-weight: 300;
                line-height: 1; }

main.archive_vacancy .vacancy_catalog {
  padding: 45px 0;
  position: relative; }
  main.archive_vacancy .vacancy_catalog:before {
    content: url("img/left_before.png");
    position: absolute;
    bottom: 0;
    left: -205px; }
  main.archive_vacancy .vacancy_catalog .tabs_wrapper {
    border: 0; }
    @media all and (max-width: 991px) {
      main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_btns {
        margin-left: 0;
        padding: 0px 15px; } }
    main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_btns .btns li {
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_btns .btns li.active {
        border-left: 5px solid #3c36a1; }
    main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content {
      margin-left: 15px; }
      main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 20px 15px;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
          border: 1px solid rgba(172, 172, 172, 0.1);
          cursor: pointer; }
          main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy:hover {
            -webkit-box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
                    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
            opacity: 1;
            -webkit-transform: scale(1.02);
                -ms-transform: scale(1.02);
                    transform: scale(1.02); }
            @media all and (max-width: 991px) {
              main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy:hover {
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1);
                -webkit-box-shadow: none;
                        box-shadow: none; } }
          main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text {
            width: 100%;
            margin: 0;
            margin-left: 15px; }
            main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text:after {
              display: none; }
            main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text .title {
              border: none;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              padding: 10px 0; }
              main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text .title h2 {
                color: #383737;
                font-size: 18px;
                font-weight: 600;
                margin-left: 0; }
            main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text .price {
              -webkit-align-self: flex-end;
                  -ms-flex-item-align: end;
                      align-self: flex-end;
              color: #292828;
              font-size: 18px;
              font-weight: 500; }
            main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text .content p {
              color: #1f1f1f;
              font-size: 14px;
              font-weight: 300; }
            main.archive_vacancy .vacancy_catalog .tabs_wrapper .tabs_content .content .vacancy .text .date {
              margin: 15px 0;
              -webkit-align-self: flex-end;
                  -ms-flex-item-align: end;
                      align-self: flex-end;
              color: #a5a5a5;
              font-size: 16px;
              font-weight: 400; }

main.vacancy_page .single_vacancy {
  padding: 45px 0; }
  main.vacancy_page .single_vacancy .tabs_wrapper {
    border: 0; }
    @media all and (max-width: 991px) {
      main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns {
        display: none; } }
    main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li {
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li a > span {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li a > span .count {
          color: #cbc7c7;
          font-size: 20px;
          font-weight: 300; }
      main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li.active {
        border-left: 5px solid #3c36a1; }
      main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li.return {
        text-align: center;
        border-top: 1px solid #3c36a1; }
        main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li.return a {
          font-size: 12px;
          padding: 10px 35px;
          color: #3c36a1; }
          main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns .btns li.return a span {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
    main.vacancy_page .single_vacancy .tabs_wrapper .main_content {
      width: 100%;
    }
    main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns + .main_content {
      width: -webkit-calc(100% - 350px);
      width: calc(100% - 350px); }
      @media all and (max-width: 991px) {
        main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns + .main_content {
          width: 100%; } }
      main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns + .main_content .tabs_content {
        margin-left: 30px; }
        @media all and (max-width: 768px) {
          main.vacancy_page .single_vacancy .tabs_wrapper .tabs_btns + .main_content .tabs_content {
            margin-left: 0; } }
        main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .main_title {
          margin-bottom: 45px; }
          @media all and (max-width: 768px) {
            main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .main_title {
              font-size: 28px;
              margin-bottom: 20px; } }
          main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .main_title h1 {
            color: #292828;
            font-size: 35px;
            font-weight: 500;
            margin-bottom: 10px; }
            @media all and (max-width: 768px) {
              main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .main_title h1 {
                font-size: 28px; } }
          main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .main_title h3 {
            color: #3e99df;
            font-size: 20px;
            font-weight: 400; }
            @media all and (max-width: 768px) {
              main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .main_title h3 {
                font-size: 16px; } }
        main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer {
          margin-bottom: 45px; }
          main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy p, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected p, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer p {
            color: #292828;
            font-size: 16px;
            font-weight: 400; }
          main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy .title, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected .title, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer .title {
            margin-bottom: 10px; }
            main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy .title h2, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected .title h2, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer .title h2 {
              color: #292828;
              font-size: 20px;
              font-weight: 500; }
          main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy ul, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected ul, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer ul {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            list-style-type: disc;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            list-style: inside; }
            main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy ul li, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected ul li, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer ul li {
              color: #292828;
              font-size: 16px;
              font-weight: 400; }
              main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .about_vacancy ul li + li, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .expected ul li + li, main.vacancy_page .single_vacancy .tabs_wrapper .main_content .tabs_content .offer ul li + li {
                margin-top: 10px; }
      @media all and (max-width: 768px) {
        main.vacancy_page .single_vacancy .tabs_wrapper .main_content .contact_us {
          background-color: transparent;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0; } }
      main.vacancy_page .single_vacancy .tabs_wrapper .main_content .contact_us .contact_form {
        margin-top: 0; }
        main.vacancy_page .single_vacancy .tabs_wrapper .main_content .contact_us .contact_form h2 {
          text-align: center;
          color: #1f1f1f;
          font-size: 25px;
          font-weight: 500;
          margin-bottom: 10px; }
        main.vacancy_page .single_vacancy .tabs_wrapper .main_content .contact_us .contact_form h3 {
          text-align: center;
          color: #1f1f1f;
          font-size: 16px;
          font-weight: 300; }
        main.vacancy_page .single_vacancy .tabs_wrapper .main_content .contact_us .contact_form form {
          margin-top: 40px; }

main.team_page .page_title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  main.team_page .page_title .title {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    text-align: center; }
    @media all and (max-width: 991px) {
      main.team_page .page_title .title {
        width: 100%; } }

main.team_page .team {
  padding: 45px 0; }
  main.team_page .team:before {
    content: url("img/left_before.png");
    position: absolute;
    left: -205px; }
  main.team_page .team .tabs_wrapper {
    border: 0;
    width: 100%; }
    main.team_page .team .tabs_wrapper .tabs_btns {
      position: relative;
      top: -300px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media all and (max-width: 991px) {
        main.team_page .team .tabs_wrapper .tabs_btns {
          display: none; } }
      main.team_page .team .tabs_wrapper .tabs_btns .btns {
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
                box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
        background-color: #fff; }
        main.team_page .team .tabs_wrapper .tabs_btns .btns li {
          -webkit-transition: 0.2s ease;
          transition: 0.2s ease; }
          main.team_page .team .tabs_wrapper .tabs_btns .btns li.active {
            border-left: 5px solid #3c36a1; }
    main.team_page .team .tabs_wrapper .main_content {
      position: relative;
      overflow: hidden;
      padding-bottom: 90px; }
      @media all and (max-width: 576px) {
        main.team_page .team .tabs_wrapper .main_content {
          padding-bottom: 0; } }
      main.team_page .team .tabs_wrapper .main_content .tabs_content {
        margin-left: 45px; }
        @media all and (max-width: 991px) {
          main.team_page .team .tabs_wrapper .main_content .tabs_content {
            margin-left: 0;
            padding: 0px 15px; } }
        @media all and (max-width: 991px) {
          main.team_page .team .tabs_wrapper .main_content .tabs_content .content {
            text-align: center; } }
      main.team_page .team .tabs_wrapper .main_content .title {
        border-bottom: 0; }
        main.team_page .team .tabs_wrapper .main_content .title h2 {
          margin-left: 0;
          color: #000000;
          font-size: 25px;
          font-weight: 500; }
      @media all and (max-width: 991px) {
        main.team_page .team .tabs_wrapper .main_content .description {
          text-align: left; } }
      main.team_page .team .tabs_wrapper .main_content .description p {
        color: #292828;
        font-size: 18px;
        font-weight: 400; }
        @media all and (max-width: 768px) {
          main.team_page .team .tabs_wrapper .main_content .description p {
            font-size: 14px; } }
      main.team_page .team .tabs_wrapper .main_content .team_members {
        margin-top: 45px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 30px; }
        @media all and (max-width: 768px) {
          main.team_page .team .tabs_wrapper .main_content .team_members {
            gap: 40px;
            margin-bottom: 30px; } }
        main.team_page .team .tabs_wrapper .main_content .team_members .slick-arrow {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 2; }
          main.team_page .team .tabs_wrapper .main_content .team_members .slick-arrow i {
            font-size: 32px;
            cursor: pointer; }
          main.team_page .team .tabs_wrapper .main_content .team_members .slick-arrow.arrow_prev {
            left: 0; }
          main.team_page .team .tabs_wrapper .main_content .team_members .slick-arrow.arrow_next {
            right: 0; }
        main.team_page .team .tabs_wrapper .main_content .team_members .member {
          position: relative;
          width: -webkit-calc(100% / 3 - 20px);
          width: calc(100% / 3 - 20px);
          margin-bottom: 90px; }
          @media all and (max-width: 768px) {
            main.team_page .team .tabs_wrapper .main_content .team_members .member {
              margin-bottom: 0px;
              width: -webkit-calc(100% / 2 - 20px);
              width: calc(100% / 2 - 20px); } }
          main.team_page .team .tabs_wrapper .main_content .team_members .member .photo {
            font-size: 0; }
            @media all and (max-width: 991px) {
              main.team_page .team .tabs_wrapper .main_content .team_members .member .photo {
                max-width: 230px;
                margin: 0 auto; } }
            main.team_page .team .tabs_wrapper .main_content .team_members .member .photo img {
              width: 100%; }
          main.team_page .team .tabs_wrapper .main_content .team_members .member .title {
            position: absolute;
            right: 0;
            -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
                    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
            background-color: #ffffff;
            bottom: 0;
            width: 90%;
            padding: 15px 20px;
            -webkit-transform: translateY(50%);
                -ms-transform: translateY(50%);
                    transform: translateY(50%); }
            @media all and (max-width: 991px) {
              main.team_page .team .tabs_wrapper .main_content .team_members .member .title {
                width: 230px;
                -webkit-box-shadow: none;
                        box-shadow: none;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none;
                position: relative;
                margin: 0 auto; } }
            main.team_page .team .tabs_wrapper .main_content .team_members .member .title h2 {
              color: #292828;
              font-size: 16px;
              font-weight: 500; }
            main.team_page .team .tabs_wrapper .main_content .team_members .member .title h3 {
              color: #655f5f;
              font-size: 13px;
              font-weight: 400; }

.pop_up_team {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease; }
  .pop_up_team.active {
    z-index: 9999;
    opacity: 1; }
  .pop_up_team:before {
    content: '';
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    position: absolute; }
  .pop_up_team .contact_us {
    z-index: 1; }
    .pop_up_team .contact_us .contact_form {
      margin-top: 0; }
      .pop_up_team .contact_us .contact_form > h2 {
        text-align: center;
        color: #1f1f1f;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 10px; }
      .pop_up_team .contact_us .contact_form > h3 {
        text-align: center;
        color: #1f1f1f;
        font-size: 16px;
        font-weight: 300; }
      .pop_up_team .contact_us .contact_form form {
        margin-top: 35px; }

main.archive_projects .page_title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  main.archive_projects .page_title .title {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    text-align: center; }

main.archive_projects .projects_catalog {
  padding: 45px 0; }
  main.archive_projects .projects_catalog .tabs_wrapper {
    border: 0;
    width: 100%; }
    main.archive_projects .projects_catalog .tabs_wrapper .tabs_btns .btns li {
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      main.archive_projects .projects_catalog .tabs_wrapper .tabs_btns .btns li.active {
        border-left: 5px solid #3c36a1; }
    main.archive_projects .projects_catalog .tabs_wrapper .main_content {
      padding-bottom: 90px;
      position: inherit;
      overflow: visible; }
      @media all and (max-width: 768px) {
        main.archive_projects .projects_catalog .tabs_wrapper .main_content {
          padding-bottom: 25px; } }
      main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content {
        position: relative;
        margin-left: 45px; }
        @media all and (max-width: 991px) {
          main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content {
            margin-left: 0;
            margin-top: 20px; } }
        @media all and (max-width: 768px) {
          main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content {
            padding: 0px 15px; } }
        main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .title {
          border-bottom: 0; }
          main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .title h2 {
            margin-left: 0;
            color: #000000;
            font-size: 25px;
            font-weight: 500; }
        main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .description p {
          color: #292828;
          font-size: 18px;
          font-weight: 400; }
        main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project {
            position: relative;
            width: -webkit-calc(100% / 3 - 30px);
            width: calc(100% / 3 - 30px);
            margin: 0px 15px;
            margin-bottom: 90px; }
            @media all and (max-width: 768px) {
              main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project {
                width: -webkit-calc(100% / 2 - 20px);
                width: calc(100% / 2 - 20px); } }
            main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project .photo {
              height: 100%;
              font-size: 0; }
              main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project .photo img {
                max-height: 160px;
                object-fit: contain;
                width: 100%; }
            main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project .title {
              position: absolute;
              right: 0;
              -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
                      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
              background-color: #ffffff;
              bottom: 0;
              width: 90%;
              padding: 15px 20px;
              -webkit-transform: translateY(50%);
                  -ms-transform: translateY(50%);
                      transform: translateY(50%); }
              main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project .title h2 {
                color: #292828;
                font-size: 16px;
                font-weight: 500; }
              main.archive_projects .projects_catalog .tabs_wrapper .main_content .tabs_content .projects_list .project .title h3 {
                color: #655f5f;
                font-size: 13px;
                font-weight: 400; }
main.project_page {
  font-family: "Roboto Condensed", sans-serif;
}
main.project_page .single_project {
  padding: 45px 0;
}

main.project_page .single_project .project_wrapper {
  width: 100%;
}

@media all and (max-width: 575px) {
  main.project_page .single_project .project_wrapper {
    padding: 0 15px;
  }
}

main.project_page .single_project .project_wrapper .main_screen {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_screen {
    flex-direction: column;
  }
}

main.project_page .single_project .project_wrapper .main_screen .content {
  width: calc(100% - 495px);
  margin-right: 45px;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_screen .content {
    width: 100%;
    margin-right: 0;
  }
}

main.project_page .single_project .project_wrapper .main_screen .content .project_title {
  margin-bottom: 20px;
}

main.project_page .single_project .project_wrapper .main_screen .content .project_title h1 {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  color: #000000;
}

main.project_page .single_project .project_wrapper .main_screen .content .apps_links {
  display: inline-flex;
  justify-content: space-between;
  font-size: 0;
  margin-bottom: 30px;
}
main.project_page .single_project .project_wrapper .main_screen .content .apps_links .link + .link {
  margin-left: 30px;
}
main.project_page .single_project .project_wrapper .main_screen .content .apps_links .link.web {
  display: flex;
  align-items: center;
}
main.project_page .single_project .project_wrapper .main_screen .content .apps_links .link.web  a{
  font-size: 18px;
    color: #3e99df;
}
main.project_page .single_project .project_wrapper .main_screen .content .description p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

main.project_page .single_project .project_wrapper .main_screen .content .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_screen .content .tags {
    justify-content: space-between;
  }
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_screen .content .tags {
    justify-content: center;
    margin-bottom: 30px;
  }
}

main.project_page .single_project .project_wrapper .main_screen .content .tags .tag {
  padding: 8px 35px;
  background: #3C36A1;
  box-shadow: 0px 6px 4px rgba(60, 54, 161, 0.161);
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 10px;
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_screen .content .tags .tag {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

main.project_page .single_project .project_wrapper .main_screen .image {
  font-size: 0;
  width: 450px;
  align-self: flex-end;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_screen .image {
    align-self: center;
    width: 550px;
  }
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_screen .image {
    align-self: center;
    width: 400px;
  }
}

main.project_page .single_project .project_wrapper .main_screen .image img {
  width: 100%;
}

main.project_page .single_project .project_wrapper nav.anchors {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper nav.anchors {
    margin: 20px 30px 0;
  }
}

@media all and (max-width: 575px) {
  main.project_page .single_project .project_wrapper nav.anchors {
    display: none;
  }
}

main.project_page .single_project .project_wrapper nav.anchors ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
}

main.project_page .single_project .project_wrapper nav.anchors ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

main.project_page .single_project .project_wrapper .main_content {
  padding-top: 120px;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_content {
    padding-top: 90px;
  }
}

@media all and (max-width: 575px) {
  main.project_page .single_project .project_wrapper .main_content {
    padding-top: 45px;
  }
}

main.project_page .single_project .project_wrapper .main_content .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_content .block {
    flex-direction: column;
  }
}

main.project_page .single_project .project_wrapper .main_content .block + .block {
  margin-top: 60px;
}

main.project_page .single_project .project_wrapper .main_content .block .content {
  width: 60%;
  margin-right: 60px;
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_content .block .content {
    width: 100%;
    margin-right: 0;
  }
}

main.project_page .single_project .project_wrapper .main_content .block .content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 40px;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_content .block .content h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

main.project_page .single_project .project_wrapper .main_content .block .content .text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  color: #000000;
}

@media all and (max-width: 991px) {
  main.project_page .single_project .project_wrapper .main_content .block .content .text {
    font-size: 18px;
    line-height: 150%;
  }
}

main.project_page .single_project .project_wrapper .main_content .block .image {
  width: 40%;
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_content .block .image {
    width: 100%;
    margin-top: 30px;
  }
}

main.project_page .single_project .project_wrapper .main_content .block .image img {
  width: 100%;
}

main.project_page .single_project .project_wrapper .main_content .block.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_content .block.reverse {
    flex-direction: column;
    text-align: left;
  }
}

main.project_page .single_project .project_wrapper .main_content .block.reverse .content {
  margin-left: 60px;
  margin-right: 0;
}

@media all and (max-width: 767px) {
  main.project_page .single_project .project_wrapper .main_content .block.reverse .content {
    margin-left: 0;
  }
}

main.project_page .single_project .project_wrapper .gallery {
  margin-top: 90px;
}

main.project_page .single_project .project_wrapper .gallery .gallery_title {
  text-align: center;
  margin-bottom: 25px;
}

main.project_page .single_project .project_wrapper .gallery .gallery_title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content {
  width: 100%;
  color: white;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slide {
  padding: 0;
  margin: 30px 0;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  width: 100%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slide .image img {
  width: 90%;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slide.slick-center .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  margin: 0;
  max-width: initial;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-arrow i {
  font-size: 32px;
  cursor: pointer;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-arrow.arrow_prev {
  left: 0;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-arrow.arrow_next {
  right: 0;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-dots li {
  width: 15px;
  height: 15px;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: transparent;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-dots li button:before {
  width: 15px;
  height: 15px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  background-color: #8e8e8e;
}

main.project_page .single_project .project_wrapper .gallery .gallery_content .slick-dots li.slick-active button:before {
  background-color: #3C36A1;
  opacity: 1;
}

main.information .page_title .title {
  width: 100%;
  text-transform: uppercase;
  text-align: center; }

main.information .cooperation_wrapper .cooperation, main.information .cooperation_wrapper .confedential, main.information .confedential_wrapper .cooperation, main.information .confedential_wrapper .confedential {
  background-color: #ffffff;
  margin: 45px 0; }
  @media all and (max-width: 768px) {
    main.information .cooperation_wrapper .cooperation, main.information .cooperation_wrapper .confedential, main.information .confedential_wrapper .cooperation, main.information .confedential_wrapper .confedential {
      padding: 0 15px;
      margin-bottom: 25px; } }
  main.information .cooperation_wrapper .cooperation h2, main.information .cooperation_wrapper .confedential h2, main.information .confedential_wrapper .cooperation h2, main.information .confedential_wrapper .confedential h2 {
    color: #292828;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px; }
    @media all and (max-width: 768px) {
      main.information .cooperation_wrapper .cooperation h2, main.information .cooperation_wrapper .confedential h2, main.information .confedential_wrapper .cooperation h2, main.information .confedential_wrapper .confedential h2 {
        text-align: center; } }
  main.information .cooperation_wrapper .cooperation p, main.information .cooperation_wrapper .confedential p, main.information .confedential_wrapper .cooperation p, main.information .confedential_wrapper .confedential p {
    color: #292828;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4; }
    @media all and (max-width: 768px) {
      main.information .cooperation_wrapper .cooperation p, main.information .cooperation_wrapper .confedential p, main.information .confedential_wrapper .cooperation p, main.information .confedential_wrapper .confedential p {
        font-size: 14px; } }
    main.information .cooperation_wrapper .cooperation p + p, main.information .cooperation_wrapper .confedential p + p, main.information .confedential_wrapper .cooperation p + p, main.information .confedential_wrapper .confedential p + p {
      margin-top: 20px; }

main.information .confedential_wrapper {
  margin-bottom: 60px; }

main.information .about_mm {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    main.information .about_mm {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 25px; } }
  main.information .about_mm:before {
    content: url("img/left_before.png");
    position: absolute;
    left: -15%; }
    @media all and (max-width: 768px) {
      main.information .about_mm:before {
        display: none; } }
  main.information .about_mm .info_slider {
    margin-top: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    main.information .about_mm .info_slider .slick-list {
      padding-bottom: 20px; }
      main.information .about_mm .info_slider .slick-list .slick-track {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        height: 100%;
      }
    main.information .about_mm .info_slider .slick-dots {
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      main.information .about_mm .info_slider .slick-dots li {
        width: 51px;
        height: 5px; }
        main.information .about_mm .info_slider .slick-dots li.slick-active button:before {
          background-color: #3c36a1; }
        main.information .about_mm .info_slider .slick-dots li button {
          width: 51px;
          height: 5px; }
          main.information .about_mm .info_slider .slick-dots li button:before {
            width: 51px;
            height: 5px;
            font-size: 0;
            background-color: #c9c9c9;
            border: 0;
            -webkit-border-radius: 0;
                    border-radius: 0;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease; }
    main.information .about_mm .info_slider .slick-arrow {
      position: absolute;
      z-index: 1; }
      main.information .about_mm .info_slider .slick-arrow i {
        font-size: 32px;
        cursor: pointer; }
      main.information .about_mm .info_slider .slick-arrow.arrow_prev {
        left: 0; }
      main.information .about_mm .info_slider .slick-arrow.arrow_next {
        right: 0; }
    main.information .about_mm .info_slider .info {
      width: -webkit-calc(100% / 3 - 30px);
      width: calc(100% / 3 - 30px);
      margin: 10px 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
              height: auto;
      -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
              box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07); }
      @media all and (max-width: 768px) {
        main.information .about_mm .info_slider .info {
          -webkit-box-shadow: none;
                  box-shadow: none;
          margin: 10px 30px; } }
      main.information .about_mm .info_slider .info:nth-child(n+5) {
        display: none; }
        main.information .about_mm .info_slider .info:nth-child(n+5).slick-slide {
          display: block; }
      main.information .about_mm .info_slider .info > .title {
        min-height: 150px;
        padding: 20px; }
        main.information .about_mm .info_slider .info > .title h2 {
          font-weight: 600;
          color: #292828;
          font-size: 22px; }
      main.information .about_mm .info_slider .info .image img {
        width: 100%; }
        @media all and (max-width: 768px) {
          main.information .about_mm .info_slider .info .image img {
            max-height: 250px; } }
      main.information .about_mm .info_slider .info .content {
        background-color: #ffffff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: 100%;
        z-index: 1;
        padding: 25px; }
        @media all and (max-width: 768px) {
          main.information .about_mm .info_slider .info .content {
            padding: 25px 0; } }
        main.information .about_mm .info_slider .info .content .date {
          color: #cccccc;
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px; }
        main.information .about_mm .info_slider .info .content .title {
          color: #292828;
          font-size: 18px;
          font-weight: 500;
          flex: 1 0 auto;
          margin-bottom: 25px; }
          @media all and (max-width: 768px) {
            main.information .about_mm .info_slider .info .content .title {
              font-size: 14px; } }
        main.information .about_mm .info_slider .info .content a.readMore {
          color: #3c36a1;
          font-size: 16px;
          font-weight: 500; }

main.information .request_Wrapper {
  background-image: url("img/request.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0; }
  main.information .request_Wrapper .request {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    main.information .request_Wrapper .request .text {
      color: #ffffff;
      font-size: 32px;
      font-weight: 500; }
      @media all and (max-width: 768px) {
        main.information .request_Wrapper .request .text {
          font-size: 22px; } }
    main.information .request_Wrapper .request .btns_group {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      main.information .request_Wrapper .request .btns_group span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        margin: 0px 30px; }
      main.information .request_Wrapper .request .btns_group .btn_default {
        font-weight: 400;
        font-size: 18px;
        padding: 5px 25px; }
        @media all and (max-width: 768px) {
          main.information .request_Wrapper .request .btns_group .btn_default {
            padding: 10px 25px; } }

main.information .contract_wrapper {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    main.information .contract_wrapper {
      margin-bottom: 25px; } }
  main.information .contract_wrapper .contract {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
    background-color: #ffffff; }
    @media all and (max-width: 991px) {
      main.information .contract_wrapper .contract {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    main.information .contract_wrapper .contract .text {
      padding: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 991px) {
        main.information .contract_wrapper .contract .text {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          padding: 10px 15px 25px; } }
      main.information .contract_wrapper .contract .text .title {
        margin-bottom: 20px; }
        main.information .contract_wrapper .contract .text .title h2 {
          color: #292828;
          font-size: 25px;
          font-weight: 500; }
      main.information .contract_wrapper .contract .text p {
        color: #292828;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px; }
        @media all and (max-width: 768px) {
          main.information .contract_wrapper .contract .text p {
            font-size: 14px; } }
      main.information .contract_wrapper .contract .text a {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
    @media all and (max-width: 991px) {
      main.information .contract_wrapper .contract .image {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; } }
    @media all and (max-width: 991px) {
      main.information .contract_wrapper .contract .image img {
        width: 100%; } }
main.gallery .page_title .image img {
  height: 200px;
}
main.contacts .page_title .image .overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 54, 161, 0.55)), to(rgba(255, 255, 255, 0.7)));
  background-image: linear-gradient(180deg, rgba(60, 54, 161, 0.55) 0%, rgba(255, 255, 255, 0.7) 100%); }

main.contacts .page_title .title {
  width: 100%;
  text-transform: uppercase;
  text-align: center; }

main.contacts .contacts_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 90px 0; }
  @media all and (max-width: 768px) {
    main.contacts .contacts_wrapper {
      margin: 0px 0 45px; } }
  @media all and (max-width: 768px) {
    main.contacts .contacts_wrapper > .container > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  main.contacts .contacts_wrapper .photo_slider {
    width: -webkit-calc(65% - 20px);
    width: calc(65% - 20px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px; }
    @media all and (max-width: 991px) {
      main.contacts .contacts_wrapper .photo_slider {
        width: -webkit-calc(60% - 20px);
        width: calc(60% - 20px); } }
    @media all and (max-width: 768px) {
      main.contacts .contacts_wrapper .photo_slider {
        width: 100%;
        margin-right: 0; } }
    main.contacts .contacts_wrapper .photo_slider .full {
      font-size: 0;
      margin-bottom: 15px; }
      main.contacts .contacts_wrapper .photo_slider .full .image img {
        width: 100%; }
    main.contacts .contacts_wrapper .photo_slider .thumbs {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 0; }
      @media all and (max-width: 576px) {
        main.contacts .contacts_wrapper .photo_slider .thumbs {
          display: none; } }
      main.contacts .contacts_wrapper .photo_slider .thumbs.slick-dotted {
        margin-bottom: 0; }
      main.contacts .contacts_wrapper .photo_slider .thumbs .image {
        width: -webkit-calc(100% / 3 - 10px);
        width: calc(100% / 3 - 10px); }
        main.contacts .contacts_wrapper .photo_slider .thumbs .image.slick-slide {
          margin: 0px 5px; }
        main.contacts .contacts_wrapper .photo_slider .thumbs .image img {
          width: 100%; }
  main.contacts .contacts_wrapper .contacts_info {
    padding: 25px 35px 15px;
    width: 35%;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (max-width: 991px) {
      main.contacts .contacts_wrapper .contacts_info {
        width: 40%;
        padding: 25px 15px 15px; } }
    @media all and (max-width: 768px) {
      main.contacts .contacts_wrapper .contacts_info {
        width: 100%; } }
    main.contacts .contacts_wrapper .contacts_info .title {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px; }
      main.contacts .contacts_wrapper .contacts_info .title h2 {
        color: #000000;
        font-size: 25px;
        font-weight: 500; }
    main.contacts .contacts_wrapper .contacts_info .information {
      border-top: 1px solid #acacac;
      border-bottom: 1px solid #acacac;
      padding: 30px 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      @media all and (max-width: 991px) {
        main.contacts .contacts_wrapper .contacts_info .information {
          padding: 5px 0; } }
      main.contacts .contacts_wrapper .contacts_info .information p {
        color: #292828;
        font-size: 20px;
        font-weight: 400; }
        main.contacts .contacts_wrapper .contacts_info .information p .icon {
          margin-right: 20px; }
        main.contacts .contacts_wrapper .contacts_info .information p + p {
          margin-top: 20px; }
    main.contacts .contacts_wrapper .contacts_info .social {
      padding-top: 20px; }
      main.contacts .contacts_wrapper .contacts_info .social ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        main.contacts .contacts_wrapper .contacts_info .social ul li {
          border: 2px solid #000000;
          margin: 5px;
          -webkit-border-radius: 4px;
                  border-radius: 4px; }
          main.contacts .contacts_wrapper .contacts_info .social ul li a {
            width: 30px;
            height: 30px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            color: white; }
            main.contacts .contacts_wrapper .contacts_info .social ul li a i {
              font-size: 20px;
              color: black; }

main.contacts #map {
  width: 100%; }
  @media all and (max-width: 768px) {
    main.contacts #map {
      margin-bottom: 0; } }
  main.contacts #map img {
    width: 100%; }

main.contacts .request_Wrapper {
  background-image: url("img/request.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0; }
  main.contacts .request_Wrapper .request {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    main.contacts .request_Wrapper .request .text {
      color: #ffffff;
      font-size: 32px;
      font-weight: 500; }
      @media all and (max-width: 576px) {
        main.contacts .request_Wrapper .request .text {
          font-size: 22px; } }
    main.contacts .request_Wrapper .request .btns_group {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      main.contacts .request_Wrapper .request .btns_group span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        margin: 0px 30px; }
      main.contacts .request_Wrapper .request .btns_group .btn_default {
        font-weight: 400;
        font-size: 18px;
        padding: 5px 25px; }
        @media all and (max-width: 991px) {
          main.contacts .request_Wrapper .request .btns_group .btn_default {
            margin: 0 auto; } }
        @media all and (max-width: 768px) {
          main.contacts .request_Wrapper .request .btns_group .btn_default {
            padding: 10px 25px; } }

main.not_found {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 54, 161, 0.55)), to(rgba(62, 153, 223, 0.55)));
  background-image: linear-gradient(180deg, rgba(60, 54, 161, 0.55) 0%, rgba(62, 153, 223, 0.55) 100%); }
  main.not_found h1 {
    margin-bottom: 45px;
    color: #ffffff;
    font-size: 144px;
    font-weight: 700; }
  main.not_found h2 {
    margin-bottom: 45px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
  main.not_found .btn_default {
    border: 2px solid transparent; }

footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e36a5), to(#3e99df));
  background-image: linear-gradient(180deg, #3e36a5 0%, #3e99df 100%);
  padding: 50px 0; }
  @media all and (max-width: 768px) {
    footer {
      padding: 25px 0; } }
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer .top-stripe {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
            footer .top-stripe .logo {
              max-width: 170px;
            }
            footer .top-stripe .logo img{
              width: 100%;
            }
    @media all and (max-width: 991px) {
      footer .top-stripe {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media all and (max-width: 991px) {
      footer .top-stripe .logo {
        margin-bottom: 20px; } }
    @media all and (max-width: 576px) {
      footer .top-stripe .logo {
        margin: 0px auto 10px; } }
    @media all and (max-width: 576px) {
      footer .top-stripe .logo img {
        width: 100px; } }
        footer .bottom-stripe .policy{
          text-align: center;
          margin-top: 15px;
        }        
        footer .bottom-stripe .policy a{
         color: #ffffff;
         font-size: 14px;
         font-weight: 500;
         margin-bottom: 20px;
         text-transform: uppercase;
         text-decoration: underline;
       }
    footer .top-stripe nav {
      width: 70%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media all and (max-width: 991px) {
        footer .top-stripe nav {
          flex-wrap: wrap;
          width: 100%; } }
      @media all and (max-width: 768px) {
        footer .top-stripe nav .nav_column:last-child {
          margin-top: 30px; } }
      footer .top-stripe nav .nav_column.main_links ul li a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: uppercase; }
        footer .top-stripe nav .nav_column.main_links ul li.wpml-ls-item{
          display: none;
        }
        @media all and (max-width: 576px) {
          footer .top-stripe nav .nav_column.main_links ul li a {
            font-size: 12px; } }
      footer .top-stripe nav .nav_column h3 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px; }
        @media all and (max-width: 576px) {
          footer .top-stripe nav .nav_column h3 {
            margin-bottom: 10px;
            font-size: 16px; } }
      footer .top-stripe nav .nav_column ul li {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300; }
        @media all and (max-width: 576px) {
          footer .top-stripe nav .nav_column ul li {
            font-size: 12px; } }
        footer .top-stripe nav .nav_column ul li a i {
          text-align: center;
          width: 15px;
          margin-right: 10px; }
        footer .top-stripe nav .nav_column ul li + li {
          margin-top: 15px; }
          @media all and (max-width: 576px) {
            footer .top-stripe nav .nav_column ul li + li {
              margin-top: 5px; } }
              .phone {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
              }
              .phone i {
                margin: 0px 2px;
              }
  footer .middle-stripe {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    footer .middle-stripe .social ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .middle-stripe .social ul li {
        border: 2px solid #ffffff;
        margin: 5px;
        -webkit-border-radius: 4px;
                border-radius: 4px; }
        footer .middle-stripe .social ul li a {
          width: 30px;
          height: 30px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: white; }
          @media all and (max-width: 576px) {
            footer .middle-stripe .social ul li a {
              width: 20px;
              height: 20px; } }
          footer .middle-stripe .social ul li a i {
            font-size: 20px; }
            @media all and (max-width: 576px) {
              footer .middle-stripe .social ul li a i {
                font-size: 14px; } }
  footer .bottom-stripe {
    margin: 20px auto 0;
    border-top: 1px solid #fff;
    text-align: center; }
    @media all and (max-width: 768px) {
      footer .bottom-stripe {
        margin: 10px auto 0px; } }
    footer .bottom-stripe p {
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      margin-top: 15px; }
      @media all and (max-width: 576px) {
        footer .bottom-stripe p {
          font-size: 14px;
          margin-top: 5px; } }
  footer .pop_up_brief, footer .pop_up_request {
    top: 0;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease; }
    footer .pop_up_brief.active, footer .pop_up_request.active {
      z-index: 9999;
      opacity: 1; }
    footer .pop_up_brief:before, footer .pop_up_request:before {
      content: '';
      background-color: #0000009e;
      width: 100%;
      height: 100%;
      position: absolute; }
    footer .pop_up_brief .contact_us, footer .pop_up_request .contact_us {
      z-index: 1; }
      footer .pop_up_brief .contact_us .contact_form, footer .pop_up_request .contact_us .contact_form {
        margin-top: 0; }
        footer .pop_up_brief .contact_us .contact_form > h2, footer .pop_up_request .contact_us .contact_form > h2 {
          text-align: center;
          color: #1f1f1f;
          font-size: 25px;
          font-weight: 500;
          margin-bottom: 10px; }
        footer .pop_up_brief .contact_us .contact_form > h3, footer .pop_up_request .contact_us .contact_form > h3 {
          text-align: center;
          color: #1f1f1f;
          font-size: 16px;
          font-weight: 300; }
        footer .pop_up_brief .contact_us .contact_form form, footer .pop_up_request .contact_us .contact_form form {
          margin-top: 35px; }
