@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --index: calc(1vw + 1vh);
  --font-size: 16px;
  --line-height: 1.4;
  --item-width: 325px;
  --burger-color: black;
  --burger-color-active: white;
  --container-width: calc(1340px + 60px);
  --container-padding: 30px;
  --font-default: "Inter", sans-serif;
  --transition: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --transition2: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition3: cubic-bezier(0.715, -0.235, 0.120, 1.300);
  --bg-body: #0A0A0C;
  --color-body: white;
  --color-text: white;
  --red: #DF1E1E;
  --green: #CBDBB3;
  --black: #0A0A0C;
  --gray: #54545C;
  --gray-for-form: #1D1D21;
  --green-2: #829A5E;
  --dark-red: #6E0000;
}
@media screen and (max-width: 480px) {
  :root {
    --item-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 20px;
  }
}

/* responsive */
@font-face {
  font-family: "Diatype";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Diatype/ABCDiatype-Regular.woff2") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

input,
a {
  outline: none !important;
  color: var(--color-text);
}

button,
input,
textarea {
  font-family: var(--font-default);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

input:focus {
  outline: none;
}

html {
  font-size: var(--font-size);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal-item {
  opacity: 0;
  transform: translateY(24px);
}

.reveal-hero-item {
  opacity: 0;
  transform: translateY(20px);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-item,
  .reveal-hero-item {
    opacity: 1;
    transform: none;
  }
}
body {
  background: var(--bg-body);
  font-size: var(--font-size);
  min-width: 320px;
  position: relative;
  line-height: var(--line-height);
  font-family: var(--font-default);
  font-weight: normal;
  font-style: normal;
  color: var(--color-body);
  border-top: 8px solid var(--color-blue-light);
}
@media screen and (max-width: 992px) {
  body {
    border-top: 4px solid var(--color-blue-light);
  }
}
body.no-scroll {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  body.no-scroll {
    padding-right: 0px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 480px) {
  .-md4-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .-md3-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .-md1-hidden {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  max-width: var(--container-width);
}

.container-fluid {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.btn {
  font-size: 18px;
  line-height: 124%;
  font-weight: 500;
  padding: 18px 20px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}
.btn:disabled {
  cursor: default;
  pointer-events: none;
  color: #0A0A0C;
  background: #54545C;
}

.btn-primary {
  background: #DF1E1E;
  color: white;
}
.btn-primary:hover {
  color: #0A0A0C;
  background: #CBDBB3;
}

.btn-secondary {
  background: #CBDBB3;
  color: #0A0A0C;
}
.btn-secondary:hover {
  background: #DF1E1E;
  color: white;
}

.aioseo-breadcrumbs {
  color: #829A5E;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #829A5E;
  text-decoration: none;
}
.swiper-pagination {
  margin: 0;
  display: flex;
  justify-content: center;
  position: static;
  margin-top: 24px;
  gap: 6px;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  background: #54545C;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #DF1E1E;
}

.burger-content {
  background: #0A0A0C;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 998;
  padding: 96px 20px 10px;
}
.burger-content__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.burger-content__body .header__search {
  max-width: 100%;
  width: 100%;
  flex-grow: unset;
  margin-bottom: 44px;
}
.burger-content__body .header__search input {
  max-width: 100%;
  padding: 9px 8px;
}
.burger-content__body ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.burger-content__body ul + ul {
  gap: 24px;
  margin-top: 24px;
}
.burger-content__body ul li {
  list-style: none;
}
.burger-content__body ul li a {
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}
.burger-content__body ul li a:hover {
  color: #CBDBB3;
}
.burger-content__bottom {
  display: flex;
  justify-content: space-between;
  gap: 27px;
  margin-top: auto;
}
.burger-content__bottom-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.burger-content__bottom-item-title {
  text-decoration: none;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  transition: 0.3s ease;
}
.burger-content__bottom-item-title:hover {
  color: #CBDBB3;
}
.burger-content__bottom-item-sub {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
}

.header {
  padding: 24px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease;
}
.header.header--scrolled {
  padding: 16px 0;
  background: rgba(10, 10, 12, 0.72);
  border-bottom-color: rgba(137, 137, 165, 0.15);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header--green.header--scrolled {
  background: rgba(203, 219, 179, 0.85);
  border-bottom-color: rgba(130, 154, 94, 0.25);
}
.header--green.header--scrolled .header__content ul li a {
  color: #0A0A0C;
}
.header--green.header--scrolled .header__content ul li a:hover {
  color: #829A5E;
}
.header--red.header--scrolled {
  background: rgba(20, 8, 8, 0.78);
  border-bottom-color: rgba(223, 30, 30, 0.2);
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px 0;
  }
  .header.header--scrolled {
    padding: 14px 0;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.header__logo {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  max-width: 143px;
}
.header__logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 137px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .header__content {
    display: none;
  }
}
.header__content ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__content ul li {
  list-style: none;
}
.header__content ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__content ul li a {
    line-height: 140%;
  }
}
.header__content ul li a:hover {
  color: #CBDBB3;
}
.header__eye {
  display: flex;
  align-items: center;
  position: relative;
}
.header__eye--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__eye--mob {
    display: flex;
  }
}
.header__eye--mob .header__eye-small img {
  animation: eyeSmallMove 2s ease-in-out infinite alternate;
}
.header__eye-big {
  display: flex;
  align-items: center;
  max-width: 60px;
}
.header__eye-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__eye-small {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 33px;
}
.header__eye-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.1s ease;
}
.header__search {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  flex-grow: 1;
  background: linear-gradient(270deg, #1C1C22 0%, #0A0A0C 100%);
  max-width: 36px;
  transition: 0.3s ease;
  margin-left: auto;
}
.header__search::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.header__search input {
  border: none;
  background: none;
  padding: 9px 8px;
  width: 100%;
  line-height: 100%;
  max-width: 0px;
  overflow: hidden;
  padding: 9px 0;
  transition: 0.3s ease;
}
.header__search button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 8px 9px;
  cursor: pointer;
}
.header__search:hover {
  max-width: 546px;
}
.header__search:hover input {
  max-width: 546px;
  padding: 9px 8px;
}
.header__search.active {
  max-width: 546px;
}
.header__search.active input {
  max-width: 546px;
  padding: 9px 8px;
}
.header__burger {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .header__burger {
    display: flex;
  }
}
.header--green .header__burger path {
  stroke: #0A0A0C;
  transition: 0.3s ease;
}
.header--green .header__logo {
  position: relative;
  height: 31px;
  min-width: 137px;
  max-width: 137px;
}
.header--green .header__logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.header--green .header__logo img:last-child {
  opacity: 0;
  z-index: 1;
}
.header--green.active .header__logo img:last-child {
  opacity: 1;
}
.header--green.active .header__burger path {
  stroke: white;
}
.header--green .header__search {
  background: linear-gradient(90deg, #CBDBB3 -5.95%, rgba(189, 208, 159, 0.6) 105.8%);
  border: 1px solid rgb(168, 195, 127);
  max-width: 37px;
}
.header--green .header__search:hover {
  max-width: 546px;
}
.header--green .header__search.active {
  max-width: 546px;
}
.header--green .header__search::before {
  display: none;
}
.header--green .header__search input {
  color: #829A5E;
}
@media screen and (max-width: 992px) {
  .header--red .header__logo {
    display: none;
  }
}
.header--red .header__logo--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .header--red .header__logo--mob {
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  .header--red .header__logo {
    position: relative;
    height: 31px;
    min-width: 143px;
    max-width: 143px;
  }
  .header--red .header__logo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
  }
  .header--red .header__logo img:last-child {
    opacity: 0;
    z-index: 1;
  }
  .header--red.header--scrolled .header__logo img:last-child {
    opacity: 1;
  }
}
.header--red .header__search {
  background: linear-gradient(90deg, #AF1D1D -5.95%, rgba(197, 17, 17, 0) 105.8%);
  border: 1px solid rgba(223, 30, 30, 0.3);
  max-width: 37px;
}
.header--red .header__search:hover {
  max-width: 546px;
}
.header--red .header__search.active {
  max-width: 546px;
}
.header--red .header__search::before {
  display: none;
}
.header__search-results {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  min-width: 320px;
  background: #16161C;
  border: 1px solid rgba(137, 137, 165, 0.2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}
.header__search-results.active {
  display: block;
}
.header__search-results-list {
  display: flex;
  flex-direction: column;
  max-height: 360px;
  overflow-y: auto;
}
.header__search-results-item {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(137, 137, 165, 0.15);
  transition: 0.2s ease;
  text-decoration: none;
}
.header__search-results-item:last-child {
  border-bottom: none;
}
.header__search-results-item:hover {
  background: rgba(137, 137, 165, 0.1);
}
.header__search-results-item-title {
  color: white;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
.header__search-results-item-desc {
  color: #8989A5;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}
.header__search-results-all {
  display: block;
  padding: 12px 16px;
  text-align: center;
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  background: rgba(137, 137, 165, 0.08);
  text-decoration: none;
}
.header__search-results-all:hover {
  background: rgba(137, 137, 165, 0.16);
}
.header--green .header__search-results,
.header--red .header__search-results {
  background: #16161C;
  border-color: rgba(137, 137, 165, 0.2);
}
.burger-content__body .header__search-results {
  min-width: unset;
}

@keyframes eyeSmallMove {
  from {
    transform: translateX(-9px);
  }
  to {
    transform: translateX(7px);
  }
}
.homemain {
  position: relative;
  padding: 178px 0 30px;
  overflow: hidden;
  min-height: 100vh;
      display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  .homemain {
    padding: 292px 0 20px;
    display: block;
  }
}
.homemain::before {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% + 30px);
  top: -15px;
  background: rgb(10, 10, 12);
  z-index: 1;
  mix-blend-mode: overlay;
  filter: blur(29px);
}
@media screen and (max-width: 768px) {
  .homemain::before {
    display: none;
  }
}
.homemain::after {
  content: "";
  position: absolute;
  right: 0;
  width: calc(100% + 24px);
  height: 407px;
  bottom: -93px;
  background: linear-gradient(180deg, #0A0A0A 34.31%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
  filter: blur(29px);
}
@media screen and (max-width: 768px) {
  .homemain::after {
    top: 113px;
    bottom: auto;
    height: 307px;
    width: 100%;
    background: linear-gradient(180deg, #0A0A0A 27.46%, rgba(0, 0, 0, 0) 76.25%);
  }
}
.homemain__video {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 205px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .homemain__video {
    height: 331px;
    width: calc(100% + 178px);
    right: -8px;
    top: -20px;
  }
}
.homemain__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homemain__content {
  position: relative;
  z-index: 1;
  max-width: 656px;
}
.homemain__sub {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .homemain__sub {
    margin-bottom: 12px;
  }
}
.homemain__sub .green {
  color: #CBDBB3;
}
.homemain__sub .red {
  color: #DF1E1E;
}
.homemain__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .homemain__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .homemain__title {
    margin-bottom: 12px;
  }
}
.homemain__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.homemain__btn {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .homemain__btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .homemain__btn {
    width: 100%;
  }
}
.homemain__quote {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 3;
}

.homemain__quote span {
  max-width: 496px;
}

@media screen and (max-width: 768px) {
  .homemain__quote {
    display: none;
  }
}

.steps {
  padding: 84px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps {
    padding: 58px 0;
  }
}
.steps__title {
  margin-bottom: 70px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .steps__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .steps__title {
    margin-bottom: 24px;
  }
}
.steps__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .steps__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.steps__items {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .steps__items {
    gap: 0;
  }
}
.steps__item {
  display: flex;
  flex-direction: column;
  max-width: 419px;
}
@media screen and (max-width: 768px) {
  .steps__item {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
    padding: 24px 16px;
    max-width: 100%;
  }
  .steps__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
}
.steps__item-sub {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.steps__item-title {
  font-size: 24px;
  line-height: 124%;
  font-weight: 500;
  color: #CBDBB3;
}
@media screen and (max-width: 768px) {
  .steps__item-title {
    font-size: 20px;
    line-height: 120%;
  }
}
.steps__item-desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.steps__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .steps__img {
    max-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .steps__img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 24px;
  }
}
.steps__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps__img-ray {
  position: absolute;
  width: 31%;
  height: 42%;
  top: 34%;
  left: 33%;
  animation: raymove 5s ease-in-out infinite;
}
.steps__img-ray svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes raymove {
  0%, 100% {
    transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
  }
}
.fullcycle {
  padding: 100px 0;
  position: relative;
}
.fullcycle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .fullcycle {
    padding: 60px 0;
  }
}
.fullcycle__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
@media screen and (max-width: 992px) {
  .fullcycle__body {
    flex-direction: column;
    text-align: center;
  }
}
.fullcycle__left {
  max-width: 477px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 1280px) {
  .fullcycle__left {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .fullcycle__left {
    max-width: 100%;
  }
}
.fullcycle__left-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .fullcycle__left-title {
    font-size: 28px;
    line-height: 120%;
  }
}
.fullcycle__left-desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.fullcycle__eye {
  max-width: 60px;
  display: flex;
  align-items: center;
}
.fullcycle__eye img {
  width: 100%;
}
.fullcycle__desc {
  max-width: 504px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  align-self: flex-end;
}
@media screen and (max-width: 1280px) {
  .fullcycle__desc {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .fullcycle__desc {
    max-width: 100%;
    align-self: center;
  }
}

.flagman {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flagman {
    padding: 60px 0;
  }
}
.flagman::before {
  content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    background: rgba(10, 10, 12);
    z-index: 1;
    left: -270px;
    filter: blur(25px);
}
@media screen and (max-width: 768px) {
  .flagman::before {
    display: none;
  }
}
.flagman::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 108px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 12, 0) 15.32%, #0A0A0C 49.29%);
}
@media screen and (max-width: 768px) {
  .flagman::after {
    display: none;
  }
}
.flagman__body {
  min-height: 628px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  max-width: 328px;
}
@media screen and (max-width: 768px) {
  .flagman__body {
    gap: 32px;
    min-height: 0;
    max-width: 100%;
  }
}
.flagman__top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.flagman__sub {
  background: #CBDBB3;
  padding: 12px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #0A0A0C;
  border-radius: 10px;
}
.flagman__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .flagman__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .flagman__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flagman__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.flagman__title--mob {
  display: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flagman__title--mob {
    display: block;
  }
}
.flagman__video {
  position: absolute;
  right: -224px;
  top: -70px;
  width: calc(100% - 94px);
  height: calc(100% + 140px);
  z-index: 0;
  max-width: 1600px;
}
@media screen and (max-width: 1280px) {
  .flagman__video {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .flagman__video {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .flagman__video {
    position: static;
    width: 100%;
    aspect-ratio: 350/176;
    height: unset;
    border-radius: 20px;
    overflow: hidden;
    transform: rotate(180deg);
  }
}
.flagman__video video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .flagman__video video {
    position: static;
  }
}
.flagman__bottom {
  position: relative;
  z-index: 2;
}
.flagman__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.flagman__btn {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .flagman__btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .flagman__btn {
    width: 100%;
  }
}

.tech {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  position: relative;
}
.tech::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 27%;
  height: calc(100% - 1px);
  background: linear-gradient(270deg, rgba(10, 10, 12, 0) 0%, #0A0A0C 20.29%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .tech::after {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .tech::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tech {
    padding: 60px 0;
  }
}
.tech__body {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tech__body {
    flex-direction: column;
    gap: 24px;
  }
}
.tech__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 27%;
  align-items: flex-start;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .tech__content {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .tech__content {
    width: 100%;
    padding-right: 0;
  }
}
.tech__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .tech__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .tech__btn {
    display: none;
  }
}
.tech__btn--mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .tech__btn--mob {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 480px) {
  .tech__btn--mob {
    max-width: 100%;
  }
}
.tech__slider {
  width: 73%;
}
@media screen and (max-width: 992px) {
  .tech__slider {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .tech__slider {
    width: 100%;
  }
}
.tech__slider .swiper-slide {
  height: auto;
}
.tech__slider .swiper-slide:nth-child(1) .tech__slide-img::before {
  top: 21px;
  right: 18px;
}
.tech__slider .swiper-slide:nth-child(2) .tech__slide-img::before {
  top: 7px;
  right: 30.5px;
}
.tech__slider .swiper-slide:nth-child(3) .tech__slide-img::before {
  top: 35.5px;
  right: 9px;
}
.tech__slider .swiper-slide:nth-child(4) .tech__slide-img::before {
  top: 7px;
  right: 26px;
}
.tech__slider .swiper-slide._hovered {
  position: relative;
  z-index: 2;
}
.tech__slider .swiper-slide._hovered .tech__slide {
  transform: scale(1.05);
}
.tech__slide {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 16px;
  transition: transform 0.3s ease;
  position: relative;
}
.tech__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.tech__slide:hover .tech__slide-img::before {
  animation: techpoint 1s ease-in-out infinite;
}
.tech__slide:hover .tech__slide-btn {
  color: #DF1E1E;
}
.tech__slide:hover .tech__slide-btn path {
  stroke: #DF1E1E;
}
.tech__slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tech__slide-img {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 54px;
  position: relative;
}
.tech__slide-img::before {
  content: "";
  position: absolute;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  background: #DF1E1E;
  border-radius: 100%;
}
.tech__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.tech__slide-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #CBDBB3;
  margin-bottom: 12px;
}
.tech__slide-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .tech__slide-desc {
    line-height: 140%;
  }
}
.tech__slide-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #CBDBB3;
  text-decoration: none;
  font-size: 16px;
  line-height: 132%;
  font-weight: 500;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tech__slide-btn {
    line-height: 140%;
  }
}
.tech__slide-btn path {
  transition: 0.3s ease;
}

@keyframes techpoint {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.request {
  padding: 100px 0;
  position: relative;
}
/* .request::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
} */
@media screen and (max-width: 768px) {
  .request {
    padding: 60px 0;
  }
}
.request__body {
  display: flex;
  align-items: flex-start;
  gap: 44px;
}
@media screen and (max-width: 992px) {
  .request__body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.request__left {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.request__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .request__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.request__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.request form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .request form {
    gap: 32px;
  }
}
.request__form-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.request__input-wrap {
  grid-column: 4 span;
  position: relative;
}
@media screen and (max-width: 768px) {
  .request__input-wrap {
    grid-column: 12 span;
  }
}
.request__input-wrap input {
  width: 100%;
  background: #1D1D21;
  border-radius: 10px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  padding: 25px 12px 7px;
  border: 1px solid transparent;
  color: white;
  transition: border-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .request__input-wrap input {
    line-height: 140%;
  }
}
.request__input-wrap input::-moz-placeholder {
  color: transparent;
}
.request__input-wrap input::placeholder {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .request__input-wrap input {
    padding: 39px 12px 6px;
  }
}
.request__input-wrap label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #54545C;
  pointer-events: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .request__input-wrap label {
    line-height: 140%;
  }
}
.request__input-wrap input:not(:-moz-placeholder-shown) + label {
  top: 4px;
  transform: translateY(0);
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
}
.request__input-wrap input:focus + label,
.request__input-wrap input:not(:placeholder-shown) + label {
  top: 4px;
  transform: translateY(0);
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
}
@media screen and (max-width: 768px) {
  .request__input-wrap input:not(:-moz-placeholder-shown) + label {
    top: 12px;
  }
  .request__input-wrap input:focus + label,
  .request__input-wrap input:not(:placeholder-shown) + label {
    top: 12px;
  }
}
.request__input-wrap._error input {
  border-color: #DF1E1E;
}
.request__input-wrap._error label {
  top: 10px;
  transform: translateY(0);
  font-size: 12px;
  line-height: 140%;
  color: #DF1E1E;
}
.request__input-wrap__error-msg {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #DF1E1E;
  margin-top: 4px;
  padding-left: 12px;
}
.request__form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .request__form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.request__form-bottom label input {
  display: none;
}
.request__form-bottom label span {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
.request__form-bottom label span a {
  color: #CBDBB3;
}
.request__form-bottom label span::before {
  content: "";
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-color: #1D1D21;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.request__form-bottom label input:checked + span::before {
  background-image: url("../img/checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}
.request__form-bottom input[type=submit] {
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  .request__form-bottom input[type=submit] {
    width: 100%;
    padding: 18px;
  }
}

.homeeq {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.homeeq::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .homeeq {
    padding: 60px 0;
  }
}
.homeeq::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 35%;
  height: calc(100% - 1px);
  background: linear-gradient(270deg, rgba(10, 10, 12, 0) 0%, #0A0A0C 20.29%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .homeeq::after {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .homeeq::after {
    display: none;
  }
}
.homeeq__body {
  display: flex;
}
@media screen and (max-width: 768px) {
  .homeeq__body {
    flex-direction: column;
    gap: 24px;
  }
}
.homeeq__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 34%;
  align-items: flex-start;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .homeeq__content {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .homeeq__content {
    width: 100%;
    padding-right: 0;
  }
}
.homeeq__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.homeeq__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .homeeq__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.homeeq__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.homeeq__arrows {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .homeeq__arrows {
    display: none;
  }
}
.homeeq__arrow {
  display: flex;
  align-items: center;
  padding: 12.5px 20px;
  border-radius: 10px;
  background: linear-gradient(0deg, #0A0A0C 0%, rgba(95, 95, 114, 0.3) 50%, #0A0A0C 250%);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.homeeq__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background: #CBDBB3;
}
.homeeq__arrow svg {
  position: relative;
  z-index: 1;
}
.homeeq__arrow svg path {
  stroke: #0A0A0C;
  transition: 0.3s ease;
}
.homeeq__arrow.swiper-button-disabled::before {
  background: transparent;
}
.homeeq__arrow.swiper-button-disabled path {
  stroke: #54545C;
}
.homeeq__arrow.swiper-button-disabled:hover {
  cursor: default;
}
.homeeq__arrow.swiper-button-disabled:hover::before {
  background: transparent;
}
.homeeq__arrow.swiper-button-disabled:hover path {
  stroke: #54545C;
}
.homeeq__arrow:hover::before {
  background: #DF1E1E;
}
.homeeq__arrow:hover path {
  stroke: white;
}
.homeeq__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .homeeq__btns {
    display: none;
  }
}
.homeeq__btns--mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .homeeq__btns--mob {
    display: flex;
  }
}
.homeeq__btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-grow: 1;
}
.homeeq__slider {
  width: 66%;
}
@media screen and (max-width: 992px) {
  .homeeq__slider {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .homeeq__slider {
    width: 100%;
  }
}
.homeeq__slider .swiper-slide {
  height: auto;
}
.homeeq__slider .swiper-slide._hovered {
  position: relative;
  z-index: 2;
}
.homeeq__slider .swiper-slide._hovered .homeeq__slide {
  transform: scale(1.03);
}
.homeeq__slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .homeeq__slider .swiper-pagination {
    display: flex;
  }
}
.homeeq__slide {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  transition: transform 0.3s ease;
  position: relative;
}
.homeeq__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.homeeq__slide:hover .homeeq__slide-btn {
  color: #DF1E1E;
}
.homeeq__slide:hover .homeeq__slide-btn path {
  stroke: #DF1E1E;
}
.homeeq__slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homeeq__slide-img {
  height: 240px;
  display: flex;
  align-items: center;
}
.homeeq__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeeq__slide-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #CBDBB3;
}
.homeeq__slide-desc {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .homeeq__slide-desc {
    line-height: 140%;
  }
}
.homeeq__slide-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #CBDBB3;
  text-decoration: none;
  font-size: 16px;
  line-height: 132%;
  font-weight: 500;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .homeeq__slide-btn {
    line-height: 140%;
  }
}
.homeeq__slide-btn path {
  transition: 0.3s ease;
}

.videos {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.videos::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .videos {
    padding: 44px 0 60px;
  }
}
.videos__title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .videos__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .videos__title {
    text-align: left;
  }
}
.videos__desc {
  text-align: center;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  max-width: 690px;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .videos__desc {
    margin-top: 12px;
    text-align: left;
  }
}
.videos__slider {
  margin-top: 44px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .videos__slider {
    margin-top: 24px;
  }
}
.videos__slider .swiper-slide {
  height: auto;
}
.videos__slider .swiper-slide._hovered {
  position: relative;
  z-index: 2;
}
.videos__slider .swiper-slide._hovered .videos__slide {
  transform: scale(1.05);
}
.videos__slide {
  padding: 24px 24px 47px;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  transition: transform 0.3s ease;
  height: 100%;
}
.videos__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .videos__slide {
    padding: 24px 16px;
  }
}
.videos__slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos__slide-img {
  height: 169px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.videos__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos__slide-img-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #DF1E1E;
  transition: 0.3s ease;
  z-index: 2;
}
.videos__slide-img-play svg path {
  fill: white;
  transition: 0.3s ease;
}
.videos__slide-img-play:hover {
  background: #CBDBB3;
}
.videos__slide-img-play:hover svg path {
  fill: #0A0A0C;
}
.videos__slide-sub {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #CBDBB3;
}
@media screen and (max-width: 768px) {
  .videos__slide-sub {
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .videos__slide-sub {
    font-size: 16px;
    line-height: 132%;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .videos__slide-sub {
    line-height: 140%;
  }
}
.videos__slide-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .videos__slide-title {
    font-size: 24px;
    line-height: 124%;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .videos__slide-title {
    font-size: 20px;
    line-height: 120%;
  }
}

.pagemain {
  padding: 150px 0 0 0;
  background-image: url("../img/pagemain-bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0A0A0C;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .pagemain {
    background-image: none;
    background: #CBDBB3;
    padding: 84px 0 0 0;
  }
}
.pagemain__bg {
  display: none;
}
@media screen and (max-width: 992px) {
  .pagemain__bg {
    display: flex;
    width: calc(100% + 60px);
    margin: 0 -30px;
    margin-top: 57px;
  }
  .pagemain__bg img {
    width: 100%;
  }
}
.pagemain__wrap {
  min-height: 538px;
  display: flex;
  align-items: center;
}

.pagemain__wrap--solutions {
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  justify-content: center;
  max-width: 506px;
}

.pagemain__wrap--solutions .btn {
  background: #DF1E1E;
  color: white;
}

.pagemain__wrap--solutions .btn:hover {
  background: #0A0A0C;
  color: white;
}

@media screen and (max-width: 992px) {
  .pagemain__wrap {
    min-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .pagemain__wrap {
    min-height: 241px;
  }
}
.pagemain__title {
  max-width: 535px;
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagemain__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .pagemain__title--small {
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .pagemain__title--small {
    font-size: 28px;
    line-height: 120%;
  }
}

.pagecontent {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .pagecontent {
    padding: 60px 0;
  }
}
.pagecontent__body h2 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .pagecontent__body h2 {
    font-size: 28px;
    line-height: 120%;
  }
}
.pagecontent__body p {
  margin-top: 50px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}

.aboutsolutions {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .aboutsolutions {
    padding: 60px 0;
  }
}
.aboutsolutions__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .aboutsolutions__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.aboutsolutions__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.aboutsolutions__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aboutsolutions__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
}
.aboutsolutions__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.aboutsolutions__item-title {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aboutsolutions__item-title {
    font-size: 16px;
    line-height: 132%;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .aboutsolutions__item-title {
    line-height: 140%;
  }
}

.aboutclients {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .aboutclients {
    padding: 60px 0;
  }
}
.aboutclients__title {
  margin-bottom: 44px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .aboutclients__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.aboutclients__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .aboutclients__items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.aboutclients__item {
  max-height: 61px;
  display: flex;
  align-items: center;
}
.aboutclients__item img {
  width: 100%;
}

.docs {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.docs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .docs {
    padding: 60px 0;
  }
}
.docs__title {
  margin-bottom: 44px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .docs__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.docs__slider {
  position: relative;
}
.docs__slider .swiper-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.docs__slider .swiper-pagionation {
  margin-top: 44px;
}
.docs__slider .swiper-slide._hovered {
  position: relative;
  z-index: 2;
}
.docs__slide {
  display: flex;
  align-items: center;
  aspect-ratio: 236/335;
  transition: transform 0.3s ease;
}
.docs__slider .swiper-slide._hovered .docs__slide {
  transform: scale(1.05);
}
.docs__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutreqs {
  padding: 60px 0;
  position: relative;
}
.aboutreqs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
.aboutreqs__body {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.aboutreqs__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .aboutreqs__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .aboutreqs__title {
    font-size: 24px;
    line-height: 124%;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .aboutreqs__title {
    font-size: 20px;
    line-height: 120%;
  }
}
.aboutreqs__items {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .aboutreqs__items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .aboutreqs__items {
    flex-direction: column;
    gap: 0;
  }
}
.aboutreqs__items--top .aboutreqs__item {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .aboutreqs__items--top .aboutreqs__item {
    padding: 12px 0 !important;
  }
  .aboutreqs__items--top .aboutreqs__item:first-child {
    padding: 0 0 12px 0 !important;
  }
}
.aboutreqs__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  position: relative;
  padding-right: 20px;
}
.aboutreqs__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .aboutreqs__item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutreqs__item {
    gap: 8px;
    padding: 24px 0 12px;
  }
  .aboutreqs__item:first-child {
    padding: 0 0 12px 0;
  }
  .aboutreqs__item:not(:last-child) {
    border-bottom: 1px solid rgba(137, 137, 165, 0.1);
  }
}
.aboutreqs__item--big {
  flex-basis: 16%;
  padding-right: 58px;
}
.aboutreqs__item-sub {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #CBDBB3;
}
@media screen and (max-width: 768px) {
  .aboutreqs__item-sub {
    line-height: 140%;
  }
}
.aboutreqs__item-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aboutreqs__item-desc {
    line-height: 140%;
  }
}

.pageinfo {
  padding: 40px 0;
}
.pageinfo__body ul, .pageinfo__body ol {
  padding-left: 20px;
  margin-top: 12px;
}
.pageinfo__body a {
  text-decoration: none;
  transition: 0.3s ease;
}
.pageinfo__body a:hover {
  opacity: 0.6;
}
.pageinfo__body i {
  font-style: normal;
  color: #CBDBB3;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  margin-top: 12px;
}
.pageinfo__body i a {
  color: #DF1E1E;
  text-decoration: none;
  transition: 0.3s ease;
}
.pageinfo__body i a:hover {
  opacity: 0.6;
}
.pageinfo__body h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .pageinfo__body h2 {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .pageinfo__body h2 {
    margin-bottom: 10px;
  }
}
.pageinfo__body h2:not(:first-child) {
  margin-top: 80px;
}
.pageinfo__body strong {
  margin-top: 12px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 500;
  display: inline-block;
}
.pageinfo__body p {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .pageinfo--info h2 {
    font-size: 24px;
    line-height: 124%;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .pageinfo--info h2 {
    font-size: 20px;
    line-height: 120%;
  }
}

.eqhome {
  padding: 150px 0 0 0;
  background-image: url("../img/eqhome-bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0A0A0C;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .eqhome {
    background-image: none;
    padding: 84px 0 0 0;
  }
}
.eqhome .aioseo-breadcrumbs {
  color: #6E0000 !important;
}
.eqhome .aioseo-breadcrumbs * {
  color: #6E0000 !important;
}
@media screen and (max-width: 992px) {
  .eqhome .aioseo-breadcrumbs {
    color: #54545C !important;
  }
  .eqhome .aioseo-breadcrumbs * {
    color: #54545C !important;
  }
}
.eqhome__bg {
  display: none;
}
@media screen and (max-width: 992px) {
  .eqhome__bg {
    display: flex;
    width: calc(100% + 60px);
    margin: 0 -30px;
    margin-top: 30px;
  }
  .eqhome__bg img {
    width: 100%;
  }
}
.eqhome__wrap {
  min-height: 538px;
  color: white;
  max-width: 506px;
  padding-top: 60px;
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .eqhome__wrap {
    min-height: 0;
    padding-top: 30px;
  }
}
.eqhome__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .eqhome__title {
    font-size: 36px;
  }
}
.eqhome__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .eqhome__desc {
    font-size: 16px;
    line-height: 132%;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .eqhome__desc {
    line-height: 140%;
  }
}
.eqhome__btn {
  background: #0A0A0C;
}
@media screen and (max-width: 992px) {
  .eqhome__btn {
    background: #DF1E1E;
    display: block;
  }
}
.eqhome__btn:hover {
  background: #CBDBB3;
  color: #0A0A0C;
}

.equipment {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .equipment {
    padding: 60px 0;
  }
}
.equipment__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
.equipment__item {
  grid-column: 4 span;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.equipment__item:hover {
  transform: scale(1.05);
  position: relative;
  z-index: 2;
}
.equipment__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .equipment__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .equipment__item {
    grid-column: 12 span;
  }
}
.equipment__item-img {
  aspect-ratio: 384/281;
  max-height: 281px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.equipment__item-title {
  font-size: 24px;
  line-height: 124%;
  font-weight: 500;
  color: #CBDBB3;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .equipment__item-title {
    font-size: 20px;
    line-height: 120%;
  }
}
.equipment__item-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .equipment__item-desc {
    line-height: 140%;
  }
}
.equipment__item-btn {
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .equipment__item-btn {
    font-size: 16px;
    line-height: 132%;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .equipment__item-btn {
    line-height: 140%;
  }
}

.eqitem {
  padding: 154px 0 70px;
}
@media screen and (max-width: 768px) {
  .eqitem {
    padding: 89px 0 60px;
  }
}
.eqitem .aioseo-breadcrumbs {
  color: #54545C;
  margin-bottom: 53px;
}
@media screen and (max-width: 992px) {
  .eqitem .aioseo-breadcrumbs {
    margin-bottom: 33px;
  }
}
.eqitem .aioseo-breadcrumbs * {
  color: #54545C !important;
}
.eqitem__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  color: #CBDBB3;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eqitem__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .eqitem__title {
    margin-bottom: 12px;
    text-align: left;
  }
}
.eqitem__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  max-width: 888px;
}
@media screen and (max-width: 992px) {
  .eqitem__desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.eqitem__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.eqitem__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  max-width: 456px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .eqitem__img {
    max-width: 405px;
  }
}
@media screen and (max-width: 992px) {
  .eqitem__img {
    display: none;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 456px;
  }
}
.eqitem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
	max-height: 418px;
}
.eqitem__img--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .eqitem__img--mob {
    display: block;
    position: static;
    transform: none;
  }
}
.eqitem__items-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 340px;
}
@media screen and (max-width: 992px) {
  .eqitem__items-top {
    display: none;
  }
}
.eqitem__items-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 100px 85px 0;
  gap: 340px;
}
@media screen and (max-width: 1280px) {
  .eqitem__items-bottom {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .eqitem__items-bottom {
    display: none;
  }
}
.eqitem__item {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 29px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  min-width: 332px;
  max-width: 386px;
}
.eqitem__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .eqitem__item {
    line-height: 140%;
  }
}
@media screen and (max-width: 1280px) {
  .eqitem__item {
    min-width: 300px;
    max-width: 350px;
  }
}
.eqitem__item:last-child .eqitem__item-pseudo::before {
  content: "";
  position: absolute;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid white;
  background: #DF1E1E;
  top: 57px;
  left: -6px;
}
.eqitem__item:last-child .eqitem__item-pseudo::after {
  content: "";
  position: absolute;
  min-width: 196px;
  max-width: 196px;
  height: 1px;
  left: -203px;
  top: 63px;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(10, 10, 10) 100%);
}
.eqitem__item:first-child .eqitem__item-pseudo::before {
  content: "";
  position: absolute;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid white;
  background: #DF1E1E;
  top: 57px;
  right: -6px;
	left: auto;
}
.eqitem__item:first-child .eqitem__item-pseudo::after {
  content: "";
  position: absolute;
  min-width: 196px;
  max-width: 196px;
  height: 1px;
  right: -203px;
left: auto;
  top: 63px;
  background: linear-gradient(-270deg, rgb(255, 255, 255) 0%, rgb(10, 10, 10) 100%);
}
.eqitem__item--last {
  align-self: center;
  margin-top: 39px;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .eqitem__item--last {
    display: none;
  }
}
.eqitem__item--last .eqitem__item-pseudo::before {
  content: "";
  position: absolute;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid white;
  background: #DF1E1E;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.eqitem__item--last .eqitem__item-pseudo::after {
  content: "";
  position: absolute;
  min-width: 1px;
  max-width: 1px;
  height: 68px;
  left: 50%;
  transform: translateX(-50%);
  top: -74px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(10, 10, 10) 100%);
}
.eqitem__item-pseudo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.eqitem__item-sub {
  color: #CBDBB3;
}
.eqitem__slider {
  display: none;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .eqitem__slider {
    display: block;
  }
}
.eqitem__slider .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 29px;
  justify-content: flex-start;
}
.eqitem__slider .swiper-slide {
  height: auto;
}
.eqitem__slider .eqitem__item {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  padding-bottom: 56px;
}
.eqitem__slider .eqitem__item-sub span {
  color: #DF1E1E;
}
.eqitem__btn {
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .eqitem__btn {
    display: block;
    margin-top: 44px;
  }
}

