
body,
main {
  font-family: "__Rubik_784dfb", "__Rubik_Fallback_784dfb";
}

.App {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 86px;
}
.app-footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--background);
}
.cookies-banner {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #eaedf1;
  -webkit-box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  box-shadow: 0px 4px 10px rgba(13, 38, 72, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translatey(1e3px);
  -moz-transform: translatey(1e3px);
  -ms-transform: translatey(1e3px);
  -o-transform: translatey(1e3px);
  transform: translatey(1e3px);
}
.cookies-text,
.cookies-text a {
  color: var(--primary-color);
}
.cookies-text a {
  text-decoration: underline;
}
.cookies-image-desktop {
  margin-right: 20px;
}
.cookies-banner.visible {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
}
.cookies-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}
.cookies-text img {
  margin-right: 20px;
}
.close-cookies-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.scrollable {
  scroll-margin-top: 85px;
}
@media only screen and (max-width: 1279px) {
  .App {
    padding-top: 90px;
  }
  .scrollable {
    scroll-margin-top: 89px;
  }
  .app-footer {
    width: 100%;
  }
  .cookies-banner {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tablet-br-tag {
    display: unset;
  }
}
@media only screen and (max-width: 767px) {
  .App {
    padding-top: 68px;
  }
  .scrollable {
    scroll-margin-top: 67px;
  }
  .tablet-br-tag {
    display: none;
  }
  .cookies-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    left: 0;
    width: 100% !important;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .close-icon-container {
    padding-bottom: 100px;
  }
  .cookies-text .text {
    height: 100%;
    padding-right: 40px;
  }
  .close-icon-container {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cookies-banner {
    display: grid;
    grid-template-columns: auto 20px;
  }
}

  .header-menu__container {
    width: 100%;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    top: 0px;
    z-index: 115;
    background-color: var(--background);
  }
  .header-menu__container.with-animation {
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
  }
  .header-menu__logo {
    width: 128px;
    height: auto;
  }
  .header-menu__burger-localization {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: auto;
  }
  /* .header-menu__links {
    display: none;
  } */
  .header-menu__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media only screen and (min-width: 767px) {
    .header-menu__logo {
      width: 146px;
    }
    .header-menu__links {
      display: block;
    }
    .header-menu__wrapper {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .burger {
      width: 50px;
      height: 50px;
    }
    .header-menu__container {
      height: 90px;
    }
  }
  @media only screen and (min-width: 1279px) {
    .header-menu__container {
      height: 86px;
      padding: 0;
    }
    .header-menu__links {
      display: block;
    }
    .header-menu__wrapper {
      width: 100%;
      max-width: 1160px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767px) {
    .burger {
      width: 44px;
      height: 44px;
    }
  }


  .menu__container {
    width: auto;
    letter-spacing: 0;
    color: transparent;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .menu__container > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 32px 0 26px;
    color: var(--primary-text-color);
    border-bottom: 1px solid transparent;
    margin: 0;
  }
  .menu__container .menu__item:not(:first-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 32px 0 26px;
    margin-left: 30px;
    border-bottom: 1px solid transparent;
  }
  .menu-button {
    margin: auto 0;
    font-weight: 700;
  }
  .menu__item-title {
    position: relative;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
  .menu__container li a {
    padding-bottom: 7px;
  }
  .menu__container > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--secondary-color);
    height: 3px;
    width: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .menu__container > ul > li > a:hover:before {
    width: 78%;
  }
  .menu__container > ul > li > a.active-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--secondary-color);
    height: 3px;
    width: 78%;
  }

  @media only screen and (min-width: 320px) and (max-width: 1279px) {
    .menu__container > ul {
      display: none;
    }
  }

  @media only screen and (min-width: 320px) and (max-width: 1279px) {
    .humburger img {
      display: block;
    }
  }


  @media only screen and (min-width: 1279px) {
    .menu__container-list {
      display: block;
    }
    .menu-button {
      margin-left: 30px;
      margin-right: 0;
    }
  }

  .brand-button {
    font-family: var(--font-clash-display);
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    background-color: var(--secondary-color);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 49px;
    min-width: 162px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color.3s, color.3s, border-color.3s;
    -moz-transition: background-color.3s, color.3s, border-color.3s;
    -o-transition: background-color.3s, color.3s, border-color.3s;
    transition: background-color.3s, color.3s, border-color.3s;
    border: none;
    outline: none;
    padding: 14px 28px;
  }
  .brand-button:hover {
    background-color: #ffe29e;
  }
  .brand-button-link {
    display: inline-block;
  }
  @media only screen and (max-width: 767px) {
    .brand-button {
      width: 100%;
      display: none;
    }
  }


  .humburger {
margin: 0;
line-height: 0;
padding: 0;
display: none;
}

.humburger img {
width: 40px;
margin-left: 40px;
height: 40px;
}



.humburger-open {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 20px 30px;
z-index: 9999;
animation: humOpen 0.2s ease-in forwards;
display: none;
}

@keyframes humOpen {
0% {
    transform: translateX(100%);
    opacity: 1;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}


.humburger-closed{
display: none;
}

.humburger-close {
position: fixed;
top: 0;
left: 0; /* Important: stay at left 0 */
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 20px 30px;
z-index: 9999;
animation: humClose 0.22s ease-in forwards; /* speed matching */
}

@keyframes humClose {
0% {
    transform: translateX(0);
    opacity: 1;
}
100% {
    transform: translateX(100%);
    opacity: 1;
}
}


.menu-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
height: 50px;
/* adjust based on your logo */
}

.menu-nav {
margin-top: 80px;
display: flex;
flex-direction: column;
gap: 40px;
text-align: left;
}

.menu-nav a {
text-decoration: none;
font-size: 48px;
font-weight: 900;
color: #1c2628;
}

.menu-nav a:hover {
opacity: 0.7;
}



@media (max-width: 1279px) {

.testimonial-section {
    display: none;
}

.humburger {
    display: block;
}

.humburger-open {
    display: block;
}
}


@media (max-width: 767px) {
.menu-nav a {
    text-decoration: none;
    font-size: 35px;
    font-weight: 800;
    color: #1c2628;
}

.menu-nav {
    gap: 25px;
}
}

@media (max-width: 766px) {
.humburger {
    display: block;
}
}


@media (max-width: 425px) {
section {
    width: unset;
    padding: 50px 0
}

.humburger img {
    width: 35px;
    margin-left: 40px;
}
}

.brand-button {
  font-family: var(--font-clash-display);
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  background-color: var(--secondary-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 49px;
  min-width: 162px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color.3s, color.3s, border-color.3s;
  -moz-transition: background-color.3s, color.3s, border-color.3s;
  -o-transition: background-color.3s, color.3s, border-color.3s;
  transition: background-color.3s, color.3s, border-color.3s;
  border: none;
  outline: none;
  padding: 14px 28px;
}
.brand-button:hover {
  background-color: #ffe29e;
}
.brand-button-link {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .brand-button {
    width: 100%;
  }
}

.company-award-container {
  margin-top: 150px;
  height: 392px;
  background: var(--background-dark-gray);
}
@media only screen and (max-width: 1279px) {
  .company__reviews.reviews-wrapper {
    margin: 0;
  }
  .company__reviews .video-review__name {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .company-award-container {
    margin: 0;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .company-award-container .new-awards__badges-container {
    padding: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.breadcrumbs-wrapper {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 70px;
}
.breadcrumbs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.breadcrumbs-item {
  position: relative;
  text-decoration: initial;
  color: inherit;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding-bottom: 5px;
}
.breadcrumbs-item:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  background: var(--secondary-color);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.breadcrumbs-item:hover {
  color: var(--primary-text-color);
}
.breadcrumbs-item:hover:before {
  width: 100%;
}
.breadcrumbs-divider {
  margin: 0 5px;
  font-size: 13px;
}
.breadcrumbs-divider:last-of-type {
  display: none;
}
.last-item {
  color: var(--secondary-text-light-color);
  pointer-events: none;
}
.last-item:hover {
  color: var(--secondary-text-light-color);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .breadcrumbs-wrapper {
    margin-top: 24px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .breadcrumbs-wrapper.wrapper {
    margin-bottom: 20px;
  }
}

.about-us__header {
  margin-bottom: 50px;
}
.about-us__header-title.section-title {
  margin-bottom: 20px;
}
.about-us__header-description.section-title-description {
  margin-bottom: 20px;
}
.about-us__header-swiper {
  margin-top: 50px;
}
.about-us__header-swiper .review-item {
  background: #eaeaea;
}
.about-us__header-swiper .border-square {
  background-color: var(--background-dark-gray) !important;
}
.about-us__header-swiper .review-item-title,
.about-us__header-swiper .review-item-date,
.about-us__header-swiper .review-item__rating-title {
  color: var(--secondary-text-color);
}
.about-us__header-swiper .services-navigation-item {
  background-image: url("../image/arrowDesktop.svg");
}
.about-us__header-swiper .prev-services-review {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .about-us__header {
    margin-bottom: 100px;
  }
  .about-us__header-swiper .review-item__rating-main {
    border-color: var(--primary-text-color);
  }
  .about-us__header-swiper .services-navigation-item {
    background-image: url("../image/arrowDesktop.svg");
  }
  .about-us__header-swiper .next-services-review {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .about-us__header-swiper .prev-services-review {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1279px) {
  .about-us__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .about-us__header-title.section-title {
    margin-bottom: 20px;
  }
  .about-us__header-content {
    width: 566px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .about-us__header-swiper {
    position: relative;
    top: 26px;
    width: 520px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
  }
}

.section-title {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.section-title-description {
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .section-title {
    text-align: left;
  }
}

.services-reviews-swiper__slide {
  height: initial;
  padding: 4px;
}
.services-reviews-swiper__pagination {
  text-align: center;
  line-height: 24px;
  margin-top: 25px;
}
.services-navigation-item {
  position: absolute;
  width: 14px;
  height: 22px;
  background-repeat: no-repeat;
}
.prev-services-review {
  bottom: 0;
  left: 15px;
  background-image: url("../image/arrowDesktop.svg");
}
.next-services-review {
  bottom: 0;
  right: 15px;
  background-image: url("../image/arrowDesktop.svg");
}
@media only screen and (min-width: 767px) {
.services-reviews-swiper__navigation{
  display: none;
}

}
@media only screen and (min-width: 768px) {
  .services-reviews-swiper__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 25px;
    padding-right: 10px;
  }
  .services-navigation-item {
    position: static;
    width: 40px;
    height: 40px;
  }
  .services-navigation-item:hover {
    cursor: pointer;
  }
  .services-reviews-swiper__pagination {
    display: none;
  }
  .prev-services-review {
    bottom: 0;
    left: 0;
    /* background-image: url("images/arrowDesktopLeft.svg"); */
    margin-right: 15px;
  }
  .next-services-review {
    bottom: -65px;
    right: 0;
    /* background-image: url("images/arrowDesktopRight.svg"); */
  }
}
@media only screen and (min-width: 1279px) {
  .services-reviews-swiper__navigation {
    margin-top: 20px;
    padding-right: 0px;
  }
}

.review-item {
  position: relative;
  background: -webkit-linear-gradient(
      255deg,
      rgba(240, 240, 240, 0.1)-10%,
      rgba(255, 255, 255, 0) 38%
    ),
    rgba(30, 42, 46, 0.46);
  background: -moz-linear-gradient(
      255deg,
      rgba(240, 240, 240, 0.1)-10%,
      rgba(255, 255, 255, 0) 38%
    ),
    rgba(30, 42, 46, 0.46);
  background: -o-linear-gradient(
      255deg,
      rgba(240, 240, 240, 0.1)-10%,
      rgba(255, 255, 255, 0) 38%
    ),
    rgba(30, 42, 46, 0.46);
  background: linear-gradient(
      195deg,
      rgba(240, 240, 240, 0.1)-10%,
      rgba(255, 255, 255, 0) 38%
    ),
    rgba(30, 42, 46, 0.46);
  padding: 20px 18px;
  border: 1px solid;
  /* -webkit-border-image: url("images/borderMobile.svg") 1;
  -moz-border-image: url("images/borderMobile.svg") 1;
  -o-border-image: url("images/borderMobile.svg") 1;
  border-image: url("images/borderMobile.svg") 1; */
  width: 100%;
  height: 100%;
}
.review-item__inner {
  height: 100%;
}
.review-item__content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-item-title,
.review-item-date {
  font-family: var(--roboto-font);
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e7c80;
}
.review-item-title {
  margin-bottom: 12px;
}
.review-item-text {
  font-family: var(--roboto-font);
  line-height: 24px;
  min-height: 72px;
}
.review-item-addinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.review-item__rating {
  display: none;
}
.review-item__rating-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-item__rating-average {
  font-family: var(--roboto-font);
  line-height: 24px;
  letter-spacing: 0.08em;
}
.review-item__rating-stars {
  margin-left: 10px;
}
.star-img {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
.star-img:first-child {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  .review-item {
    /* -webkit-border-image: url("images/borderTablet.svg") 1;
    -moz-border-image: url("images/borderTablet.svg") 1;
    -o-border-image: url("images/borderTablet.svg") 1;
    border-image: url("images/borderTablet.svg") 1; */
    padding: 40px;
    height: 250px;
  }
  .review-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 514px;
  }
  .review-item__content {
    display: block;
  }
  .review-item-text {
    min-height: auto;
    width: 320px;
  }
  .review-item__rating {
    width: 164px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .review-item__rating {
    display: block;
  }
  .review-item__rating-main {
    border-bottom: 1px solid#6e7c80;
    margin-bottom: 10px;
  }
  .review-item__rating-average {
    font-size: 18px;
  }
  .review-item__rating-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .review-item__rating-title {
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #6e7c80;
  }
  .review-item__rating-value {
    line-height: 150%;
    letter-spacing: 0.08em;
  }
  .review-item-addinfo {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1279px) {
  .review-item {
    -webkit-border-image: url("images/borderDesktop.svg") 1;
    -moz-border-image: url("images/borderDesktop.svg") 1;
    -o-border-image: url("images/borderDesktop.svg") 1;
    border-image: url("images/borderDesktop.svg") 1;
  }
  .review-item-text {
    width: 234px;
  }
  .review-item__inner {
    width: 100%;
    margin: 0;
  }
}

.border-square {
  position: absolute;
  border: 1px solid;
}
.border-square:nth-child(1) {
  top: -5px;
  left: -5px;
}
.border-square:nth-child(2) {
  top: -5px;
  right: -5px;
}
.border-square:nth-child(3) {
  bottom: -5px;
  left: -5px;
}
.border-square:nth-child(4) {
  bottom: -5px;
  right: -5px;
}

.company-history {
  padding-bottom: 120px;
}
.company-history p {
  margin: 0;
}
.company-history__container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(auto, 396px) minmax(auto, 664px);
  grid-template-rows: minmax(120px, auto) minmax(104px, auto);
  -webkit-column-gap: 99px;
  -moz-column-gap: 99px;
  column-gap: 99px;
  grid-template-areas: "title-container description" "subtitle description";
}
.company-history__description-container {
  position: relative;
  grid-area: description;
}
.company-history__description-background {
  position: absolute;
  top: 40px;
  left: 0;
  width: 550px;
  height: 460px;
  /* background-image: url("images/companyHistoryBackground.png"); */
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate(-80px, -110px);
  -moz-transform: translate(-80px, -110px);
  -ms-transform: translate(-80px, -110px);
  -o-transform: translate(-80px, -110px);
  transform: translate(-80px, -110px);
  z-index: -1;
}
.company-history__subtitle {
  grid-area: subtitle;
  line-height: 24px;
  padding: 30px 0;
}
.company-history__title-container {
  grid-area: title-container;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.company-history__title {
  -webkit-text-stroke: 1px#747e8b;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}
.company-history__vertical-text {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: var(--font-clash-display);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: end;
  padding-bottom: 20px;
}
.company-history__title-container .brand-tagline {
  line-height: 130%;
}
@media only screen and (max-width: 1279px) {
  .company-history {
    padding-bottom: 100px;
  }
  .company-history__description-container {
    position: static;
  }
  .company-history__description-background {
    width: 380px;
    height: 318px;
    top: 50px;
  }
  .company-history__container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-areas: "description" "title-container" "subtitle";
  }
  .company-history__title-container {
    padding: 30px 0;
  }
  .company-history__subtitle {
    padding: 0;
  }
  .company-history__vertical-text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .company-history__title-container {
    padding: 20px 0;
  }
  .company-history__description-background {
    display: none;
  }
  .company-history {
    padding-bottom: 50px;
  }
}

.brand-tagline {
  font-family: var(--font-clash-display);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--secondary-text-dark-color);
}

.about-us__our-team {
  padding-top: 0;
}
.about-us__our-team-wrapper.wrapper {
  padding-right: 0px;
}
.our-team-navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.our-team-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
}
.our-team-nav_arrow {
  /* background-image: url("images/arrowMobile.svg"); */
  width: 14px;
  height: 22px;
}
.our-team-nav_prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  cursor: pointer;
}
.our-team-nav_next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  cursor: pointer;
}
.our-team-slider {
  width: 100%;
  height: auto;
  max-height: 274px;
}
.team-mate-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 188px;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-mate-pic {
  position: relative;
}
.team-mates-container {
  width: auto;
}
.our-team-teammate-name {
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--primary-text-color);
  margin-top: 8px;
  white-space: nowrap;
}
.our-team-teammate-role {
  line-height: 19px;
  text-align: center;
  color: var(--primary-text-color);
  margin-top: 4px;
}
.our-team-teammate-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.our-team-teammate-socials-item:not(:first-child) {
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  .about-us__our-team-wrapper.wrapper {
    padding-right: 30px;
  }
  .our-team-navigation {
    padding: 0;
  }
  .our-team-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .our-team-nav_arrow {
    /* background-image: url("images/arrowDesktop.svg"); */
    width: 40px;
    height: 40px;
  }
  .our-team-nav_prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-right: 15px;
  }
  .our-team-nav_next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media only screen and (min-width: 1279px) {
  .about-us__our-team-wrapper.wrapper {
    padding-right: 20px;
  }
}

.about-us-stack {
  background-color: var(--primary-text-color);
  color: var(--background);
}
.about-us-stack__title {
  margin-bottom: 24px;
}
.about-us-stack__languages {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, auto);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-us-stack__languages-description {
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-text-color);
  margin: 0 0 20px;
}
.about-us-stack__specialists-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 150px;
}
.about-us-stack__specialists-count {
  text-transform: uppercase;
  max-width: 380px;
}
.about-us-stack__specialists-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-stack__specialists-percent-item {
  position: relative;
  padding: 20px 30px;
  border: 1px solid var(--secondary-color);
  margin-right: 56px;
}
.about-us-stack__specialists-percent-item:last-child {
  margin-right: 0;
}
.about-us-stack__specialists-percent-item-content {
  color: var(--secondary-color);
}
.about-us-stack__specialists-cursor {
  position: absolute;
  z-index: 1;
}
.specialists-cursor-senior {
  width: 142px;
  height: 60px;
  -webkit-animation: senior-anim 8s linear infinite;
  -moz-animation: senior-anim 8s linear infinite;
  -o-animation: senior-anim 8s linear infinite;
  animation: senior-anim 8s linear infinite;
}
.specialists-cursor-middle {
  width: 142px;
  height: 76px;
  -webkit-animation: middle-anim 8s linear infinite;
  -moz-animation: middle-anim 8s linear infinite;
  -o-animation: middle-anim 8s linear infinite;
  animation: middle-anim 8s linear infinite;
}
.specialists-cursor-junior {
  width: 142px;
  height: 76px;
  -webkit-animation: junior-anim 8s linear infinite;
  -moz-animation: junior-anim 8s linear infinite;
  -o-animation: junior-anim 8s linear infinite;
  animation: junior-anim 8s linear infinite;
}
@-webkit-keyframes senior-anim {
  0% {
    top: -40%;
    left: -60%;
  }
  30% {
    top: -20%;
    left: 0%;
  }
  45% {
    top: 0%;
    left: 0%;
  }
  80% {
    top: 10%;
    left: -50%;
  }
  100% {
    top: -40%;
    left: -60%;
  }
}
@-moz-keyframes senior-anim {
  0% {
    top: -40%;
    left: -60%;
  }
  30% {
    top: -20%;
    left: 0%;
  }
  45% {
    top: 0%;
    left: 0%;
  }
  80% {
    top: 10%;
    left: -50%;
  }
  100% {
    top: -40%;
    left: -60%;
  }
}
@-o-keyframes senior-anim {
  0% {
    top: -40%;
    left: -60%;
  }
  30% {
    top: -20%;
    left: 0%;
  }
  45% {
    top: 0%;
    left: 0%;
  }
  80% {
    top: 10%;
    left: -50%;
  }
  100% {
    top: -40%;
    left: -60%;
  }
}
@keyframes senior-anim {
  0% {
    top: -40%;
    left: -60%;
  }
  30% {
    top: -20%;
    left: 0%;
  }
  45% {
    top: 0%;
    left: 0%;
  }
  80% {
    top: 10%;
    left: -50%;
  }
  100% {
    top: -40%;
    left: -60%;
  }
}
@-webkit-keyframes middle-anim {
  0% {
    bottom: -20%;
    left: 10%;
  }
  15% {
    bottom: 0%;
    left: 20%;
  }
  50% {
    bottom: -10%;
    left: 75%;
  }
  65% {
    bottom: -30%;
    left: 60%;
  }
  100% {
    bottom: -20%;
    left: 10%;
  }
}
@-moz-keyframes middle-anim {
  0% {
    bottom: -20%;
    left: 10%;
  }
  15% {
    bottom: 0%;
    left: 20%;
  }
  50% {
    bottom: -10%;
    left: 75%;
  }
  65% {
    bottom: -30%;
    left: 60%;
  }
  100% {
    bottom: -20%;
    left: 10%;
  }
}
@-o-keyframes middle-anim {
  0% {
    bottom: -20%;
    left: 10%;
  }
  15% {
    bottom: 0%;
    left: 20%;
  }
  50% {
    bottom: -10%;
    left: 75%;
  }
  65% {
    bottom: -30%;
    left: 60%;
  }
  100% {
    bottom: -20%;
    left: 10%;
  }
}
@keyframes middle-anim {
  0% {
    bottom: -20%;
    left: 10%;
  }
  15% {
    bottom: 0%;
    left: 20%;
  }
  50% {
    bottom: -10%;
    left: 75%;
  }
  65% {
    bottom: -30%;
    left: 60%;
  }
  100% {
    bottom: -20%;
    left: 10%;
  }
}
@-webkit-keyframes junior-anim {
  0% {
    bottom: -40%;
    left: 80%;
  }
  25% {
    bottom: 10%;
    left: 60%;
  }
  60% {
    bottom: 0%;
    left: 10%;
  }
  100% {
    bottom: -40%;
    left: 80%;
  }
}
@-moz-keyframes junior-anim {
  0% {
    bottom: -40%;
    left: 80%;
  }
  25% {
    bottom: 10%;
    left: 60%;
  }
  60% {
    bottom: 0%;
    left: 10%;
  }
  100% {
    bottom: -40%;
    left: 80%;
  }
}
@-o-keyframes junior-anim {
  0% {
    bottom: -40%;
    left: 80%;
  }
  25% {
    bottom: 10%;
    left: 60%;
  }
  60% {
    bottom: 0%;
    left: 10%;
  }
  100% {
    bottom: -40%;
    left: 80%;
  }
}
@keyframes junior-anim {
  0% {
    bottom: -40%;
    left: 80%;
  }
  25% {
    bottom: 10%;
    left: 60%;
  }
  60% {
    bottom: 0%;
    left: 10%;
  }
  100% {
    bottom: -40%;
    left: 80%;
  }
}
@media only screen and (max-width: 1278px) {
  .about-us-stack__languages {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, auto);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 20px;
  }
  .about-us-stack__languages-ico {
    width: 100%;
    height: auto;
  }
  .about-us-stack__specialists-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
  }
  .about-us-stack__specialists-count {
    margin-bottom: 40px;
  }
  .about-us-stack__specialists-percent {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .about-us-stack__specialists-percent-item {
    margin-right: 0;
  }
  .about-us-stack__specialists-count {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-stack__specialists-container {
    margin-top: 50px;
  }
  .about-us-stack__specialists-count {
    margin-bottom: 30px;
  }
  .about-us-stack__specialists-percent-item {
    padding: 12px 18px;
  }
  .about-us-stack__specialists-cursor {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    width: 74px;
    height: 40px;
    top: 80%;
    left: 10%;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-stack__languages {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
  }
  .about-us-stack__languages-description {
    text-align: left;
  }
  .about-us-stack__specialists {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-us-stack__title {
    margin-bottom: 20px;
  }
  .about-us-stack__specialists-percent {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1279px) {
  .about-us-stack__specialists-percent-item-content {
    font-size: 50px;
    line-height: 62px;
  }
}

.industries {
  padding-bottom: 0;
}
.industries__title {
  margin: 0;
}
.industries__container {
  display: grid;
  grid-template-columns: auto 566px;
  grid-template-rows: 52px auto;
  grid-template-areas: "title size-range" "list size-range";
}
.industries__title-container {
  grid-area: title;
}
.industries__list {
  grid-area: list;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.industries__list-item-point:not(:first-child) {
  margin-top: 15px;
}
.industries__list-item-container:not(:first-child) {
  margin-left: 15px;
}
.industries__size-range-title {
  margin-bottom: 30px;
}
.industries__graph-container {
  max-width: 468px;
}
.industries__size-range {
  grid-area: size-range;
}
@media only screen and (max-width: 1279px) {
  .industries__container {
    grid-template-columns: auto 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .industries__title {
    text-align: left;
  }
  .industries__container {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .industries {
    padding-top: 50px;
  }
  .industries__list-item-point {
    line-height: 19px;
  }
  .industries__list-item-point:not(:first-child) {
    margin-top: 20px;
  }
  .industries__list-item-container:not(:first-child) {
    margin-left: 100px;
  }
  .industries__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .industries__graph-container {
    max-width: none;
  }
  .industries__size-range-title {
    margin-bottom: 20px;
  }
  .industries__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-areas: "title" "list" "size-range";
    width: 100%;
  }
}
@media only screen and (max-width: 505px) {
  .industries__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .industries__list-item-container {
    margin: 0 !important;
  }
  .industries__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.size-range-graph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.size-range-graph__canvas {
  display: grid;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hr-graph {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed#c0c5cb;
}
.size-range-graph-descriptions {
  display: grid;
  padding: 0 10px;
}
.size-range-graph-descriptions__item {
  text-align: center;
  margin: 6px 0 0;
}

.size-range-graph__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--secondary-text-dark-color);
  width: 100%;
  z-index: 1;
}
.size-range-graph__column-text {
  font-weight: 900;
  color: var(--background);
  -webkit-transform: scaley(1);
  -moz-transform: scaley(1);
  -ms-transform: scaley(1);
  -o-transform: scaley(1);
  transform: scaley(1);
}
.size-range-graph__column:nth-child(1) {
  background-color: var(--info);
}
.size-range-graph__column:nth-child(2) {
  background-color: var(--success);
}
.size-range-graph__column:nth-child(3) {
  background-color: var(--error);
}
@media only screen and (min-width: 768px) {
  .size-range-graph__column:nth-child(1) {
    -webkit-animation: column20-anim 4s linear infinite;
    -moz-animation: column20-anim 4s linear infinite;
    -o-animation: column20-anim 4s linear infinite;
    animation: column20-anim 4s linear infinite;
  }
  .size-range-graph__column:nth-child(2) {
    -webkit-animation: column45-anim 4s linear infinite;
    -moz-animation: column45-anim 4s linear infinite;
    -o-animation: column45-anim 4s linear infinite;
    animation: column45-anim 4s linear infinite;
  }
  .size-range-graph__column:nth-child(3) {
    -webkit-animation: column35-anim 4s linear infinite;
    -moz-animation: column35-anim 4s linear infinite;
    -o-animation: column35-anim 4s linear infinite;
    animation: column35-anim 4s linear infinite;
  }
}
@-webkit-keyframes column20-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 48%;
    opacity: 1;
  }
  25% {
    height: 42.6666%;
  }
  100% {
    height: 42.6666%;
  }
}
@-moz-keyframes column20-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 48%;
    opacity: 1;
  }
  25% {
    height: 42.6666%;
  }
  100% {
    height: 42.6666%;
  }
}
@-o-keyframes column20-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 48%;
    opacity: 1;
  }
  25% {
    height: 42.6666%;
  }
  100% {
    height: 42.6666%;
  }
}
@keyframes column20-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 48%;
    opacity: 1;
  }
  25% {
    height: 42.6666%;
  }
  100% {
    height: 42.6666%;
  }
}
@-webkit-keyframes column45-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 100%;
    opacity: 1;
  }
  25% {
    height: 96%;
  }
  100% {
    height: 96%;
  }
}
@-moz-keyframes column45-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 100%;
    opacity: 1;
  }
  25% {
    height: 96%;
  }
  100% {
    height: 96%;
  }
}
@-o-keyframes column45-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 100%;
    opacity: 1;
  }
  25% {
    height: 96%;
  }
  100% {
    height: 96%;
  }
}
@keyframes column45-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 100%;
    opacity: 1;
  }
  25% {
    height: 96%;
  }
  100% {
    height: 96%;
  }
}
@-webkit-keyframes column35-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 90%;
    opacity: 1;
  }
  25% {
    height: 85.333%;
  }
  100% {
    height: 85.333%;
  }
}
@-moz-keyframes column35-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 90%;
    opacity: 1;
  }
  25% {
    height: 85.333%;
  }
  100% {
    height: 85.333%;
  }
}
@-o-keyframes column35-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 90%;
    opacity: 1;
  }
  25% {
    height: 85.333%;
  }
  100% {
    height: 85.333%;
  }
}
@keyframes column35-anim {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 90%;
    opacity: 1;
  }
  25% {
    height: 85.333%;
  }
  100% {
    height: 85.333%;
  }
}

