.services-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 340px;
  background-color: #01021E;
}
@media (max-width: 768px) {
  .services-section {
    padding-bottom: 160px;
    padding-top: 75px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .services-section {
    padding-bottom: 115px;
  }
}
.services-section::before {
  content: "";
  position: absolute;
  width: 648px;
  height: 1210px;
  background-image: url("../../../src/img/circle_left_service.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0, -40%);
      -ms-transform: translate(0, -40%);
          transform: translate(0, -40%);
  left: 0;
  z-index: 0;
}
.services-section::after {
  content: "";
  position: absolute;
  width: 748px;
  height: 1200px;
  background-image: url("../../../src/img/circle_right_service.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -100px;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .services-section::after {
    top: 225px;
    width: 259px;
    height: 424px;
  }
}
.services-section .services-section__content {
  position: relative;
}
.services-section .services-section__content .services-section__content-top-decoration {
  position: absolute;
  top: -35px;
  left: 45px;
}
@media (max-width: 768px) {
  .services-section .services-section__content .services-section__content-top-decoration {
    width: 260px;
    height: 260px;
    bottom: unset;
    top: 1%;
    left: 0;
  }
}
.services-section .services-section__content .services-section__content-bottom-decoration {
  position: absolute;
  right: 15%;
  bottom: -31%;
  z-index: 1;
}
@media (max-width: 768px) {
  .services-section .services-section__content .services-section__content-bottom-decoration {
    right: 17%;
    width: 260px;
    height: 260px;
    bottom: unset;
  }
}
.services-section .services-section__content .services-section__content-cross-decoration {
  position: absolute;
  top: 36px;
  left: -125px;
  z-index: 3;
}
@media (max-width: 768px) {
  .services-section .services-section__content .services-section__content-cross-decoration {
    left: -55px;
    top: -110px;
    width: 184px;
    height: 142px;
  }
}
.services-section .services-section__content .services_title {
  position: relative;
  display: block;
  width: 100%;
  font-family: "ClashDisplay";
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 24px;
  z-index: 2;
}
@media (max-width: 996px) {
  .services-section .services-section__content .services_title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .services-section .services-section__content .services_title {
    font-size: 35px;
    line-height: 35px;
  }
}
.services-section .services-section__content .services_title::before {
  content: "";
  position: absolute;
  background-image: url("../../../src/img/title_decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 204px;
  height: 204px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 996px) {
  .services-section .services-section__content .services_title::before {
    height: 0;
    width: 0;
    opacity: 0;
  }
}
.services-section .services-section__content .services_subtitle {
  display: block;
  width: 100%;
  max-width: 650px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 68px;
}
@media (max-width: 768px) {
  .services-section .services-section__content .services_subtitle {
    margin: 0 auto 32px;
  }
}
.services-section .services-section__content .services-section__content-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.services-section .services-section__content .services-section__content-grid .service__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 414px;
  padding-top: 58px;
  padding-bottom: 58px;
  padding-left: 42px;
  padding-right: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  border: 2px solid #221F3C;
  overflow: hidden;
  background: linear-gradient(132.84deg, #03031E 20.46%, rgba(3, 3, 30, 0) 99.45%), linear-gradient(228.03deg, rgba(3, 3, 30, 0) 42.07%, #03031E 78.42%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-section .services-section__content .services-section__content-grid .service__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../src/img/services_background.png");
  background-repeat: no-repeat;
  opacity: 1;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .services-section .services-section__content .services-section__content-grid .service__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.services-section .services-section__content .services-section__content-grid .service__item .service__item-content {
  position: relative;
  z-index: 2;
}
.services-section .services-section__content .services-section__content-grid .service__item .service__item-content .service__item-title {
  font-family: "ClashDisplay";
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .services-section .services-section__content .services-section__content-grid .service__item .service__item-content .service__item-title {
    font-size: 32px;
    line-height: 33px;
  }
}
.services-section .services-section__content .services-section__content-grid .service__item .service__item-content .service__item-description {
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .services-section .services-section__content .services-section__content-grid .service__item .service__item-content .service__item-description {
    font-size: 15px;
    line-height: 21PX;
  }
}
.services-section .services-section__content .services-section__content-grid .service__item .service__item-link {
  position: relative;
  z-index: 2;
  font-family: "Inter", serif;
  display: block;
  cursor: pointer;
  width: 192px;
  height: 44px;
  border-radius: 12px;
  line-height: 44px;
  background-color: #2B2040;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-section .services-section__content .services-section__content-grid .service__item .service__item-link:hover {
  opacity: 0.6;
}
.services-section .services-section__content .services-section__content-grid .service__item:nth-child(-n+3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
}
.services-section .services-section__content .services-section__content-grid .service__item:nth-child(-n+3) .service__item-content {
  max-width: 333px;
  width: 100%;
}
.services-section .services-section__content .services-section__content-grid .service__item:nth-child(n+4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
}
.services-section .services-section__content .services-section__content-grid .service__item:nth-child(n+4) .service__item-content {
  max-width: 333px;
  width: 100%;
}
.services-section .services-section__content .services-section__content-grid .service__item.service__item--full-link {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-section .services-section__content .services-section__content-grid .service__item.service__item--full-link:hover {
  border: 2px solid rgb(113, 25, 255);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(113, 25, 255, 0.92);
          box-shadow: 0px 0px 10px 0px rgba(113, 25, 255, 0.92);
}
@media (max-width: 768px) {
  .services-section .services-section__content .services-section__content-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-section .service_wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.home .services-section .services-section__content .services-section__content-grid .service__item:nth-child(-n+2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  min-width: 48%;
}
.home .services-section .services-section__content .services-section__content-grid .service__item:nth-child(n+3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
}