.eqvideo {
  padding: 100px 0;
  position: relative;
}
.eqvideo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .eqvideo {
    padding: 60px 0;
  }
}
.eqvideo__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eqvideo__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .eqvideo__title {
    margin-bottom: 24px;
  }
}
.eqvideo__item {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 27px 31px;
  background: none;
  display: flex;
  align-items: center;
  aspect-ratio: 743/417;
  max-height: 417px;
  margin: 0 auto;
  position: relative;
}
.eqvideo__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .eqvideo__item {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 20px;
    max-height: 100%;
  }
  .eqvideo__item::before {
    display: none;
  }
}
.eqvideo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eqvideo__item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #DF1E1E;
  transition: 0.3s ease;
  z-index: 2;
}
.eqvideo__item-play svg path {
  fill: white;
  transition: 0.3s ease;
}
.eqvideo__item-play:hover {
  background: #CBDBB3;
}
.eqvideo__item-play:hover svg path {
  fill: #0A0A0C;
}

.eqphotos {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.eqphotos::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .eqphotos {
    padding: 60px 0;
  }
}
.eqphotos__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .eqphotos__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .eqphotos__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.eqphotos__slider .swiper-slide._hovered {
  position: relative;
  z-index: 2;
}
.eqphotos__slide {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 15.5px 13.5px;
  position: relative;
  background: none;
  transition: transform 0.3s ease;
}
.eqphotos__slider .swiper-slide._hovered .eqphotos__slide {
  transform: scale(1.05);
}
.eqphotos__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.eqphotos__slide-img {
  display: flex;
  align-items: center;
  max-height: 217px;
  aspect-ratio: 412/217;
}
.eqphotos__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eqphotos__slide-btns {
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
}
.eqphotos__slide-btn {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.eqphotos__slide-btn:hover {
  opacity: 0.6;
}

.pmain {
  padding: 149px 0 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pmain {
    padding: 96px 0 20px;
  }
}
.pmain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 235px;
  background: linear-gradient(180deg, #0A0A0A 27.46%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  left: 0;
  top: 0;
}
.pmain::after {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 100%;
  left: 0;
  height: 275px;
  background: linear-gradient(180deg, #0A0A0A 27.46%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pmain::after {
    bottom: 138px;
  }
}
.pmain .aioseo-breadcrumbs {
  position: relative;
  z-index: 2;
  color: #54545C;
}
.pmain .aioseo-breadcrumbs * {
  color: #54545C !important;
}
.pmain__before {
  position: absolute;
  left: 0;
  top: 0;
  width: 497px;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 56.46%, rgba(5, 5, 5, 0.399252) 78.83%, rgba(0, 0, 0, 0) 101.12%);
  transform: rotate(-90deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pmain__before {
    display: none;
  }
}
.pmain__wrap {
  min-height: 534px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 663px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pmain__wrap {
    min-height: 650px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .pmain__wrap {
    align-items: stretch;
  }
}
.pmain__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .pmain__title {
    font-size: 36px;
  }
}
.pmain__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.pmain__btn {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .pmain__btn {
    margin-top: 24px;
  }
}
.pmain__img {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  min-width: 1920px;
  height: 100%;
  width: 100%;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .pmain__img {
    max-width: 1159px;
    min-width: 1159px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    height: 496px;
  }
}
.pmain__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pmain--security .pmain__wrap {
  max-width: 755px;
}
.pmain--security .pmain__img {
  right: 0px;
  max-width: 1080px;
  min-width: 1080px;
  width: 100%;
  top: 60px;
  left: auto;
  transform: none;
}
@media screen and (max-width: 1600px) {
  .pmain--security .pmain__img {
    right: -167px;
  }
}
@media screen and (max-width: 1280px) {
  .pmain--security .pmain__img {
    right: -267px;
  }
}
@media screen and (max-width: 768px) {
  .pmain--security .pmain__img {
    max-width: 767px;
    min-width: 767px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 87px;
    height: 551px;
  }
}
.pmain--ai::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .pmain--ai::after {
    display: block;
  }
}
.pmain--ai .pmain__before {
  max-width: 759px;
  width: 100%;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 56.46%, rgba(5, 5, 5, 0.399252) 78.83%, rgba(0, 0, 0, 0) 101.12%);
  transform: rotate(-90deg);
}
@media screen and (max-width: 1280px) {
  .pmain--ai .pmain__before {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .pmain--ai .pmain__before {
    display: none;
  }
}
.pmain--ai .pmain__wrap {
  max-width: 362px;
}
@media screen and (max-width: 480px) {
  .pmain--ai .pmain__wrap {
    max-width: 100%;
  }
}
.pmain--ai .pmain__img {
  right: -179px;
  max-width: 1462px;
  min-width: 1462px;
  width: 100%;
  top: 96px;
  left: auto;
  transform: none;
}
.pmain--ai .pmain__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .pmain--ai .pmain__img {
    right: -267px;
  }
}
@media screen and (max-width: 768px) {
  .pmain--ai .pmain__img {
    max-width: 1028px;
    min-width: 1028px;
    right: auto;
    left: 65%;
    transform: translateX(-50%);
    top: 39px;
    height: 436px;
  }
}
/* .pmain--horus::before {
  display: none;
} */
@media screen and (max-width: 768px) {
  .pmain--horus::before {
    display: block;
  }
}
.pmain--horus .pmain__before {
  max-width: 563px;
  width: 100%;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.8) 56.46%, rgba(5, 5, 5, 0.399252) 78.83%, rgba(0, 0, 0, 0) 101.12%);
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .pmain--horus .pmain__before {
    display: none;
  }
}
.pmain--horus .pmain__title {
  font-size: 100px;
  line-height: 86%;
}
@media screen and (max-width: 768px) {
  .pmain--horus .pmain__title {
    font-size: 50px;
  }
}
.pmain--horus .pmain__wrap {
  max-width: 362px;
}
@media screen and (max-width: 480px) {
  .pmain--horus .pmain__wrap {
    max-width: 100%;
  }
}
.pmain--horus .pmain__img {
  right: -218px;
  margin-left: 148px;
  width: 100%;
  min-width: 0;
  top: 0;
  left: 148px;
  transform: none;
}
@media screen and (max-width: 768px) {
  .pmain--horus .pmain__img {
    max-width: 739px;
    min-width: 739px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    /* height: 739px; */
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .pmain--horus .pmain__img {
    left: 60%;
  }
}

.capabilities {
  padding: 100px 0;
  background: #0A0A0C;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .capabilities {
    padding: 60px 0;
  }
}
.capabilities__title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .capabilities__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.capabilities__title--one {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .capabilities__title--one {
    margin-bottom: 24px;
  }
}
.capabilities__desc {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .capabilities__desc {
    margin-bottom: 24px;
  }
}
.capabilities__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.capabilities__items--five {
  grid-template-columns: repeat(5, 1fr);
}
.capabilities__items--five .capabilities__item {
  grid-column: 1 span;
}
@media screen and (max-width: 992px) {
  .capabilities__items--five {
    grid-template-columns: repeat(12, 1fr);
  }
  .capabilities__items--five .capabilities__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 992px) and (max-width: 480px) {
  .capabilities__items--five {
    grid-column: 12 span;
  }
}
.capabilities__items--three .capabilities__item {
  grid-column: 4 span;
}
@media screen and (max-width: 992px) {
  .capabilities__items--three .capabilities__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .capabilities__items--three .capabilities__item {
    grid-column: 12 span;
  }
}
.capabilities__item {
  grid-column: 3 span;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 24px 29px 31px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.capabilities__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .capabilities__item {
    line-height: 140%;
  }
}
@media screen and (max-width: 992px) {
  .capabilities__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .capabilities__item {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .capabilities__item {
    grid-column: 12 span;
  }
}
.capabilities__item-title {
  color: #CBDBB3;
}

.principle {
  padding: 100px 0;
  background: #0A0A0C;
}
@media screen and (max-width: 768px) {
  .principle {
    padding: 60px 0;
  }
}
.principle__body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .principle__body {
    flex-direction: column;
    gap: 44px;
  }
}
.principle__left {
  position: relative;
  max-width: 382px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .principle__left {
    max-width: 100%;
  }
}
.principle__left-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 81px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .principle__left-title {
    font-size: 28px;
    line-height: 120%;
  }
}
.principle__left-img {
  display: flex;
  align-items: center;
  position: absolute;
  top: 65px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .principle__left-img {
    display: none;
  }
}
.principle__left-img--mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .principle__left-img--mob {
    display: flex;
  }
}
.principle__bottom {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .principle__bottom {
    display: flex;
  }
}
.principle__bottom-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  color: #DF1E1E;
}
@media screen and (max-width: 768px) {
  .principle__bottom-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .principle__bottom-title {
    display: flex;
    flex-direction: column;
    min-width: 90px;
  }
  .principle__bottom-title span {
    font-size: 18px;
    line-height: 124%;
    font-weight: 400;
  }
}
.principle__bottom-desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.principle__items {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .principle__items {
    flex-direction: column;
  }
}
.principle__item {
  padding: 13px 12px 0;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.principle__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.principle__item-img {
  display: flex;
  align-items: center;
  aspect-ratio: 241/161;
  max-height: 161px;
  height: 100%;
}
.principle__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.principle__item-title {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .principle__item-title {
    line-height: 140%;
  }
}

.advantages {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .advantages {
    padding: 60px 0;
    display: none;
  }
}
.advantages__title {
  margin-bottom: 44px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .advantages__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .advantages__title {
    margin-bottom: 24px;
  }
}
.advantages__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 992px) {
  .advantages__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
.advantages__item {
  grid-column: 1 span;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.advantages__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .advantages__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .advantages__item {
    grid-column: 12 span;
  }
}
.advantages__item-img {
  display: flex;
  align-items: center;
}
.advantages__item-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .advantages__item-desc {
    line-height: 140%;
  }
}

