/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #000; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%;
    vertical-align: top; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #000;
  margin: 0; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-width {
  width: 1140px;
  margin: auto; }

h1 {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0 0 20px; }

h2 {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0 0 30px; }

h3 {
  margin: 0 0 30px; }

h4 {
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; }

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.2;
  background: #00a0d2; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .bg .img-mob {
    display: none; }

.bg + * {
  position: relative;
  z-index: 2; }

.menu-bar {
  display: none; }

/*---------------------------------HEADER----------------------------------*/
header {
  position: relative;
  z-index: 999;
  max-height: 0; }
  header .container {
    padding: 0 20px; }

.top-line {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 37px 0 0;
  z-index: 998; }
  .top-line .logo-wrap {
    width: 183px;
    padding: 0;
    position: relative; }
    .top-line .logo-wrap img {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .top-line .logo-wrap .logo {
      width: 100%;
      opacity: 1; }
    .top-line .logo-wrap .wrap-stick {
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .top-line .logo-wrap .logo-stick {
      width: 100%; }
  .top-line .menu {
    grid-gap: 15px;
    margin-right: 15px;
    padding-top: 0; }
    .top-line .menu li {
      position: relative; }
      .top-line .menu li:hover i {
        -webkit-transform: scale(1, -1);
                transform: scale(1, -1); }
      .top-line .menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0); }
    .top-line .menu i {
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      font-size: 14px; }
    .top-line .menu > li > a {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.83;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
      .top-line .menu > li > a:hover {
        color: #10c14f; }
  .top-line .btn-wrap {
    grid-gap: 15px;
    margin-left: 20px; }
  .top-line .btn {
    border-radius: 4px;
    height: 50px;
    line-height: 46px; }
  .top-line .btn-white {
    padding: 0 20px; }
  .top-line .btn-green {
    padding: 0 15px; }

.top-menu {
  width: calc(100% - 300px); }

.top-menu {
  position: relative;
  left: 0;
  /* transition: all .4s ease;*/ }

.is-sticky .top-line .logo-wrap .logo {
  opacity: 0; }
.is-sticky .top-line .logo-wrap .wrap-stick {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1); }
.is-sticky .top-line {
  border-radius: 0;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16); }
  .is-sticky .top-line .container-fluid {
    overflow: inherit; }
