@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1155px; } }
@media (max-width: 1440px) {
  .text-vacancy {
    padding-top: 150px; }

  .contact-banner .form-wrap .title h3 {
    font-size: 26px; }

  .banner-white .home-banner h1 {
    font-size: 36px; }

  .text-vacancy .text h2 {
    font-size: 36px; }

  .text-vacancy .text > h3 {
    font-size: 26px; }

  .text-vacancy .text > h4 {
    font-size: 22px; }

  .text-vacancy .text > h5 {
    font-size: 18px; }

  h1 {
    font-size: 40px; }

  .text-item-3x h2 {
    font-size: 34px; }

  .text-item-3x .item h4 {
    font-size: 24px; }

  .btn-default {
    height: 50px;
    line-height: 46px; }

  .top-line .btn {
    height: 46px;
    line-height: 42px; }

  .top-line .btn-green {
    padding: 0 12px; }

  .services-banner .bottom-link h6 {
    font-size: 22px; }

  .home-banner .bottom .item h4 {
    font-size: 23px; }

  h2 {
    font-size: 36px; }

  .post-slider .swiper-slide .text .title-text a {
    font-size: 22px; }

  .services .item .text .title-text a {
    font-size: 22px; }

  .cta-block h2 {
    font-size: 28px; }

  .contact-block h3 {
    font-size: 32px; }

  footer .item h6 {
    font-size: 20px; }

  .post-block-3x h2 {
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a i{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a .is-open{
    transform: rotate(180deg);
  }
  .menu-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 70px;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.16);
    padding: 0 20px;
    border-radius: 0; }
    .menu-bar .wrap-btn {
      width: 100%;
      position: relative;
      z-index: 99;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-bar .wrap-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100px;
        height: 60px;
        grid-gap: 10px;
        border-radius: 0 0 0;
        background: #10c14f;
        padding: 0; }
        .menu-bar .wrap-btn a b {
          display: block;
          margin-top: 1px;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.81;
          letter-spacing: normal;
          text-align: left;
          color: #fff; }
        .menu-bar .wrap-btn a .wrap-link {
          background: #10c14f;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 40px;
          grid-gap: 10px;
          border-radius: 0;
          padding: 5px 15px; }
    .menu-bar .open-menu.is-active .wrap span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 4px; }
    .menu-bar .open-menu.is-active .wrap span:nth-child(2) {
      opacity: 0; }
    .menu-bar .open-menu.is-active .wrap span:last-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: -4px; }

  .open-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .open-menu .wrap {
      display: block;
      width: 20px;
      height: 9px; }
    .open-menu .wrap span {
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: relative;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .open-menu .wrap span + span {
      margin-top: 3px; }

  .menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    -webkit-transform: scale(0) translate(-50%, 0);
            transform: scale(0) translate(-50%, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; }
    .menu-responsive .btn-wrap {
      grid-gap: 15px;
      margin-left: 20px;
      margin-bottom: 50px; }
      .menu-responsive .btn-wrap .btn-default {
        background: #000;
        color: #fff;
        border-color: #000; }
      .menu-responsive .btn-wrap .btn-border {
        background: #fff;
        color: #000; }
      .menu-responsive .btn-wrap .btn-green {
        background: #10c14f;
        border-color: #10c14f;
        color: #fff; }
    .menu-responsive .btn {
      border-radius: 4px;
      height: 50px;
      line-height: 46px; }
    .menu-responsive .btn-white {
      padding: 0 20px; }
    .menu-responsive .btn-green {
      padding: 0 15px; }
    .menu-responsive .mob-menu-wrap ul.mob-menu > li > a {
      font-size: 18px;
      width: 100%;
      display: block;
      line-height: 40px;
      position: relative;
      color: #0C2929;
      padding-right: 50px; }
      .menu-responsive .mob-menu-wrap ul.mob-menu > li > a span {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 40px; }
        .menu-responsive .mob-menu-wrap ul.mob-menu > li > a span:after {
          content: '\f054';
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          color: #0C2929;
          font-size: 18px;
          line-height: 1;
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
    .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu {
      display: none;
      padding: 0;
      position: relative;
      opacity: 1 !important;
      background: transparent !important;
      -webkit-transition: none;
      transition: none; }
      .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu a {
        font-size: 16px;
        width: 100%;
        display: block;
        line-height: 30px;
        position: relative;
        color: #0C2929; }
        .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu a i {
          position: relative;
          margin-right: 10px;
          color: #000; }
    .menu-responsive .mob-menu-wrap ul.mob-menu li a span.is-open:after {
      -webkit-transform: rotate(90deg) translate(-50%, 0);
              transform: rotate(90deg) translate(-50%, 0); }
    .menu-responsive .wrap {
      opacity: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 500px;
      max-width: 100%;
      padding: 80px 20px 150px;
      margin: 0 auto; }
    .menu-responsive .logo-wrap {
      position: absolute;
      top: 0;
      left: 50%;
      width: 150px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 10;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      margin-top: 30px; }
      .menu-responsive .logo-wrap a {
        width: 100%; }
        .menu-responsive .logo-wrap a img {
          width: 100%; }

  .menu-responsive.is-open {
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0); }

  .menu-responsive .is-show {
    opacity: 1; }

  .menu-bar.is-open {
    background: rgba(255, 255, 255, 0.5) !important; }

  .menu-bar .wrap-btn a {
    background: transparent !important; }

  .top-menu {
    display: none !important; }

  .text-img {
    padding: 60px 0; }

  .post-block {
    padding: 70px 0; }

  .bottom-block-padding {
    padding-bottom: 185px;
    margin-bottom: -105px; }

  .cta-block {
    margin-bottom: 50px; }

  .big-cta-block .bg img {
    width: 47%; }

  .big-cta-block {
    padding: 50px 0; }

  .contact-block {
    padding: 70px 0; }

  .contact-block .form-wrap {
    padding: 30px; }

  .contact-block .form-wrap {
    width: calc(100% - 460px); }

  .faq {
    padding: 50px 0; }

  footer {
    padding-top: 70px; }
    footer .bottom {
      padding-bottom: 100px; }

  footer .item-3 {
    width: 200px; }

  footer .right {
    grid-gap: 20px; }

  footer .btn-wrap {
    margin-left: 0; }
    footer .btn-wrap a {
      width: 100%;
      max-width: 225px; }

  .mt-90 {
    margin-top: 45px !important; }

  .mt-150 {
    margin-top: 75px !important; }

  .mb-150 {
    margin-bottom: 75px !important; }

  .mt-100 {
    margin-top: 50px !important; }

  .pt-100 {
    padding-top: 50px !important; }

  .pt-90 {
    padding-top: 45px !important; }

  .pt-150 {
    padding-top: 75px !important; }

  .text-item-3x .item-wrap {
    width: calc(100% - 500px); }

  .partners .item {
    height: 100px; }

  .img-slider figure {
    height: 250px; }

  .team {
    padding: 70px 0; }

  .img-slider-wrap {
    padding: 50px 0 100px; }

  .partners {
    padding: 70px 0; }

  .partners:last-child {
    padding-bottom: 70px; }

  .menu-bar .wrap-btn a .wrap-link {
    border-radius: 6px; }

  .testimonials .bg img {
    width: 40%; }

  .dots .wrap-dots {
    display: none !important; }

  .dots {
    width: 100px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 50%;
    margin-left: -50px;
    right: auto;
    bottom: -47px; }

  .text-vacancy {
    padding: 100px 0 50px; }

  .banner-white .home-banner h1 {
    font-size: 32px; }

  .text-vacancy .title-wrap .title h2 {
    font-size: 24px; }

  .text-vacancy .testimonials-block {
    padding: 30px; }

  .text-vacancy .testimonials-block .bg-block img {
    width: 200px; }

  .post-block-3x .item .text {
    padding: 20px; }

  .post-block-3x .item .text .links-star {
    right: 15px; }

  .post-block-3x .item .text p {
    margin-bottom: 40px; }

  .post-block-3x .item .text .title-text a {
    font-size: 22px; }

  .post-block-3x {
    padding: 70px 0; }

  .contact-banner .left {
    width: 350px; }

  .contact-banner .form-wrap {
    width: calc(100% - 400px);
    padding: 30px 20px; }

  .seo-block {
    padding: 70px 0; } }
@media (max-width: 991px) {
  .text-form {
    margin-top: -37px; }

  .home-banner .bg .bg-img {
    display: none; }

  .home-banner .content {
    width: 100%; }

  .home-banner .bg:after {
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }

  .home-banner .bottom .item {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }

  .home-banner .bottom .item + .item:before {
    position: absolute;
    top: 0;
    height: 1px;
    width: 100px;
    margin: 0 0 0 -50px;
    left: 50%; }

  .home-banner .bottom .item + .item {
    margin-top: 10px;
    padding-top: 10px; }

  .home-banner .bottom {
    position: relative;
    bottom: 0;
    margin: 40px 0 -100px;
    padding: 15px; }

  .home-banner .bottom .item {
    padding: 0; }

  .home-banner {
    padding: 150px 0 50px;
    min-height: 0;
    margin-bottom: 80px; }

  .top-line .logo-wrap {
    width: 120px; }

  .text-img figure {
    width: 100%;
    margin-bottom: 30px; }

  .text-img .text {
    width: 100%; }

  .cta-block .content {
    padding: 20px 25px; }

  .big-cta-block .bg img {
    width: 35%; }

  .contact-block .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px; }

  .contact-block .form-wrap {
    width: 100%; }

  .faq .text {
    width: 100%;
    margin-bottom: 30px; }

  .faq .faq-wrap {
    width: 100%; }

  footer .left {
    width: 100%;
    margin-bottom: 30px; }

  footer .right {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .text-img .bg img {
    width: 200px;
    top: 70%; }

  .post-block .bg img {
    width: 200px;
    height: auto;
    left: 0; }

  footer .bg img {
    width: 200px; }

  footer .bottom .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px; }

  .services-banner {
    padding-bottom: 0; }

  .services-banner .bottom-link {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-top: 40px;
    bottom: 0;
    margin-bottom: -100px; }

  .services .item {
    width: calc(50% - 9px); }

  .services-banner .content {
    padding-bottom: 0;
    min-height: 0; }

  .text-item-3x .text {
    width: 100%;
    margin-bottom: 30px; }

  .text-item-3x .item-wrap {
    width: 100%; }

  .services-banner .content:last-child {
    padding-bottom: 100px; }

  .team .left {
    width: 100%;
    padding-bottom: 30px; }
    .team .left:after {
      display: none; }

  .team .slider-wrap {
    position: relative;
    z-index: 10;
    width: 100%; }

  .partners .title {
    width: 100%; }

  .partners .btn-wrap {
    display: none !important; }

  .partners .btn-wrap-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }

  .testimonials .bg {
    display: none; }

  .banner-white .top-line .logo-wrap .wrap-stick {
    opacity: 0 !important; }

  .banner-white .top-line .logo-wrap .logo {
    opacity: 1 !important; }

  .banner-white .home-banner h1, .banner-white .home-banner p, .banner-white .home-banner ul {
    color: #fff; }

  .text-vacancy .text {
    width: 100%;
    margin-bottom: 30px; }

  .text-vacancy .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .post-block-3x .item {
    width: calc(50% - 8px); }

  .post-block-3x .item:nth-child(3) {
    display: none; }

  .contact-banner .left {
    width: 100%;
    margin-bottom: 40px; }

  .contact-banner .form-wrap {
    width: 100%; }

  .hero-contact .map-wrap {
    width: 100%;
    height: 400px; }

  .hero-contact .left {
    width: 100%;
    padding: 30px; }

  .banner-btn.banner-white .top-line .logo-wrap .logo {
    opacity: 0 !important; }

  .banner-btn.banner-white .top-line .logo-wrap .wrap-stick {
    opacity: 1 !important; } }
@media (max-width: 767px) {
  .text-form {
    width: 100%;
    margin-top: 23px; }

  .text-form p {
    text-align: center; }

  .post-block .title-wrap .title {
    width: 100%; }

  .post-block .title-wrap .btn-wrap {
    display: none !important; }

  .post-block .btn-wrap-full {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .cta-block .content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .cta-block .content .text {
    width: 100%;
    margin-top: 30px; }

  .big-cta-block .bg img {
    display: none; }

  .form-contact .input-wrap-submit button {
    width: 100%;
    text-align: center; }

  footer .btn-wrap {
    margin-left: 20px; }

  .services .item .text {
    padding: 20px; }

  .text-item-3x .bg img {
    width: 300px; }

  .partners .item {
    width: calc(50% - 8px); }

  .testimonials .wrap-content {
    padding: 20px 20px 50px; }

  /*  .dots .nav-wrap{
      display: none!important;
    }*/
  /*  .dots {
      left: 15px;
      right: 15px;
      height: 50px;
      padding: 10px 15px;
      bottom: -30px;
    }*/
  .dots .wrap-dots .dot {
    padding: 0; } }
@media (max-width: 575px) {
  .text-form p {
    font-size: 13px;
    line-height: 1.69;
    text-align: center; }

  .form-contact .input-wrap-50 {
    width: 100%; }

  .home-banner {
    padding-top: 120px; }

  h1, .banner-white .home-banner h1 {
    font-size: 30px; }

  body {
    font-size: 16px; }

  .home-banner p {
    margin-bottom: 40px; }

  .btn-default {
    padding: 0 15px; }

  .home-banner .bottom .item .links-star {
    right: 0; }

  .home-banner .bottom .item h4 {
    font-size: 20px; }

  .btn-default {
    height: 46px;
    line-height: 44px;
    border-width: 1px; }

  h2 {
    font-size: 28px; }

  .logo-section h2 {
    margin-bottom: 30px; }

  .post-slider .swiper-slide {
    width: 300px; }

  .post-slider .swiper-slide .text {
    padding: 20px; }

  .bottom-pagination-post .nav-wrap {
    display: none !important; }

  .bottom-pagination-post .swiper-pagination {
    width: 100%; }

  .contact-block h2 {
    font-size: 28px; }

  .contact-block h3 {
    font-size: 28px; }

  footer .item {
    width: 100% !important; }

  .services-banner .bottom-link {
    max-width: 100%; }

  .services-banner .bottom-link h6 {
    font-size: 18px; }

  .services-banner .bottom-link ul li a {
    font-size: 16px; }

  .services .item {
    width: 100%; }

  .services .item .text .title-text a {
    font-size: 20px; }

  .services .item .text {
    padding: 20px; }

  .services .item .text .links-star {
    right: 15px; }

  .accordion-thumb .icon-wrap {
    width: 28px;
    height: 28px;
    font-size: 14px; }

  .text-item-3x .item h4 {
    font-size: 20px; }

  .text-item-3x h2 {
    font-size: 28px; }

  .text-item-3x .item {
    padding: 20px; }

  .testimonials h2 {
    font-size: 22px; }

  .testimonials .title-wrap figure {
    width: 75px; }

  .testimonials .title-wrap .title {
    width: calc(100% - 100px); }

  .post-block-3x .item {
    width: 100%; }

  .post-block-3x .item:nth-child(3) {
    display: block; }

  .text-vacancy .text h2 {
    font-size: 28px; }

  .text-vacancy .text > h3 {
    font-size: 24px; }

  .text-vacancy .text > h4 {
    font-size: 20px; }

  .text-vacancy .title-wrap figure {
    width: 75px; }

  .text-vacancy .title-wrap .title {
    width: calc(100% - 100px); }

  .text-vacancy .testimonials-block {
    padding: 20px 15px; }

  .text-vacancy .title-wrap .title h2 {
    font-size: 20px; }

  .post-block-3x .item .text .title-text a {
    font-size: 20px; }

  .contact-banner .form-wrap figure {
    width: 70px; }

  .contact-banner .form-wrap .title h3 {
    font-size: 20px; }

  .contact-banner .form-wrap .title {
    width: calc(100% - 90px); }

  .contact-banner .form-wrap {
    margin: 0 12px;
    width: calc(100% - 24px); }

  .banner-404 {
    padding: 100px 0; }
    .banner-404 .bg img {
      width: 200px; }

  .accordion{
    margin: 20px 0;
  }

  .banner-404 h2 {
    font-size: 20px; } }

/*# sourceMappingURL=responsive.css.map */