.comparison {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding: 60px 0;
    display: none;
  }
}
.comparison__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .comparison__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.comparison__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comparison__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.comparison__space {
  grid-column: 3 span;
}
.comparison__item {
  grid-column: 3 span;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comparison__item {
    line-height: 140%;
  }
}
.comparison__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(90deg, #5F5F72 0%, #2D2D2D 54.33%, #5F5F72 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.comparison__item:nth-child(2) {
  color: #0A0A0C;
  background: #CBDBB3;
}
.comparison__item-checkbox {
  display: flex;
  align-items: center;
}

.advs {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .advs {
    padding: 60px 0;
  }
}
.advs__title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .advs__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.advs__items {
  display: flex;
  gap: 24px;
}
.advs__items--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
.advs--grid .advs__btn {
  margin-top: 95px !important;
}
@media screen and (max-width: 992px) {
  .advs__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .advs__items {
    display: none;
  }
}
.advs__item {
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 6 span;
}
.advs__item:first-child {
  grid-column: 12 span;
}
@media screen and (max-width: 768px) {
  .advs__item {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    gap: 24px;
  }
  .advs__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
}
.advs__item-img {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advs__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .advs__item-img {
    background: none;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  .advs__item-img::before {
    display: none;
  }
}
.advs__item-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .advs__item-desc {
    line-height: 140%;
  }
}
.advs__item-desc span {
  color: #CBDBB3;
}
.advs__slider {
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  .advs__slider {
    display: block;
  }
}
.advs__slider .swiper-slide {
  height: auto;
}
.advs__btn {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .advs__btn {
    display: none;
  }
}

