@charset "UTF-8";
@import url(../fonts/evolventa.css);
@import url(vendor.css);
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
/* Globals */
* {
  box-sizing: border-box; }

html {
  font-size: 15px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans", sans-serif;
  color: #020202; }
#ajax_form{
    max-width: 800px ;
}
@media (max-width: 767px) {
    body.has-nav-opened {
        overflow: hidden; }
    #ajax_form{
        max-width: 800px !important;
    }
}
@media (max-width: 414px) {
    #ajax_form{

        max-width: 410px !important;
    }
}
@media (max-width: 375px) {
    #ajax_form{

        max-width: 370px !important;
    }
}

img {
  max-width: 100%;
  height: auto;
  display: block; }

svg {
  vertical-align: top; }

a {
  color: currentColor;
  text-decoration: none; }

a:not([class]) {
  text-decoration: none; }
  a:not([class]):hover {
    text-decoration: underline; }

.nobr {
  white-space: nowrap; }

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.ffp {
  font-family: "Noto Sans", sans-serif; }

.ffs {
  font-family: "Exo 2", sans-serif; }

.h1, .h2, .h3, .h4, .h5 {
  font-family: "Exo 2", sans-serif; }

.h2, .h3, .h4, .h5 {
  font-weight: 600;
  text-transform: uppercase; }

.h1 {
  font-size: 62px;
  font-weight: 300;
  line-height: 72px; }

.h2 {
  font-size: 52px;
  line-height: 60px;
  display: table; }
  @media (max-width: 1365px) {
    .h2 {
      font-size: 46px;
      line-height: 50px; } }
  @media (max-width: 1023px) {
    .h2 {
      font-size: 36px;
      line-height: 46px; } }
  @media (max-width: 767px) {
    .h2 {
      font-size: 28px;
      line-height: 32px; } }
  .h2:after {
    content: '';
    display: block;
    border-bottom: 4px solid #ffce00;
    margin: 5px 10px 0 0; }

.h3 {
  font-size: 44px;
  line-height: 60px; }
  @media (max-width: 1023px) {
    .h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .h3 {
      font-size: 24px;
      line-height: 30px; } }

.h4 {
  font-size: 22px;
  line-height: 36px; }

.h5 {
  font-size: 17px;
  line-height: 30px; }