.why-work-with-solveit__title {
  margin: 0;
}
.why-work-with-solveit__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  grid-template-areas: "title list list";
}
.why-work-with-solveit__list-item-container {
  position: relative;
}
.why-work-with-solveit__background {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.why-work-with-solveit__background_blue {
  width: 305px;
  height: 305px;
  top: 0px;
  right: -80px;
  /* background-image: url("images/whyWeWorkBackgroundBlue.png"); */
}
.why-work-with-solveit__background_yellow {
  width: 231px;
  height: 231px;
  /* background-image: url("images/whyWeWorkBackgroundYellow.png"); */
}
.why-work-with-solveit__title-background {
  width: 244px;
  height: 244px;
  /* background-image: url("images/whyWeWorkTitleBackground.png"); */
  top: 34px;
  right: -10px;
}
.why-work-with-solveit__title-container {
  position: relative;
  grid-area: title;
  padding-right: 50px;
}
.why-work-with-solveit__list-item li {
  margin-bottom: 30px;
}
.why-work-with-solveit__list-item li strong {
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .why-work-with-solveit__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    grid-template-areas: "title title";
  }
  .why-work-with-solveit__title-container {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .why-work-with-solveit__background_blue {
    right: -80px;
    top: 70px;
    /* background-image: url("images/whyWeWorkBackgroundBlue.png"); */
    -webkit-transform: translate(-140px, -140px);
    -moz-transform: translate(-140px, -140px);
    -ms-transform: translate(-140px, -140px);
    -o-transform: translate(-140px, -140px);
    transform: translate(-140px, -140px);
  }
  .why-work-with-solveit__title-background {
    display: none;
  }
  .why-work-with-solveit__list-item li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .why-work-with-solveit {
    padding-top: 100px;
  }
  .why-work-with-solveit__container {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-areas: "title";
  }
  .why-work-with-solveit__list-item-container:last-child
    .why-work-with-solveit__list-item {
    margin-top: 20px;
  }
  .why-work-with-solveit__background_blue {
    width: 231px;
    height: 231px;
    /* background-image: url("images/whyWeWorkBackgroundBlue__mobile.png"); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: -120px;
    right: -112px;
  }
  .why-work-with-solveit__background_yellow {
    width: 231px;
    height: 231px;
    left: -20px;
    top: -166px;
  }
}

.unordered-list {
  padding: 0;
}
.unordered-list__point {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 22px;
}
.unordered-list__point_margin {
  margin-bottom: 10px;
}
.unordered-list__point:last-child {
  margin-bottom: 0;
}
.unordered-list__marker-container {
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 26px;
}
.expertise-item__subitems-list {
  padding-right: 10px;
}

.reviews-wrapper {
  max-width: 1220px;
  padding: 0 30px;
}
.reviews-swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews-swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background: #d7dadc;
  color: var(--primary-text-color);
  font-size: 16px;
  line-height: 130%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-text-color);
  color: var(--background);
}
.reviews-swiper__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews-swiper__pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background: #d7dadc;
  color: var(--primary-text-color);
  font-size: 16px;
  line-height: 130%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.reviews-swiper .swiper-slide {
  height: auto !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-text-color);
  color: var(--background);
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 16px;
}
.swiper-pagination-bullet {
  opacity: 1;
}
@media only screen and (max-width: 1279px) {
  .reviews-wrapper {
    max-width: 100%;
    margin: 0px auto 100px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-swiper__pagination {
    display: none;
  }
  .reviews-wrapper {
    margin: 0px auto 50px;
    max-width: 100%;
  }
}

.review {
  background: var(--stroke-line-color);
  height: 100%;
  min-height: 276px;
  padding: 0 38px;
}
.video-preview-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.ReactModal__Overlay--after-open {
  z-index: 116;
}
.video-modal-iframe {
  width: 800px;
  height: 450px;
}
.video-modal-close {
  position: relative;
  background: rgba(30, 30, 30, 0.6);
  cursor: pointer;
  padding: 10px;
  height: 44px;
  width: 44px;
}
.review-line {
  width: 53px;
  height: 1px;
  background: #062b5b;
  margin: 0 auto;
}
.review__title {
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  width: 100%;
  white-space: pre-line;
}
.review__title__inner {
  font-family: var(--font-clash-display);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 100%;
  text-transform: uppercase;
  z-index: 2;
}
.review__title__number {
  font-size: 144px;
  line-height: 1;
  color: #d7dadc;
}
.review__text {
  margin-bottom: 21px;
}
.review-author__name {
  font-weight: 900;
  margin: 32px 0 4px;
}
.review-author__position {
  margin-bottom: 19px;
}
.video-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.video-item .blur-up.lazyloaded {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.video-preview-container:hover .video-preview {
  -webkit-transform: translate(0) scale(1);
  -moz-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  -o-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
.review-author__inner {
  text-align: center;
}
.video-item {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1279px) {
  .review__title {
    display: none;
  }
  .review__title.mobile-only {
    display: block;
    background: #eef1f4;
    margin-bottom: 0;
    padding: 25px 0;
    white-space: normal;
  }
  .review-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .review {
    padding: 30px 30px 60px;
    max-height: 276px;
  }
  .video-preview {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .video-preview-container:hover .video-preview {
    -webkit-transform: translate(0%) scale(1);
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
  }
  .video-item {
    height: 100%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .review-author.MuiBox-root {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .review-line {
    display: none;
  }
  .review-author__inner {
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-arrow-navigation {
    width: 13px;
    height: 22px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 9;
    /* background-image: url("images/arrowNext.png"); */
  }
  .review {
    padding: 20px 20px 50px;
    max-height: 276px;
  }
  .play-video {
    width: 60px;
    height: 60px;
  }
  .review__title__number {
    font-size: 90px;
  }
  .review-author__name {
    margin: 20px 0 4px;
    width: 100%;
  }
  .review-author__position {
    margin-bottom: 0;
  }
  .reviews-swiper .home-arrow-navigation {
    position: absolute;
    top: 50%;
    z-index: 2;
  }
  .reviews-swiper .prev-mobile-project {
    left: 20px;
    -webkit-transform: translatey(-40%) rotate(180deg);
    -moz-transform: translatey(-40%) rotate(180deg);
    -ms-transform: translatey(-40%) rotate(180deg);
    -o-transform: translatey(-40%) rotate(180deg);
    transform: translatey(-40%) rotate(180deg);
  }
  .reviews-swiper .next-mobile-project {
    right: 20px;
    -webkit-transform: translatey(-40%);
    -moz-transform: translatey(-40%);
    -ms-transform: translatey(-40%);
    -o-transform: translatey(-40%);
    transform: translatey(-40%);
  }
  .review__title.mobile-only {
    padding: 20px 0;
  }
}
.video-review__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px auto;
  grid-template-areas: "title video" "quote video" "name video";
  height: 100%;
  background: var(--background-light);
}
.review__title {
  grid-area: title;
}
.video-review__quote {
  grid-area: quote;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 150%;
}
.video-review__name {
  grid-area: name;
}
.video-review__video {
  grid-area: video;
}
.review__title {
  margin-top: 20px;
}
.review__title .review__title__inner,
.video-review__quote,
.video-review__name {
  padding: 0 38px;
}
@media only screen and (max-width: 1279px) {
  .video-review__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "title" "video" "quote" "quote" "name";
  }
  .video-review__name,
  .video-review__quote {
    padding: 20px;
  }
  .review__title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-review__container {
    grid-template-rows: 130px auto;
  }
  .video-review__quote {
    line-height: 130%;
  }
  .review__title__inner {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 460px) {
  .review__title .review__title__inner {
    max-width: 340px;
  }
}
@media only screen and (max-width: 356px) {
  .review__title .review__title__inner {
    max-width: 290px;
  }
}

