@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url("../fonts/Manrope-Light.woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2");
}
input, button, textarea, select {
  font-family: "Manrope", sans-serif;
}

body {
  font-family: "Manrope", sans-serif;
  background: #F6F6F6;
  color: #1C1C1C;
}

html, body {
  padding: 0;
  margin: 0;
  height: var(--doc-height);
  height: 100vh;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  width: 1180px;
}

a {
  color:#5FAC4E;
  text-decoration: none;
}

.modal {
  height: 100%;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.text-20 {
  font-size: 20px;
  line-height: 120%;
}

.text-18 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
}

.text-16 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}

.text-15 {
  font-size: 15px;
  line-height: 120%;
}

.text-14 {
  font-size: 14px;
  line-height: 120%;
}

.h1 {
  font-size: 64px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -1.92px;
}

.h2 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -1.14px;
}

.h3 {
  font-size: 34px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -1.02px;
}

.h4 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -0.9px;
}

.h5 {
  font-size: 24px;
  line-height: 120%;
  font-weight: normal;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.breadcrumbs {
  margin: 0;
  width: calc(100% + 6px);
  padding: 100px 0 60px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li::after {
  content: "/";
  display: block;
  margin: 0 6px;
}
.breadcrumbs li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  color: #333333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumbs li a:hover {
  color: #5FAC4E;
}
.breadcrumbs li:last-child::after {
  display: none;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.about-img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about-text p {
  margin-bottom: 40px;
}
.about-text p:last-child {
  margin-bottom: 0;
}

.steps-item {
  display: block;
  min-height: 100%;
  padding: 39px;
  border-radius: 12px;
  border: 1px solid #D1D1D1;
  color: #1C1C1C;
  text-decoration: none;
}
.steps-item__number {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.steps-item__number span {
  width: 32px;
  min-width: 32px;
  height: 36px;
  background-image: url("../img/steps-1.svg");
  color: #D1D1D1;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-left: -10px;
  padding-top: 2px;
}
.steps-item__number span:last-child {
  margin-left: 0;
}
.steps-item__number span.active {
  background-image: url("../img/steps-2.svg");
  color: #fff;
  z-index: 5;
}
.steps-item__text {
  margin-top: 20px;
}

.swiper-pagination {
  display: none;
  margin: 20px 0 0;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #D1D1D1;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  border-radius: 10px;
}
.swiper-pagination-bullet-active {
  width: 20px;
  background: #5FAC4E;
}

.links {
  margin-top: -10px;
}
.links-item {
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 38px;
  border-radius: 50px;
  background: #fff;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  line-height: 120%;
}
.links-item:hover, .links-item.active {
  background: #438E32;
  color: #fff;
}

.article-content {
  margin-bottom: -20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  color: #1C1C1C;
}
.article-content b, .article-content strong, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  font-weight: 400;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin: 0 0 30px 0;
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.9px;
}
.article-content ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.article-content ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.article-content ul li:first-child {
  margin-top: 0;
}
.article-content ul li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("../img/li.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.article-content blockquote {
  margin: 80px 0;
  padding: 60px;
  text-align: center;
  background-image: url("../img/blockquote.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  border-radius: 12px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0 0;
}
.pagination a, .pagination span {
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin: 0 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination a.current, .pagination span.current {
  background: #5FAC4E;
  color: #fff;
}
.pagination a:hover {
  color: #5FAC4E;
}
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
  margin-left: 11px;
  margin-right: 0;
  font-size: 0;
}
.pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/pagination-next.svg");
  background-repeat: no-repeat;
}
.pagination a.prev.disabled, .pagination a.next.disabled, .pagination span.prev.disabled, .pagination span.next.disabled {
  pointer-events: none;
}
.pagination a.prev.disabled::before, .pagination a.next.disabled::before, .pagination span.prev.disabled::before, .pagination span.next.disabled::before {
  opacity: 0.5;
}
.pagination a.prev, .pagination span.prev {
  margin-right: 11px;
  margin-left: 0;
}
.pagination a.prev::before, .pagination span.prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hover-bg {
  position: relative;
  border-radius: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.hover-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 16px 0 0 16px;
  background: #fff;
}
.hover-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: calc(100% - 100px);
  border-radius: 0 16px 0 0;
  background: #fff;
}
.hover-bg__radius {
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url("../img/right-bottom.png");
}
.hover-bg__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  background-image: url("../img/btn-arrow.svg");
  opacity: 0;
  background-color: #5FAC4E;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 8;
}
.hover-bg__btn:hover {
  background-color: #438E32 !important;
}
.hover-bg__btn:active {
  background-color: #5FAC4E !important;
}
.hover-bg:hover {
  background: transparent;
}
.hover-bg:hover .hover-bg__btn {
  opacity: 1;
}
.hover-bg:hover {
  background: transparent;
}
.hover-bg:hover .hover-bg__btn {
  opacity: 1;
}

.blog-block {
  width: 33.333%;
  margin-top: 20px;
}
.blog-list {
  margin-top: -20px;
}
.blog-item {
  padding: 20px 20px 30px;
  min-height: 100%;
}
.blog-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.blog-item__img {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item__date {
  margin: 20px 0 10px;
  padding: 8px 18px 10px;
  border-radius: 50px;
  background: #F6F6F6;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.blog-item__wrapper {
  padding-left: 10px;
  width: 260px;
}

.blog-item__media-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-item__media-text {
  margin-top: 10px;
}

.back-title {
  margin-top: 6px;
}
.back-arrow {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  margin-right: 20px;
}
.back-arrow img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.back-arrow:hover {
  opacity: 0.7;
}

.article-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  padding: 7px 19px;
  border-radius: 50px;
  border: 1px solid #D1D1D1;
  background: #F6F6F6;
}

.article-img {
  padding: 30px 0;
  background: #fff;
  border-radius: 16px;
  height: 400px;
}
.article-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  border: none;
  cursor: pointer;
  height: 56px;
  padding: 0 30px;
}
.btn::after {
  content: "";
  display: block;
  background-image: url("../img/btn-arrow-2.svg");
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
  min-width: 24px;
}
.btn:hover {
  background: #438E32;
  color: #fff;
}
.btn:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn:active {
  background: #5FAC4E;
}
.btn:active::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn.btn-green {
  background: #5FAC4E;
  color: #fff;
}
.btn.btn-green::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn.btn-green:hover {
  background: #438E32;
  color: #fff;
}
.btn.btn-green:active {
  background: #5FAC4E;
  color: #fff;
}