.header {
  background: #fff;
  padding: 22px 0 33px;
  z-index: 10; }
  @media (max-width: 767px) {
    .header {
      padding: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } }
  .header__inner {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .header__inner {
        height: 70px; } }
  @media (max-width: 1023px) {
    .header__logo {
      margin-right: auto; } }
  @media (max-width: 767px) {
    .header__logo .svg-icon {
      max-width: 140px;
      height: 40px; } }
  .header__info {
    margin: 0 auto 0 30px;
    padding: 5px 0 5px 35px;
    border-left: 1px solid #dbdbdb;
    font-size: 14px;
    line-height: 22px;
    max-width: 345px;
    font-family: 'Exo 2', sans-serif; }
    @media (max-width: 1023px) {
      .header__info {
        display: none; } }
  .header__tel {
    display: flex;
    align-items: baseline; }
    @media (max-width: 767px) {
      .header__tel {
        position: relative; } }
  .header__tel-icon {
    margin-right: 18px;
    opacity: .5; }
    @media (max-width: 767px) {
      .header__tel-icon {
        opacity: 1;
        margin-right: 0; } }
  .header__tel-link {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 14px; }
    @media (max-width: 1199px) {
      .header__tel-link {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .header__tel-link {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        font-size: 0;
        opacity: 0; } }
  .header__auth {
    display: flex;
    align-items: center;
    margin-left: 60px; }
    @media (max-width: 1199px) {
      .header__auth {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .header__auth {
        margin-left: 15px;
        position: relative; } }
  .header__auth-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .header__auth-icon {
        opacity: 1;
        margin-right: 0;
        width: 35px;
        height: 35px; } }
  .header__auth-link {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    transition: .15s; }
    @media (max-width: 767px) {
      .header__auth-link {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        font-size: 0;
        opacity: 0; } }
    .header__auth-link:hover {
      color: #ef801a; }
  .header__hamb {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    position: relative;
    margin-left: 10px;
    border-radius: 50%;
    background: #f5f5f5; }
    @media (min-width: 768px) {
      .header__hamb {
        display: none !important; } }
    .header__hamb.is-active .header__hamb-line:nth-child(1) {
      transform: translateY(0) rotate(45deg); }
    .header__hamb.is-active .header__hamb-line:nth-child(2) {
      opacity: 0;
      transform: translateX(10px); }
    .header__hamb.is-active .header__hamb-line:nth-child(3) {
      transform: translateY(0) rotate(-45deg); }
  .header__hamb-line {
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 8px;
    right: 8px;
    background: #ef801a;
    transition: .15s; }
    .header__hamb-line:nth-child(1) {
      transform: translateY(-7px); }
    .header__hamb-line:nth-child(3) {
      transform: translateY(7px); }

.main-nav {
  background: #ffce00;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .main-nav {
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      transition: .15s;
      overflow-y: auto;
      overflow-x: hidden; }
      .main-nav.is-visible {
        visibility: visible;
        opacity: 1; } }
  .main-nav__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #caa712; }
    @media (max-width: 767px) {
      .main-nav__list {
        flex-direction: column;
        border: none;
        margin: 0 -15px; } }
  .main-nav__item {
    width: 100%;
    border-right: 1px solid #caa712;
    position: relative; }
    .main-nav__item:hover .main-nav__link {
      background: #ef801a;
      color: #fff; }
    .main-nav__item:hover .main-nav__dropdown {
      visibility: visible;
      opacity: 1;
      transition: .15s; }
    .main-nav__item:hover .main-nav__dropdown-col {
      transform: translateY(0);
      opacity: 1;
      transition: .4s ease; }
    @media (max-width: 1365px) {
      .main-nav__item {
        position: static; } }
    @media (max-width: 767px) {
      .main-nav__item {
        border-right: none;
        border-bottom: 1px solid #caa712; }
        .main-nav__item.is-mob-expanded .main-nav__dropdown {
          transform: translateX(0%); } }
  .main-nav__back {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-left: 45px;
    text-align: center; }
    .main-nav__back .main-nav__link {
      text-align: center;
      background: #ef801a !important;
      color: #fff !important; }
    .main-nav__back .main-nav__down-arrow {
      left: -50px;
      transform: rotate(180deg);
      background: #ef801a !important;
      color: #fff !important; }
    @media (min-width: 768px) {
      .main-nav__back {
        display: none; } }
  .main-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s; }
    @media (max-width: 1199px) {
      .main-nav__link {
        font-size: 12px; } }
    @media (max-width: 1023px) {
      .main-nav__link {
        font-size: 11px;
        height: 50px;
        padding: 0 20px;
        white-space: nowrap; } }
    @media (max-width: 767px) {
      .main-nav__link {
        font-size: 12px;
        justify-content: space-between;
        padding: 0 15px;
        position: relative;
        height: 45px; } }
  .main-nav__down-arrow {
    display: flex;
    margin-left: 10px; }
    @media (max-width: 1023px) {
      .main-nav__down-arrow {
        margin-left: 5px; } }
    @media (max-width: 767px) {
      .main-nav__down-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        width: 45px;
        flex-shrink: 0;
        color: #020202;
        background: #ffce00;
        transition: .2s;
        border-left: 1px solid rgba(150, 128, 36, 0.5); }
        .main-nav__down-arrow:hover {
          background: #ef801a;
          color: #fff; } }
  .main-nav .svg-icon {
    fill: currentColor; }
    @media (max-width: 767px) {
      .main-nav .svg-icon {
        width: 12px;
        height: 12px;
        transform: rotate(-90deg); } }
  .main-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f5f5f5;
    padding: 20px 15px 45px 40px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    z-index: 2; }
    @media (max-width: 1365px) {
      .main-nav__dropdown {
        right: 0;
        padding: 10px 0 35px 25px; } }
    @media (max-width: 767px) {
      .main-nav__dropdown {
        padding: 0 15px 25px;
        visibility: visible;
        opacity: 1;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        right: initial;
        max-height: initial;
        display: block;
        transform: translateX(100%); } }
    .main-nav__dropdown.-expertise {
      width: 800px; }
      @media (max-width: 1365px) {
        .main-nav__dropdown.-expertise {
          width: auto; } }
    .main-nav__dropdown.-services {
      width: 710px; }
      @media (max-width: 1500px) {
        .main-nav__dropdown.-services {
          width: 600px; } }
      @media (max-width: 1365px) {
        .main-nav__dropdown.-services {
          width: 100%; } }
  .main-nav__dropdown-col {
    width: 50%;
    padding-right: 40px;
    transform: translateY(-5px);
    opacity: 0; }
    @media (max-width: 767px) {
      .main-nav__dropdown-col {
        width: 100%;
        opacity: 1;
        transform: none; } }
  .main-nav__dropdown-root-link {
    display: table;
    font-weight: bold;
    margin-top: 18px; }
  .main-nav__dropdown-list {
    margin-bottom: 30px; }
  .main-nav__dropdown-root-link:hover, .main-nav__dropdown-link:hover {
    color: #f69220;
    text-decoration: underline; }
  .main-nav__dropdown-link {
    margin-left: 20px;
    position: relative;
    display: table;
    margin-top: 8px; }
    .main-nav__dropdown-link:before {
      content: '— ';
      position: absolute;
      left: -20px;
      pointer-events: none;
      color: #000000; }

.footer {
  background: #222328;
  color: #fff; }
  .footer__inner {
    display: flex;
    padding: 65px 0 80px; }
    @media (max-width: 1023px) {
      .footer__inner {
        padding: 45px 0 60px; } }
    @media (max-width: 767px) {
      .footer__inner {
        flex-wrap: wrap;
        padding: 35px 0 45px; } }
  .footer__logo_info {
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .footer__logo_info {
        flex-wrap: wrap;
        width: 100%;
        text-align: center; } }
  .footer__info {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 22px;
    max-width: 310px;
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .footer__info {
        margin: 20px auto 0; } }
  .footer__nav {
    display: flex;
    max-width: 515px;
    padding: 12px 75px 0;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .footer__nav {
        display: none; } }
  .footer__nav-link {
    display: table;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .15s; }
    .footer__nav-link:hover {
      color: #ef801a; }
    .footer__nav-link + .footer__nav-link {
      margin-top: 39px; }
  .footer__tel_feedback {
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
    max-width: 250px;
    width: 100%;
    padding-top: 12px; }
    @media (max-width: 767px) {
      .footer__tel_feedback {
        text-align: center;
        margin-top: 20px;
        max-width: initial; } }
  .footer__tel {
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .footer__tel {
        margin-bottom: 30px; } }
  .footer__tel-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .footer__tel-title {
        margin-bottom: 10px; } }
  .footer__tel-link {
    font-family: "Exo 2", sans-serif;
    font-size: 28px;
    font-weight: 300; }
  .footer__line {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footer__line-inner {
    display: flex;
    font-size: 12px;
    padding: 22px 0 26px; }
    @media (max-width: 1023px) {
      .footer__line-inner {
        font-size: 11px; } }
    @media (max-width: 767px) {
      .footer__line-inner {
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-size: 12px; } }
  .footer__line-copyright {
    max-width: 310px;
    width: 100%; }
    @media (max-width: 1023px) {
      .footer__line-copyright {
        width: auto; } }
  .footer__line-address {
    max-width: 515px;
    padding: 0 75px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .footer__line-address {
        padding: 0;
        white-space: initial;
        width: auto; } }
    @media (max-width: 767px) {
      .footer__line-address {
        margin: 15px 0;
        max-width: 250px; } }
  .footer__line-policy {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    text-align: right; }
    @media (max-width: 1023px) {
      .footer__line-policy {
        width: auto; } }
    @media (max-width: 767px) {
      .footer__line-policy {
        margin: 0; } }
  .footer__line-link {
    transition: .15s;
    border-bottom: 1px solid; }
    .footer__line-link:hover {
      color: #ef801a; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px .05em;
  min-width: 210px;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 99px;
  background: #ffce00;
  color: #020202;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: .3s; }
  .btn:hover {
    background: #ef801a;
    color: #fff; }
  .btn.-outline {
    height: 35px;
    min-width: 130px;
    font-size: 12px;
    background: #fff;
    border: 2px solid #ffce00; }
    .btn.-outline:hover {
      color: #ffce00; }

.hero-slider {
  overflow: hidden;
  color: #fff;
  background: #23232a no-repeat center;
  background-size: cover;
  vertical-align: top; }
  .hero-slider__slide {
    overflow: hidden;
    vertical-align: top;
    background: center no-repeat;
    background-size: cover; }
  .hero-slider .slick-active .hero-slider__slide {
    -webkit-animation: slide-appear 1s;
            animation: slide-appear 1s; }
  .hero-slider .slick-active .hero-slider__content {
    -webkit-animation: slide-content-appear 1.25s;
            animation: slide-content-appear 1.25s;
    opacity: 1; }
    @media (max-width: 1023px) {
      .hero-slider .slick-active .hero-slider__content {
        -webkit-animation: slide-image-appear 1.25s;
                animation: slide-image-appear 1.25s; } }
  .hero-slider .slick-active .hero-slider__image {
    -webkit-animation: slide-image-appear 1.25s;
            animation: slide-image-appear 1.25s;
    opacity: 1; }
    @media (max-width: 1023px) {
      .hero-slider .slick-active .hero-slider__image {
        -webkit-animation: slide-image-appear 1.25s;
                animation: slide-image-appear 1.25s; } }
  .hero-slider__item {
    display: flex;
    align-items: center;
    height: 600px; }
    @media (max-width: 1023px) {
      .hero-slider__item {
        height: auto;
        padding: 60px 0 120px;
        flex-direction: column-reverse; } }
  .hero-slider__content-col {
    width: 50%;
    position: relative;
    align-self: stretch;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1023px) {
      .hero-slider__content-col {
        width: 100%;
        text-align: center; } }
  .hero-slider__content {
    max-width: 560px;
    opacity: 0; }
    @media (max-width: 1023px) {
      .hero-slider__content {
        max-width: 100%; } }
  .hero-slider__title {
    margin: 0;
    font-size: 46px;
    line-height: 56px; }
    @media (max-width: 1365px) {
      .hero-slider__title {
        font-size: 46px;
        line-height: 56px; } }
    @media (max-width: 1023px) {
      .hero-slider__title {
        font-size: 32px;
        line-height: 42px; } }
  .hero-slider__description {
    margin-top: 25px;
    line-height: 26px; }
    @media (max-width: 1365px) {
      .hero-slider__description {
        font-size: 14px;
        line-height: 22px; } }
  .hero-slider__counter {
    position: absolute;
    top: 65px;
    left: 100%;
    margin-left: 90px;
    font-family: "Exo 2", sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: .5;
    display: flex; }
    .hero-slider__counter span {
      color: #ffce00;
      transform: scale(0.5);
      transform-origin: top left;
      margin-left: 5px; }
  .hero-slider__btn {
    margin-top: 60px; }
  .hero-slider__image-col {
    width: calc(50% + 40px); }
    @media (max-width: 1599px) {
      .hero-slider__image-col {
        width: 50%; } }
    @media (max-width: 1023px) {
      .hero-slider__image-col {
        width: 100%;
        max-width: 300px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .hero-slider__image-col {
        max-width: 200px; } }
  .hero-slider__image {
    margin-left: auto;
    position: relative;
    left: 40px;
    opacity: 0; }
    @media (max-width: 1599px) {
      .hero-slider__image {
        left: 0; } }
  .hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    font-size: 0;
    width: 40px;
    height: 40px;
    fill: currentColor;
    transition: .2s;
    opacity: .3;
    cursor: pointer; }
    @media (max-width: 1365px) {
      .hero-slider .slick-arrow {
        display: none; } }
    .hero-slider .slick-arrow.slick-prev {
      left: calc((50% - 640px) / 2); }
    .hero-slider .slick-arrow.slick-next {
      right: calc((50% - 640px) / 2);
      transform: rotate(180deg); }
    .hero-slider .slick-arrow:hover {
      opacity: 1; }

.slick-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 8px 8px 0;
    cursor: pointer;
    transition: .2s;
    position: relative; }
    .slick-dots li:hover {
      background: #fff; }
    .slick-dots li.slick-active {
      background: #fff;
      pointer-events: none; }
      .slick-dots li.slick-active .slick-circle {
        opacity: 1;
        visibility: visible;
        -webkit-animation: dot-loader 9s;
                animation: dot-loader 9s; }
  .slick-dots button {
    display: none; }
  .slick-dots .slick-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    opacity: 0;
    visibility: hidden;
    stroke-dasharray: 75,0;
    stroke-dashoffset: 0; }

@-webkit-keyframes dot-loader {
  from {
    stroke-dasharray: 0,75;
    stroke-dashoffset: 0; }
  to {
    stroke-dasharray: 75,0;
    stroke-dashoffset: 0; } }

@keyframes dot-loader {
  from {
    stroke-dasharray: 0,75;
    stroke-dashoffset: 0; }
  to {
    stroke-dasharray: 75,0;
    stroke-dashoffset: 0; } }

@-webkit-keyframes slide-appear {
  from {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  to {
    -webkit-filter: blur(0.3px);
            filter: blur(0.3px); } }

@keyframes slide-appear {
  from {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  to {
    -webkit-filter: blur(0.3px);
            filter: blur(0.3px); } }

@-webkit-keyframes slide-content-appear {
  from {
    transform: translateX(-40px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-content-appear {
  from {
    transform: translateX(-40px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-image-appear {
  from {
    transform: scale(0.85);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes slide-image-appear {
  from {
    transform: scale(0.85);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

.about-section {
  padding: 85px 0 95px;
  background: no-repeat calc(50% + 505px) 100px url(../img/pics/pattern-1.jpg); }
  @media (max-width: 1365px) {
    .about-section {
      background-image: none; } }
  @media (max-width: 767px) {
    .about-section {
      padding: 60px 0; } }
  .about-section__header {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .about-section__header {
        flex-direction: column;
        align-items: flex-start; } }
  .about-section__title {
    margin: 0; }
  .about-section__btn {
    padding-top: 15px; }
    @media (max-width: 1365px) {
      .about-section__btn {
        padding-top: 10px; } }
    @media (max-width: 1023px) {
      .about-section__btn {
        padding-top: 10px; } }
    @media (max-width: 767px) {
      .about-section__btn {
        padding-top: 30px; } }
  .about-section__description {
    font-size: 17px;
    line-height: 30px;
    margin-top: 55px;
    max-width: 965px; }
    @media (max-width: 1023px) {
      .about-section__description {
        font-size: 15px;
        line-height: 26px; } }
  .about-section + .target-section {
    margin-top: -95px; }
    @media (max-width: 767px) {
      .about-section + .target-section {
        margin-top: -60px; } }

.target-section {
  box-shadow: inset 0 -240px 0 0 #f5f5f5;
  padding: 60px 0 95px; }
  @media (max-width: 767px) {
    .target-section {
      padding: 60px 0;
      box-shadow: inset 0 -460px 0 0 #f5f5f5; } }
  .target-section__title {
    margin: 0 0 65px; }
    @media (max-width: 767px) {
      .target-section__title {
        margin-bottom: 30px; } }
  .target-section__list {
    display: flex;
    flex-wrap: wrap;
    margin: -22.5px; }
    @media (max-width: 1199px) {
      .target-section__list {
        margin: -15px; } }
    @media (max-width: 1023px) {
      .target-section__list {
        margin: -10px; } }
  .target-section__item {
    width: 33.33%;
    padding: 22.5px; }
    @media (max-width: 1199px) {
      .target-section__item {
        padding: 15px; } }
    @media (max-width: 1023px) {
      .target-section__item {
        padding: 10px; } }
    @media (max-width: 767px) {
      .target-section__item {
        width: 100%; } }

.target-item {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 30px 0;
  margin: -30px 0; }
  @media (max-width: 1023px) {
    .target-item {
      padding: 15px 0;
      margin: -15px 0; } }
  @media (max-width: 767px) {
    .target-item {
      padding: 0;
      margin: 0; } }
  .target-item__inner {
    background: #fff;
    border: 1px solid #edecec;
    padding: 33px 38px 42px 46px;
    display: block;
    position: relative;
    transition: .6s ease; }
    @media (max-width: 1023px) {
      .target-item__inner {
        padding: 25px 15px; } }
    @media (max-width: 767px) {
      .target-item__inner {
        padding: 30px; } }
    .target-item__inner:hover {
      border-color: transparent; }
      .target-item__inner:hover .target-item__index {
        color: #fff; }
      .target-item__inner:hover .target-item__icon:after {
        background: #fff; }
      .target-item__inner:hover .target-item__icon:before {
        transform: scale(10);
        transition: .75s ease; }
  .target-item__index_icon {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .target-item__index {
    color: #c6c2c2;
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 30px;
    position: relative;
    z-index: 2;
    transition: .6s ease; }
  .target-item__icon {
    width: 95px;
    height: 95px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1023px) {
      .target-item__icon {
        width: 75px;
        height: 75px; } }
    .target-item__icon:before, .target-item__icon:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 50%; }
    .target-item__icon:before {
      background: #ffce00;
      transition: .45s ease; }
    .target-item__icon:after {
      transition: .6s ease; }
    .target-item__icon .svg-icon {
      position: relative;
      z-index: 2; }
  .target-item__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0 0;
    display: block;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199px) {
      .target-item__title {
        font-size: 15px;
        line-height: 26px; } }
  .target-item__btn {
    margin-top: 20px;
    display: block;
    pointer-events: none;
    position: relative;
    z-index: 2; }

.services-slider {
  background: no-repeat center url(../img/pics/services-bg.jpg);
  background-size: cover;
  color: #fff; }
  @media (max-width: 767px) {
    .services-slider__slide.slick-active {
      background: rgba(0, 0, 0, 0.55); }
      .services-slider__slide.slick-active .services-slider__item-description {
        max-height: 200px;
        opacity: 1; }
      .services-slider__slide.slick-active .services-slider__item-btn:before {
        transform: scale(1.4);
        background: #fff; } }
  .services-slider__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
    padding: 0 15px 50px;
    text-align: center;
    position: relative;
    transition: .5s; }
    @media (max-width: 767px) {
      .services-slider__item {
        height: auto;
        padding: 60px 0 120px;
        background: rgba(0, 0, 0, 0.3); } }
    .services-slider__item:hover {
      background: rgba(0, 0, 0, 0.55); }
      .services-slider__item:hover .services-slider__item-description {
        max-height: 200px;
        opacity: 1; }
      .services-slider__item:hover .services-slider__item-btn:before {
        transform: scale(1.4);
        background: #fff; }
  .services-slider__item-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    margin: 0; }
  .services-slider__item-description {
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: .5s, opacity 1s;
    opacity: 0;
    max-width: 300px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .services-slider__item-description {
        font-size: 14px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .services-slider__item-description {
        max-height: 100%;
        opacity: 1; } }
    .services-slider__item-description:before {
      content: '';
      width: 105px;
      height: 2px;
      background-color: #ffce00;
      margin: 22px auto 25px;
      display: block; }
  .services-slider__item-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: 194px;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .services-slider__item-btn {
        position: relative;
        bottom: 0;
        margin: 50px auto 0; } }
    .services-slider__item-btn:before, .services-slider__item-btn:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 50%;
      transition: .5s; }
    .services-slider__item-btn:before {
      background: #ffce00; }
    .services-slider__item-btn:after {
      background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAOElEQVQ4T2NkIAz+Q5Uw4lOKVxKqcdSgYR3YMxkYGNII+xCvilmgdEQ1gwg5ZjRBEgohBoYhGkYAO38SRHtZp0oAAAAASUVORK5CYII=); }

.mission-section {
  position: relative; }
  .mission-section__inner {
    height: 950px;
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .mission-section__inner {
        flex-direction: column;
        height: auto; } }
  .mission-section__content-col {
    width: 50%; }
    @media (max-width: 1023px) {
      .mission-section__content-col {
        width: 100%; } }
  .mission-section__content {
    max-width: 775px;
    margin: 0 auto;
    padding: 50px 0px 160px 60px;
    background: no-repeat bottom 35px right 115px url(../img/pics/pattern-2.jpg); }
    @media (max-width: 1365px) {
      .mission-section__content {
        padding: 50px 30px 60px;
        background-image: none; } }
    @media (max-width: 1023px) {
      .mission-section__content {
        position: relative;
        z-index: 2;
        padding: 80px 30px 90px;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .mission-section__content {
        padding: 50px 15px 55px; } }
  .mission-section__title {
    margin: 0; }
  .mission-section__description {
    margin-top: 55px;
    font-size: 17px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .mission-section__description {
        font-size: 15px;
        line-height: 26px;
        margin-top: 30px; } }
  .mission-section__text {
    margin: 30px 0 0;
    line-height: 26px;
    color: black; }
  .mission-section__btn {
    margin-top: 55px; }
    @media (max-width: 767px) {
      .mission-section__btn {
        margin-top: 30px; } }
  .mission-section__image {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: no-repeat center url(../img/pics/about-bg.jpg);
    background-size: cover; }
    @media (max-width: 1023px) {
      .mission-section__image {
        width: 100%;
        opacity: .1; } }
    @media (max-width: 767px) {
      .mission-section__image {
        opacity: 0; } }

.advantages-section {
  padding: 125px 0 120px;
  background: #f5f5f5; }
  @media (max-width: 1023px) {
    .advantages-section {
      padding: 70px 0 80px; } }
  @media (max-width: 767px) {
    .advantages-section {
      padding: 50px 0 60px; } }
  .advantages-section__inner {
    background: no-repeat top 14px right url(../img/pics/pattern-3.png); }
    @media (max-width: 1365px) {
      .advantages-section__inner {
        background-image: none; } }
  .advantages-section__title {
    margin: 0 0 80px; }
    .advantages-section__title:after {
      margin-right: 0; }
    @media (max-width: 1023px) {
      .advantages-section__title {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .advantages-section__title {
        margin-bottom: 30px; } }
  .advantages-section__list {
    display: flex;
    flex-wrap: wrap;
    margin: -60px -15px; }
    @media (max-width: 1023px) {
      .advantages-section__list {
        margin: -15px; } }
  .advantages-section__item {
    width: 33.33%;
    display: flex;
    padding: 60px 15px; }
    @media (max-width: 1023px) {
      .advantages-section__item {
        width: 100%;
        align-items: center;
        padding: 15px; } }
    @media (max-width: 767px) {
      .advantages-section__item {
        align-items: flex-start; } }
    .advantages-section__item.-lg {
      width: 66.66%; }
      @media (max-width: 1023px) {
        .advantages-section__item.-lg {
          width: 100%; } }
  .advantages-section__item-icon {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #b7b7b7;
    border-radius: 50%;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .advantages-section__item-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px; } }
  .advantages-section__item-icon-inner {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222328;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .advantages-section__item-icon-inner {
        transform: scale(0.8); } }
  .advantages-section__item-text {
    line-height: 24px;
    margin-top: -5px; }
    @media (max-width: 1365px) {
      .advantages-section__item-text {
        font-size: 14px; }
        .advantages-section__item-text br {
          display: none; } }
    @media (max-width: 1023px) {
      .advantages-section__item-text {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .advantages-section__item-text {
        font-size: 13px;
        line-height: 22px; } }
/*-----------------------------------------------------------*/
.slide_contein{
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  /*z-index: 999;*/
}
.slide_contein_text{
  margin-top: 25px;
  color: white;
  line-height: 25px;
}
.slide_contein span{
  color: white;
  font-size: 45px;
  width: 570px !important;
  display: block;
}
.ellyButton{
  background-color: #fece00;
  border-radius: 20px ;
  color: black;
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.3s;

}
.ellyButton:hover{
  color: white;
}
.sldButton{
  margin-top: 50px;
  display: inline-block;
}
a.services-slider__item_white:hover{
	color:#fff;
}