.awards-light {
  color: var(--white);
}
.new-awards-slider__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.new-awards-nav-arrow {
  width: 14px;
  height: 22px;
  /* background-image: url("images/arrowNext.png"); */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.awards-light .new-awards-nav-arrow {
  /* background-image: url("images/arrowMobileRight.svg"); */
}
.new-awards-nav-arrow:hover {
  cursor: pointer;
}
 .new-awards-nav_prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.new-awards__title {
  margin-bottom: 0;
}
.new-awards-nav-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  -webkit-transition: opacity.3s ease-in-out;
  -moz-transition: opacity.3s ease-in-out;
  -o-transition: opacity.3s ease-in-out;
  transition: opacity.3s ease-in-out;
}
.new-awards__badge-container {
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .new-awards-nav-arrow {
    width: 15px;
    height: 24px;
  }
  .new-awards__badge-container {
    width: 100px;
  }
}
@media only screen and (min-width: 1279px) {
  .new-awards__badge-container {
    width: 110px;
  }
  .new-awards-nav-arrow {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30px;
    height: 24px;
    /* background-image: url("images/port-arrow.svg"); */
  }
  .awards-light .new-awards-nav-arrow {
    /* background-image: url("images/arrowDesktopRight.svg"); */
    width: 40px;
    height: 40px;
  }
  .new-awards-nav_next {
    margin-left: 30px;
  }
}