.is-sticky .top-line .menu a {
  color: #000; }
.is-sticky .top-line .menu .btn-white a:after {
  width: 200%; }
.is-sticky .top-line .menu .btn-white a {
  color: #fff; }
.is-sticky .btn-default {
  background: #000;
  color: #fff;
  border-color: #000; }
  .is-sticky .btn-default:hover {
    background: #fff;
    color: #000;
    border-color: #000; }
.is-sticky .btn-border {
  background: #fff;
  color: #000; }
  .is-sticky .btn-border:hover {
    background: #000;
    color: #fff;
    border-color: #000; }
.is-sticky .btn-green {
  background: #10c14f;
  border-color: #10c14f;
  color: #fff; }
  .is-sticky .btn-green:hover {
    border-color: #10c14f;
    color: #10c14f; }

.sticky-wrapper {
  position: relative;
  z-index: 998; }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 206px;
  padding: 5px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #fff;
  border-radius: 5px; }
  .sub-menu a {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 25px; }
    .sub-menu a:hover {
      color: #10c14f !important; }
  .sub-menu li {
    margin-bottom: 0; }

.btn-default {
  display: inline-block;
  border-radius: 7px;
  height: 54px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #153243;
  outline: none;
  border: 2px solid #fff;
  background-color: #fff;
  text-align: center; }
  .btn-default:hover, .btn-default:focus {
    background: #000;
    color: #fff;
    border: 2px solid #fff; }
  .btn-default:active {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important; }

.btn-border {
  background: transparent;
  color: #fff; }
  .btn-border:hover, .btn-border:active, .btn-border:focus {
    background: #fff;
    color: #153243; }

.btn-green {
  background: #10c14f;
  border-color: #10c14f;
  color: #fff; }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    background: #fff;
    border-color: #fff;
    color: #10c14f; }

/*--------------------------------END-HEADER----------------------------------*/
/*------------------------------HOME-BANNER----------------------------------*/
.home-banner {
  position: relative;
  padding: 188px 0 100px;
  min-height: 765px;
  margin-bottom: 130px; }
  .home-banner .bg:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(35%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 10; }
  .home-banner .bg .bg-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-93%, -59%);
            transform: translate(-93%, -59%);
    left: 50%;
    z-index: 11;
    height: 175%; }
  .home-banner .bg .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%; }
  .home-banner .bg video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 9;
    height: 100%; }
  .home-banner p {
    color: #fff;
    margin-bottom: 41px; }
  .home-banner .content {
    width: 45%;
    z-index: 15; }
  .home-banner .container {
    z-index: 15; }
  .home-banner .label {
    margin-bottom: 5px; }
  .home-banner h1 {
    margin-bottom: 16px; }
  .home-banner .btn-wrap .link {
    color: #fff; }
  .home-banner .bottom {
    position: absolute;
    bottom: -290px;
    left: 10px;
    width: calc(100% - 20px);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 30px; }
    .home-banner .bottom .item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      padding: 10px 22px; }
      .home-banner .bottom .item h4 {
        font-size: 26px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 7px; }
        .home-banner .bottom .item h4 i {
          margin-right: 10px; }
      .home-banner .bottom .item p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 0 !important;
        padding-right: 50px; }
      .home-banner .bottom .item .links-star {
        position: absolute;
        bottom: 6px;
        right: 25px; }
    .home-banner .bottom .item + .item:before {
      position: absolute;
      top: 50%;
      height: 96px;
      width: 1px;
      content: '';
      background: rgba(112, 112, 112, 0.3);
      margin-top: -48px;
      left: -15px; }

.btn-wrap {
  grid-gap: 25px; }
  .btn-wrap .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000; }
    .btn-wrap .link i {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .btn-wrap .link:hover i {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }

.label {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #10c14f;
  margin-bottom: 15px; }

.links-star a {
  width: 45px;
  height: 45px;
  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;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #fff; }
.links-star img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.links-star i {
  position: relative;
  z-index: 5;
  color: #ffff; }
.links-star:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.banner-white .top-line .logo-wrap .logo {
  opacity: 0 !important; }
.banner-white .top-line .logo-wrap .wrap-stick {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1); }
.banner-white .home-banner h1, .banner-white .home-banner p, .banner-white .home-banner ul {
  color: #000; }
.banner-white .home-banner h1 {
  font-size: 41px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32; }
.banner-white .services-banner .content {
  min-height: 400px; }

/*-----------------------------END-HOME-BANNER----------------------------------*/
/*-----------------------------TEXT-IMG----------------------------------*/
.text-img {
  padding: 100px 0 100px;
  position: relative; }
  .text-img .bg img {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(76%, 0);
            transform: translate(76%, 0); }
  .text-img .row {
    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;
    position: relative; }
  .text-img .text {
    width: 50%; }
  .text-img figure {
    width: 47%; }
    .text-img figure img {
      width: 100%;
      height: auto; }
  .text-img h2 {
    margin-bottom: 16px; }
  .text-img .btn-wrap {
    margin-top: 30px; }
  .text-img ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px; }
    .text-img ul li:before {
      position: absolute;
      top: 5px;
      left: 0;
      content: '';
      width: 19px;
      height: 19px;
      background: url(../img/btn-mini-green.svg) no-repeat center;
      background-size: contain; }

.btn-wrap .link {
  color: #10c14f;
  text-decoration: underline; }
  .btn-wrap .link:hover {
    color: #018f30;
    }

.text-img-revers .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.text-img-revers .bg img {
  -webkit-transform: translate(-165%, 0);
          transform: translate(-165%, 0); }

/*----------------------------END-TEXT-IMG----------------------------------*/
/*----------------------------LOGO-SECTION-----------------------------*/
.logo-section {
  padding: 55px 0 100px;
  overflow: hidden; }
  .logo-section h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 45px; }

.slider-logo {
  overflow: visible; }
  .slider-logo img {
    width: 100%; }

.swiper-pagination-progressbar {
  position: relative;
  margin-top: 20px;
  height: 6px !important;
  border-radius: 3px; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #10c14f;
  border-radius: 3px; }

/*---------------------------END-LOGO-SECTION-----------------------------*/
/*---------------------------POST-BLOCK-----------------------------*/
.post-block {
  position: relative;
  padding: 127px 0 100px;
  overflow: hidden; }
  .post-block .btn-wrap-full {
    display: none; }
  .post-block .bg img {
    position: absolute;
    top: 0;
    left: -28%;
    height: 110%; }
  .post-block .title-wrap {
    margin-bottom: 36px; }
    .post-block .title-wrap .title {
      width: calc(100% - 300px); }
    .post-block .title-wrap .btn-wrap {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 55px; }

.post-slider {
  overflow: visible; }
  .post-slider .swiper-slide {
    width: 365px;
    position: relative;
    border-radius: 6px;
    background-color: #fff; }
    .post-slider .swiper-slide figure {
      overflow: hidden;
      border-radius: 6px 6px 0 0;
      height: 212px; }
      .post-slider .swiper-slide figure img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .post-slider .swiper-slide figure:hover img {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
    .post-slider .swiper-slide .text {
      padding: 37px 35px;
      border-radius: 0 0 6px 6px; }
      .post-slider .swiper-slide .text .title-text {
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 8px; }
        .post-slider .swiper-slide .text .title-text a {
          font-size: 25px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.32;
          letter-spacing: normal;
          text-align: left;
          color: #000; }
          .post-slider .swiper-slide .text .title-text a:hover {
            opacity: 0.7; }
      .post-slider .swiper-slide .text p {
        font-style: normal;
        line-height: 1.67;
        color: #000;
        margin-bottom: 24px; }
      .post-slider .swiper-slide .text .links-star {
        position: absolute;
        bottom: 20px;
        right: 30px; }
        .post-slider .swiper-slide .text .links-star a {
          width: 55px;
          height: 55px; }
          .post-slider .swiper-slide .text .links-star a img {
            width: 100%;
            height: 100%; }

.bottom-pagination-post {
  margin-top: 55px; }
  .bottom-pagination-post .swiper-pagination {
    width: calc(100% - 300px);
    max-width: 487px;
    position: relative;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    background-color: rgba(255, 255, 255, 0.1); }
  .bottom-pagination-post .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff; }
  .bottom-pagination-post .btn {
    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;
    border-radius: 8px;
    border: solid 1px #fff;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    left: 0;
    right: 0;
    top: 0; }
    .bottom-pagination-post .btn i {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .bottom-pagination-post .btn:after {
      display: none; }
    .bottom-pagination-post .btn:hover i {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
  .bottom-pagination-post .nav-wrap {
    width: 100px; }

/*--------------------------END-POST-BLOCK-----------------------------*/
/*--------------------------CTA-BLOCK-----------------------------*/
.cta-block {
  position: relative;
  z-index: 20;
  margin-bottom: 100px; }
  .cta-block .content {
    border-radius: 8px;
    background-color: #f3f4f5;
    padding: 35px 50px;
    width: calc(100% - 20px);
    margin-left: 10px; }
    .cta-block .content figure {
      width: 209px; }
      .cta-block .content figure img {
        width: 100%; }
    .cta-block .content .text {
      width: calc(100% - 250px); }
  .cta-block h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #132132;
    margin-bottom: 8px; }
  .cta-block p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #132132;
    margin-bottom: 20px; }
    .cta-block p b, .cta-block p a {
      font-weight: 700; }
    .cta-block p a:hover {
      opacity: 0.7; }

/*-------------------------END-CTA-BLOCK-----------------------------*/
/*-------------------------BIG-CTA-BLOCK-----------------------------*/
.big-cta-block {
  position: relative;
  padding: 120px 0 133px; }
  .big-cta-block .bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 51%;
    -o-object-position: left;
       object-position: left; }
  .big-cta-block h3 {
    margin-bottom: 10px; }
  .big-cta-block h2 {
    margin-bottom: 12px;
    color: #fff; }
  .big-cta-block p {
    color: #fff;
    margin-bottom: 16px; }
  .big-cta-block ul {
    margin-bottom: 34px; }
    .big-cta-block ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 16px;
      color: #fff; }
      .big-cta-block ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        width: 19px;
        height: 19px;
        background: url("../img/btn-mini-green.svg") no-repeat center;
        background-size: contain; }
  .big-cta-block .content {
    width: 480px;
    max-width: 100%; }

section {
  position: relative; }

/*------------------------END-BIG-CTA-BLOCK-----------------------------*/
/*------------------------CONTACT-BLOCK-----------------------------*/
.contact-block {
  padding: 140px 0 145px; }
  .contact-block .container {
    padding: 0 20px; }
  .contact-block .left {
    width: 365px;
    padding-top: 100px; }
    .contact-block .left figure {
      width: 209px;
      margin-bottom: 27px; }
      .contact-block .left figure img {
        width: 100%; }
  .contact-block h2 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 4px; }
  .contact-block p {
    margin-bottom: 20px;
    line-height: 1.78; }
    .contact-block p b {
      font-weight: 700; }
  .contact-block ul li {
    margin-bottom: 0; }
    .contact-block ul li a {
      position: relative;
      padding-left: 37px;
      line-height: 1.83;
      display: inline-block; }
      .contact-block ul li a i {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        left: 0;
        color: #10c14f;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .contact-block ul li a:hover {
        opacity: 0.7; }
  .contact-block .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-block .form-wrap {
    width: calc(100% - 480px);
    border-radius: 8px;
    background-color: #132132;
    padding: 55px 50px 35px; }
    .contact-block .form-wrap h3 + p {
      color: #fff;
      margin-bottom: 33px; }
  .contact-block h3 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 3px; }

.form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-contact .input-wrap-file {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .form-contact .input-wrap-file input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer;
      z-index: 5;
      opacity: 0; }
    .form-contact .input-wrap-file label {
      width: 100%;
      outline: none !important;
      border: none !important;
      background-color: #fff;
      height: 58px;
      line-height: 58px;
      padding: 0 17px;
      font-size: 18px;
      border: none;
      color: #000;
      border-radius: 6px;
      position: relative;
      display: block !important;
      overflow: hidden; }
      .form-contact .input-wrap-file label .icon-file {
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        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;
        color: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        line-height: 1;
        background: #fff;
        border-radius: 0 6px 6px 0; }
  .form-contact .input-wrap {
    width: 100%;
    margin-bottom: 16px;
    position: relative; }
    .form-contact .input-wrap .icon-wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 58px;
      height: 58px;
      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;
      color: rgba(0, 0, 0, 0.5);
      font-size: 18px;
      line-height: 1;
      background: #fff;
      border-radius: 0 6px 6px 0; }
    .form-contact .input-wrap label {
      display: none; }
    .form-contact .input-wrap input {
      width: 100%;
      background-color: #fff;
      height: 58px;
      line-height: 58px;
      padding: 0 17px;
      font-size: 18px;
      border: none;
      outline: none !important;
      color: #000;
      border-radius: 6px; }
    .form-contact .input-wrap textarea {
      width: 100%;
      resize: none;
      background-color: #fff;
      height: 120px;
      outline: none;
      border: none;
      font-size: 18px;
      line-height: normal;
      padding: 15px 17px;
      color: #000;
      border-radius: 6px; }
  .form-contact .input-wrap-50 {
    width: calc(50% - 8px); }
  .form-contact .input-wrap-full {
    width: 100%; }
  .form-contact .input-wrap-submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.text-form {
  margin-top: -50px;
  width: calc(100% - 235px); }
  .text-form p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fff; }
    .text-form p a {
      color: #fff;
      text-decoration: underline; }
      .text-form p a:hover {
        opacity: 0.7; }

/*-----------------------END-CONTACT-BLOCK-----------------------------*/
/*------------------------FAQ-------------------------------*/
.faq {
  padding: 125px 0 110px; }
  .faq .text {
    width: 400px; }
  .faq h3 {
    margin-bottom: 10px; }
  .faq h2 {
    margin-bottom: 20px; }
  .faq p {
    margin-bottom: 22px; }
  .faq .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .faq .faq-wrap {
    width: calc(100% - 480px);
    padding-top: 31px; }

.accordion {
  border: none;
  border-radius: 0; }

.accordion-item {
  margin-bottom: 16px;
  background-color: #fff;
  border: none !important;
  border-radius: 8px; }

.accordion-thumb {
  position: relative;
  padding: 5px 60px 5px 25px;
  height: auto;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .accordion-thumb .icon-wrap {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 20px;
    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: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #132132;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .accordion-thumb p {
    margin: 0 !important; }

.accordion-panel {
  display: none; }
  .accordion-panel .wrap {
    padding: 0 25px 15px; }
    .accordion-panel .wrap > * {
      margin-bottom: 15px; }
    .accordion-panel .wrap > *:last-child {
      margin-bottom: 0; }

.is-active .accordion-thumb .icon-wrap {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

/*-----------------------END-FAQ-------------------------------*/
/*-----------------------FOOTER-------------------------------*/
footer {
  position: relative;
  background-color: #132132;
  padding: 132px 0 0; }
  footer .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .bg img {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 73px; }
  footer .left {
    width: 210px; }
    footer .left ul {
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.76;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      margin-bottom: 20px; }
      footer .left ul li {
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.76;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        margin-bottom: 0; }
        footer .left ul li a {
          font-size: 17px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.76;
          letter-spacing: normal;
          text-align: left;
          color: #fff; }
          footer .left ul li a:hover {
            opacity: 0.7; }
  footer .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-gap: 37px;
    width: calc(100% - 250px);
    padding-right: 0;
    position: relative;
    top: -5px; }
  footer .logo-wrap {
    margin-bottom: 26px;
    width: 182px; }
    footer .logo-wrap img {
      width: 100%; }
  footer .list-1 a {
    text-decoration: underline; }
  footer .list-contact {
    margin-top: -6px; }
    footer .list-contact li {
      margin-bottom: 2px !important; }
      footer .list-contact li a {
        position: relative;
        padding-left: 37px;
        line-height: 1.83;
        display: inline-block; }
        footer .list-contact li a i {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          left: 0;
          color: #10c14f;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        footer .list-contact li a:hover {
          opacity: 0.7; }
  footer .item {
    width: 200px; }
    footer .item h6 {
      font-size: 22px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      margin-bottom: 20px; }
    footer .item ul li {
      margin-bottom: 18px;
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
      footer .item ul li a {
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: inline-block; }
        footer .item ul li a:hover {
          opacity: 0.7; }
  footer .btn-wrap {
    margin-top: 47px;
    margin-left: 20px; }
    footer .btn-wrap a {
      border-radius: 5px;
      background-color: #fff;
      width: 224px;
      position: relative;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 15px 10px 40px; }
      footer .btn-wrap a h6 {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 0; }
      footer .btn-wrap a p {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #000; }
      footer .btn-wrap a .icon-wrap {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        width: 52px;
        height: 52px;
        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;
        color: #fff;
        left: -26px; }
        footer .btn-wrap a .icon-wrap i {
          position: relative;
          z-index: 5; }
        footer .btn-wrap a .icon-wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
  footer .item-3 {
    width: 335px; }
  footer .bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: relative;
    z-index: 4;
    margin-top: 35px; }
    footer .bottom p {
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.73;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
    footer .bottom a {
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.73;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
      footer .bottom a:hover {
        opacity: 0.7; }
    footer .bottom .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 20px; }
  footer .left-bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  footer .right-bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    footer .right-bottom ul {
      grid-gap: 15px; }
      footer .right-bottom ul li {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.73;
        letter-spacing: normal;
        text-align: right;
        color: #fff; }
      footer .right-bottom ul li:last-child a {
        text-decoration: underline; }
  footer .top {
    min-height: 380px; }

/*----------------------END-FOOTER-------------------------------*/
/*----------------------SERVICES-BANNER-------------------------------*/
.services-banner {
  margin-bottom: 0 !important;
  padding-top: 163px;
  min-height: 0; }
  .services-banner .bg .img {
    -o-object-position: top;
       object-position: top; }
  .services-banner p {
    margin-bottom: 30px; }
  .services-banner h1 {
    margin-bottom: 8px; }
  .services-banner .content {
    min-height: 450px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px; }
    .services-banner .content p + ul {
      margin-top: -20px; }
    .services-banner .content ul {
      color: #fff;
      margin-bottom: 15px; }
      .services-banner .content ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 16px;
        color: #fff; }
        .services-banner .content ul li:before {
          position: absolute;
          top: 5px;
          left: 0;
          content: '';
          width: 19px;
          height: 19px;
          background: url("../img/btn-mini-green.svg") no-repeat center;
          background-size: contain; }
    .services-banner .content ul + .btn-wrap {
      margin-bottom: -11px; }
  .services-banner .bottom-link {
    position: absolute;
    bottom: -140px;
    right: 10px;
    border-radius: 8px;
    background-color: #fff;
    width: 365px;
    padding: 28px 35px; }
    .services-banner .bottom-link h6 {
      font-size: 25px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.32;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 5px; }
    .services-banner .bottom-link ul li {
      margin-bottom: 5px; }
      .services-banner .bottom-link ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: normal;
        text-align: left;
        color: #0d0c0c; }
        .services-banner .bottom-link ul li a i {
          position: relative;
          left: 0;
          font-size: 18px;
          color: #10c14f;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .services-banner .bottom-link ul li a:hover i {
          left: 2px; }
    .services-banner .bottom-link ul li:last-child {
      margin-bottom: 0; }

.services-banner-inner .bottom-link {
  background-color: #f3f4f5;
  bottom: -169px; }
  .services-banner-inner .bottom-link h6 {
    margin-bottom: 8px; }
  .services-banner-inner .bottom-link ul li {
    margin-bottom: 2px; }

/*---------------------END-SERVICES-BANNER-------------------------------*/
/*--------------------------SERVICES--------------------------------*/
.services {
  padding: 181px 0 100px; }
  .services .title {
    margin-bottom: 60px;
    width: 790px;
    max-width: 100%; }
  .services .label {
    margin-bottom: 11px; }
  .services h2 {
    margin-bottom: 9px; }
  .services .content {
    grid-gap: 31px 17px; }
  .services .item {
    width: calc(33.33% - 12px);
    background-color: #fff;
    border-radius: 6px;
    position: relative; }
    .services .item figure {
      overflow: hidden;
      border-radius: 6px 6px 0 0;
      height: 212px; }
      .services .item figure img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .services .item figure:hover img {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
    .services .item .text {
      padding: 37px 35px;
      border-radius: 0 0 6px 6px; }
      .services .item .text .title-text {
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 8px; }
        .services .item .text .title-text a {
          font-size: 25px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.32;
          letter-spacing: normal;
          text-align: left;
          color: #000; }
          .services .item .text .title-text a:hover {
            opacity: 0.7; }
      .services .item .text p {
        font-style: normal;
        line-height: 1.67;
        color: #000;
        margin-bottom: 24px; }
      .services .item .text .links-star {
        position: absolute;
        bottom: 20px;
        right: 30px; }
        .services .item .text .links-star a {
          width: 55px;
          height: 55px; }
          .services .item .text .links-star a img {
            width: 100%;
            height: 100%; }

.services.bg-white .item {
  background-color: #f3f4f5 !important; }

/*------------------------END-SERVICES--------------------------------*/
/*------------------------TEXT-ITEM-3X--------------------------------*/
.text-item-3x {
  padding: 90px 0 100px; }
  .text-item-3x .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .text-item-3x .bg img {
    position: absolute;
    top: 50px;
    left: -120px; }
  .text-item-3x .text {
    width: 490px; }
  .text-item-3x .label {
    margin-bottom: 4px; }
  .text-item-3x h2 {
    font-size: 39px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 19px; }
  .text-item-3x p {
    margin-bottom: 19px; }
  .text-item-3x .item {
    margin-bottom: 18px;
    border-radius: 6px;
    background-color: #fff;
    padding: 32px 30px 27px; }
    .text-item-3x .item h4 {
      margin-bottom: 7px;
      font-size: 26px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
      .text-item-3x .item h4 i {
        margin-right: 23px;
        color: #10c14f; }
    .text-item-3x .item p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.63;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin: 0; }
  .text-item-3x .item:last-child {
    margin-bottom: 0; }
  .text-item-3x .item-wrap {
    width: calc(100% - 573px); }

/*-----------------------END-TEXT-ITEM-3X--------------------------------*/
/*--------------------------TEAM--------------------------------*/
.team {
  padding: 157px 0 115px;
  overflow: hidden; }
  .team .bottom-pagination-post {
    width: 100%; }
  .team .left {
    width: 385px;
    position: relative;
    z-index: 10;
    padding-bottom: 60px; }
    .team .left:after {
      position: absolute;
      top: -1000px;
      left: -10000px;
      bottom: -1000px;
      content: '';
      background: #fff;
      z-index: -1;
      right: -45px; }
    .team .left .wrap {
      z-index: 6; }
    .team .left p {
      margin-bottom: 30px; }
  .team h3 {
    margin-bottom: 10px; }
  .team h2 {
    margin-bottom: 9px; }
  .team .bg {
    overflow: visible; }
    .team .bg img {
      position: absolute;
      top: 50%;
      left: -309%;
      -webkit-transform: translate(0, -44%);
              transform: translate(0, -44%); }
  .team .slider-wrap {
    width: calc(100% - 480px); }
  .team .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.team.bg-blue .left:after {
  background: #132132; }

.team-slider {
  overflow: visible; }
  .team-slider .swiper-slide {
    width: 272px; }
    .team-slider .swiper-slide figure {
      background-color: #10c14f;
      border-radius: 7px 7px 0 0;
      height: 213px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .team-slider .swiper-slide figure img {
        width: 195px; }
    .team-slider .swiper-slide .text {
      border-radius: 0 0 8px 8px;
      background: #fff;
      padding: 20px; }
    .team-slider .swiper-slide .title-text {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 2px; }
    .team-slider .swiper-slide p {
      line-height: 1.67;
      color: #10c14f; }

/*-------------------------END-TEAM--------------------------------*/
/*-------------------------IMG-SLIDER--------------------------------*/
.img-slider-wrap {
  padding: 100px 0 200px;
  overflow: hidden; }
  .img-slider-wrap .btn {
    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;
    border-radius: 8px;
    border: solid 1px #10c14f;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #10c14f; }
    .img-slider-wrap .btn i {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .img-slider-wrap .btn:after {
      display: none; }
    .img-slider-wrap .btn:hover i {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
  .img-slider-wrap .nav-wrap {
    width: 100px;
    position: absolute;
    top: 20px;
    right: 50px; }
  .img-slider-wrap .swiper-pagination {
    bottom: -48px; }
  .img-slider-wrap .swiper-pagination-bullet-active {
    background: #000; }

.img-slider {
  position: relative;
  overflow: visible; }
  .img-slider figure {
    width: 100%;
    height: 390px;
    border-radius: 8px;
    overflow: hidden; }
    .img-slider figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .img-slider figure:hover img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }

.btn-border-green {
  border-color: #10c14f;
  color: #10c14f; }
  .btn-border-green:hover {
    background: #10c14f;
    color: #fff; }

/*------------------------END-IMG-SLIDER--------------------------------*/
/*------------------------PARTNERS--------------------------------*/
.partners {
  padding: 110px 0 70px; }
  .partners .title-wrap {
    margin-bottom: 65px; }
  .partners .content {
    grid-gap: 16px 16px; }
  .partners .item {
    border-radius: 6px;
    background-color: #fff;
    height: 145px;
    width: calc(25% - 12px);
    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;
    padding: 20px; }
    .partners .item img {
      max-width: 100%;
      height: auto; }
  .partners .btn-wrap-full {
    display: none; }
  .partners .btn-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 60px; }
  .partners .title {
    width: calc(100% - 400px); }
  .partners h3 {
    margin-bottom: 9px; }
  .partners h2 {
    margin-bottom: 8px; }

.partners.bg-white .title-wrap {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.partners:last-child {
  padding-bottom: 155px; }

/*-----------------------END-PARTNERS--------------------------------*/
/*-------------------------TESTIMONIALS-------------------------------*/
.testimonials {
  padding-top: 75px; }
  .testimonials .wrap-bottom {
    position: relative; }
  .testimonials .bg {
    top: -1px;
    bottom: -1px; }
    .testimonials .bg img {
      opacity: 0;
      width: 47%; }
    .testimonials .bg .active {
      opacity: 1; }
  .testimonials .wrap-content {
    position: relative;
    border-radius: 8px;
    background-color: #132132;
    overflow: hidden;
    margin-left: 10px;
    width: calc(100% - 20px);
    padding: 75px 70px 120px; }
  .testimonials h2 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px; }
  .testimonials h6 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #10c04f;
    margin-bottom: 20px; }
  .testimonials .title-wrap {
    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;
    margin-bottom: 30px; }
    .testimonials .title-wrap figure {
      width: 125px; }
      .testimonials .title-wrap figure img {
        width: 100%; }
    .testimonials .title-wrap .title {
      width: calc(100% - 150px); }
      .testimonials .title-wrap .title h2 {
        margin-bottom: 5px; }
      .testimonials .title-wrap .title h4 {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: normal;
        text-align: left;
        color: #10c04f;
        margin-bottom: 0; }

.dots {
  position: absolute;
  bottom: -57px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 93px;
  padding: 10px 40px;
  z-index: 10;
  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;
  left: 100px;
  right: 100px; }
  .dots .wrap-dots {
    grid-gap: 20px;
    position: relative;
    z-index: 10; }
    .dots .wrap-dots img {
      width: auto;
      height: auto;
      max-width: 100%; }
    .dots .wrap-dots .dot {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 10px;
      opacity: 0.5;
      cursor: pointer; }
    .dots .wrap-dots .active {
      opacity: 1; }
  .dots .btn {
    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;
    border-radius: 8px;
    border: solid 1px #10c14f;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #10c14f; }
    .dots .btn i {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .dots .btn:after {
      display: none; }
    .dots .btn:hover i {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
  .dots .nav-wrap {
    width: calc(100% + 44px);
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: -22px; }

.dots .wrap-dots .dot p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0; }
.dots .wrap-dots .dot h6 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0; }

.testimonials-slider .swiper-slide {
  opacity: 0 !important; }
.testimonials-slider .swiper-slide-active {
  opacity: 1 !important; }

/*------------------------END-TESTIMONIALS-------------------------------*/
/*------------------------TEXT-VACANCY-------------------------------*/
.text-vacancy {
  padding: 238px 0 100px; }
  .text-vacancy .text {
    width: calc(100% - 410px);
    display: inline-block; }
    .text-vacancy .text h2 {
      font-size: 39px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin: 55px 0 20px; }
    .text-vacancy .text h2:nth-child(2) {
      margin-top: 0; }
    .text-vacancy .text h3 {
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin: 30px 0 20px; }
    .text-vacancy .text .label {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.83;
      letter-spacing: normal;
      text-align: left;
      color: #10c14f;
      margin-bottom: 10px;
      margin-top: 0 !important; }
    .text-vacancy .text > h4 {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin: 20px 0 15px; }
    .text-vacancy .text > h5 {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin: 20px 0 15px; }
    .text-vacancy .text > p {
      margin-bottom: 24px; }
      .text-vacancy .text > p a {
        color: #10c14f;
        text-decoration: underline; }
        .text-vacancy .text > p a:hover {
          opacity: 0.7; }
    .text-vacancy .text > ul {
      margin-bottom: 24px; }
      .text-vacancy .text > ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px; }
        .text-vacancy .text > ul li a {
          color: #10c14f;
          text-decoration: underline; }
          .text-vacancy .text > ul li a:hover {
            opacity: 0.7; }
        .text-vacancy .text > ul li:before {
          position: absolute;
          top: 4px;
          content: '\f00c';
          left: 0;
          font-size: 24px;
          color: #10c14f;
          line-height: 1;
          font-family: "Font Awesome 5 Pro"; }
    .text-vacancy .text > * {
      margin-bottom: 20px; }
  .text-vacancy .sticky-block {
    width: 350px;
    display: inline-block;
    float: right;
    background-color: #132132;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
    .text-vacancy .sticky-block figure {
      margin-bottom: 20px;
      width: 120px;
      border-radius: 50%; }
      .text-vacancy .sticky-block figure img {
        width: 100%; }
    .text-vacancy .sticky-block h4 {
      color: #fff;
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: 10px; }
    .text-vacancy .sticky-block p {
      color: #fff; }
      .text-vacancy .sticky-block p a, .text-vacancy .sticky-block p b {
        font-weight: 700;
        color: #fff; }
        .text-vacancy .sticky-block p a i, .text-vacancy .sticky-block p b i {
          margin-right: 5px; }
      .text-vacancy .sticky-block p a:hover {
        opacity: 0.7; }
    .text-vacancy .sticky-block .btn-wrap {
      margin-top: 20px; }
  .text-vacancy .testimonials-block {
    margin: 33px 0 55px;
    border-radius: 8px;
    background-color: #f3f4f5;
    position: relative;
    padding: 40px 50px 63px;
    width: 655px;
    max-width: 100%; }
    .text-vacancy .testimonials-block .bg-block {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .text-vacancy .testimonials-block .bg-block img {
        position: absolute;
        top: 25px;
        right: 30px; }
    .text-vacancy .testimonials-block .bg-block + * {
      position: relative;
      z-index: 5; }
  .text-vacancy .bottom-links {
    margin-top: 40px;
    padding-top: 10px; }
    .text-vacancy .bottom-links .soc {
      list-style: none;
      grid-gap: 10px;
      padding: 0; }
      .text-vacancy .bottom-links .soc li:first-child {
        margin-right: 5px;
        font-weight: bold; }
      .text-vacancy .bottom-links .soc li {
        padding: 0;
        list-style: none; }
        .text-vacancy .bottom-links .soc li a {
          width: 50px;
          height: 50px;
          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;
          font-size: 19px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.68;
          letter-spacing: normal;
          text-align: left;
          color: #132132;
          position: relative; }
          .text-vacancy .bottom-links .soc li a:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("../img/after-3.svg") no-repeat center;
            background-size: contain;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: -1;
            content: ''; }
          .text-vacancy .bottom-links .soc li a:hover:after {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg); }
  .text-vacancy .title-wrap {
    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;
    margin-bottom: 20px; }
    .text-vacancy .title-wrap figure {
      width: 125px; }
      .text-vacancy .title-wrap figure img {
        width: 100%; }
    .text-vacancy .title-wrap .title {
      width: calc(100% - 150px); }
      .text-vacancy .title-wrap .title h2 {
        margin-bottom: 5px;
        font-size: 26px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #132132;
        margin-top: 0 !important; }
      .text-vacancy .title-wrap .title h4 {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: normal;
        text-align: left;
        color: #10c04f;
        margin-bottom: 0; }

/*-----------------------END-TEXT-VACANCY-------------------------------*/
/*------------------------POST-BLOCK-3X------------------------------*/
.post-block-3x {
  padding: 113px 0 100px; }
  .post-block-3x .label {
    text-align: center;
    margin-bottom: 14px; }
  .post-block-3x h2 {
    margin-bottom: 91px;
    text-align: center; }
  .post-block-3x .content {
    grid-gap: 16px; }
  .post-block-3x .item {
    width: calc(33.33% - 12px);
    position: relative;
    border-radius: 6px;
    background-color: #fff; }
    .post-block-3x .item .label {
      font-size: 17px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.94;
      letter-spacing: normal;
      text-align: left;
      color: #10c14f;
      margin-bottom: 5px; }
    .post-block-3x .item figure {
      overflow: hidden;
      border-radius: 6px 6px 0 0;
      height: 212px; }
      .post-block-3x .item figure img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .post-block-3x .item figure:hover img {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
    .post-block-3x .item .text {
      padding: 28px 35px;
      border-radius: 0 0 6px 6px; }
      .post-block-3x .item .text p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.81;
        letter-spacing: normal;
        text-align: left;
        color: #000; }
      .post-block-3x .item .text .title-text {
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 8px; }
        .post-block-3x .item .text .title-text a {
          font-size: 25px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.32;
          letter-spacing: normal;
          text-align: left;
          color: #000; }
          .post-block-3x .item .text .title-text a:hover {
            opacity: 0.7; }
      .post-block-3x .item .text p {
        font-style: normal;
        line-height: 1.67;
        color: #000;
        margin-bottom: 24px; }
      .post-block-3x .item .text .links-star {
        position: absolute;
        bottom: 20px;
        right: 30px; }
        .post-block-3x .item .text .links-star a {
          width: 55px;
          height: 55px; }
          .post-block-3x .item .text .links-star a img {
            width: 100%;
            height: 100%; }

/*-----------------------END-POST-BLOCK-3X------------------------------*/
/*-----------------------CONTACT-BANNER------------------------------*/
.contact-banner {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 50px !important; }
  .contact-banner .bg:after {
    display: none; }
  .contact-banner .bg {
    bottom: 115px;
    background-color: #132132; }
  .contact-banner .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-banner .left {
    width: 405px; }
  .contact-banner .form-wrap {
    width: calc(100% - 490px);
    border-radius: 8px;
    background-color: #f3f4f5;
    padding: 50px 45px 20px;
    margin-top: 5px;
    margin-right: 12px; }
    .contact-banner .form-wrap figure {
      width: 120px;
      position: relative;
      top: -5px; }
    .contact-banner .form-wrap .title {
      width: calc(100% - 140px); }
      .contact-banner .form-wrap .title h3 {
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #132132;
        margin-bottom: 5px; }
      .contact-banner .form-wrap .title p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.69;
        letter-spacing: normal;
        text-align: left;
        color: #132132;
        margin: 0 !important; }
    .contact-banner .form-wrap .title-wrap {
      margin-bottom: 30px; }
  .contact-banner .label {
    margin-bottom: 5px; }
  .contact-banner h1 {
    color: #fff;
    margin-bottom: 8px; }
  .contact-banner p {
    color: #fff;
    margin-bottom: 20px; }
  .contact-banner ul li {
    margin-bottom: 6px !important; }
    .contact-banner ul li a {
      position: relative;
      padding-left: 37px;
      line-height: 1.83;
      display: inline-block;
      color: #fff; }
      .contact-banner ul li a i {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        left: 0;
        color: #10c14f;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .contact-banner ul li a:hover {
        opacity: 0.7; }
  .contact-banner .text-form p {
    color: #132132; }
    .contact-banner .text-form p a {
      color: #132132; }

/*----------------------END-CONTACT-BANNER------------------------------*/
/*----------------------HERO-CONTACT------------------------------*/
.hero-contact {
  padding: 65px 0 150px; }
  .hero-contact .content {
    border-radius: 8px;
    background-color: #132132;
    min-height: 520px; }
  .hero-contact .map-wrap {
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    width: 50%; }
    .hero-contact .map-wrap iframe {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .hero-contact .left {
    width: 50%;
    padding: 87px 60px; }
  .hero-contact .label {
    margin-bottom: 5px; }
  .hero-contact h2 {
    color: #fff;
    margin-bottom: 8px; }
  .hero-contact p {
    color: #fff;
    margin-bottom: 18px; }
    .hero-contact p a {
      color: #10c14f; }
      .hero-contact p a:hover {
        opacity: 0.7; }

.hero-contact .content {
  margin: 0 12px;
  width: calc(100% - 24px); }

/*---------------------END-HERO-CONTACT------------------------------*/
/*------------------------BANNER-404------------------------------*/
.banner-404 {
  position: relative;
  padding: 150px 0 150px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-404 .bg img {
    position: absolute;
    bottom: 50px;
    right: 0; }
  .banner-404 h3 {
    margin-bottom: 5px; }
  .banner-404 h1 {
    margin-bottom: 5px;
    color: #000; }
  .banner-404 h2 {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 13px; }
  .banner-404 p {
    margin-bottom: 28px; }
  .banner-404 .content {
    width: 620px;
    max-width: 100%; }

.banner-btn .top-line .btn-default {
  background: #000;
  color: #fff;
  border-color: #000; }
.banner-btn .top-line .btn-border {
  background: #fff;
  color: #000; }
.banner-btn .top-line .btn-green {
  background: #10c14f;
  border-color: #10c14f;
  color: #fff; }

/*-----------------------END-BANNER-404------------------------------*/
/*---------------------SEO-BLOCK---------------------------*/
.seo-block {
  padding: 120px 0 95px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
  .seo-block .bg img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: -150px; }
  .seo-block h2 {
    font-size: 31px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 5px; }
  .seo-block p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px; }
    .seo-block p a {
      color: #10c14f;
      text-decoration: underline; }
      .seo-block p a:hover {
        opacity: 0.7; }
  .seo-block ul {
    margin-bottom: 20px; }
    .seo-block ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px; }
      .seo-block ul li:before {
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        background: url("../img/btn-mini-green.svg") no-repeat center;
        background-size: contain;
        content: "";
        height: 18px; }
  .seo-block h3 {
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 30px;
    margin-bottom: 6px; }
  .seo-block h4 {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 30px;
    margin-bottom: 6px; }
  .seo-block h5 {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 30px;
    margin-bottom: 6px; }

/*--------------------END-SEO-BLOCK---------------------------*/
.bg-blue {
  background-color: #132132; }
  .bg-blue h2, .bg-blue p {
    color: #fff; }
    .bg-blue h2 a, .bg-blue p a {
      color: #fff; }
  .bg-blue a {
    color: #fff; }

.bottom-block-padding {
  padding-bottom: 185px;
  margin-bottom: -105px; }

.bg-grey {
  background-color: rgba(19, 33, 50, 0.05); }

.bg-blue-content .content {
  background-color: #132132; }
  .bg-blue-content .content h2, .bg-blue-content .content p {
    color: #fff; }
    .bg-blue-content .content h2 a, .bg-blue-content .content p a {
      color: #fff; }
  .bg-blue-content .content a {
    color: #fff; }
.bg-blue-content .link {
  color: #10c14f !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-150 {
  margin-top: 150px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-150 {
  padding-top: 150px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.link-no-td {
  text-decoration: none !important; }

.color-black {
  color: #000 !important; }
  .color-black i {
    color: #10c14f !important; }

.color-white {
  color: #fff !important; }
  .color-white i {
    color: #10c14f !important; }

.bg-white .item {
  background: #f3f4f5 !important; }

.fa-computer-mouse::before{
  font-weight: 700;
}



.post-slider .swiper-slide .text .title-text a:after, .post-block-3x .item .text .title-text a:after{
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 10;
}
.post-slider .swiper-slide:hover figure img, .post-block-3x .item:hover figure img{
  transform: scale(1.02);
}

.post-slider .swiper-slide .links-star img, .post-block-3x .item .links-star img{
  -webkit-transform: rotate(0)!important;
  transform: rotate(0)!important;
}
.post-slider .swiper-slide:hover .links-star img, .post-block-3x .item:hover .links-star img {
  -webkit-transform: rotate(360deg)!important;
  transform: rotate(360deg)!important;
}

@media (min-width: 1200px){
  .services-banner.services-banner-inner + .text-img-revers .bg img{
    -webkit-transform: translate(-173%, 0);
    transform: translate(-173%, 0);
    top: 16px;
  }
  .banner-white .home-banner .bg .bg-img{
    -webkit-transform: translate(-96%, -59%);
    transform: translate(-96%, -59%);
  }
}

@media (min-width: 1921px){
  .home-banner .bg:before{
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    right: 70%;
    width: 10000px;
    background: #132132;
    z-index: 11;
  }
  
  .banner-white .home-banner .bg:before{
    background: #F3F4F5;
  }
}


/*# sourceMappingURL=styles.css.map */