
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;
  }
}

.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;
  }
}

.services-header {
  margin-bottom: 60px;
}
.services-header-swiper {
  margin-top: 20px;
}
.services-header-title.section-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .services-header-swiper {
    margin-top: 50px;
  }
  .services-header {
    position: relative;
  }
  .services-header-ellipse {
    position: absolute;
    top: 115px;
    left: 50%;
    width: 648px;
    height: 320px;
    z-index: -1;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}
@media only screen and (min-width: 1279px) {
  .services-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: 50px;
  }
  .services-header-content {
    width: 466px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .services-header-swiper {
    position: relative;
    top: -56px;
    width: 520px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
  }
  .services-header-ellipse {
    position: absolute;
    top: -120px;
    left: auto;
    right: 20px;
    width: 532px;
    height: 342px;
    z-index: -1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}


.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/arrowDesktopLeft.svg");
}
.next-services-review {
  bottom: 0;
  right: 15px;
  background-image: url("../image/arrowDesktopLeft.svg");
  rotate: 180deg;
}
@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("../static/images/services/arrowDesktopLeft.svg"); */
    margin-right: 15px;
  }
  .next-services-review {
    bottom: -65px;
    right: 0;
    /* background-image: url("../static/images/services/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("../static/images/services/borderMobile.svg")
    1;
  -moz-border-image: url("../static/images/services/borderMobile.svg") 1;
  -o-border-image: url("../static/images/services/borderMobile.svg") 1;
  border-image: url("../static/images/services/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("../static/images/services/borderTablet.svg")
      1;
    -moz-border-image: url("../static/images/services/borderTablet.svg") 1;
    -o-border-image: url("../static/images/services/borderTablet.svg") 1;
    border-image: url("../static/images/services/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("../static/images/services/borderDesktop.svg")
      1;
    -moz-border-image: url("../static/images/services/borderDesktop.svg")
      1;
    -o-border-image: url("../static/images/services/borderDesktop.svg") 1;
    border-image: url("../static/images/services/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;
}

.contact-anchor-container {
  background-color: var(--background-light);
  width: 100%;
  padding: 70px 0;
}
.contact-anchor-wrapper {
  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: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.anchor-title {
  text-transform: uppercase;
  margin-right: 114px;
}
.anchor-title-underlined {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: var(--secondary-color);
}
.underline {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
}
.contact-us-btn {
  min-width: 178px;
  min-height: 178px;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid#fad171;
  -webkit-transition: background-color.3s;
  -moz-transition: background-color.3s;
  -o-transition: background-color.3s;
  transition: background-color.3s;
  cursor: pointer;
}
.contact-us-circle {
  position: absolute;
  width: 234px;
  height: 234px;
  -webkit-animation: spin 9s linear infinite;
  -moz-animation: spin 9s linear infinite;
  -o-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
}
.contact-us-btn:hover {
  background-color: var(--secondary-color);
}
.contact-arrow {
  fill: var(--secondary-color);
  -webkit-transition: fill.3s;
  -moz-transition: fill.3s;
  -o-transition: fill.3s;
  transition: fill.3s;
}
.contact-us-btn:hover .contact-arrow {
  fill: #1e2a2e;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1279px) {
  .contact-anchor-container {
    padding: 50px 0;
  }
  .contact-anchor-wrapper {
    -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;
  }
  .contact-us-btn {
    display: none;
  }
  .anchor-title {
    margin-right: 0;
    text-align: center;
    margin-bottom: 60px;
  }
  .underline {
    bottom: -26px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor-title {
    margin-bottom: 40px;
  }
  .underline {
    bottom: -22px;
  }
  .services-reviews-swiper__navigation{
    display: none;
  }
}

.our-services__title {
  line-height: 130%;
  margin-bottom: 30px;
}
.our-services__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media only screen and (min-width: 768px) {
  .our-services__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .our-services__items {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.services-link {
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services-item__title {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--secondary-color);
  line-height: 40px;
  padding-bottom: 10px;
}
.services-item__content {
  padding-top: 15px;
  border-top: 1px solid var(--secondary-color);
}
.services-item__category {
  display: block;
  line-height: 130%;
  margin-top: 18px;
}
.services-item__category-title {
  margin-right: 10px;
}
.services-item__category-arrow {
  position: relative;
  top: -2px;
}
.services-item__category-link:hover,
.services-item__category-link:focus {
  color: var(--secondary-color);
}
.services-item__description {
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .services-item__title {
    padding-bottom: 12px;
  }
  .services-item__title-arrow {
    opacity: 0;
    -webkit-transition: opacity.5s;
    -moz-transition: opacity.5s;
    -o-transition: opacity.5s;
    transition: opacity.5s;
  }
  .services-link:hover .services-item__title-arrow {
    opacity: 1;
  }
  .services-item__content {
    border-color: var(--white);
    -webkit-transition: border-color.5s;
    -moz-transition: border-color.5s;
    -o-transition: border-color.5s;
    transition: border-color.5s;
  }
  .services-link:hover + .services-item__content {
    border-color: var(--secondary-color);
  }
}

.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: 0px 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;
    align-items: center;
    -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;
    align-items: flex-start;
  }
  .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: 100px;
  }
  .footer-contacts__menu__link {
    display: block;
    line-height: 130%;
  }
  .footer-contacts__menu__link:not(:last-child) {
    margin-bottom: 10px;
    white-space:nowrap;
  }
}

.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;
  }
}

@media only screen and (max-width: 1279px) {
  .content-wrapper {
    width: auto;
    margin: 0rem 2.5rem;
  }
}

@media only screen and (max-width: 425px) {
  .content-wrapper {
    width: auto;
    margin: 0rem 1.5rem;
  }
}

.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;
  }
}




.form-section p {
color: #bbbbbb;
}

label {
color: #dcdcdc;
}

input, textarea {
border: 1px solid #3a3d40;
color: #fff;
}

input:focus, textarea:focus {
border-color: #ffc85c;
box-shadow: 0 0 5px #ffc85c88;
}

input::placeholder, textarea::placeholder {
color: #777;
}

.attach-button {
border: 1px solid #ffffff;
color: #ffffff;
}

.attach-button:hover {
background: #ffffff;
color: #1c1f21;
}

.submit-button {
background: #ffc85c;
color: #000000;
}

.submit-button:hover {
background: #e6b64c;
}

.privacy-text {
color: #999;
}

.privacy-text a {
color: #ffffff;
}

.testimonial-section {
background: rgba(255, 255, 255, 0.05);
border: 1px solid #2a2d30;
}

.testimonial-section .quote {
color: #ffc85c;
}

.testimonial-text {
color: #cccccc;
}

.rating {
color: #ffc85c;
}

.user-photo {
border: 2px solid #ffc85c;
}


.user-title {
color: #aaaaaa;
}


@media (max-width:767px){
.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;
}
}