.new-awards__badge {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter.3s;
  -moz-transition: filter.3s;
  -o-transition: filter.3s;
  transition: -webkit-filter.3s;
  transition: filter.3s;
}
.new-awards__badge:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (min-width: 768px) {
  .new-awards__badge {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1279px) {
  .new-awards__badge {
    width: 110px;
    height: 110px;
  }
}

.about-us__team-title {
  margin-bottom: 20px;
}
.about-us__team-image {
  position: relative;
  width: 100%;
}
.about-us__team-image-container {
  position: relative;
}
.about-us__team-cursor {
  position: absolute;
  width: 70px;
  height: 30px;
}
.team-cursor-senior {
  bottom: 23%;
  left: 9%;
}
.team-cursor-middle {
  bottom: 30%;
  right: 7%;
}
.team-cursor-junior {
  top: 8%;
  left: 10%;
}
@media only screen and (min-width: 768px) {
  .about-us__team-title {
    margin-bottom: 30px;
  }
  .about-us__team-cursor {
    width: 160px;
    height: 72px;
  }
  .team-cursor-senior {
    -webkit-animation: senior55-anim 12s linear infinite;
    -moz-animation: senior55-anim 12s linear infinite;
    -o-animation: senior55-anim 12s linear infinite;
    animation: senior55-anim 12s linear infinite;
  }
  .team-cursor-middle {
    -webkit-animation: middle30-anim 12s linear infinite;
    -moz-animation: middle30-anim 12s linear infinite;
    -o-animation: middle30-anim 12s linear infinite;
    animation: middle30-anim 12s linear infinite;
  }
  .team-cursor-junior {
    -webkit-animation: junior15-anim 12s linear infinite;
    -moz-animation: junior15-anim 12s linear infinite;
    -o-animation: junior15-anim 12s linear infinite;
    animation: junior15-anim 12s linear infinite;
  }
}
@media only screen and (min-width: 1279px) {
  .about-us__team-cursor {
    width: 242px;
    height: 110px;
  }
  .about-us__team-cursor {
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
    -o-animation-duration: 18s;
    animation-duration: 18s;
  }
}
@-webkit-keyframes senior55-anim {
  0% {
    bottom: 10%;
    left: 5%;
  }
  40% {
    bottom: 60%;
    left: 28%;
  }
  60% {
    bottom: 30%;
    left: 42%;
  }
  100% {
    bottom: 10%;
    left: 5%;
  }
}
@-moz-keyframes senior55-anim {
  0% {
    bottom: 10%;
    left: 5%;
  }
  40% {
    bottom: 60%;
    left: 28%;
  }
  60% {
    bottom: 30%;
    left: 42%;
  }
  100% {
    bottom: 10%;
    left: 5%;
  }
}
@-o-keyframes senior55-anim {
  0% {
    bottom: 10%;
    left: 5%;
  }
  40% {
    bottom: 60%;
    left: 28%;
  }
  60% {
    bottom: 30%;
    left: 42%;
  }
  100% {
    bottom: 10%;
    left: 5%;
  }
}
@keyframes senior55-anim {
  0% {
    bottom: 10%;
    left: 5%;
  }
  40% {
    bottom: 60%;
    left: 28%;
  }
  60% {
    bottom: 30%;
    left: 42%;
  }
  100% {
    bottom: 10%;
    left: 5%;
  }
}
@-webkit-keyframes middle30-anim {
  0% {
    bottom: 20%;
    right: 6%;
  }
  33% {
    bottom: 67%;
    right: 1%;
  }
  53% {
    bottom: 60%;
    right: 20%;
  }
  70% {
    bottom: 38%;
    right: 30%;
  }
  100% {
    bottom: 20%;
    right: 6%;
  }
}
@-moz-keyframes middle30-anim {
  0% {
    bottom: 20%;
    right: 6%;
  }
  33% {
    bottom: 67%;
    right: 1%;
  }
  53% {
    bottom: 60%;
    right: 20%;
  }
  70% {
    bottom: 38%;
    right: 30%;
  }
  100% {
    bottom: 20%;
    right: 6%;
  }
}
@-o-keyframes middle30-anim {
  0% {
    bottom: 20%;
    right: 6%;
  }
  33% {
    bottom: 67%;
    right: 1%;
  }
  53% {
    bottom: 60%;
    right: 20%;
  }
  70% {
    bottom: 38%;
    right: 30%;
  }
  100% {
    bottom: 20%;
    right: 6%;
  }
}
@keyframes middle30-anim {
  0% {
    bottom: 20%;
    right: 6%;
  }
  33% {
    bottom: 67%;
    right: 1%;
  }
  53% {
    bottom: 60%;
    right: 20%;
  }
  70% {
    bottom: 38%;
    right: 30%;
  }
  100% {
    bottom: 20%;
    right: 6%;
  }
}
@-webkit-keyframes junior15-anim {
  0% {
    top: 10%;
    left: 8%;
  }
  35% {
    top: 33%;
    left: 25%;
  }
  70% {
    top: 36%;
    left: -2%;
  }
  100% {
    top: 10%;
    left: 8%;
  }
}
@-moz-keyframes junior15-anim {
  0% {
    top: 10%;
    left: 8%;
  }
  35% {
    top: 33%;
    left: 25%;
  }
  70% {
    top: 36%;
    left: -2%;
  }
  100% {
    top: 10%;
    left: 8%;
  }
}
@-o-keyframes junior15-anim {
  0% {
    top: 10%;
    left: 8%;
  }
  35% {
    top: 33%;
    left: 25%;
  }
  70% {
    top: 36%;
    left: -2%;
  }
  100% {
    top: 10%;
    left: 8%;
  }
}
@keyframes junior15-anim {
  0% {
    top: 10%;
    left: 8%;
  }
  35% {
    top: 33%;
    left: 25%;
  }
  70% {
    top: 36%;
    left: -2%;
  }
  100% {
    top: 10%;
    left: 8%;
  }
}

.about-us__benefits {
  color: var(--background);
  background-color: var(--primary-text-color);
}
.about-us__benefits-title {
  margin-bottom: 20px;
}
.about-us__benefits-items {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ticker 60s linear infinite;
  -moz-animation: ticker 60s linear infinite;
  -o-animation: ticker 60s linear infinite;
  animation: ticker 60s linear infinite;
}
.about-us__benefits-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  background-color: #38434a;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 14px 20px;
  margin: 0 10px;
}
.about-us__benefits-item-content {
  line-height: 150%;
  margin-left: 8px;
}
@media only screen and (min-width: 768px) {
  .about-us__benefits-title {
    margin-bottom: 30px;
  }
  .about-us__benefits-item {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1279px) {
  .about-us__benefits-item {
    margin: 0 20px;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes ticker {
  0% {
    -moz-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  100% {
    -moz-transform: translatex(0);
    transform: translatex(0);
  }
}
@-o-keyframes ticker {
  0% {
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  100% {
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  100% {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

.about-us-sendcv {
  width: 100%;
  padding-top: 50px;
}
.about-us-sendcv__title-container {
  text-align: center;
}
.about-us-sendcv__title {
  position: relative;
  width: 262px;
  margin: 0 auto 20px;
}
.about-us-sendcv__sub-title {
  font-size: 24px;
  line-height: 130%;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .about-us-sendcv {
    padding-top: 100px;
  }
  .about-us-sendcv__title {
    width: 332px;
    margin-bottom: 30px;
  }
  .about-us-sendcv__sub-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1279px) {
  .about-us-sendcv {
    padding-top: 150px;
  }
  .about-us-sendcv-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-us-sendcv__form-container {
    width: 666px;
    padding: 8px;
  }
  .about-us-sendcv__form {
    position: relative;
    padding: 40px 42px;
    border: 1px solid;
    -webkit-border-image: url("images/formBorder.svg") 1;
    -moz-border-image: url("images/formBorder.svg") 1;
    -o-border-image: url("images/formBorder.svg") 1;
    border-image: url("images/formBorder.svg") 1;
  }
  .about-us-sendcv__title-container {
    position: relative;
    text-align: left;
  }
  .about-us-sendcv__title {
    width: 382px;
    margin: 0 0 40px;
  }
  .about-us-sendcv__sub-title {
    max-width: 370px;
    font-size: 32px;
    padding-bottom: 0;
  }
  .about-us-sendcv__ellipse {
    position: absolute;
    top: 60px;
    left: 78px;
    width: 368px;
    z-index: -1;
  }
  .about-us-square.border-square:nth-child(1) {
    top: -8px;
    left: -8px;
  }
  .about-us-square.border-square:nth-child(2) {
    top: -8px;
    right: -8px;
  }
  .about-us-square.border-square:nth-child(3) {
    bottom: -8px;
    left: -8px;
  }
  .about-us-square.border-square:nth-child(4) {
    bottom: -8px;
    right: -8px;
  }
}

.about-us-vacancies {
  width: 100%;
  padding-top: 50px;
}
.about-us-vacancies__wrapper {
  padding-right: 0;
}
.vacancy-item__container {
  height: initial;
  width: 268px;
}
.vacancies-navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.about-us-vacancies__title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
}
.vacancies-nav_arrow {
  /* background-image: url("images/arrowMobile.svg"); */
  width: 14px;
  height: 22px;
  cursor: pointer;
}
.vacancies-nav_prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.vacancies-nav_next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.vacancies-nav_arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  -webkit-transition: opacity.3s ease-in-out;
  -moz-transition: opacity.3s ease-in-out;
  -o-transition: opacity.3s ease-in-out;
  transition: opacity.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .about-us-vacancies {
    padding-top: 100px;
  }
  .about-us-vacancies__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .about-us-vacancies__wrapper {
    padding-right: 30px;
  }
  .vacancies-navigation {
    padding: 0;
    margin-bottom: 30px;
  }
  .vacancies-nav_arrow {
    /* background-image: url("images/arrowDesktop.svg"); */
    width: 40px;
    height: 40px;
  }
  .vacancies-nav_prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-right: 15px;
  }
  .vacancies-nav_next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media only screen and (min-width: 1279px) {
  .about-us-vacancies {
    padding-top: 150px;
  }
  .about-us-vacancies__wrapper {
    padding-right: 20px;
  }
}

.app-footer {
  overflow: hidden;
}
.app-footer.app-footer-dark {
  background-color: var(--primary-text-color);
  color: var(--background);
}
.app-footer-dark .footer-contacts-new {
  background-color: transparent;
}
.footer-contacts-new {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--primary-color);
  padding: 40px 0 20px;
}
.footer-contacts-new_only-socials {
  padding: 20px 0 !important;
}
.footer-contacts-new_only-socials .footer-contacts__copyright {
  padding-top: 0;
  border: none;
}
.footer-contacts_bordered {
  border-top: 1px solid rgba(240, 240, 241, 0.25);
}
@media only screen and (min-width: 768px) {
  .footer-contacts-new {
    padding: 70px 0 30px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts-new {
    padding: 70px 0 20px;
  }
}

.footer-contacts {
  color: var(--white);
}
.footer-contacts__copyright {
  border-top: 1px solid#f0f0f133;
  padding-top: 30px;
}
.footer-link {
  color: var(--white);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.footer-link:hover {
  color: var(--secondary-color);
}
.footer-contacts-copyright-text {
  color: #8d9091;
  font-size: 12px;
}
.footer-contacts-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    margin-bottom: 40px;
  }
  .footer-contacts-copyright-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts-wrapper {
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
    margin-bottom: 50px;
  }
  .footer-contacts__copyright {
    padding-top: 20px;
  }
  .footer-contacts__copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-contacts__logo-link {
  display: block;
}
.footer-contacts__logo {
  width: 122px;
  height: auto;
  margin-bottom: 30px;
}
.office-contacts-email {
  display: block;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 30px;
}
.office-contacts__badges-link {
  display: block;
}
.office-contacts__badges-link:not(:last-child) {
  margin-bottom: 30px;
}
.footer-contacts__budge {
  position: relative;
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .footer-contacts__logo {
    width: 138px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts__logo {
    width: 168px;
    margin-bottom: 40px;
  }
  .office-contacts-email {
    margin-bottom: 40px;
  }
  .office-contacts__badges-link:not(:last-child) {
    margin-bottom: 40px;
  }
}

.footer-contacts__menu-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-contacts__menu {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-contacts__menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-contacts__menu-wrapper {
    display: block;
  }
  .footer-contacts__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .footer-contacts__menu-item {
    max-width: 205px;
  }
  .footer-contacts__menu-wrapper,
  .footer-contacts__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
  }
  .footer-contacts__menu__link {
    display: block;
    line-height: 130%;
  }
  .footer-contacts__menu__link:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footer-contacts__offices {
  margin-top: 40px;
}
.footer-contacts__title {
  font-size: 20px;
  line-height: 130%;
}
.office-contacts__office {
  margin-top: 20px;
}
.office-contacts__country-name {
  line-height: 130%;
  margin-bottom: 10px;
}
.office-contacts-text {
  line-height: 150%;
  margin-bottom: 10px;
}
.footer-contacts__phone {
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .office-contacts__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contacts__offices {
    margin: 0;
  }
  .office-contacts__office {
    max-width: 205px;
  }
}
@media only screen and (min-width: 1279px) {
  .office-contacts__container {
    display: block;
  }
}

.socials-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
  margin-bottom: 30px;
}
.socials-contacts__icon-wrapper {
  width: 100%;
  height: 100%;
}
.socials-contacts__icon {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .socials-contacts {
    gap: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .socials-contacts {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}



.container {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
gap: 50px;
align-items: flex-start;
padding: 0px 30px;
}

.form-section {
flex: 1 1 55%;
min-width: 320px;
}

.form-section h2 {
font-size: 36px;
font-weight: 800;
margin-bottom: 12px;
text-transform: uppercase;
}

.form-section p {
font-size: 18px;
margin-bottom: 40px;
color: #bbbbbb;
}

form {
display: flex;
flex-wrap: wrap;
gap: 25px;
}

.form-group {
flex: 1 1 45%;
display: flex;
flex-direction: column;
}

.form-group.full-width {
flex: 1 1 100%;
}

label {
font-size: 14px;
margin-bottom: 6px;
color: #000000;
}

input, textarea {
background: transparent;
border: 1px solid #3a3d40;
padding: 12px 10px;
font-size: 16px;
color: #fff;
border-radius: 8px;
transition: 0.3s;
}

input:focus, textarea:focus {
border-color: #ffc85c;
outline: none;
box-shadow: 0 0 5px #ffc85c88;
}

input::placeholder, textarea::placeholder {
color: #777;
}

.attach-button {
display: inline-flex;
align-items: center;
padding: 10px 25px;
border: 1px solid #000000;
border-radius: 30px;
background: transparent;
color: #000000;
font-size: 16px;
cursor: pointer;
gap: 10px;
transition: background 0.3s, color 0.3s;
text-decoration: none;
}

.attach-button:hover {
background: #ffffff;
color: #1c1f21;
}

.attach-button svg {
width: 18px;
height: 18px;
}

.submit-button {
margin-top: 20px;
padding: 15px 40px;
background: #ffc85c;
border: none;
border-radius: 35px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
color: #000000;
transition: background 0.3s;
}

.submit-button:hover {
background: #e6b64c;
}

.privacy-text {
font-size: 13px;
margin-top: 10px;
color: #999;
}

.privacy-text a {
color: #ffffff;
text-decoration: underline;
}

.testimonial-section {
flex: 1 1 40%;
min-width: 320px;
padding: 40px 30px;
background-color: rgb(35, 42, 35);
/* border: 1px solid #2a2d30; */
border-radius: 20px;
backdrop-filter: blur(8px);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.testimonial-section .quote {
font-size: 48px;
color: #ffc85c;
margin-bottom: 20px;
line-height: 0.8;
}

.testimonial-text {
font-size: 17px;
color: #cccccc;
margin-bottom: 30px;
line-height: 1.6;
}

.rating {
font-size: 20px;
color: #ffc85c;
margin-bottom: 25px;
font-weight: bold;
}

.user-photo {
width: 80px;
height: 80px;
border-radius: 50%;
margin-bottom: 15px;
object-fit: cover;
border: 2px solid #ffc85c;
}

.user-name {
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
}

@media (max-width:767px){
.brand-button {
display: none;
}

.menu__container-list{
display: none !important;
}
}



.scroller-top {
position: fixed;
background-color: #1e2a2e;
bottom: 25px;
right: 25px;
height: 50px;
width: 50px;
border-radius: 5px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
border: 1px solid rgb(184, 184, 184);
}

@media (max-width: 767px) {
.scroller-top {
height: 45px;
width: 45px;
}
.top-arrow img {
margin-top: 0px;
}
.top-arrow {
margin-top: 6px !important;
}
}


@media (max-width:1278px){
  .testimonial-section{
    display: none;
  }

  .form-section {
    width: 100%;
}
}

@media (max-width:425px){
  .form-section {
    width: unset;
}

.form-section {
  flex: 1 1 55%;
  min-width: 290px;
}
}