.complexadvs {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .complexadvs {
    padding: 60px 0;
  }
}
.complexadvs__body {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
.complexadvs__left {
  max-width: 498px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .complexadvs__left {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .complexadvs__left {
    gap: 8px;
  }
}
.complexadvs__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.complexadvs__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .complexadvs__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.complexadvs__desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .complexadvs__desc {
    line-height: 140%;
  }
}
.complexadvs__img {
  max-width: 710px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 398px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .complexadvs__img {
    display: none;
  }
}
.complexadvs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.complexadvs__img--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .complexadvs__img--mob {
    display: flex;
    height: auto;
    aspect-ratio: 348/231;
    max-width: 100%;
  }
}
.complexadvs__center {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.complexadvs__sub {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #CBDBB3;
}
.complexadvs__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.complexadvs__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .complexadvs__item {
    align-items: flex-start;
  }
}
.complexadvs__item-img {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
}
.complexadvs__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.complexadvs__item-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .complexadvs__item-desc {
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .complexadvs__btn {
    font-size: 16px;
    width: 100%;
  }
}

.photos {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .photos {
    padding: 60px 0;
  }
}
.photos__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .photos__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .photos__title {
    margin-bottom: 24px;
  }
}
.photos__slider {
  position: relative;
}
.photos__slider .swiper-slide._hovered {
  position: relative;
  z-index: 2;
}
.photos__slide {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 15.5px 13.5px;
  display: flex;
  align-items: center;
  border-radius: 15px !important;
  aspect-ratio: 439/248;
  transition: transform 0.3s ease;
}
.photos__slider .swiper-slide._hovered .photos__slide {
  transform: scale(1.05);
}
.photos__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.photos__slide::before {
  border-radius: 15px !important;
}
@media screen and (max-width: 768px) {
  .photos__slide {
    border-radius: 20px !important;
  }
  .photos__slide::before {
    border-radius: 20px !important;
  }
}
.photos__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .photos__slide img {
    border-radius: 16px;
  }
}

