@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GigaSans";
  src: url("../fonts/GigaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GigaSans";
  src: url("../fonts/GigaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GigaSans";
  src: url("../fonts/GigaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.h1,
h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .h1,
  h1 {
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 36px;
  }
}

.h2,
h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .h2,
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 766px) {
  .h2,
  h2 {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 30px;
  }
}

.h3,
h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .h3,
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h4,
h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h4,
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 21px;
  }
}

.h5,
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h5,
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .h5,
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
}

*,
::after,
::before {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "GigaSans";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "GigaSans";
  background: #181818;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-track {
  background: #181818;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #F5E179;
}

main {
  margin-top: 104px;
}
@media (max-width: 1080px) {
  main {
    margin-top: 98px;
  }
}
@media (max-width: 766px) {
  main {
    margin-top: 60px;
  }
}

p {
  margin: 0 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

img[data-src] {
  opacity: 0;
}

.noscroll {
  overflow: hidden !important;
}

.sprite-icons {
  display: none !important;
}

.button, .button-gold, .button-border {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 11px 24px;
  background: linear-gradient(176.23deg, #462523 -195.64%, #CB9B51 -113.99%, #F6E27A -42.55%, #F6F2C0 0.65%, #F6E27A 14.56%, #CB9B51 66.31%, #462523 119.26%);
  border: 1px solid transparent;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 42px;
  min-height: 56px;
}
@media (max-width: 1440px) {
  .button, .button-gold, .button-border {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 766px) {
  .button, .button-gold, .button-border {
    font-size: 15px;
    line-height: 24px;
  }
}
.button:hover, .button-gold:hover, .button-border:hover {
  background: linear-gradient(178.13deg, #462523 -432.5%, #CB9B51 -292.85%, #F6E27A -170.65%, #F6F2C0 -96.75%, #F6E27A -72.96%, #CB9B51 15.56%, #462523 106.13%);
}

.button-border {
  background: transparent;
  border-color: #F5E179;
}
.button-border:hover {
  background: transparent;
  color: #F5E179;
}

.button-gold {
  background: linear-gradient(176.23deg, #462523 -195.64%, #CB9B51 -113.99%, #F6E27A -42.55%, #F6F2C0 0.65%, #F6E27A 14.56%, #CB9B51 66.31%, #462523 119.26%);
  border: 1px solid #BD9029;
  -webkit-transition: none;
  transition: none;
}
.button-gold span {
  position: relative;
  z-index: 5;
}
.button-gold::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  border-radius: 42px;
  background: linear-gradient(178.13deg, #462523 -432.5%, #CB9B51 -292.85%, #F6E27A -170.65%, #F6F2C0 -96.75%, #F6E27A -72.96%, #CB9B51 15.56%, #462523 106.13%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button-gold:hover {
  background: linear-gradient(176.23deg, #462523 -195.64%, #CB9B51 -113.99%, #F6E27A -42.55%, #F6F2C0 0.65%, #F6E27A 14.56%, #CB9B51 66.31%, #462523 119.26%);
}
.button-gold:hover::after {
  opacity: 1;
}
.button-gold--big {
  padding: 23.5px 48px;
  min-height: 80px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .button-gold--big {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .button-gold--big {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 766px) {
  .button-gold--big {
    min-height: 56px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
  }
}

.container {
  width: 100%;
  max-width: 1616px;
  padding: 0 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
}

.about-us-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 48px;
}
@media (max-width: 1440px) {
  .about-us-item {
    padding: 24px;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .about-us-item {
    padding: 12px;
  }
}
.about-us-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1440px) {
  .about-us-item__top {
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .about-us-item__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-us-item__icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 640px) {
  .about-us-item__icon {
    width: 32px;
    height: 32px;
  }
}
.about-us-item__icon img,
.about-us-item__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-us-item__title {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .about-us-item__title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .about-us-item__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.about-us-item__text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #858585;
}
@media (max-width: 640px) {
  .about-us-item__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 381px;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .service-item {
    padding-left: 297px;
  }
}
@media (max-width: 1080px) {
  .service-item {
    padding-left: 0;
  }
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item .accordion {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 111, 99, 0)), to(rgba(124, 111, 99, 0.13)));
  background: linear-gradient(180deg, rgba(124, 111, 99, 0) 0%, rgba(124, 111, 99, 0.13) 100%);
  border-bottom: 2px solid #7C6F63;
  border-radius: 0 0 48px 0;
  padding: 0 48px;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .service-item .accordion {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.service-item.active .service-item__img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1080px) {
  .service-item.active .service-item__icon .plus {
    opacity: 0;
  }
  .service-item.active .service-item__icon .minus {
    opacity: 1;
  }
}
.service-item.active .accordion {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 225, 121, 0)), to(rgba(245, 225, 121, 0.3)));
  background: linear-gradient(180deg, rgba(245, 225, 121, 0) 0%, rgba(245, 225, 121, 0.3) 100%);
  padding-bottom: 48px;
}
@media (max-width: 1440px) {
  .service-item.active .accordion {
    padding-bottom: 32px;
  }
}
@media (max-width: 1080px) {
  .service-item.active .accordion {
    background: none;
  }
}
@media (max-width: 766px) {
  .service-item.active .accordion {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .service-item.active .accordion-head {
    border-color: #181818;
  }
}
.service-item__img {
  width: 300px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 1440px) {
  .service-item__img {
    width: 216px;
    height: 216px;
  }
}
@media (max-width: 1080px) {
  .service-item__img {
    width: 80px;
    height: 80px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 12px;
    left: 10px;
  }
}
@media (max-width: 766px) {
  .service-item__img {
    width: 50px;
    height: 50px;
    top: 10px;
  }
}
.service-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.service-item__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1440px) {
  .service-item__content ul {
    margin-top: -3px;
  }
}
@media (max-width: 1080px) {
  .service-item__content ul {
    margin-top: 24px;
  }
}
@media (max-width: 766px) {
  .service-item__content ul {
    margin-top: 15px;
    gap: 15px;
  }
}
.service-item__content ul li {
  position: relative;
  padding-left: 36px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .service-item__content ul li {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .service-item__content ul li {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 766px) {
  .service-item__content ul li {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 766px) and (max-width: 766px) {
  .service-item__content ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.service-item__content ul li svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 47px 0;
}
@media (max-width: 1440px) {
  .service-item__head {
    padding: 32px 0 34px;
  }
}
@media (max-width: 1080px) {
  .service-item__head {
    padding: 32px 0 32px 114px;
    background-color: #181818;
    border-radius: 15px;
    border: 0.75px solid #7C6F63;
  }
}
@media (max-width: 766px) {
  .service-item__head {
    padding: 9px 0 9px 75px;
    min-height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-item__number {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  color: #F5E179;
}
@media (max-width: 1440px) {
  .service-item__number {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .service-item__number {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1080px) {
  .service-item__number {
    display: none;
  }
}
.service-item__title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .service-item__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 766px) {
  .service-item__title {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 30px;
  }
}
.service-item__icon {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  margin: auto 24px auto auto;
}
@media (max-width: 1080px) {
  .service-item__icon {
    display: block;
  }
}
@media (max-width: 766px) {
  .service-item__icon {
    margin-right: 10px;
  }
}
.service-item__icon svg {
  width: 100%;
  height: 100%;
  stroke: #F5E179;
  position: absolute;
  top: 0;
  left: 0;
}
.service-item__icon .plus {
  opacity: 1;
}
.service-item__icon .minus {
  opacity: 0;
}
.service-item__body {
  margin-top: 0;
}
@media (max-width: 1440px) {
  .service-item__body {
    margin-top: -5px;
  }
}
@media (max-width: 1080px) {
  .service-item__body {
    margin-top: 0;
  }
}
.service-item .button-gold {
  margin-top: 24px;
}
@media (max-width: 766px) {
  .service-item .button-gold {
    padding: 16px 12px;
    width: 100%;
    max-width: 400px;
    margin-top: 14px;
  }
}

.accordion {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.accordion .accordion-head {
  position: relative;
  z-index: 3;
  width: 100%;
}
.accordion .accordion-body {
  overflow: hidden;
}
.accordion:not(.active) .accordion-body {
  height: 0;
}

.methods-item {
  position: relative;
  border-radius: 48px 48px 0 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 111, 99, 0.13)), to(rgba(124, 111, 99, 0)));
  background: linear-gradient(180deg, rgba(124, 111, 99, 0.13) 0%, rgba(124, 111, 99, 0) 100%);
  overflow: hidden;
}
@media (max-width: 766px) {
  .methods-item {
    border-radius: 24px 24px 0 0;
  }
}
.methods-item:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 766px) {
  .methods-item:nth-child(2) {
    margin-top: 0;
  }
}
.methods-item:nth-child(3) {
  margin-top: 50px;
}
@media (max-width: 766px) {
  .methods-item:nth-child(3) {
    margin-top: 0;
  }
}
.methods-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px 48px 0 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7C6F63), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(180deg, #7C6F63 0%, rgba(34, 34, 34, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 766px) {
  .methods-item::before {
    border-radius: 24px 24px 0 0;
  }
}
.methods-item__content {
  position: relative;
  z-index: 5;
  padding: 48px 60px 140px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1440px) {
  .methods-item__content {
    padding: 24px 24px 100px 24px;
  }
}
@media (max-width: 1080px) {
  .methods-item__content {
    gap: 0;
  }
}
@media (max-width: 766px) {
  .methods-item__content {
    padding: 30px 24px;
  }
}
.methods-item__icon {
  width: 48px;
  height: 48px;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .methods-item__icon {
    width: 24px;
    height: 24px;
  }
}
.methods-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1080px) {
  .methods-item__head {
    margin-bottom: 15px;
  }
}
.methods-item__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .methods-item__title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 766px) {
  .methods-item__title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 1080px) {
  .methods-item__title {
    font-size: 32px;
    line-height: 34px;
  }
}
.methods-item__subtitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.methods-item__text {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .methods-item__text {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .methods-item__text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1080px) {
  .methods-item__text {
    font-size: 16px;
    line-height: 21px;
  }
}

.expertise-item {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(24, 24, 24, 0.2);
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .expertise-item {
    opacity: 1 !important;
  }
}
@media (max-width: 766px) {
  .expertise-item {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.expertise-item__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.expertise-item:nth-child(3) {
  opacity: 1;
  padding: 87px 20px 20px;
  text-align: right;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(3) {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(3) {
    padding: 32px;
  }
}
@media (max-width: 766px) {
  .expertise-item:nth-child(3) {
    padding: 0;
  }
}
.expertise-item:nth-child(3) .expertise-item__title {
  margin-left: auto;
  margin-right: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(3) .expertise-item__title {
    margin-right: 0;
  }
}
.expertise-item:nth-child(3) .expertise-item__text {
  margin-left: auto;
  margin-right: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(3) .expertise-item__text {
    margin-right: 0;
  }
}
.expertise-item:nth-child(3) .expertise-item__img {
  margin-left: auto;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(3) .expertise-item__img {
    margin-top: -10px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(3) .expertise-item__img {
    margin-top: 7px;
  }
}
.expertise-item:nth-child(4) {
  padding: 87px 20px 20px;
  text-align: left;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(4) {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(4) {
    padding: 32px;
  }
}
.expertise-item:nth-child(4) .expertise-item__title {
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(4) .expertise-item__title {
    margin-left: 0;
  }
}
.expertise-item:nth-child(4) .expertise-item__text {
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(4) .expertise-item__text {
    margin-left: 0;
  }
}
.expertise-item:nth-child(4) .expertise-item__img {
  margin-right: auto;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(4) .expertise-item__img {
    margin-top: -10px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(4) .expertise-item__img {
    margin-top: 7px;
  }
}
.expertise-item:nth-child(5) {
  padding: 20px 20px 87px;
  text-align: right;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(5) {
    padding: 20px 20px 60px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(5) {
    padding: 32px;
  }
}
.expertise-item:nth-child(5) .expertise-item__title {
  margin-left: auto;
  margin-right: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(5) .expertise-item__title {
    margin-right: 0;
    margin-left: auto;
  }
}
.expertise-item:nth-child(5) .expertise-item__text {
  margin-left: auto;
  margin-right: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(5) .expertise-item__text {
    margin-right: 0;
    margin-left: auto;
  }
}
.expertise-item:nth-child(5) .expertise-item__img {
  margin-left: auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(5) .expertise-item__img {
    margin-bottom: -10px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(5) .expertise-item__img {
    margin-bottom: 7px;
  }
}
.expertise-item:nth-child(6) {
  padding: 20px 20px 87px;
  text-align: left;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(6) {
    padding: 20px 20px 60px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(6) {
    padding: 32px;
  }
}
.expertise-item:nth-child(6) .expertise-item__title {
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(6) .expertise-item__title {
    margin-right: 0;
    margin-left: 0;
  }
}
.expertise-item:nth-child(6) .expertise-item__text {
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(6) .expertise-item__text {
    margin-left: 0;
  }
}
.expertise-item:nth-child(6) .expertise-item__img {
  margin-right: auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (max-width: 1440px) {
  .expertise-item:nth-child(6) .expertise-item__img {
    margin-bottom: -10px;
  }
}
@media (max-width: 1080px) {
  .expertise-item:nth-child(6) .expertise-item__img {
    margin-bottom: 7px;
  }
}
@media (max-width: 766px) {
  .expertise-item:nth-child(3), .expertise-item:nth-child(4), .expertise-item:nth-child(5), .expertise-item:nth-child(6) {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .expertise-item:nth-child(3) .expertise-item__title, .expertise-item:nth-child(4) .expertise-item__title, .expertise-item:nth-child(5) .expertise-item__title, .expertise-item:nth-child(6) .expertise-item__title {
    text-align: left;
    padding-right: 52px;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .expertise-item:nth-child(3) .expertise-item__text, .expertise-item:nth-child(4) .expertise-item__text, .expertise-item:nth-child(5) .expertise-item__text, .expertise-item:nth-child(6) .expertise-item__text {
    text-align: left;
    margin: 0;
    max-width: 470px;
  }
}
@media (max-width: 766px) {
  .expertise-item:nth-child(3) .expertise-item__img, .expertise-item:nth-child(4) .expertise-item__img, .expertise-item:nth-child(5) .expertise-item__img, .expertise-item:nth-child(6) .expertise-item__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 -40px auto;
  }
}
.expertise-item__title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 510px;
  width: 100%;
}
@media (max-width: 1440px) {
  .expertise-item__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 766px) {
  .expertise-item__title {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .expertise-item__title {
    max-width: 342px;
  }
}
.expertise-item__text {
  margin-bottom: 7px;
  max-width: 510px;
  width: 100%;
}
@media (max-width: 1440px) {
  .expertise-item__text {
    max-width: 342px;
    margin-bottom: 0;
  }
}
.expertise-item__img {
  width: 60px;
  height: 60px;
}
@media (max-width: 1440px) {
  .expertise-item__img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 766px) {
  .expertise-item__img {
    width: 40px;
    height: 40px;
  }
}
.expertise-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 24px 48px;
}
@media (max-width: 1440px) {
  .step-item {
    padding: 12px 24px;
  }
}
@media (max-width: 640px) {
  .step-item {
    padding: 0;
  }
}
.step-item:nth-child(1) .step-item__icon {
  -webkit-transform: rotate(41.98deg);
      -ms-transform: rotate(41.98deg);
          transform: rotate(41.98deg);
}
.step-item:nth-child(2) .step-item__icon {
  -webkit-transform: rotate(-15.4deg);
      -ms-transform: rotate(-15.4deg);
          transform: rotate(-15.4deg);
}
.step-item:nth-child(3) .step-item__icon {
  -webkit-transform: rotate(76.2deg);
      -ms-transform: rotate(76.2deg);
          transform: rotate(76.2deg);
}
.step-item:nth-child(4) .step-item__icon {
  -webkit-transform: rotate(77.86deg);
      -ms-transform: rotate(77.86deg);
          transform: rotate(77.86deg);
}
.step-item:nth-child(5) .step-item__icon {
  -webkit-transform: rotate(24.98deg);
      -ms-transform: rotate(24.98deg);
          transform: rotate(24.98deg);
}
.step-item:nth-child(6) .step-item__icon {
  -webkit-transform: rotate(-51.74deg);
      -ms-transform: rotate(-51.74deg);
          transform: rotate(-51.74deg);
}
.step-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 640px) {
  .step-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.step-item__icon {
  width: 40px;
  height: 40px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.step-item__icon svg {
  width: 36px;
  height: 29px;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.step-item__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .step-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .step-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.step-item__text {
  color: #858585;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .step-item__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.review-item {
  background: rgba(255, 255, 255, 0.0588235294);
  border-radius: 16px;
  padding: 48px;
}
@media (max-width: 766px) {
  .review-item {
    padding: 15px;
  }
}
.review-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .review-item__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}
.review-item__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .review-item__avatar {
    width: 20px;
    height: 20px;
  }
}
.review-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review-item__name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .review-item__name {
    font-size: 11px;
    line-height: 14.3px;
  }
}
.review-item__position {
  font-size: 14px;
  line-height: 17.64px;
  font-weight: 400;
  font-family: "Outfit";
  color: #DCCDB4;
}
@media (max-width: 640px) {
  .review-item__position {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 640px) {
  .review-item__text {
    font-size: 12px;
    line-height: 16px;
  }
}

.vacancie-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 23px 0 0 0;
  border-top: 0.75px solid #7C6F63;
}
.vacancie-item__icon {
  width: 40px;
  height: 40px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-15.4deg);
      -ms-transform: rotate(-15.4deg);
          transform: rotate(-15.4deg);
}
.vacancie-item__icon svg {
  width: 36px;
  height: 29px;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .vacancie-item__icon svg {
    top: 37%;
    left: 44%;
  }
}
.vacancie-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.vacancie-item__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .vacancie-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .vacancie-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.vacancie-item__text {
  color: #DCCDB4;
  margin-right: 50px;
}
.vacancie-item__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vacancie-item__btn .button-border {
  padding-left: 23px;
  padding-right: 23px;
}

.vacancie-accordion.active .vacancie-accordion__icon .plus {
  opacity: 0;
}
.vacancie-accordion.active .vacancie-accordion__icon .minus {
  opacity: 1;
}
.vacancie-accordion.active .vacancie-accordion__head {
  border-color: #181818;
}
.vacancie-accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 14px 10px;
  background-color: #181818;
  border-radius: 15px;
  border: 0.75px solid #DCCDB4;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.vacancie-accordion__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .vacancie-accordion__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .vacancie-accordion__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.vacancie-accordion__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.vacancie-accordion__icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke: #F5E179;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vacancie-accordion__icon .plus {
  opacity: 1;
}
.vacancie-accordion__icon .minus {
  opacity: 0;
}
.vacancie-accordion__text {
  padding-top: 15px;
  color: #DCCDB4;
}
.vacancie-accordion__btn {
  margin-top: 15px;
}
.vacancie-accordion__btn .button-border {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.form .form-row {
  width: 100%;
  position: relative;
}
.form .form-row__wrapper {
  position: relative;
}
.form .form-row__wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  width: 24px;
  height: 24px;
}
.form .form-row__input {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #858585;
  border-radius: 60px;
  padding: 16px 15px 16px 49px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #181818;
}
@media (max-width: 766px) {
  .form .form-row__input {
    font-size: 14px;
    line-height: 20px;
  }
}
.form .form-row__input::-webkit-input-placeholder {
  color: #181818;
  opacity: 0.8;
}
.form .form-row__input::-moz-placeholder {
  color: #181818;
  opacity: 0.8;
}
.form .form-row__input:-ms-input-placeholder {
  color: #181818;
  opacity: 0.8;
}
.form .form-row__input::-ms-input-placeholder {
  color: #181818;
  opacity: 0.8;
}
.form .form-row__input::placeholder {
  color: #181818;
  opacity: 0.8;
}
.form .form-row__input:-webkit-autofill, .form .form-row__input:-webkit-autofill:hover, .form .form-row__input:-webkit-autofill:focus, .form .form-row__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px white inset !important;
}
.form .form-row__input--textarea {
  min-height: 100px;
  resize: none;
  overflow: hidden;
  padding: 10px 15px;
}
.form .form-row .button, .form .form-row .button-border, .form .form-row .button-gold {
  width: 100%;
}
.form .form-row__error {
  display: none;
  width: 100%;
  font-size: 11px;
  line-height: 14.3px;
  font-weight: 400;
  color: #DB1F1A;
  text-align: left;
  margin-top: 6px;
}
.form .form-text {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 14.3px;
  font-weight: 400;
}
.form .form-text a {
  color: #F5E179;
}
.form .form-text a:hover {
  text-decoration: underline;
}
.form .form-row.error .form-row__error {
  display: block;
}
.form .form-row.error .form-row__input {
  border-color: #DB1F1A;
}

:root {
  --swiper-theme-color: #181818;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.gp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 90;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #181818;
}
@media (max-width: 1080px) {
  .gp-header {
    position: fixed;
  }
}
.gp-header .gp-header-bar {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .gp-header .gp-header-bar {
    padding: 15px 0;
  }
}
.gp-header .header-bar-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gp-header .header-bar-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1080px) {
  .gp-header .header-bar-main__wrapper {
    background-color: rgba(24, 24, 24, 0.9490196078);
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 2px solid #F5E179;
    padding: 30px 0 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1080px) {
  .gp-header .header-bar-main {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    top: 98px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
    min-height: calc(100vh - 98px);
  }
}
@media (max-width: 1080px) and (max-width: 766px) {
  .gp-header .header-bar-main {
    top: 60px;
    min-height: calc(100vh - 60px);
  }
}
.gp-header .header-bar-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 132px;
  height: 50px;
}
@media (max-width: 766px) {
  .gp-header .header-bar-logo {
    width: 79px;
    height: 30px;
  }
}
.gp-header .header-bar-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gp-header .header-bar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .gp-header .header-bar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-bottom: 15px;
  }
}
.gp-header .header-bar-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.gp-header .header-bar-nav li:last-of-type .header-bar-nav-dec {
  display: none;
}
@media (max-width: 1080px) {
  .gp-header .header-bar-nav li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.gp-header .header-bar-nav .link-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .gp-header .header-bar-nav .link-anchor {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 766px) {
  .gp-header .header-bar-nav .link-anchor {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1080px) {
  .gp-header .header-bar-nav .link-anchor {
    font-size: 17px;
    line-height: 32px;
  }
}
.gp-header .header-bar-nav .link-anchor span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.gp-header .header-bar-nav .link-anchor span::before {
  position: absolute;
  top: 100%;
  left: 0;
  color: #F5E179;
  content: attr(data-hover);
  text-wrap: nowrap;
}
.gp-header .header-bar-nav .link-anchor svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 767px) {
  .gp-header .header-bar-nav .link-anchor:hover span {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.gp-header .header-bar-nav .header-bar-nav-dec {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.gp-header .header-bar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1080px) {
  .gp-header .header-bar-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gp-header .header-bar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
}
.gp-header .header-bar-contact .header-bar-email {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-header .header-bar-contact .header-bar-email {
    font-size: 15px;
    line-height: 20px;
  }
}
.gp-header .header-bar-contact .header-bar-tel {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .gp-header .header-bar-contact .header-bar-tel {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1080px) {
  .gp-header .header-bar-button {
    display: none;
  }
}
.gp-header .header-bar-burger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}
@media (max-width: 1080px) {
  .gp-header .header-bar-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 766px) {
  .gp-header .header-bar-burger {
    width: 30px;
    height: 30px;
  }
}
.gp-header .header-bar-burger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  outline: none;
}
.gp-header .header-bar-burger__icon svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
@media (max-width: 766px) {
  .gp-header .header-bar-burger__icon svg {
    width: 30px;
    height: 30px;
  }
}
.gp-header .header-bar-burger .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gp-header .header-bar-burger .close {
  display: none;
}
.gp-header .header-bar-burger .close svg {
  stroke: #F5E179;
}
.gp-header.open .header-bar-burger .open {
  display: none;
}
.gp-header.open .header-bar-burger .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .gp-header.open .header-bar-main {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1080px) {
  .gp-header.open .header-bar-main .header-mob-bg {
    opacity: 0.9;
  }
}
@media (max-width: 1080px) {
  .gp-header.header-scroll {
    background: #222222;
  }
}
.gp-header .header-mob-bg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 98px;
  bottom: 0;
  background: #181818;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 1080px) {
  .gp-header .header-mob-bg {
    display: block;
  }
}
@media (max-width: 766px) {
  .gp-header .header-mob-bg {
    top: 60px;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  overflow-y: auto;
  color: #000000;
  display: none;
}
.popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.popup .popup-wrapper {
  position: relative;
  z-index: 9;
  width: 360px;
  max-width: 100%;
  margin: auto auto;
}
.popup .popup-content {
  text-align: center;
  width: 360px;
  max-width: 100%;
  padding: 30px;
  border-radius: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1490196078);
}
.popup .popup-close {
  position: relative;
  z-index: 3;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .popup .popup-close {
    margin-bottom: 15px;
  }
}
.popup .popup-close svg {
  width: 24px;
  height: 24px;
  stroke: #181818;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .popup .popup-close:hover svg {
    stroke: #F5E179;
  }
}
.popup .popup-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
}
.popup .popup-title {
  margin-bottom: 15px;
  min-height: 36px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .popup .popup-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .popup .popup-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .popup .popup-title {
    min-height: auto;
    margin-bottom: 15px;
  }
}
.popup .popup-text {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #858585;
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .popup .popup-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .popup .popup-text {
    margin-bottom: 15px;
  }
}
.popup .button, .popup .button-border, .popup .button-gold {
  width: 100%;
}
.popup .popup-icon {
  width: 88px;
  height: 80px;
  margin: 0 auto 15px auto;
}
.popup .popup-icon img,
.popup .popup-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.popup .popup-button {
  margin-top: 15px;
}

.gp-footer {
  margin: 48px 0 30px;
}
@media (max-width: 766px) {
  .gp-footer {
    margin: 30px 0 15px;
  }
}
@media (max-width: 766px) {
  .gp-footer .container {
    padding: 0 10px;
  }
}
.gp-footer .footer-copyright {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.gp-first-screen {
  margin: 170px 0 0 0;
  padding-bottom: 121px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .gp-first-screen {
    margin: 128px 0 0 0;
    padding-bottom: 88px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen {
    margin: 60px 0 0 0;
    padding-bottom: 60px;
  }
}
.gp-first-screen .first-screen {
  position: relative;
}
.gp-first-screen .first-screen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 90px;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__content {
    gap: 45px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__content {
    gap: 28px;
  }
}
.gp-first-screen .first-screen__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.gp-first-screen .first-screen__title-item {
  overflow: hidden;
  position: relative;
  padding: 55px 0 41px;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__title-item {
    padding: 43px 0 38px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-item {
    padding: 10px 0 11px;
  }
}
.gp-first-screen .first-screen__title-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 210px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 111, 99, 0)), to(rgba(124, 111, 99, 0.13)));
  background: linear-gradient(180deg, rgba(124, 111, 99, 0) 0%, rgba(124, 111, 99, 0.13) 100%);
  border-bottom: 2px solid #7C6F63;
  border-radius: 0 0 888px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__title-item::after {
    right: 58px;
  }
}
@media (max-width: 1080px) {
  .gp-first-screen .first-screen__title-item::after {
    right: 30px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-item::after {
    border-radius: 0 0 60px 0;
  }
}
.gp-first-screen .first-screen__title-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 210px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(245, 225, 121, 0)), to(rgba(245, 225, 121, 0.3)));
  background: linear-gradient(180deg, rgba(245, 225, 121, 0) 20%, rgba(245, 225, 121, 0.3) 100%);
  border-bottom: 2px solid #F5E179;
  border-radius: 0 0 888px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__title-item::before {
    right: 58px;
  }
}
@media (max-width: 1080px) {
  .gp-first-screen .first-screen__title-item::before {
    right: 30px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-item::before {
    border-radius: 0 0 60px 0;
  }
}
@media (min-width: 767px) {
  .gp-first-screen .first-screen__title-item:hover::before {
    opacity: 1;
  }
}
.gp-first-screen .first-screen__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
  width: 100%;
  max-width: 1616px;
  padding: 0 58px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .gp-first-screen .first-screen__title-line {
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.gp-first-screen .first-screen__title-line span {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #F5E179;
  margin-top: -6px;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__title-line span {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-line span {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__title-line span {
    margin-top: -2px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-line span {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.gp-first-screen .first-screen__title-line b {
  font-size: 132px;
  line-height: 0.696969;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__title-line b {
    font-size: 72px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__title-line b {
    font-size: 36px;
    line-height: 47px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
}
.gp-first-screen .first-screen__info {
  width: 100%;
  position: relative;
  z-index: 3;
}
.gp-first-screen .first-screen__info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__info .container {
    gap: 44px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1080px) {
  .gp-first-screen .first-screen__info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__info .container {
    gap: 30px;
  }
}
.gp-first-screen .first-screen__info .button-gold {
  min-width: 304px;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__info .button-gold {
    min-width: 283px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__info .button-gold {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 300px;
  }
}
.gp-first-screen .first-screen__text {
  max-width: 640px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__text {
    max-width: 439px;
  }
}
.gp-first-screen .first-screen__animation {
  position: absolute;
  top: -10.22vw;
  right: 4.98vw;
  width: 49.646vw;
  height: 58.656vw;
  -webkit-animation: transform 6s 0.1s linear infinite;
          animation: transform 6s 0.1s linear infinite;
}
@media (min-width: 1921px) {
  .gp-first-screen .first-screen__animation {
    top: -196.224px;
    right: 95.616px;
    width: 953.203px;
    height: 1126.195px;
  }
}
@media (max-width: 1440px) {
  .gp-first-screen .first-screen__animation {
    right: -1.98vw;
    width: 47.946vw;
    height: 59.956vw;
  }
}
@media (max-width: 766px) {
  .gp-first-screen .first-screen__animation {
    display: none;
  }
}
.gp-first-screen .first-screen__animation img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes transform {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(5.208vw);
            transform: translateY(5.208vw);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes transform {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(5.208vw);
            transform: translateY(5.208vw);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.gp-about-us {
  background-color: #ffffff;
  border-radius: 96px 96px 0 0;
  color: #181818;
  overflow: hidden;
}
@media (max-width: 766px) {
  .gp-about-us {
    border-radius: 48px 48px 0 0;
  }
}
.gp-about-us .about-us {
  padding-top: 140px;
}
@media (max-width: 1440px) {
  .gp-about-us .about-us {
    padding-top: 104px;
  }
}
@media (max-width: 766px) {
  .gp-about-us .about-us {
    padding-top: 60px;
  }
}
.gp-about-us .about-us__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}
@media (max-width: 1440px) {
  .gp-about-us .about-us__top {
    margin-bottom: 97px;
  }
}
@media (max-width: 1080px) {
  .gp-about-us .about-us__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
@media (max-width: 766px) {
  .gp-about-us .about-us__top {
    margin-bottom: 38px;
    gap: 30px;
  }
}
.gp-about-us .about-us__title {
  width: 566px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 1440px) {
  .gp-about-us .about-us__title {
    width: 570px;
  }
}
@media (max-width: 1080px) {
  .gp-about-us .about-us__title {
    width: 100%;
  }
}
.gp-about-us .about-us__title .accent {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .gp-about-us .about-us__title .accent {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 766px) {
  .gp-about-us .about-us__title .accent {
    font-size: 32px;
    line-height: 34px;
  }
}
.gp-about-us .about-us__title .label {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  padding: 10px 24px;
  background-color: #F5E179;
  border-radius: 40px;
  display: inline-block;
  position: absolute;
  left: 260px;
  top: -12px;
  text-wrap: nowrap;
}
@media (max-width: 1440px) {
  .gp-about-us .about-us__title .label {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .gp-about-us .about-us__title .label {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1440px) {
  .gp-about-us .about-us__title .label {
    left: 209px;
    top: -6px;
  }
}
@media (max-width: 766px) {
  .gp-about-us .about-us__title .label {
    padding: 10px 12px;
    left: 119px;
    top: -17.5px;
  }
}
.gp-about-us .about-us__text {
  width: 738px;
  max-width: calc(100% - 570px);
}
@media (max-width: 1080px) {
  .gp-about-us .about-us__text {
    max-width: 100%;
    width: 100%;
  }
}
.gp-about-us .about-us__text p:last-of-type {
  margin-bottom: 0;
}
.gp-about-us .about-us__wrapper {
  position: relative;
}
.gp-about-us .about-us__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 48px 48px 0 0;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #DCCDB4;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1080px) {
  .gp-about-us .about-us__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .gp-about-us .about-us__grid {
    grid-template-columns: 1fr;
    border-radius: 24px 24px 0 0;
    padding-bottom: 60px;
  }
}
.gp-about-us .about-us__img {
  position: absolute;
  top: -190px;
  left: 28.3%;
  width: 250px;
  height: 255px;
  z-index: 1;
  -webkit-transform: rotate(29.22deg);
      -ms-transform: rotate(29.22deg);
          transform: rotate(29.22deg);
}
@media (max-width: 1440px) {
  .gp-about-us .about-us__img {
    width: 179px;
    height: 182px;
    left: 31%;
    top: -146px;
  }
}
@media (max-width: 1080px) {
  .gp-about-us .about-us__img {
    display: none;
  }
}
.gp-about-us .about-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.gp-services {
  background-color: #222222;
  border-radius: 0 0 96px 96px;
}
@media (max-width: 766px) {
  .gp-services {
    border-radius: 0 0 48px 48px;
  }
}
.gp-services .services {
  padding: 140px 0 200px;
}
@media (max-width: 1440px) {
  .gp-services .services {
    padding: 100px 0 150px;
  }
}
@media (max-width: 766px) {
  .gp-services .services {
    padding: 60px 0 30px;
  }
}
.gp-services .services__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .gp-services .services__head {
    margin-bottom: 30px;
  }
}
.gp-services .services__subtitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  color: #F5E179;
}
@media (max-width: 1440px) {
  .gp-services .services__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .gp-services .services__subtitle {
    font-size: 16px;
    line-height: 21px;
  }
}
.gp-services .services__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .gp-services .services__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .gp-services .services__title {
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 36px;
  }
}

.gp-methods {
  padding-top: 145px;
}
@media (max-width: 1440px) {
  .gp-methods {
    padding-top: 105px;
  }
}
@media (max-width: 766px) {
  .gp-methods {
    padding-top: 60px;
  }
}
.gp-methods .methods__head {
  position: relative;
  margin-bottom: 138px;
}
@media (max-width: 1440px) {
  .gp-methods .methods__head {
    margin-bottom: 97px;
  }
}
@media (max-width: 766px) {
  .gp-methods .methods__head {
    margin-bottom: 30px;
  }
}
.gp-methods .methods__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
}
@media (max-width: 766px) {
  .gp-methods .methods__title {
    text-align: center;
  }
}
.gp-methods .methods__title span {
  font-size: 132px;
  line-height: 171.6px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-methods .methods__title span {
    font-size: 72px;
    line-height: 93.6px;
  }
}
@media (max-width: 766px) {
  .gp-methods .methods__title span {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
  }
}
@media (max-width: 766px) and (max-width: 1440px) {
  .gp-methods .methods__title span {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 766px) and (max-width: 766px) {
  .gp-methods .methods__title span {
    font-size: 32px;
    line-height: 34px;
  }
}
.gp-methods .methods__title b {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
  margin: -4px auto 0 auto;
}
@media (max-width: 1440px) {
  .gp-methods .methods__title b {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 766px) {
  .gp-methods .methods__title b {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .gp-methods .methods__title b {
    margin-top: 0;
  }
}
.gp-methods .methods__img {
  position: absolute;
  top: -43px;
  width: 606px;
  height: 581px;
  right: 83px;
}
@media (max-width: 1440px) {
  .gp-methods .methods__img {
    width: 464px;
    height: 444px;
    right: 11px;
    top: -34px;
  }
}
@media (max-width: 1080px) {
  .gp-methods .methods__img {
    width: 55%;
  }
}
@media (max-width: 766px) {
  .gp-methods .methods__img {
    display: none;
  }
}
.gp-methods .methods__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gp-methods .methods__wrapper {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1080px) {
  .gp-methods .methods__wrapper {
    gap: 12px;
  }
}
@media (max-width: 766px) {
  .gp-methods .methods__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.gp-img-block {
  width: 100%;
  max-width: 100%;
}
.gp-img-block .img-block {
  width: 100%;
  padding-bottom: 38.542%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .gp-img-block .img-block {
    padding-bottom: 42.188%;
  }
}
@media (max-width: 766px) {
  .gp-img-block .img-block {
    padding-bottom: 66.67%;
  }
}
.gp-img-block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.gp-expertise {
  padding-top: 140px;
}
@media (max-width: 1440px) {
  .gp-expertise {
    padding-top: 102px;
  }
}
@media (max-width: 766px) {
  .gp-expertise {
    padding: 60px 0;
  }
}
.gp-expertise .expertise {
  position: relative;
}
.gp-expertise .expertise::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #181818), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, #181818 50%, rgba(255, 255, 255, 0.2) 100%);
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .gp-expertise .expertise::after {
    height: 100px;
  }
}
@media (max-width: 766px) {
  .gp-expertise .expertise::after {
    display: none;
  }
}
.gp-expertise .expertise__head {
  text-align: center;
  max-width: 992px;
  margin: 0 auto 125px;
}
@media (max-width: 1440px) {
  .gp-expertise .expertise__head {
    max-width: 966px;
    margin-bottom: 98px;
  }
}
@media (max-width: 766px) {
  .gp-expertise .expertise__head {
    margin-bottom: 30px;
  }
}
.gp-expertise .expertise__subtitle {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  color: #F5E179;
}
@media (max-width: 1440px) {
  .gp-expertise .expertise__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 766px) {
  .gp-expertise .expertise__subtitle {
    font-size: 16px;
    line-height: 21px;
  }
}
.gp-expertise .expertise__title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-expertise .expertise__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 766px) {
  .gp-expertise .expertise__title {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 30px;
  }
}
.gp-expertise .expertise__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 400px;
  position: relative;
}
@media (max-width: 766px) {
  .gp-expertise .expertise__wrapper {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .gp-expertise .expertise__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.gp-expertise .expertise__wrapper::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: linear-gradient(176.23deg, #462523 -195.64%, #CB9B51 -113.99%, #F6E27A -42.55%, #F6F2C0 0.65%, #F6E27A 14.56%, #CB9B51 66.31%, #462523 119.26%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 766px) {
  .gp-expertise .expertise__wrapper::after {
    display: none;
  }
}
.gp-expertise .expertise__wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20C12.7124 20 20 12.7124 20 0C20 12.7124 27.2876 20 40 20C27.2876 20 20 27.2876 20 40C20 27.2876 12.7124 20 0 20Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 766px) {
  .gp-expertise .expertise__wrapper::before {
    display: none;
  }
}
.gp-expertise .expertise .line-dec {
  position: absolute;
  z-index: 4;
}
@media (max-width: 766px) {
  .gp-expertise .expertise .line-dec {
    display: none;
  }
}
.gp-expertise .expertise .line-dec:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(50%, #FFFFFF), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}
.gp-expertise .expertise .line-dec:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, #FFFFFF), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}

.gp-steps {
  padding-top: 188px;
  background-color: #ffffff;
  color: #181818;
  border-radius: 96px 96px 0 0;
}
@media (max-width: 1440px) {
  .gp-steps {
    padding-top: 149px;
  }
}
@media (max-width: 766px) {
  .gp-steps {
    padding-top: 30px;
    border-radius: 48px 48px 0 0;
  }
}
@media (max-width: 640px) {
  .gp-steps .container {
    padding: 0 10px;
  }
}
.gp-steps .steps {
  padding-bottom: 140px;
}
@media (max-width: 1440px) {
  .gp-steps .steps {
    padding-bottom: 100px;
  }
}
@media (max-width: 766px) {
  .gp-steps .steps {
    padding-bottom: 90px;
  }
}
.gp-steps .steps__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1440px) {
  .gp-steps .steps__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .gp-steps .steps__title {
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .gp-steps .steps__title {
    margin-bottom: 46px;
  }
}
@media (max-width: 640px) {
  .gp-steps .steps__title {
    margin-bottom: 48px;
  }
}
.gp-steps .steps__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 1px solid #DCCDB4;
  border-radius: 48px;
  padding: 24px 0 47px;
}
@media (max-width: 1080px) {
  .gp-steps .steps__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .gp-steps .steps__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 30px 20px 115px 20px;
    gap: 30px;
  }
}
.gp-steps .steps__btn {
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .gp-steps .steps__btn {
    margin-top: -40px;
  }
}
@media (max-width: 640px) {
  .gp-steps .steps__btn {
    margin-top: -88px;
  }
}
.gp-steps .steps__btn .button-gold {
  max-width: 100%;
  width: 400px;
}
@media (max-width: 1440px) {
  .gp-steps .steps__btn .button-gold {
    width: 388px;
  }
}
@media (max-width: 640px) {
  .gp-steps .steps__btn .button-gold {
    max-width: calc(100% - 20px - 20px);
  }
}
.gp-steps .steps-dec .line {
  border-top: 8px solid #181818;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.gp-steps .steps-dec .line:nth-child(1) {
  height: 26px;
  background: #B5B3B0;
}
.gp-steps .steps-dec .line:nth-child(2) {
  height: 30px;
  background: #72706F;
}
.gp-steps .steps-dec .line:nth-child(3) {
  height: 56px;
  background: #232323;
}

.gp-team {
  margin-top: -207px;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .gp-team {
    margin-top: -187px;
    margin-bottom: 100px;
  }
}
@media (max-width: 766px) {
  .gp-team {
    margin-top: -165px;
    margin-bottom: 60px;
  }
}
@media (max-width: 766px) {
  .gp-team .container {
    padding: 0;
  }
}
.gp-team .team__banner {
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  padding-bottom: 49.3333%;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .gp-team .team__banner {
    padding-bottom: 46.3917%;
  }
}
@media (max-width: 766px) {
  .gp-team .team__banner {
    padding-bottom: 66.67%;
    margin: 0 10px 30px;
    width: calc(100% - 20px);
  }
}
.gp-team .team__title {
  position: absolute;
  bottom: 55px;
  left: 60px;
  font-size: 132px;
  line-height: 120px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-team .team__title {
    font-size: 72px;
    line-height: 62px;
    bottom: 46px;
    left: 50px;
  }
}
@media (max-width: 766px) {
  .gp-team .team__title {
    font-size: 36px;
    line-height: 46.8px;
    bottom: 28px;
    left: 30px;
  }
}
.gp-team .team__img {
  border-radius: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gp-team .team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gp-team .team__head {
  border-top: 1px solid #7C6F63;
  padding: 48px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 98px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .gp-team .team__head {
    padding: 48px 50px 0;
    gap: 48px;
  }
}
@media (max-width: 1080px) {
  .gp-team .team__head {
    padding: 30px 20px 0;
  }
}
@media (max-width: 766px) {
  .gp-team .team__head {
    padding: 30px 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.gp-team .team__text {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-team .team__text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .gp-team .team__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.gp-team .team__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .gp-team .team__btn {
    width: 400px;
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .gp-team .team__btn .button-gold {
    width: 100%;
  }
}

.gp-reviews {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .gp-reviews {
    margin-bottom: 50px;
  }
}
@media (max-width: 766px) {
  .gp-reviews {
    margin-bottom: 30px;
  }
}
.gp-reviews .reviews__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .gp-reviews .reviews__container {
    gap: 7px;
  }
}
.gp-reviews .reviews-row {
  display: grid;
  grid-template-columns: repeat(4, 500px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1080px) {
  .gp-reviews .reviews-row {
    grid-template-columns: repeat(4, 41.667vw);
  }
}
@media (max-width: 766px) {
  .gp-reviews .reviews-row {
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .gp-reviews .reviews-row:nth-child(2) .review-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.gp-vacancies {
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .gp-vacancies {
    margin-bottom: 0;
  }
}
@media (max-width: 766px) {
  .gp-vacancies .container {
    padding: 0;
  }
}
.gp-vacancies .vacancies {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 111, 99, 0.13)), to(rgba(124, 111, 99, 0)));
  background: linear-gradient(180deg, rgba(124, 111, 99, 0.13) 0%, rgba(124, 111, 99, 0) 100%);
  position: relative;
  border-radius: 48px 48px 0 0;
  padding: 48px 48px 140px;
}
@media (max-width: 1440px) {
  .gp-vacancies .vacancies {
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .gp-vacancies .vacancies {
    padding: 30px;
  }
}
.gp-vacancies .vacancies::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px 48px 0 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7C6F63), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(180deg, #7C6F63 0%, rgba(34, 34, 34, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gp-vacancies .vacancies__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .gp-vacancies .vacancies__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .gp-vacancies .vacancies__title {
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .gp-vacancies .vacancies__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 766px) {
  .gp-vacancies .vacancies__title {
    margin-bottom: 24px;
  }
}
.gp-vacancies .vacancies__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 766px) {
  .gp-vacancies .vacancies__wrapper.vacancies__wrapper-desktop {
    display: none;
  }
}
.gp-vacancies .vacancies__wrapper.vacancies__wrapper-mobile {
  display: none;
}
@media (max-width: 766px) {
  .gp-vacancies .vacancies__wrapper.vacancies__wrapper-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gp-logos {
  margin-bottom: 140px;
}
@media (max-width: 1440px) {
  .gp-logos {
    margin-bottom: 100px;
  }
}
@media (max-width: 766px) {
  .gp-logos {
    margin-bottom: 60px;
  }
}
.gp-logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media (max-width: 1440px) {
  .gp-logos .logos {
    gap: 50px;
  }
}
@media (max-width: 766px) {
  .gp-logos .logos {
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .gp-logos .logos {
    gap: 10px;
  }
}
.gp-logos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .gp-logos .row {
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .gp-logos .row {
    gap: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .gp-logos .row:nth-child(1) .item:nth-child(4), .gp-logos .row:nth-child(1) .item:nth-child(5) {
    display: none;
  }
}
.gp-logos .row:nth-child(2) {
  display: none;
}
@media (max-width: 640px) {
  .gp-logos .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
  .gp-logos .row:nth-child(3) .item:nth-child(1), .gp-logos .row:nth-child(3) .item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1440px) {
  .gp-logos .item {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .gp-logos .item {
    height: 35px;
    width: calc(100% - 6.6666666667px);
  }
}
@media (max-width: 1440px) {
  .gp-logos .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.gp-contact-us {
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .gp-contact-us {
    margin-bottom: 30px;
  }
}
.gp-contact-us .contact-us {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 1440px) {
  .gp-contact-us .contact-us {
    padding-top: 144px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us {
    padding-top: 101px;
    overflow: hidden;
  }
}
.gp-contact-us .contact-us__bg {
  position: absolute;
  top: -299px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1327px;
  height: 583px;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .gp-contact-us .contact-us__bg {
    top: -296px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__bg {
    width: 487px;
    max-width: 487px;
    top: -70px;
  }
}
.gp-contact-us .contact-us__bg img {
  width: 100%;
  gap: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gp-contact-us .contact-us .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us .container {
    padding: 0;
  }
}
.gp-contact-us .contact-us__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .gp-contact-us .contact-us__title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__title {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.gp-contact-us .contact-us__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .gp-contact-us .contact-us__info {
    margin-bottom: 46px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__info {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.gp-contact-us .contact-us__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 48px;
}
.gp-contact-us .contact-us__info .item a {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration-color: transparent;
}
@media (max-width: 1440px) {
  .gp-contact-us .contact-us__info .item a {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__info .item a {
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 767px) {
  .gp-contact-us .contact-us__info .item a:hover {
    text-decoration-color: #ffffff;
  }
}
.gp-contact-us .contact-us__info .item:last-child a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .gp-contact-us .contact-us__info .item:last-child a:hover {
    text-decoration-color: transparent;
  }
}
.gp-contact-us .contact-us__form {
  background-color: #222222;
  border-radius: 48px;
  padding: 48px;
  position: relative;
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .gp-contact-us .contact-us__form {
    padding: 30px 15px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__form {
    max-width: 450px;
    padding: 48px;
    margin: 0 auto;
    width: calc(100% - 60px);
    border-radius: 30px;
  }
}
@media (max-width: 640px) {
  .gp-contact-us .contact-us__form {
    padding: 30px 15px;
  }
}
.gp-contact-us .contact-us__form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px;
  padding: 1px;
  background: radial-gradient(50% 211.2% at 50% 50%, #F5E179 0%, rgba(24, 24, 24, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__form::before {
    border-radius: 30px;
  }
}
.gp-contact-us .contact-us__form-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .gp-contact-us .contact-us__form-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__form-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__form-title {
    margin-bottom: 15px;
  }
}
.gp-contact-us .contact-us__form .form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1080px) {
  .gp-contact-us .contact-us__form .form {
    gap: 15px;
  }
}
@media (max-width: 766px) {
  .gp-contact-us .contact-us__form .form {
    grid-template-columns: 1fr;
  }
}
.gp-contact-us .contact-us__form .form .form-text {
  grid-column: 1/-1;
}
.gp-contact-us .contact-us__form .form .button-gold {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}