.article-whiteBtn {
  margin-left: 20px;
}

.dots-title {
  padding-left: 34px;
  position: relative;
}
.dots-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  top: 7px;
  background-image: url("../img/dot.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.projects-item {
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.projects-item__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-item__wrapper {
  width: 560px;
  margin-left: auto;
  max-width: 100%;
  padding: 40px;
  border-radius: 12px;
  background: #fff;
  min-height: 360px;
}
.projects-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.projects-item__name {
  margin: 16px 0;
}
.projects-item__bottom {
  margin-top: auto;
}
.projects-item__bottom-text {
  margin-top: 4px;
}
.projects-item__top-cat {
  padding: 8px 18px 10px;
  border-radius: 50px;
  background: #F6F6F6;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  overflow: hidden;
  display: block;
}
.projects-item__top-cat span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solutions-article__img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.solutions-article__wrapper {
  /*width: 880px;*/
}
.solutions-article__item {
  margin: 0 5px;
  padding: 0 37px;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 50px;
  border: 1px solid #D1D1D1;
  background: #F6F6F6;
  margin-top: 10px;
  height: 50px;
}
.solutions-article__item:hover {
  border-color: #1C1C1C;
  background: #1C1C1C;
  color: #fff;
}
.solutions-article__items {
  margin: -10px -5px 0;
}

.pays-item {
  margin-top: 10px;
  padding: 13px 30px 13px 40px;
  border-radius: 12px;
  background: #fff;
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pays-item__left {
  width: 36%;
  color: #757575;
}
.pays-item__right {
  width: calc(64% - 20px);
}
.pays-item__right a {
  color: #1C1C1C;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pays-item__right a:hover {
  color: #5FAC4E;
  text-decoration: none;
}
.pays-item__right a:active {
  color: #438E32;
  text-decoration: none;
}
.pays-items {
  margin-top: -10px;
}

.partners-block {
  width: 25%;
  margin-top: 20px;
}
.partners-list {
  margin-top: -20px;
}
.partners-item {
  padding: 30px 30px 16px;
  background: #fff;
  text-decoration: none;
  color: #1c1c1c;
  border-radius: 16px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partners-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.partners-item__img {
  width: 180px;
  height: 80px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #D1D1D1;
  overflow: hidden;
}
.partners-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-item__title {
  margin: 20px 0 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.partners-item__subtitle {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.partners-item__link {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  margin-top: auto;
}
.partners-item:hover .partners-item__link {
  color: #5FAC4E;
}

.partners-text {
  width: 880px;
}

.tabs {
  border-radius: 12px;
  background: #fff;
  padding: 24px 10px 24px 40px;
}

.tab {
  margin-right: 30px;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab:hover, .tab.active {
  color: #438E32;
}

.reviews-item {
  width: calc(50% - 10px);
  padding: 40px 30px 40px 40px;
  margin-top: 20px;
}
.reviews-item .blog-item__date {
  margin: 0;
  position: absolute;
  left: 200px;
  top: 0;
}
.reviews-item__img {
  height: 80px;
  width: 180px;
  margin-right: 20px;
  min-width: 180px;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  padding: 6px;
}
.reviews-item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.reviews-item__name {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 43px;
}
.reviews-item__text {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 70px);
}

.reviews-list {
  margin-top: -20px;
}

.header {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  padding-top: 10px;
  width: 100%;
}
.header-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 0 28px;
  height: 70px;
}
.header-wrapper::before {
  content: "";
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #F6F6F6;
  pointer-events: none;
}
.header-logo {
  margin-right: 20px;
  position: relative;
  top: -1px;
}
.header-nav {
  padding: 0;
  margin: 0 auto 0 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-nav ul li:first-child {
  margin-left: 0;
}
.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C1C1C;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 70px;
}
.header-nav ul li:hover > a {
  color: #5FAC4E;
}
.header-nav ul li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url("../img/nav-arrow-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li.menu-item-has-children:hover::after {
  background-image: url("../img/nav-arrow-2.svg");
}
.header-nav ul li.menu-item-has-children:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-nav ul li.menu-item-has-children ul {
  position: absolute;
  left: -34px;
  top: 100%;
  padding: 0;
  background: #fff;
  width: 396px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 12px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}
.header-nav ul li.menu-item-has-children ul li {
  display: block;
  width: 100%;
  margin: 0;
  position: static;
  padding: 0 34px;
}
.header-nav ul li.menu-item-has-children ul li:first-child {
  padding-top: 30px;
}
.header-nav ul li.menu-item-has-children ul li:last-child {
  padding-bottom: 30px;
}
.header-nav ul li.menu-item-has-children ul li::after {
  display: none;
}
.header-nav ul li.menu-item-has-children ul li a {
  white-space: normal;
  margin-right: auto;
  padding: 11px 22px 11px 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nav ul li.menu-item-has-children ul li.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("../img/btn-arrow-2.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
.header-nav ul li.menu-item-has-children ul li:hover > a {
  background: #F6F6F6;
}
.header-nav ul li.menu-item-has-children ul li.menu-item-has-children:hover > a::before {
  background-image: url("../img/btn-arrow-3.svg");
}
.header-nav ul li.menu-item-has-children ul li ul {
  left: calc(100% - 8px);
  top: 0;
  border-left: 4px solid #F6F6F6;
  border-radius: 0 12px 12px 0;
  min-height: 100%;
  position: absolute;
}
.header-nav ul li.menu-item-has-children ul li ul ul {
  z-index: 4;
}
.header-btn {
  width: 166px;
  height: 46px;
  border-radius: 10px;
  background: #F6F6F6;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 10px;
  white-space: nowrap;
}
.header-btn:hover {
  background: #e5e5e5;
}
.header-lang {
  width: 75px;
  border-radius: 10px;
  background: #F6F6F6;
  height: 46px;
}
.header-lang__item {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  margin-right: 6px;
}
.header-lang__item:last-child {
  margin-right: 0;
}
.header-lang__item:hover, .header-lang__item.active {
  color: #438E32;
}
.header-link {
  margin-right: 10px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #F6F6F6;
}
.header-link:hover {
  background: #e5e5e5;
}

.header-nav > ul > li:nth-child(1) {
  position: static;
}
.header-nav > ul > li:nth-child(1) ul {
  left: 0;
}

.header-nav > ul > li:nth-child(2) {
  position: static;
}
.header-nav > ul > li:nth-child(2) ul {
  left: 0;
}

.header-nav li:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.footer {
  border-radius: 100px 100px 0px 0px;
  background: #333;
  color: #fff;
  padding: 65px 0 25px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-left {
  width: calc(100% - 520px);
}
.footer-right {
  width: 500px;
}
.footer-policy {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
.footer-text {
  color: #D1D1D1;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.footer-navs {
  padding-top: 28px;
}
.footer-nav {
  max-width: 280px;
  margin: 0 0 41px 0;
}
.footer-nav.w-100 {
  max-width: 100%;
  width: 100%;
}
.footer-nav:first-child {
  margin-right: auto;
}
.footer-nav__title {
  margin-bottom: 20px;
  color: #D1D1D1;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.footer-nav__list {
  margin: 0;
  padding: 0;
}
.footer-nav__list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-nav__list ul li {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
.footer-nav__list ul li:first-child {
  margin-top: 0;
}
.footer-soc {
  margin-bottom: 36px;
  margin-top: 40px;
}
.footer-soc__item {
  margin-right: 16px;
}
.footer-soc__item:hover {
  opacity: 0.7;
}
.footer-copy {
  margin: 20px 0 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.footer-item {
  margin-bottom: 41px;
}
.footer-item__title {
  margin-bottom: 20px;
  color: #D1D1D1;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.footer-item__content {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

a.footer-btn {
  border-radius: 10px;
  background: #F6F6F6;
  height: 46px;
  padding: 0 26px;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
a.footer-btn:hover {
  background: #ebe8e8;
  text-decoration: none;
  color: #1C1C1C;
}

.results-block {
  width: calc(50% - 10px);
  margin-top: 20px;
}
.results-item {
  padding: 30px 40px 40px 30px;
  min-height: 100%;
}
.results-item__title {
  margin: 20px 0 10px;
  padding-left: 10px;
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.results-item__text {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.results-item__text li {
  display: block;
  padding-left: 39px;
  margin: 3px 0 0 0;
  position: relative;
}
.results-item__text li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 18px;
  top: 8px;
  background: #5FAC4E;
}
.results-item__number {
  top: 0;
  right: 30px;
  width: 74px;
  height: 50px;
  background-image: url("../img/gray.png");
  z-index: 3;
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.72px;
}
.results-item__subtitle {
  margin-bottom: 10px;
  padding-left: 10px;
}
.results-list {
  margin-top: -20px;
}
.results-btn {
  margin-top: 30px;
}

.industry-block {
  width: 33.333%;
  margin-top: 20px;
}
.industry-list {
  margin-top: -20px;
}

.industry-block .steps-item {
  background: #fff;
  border: none;
}

.steps-item__bottom {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.article-content .mb-80 {
  margin-bottom: 80px;
}

.project-slider__img {
  border-radius: 16px;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-slider__arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  top: calc(50% - 43px);
}
.project-slider__arrow:hover {
  opacity: 0.7;
}
.project-slider__next {
  right: -56px;
}
.project-slider__prev {
  left: -56px;
}
.project-slider__prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.project-slider .swiper-pagination {
  display: none;
}

.steps-contact {
  padding-top: 14px;
}
.steps-contact__item {
  margin-top: 6px;
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  padding-left: 29px;
}
.steps-contact__item span, .steps-contact__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
.steps-contact__item a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.steps-contact__item a:hover {
  color: #5FAC4E;
}
.steps-contact__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 9px;
  top: 9px;
  background: #5FAC4E;
}

.contact-map {
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-info__img {
  height: 400px;
  width: calc(100% - 400px);
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info__left {
  width: 380px;
}
.contact-info__text {
  padding: 50px 50px 50px 40px;
  color: #fff;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #5FAC4E;
}
.contact-info__btn {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.contact-form {
  padding: 60px;
  margin: 80px -60px 0;
  background: #fff;
  border-radius: 16px;
}
.contact-form__subtitle {
  margin: 20px 0;
}
.contact-form__block {
  width: 25%;
}
.contact-form__input {
  margin-top: 20px;
}
.contact-form__input-title {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 6px;
}
.contact-form__input-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2px;
  color: #D64851;
}
.contact-form__input-item {
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  background: #fff;
  width: 100%;
  padding-left: 15px;
  height: 54px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #1C1C1C;
}
.contact-form__input-item::-webkit-input-placeholder {
  color: #757575;
}
.contact-form__input-item::-moz-placeholder {
  color: #757575;
}
.contact-form__input-item:-ms-input-placeholder {
  color: #757575;
}
.contact-form__input-item::-ms-input-placeholder {
  color: #757575;
}
.contact-form__input-item::placeholder {
  color: #757575;
}
.contact-form__flex-block {
  width: 50%;
}

.contact-btn {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 280px;
  max-width: 100%;
}
.contact-policy__title {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.contact-policy__title span {
  color: #D64851;
}
.contact-policy__label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}
.contact-policy__label input {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.contact-policy__label b {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 4px;
  background-image: url("../img/policy.svg");
  background-repeat: no-repeat;
}
.contact-policy__label span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  margin-top: 4px;
}
.contact-policy__label span a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-policy__label span a:hover {
  color: #5FAC4E;
  text-decoration: none;
}
.contact-policy__label span a:active {
  color: #438E32;
  text-decoration: none;
}
.contact-policy__label input:checked + b {
  background-image: url("../img/policy-2.svg");
}

.home-steps .steps-item {
  background: #fff !important;
}
.home-steps .steps-item:hover {
  background: transparent !important;
}
.home-steps .steps-item__number, .home-steps .steps-item__text, .home-steps .steps-item__bottom {
  position: relative;
  z-index: 3;
}

.modal {
  opacity: 1;
}
.modal-list {
  padding: 16px;
}
.modal-overlay {
  opacity: 0.6;
  background: #1C1C1C;
}
.modal-close {
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #F6F6F6;
  width: 46px;
  height: 46px;
}
.modal-close:hover {
  background: #e7e5e5;
}
.modal-container {
  text-align: left;
  padding: 60px 70px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 80px 0px rgba(68, 68, 68, 0.12), 0px 0.501px 10px 0px rgba(68, 68, 68, 0.06), 0px 0.2px 3.5px 0px rgba(68, 68, 68, 0.04);
          box-shadow: 0px 4px 80px 0px rgba(68, 68, 68, 0.12), 0px 0.501px 10px 0px rgba(68, 68, 68, 0.06), 0px 0.2px 3.5px 0px rgba(68, 68, 68, 0.04);
  width: 1020px;
  max-width: 100%;
}
.modal .contact-form__block {
  width: 33.333%;
}

.home-reviews__list {
  margin-top: -20px;
}
.home-reviews__block {
  margin-top: 20px;
  width: 480px;
}
.home-reviews__block .reviews-item {
  width: 100%;
  margin: 0;
}
.home-reviews__block:nth-child(3), .home-reviews__block:nth-child(2) {
  width: 680px;
}
.home-reviews__item {
  background-image: url("../img/r-bg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
}
.home-reviews__item-title {
  margin-bottom: 50px;
}
.home-reviews__item-btn {
  width: 200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  display: none;
}
.search-top {
  padding: 40px;
  background: #F6F6F6;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 4px 80px 0px rgba(68, 68, 68, 0.12), 0px 0.501px 10px 0px rgba(68, 68, 68, 0.06), 0px 0.2px 3.5px 0px rgba(68, 68, 68, 0.04);
          box-shadow: 0px 4px 80px 0px rgba(68, 68, 68, 0.12), 0px 0.501px 10px 0px rgba(68, 68, 68, 0.06), 0px 0.2px 3.5px 0px rgba(68, 68, 68, 0.04);
}
.search-button {
  visibility: hidden;
  display: none;
}
.search-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  opacity: 0.6;
}
.search-input {
  width: 680px;
}
.search-input::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
  top: calc(50% - 12px);
}
.search .contact-form__input-item {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: none;
  padding-left: 50px;
  font-size: 15px;
}
.search-close {
  margin-left: 20px;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 10px;
  background: #fff;
}
.search-close:hover {
  background: #5FAC4E;
}
.search-close:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.search-content {
  padding: 176px 0 24px;
  background: #F6F6F6;
  height: 100%;
  position: relative;
  z-index: 3;
  overflow-y: auto;
}
.search-title {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.search-title span {
  color: #333;
}
.search-wrapper {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
.search-item {
  margin-top: 10px;
  padding: 30px 106px 30px 30px;
}
.search-item:first-child {
  margin-top: 0;
}
.search-item__content {
  position: relative;
}
.search-item__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.search-item__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-link {
  margin: 10px 4px 0;
  padding: 7px 19px;
  border-radius: 50px;
  border: 1px solid #D1D1D1;
  background: #F6F6F6;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.search-link:hover {
  background: #5FAC4E;
  color: #fff;
}
.search-links {
  margin-top: -10px;
}
.search-bold {
  margin-top: 100px;
}
.search-input__clear {
  z-index: 3;
  top: calc(50% - 12px);
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../img/clear.svg");
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 4;
}
.search-input__clear.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border-top: 90px solid #F6F6F6;
  z-index: 19;
}
.mobile-menu__container {
  padding-top: 20px !important;
  padding-bottom: 24px !important;
}
.mobile-menu__btn {
  height: 46px;
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  background: #F6F6F6;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.mobile-menu__contact {
  padding-top: 24px;
}
.mobile-menu__contact-item {
  margin-top: 16px;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
.mobile-menu__address {
  margin: 40px 0;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
.mobile-menu__soc-item {
  margin-right: 16px;
}
.mobile-menu__nav {
  padding: 0;
  margin: 0;
}
.mobile-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu__nav ul li {
  display: block;
}
.mobile-menu__nav ul li ul {
  display: none;
}
.mobile-menu__nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 16px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.mobile-menu__nav ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../img/btn-arrow-2.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}

.home-blog .h5 {
  font-size: 16px;
}
.home-blog__btn {
  right: 0;
  top: 0;
  position: absolute;
}
.home-blog__title {
  height: 56px;
}

.home-steps__top {
  width: calc(33.333% - 10px);
}
.home-steps .steps-item {
  border: none;
  background: #fff;
}

.home-green__wrapper {
  margin: 0 -60px;
  background-image: url("../img/bg-green.png");
  background-size: cover;
  background-position: center;
  padding: 80px 60px;
}
.home-green__text {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #F6F6F6;
  background: #fff;
  margin-bottom: 10px;
}
.home-green__left {
  width: 380px;
}
.home-green__right {
  width: 668px;
}
.home-green__title {
  width: 480px;
}
.home-green__dash {
  top: 180px;
  left: calc(100% + 24px);
}
.home-green__btn span {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  height: 56px;
  width: calc(100% - 56px);
  background: #fff;
  border-radius: 10px;
}
.home-green__btn b {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #fff;
}
.home-green__item:first-child {
  width: 354px;
  min-width: 354px;
  margin-right: 46px;
  position: relative;
}
.home-green__item-number {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.home-green__arrow {
  top: 24px;
  left: 75px;
}

.home-results__list {
  margin-top: -20px;
}
.home-results__block {
  margin-top: 20px;
  width: 50%;
}
.home-results__block:nth-child(1) .results-item, .home-results__block:nth-child(2) .results-item {
  min-height: auto;
}
.home-results__block:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.home-results__block:nth-child(3), .home-results__block:nth-child(5) {
  width: 25%;
}
.home-results__text {
  padding: 60px 40px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.9px;
  background-image: url("../img/blockquote.png");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  margin-bottom: 20px;
}
.home-results__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 260px;
  margin-top: 20px;
  border-radius: 16px;
}
.home-results__bottom {
  min-height: 100%;
  padding: 30px;
  background-image: url("../img/bg-green-2.png");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.home-results__btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.home-results__mobile {
  display: none;
}

.integrator-title {
  width: 500px;
  margin-bottom: 28px;
}
.integrator-subtitle {
  margin-top: 32px;
  margin-bottom: 40px;
  width: 500px;
}
.integrator-block {
  width: 50%;
}
.integrator-gallery {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.integrator-gallery__img {
  width: calc(50% - 10px);
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.integrator-item {
  padding: 40px;
  background: #fff;
  border-radius: 16px;
}
.integrator-item span {
  width: 56px;
  height: 56px;
  font-size: 14px;
  color: #5FAC4E;
  margin-left: -24px;
  min-width: 56px;
  background-image: url("../img/integrator-border-1.svg");
}
.integrator-item span.active {
  background-image: url("../img/integrator-border-2.svg");
}

.main-links__flex {
  overflow-x: auto;
}
.main-links__flex::-webkit-scrollbar {
  display: none;
}
.main-links__item {
  white-space: nowrap;
  margin-right: 22px;
  padding: 16px 38px;
  border-radius: 50px;
  background: #fff;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

a.main-links__item:hover {
  background: #5FAC4E;
  color: #fff;
}

.main {
  padding-top: 90px;
}
.main-box {
  padding: 40px 40px 88px;
  height: 620px;
  width: 100%;
}
.main-slider {
  margin: 0 -40px;
}
.main-title {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1.92px;
  margin-top: auto;
  width: 800px;
  max-width: 100%;
}
.main-title span {
  display: block;
  font-size: 50px;
  color: #6CD655;
}
.main-img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 20px;
}
.main-top__text {
  color: #D1D1D1;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  margin-left: 20px;
}
.main .steps-item__number {
  margin: 0;
}
.main .steps-item__number span {
  background: url("../img/main-border.svg");
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-left: -15px;
  font-size: 14px;
  color: #757575;
  padding-bottom: 1px;
}
.main .steps-item__number span:last-child {
  margin-left: 0;
}
.main .steps-item__number span img {
  margin-bottom: 2px;
}
.main .steps-item__number span.active {
  background-image: url("../img/main-border-active.svg");
}
.main-btnBox {
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background: #F6F6F6;
  bottom: 0;
  right: 100px;
  z-index: 3;
}
.main .home-green__btn {
  margin: 0;
  width: 240px;
}
.main .home-green__btn span, .main .home-green__btn b {
  background: #5FAC4E;
  color: #fff;
}
.main .home-green__btn b img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.main-links__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.main-links__slider .main-links__item {
  white-space: nowrap;
}
.main-links__slider .swiper-slide {
  width: auto !important;
  margin-right: 22px;
}

.main-title {
  width: 100%;
}
.main-title b {
  font-weight: 300;
  display: block;
}

.contact-form {
  position: relative;
}
.contact-form__position {
  left: 0;
  top: -100px;
  position: absolute;
  width: 100%;
  height: 1px;
}

.footer-back {
  position: absolute;
  left: calc(100% + 40px);
  bottom: 0;
  z-index: 3;
}

.footer-copy {
  margin-bottom: 0;
  font-weight: 300;
  color: #D1D1D1;
}

.steps-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.tabs-content {
  display: none;
}
.tabs-content:first-child {
  display: block;
}

.steps-item__number-active {
  width: 56px;
  height: 56px;
  font-size: 14px;
  color: #5FAC4E;
  min-width: 56px;
  background-image: url("../img/integrator-border-2.svg");
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.steps-item__number-active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.steps-item__number-active img {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.active-1 .steps-item__number-active img:nth-child(1) {
  opacity: 1;
}

.active-2 .steps-item__number-active {
  left: 32px;
}
.active-2 .steps-item__number-active img:nth-child(2) {
  opacity: 1;
}

.active-3 .steps-item__number-active {
  left: 64px;
}
.active-3 .steps-item__number-active img:nth-child(3) {
  opacity: 1;
}

.active-4 .steps-item__number-active {
  left: 96px;
}
.active-4 .steps-item__number-active img:nth-child(4) {
  opacity: 1;
}

.active-5 .steps-item__number-active {
  left: 128px;
}
.active-5 .steps-item__number-active img:nth-child(5) {
  opacity: 1;
}

.active-6 .steps-item__number-active {
  left: 160px;
}
.active-6 .steps-item__number-active img:nth-child(6) {
  opacity: 1;
}

.active-7 .steps-item__number-active {
  left: 192px;
}
.active-7 .steps-item__number-active img:nth-child(7) {
  opacity: 1;
}

.steps-item__number-wrapper {
  position: relative;
}

.footer-soc__item, .footer-back {
  border-radius: 8px;
  background: #F6F6F6;
  width: 46px;
  height: 46px;
}

.header-burger img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-burger:active {
  background: #438E32;
}
.header-burger:active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header-link img, .footer-soc__item img, .footer-back img, .back-arrow img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-link:hover, .footer-soc__item:hover, .footer-back:hover, .back-arrow:hover {
  background: #5FAC4E;
}
.header-link:hover img, .footer-soc__item:hover img, .footer-back:hover img, .back-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-link:active, .footer-soc__item:active, .footer-back:active, .back-arrow:active {
  background: #438E32;
}
.header-link:active img, .footer-soc__item:active img, .footer-back:active img, .back-arrow:active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header-btn:hover, a.footer-btn:hover {
  background: #5FAC4E;
  color: #fff;
}
.header-btn:active, a.footer-btn:active {
  background: #438E32;
  color: #fff;
}

.main .home-green__btn span, .main .home-green__btn b {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main .home-green__btn:hover span, .main .home-green__btn:hover b {
  background: #438E32;
}
.main .home-green__btn:active span, .main .home-green__btn:active b {
  background: #5FAC4E;
}

.footer-copy {
  margin: 0;
}

.search .contact-form__input-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-form__input-item {
  color: #1C1C1C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-form__input-item:hover, .contact-form__input-item:focus {
  border-color: #5FAC4E;
  -webkit-box-shadow: 0px 4px 80px 0px rgba(68, 68, 68, 0.12), 0px 0.501px 10px 0px rgba(68, 68, 68, 0.06), 0px 0.2px 3.5px 0px rgba(68, 68, 68, 0.04);
          box-shadow: 0px 4px 80px 0px rgba(68, 68, 68, 0.12), 0px 0.501px 10px 0px rgba(68, 68, 68, 0.06), 0px 0.2px 3.5px 0px rgba(68, 68, 68, 0.04);
}

.contact-btn.disabled {
  pointer-events: none;
  border-radius: 12px;
  background: #F6F6F6;
  color: #D1D1D1;
}
.contact-btn.disabled::after {
  -webkit-filter: none;
          filter: none;
  opacity: 0.2;
}

.results-item__text li {
  line-height: 20px;
}

.results-item__text li {
  margin-top: 5px;
}
.results-item__text li:first-child {
  margin-top: 0;
}

.home-results__btn {
  margin-top: 20px;
}

.home-green__btn span, .home-green__btn b {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-green__btn:hover span, .home-green__btn:hover b {
  color: #fff;
  background: #438E32;
}
.home-green__btn:hover b img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.home-green__btn:active span, .home-green__btn:active b {
  color: #fff;
  background: #5FAC4E;
}
.home-green__btn:active b img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.projects-item__top-cat {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
}

.home-green__wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.results-item__text li {
  line-height: 120%;
  font-size: 16px;
  font-weight: 300;
}

.pagination a:hover {
  background: #438E32;
  color: #fff;
}

.pagination a:active {
  background: #5FAC4E;
  color: #fff;
}

.pagination a.prev::before, .pagination span.prev::before, .pagination a.next::before, .pagination span.next::before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination a.prev:hover, .pagination span.prev:hover, .pagination a.next:hover, .pagination span.next:hover {
  background: #438E32;
}
.pagination a.prev:hover::before, .pagination span.prev:hover::before, .pagination a.next:hover::before, .pagination span.next:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pagination a.prev:active, .pagination span.prev:active, .pagination a.next:active, .pagination span.next:active {
  background: #5FAC4E;
}
.pagination a.prev:active::before, .pagination span.prev:active::before, .pagination a.next:active::before, .pagination span.next:active::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.solutions-article__item:hover {
  border-color: #5FAC4E;
  background: #5FAC4E;
  color: #fff;
}
.solutions-article__item:active {
  border-color: #438E32;
  background: #438E32;
  color: #fff;
}

.article-content {
  /*width: 880px;*/
  max-width: 100%;
}

.industry-len .industry-block:nth-child(1) .steps-item__bottom {
  -webkit-line-clamp: 4;
}
.industry-len .industry-block:nth-child(2) .steps-item__bottom {
  -webkit-line-clamp: 6;
}

.footer a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer a:hover {
  color: #5FAC4E;
  text-decoration: none;
}
.footer a:active {
  color: #438E32;
  text-decoration: none;
}
.footer a.footer-btn:hover {
  color: #fff;
}
.footer a.footer-btn:active {
  color: #fff;
}

.results-item__small {
  margin-bottom: 10px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  padding-left: 10px;
}

.projects-slider__pagination {
  display: flex;
  justify-content: center;
}

.home-results__btn:hover, .home-reviews__item-btn:hover {
  background: #5FAC4E;
}
.home-results__btn:active, .home-reviews__item-btn:active {
  background: #438E32;
}

.solutions-article__item {
  pointer-events: none;
}

.home-reviews__item-btn, .home-results__btn {
  border: 1px solid transparent;
}
.home-reviews__item-btn:hover, .home-results__btn:hover {
  border-color: #fff;
}

.projects-item__wrapper .projects-item__top, .projects-item__wrapper .projects-item__name, .projects-item__wrapper .projects-item__bottom {
  position: relative;
  z-index: 5;
}

.projects-item:hover .hover-bg {
  background: transparent;
}
.projects-item:hover .hover-bg__btn {
  opacity: 1;
}

@media (min-width: 1301px) {
  .header .container {
    width: 1250px;
  }
  .mobile-menu {
    display: none !important;
  }
  .article-content blockquote {
    min-width: 1180px !important;
  }
}
@media (min-width: 993px) {
  .home-steps .slider-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-steps .slider-block {
    min-height: 280px;
  }
  .home-steps .slider-block:first-child {
    margin-left: 33.333%;
  }
  .home-steps__top {
    margin-bottom: -300px;
    height: 280px;
  }
  .article-content blockquote {
    min-width: 960px;
  }
}
@media (min-width: 577px) {
  .slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-block {
    padding: 0 10px;
    margin-top: 20px;
    width: 33.333%;
  }
  .blog-item__img {
    height: 260px;
  }
  .slider-block.w-100 {
    width: 100% !important;
  }
}
@media (max-width: 1400px) {
  .footer-back {
    left: calc(100% + 10px);
  }
}
@media (max-width: 1300px) {
  .container {
    width: 960px;
  }
  .footer-back {
    display: none;
  }
  .steps-item {
    padding: 23px;
  }
  .partners-block {
    width: 33.333%;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .header-lang {
    display: none;
  }
  .mobile-menu .header-lang {
    display: flex;
    margin-top: 18px;
    width: auto;
  }
  .mobile-menu .header-lang__item {
    display: flex;
    padding: 0 20px;
    margin: 0;
  }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-left: 20px;
    border-radius: 10px;
    background: #F6F6F6;
  }
  .header-link {
    margin-right: 0;
    margin-left: 10px;
    background: transparent !important;
  }
  .header-logo {
    margin-right: auto;
    width: 110px;
  }
  .header-wrapper {
    padding: 7px 10px;
  }
  .footer-right {
    width: calc(100% - 520px);
  }
  .footer-left {
    width: 500px;
  }
  .project-slider__arrow {
    display: none;
  }
  .project-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-reviews__block {
    width: calc(50% - 10px) !important;
  }
  .home-green {
    display: none;
  }
  .home-results__block:nth-child(3), .home-results__block:nth-child(5) {
    width: 50%;
  }
  .home-results__block:last-child {
    width: 100%;
  }
  .main-links__container {
    width: 100% !important;
    padding: 0 !important;
  }
  .main-links__flex {
    padding-left: 16px;
  }
  .main-box {
    height: 425px;
    padding: 30px 16px 100px;
    overflow: hidden;
  }
  .main-slider {
    margin: 0;
  }
  .main-title {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.9px;
    font-weight: 300;
    margin-top: 80px;
    width: 600px;
  }
  .main-title span {
    color: #6CD655;
    font-size: 40px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
    margin-bottom: 5px;
  }
  .main-title b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .main-btnBox {
    right: -24px;
    padding-right: 24px;
    bottom: -20px;
  }
}
@media (max-width: 992px) {
  .container, .search-wrapper {
    width: 730px;
  }
  .home-results__block {
    width: 100% !important;
  }
  .home-results__img, .home-results__text, .home-results__block:last-child {
    display: none;
  }
  .home-results {
    padding-bottom: 0 !important;
  }
  .home-results__mobile {
    margin: 40px auto 0;
    width: 200px !important;
    padding: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home-results__block:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .partners-block {
    width: 50%;
  }
  .mobile-text-20 {
    font-size: 20px;
    line-height: 120%;
  }
  .mobile-text-18 {
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
  }
  .mobile-text-16 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
  }
  .mobile-text-15 {
    font-size: 15px;
    line-height: 120%;
  }
  .mobile-text-14 {
    font-size: 14px;
    line-height: 120%;
  }
  .mobile-h1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
    letter-spacing: -1.92px;
  }
  .mobile-h2 {
    font-size: 38px;
    line-height: 100%;
    font-weight: 300;
    letter-spacing: -1.14px;
  }
  .mobile-h3 {
    font-size: 34px;
    line-height: 100%;
    font-weight: 300;
    letter-spacing: -1.02px;
  }
  .mobile-h4 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
    letter-spacing: -0.9px;
  }
  .mobile-h5 {
    font-size: 24px;
    line-height: 120%;
    font-weight: normal;
  }
  .mobile-pt-100 {
    padding-top: 100px;
  }
  .mobile-pb-100 {
    padding-bottom: 100px;
  }
  .mobile-pt-80 {
    padding-top: 80px;
  }
  .mobile-pb-80 {
    padding-bottom: 80px;
  }
  .mobile-pt-60 {
    padding-top: 60px;
  }
  .mobile-pb-60 {
    padding-bottom: 60px;
  }
  .mobile-mb-60 {
    margin-bottom: 60px;
  }
  .mobile-mt-60 {
    margin-top: 60px;
  }
  .mobile-mb-80 {
    margin-bottom: 80px;
  }
  .mobile-mt-80 {
    margin-top: 80px;
  }
  .mobile-mb-40 {
    margin-bottom: 40px;
  }
  .mobile-mt-40 {
    margin-top: 40px;
  }
  .mobile-mb-20 {
    margin-bottom: 20px;
  }
  .mobile-mt-20 {
    margin-top: 20px;
  }
  .breadcrumbs {
    padding-bottom: 40px;
  }
  .about-img {
    height: 360px;
  }
  .slider-block {
    width: 50%;
  }
  .links-item {
    height: 34px;
    padding: 0 16px;
    border-radius: 50px;
    font-size: 15px;
  }
  .mobile-mb-30 {
    margin-bottom: 30px;
  }
  .mobile-mt-30 {
    margin-top: 30px;
  }
  .article-content {
    font-size: 16px;
    line-height: 120%;
  }
  .blog-block {
    width: 50%;
  }
  .hover-bg {
    background: transparent;
  }
  .hover-bg .hover-bg__btn {
    opacity: 1;
  }
  .blog-item {
    padding-bottom: 74px;
  }
  .article-img {
    height: 360px;
    padding: 20px;
  }
  .tab-links .links-item {
    height: auto;
    padding: 8px 16px;
    white-space: normal;
    max-width: 100%;
    min-height: 34px;
  }
  .dots-title {
    padding: 0;
  }
  .dots-title::before {
    display: none;
  }
  .projects-item {
    padding: 20px;
    height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects-item__wrapper {
    width: 100%;
    margin-top: auto;
    height: auto;
    padding: 30px;
    display: block;
    min-height: auto;
  }
  .projects-item__name {
    margin-bottom: 0;
  }
  .projects-item__bottom {
    display: none;
  }
  .solutions-article__img {
    height: 360px;
  }
  .pays-item {
    min-height: 20px;
    padding: 24px 30px;
    display: block;
  }
  .pays-item__left {
    width: 100%;
  }
  .pays-item__right {
    width: 100%;
    margin-top: 10px;
  }
  .reviews-item {
    width: 100%;
  }
  .footer {
    border-radius: 40px 40px 0px 0px;
    padding: 60px 0 45px;
  }
  .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-logo {
    width: 110px;
    margin-bottom: 11px;
  }
  .footer-text {
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
  }
  .footer-navs, .footer-nav {
    display: none;
  }
  .footer-item {
    margin: 40px 0 0;
  }
  .footer-item__title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    margin: 0;
  }
  .footer-item__content {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 120%;
  }
  .footer-item__content span {
    display: none;
  }
  .footer-item__content a {
    display: block;
    margin: 16px 0 0 0;
  }
  .footer-soc {
    margin: 40px 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-btn {
    margin: 0 0 40px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-policy {
    margin: 0;
    font-size: 15px;
  }
  .footer-copy {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 120%;
  }
  .footer-right {
    width: 100%;
  }
  .footer-left {
    width: 100%;
  }
  .footer-list {
    display: block;
  }
  .footer-mobile {
    display: block;
    margin: 40px 0 0 0;
  }
  .footer-mobile__nav {
    padding: 0;
    margin: 0;
  }
  .footer-mobile__nav ul {
    padding: 4px 0 0 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-mobile__nav ul li {
    display: block;
    width: calc(50% - 6px);
    margin-top: 16px;
  }
  .footer-mobile__nav ul li a {
    text-decoration: none;
    outline: none;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
  }
  .footer-mobile__nav ul li a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .results-block {
    width: 100%;
  }
  .results-item__title {
    font-size: 20px;
    line-height: 120%;
  }
  .results-item__wrapper {
    width: 440px;
    max-width: 100%;
  }
  .industry-block {
    width: 50%;
  }
  .article-content blockquote {
    padding: 50px 30px;
    font-size: 20px;
    line-height: 120%;
  }
  .contact-map {
    height: 360px;
  }
  .contact-info__img {
    width: calc(50% - 10px);
  }
  .contact-info__text {
    padding: 60px 30px 55px;
  }
  .contact-info__left {
    width: calc(50% - 10px);
  }
  .contact-form {
    padding: 80px 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-form__flex {
    margin-left: -6px;
    margin-right: -6px;
  }
  .contact-form__flex-block {
    padding-left: 6px;
    padding-right: 6px;
  }
  .contact-form__block {
    width: 100%;
  }
  .home-reviews__title {
    display: none;
  }
  .home-reviews__item {
    padding: 60px 40px 64px;
  }
  .home-reviews__block {
    width: 100% !important;
    display: none;
  }
  .home-reviews__block:last-child {
    display: block;
  }
  .search-content {
    padding-top: 0;
  }
  .search-overlay {
    display: none;
  }
  .search {
    overflow-y: auto;
    background: #F6F6F6;
  }
  .search-top {
    position: static;
    transform: none;
    padding: 20px 16px 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-top__title {
    display: block;
    width: calc(100% - 46px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .search-input__clear,
  .search-input::before {
    top: 15px;
  }
  .search-button {
    display: inline-flex;
    visibility: visible;
    margin-top: 10px;
  }
  .search-close {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
  .search-content {
    height: auto;
    overflow: visible;
  }
  .search-input {
    width: 100%;
    margin-top: 32px;
  }
  .search-item {
    padding: 30px;
  }
  .search-item__text {
    width: calc(100% - 60px);
    font-size: 15px;
    line-height: 120%;
  }
  .search-item__title {
    line-height: 30px;
    min-height: 60px;
  }
  .header-burger.active img {
    display: none;
  }
  .header-burger.active img:last-child {
    display: block;
  }
  .home-steps__top {
    width: 100%;
  }
  .home-steps__text {
    margin-bottom: 40px;
  }
  .integrator-block {
    width: 100%;
  }
  .integrator-block:last-child {
    display: none;
  }
  .integrator-subtitle {
    margin-top: 0;
  }
  .integrator-item {
    padding: 40px 30px 66px;
  }
  .integrator-item__text {
    margin-top: 30px;
  }
  .main-links__slider .swiper-slide {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .container, .search-wrapper {
    width: 540px;
  }
  .home-steps__title {
    margin-bottom: 40px;
  }
  .home-steps .steps-item__bottom {
    display: block;
  }
  .home-steps__text {
    display: none;
  }
  .blog-item__img {
    height: 240px;
  }
  .btn {
    padding: 0;
    width: 100%;
    font-size: 15px;
  }
  .main-title {
    font-size: 20px;
    font-weight: 400;
  }
  .main-title .t {
    font-size: 30px;
  }
  .article-whiteBtn {
    margin-top: 20px;
    margin-left: 0;
  }
  .reviews-item {
    padding: 30px;
  }
  .steps-item__bottom {
    display: none;
  }
  .mobile-text-center {
    text-align: center;
  }
  .contact-info__img {
    width: 100%;
    margin-top: 80px;
    height: 360px;
  }
  .contact-info__left {
    width: 100%;
  }
  .modal-container {
    padding: 80px 16px;
    border-radius: 0;
  }
  .modal-list {
    padding: 0;
  }
  .modal-close {
    right: 16px;
    top: 16px;
  }
  .modal .contact-form__block {
    width: 100%;
  }
  .search-bold {
    margin-top: 60px;
  }
  .search-title span {
    display: block;
  }
  .home-blog__btn {
    position: static;
    margin: 40px auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
  }
  .home-blog__title {
    display: block;
    height: auto;
  }
  .main-links__item {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .blog-block {
    width: 100%;
  }
  .results-item__small {
    display: none;
  }
  .industry-block {
    width: 100%;
  }
  .projects-slider .slider-block {
    margin-top: 0;
  }
  .container, .search-wrapper {
    width: 100%;
    padding: 0 16px;
  }
  .contact-form {
    margin-left: -16px;
    width: calc(100% + 32px);
    border-radius: 0;
  }
  .links {
    margin-right: -10px;
  }
  .slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-item__wrapper {
    max-width: calc(100% - 60px);
  }
  .solutions-article__item {
    padding: 0 25px;
  }
  .solutions-article__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 16px;
  }
  .solutions-article__items::-webkit-scrollbar {
    display: none;
  }
  .solutions-article__item {
    white-space: nowrap;
  }
  .partners-block {
    width: 100%;
  }
  .tabs {
    display: block;
    padding: 24px 24px 14px;
    text-align: center;
  }
  .tab {
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 18px;
    display: block;
  }
  .reviews-item {
    padding: 30px;
  }
  .reviews-item__name {
    margin: 20px 0;
  }
  .reviews-item__top {
    display: block;
  }
  .reviews-item__text {
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    -webkit-line-clamp: 8;
  }
  .reviews-item .blog-item__date {
    position: static;
    margin-top: 25px;
  }
  .results-item {
    padding: 30px;
    min-height: 300px;
  }
  .results-item__text, .results-item__subtitle {
    display: none;
  }
  .results-item__title {
    margin: 20px 0 0 0;
    padding-right: 60px;
    padding-left: 0;
  }
  .results-item__img {
    width: 120px;
    margin: 0;
  }
  .results-item__number {
    font-size: 20px;
  }
  .main-slider {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .main-top {
    display: block;
  }
  .main-top__text {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .main-img {
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  .pagination a, .pagination span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin: 0 2px;
    font-size: 16px;
  }
  .pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .pagination a.prev {
    margin-right: auto;
  }
  .pagination a.next {
    margin-left: auto;
  }
  .blog-item__text {
    font-size: 16px;
  }
  .main-title span {
    font-size: 42px;
  }
  .solutions-article__title {
    font-size: 30px;
  }
  .header-burger {
    margin-left: 10px;
  }
  .header-burger, .header-link {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .results-item__title {
    font-size: 18px;
  }
  .article-content blockquote {
    padding: 40px 20px;
    font-size: 18px;
    line-height: 120%;
  }
  .contact-info__text {
    padding: 40px 20px;
    font-size: 20px;
  }
  .integrator-item__text {
    font-size: 16px;
  }
}