.aiprinciple {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .aiprinciple {
    padding: 60px 0;
  }
}
.aiprinciple__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .aiprinciple__title {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .aiprinciple__title {
    margin-bottom: 24px;
  }
}
.aiprinciple__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 0px;
}
@media screen and (max-width: 480px) {
  .aiprinciple__items {
    gap: 12px;
  }
}
.aiprinciple__item {
  grid-column: 4 span;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0A0A0C 0%, #1C1C22 50%, #0A0A0C 100%);
  padding: 16px;
}
.aiprinciple__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .aiprinciple__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .aiprinciple__item {
    grid-column: 12 span;
  }
}
.aiprinciple__item-img {
  display: flex;
  align-items: center;
  aspect-ratio: 415/239;
  margin-bottom: 17px;
  border-radius: 4px;
  overflow: hidden;
}
.aiprinciple__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aiprinciple__item-title {
  font-size: 24px;
  line-height: 124%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .aiprinciple__item-title {
    font-size: 20px;
    line-height: 120%;
  }
}
.aiprinciple__item-desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aiprinciple__item-desc {
    line-height: 140%;
  }
}

.fond {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .fond {
    padding: 60px 0;
  }
}
.fond__body {
  display: flex;
  align-items: center;
  gap: 58px;
}
@media screen and (max-width: 768px) {
  .fond__body {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
}
.fond__desc {
  font-size: 18px;
  line-height: 124%;
  font-weight: 400;
}
.fond__img {
  display: flex;
  align-items: center;
  min-width: 224px;
}
.fond__img img {
  width: 100%;
}

.footer {
  padding: 80px 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
@media screen and (max-width: 992px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__left {
  width: 62%;
}
@media screen and (max-width: 992px) {
  .footer__left {
    display: none;
  }
}
.footer__left ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__left ul li {
  list-style: none;
}
.footer__left ul li a {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__left ul li a {
    line-height: 140%;
  }
}
.footer__left ul li a:hover {
  color: #CBDBB3;
}
.footer__eye {
  width: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 105px;
}
@media screen and (max-width: 992px) {
  .footer__eye {
    display: none;
  }
}
.footer__eye img {
  width: 100%;
}
.footer__eye--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .footer__eye--mob {
    display: flex;
    margin-top: 44px;
    margin-bottom: 44px;
    width: 57px;
  }
}
.footer__right {
  width: 38%;
}
@media screen and (max-width: 992px) {
  .footer__right {
    width: 100%;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 88px;
  transition: 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.6;
}
.footer__logo img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 210px;
    margin-bottom: 24px;
  }
}
.footer__desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__desc {
    line-height: 140%;
  }
}
@media screen and (max-width: 1280px) {
  .footer__desc {
    font-size: 16px;
    line-height: 132%;
    font-weight: 400;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .footer__desc {
    line-height: 140%;
  }
}
.footer__items {
  margin-top: 92px;
  display: flex;
  justify-content: space-between;
  margin-right: 42px;
  gap: 40px;
  row-gap: 12px;
}
@media screen and (max-width: 1280px) {
  .footer__items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .footer__items {
    margin-top: 0;
    flex-direction: column;
  }
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__item-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer__item-title:hover {
  color: #CBDBB3;
}
.footer__item-desc {
  font-size: 16px;
  line-height: 132%;
  font-weight: 500;
  color: #54545C;
}
@media screen and (max-width: 768px) {
  .footer__item-desc {
    line-height: 140%;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 44px;
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 44px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__bottom-items {
  width: 62%;
  display: flex;
  gap: 24px;
  row-gap: 12px;
}
@media screen and (max-width: 992px) {
  .footer__bottom-items {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-items {
    flex-wrap: wrap;
  }
}
.footer__bottom-item {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #54545C;
}
@media screen and (max-width: 768px) {
  .footer__bottom-item {
    line-height: 140%;
  }
}
.footer__bottom-item a {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #54545C;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer__bottom-item a {
    line-height: 140%;
  }
}
.footer__bottom-btn {
  width: 38%;
}
@media screen and (max-width: 992px) {
  .footer__bottom-btn {
    width: auto;
  }
}
.footer__bottom-btn a {
  border-radius: 100%;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.footer__bottom-btn a:hover {
  opacity: 0.6;
}

.modal {
  text-align: center;
  border-radius: 10px;
  background: #0A0A0C;
  padding: 100px 50px;
  max-width: 799px;
  display: none;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: 60px 20px;
  }
}

.modal__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 28px;
    line-height: 120%;
  }
}

.modal__desc {
  font-size: 16px;
  line-height: 132%;
  margin-bottom: 40px;
}

.modal__btn {
  font-weight: 400;
}

.modal form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .modal form {
    gap: 32px;
  }
}
.modal .request__form-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.modal .request__input-wrap {
  grid-column: 6 span;
  position: relative;
}
.modal .request__input-wrap:last-child {
  grid-column: 12 span;
}
@media screen and (max-width: 768px) {
  .modal .request__input-wrap {
    grid-column: 12 span;
  }
}
.modal .request__input-wrap input {
  width: 100%;
  background: #1E1E25;
  border-radius: 10px;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  padding: 25px 12px 7px;
  border: 1px solid transparent;
  color: white;
  transition: border-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .modal .request__input-wrap input {
    line-height: 140%;
  }
}
.modal .request__input-wrap input::-moz-placeholder {
  color: transparent;
}
.modal .request__input-wrap input::placeholder {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .modal .request__input-wrap input {
    padding: 39px 12px 6px;
  }
}
.modal .request__input-wrap label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #54545C;
  pointer-events: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .modal .request__input-wrap label {
    line-height: 140%;
  }
}
.modal .request__input-wrap input:not(:-moz-placeholder-shown) + label {
  top: 4px;
  transform: translateY(0);
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
}
.modal .request__input-wrap input:focus + label,
.modal .request__input-wrap input:not(:placeholder-shown) + label {
  top: 4px;
  transform: translateY(0);
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
}
@media screen and (max-width: 768px) {
  .modal .request__input-wrap input:not(:-moz-placeholder-shown) + label {
    top: 12px;
  }
  .modal .request__input-wrap input:focus + label,
  .modal .request__input-wrap input:not(:placeholder-shown) + label {
    top: 12px;
  }
}
.modal .request__input-wrap._error input {
  border-color: #DF1E1E;
}
.modal .request__input-wrap._error label {
  top: 10px;
  transform: translateY(0);
  font-size: 12px;
  line-height: 140%;
  color: #DF1E1E;
}
.modal .request__input-wrap__error-msg {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #DF1E1E;
  margin-top: 4px;
  padding-left: 12px;
}
.modal .request__form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .modal .request__form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.modal .request__form-bottom label input {
  display: none;
}
.modal .request__form-bottom label span {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #54545C;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
.modal .request__form-bottom label span a {
  color: #CBDBB3;
}
.modal .request__form-bottom label span::before {
  content: "";
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-color: #1D1D21;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.modal .request__form-bottom label input:checked + span::before {
  background-image: url("../img/checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}
.modal .request__form-bottom input[type=submit] {
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  .modal .request__form-bottom input[type=submit] {
    width: 100%;
    padding: 18px;
  }
}

.page-id-212 .header__search {
  background: linear-gradient(270deg, rgba(95, 95, 114, 0) 0%, #0A0A0C 100%) !important;
}

/* .page-id-231 .header__search {
  background: linear-gradient(180deg, #0A0A0C 0%, rgba(95, 95, 114, 0) 100%) !important;
} */

.searchresults {
  padding: 121px 0 87px;
}
@media screen and (max-width: 992px) {
  .searchresults {
    padding: 100px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .searchresults {
    padding: 84px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .searchresults {
    padding: 72px 0 48px;
  }
}

.searchresults .aioseo-breadcrumbs * {
  color: #54545C !important;
}

.searchresults__title {
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  line-height: 110%;
  color: #CBDBB3;
  margin: 21px 0 24px;
}
@media screen and (max-width: 992px) {
  .searchresults__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .searchresults__title {
    font-size: 32px;
    margin: 16px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .searchresults__title {
    font-size: 26px;
    line-height: 120%;
  }
}

.searchresults__none {
  text-align: center;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 124%;
  color: rgba(255, 255, 255, 0.56);
}
@media screen and (max-width: 768px) {
  .searchresults__none {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.searchresults__form {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 70px 0 40px;
}
.searchresults__form-input {
  flex: 1 1 auto;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 12px;
  font-size: 16px;
  color: white;
  transition: border-color 0.3s ease;
}
.searchresults__form-input::-moz-placeholder {
  color: #54545C;
}
.searchresults__form-input::placeholder {
  color: #54545C;
}
.searchresults__form-input:focus {
  border-color: var(--green);
}
.searchresults__form-btn {
  flex: 0 0 auto;
  padding: 18px 62px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .searchresults__form {
    margin: 48px 0 32px;
  }
  .searchresults__form-btn {
    padding: 16px 40px;
  }
}
@media screen and (max-width: 768px) {
  .searchresults__form {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin: 28px 0;
  }
  .searchresults__form-btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
  }
}

.searchresults__total {
  color: #8989A5;
  font-size: 14px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .searchresults__total {
    margin-bottom: 20px;
  }
}
.searchresults__items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .searchresults__items {
    gap: 20px;
  }
}
.searchresults__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(137, 137, 165, 0.15);
}
.searchresults__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .searchresults__item {
    padding-bottom: 20px;
  }
}
.searchresults__item-title {
  display: inline-block;
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.3s ease;
  text-decoration: none;
}
.searchresults__item-title:hover {
  color: var(--green);
}
.searchresults__item-desc {
  color: #8989A5;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 780px;
}
.searchresults__none {
  color: #8989A5;
  font-size: 16px;
}
.searchresults__pagination {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .searchresults__pagination {
    margin-top: 32px;
  }
}
.searchresults__pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchresults__pagination .page-numbers li {
  display: flex;
}
.searchresults__pagination a.page-numbers,
.searchresults__pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  color: white;
  background: linear-gradient(270deg, #1C1C22 0%, #0A0A0C 100%);
  border: 1px solid rgba(137, 137, 165, 0.2);
  font-size: 14px;
  transition: 0.3s ease;
  text-decoration: none;
}
.searchresults__pagination a.page-numbers:hover {
  background: var(--green);
  color: #0A0A0C;
}
.searchresults__pagination span.page-numbers.current {
  background: var(--green);
  color: #0A0A0C;
  border-color: var(--green);
}
.searchresults__pagination .page-numbers.dots {
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .searchresults__item-title {
    font-size: 18px;
  }
  .searchresults__pagination a.page-numbers,
  .searchresults__pagination span.page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

.pricing {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.pricing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, rgba(137, 137, 165, 0.1) 6.49%, #34343F 46.22%, rgba(137, 137, 165, 0.1) 94.71%);
}
@media screen and (max-width: 768px) {
  .pricing {
    padding: 60px 0;
  }
}
.pricing__title {
  margin-bottom: 44px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pricing__title {
    font-size: 28px;
    line-height: 120%;
  }
}
.pricing__items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 44px;
}
.pricing__item {
  flex: 1 1 300px;
  padding: 32px;
  border-radius: 20px;
  background: #16161C;
  border: 1px solid #34343F;
}
.pricing__item-label {
  font-size: 16px;
  color: #8989A5;
  margin-bottom: 12px;
}
.pricing__item-value {
  font-size: 28px;
  font-weight: 500;
  color: var(--green);
}
.pricing__docs-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.pricing__docs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
  list-style: none;
  padding: 0;
}
.pricing__docs-item {
  border-bottom: 1px solid #34343F;
  padding-bottom: 12px;
}
.pricing__docs-link {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease;
}
.pricing__docs-link:hover {
  color: var(--green);
}
.pricing__docs-link--pending {
  color: #8989A5;
  text-decoration: none;
  cursor: default;
}
.pricing__download {
  margin-bottom: 44px;
}
.pricing__contact {
  padding-top: 44px;
  border-top: 1px solid #34343F;
}
.pricing__contact-desc {
  margin-bottom: 16px;
  color: #8989A5;
}
.pricing__contact-email {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pricing__contact-email-value {
  font-size: 20px;
  font-weight: 500;
}
.pricing__contact-copy {
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #34343F;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
.pricing__contact-copy:hover {
  background: var(--green);
  color: #0A0A0C;
  border-color: var(--green);
}
.pricing__contact-copy.is-copied {
  background: var(--green);
  color: #0A0A0C;
  border-color: var(--green);
}
