@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Electronica Display Solid";
  /* Название шрифта, которое вы будете использовать */
  src: url("../fonts/ElectronicaDisplaySolid.woff2") format("woff2"), url("../fonts/ElectronicaDisplaySolid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  /* Название шрифта, которое вы будете использовать */
  src: url("../fonts/museosanscyrl-500.woff2") format("woff2"), url("../fonts/museosanscyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  /* Название шрифта, которое вы будете использовать */
  src: url("../fonts/museosanscyrl-700.woff2") format("woff2"), url("../fonts/museosanscyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  /* Название шрифта, которое вы будете использовать */
  src: url("../fonts/museosanscyrl-900.woff2") format("woff2"), url("../fonts/museosanscyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  /* Название шрифта, которое вы будете использовать */
  src: url("../fonts/museosanscyrl-300.woff2") format("woff2"), url("../fonts/museosanscyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Museo Sans Cyrl";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Museo Sans Cyrl";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #fff;
  background: #000;
}
body._lock {
  overflow: hidden;
}
body.white {
  background: #fff;
  color: #455360;
}
body.white ._text-hover {
  color: #5c5c5c;
}
body.white ._text-hover::before {
  color: #0091ff;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.wrapper._line::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%);
  content: "";
  width: 1362px;
  height: 100%;
  background-image: url(../img/vertical-line.svg);
  background-size: 100%;
}
@media (max-width: 1400px) {
  .wrapper._line::before {
    width: calc(100% - 80px);
  }
}
@media (max-width: 998px) {
  .wrapper._line::before {
    width: calc(100% - 20px);
  }
}
._container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 80px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 20px;
  }
}

._text-hover {
  position: relative;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}
._text-hover span {
  opacity: 0;
}
._text-hover ._text-hover-line {
  width: 100%;
  height: 2px;
  background: #ffe08c;
  position: relative;
}
._text-hover ._text-hover-line::before {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: #f04800;
  content: "";
  height: 100%;
  width: 0%;
}
._text-hover::before, ._text-hover::after {
  content: attr(data-text);
  position: absolute;
  top: 0%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.5s ease;
}
._text-hover::before {
  left: 0;
  width: 0%;
  color: #f04800;
  z-index: 2;
}
._text-hover::after {
  right: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  color: inherit;
}
._text-hover:hover::before {
  width: 100%;
}
._text-hover:hover::after {
  width: 0%;
}

._name {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

._btn-hover {
  padding: 11px 25px;
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffbb01;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
}
body.white ._btn-hover {
  background: #00bfff;
}
body.white ._btn-hover::before {
  background: #0091ff;
}
._btn-hover:hover::before {
  width: 100%;
}
._btn-hover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #f04800;
  height: 100%;
  width: 0%;
  transition: 0.3s;
}

._svg-hover {
  --width: 21px;
  width: var(--width);
  position: relative;
  display: block;
}
._svg-hover:hover div {
  width: 100%;
}
._svg-hover img {
  width: 100%;
}
._svg-hover div {
  position: absolute;
  width: 0%;
  top: 0;
  overflow: hidden;
  left: 0;
  transition: 0.3s;
  z-index: 2;
}
._svg-hover div img {
  width: var(--width);
}

._head {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
._head span {
  position: relative;
}
._head span::before {
  position: absolute;
  bottom: -25px;
  left: 0;
  content: "";
  width: 100%;
  max-width: 140px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 998px) {
  ._head span::before {
    bottom: -20px;
  }
}
._head img {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%);
  width: 50px;
}
@media (max-width: 998px) {
  ._head img {
    position: relative;
    transform: translate(0);
    left: 0;
    top: 0;
    width: 45px;
  }
}

._title , .inside__main h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 998px) {

  ._title, .inside__main h2 {
    font-size: 26px;
  }
}
._title span {
  color: #ffbb01;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

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

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 8;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
body.white .popup::before {
  background-color: #fff;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before, .popup.show::after {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before, .popup._active::after {
  opacity: 1;
}
.popup._active .popup__content::before, .popup._active .popup__content::after {
  opacity: 1;
}
.popup._active .popup__bg-wp {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.popup_popup .popup__content::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/pim.png);
  background-position: bottom right;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: 25%;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  bottom: 0;
}
@media (max-width: 700px) {
  .popup_popup .popup__content::after {
    background-size: 50%;
    transform: scale(-1, 1);
  }
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
}
.popup__close {
  margin: 0px auto;
  --width: 63px;
  height: var(--width);
  width: var(--width);
  cursor: pointer;
}
.popup__close span {
  display: block;
  background: url(../img/close.svg);
  width: var(--width);
  height: var(--width);
  background-size: contain;
  background-repeat: no-repeat;
}
body.white .popup__close span {
  background: url(../img/close-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.popup__close div {
  height: var(--width);
}
.popup__close div::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: var(--width);
  height: var(--width);
  background: url(../img/close-h.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
body.white .popup__close div::before {
  background: url(../img/close-bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .popup__close {
    width: 50px;
  }
}
.popup__title {
  max-width: 900px;
  margin-top: 60px;
}
.popup_text .popup__title {
  text-align: center;
  max-width: 100%;
}
@media (max-width: 998px) {
  .popup__title {
    margin-top: 40px;
  }
}
.popup__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
  line-height: 1.3;
}
@media (max-width: 998px) {
  .popup__text {
    margin-top: 40px;
    gap: 15px;
    line-height: 1.5;
  }
}
.popup__text a {
  text-decoration: underline;
  color: inherit;
}
.popup__form {
  padding-top: 80px;
}
@media (max-width: 998px) {
  .popup__form {
    padding-top: 30px;
  }
}
.popup__form button {
  margin: 0px auto;
}
.popup__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  row-gap: 0;
}
@media (max-width: 600px) {
  .popup__grid {
    row-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.popup__bg-wp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.popup__bgi {
  position: absolute;
  border-radius: 100%;
  filter: blur(150px);
  background: linear-gradient(90deg, #ff7b00 0%, rgba(255, 123, 0, 0.7) 100%);
  animation: movedelement 8s ease-in-out infinite;
}
@media (max-width: 998px) {
  .popup__bgi {
    scale: 0.5;
  }
}
.popup__bgi_1 {
  width: 470px;
  height: 280px;
  bottom: -100px;
  left: 30%;
}
.popup__bgi_2 {
  width: 320px;
  height: 280px;
  bottom: -50px;
  left: 5%;
  animation: movedelement 8s -3s ease-in-out infinite;
  z-index: 2;
}
.popup__bgi_3 {
  width: 280px;
  height: 350px;
  bottom: 0%;
  left: 50%;
  background: linear-gradient(90deg, #00bfff 0%, rgba(0, 191, 255, 0.7) 100%);
  animation: movedelement 11s 2s ease-in-out infinite;
}
.popup__bgi_4 {
  width: 450px;
  height: 220px;
  bottom: 100px;
  left: 20%;
  animation: movedelement 8s -4s ease-in-out infinite;
}
.popup__bgi_5 {
  width: 480px;
  height: 160px;
  bottom: 5%;
  left: 25%;
  animation: movedelement 8s -6s ease-in-out infinite;
}
.service-body {
  padding-top: 130px;
}

.header {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  align-items: center;
}
@media (max-width: 998px) {
  .header__container {
    padding-top: 15px;
  }
}
.header__logo {
  width: 170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 150px;
  }
}
.header__logo img {
  width: 100%;
}
.header__menu {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .header__menu {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .header__menu {
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: 0;
    padding: 0px 80px;
    padding-top: 110px;
    align-items: flex-start;
    left: 0;
    background: #000;
    transform: translate(0px, -100%);
    transition: 0.6s;
  }
  .header__menu._active {
    transform: translate(0);
  }
}
@media (max-width: 998px) {
  .header__menu {
    padding: 0px 20px;
    padding-top: 100px;
  }
}
.header__dropdawn {
  position: relative;
}
.header__dropdawn:hover div img {
  transform: translate(0);
}
.header__dropdawn:hover ul {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1100px) {
  .header__dropdawn:hover ul {
    display: flex;
  }
}
.header__dropdawn:hover ul li {
  animation: liii 0.6s forwards;
}
@keyframes liii {
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.header__dropdawn div {
  display: flex;
  gap: 8px;
  cursor: pointer;
  align-items: center;
}
.header__dropdawn div img {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header__dropdawn ul {
  padding-top: 16px;
  position: absolute;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate(0px, 100%);
}
@media (max-width: 1100px) {
  .header__dropdawn ul {
    position: relative;
    display: none;
    transform: translate(0px, 0%);
  }
}
.header__dropdawn ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translate(-5px);
  opacity: 0;
  transition: 0.6s;
}
.header__dropdawn ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.header__dropdawn ul li:nth-child(3) {
  animation-delay: 0.2s;
}
.header__dropdawn ul li:nth-child(4) {
  animation-delay: 0.3s;
}
.header__dropdawn ul li:nth-child(5) {
  animation-delay: 0.4s;
}
.header__dropdawn ul li:nth-child(6) {
  animation-delay: 0.5s;
}
.header__dropdawn ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-color: #ffbb01;
  width: 8px;
  height: 2px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 998px) {
  .header__right {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.header__dashboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.header__dashboard ._svg-hover {
  --width: 13px;
}
.header__dashboard:hover ._svg-hover div {
  width: 100%;
}
.header__dashboard:hover ._text-hover::before {
  width: 100%;
}
.header__dashboard:hover ._text-hover::after {
  width: 0%;
}
.header__sosial {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translate(0px, -100%);
  display: flex;
  gap: 10px;
}
@media (max-width: 1100px) {
  .header__sosial {
    position: relative;
    top: 0;
    transform: translate(0);
  }
}
.icon-menu {
  display: none;
}
@media (max-width: 1100px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    background: #ffbb01;
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.what__container {
  position: relative;
  z-index: 1;
}
.what__el-an {
  position: absolute;
  filter: blur(200px);
  z-index: -1;
  animation: movedelement 8s ease-in-out infinite;
}
.what__el-an_1 {
  border-radius: 100%;
  background: linear-gradient(90deg, #f06000 0%, rgba(240, 96, 0, 0.7) 100%);
  width: 500px;
  height: 150px;
  right: 10%;
}
.what__el-an_2 {
  border-radius: 100%;
  background: linear-gradient(90deg, #f06000 0%, rgba(240, 96, 0, 0.7) 100%);
  width: 300px;
  height: 300px;
  bottom: 0;
  right: 0;
  animation: movedelement 7s 3s ease-in-out infinite;
}
.what__el-an_3 {
  border-radius: 100%;
  background: linear-gradient(90deg, #ffbb01 0%, rgba(255, 187, 1, 0.7) 100%);
  bottom: 0;
  right: 30%;
  width: 450px;
  height: 190px;
}
.what__el-an_4 {
  left: 20%;
  border-radius: 100%;
  background: linear-gradient(90deg, #f06000 0%, rgba(240, 96, 0, 0.7) 100%);
  top: 20%;
  width: 280px;
  height: 213px;
  animation: movedelement 9s 3s ease-in-out infinite;
}
.what__title {
  max-width: 900px;
}
@media (max-width: 998px) {
  .what__title {
    max-width: 550px;
  }
}
.what__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .what__block {
    gap: 25px;
  }
}
@media (max-width: 998px) {
  .what__block {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .what__block {
    grid-template-columns: 1fr;
  }
}
.what__item {
  background: linear-gradient(92deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 187, 1, 0.2) 100%);
  border: 1px solid #f06000;
  border-radius: 20px;
  padding: 24px 34px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  position: relative;
  opacity: 0;
  top: 100px;
  transition: 0.3s;
}
@keyframes toup {
  100% {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 998px) {
  .what__item {
    top: 50px;
  }
}
.what__block._active .what__item {
  animation: toup 1.5s cubic-bezier(0.175, 0.885, 0.32, 1) forwards;
}
.what__item:nth-child(2) {
  animation-delay: 0.2s !important;
}
.what__item:nth-child(3) {
  animation-delay: 0.4s !important;
}
.what__item:nth-child(4) {
  animation-delay: 0.6s !important;
}
@media (max-width: 1300px) and (min-width: 600px) {
  .what__item {
    padding: 20px 25px;
  }
}
.what__item:nth-child(even) {
  transform: translate(0px, 30px);
}
@media (max-width: 600px) {
  .what__item:nth-child(even) {
    transform: translate(0);
  }
}
.what__item:hover {
  background: #fff;
  color: #000;
}
.what__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.what__cif {
  font-size: 40px;
  font-weight: 300;
}
.what__item:hover .what__cif {
  color: #f06000;
}
@media (max-width: 1300px) and (min-width: 600px) {
  .what__cif {
    font-size: 36px;
  }
}
.what__icon {
  width: 53px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1300px) and (min-width: 600px) {
  .what__icon {
    width: 43px;
  }
}
.what__icon svg {
  transition: 0.3s;
  width: 100%;
}
.what__item:hover .what__icon svg path {
  fill: #000;
}
.what__text {
  margin-top: auto;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  line-height: 1.2;
}
.what__text span {
  font-size: 15px;
}
@media (max-width: 1300px) and (min-width: 600px) {
  .what__text {
    font-size: 18px;
    gap: 20px;
  }
  .what__text span {
    font-size: 14px;
  }
}

@keyframes movedelement {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(50px, 25px);
  }
  40% {
    transform: translate(25px, 50px);
  }
  60% {
    transform: translate(-25px, 50px);
  }
  80% {
    transform: translate(-50px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedelement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(100px, 60px);
  }
  50% {
    transform: translate(-80px, 40px);
  }
  75% {
    transform: translate(60px, -100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedelement2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-50px, -25px);
  }
  40% {
    transform: translate(-25px, -50px);
  }
  60% {
    transform: translate(25px, -50px);
  }
  80% {
    transform: translate(50px, -25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.trusted {
  position: relative;
}
.trusted__container {
  position: relative;
  padding-top: 220px;
}
@media (max-width: 600px) {
  .trusted__container {
    padding-top: 55vw;
    margin-top: 50px;
  }
}
.trusted__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  transform: translate(-40%);
  width: 650px;
  top: 100px;
}
@media (max-width: 1300px) {
  .trusted__bg {
    transform: translate(-30%);
  }
}
@media (max-width: 600px) {
  .trusted__bg {
    top: 0;
    width: 100%;
    transform: translate(0);
  }
}
.trusted__bg img {
  width: 100%;
}
.trusted__top {
  width: 68%;
  margin-left: auto;
}
@media (max-width: 600px) {
  .trusted__top {
    width: 100%;
  }
}
.trusted__block {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1300px) {
  .trusted__block {
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .trusted__block {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    row-gap: 90px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .trusted__block {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .trusted__block {
    gap: 20px;
    row-gap: 60px;
    margin-top: -10px;
    padding-bottom: 60px;
  }
}
.trusted__info {
  display: flex;
  max-width: 100px;
}
.trusted__item {
  padding: 15px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(-45deg, #382900 0%, #ffbb01 50%, #382900 100%);
  top: 100px;
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
@media (max-width: 998px) {
  .trusted__item {
    top: 50px;
  }
}
.trusted__block._active .trusted__item {
  top: 0;
  opacity: 1;
}
.trusted__item:nth-child(1) {
  transition-delay: 0.4s;
}
@media (max-width: 600px) {
  .trusted__item:nth-child(1) {
    transition-delay: 0.1s;
  }
}
.trusted__item:nth-child(2) {
  transition-delay: 0.3s;
}
@media (max-width: 600px) {
  .trusted__item:nth-child(2) {
    transition-delay: 0s;
  }
}
.trusted__item:nth-child(3) {
  transition-delay: 0.2s;
}
@media (max-width: 600px) {
  .trusted__item:nth-child(3) {
    transition-delay: 0.4s;
  }
}
.trusted__item:nth-child(4) {
  transition-delay: 0.1s;
}
@media (max-width: 600px) {
  .trusted__item:nth-child(4) {
    transition-delay: 0.3s;
  }
}
@media (max-width: 600px) {
  .trusted__item:nth-child(5) {
    transition-delay: 0.5s;
  }
}
@media (max-width: 700px) {
  .trusted__item {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 450px) {
  .trusted__item {
    border-radius: 12px;
  }
}
.trusted__item:nth-child(1) {
  transform: translate(0px, 80px);
}
.trusted__item:nth-child(2) {
  transform: translate(0px, 60px);
}
.trusted__item:nth-child(3) {
  transform: translate(0px, 40px);
}
.trusted__item:nth-child(4) {
  transform: translate(0px, 20px);
}
.trusted__item:nth-child(5) {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.trusted__item:nth-child(5):hover ._text-hover::before {
  width: 100%;
}
.trusted__item:nth-child(5):hover ._text-hover::after {
  width: 0%;
}
.trusted__item:nth-child(5) img {
  transform: rotate(-90deg);
  width: 15px;
}
.trusted__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
  border-radius: 20px;
  transition: 0.3s;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
@media (max-width: 450px) {
  .trusted__item::before {
    border-radius: 12px;
  }
}
.trusted__item:hover::before {
  background: #fff;
}
.trusted__item:hover img {
  filter: brightness(0) invert(0);
}
.trusted__item img {
  width: 100%;
  transition: 0.3s;
}

.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0px;
  gap: 20px;
  width: 100%;
}

.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}

.marquee {
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.reverce {
  animation-direction: reverse;
}

.anim-line {
  margin-top: 160px;
}
@media (max-width: 998px) {
  .anim-line {
    margin-top: 70px;
  }
}
@media (max-width: 600px) {
  .anim-line {
    margin-top: 0px;
  }
}
.anim-line__item {
  width: 120vw;
  max-width: 2100px;
}
.anim-line__item img {
  width: 100%;
}

.performance._active .performance__icon {
  opacity: 1;
  transform: translate(0);
}
.performance__container {
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .performance__container {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
}
.performance__icon {
  z-index: -5;
  position: absolute;
  transition: 0.9s;
  opacity: 0;
}
.performance__icon img {
  width: 100%;
}
.performance__icon_1 {
  width: 23%;
  left: -6%;
  top: 33%;
  transform: translate(-20vw);
}
@media (max-width: 600px) {
  .performance__icon_1 {
    top: auto;
    bottom: 0;
  }
}
.performance__icon_2 {
  width: 17%;
  top: 15%;
  left: 15%;
  transform: translate(-10vw, -8vw);
}
@media (max-width: 600px) {
  .performance__icon_2 {
    left: 0;
    width: 20%;
    top: 15%;
  }
}
.performance__icon_3 {
  width: 4.5%;
  left: 20%;
  top: 50%;
  z-index: -3;
  transform: translate(-10vw, 5vw);
}
@media (max-width: 600px) {
  .performance__icon_3 {
    left: 1%;
  }
}
.performance__icon_4 {
  bottom: 0;
  left: 27%;
  width: 16%;
  transform: translate(-5vw, 5vw);
}
.performance__icon_5 {
  top: 5%;
  left: 35%;
  width: 11%;
  transform: translate(-3vw, -3vw);
}
@media (max-width: 600px) {
  .performance__icon_5 {
    top: 0;
    width: 15%;
    top: -4%;
  }
}
.performance__icon_6 {
  top: -5%;
  right: 3%;
  width: 16%;
  transform: translate(-1vw, -1vw);
}
@media (max-width: 600px) {
  .performance__icon_6 {
    width: 20%;
    top: -8%;
  }
}
.performance__icon_7 {
  bottom: 10%;
  left: 55%;
  transform: translate(0px, 5vw);
}
@media (max-width: 600px) {
  .performance__icon_7 {
    bottom: -10%;
  }
}
.performance__icon_8 {
  right: -19%;
  width: 27%;
  top: -6%;
  z-index: -6;
  transform: translate(4vw, -4vw);
}
@media (max-width: 1600px) {
  .performance__icon_8 {
    width: 21%;
    right: -10%;
    top: 10%;
  }
}
.performance__icon_9 {
  bottom: 11%;
  right: -10.5%;
  width: 18%;
  transform: translate(5vw);
}
@media (max-width: 600px) {
  .performance__icon_9 {
    bottom: -8%;
    right: -5%;
    width: 25%;
  }
}
.performance__head {
  flex-direction: row-reverse;
}
.performance__head span::before {
  right: 0;
  left: auto;
  content: "";
  width: 120px;
}
.performance__head img {
  width: 40px;
}
@media (min-width: 998px) {
  .performance__head img {
    right: -20px;
    left: auto;
    transform: translate(100%, -50%);
  }
}
.performance__title {
  max-width: 840px;
  width: 75%;
}
@media (max-width: 600px) {
  .performance__title {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .performance__title {
    font-size: 24px;
  }
}

.work {
  background-image: url(../img/bgw.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.work._first {
  background-image: url(../img/head.png);
  background-size: min(65%, 1100px);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 998px) {
  .work:not(._first) .work__container {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.work__container {
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
  transition: all 2.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transform: scale(0.8);
}
.work__container._active {
  transform: scale(1);
}
.work__el-an {
  position: absolute;
  filter: blur(200px);
  pointer-events: none;
  z-index: -1;
  animation: movedelement 10s ease-in-out infinite;
}
@media (max-width: 998px) {
  .work__el-an {
    scale: 0.5;
  }
}
.work__el-an_1 {
  bottom: 0;
  right: 0;
  width: 455px;
  height: 327px;
  border-radius: 100%;
  background: linear-gradient(90deg, #ffbb01 0%, rgba(255, 187, 1, 0.7) 100%);
}
.work__el-an_2 {
  border-radius: 100%;
  background: linear-gradient(90deg, #f04800 0%, rgba(240, 72, 0, 0.7) 100%);
  width: 600px;
  height: 300px;
  bottom: 10%;
  right: 10%;
  animation: movedelement 8s 3s ease-in-out infinite;
}
.work__el-an_3 {
  border-radius: 100%;
  background: linear-gradient(90deg, #944700 0%, rgba(148, 71, 0, 0.7) 100%);
  width: 366px;
  height: 200px;
  top: 10%;
  left: 20%;
  animation: movedelement 9s 2s ease-in-out infinite;
}
.work__el-an_4 {
  border-radius: 100%;
  background: linear-gradient(90deg, #944700 0%, rgba(148, 71, 0, 0.7) 100%);
  width: 500px;
  height: 200px;
  top: 35%;
}
.work__head img {
  width: 34px;
}
.work__title {
  max-width: 890px;
}
.work__title span {
  color: #f04800;
}
.work__form {
  margin-top: 75px;
  max-width: 577px;
}
@media (max-width: 998px) {
  .work__form {
    margin-top: 40px;
  }
}

.form {
  display: flex;
  flex-direction: column;
}
.form button {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: max-content;
}
.form__input-wp {
  position: relative;
}
.form__input-wp._textarea {
  margin-top: 40px;
}
@media (max-width: 998px) {
  .form__input-wp._textarea {
    margin-top: 20px;
  }
}
.form__input-wp input,
.form__input-wp textarea {
  border-bottom: 1.5px solid #ffe08c;
  padding-bottom: 18px;
  background: transparent;
  padding-top: 26px;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 998px) {
  .form__input-wp input,
.form__input-wp textarea {
    font-size: 14px;
    padding-bottom: 14px;
    padding-top: 20px;
  }
}
.form__input-wp textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 70px;
  height: 70px;
}
@media (max-width: 998px) {
  .form__input-wp textarea {
    min-height: 55px;
    height: 55px;
  }
}
.form__placeholder {
  position: absolute;
  font-size: 18px;
  bottom: 20px;
  left: 0;
  transition: 0.3s;
  color: #ffe08c;
  pointer-events: none;
}
@media (max-width: 998px) {
  .form__placeholder {
    font-size: 14px;
  }
}
.form__input-wp._active .form__placeholder {
  bottom: 100%;
  font-size: 11px;
  transform: translate(0px, calc(100% + 8px));
  color: #5c5c5c;
}

.footer {
  position: relative;
  z-index: 2;
}
.footer._white .footer__container::before {
  display: none !important;
}
.footer._f1 .footer__container::before {
  background-image: url(../img/stul.png);
  width: 300px;
  transform: translate(-35%);
}
@media (max-width: 1500px) {
  .footer._f1 .footer__container::before {
    transform: translate(-15%);
  }
}
@media (max-width: 998px) {
  .footer._f1 .footer__container::before {
    transform: scale(-1, 1);
    width: 250px;
  }
}
@media (max-width: 500px) {
  .footer._f1 .footer__container::before {
    width: 200px;
  }
}
.footer._f2 .footer__container::before {
  background-image: url(../img/pin.png);
  width: 280px;
  transform: translate(-55%);
}
@media (max-width: 1500px) {
  .footer._f2 .footer__container::before {
    transform: translate(-15%);
  }
}
@media (max-width: 998px) {
  .footer._f2 .footer__container::before {
    transform: scale(-1, 1) translate(-10%);
    width: 230px;
  }
}
@media (max-width: 500px) {
  .footer._f2 .footer__container::before {
    width: 180px;
  }
}
.footer._f3 .footer__container::before {
  background-image: url(../img/bart.png);
  width: 320px;
  transform: translate(-25%);
}
@media (max-width: 1500px) {
  .footer._f3 .footer__container::before {
    transform: translate(-5%);
    width: 280px;
  }
}
@media (max-width: 998px) {
  .footer._f3 .footer__container::before {
    transform: translate(0%);
    width: 220px;
  }
}
@media (max-width: 500px) {
  .footer._f3 .footer__container::before {
    width: 170px;
  }
}
.footer._white {
  border-top: 1px solid rgba(92, 92, 92, 0.2);
  color: #5b6b78;
  font-weight: 300;
}
.footer._white .footer__container {
  padding-bottom: 90px;
  padding-top: 100px;
}
@media (max-width: 998px) {
  .footer._white .footer__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer._white::before {
  display: none;
}
.footer._white .footer__center {
  margin-left: 90px;
}
@media (max-width: 998px) {
  .footer._white .footer__center {
    margin-left: 0;
  }
}
.footer._white .footer__top {
  justify-content: start;
}
.footer._white .footer__logo {
  margin-top: -50px;
  gap: 50px;
}
@media (max-width: 998px) {
  .footer._white .footer__logo {
    margin-top: 0;
    gap: 10px;
  }
}
.footer._white ._name {
  font-weight: 500;
}
.footer__container {
  padding-top: 147px;
  padding-bottom: 140px;
  position: relative;
}
.footer__container::before {
  position: absolute;
  z-index: -1;
  left: 0;
  content: "";
  width: 700px;
  height: 260px;
  background-image: url(../img/f1n.png);
  bottom: 0;
  transform: translate(-40%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
@media (max-width: 1200px) {
  .footer__container::before {
    width: 500px;
  }
}
@media (max-width: 998px) {
  .footer__container::before {
    right: 0;
    left: auto;
    transform: scale(-1, 1) translate(-30%);
    width: 350px;
  }
}
@media (max-width: 998px) {
  .footer__container {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  max-width: 1034px;
}
@media (max-width: 998px) {
  .footer__top {
    flex-direction: column;
    gap: 50px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 20px;
  margin-top: -15px;
}
@media (max-width: 998px) {
  .footer__logo {
    margin-top: 0;
    gap: 10px;
  }
}
.footer__logo img {
  width: 114px;
  height: auto;
}
.footer__center {
  margin-left: 6%;
}
@media (max-width: 1200px) {
  .footer__center {
    margin-left: 0;
  }
}
.footer__menu {
  position: relative;
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .footer__menu {
    gap: 30px;
  }
}
@media (max-width: 998px) {
  .footer__menu {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__menu li {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__name {
  position: absolute;
  top: -20px;
  left: 0;
  transform: translate(0px, -100%);
  font-weight: 700;
}
@media (max-width: 998px) {
  .footer__name {
    top: -10px;
  }
}
.footer__links {
  margin-top: 130px;
  gap: 50px;
  display: flex;
}
@media (max-width: 998px) {
  .footer__links {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__links a {
  color: #5c5c5c;
}
.footer__social {
  position: relative;
  display: flex;
  gap: 15px;
}
@media (max-width: 998px) {
  .footer__social {
    margin-top: 40px;
  }
}

.contacts__container {
  padding-top: 240px;
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 50px;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .contacts__container {
    grid-template-columns: 1fr;
    padding-top: 120px;
    gap: 30px;
  }
}
.contacts__anim {
  filter: blur(150px);
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  animation: movedelement 9s ease-in-out infinite;
}
@media (max-width: 998px) {
  .contacts__anim {
    scale: 0.5;
  }
}
.contacts__anim_1 {
  width: 400px;
  height: 300px;
  bottom: 30%;
  right: -10%;
  background: linear-gradient(90deg, #ff7b00 0%, rgba(255, 123, 0, 0.7) 100%);
}
.contacts__anim_2 {
  background: linear-gradient(90deg, #ffd500 0%, rgba(255, 213, 0, 0.7) 100%);
  width: 330px;
  height: 250px;
  bottom: 25%;
  right: 20%;
  animation: movedelement 7s ease-in-out infinite;
}
.contacts__anim_3 {
  background: linear-gradient(90deg, #00bfff 0%, rgba(0, 191, 255, 0.7) 100%);
  width: 170px;
  height: 230px;
  bottom: 0;
  right: 5%;
  animation: movedelement 9s 3s ease-in-out infinite;
}
@media (max-width: 998px) {
  .contacts__anim_3 {
    bottom: -10%;
  }
}
.contacts__anim_4 {
  background: linear-gradient(90deg, #00bfff 0%, rgba(0, 191, 255, 0.7) 100%);
  right: 35%;
  bottom: 15%;
  width: 260px;
  height: 320px;
  animation: movedelement 9s 5s ease-in-out infinite;
}
.contacts__anim_5 {
  width: 420px;
  height: 420px;
  bottom: 0;
  right: 10%;
  animation: movedelement 8s 3s ease-in-out infinite;
  background: linear-gradient(90deg, #ffd500 0%, rgba(255, 213, 0, 0.7) 100%);
}
.contacts__head {
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 350px;
}
@media (max-width: 998px) {
  .contacts__head {
    font-size: 12px;
  }
}
.contacts__title {
  font-size: 48px;
}
@media (max-width: 1300px) {
  .contacts__title {
    font-size: 40px;
  }
}
@media (max-width: 998px) {
  .contacts__title {
    font-size: 26px;
  }
}
.contacts__linkedin {
  margin-top: 70px;
}
@media (max-width: 998px) {
  .contacts__linkedin {
    margin-top: 30px;
  }
}
.contacts__linkedin a {
  font-size: 48px;
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .contacts__linkedin a {
    font-size: 40px;
  }
}
@media (max-width: 998px) {
  .contacts__linkedin a {
    font-size: 30px;
  }
}
.contacts__linkedin a::before {
  border-bottom: 1px solid #f06000;
}
.contacts__linkedin a::after {
  border-bottom: 1px solid #fff;
}
.contacts__talk {
  display: flex;
  flex-direction: column;
  margin-top: 320px;
}
@media (min-width: 998px) {
  .contacts__talk {
    grid-column: auto/span 2;
  }
}
@media (max-width: 998px) {
  .contacts__talk {
    margin-top: 200px;
  }
}
@media (max-width: 600px) {
  .contacts__talk {
    margin-top: 70px;
  }
}
.contacts__talk a {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 160px;
  gap: 40px;
  align-items: center;
}
@media (max-width: 998px) {
  .contacts__talk a {
    font-size: 100px;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .contacts__talk a {
    font-size: 60px;
    gap: 20px;
    margin-top: 20px;
  }
}
.contacts__talk a ._svg-hover {
  --width: 67px;
  height: 67px;
}
@media (max-width: 998px) {
  .contacts__talk a ._svg-hover {
    --width: 50px;
    height: 50px;
  }
}
@media (max-width: 998px) {
  .contacts__talk a ._svg-hover {
    --width: 30px;
    height: 30px;
  }
}
.contacts__talk a:hover ._text-hover-line::before {
  width: 100%;
}
.contacts__talk a:hover div:nth-child(1)::before {
  width: 100%;
}
.contacts__talk a:hover div:nth-child(1)::after {
  width: 0%;
}
.contacts__talk a:hover div:nth-child(2) div {
  width: 100%;
  transition-delay: 0.3s;
}

.form__bt-wp {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 20px;
  align-items: center;
}
@media (max-width: 500px) {
  .form__bt-wp {
    grid-template-columns: 1fr;
  }
}
.form__bt-wp input {
  display: none;
}
.form__bt-wp input:checked + label::before {
  background: #ffbb01;
}
.form__bt-wp label {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.form__bt-wp label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  border-radius: 7px;
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid #ffbb01;
}
.form__bt-wp button {
  margin-top: 0;
}

.article {
  background-image: url(../img/bga.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.article.article-inside {
  background: transparent;
}
.article.article-inside .article__container {
  padding-top: 170px;
  padding-bottom: 114px;
}
@media (max-width: 998px) {
  .article.article-inside .article__container {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.article.article-inside .article__block {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .article.article-inside .article__block {
    margin-top: 40px;
  }
}
.article.article-inside .article__item {
  transform: translate(0);
}
.article.article-inside .article__name {
  font-size: 14px;
  text-align: center;
}
.article__container {
  padding-top: 206px;
  position: relative;
}
@media (max-width: 998px) {
  .article__container {
    padding-top: 110px;
  }
}
.article__icon {
  position: absolute;
  z-index: -2;
  transform: translate(-100%);
  opacity: 0;
  transition: 0.9s;
}
.article__icon._active {
  opacity: 1;
  transform: translate(0);
}
.article__icon img {
  width: 100%;
}
.article__icon_1 {
  top: 50%;
  left: -11%;
}
@media (max-width: 1600px) {
  .article__icon_1 {
    left: -60px;
  }
}
.article__icon_2 {
  bottom: 0;
  right: -15%;
  transform: translate(100%);
}
@media (max-width: 1600px) {
  .article__icon_2 {
    right: -100px;
    width: 180px;
  }
}
@media (max-width: 998px) {
  .article__icon_2 {
    width: 100px;
    right: -30px;
  }
}
.article__name {
  opacity: 0;
  transform: translate(0px, 30px);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.article__container._active .article__name {
  opacity: 1;
  transform: translate(0);
}
.article__title {
  margin-top: 20px;
  opacity: 0;
  transform: translate(0px, 30%);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.article__container._active .article__title {
  opacity: 1;
  transform: translate(0);
}
.article__block {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  opacity: 0;
  transform: translate(0px, 100px);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.article__container._active .article__block {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .article__block {
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .article__block {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
.article__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 26px;
  line-height: 1.3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  aspect-ratio: 409/316;
  z-index: 1;
  padding-top: 100px;
}
@media (max-width: 998px) {
  .article__item {
    padding: 20px;
  }
}
@media (min-width: 998px) {
  .article__item:nth-child(3n+2) {
    transform: translate(0px, 40px);
  }
}
@media (max-width: 998px) and (min-width: 600px) {
  .article__item:nth-child(2n+2) {
    transform: translate(0px, 40px);
  }
}
.article__item:hover .article__img::before {
  opacity: 0;
}
.article__item:hover .article__img img {
  transform: scale(1.1);
}
.article__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.article__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.article__img img {
  width: 100%;
  height: 100%;
  transition: 1s;
  position: absolute;
  object-fit: cover;
}
.article__category {
  font-weight: 700;
  font-size: 13px;
}
.article__head {
  margin-top: 6px;
  font-weight: 600;
  font-size: 17px;
}
.article__pug {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 998px) {
  .article__pug {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .article__pug {
    margin-top: 70px;
  }
}
.article__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.article__pages._active .article__podl {
  background-color: #ffbb01;
}
.article__podl {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .article__podl {
    width: 38px;
    height: 38px;
    border-radius: 6px;
  }
}
.article__arr {
  cursor: pointer;
  --width: 12px;
}
.article__arr_r img {
  transform: scale(-1, 1);
}

.article-text__container {
  margin-top: 125px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 998px) {
  .article-text__container {
    margin-top: 90px;
    padding-bottom: 60px;
  }
}
.article-text__coctail {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(-80%);
}
.article-text__coctail img {
  transform: translate(-100%);
  opacity: 0;
  transition: 0.9s;
}
.article-text__coctail img._active {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 1500px) {
  .article-text__coctail {
    width: 95px;
    transform: translate(-30%);
  }
  .article-text__coctail img {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .article-text__coctail {
    transform: translate(0px, -100%);
    width: 55px;
  }
}
.article-text__text {
  max-width: 870px;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.6;
}
@media (max-width: 500px) {
  .article-text__text {
    font-size: 14px;
  }
}
.article-text__citte {
  max-width: 430px;
  margin-left: auto;
  line-height: 1.8;
  font-style: italic;
  font-weight: 300;
  margin-top: 40px;
  position: relative;
}
.article-text__citte::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  transform: translate(-100%, -60%);
  height: 24px;
  background-size: contain;
  background-image: url(../img/chevron-double-left.svg);
}
@media (max-width: 998px) {
  .article-text__citte::before {
    width: 15px;
    height: 15px;
  }
}
.article-text__citte::after {
  position: relative;
  display: inline-block;
  background-size: contain;
  content: "";
  margin-top: -10px;
  transform: translate(5px, 20px);
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-double-right.svg);
}
@media (max-width: 998px) {
  .article-text__citte::after {
    width: 15px;
    height: 15px;
    transform: translate(5px, 10px);
  }
}
@media (max-width: 500px) {
  .article-text__citte {
    font-size: 14px;
  }
}

.inside__container {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 998px) {
  .inside__container {
    padding-top: 110px;
  }
}
.inside__icon {
  position: absolute;
  z-index: -1;
}
.inside__icon img {
  transform: translate(-100%);
  opacity: 0;
  transition: 0.9s;
}
.inside__icon img._active {
  opacity: 1;
  transform: translate(0);
}
.inside__icon_1 {
  top: 500px;
  left: 0;
  transform: translate(-70%);
}
@media (max-width: 1500px) {
  .inside__icon_1 {
    transform: translate(-40%);
  }
}
@media (max-width: 998px) {
  .inside__icon_1 {
    top: 20%;
    width: 100px;
  }
  .inside__icon_1 img {
    width: 100%;
  }
}
.inside__icon_2 {
  top: 900px;
  right: -51px;
}
.inside__icon_2 img {
  transform: translate(100%);
}
@media (max-width: 998px) {
  .inside__icon_2 {
    top: 30%;
    width: 130px;
  }
  .inside__icon_2 img {
    width: 100%;
  }
}
.inside__icon_3 {
  bottom: 100px;
  left: 0;
}
@media (max-width: 1200px) {
  .inside__icon_3 {
    left: -50px;
  }
}
@media (max-width: 998px) {
  .inside__icon_3 {
    width: 100px;
    bottom: 0;
    transform: translate(0px, 80%);
    left: -40px;
  }
  .inside__icon_3 img {
    width: 100%;
  }
}
.inside__wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  gap: 20px;
}
@media (max-width: 998px) {
  .inside__wp {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.inside__title {
  font-size: 48px;
}
@media (max-width: 1200px) {
  .inside__title {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .inside__title {
    font-size: 30px;
  }
}
.inside__subtitle {
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 998px) {
  .inside__subtitle {
    font-size: 16px;
  }
}
.inside__img {
  margin-top: 45px;
  width: 100%;
}
@media (max-width: 998px) {
  .inside__img {
    margin-top: 30px;
  }
}
.inside__img img {
  width: 100%;
}
.inside__main {
  max-width: 900px;
  margin: 0px auto;
}
.inside__main p {
  margin-top: 20px;
  line-height: 1.6;
}
.inside__main > div:empty {
  margin-bottom: 20px;
  display: block;
}
.inside__head {
  margin-top: 65px;
}

@media (max-width: 998px) {
  .inside__head {
    margin-top: 45px;
  }
}


.inside__tetx {
  margin-top: 20px;
  line-height: 1.6;
}
@media (max-width: 998px) {
  .inside__tetx {
    margin-top: 15px;
  }
}
.inside__tetx span {
  color: #ffbb01;
}
.inside__imgs {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 998px) {
  .inside__imgs {
    margin-top: 30px;
    gap: 30px;
  }
}
.inside__imgs img {
  width: 100%;
}

.clients {
  background-image: url(../img/cl-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.clients__container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 140px;
}
@media (max-width: 998px) {
  .clients__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.clients__icon {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.clients__icon img {
  transform: translate(-100%);
  opacity: 0;
  transition: 0.9s;
}
.clients__icon img._active {
  opacity: 1;
  transform: translate(0);
}
.clients__icon_1 {
  left: 0;
  transform: translate(-100%);
}
@media (max-width: 1500px) {
  .clients__icon_1 {
    width: 100px;
    transform: translate(-30%);
  }
  .clients__icon_1 img {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .clients__icon_1 {
    width: 80px;
  }
}
.clients__icon_2 {
  right: 0;
  transform: translate(50%, 110%);
}
.clients__icon_2 img {
  transform: translate(100%);
}
@media (max-width: 1500px) {
  .clients__icon_2 {
    width: 150px;
    transform: translate(40%, 30%);
  }
  .clients__icon_2 img {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .clients__icon_2 {
    width: 120px;
  }
}
.clients__head {
  opacity: 0;
  transform: translate(0px, 30px);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.clients__container._active .clients__head {
  opacity: 1;
  transform: translate(0);
}
.clients__title {
  font-size: 48px;
  margin-top: 15px;
  opacity: 0;
  transform: translate(0px, 30%);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-delay: 0.1s;
}
.clients__container._active .clients__title {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .clients__title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .clients__title {
    font-size: 30px;
  }
}
.clients__block {
  margin-top: 60px;
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: 0;
  transform: translate(0px, 30px);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-delay: 0.2s;
}
.clients__container._active .clients__block {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 1200px) {
  .clients__block {
    row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .clients__block {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.clients__wp {
  position: relative;
  padding: 24px 28px;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .clients__wp {
    padding: 20px 20px;
  }
}
@media (max-width: 998px) {
  .clients__wp {
    min-height: auto !important;
  }
}
.clients__wp::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  background-size: 100% 100%;
  background-image: url(../img/storke.png);
}
.clients__name {
  color: #ffbb01;
  font-weight: 900;
  width: 100%;
  max-width: calc(100% - 90px);
}
@media (max-width: 1400px) {
  .clients__name {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 998px) {
  .clients__name {
    max-width: calc(100% - 80px);
  }
}
.clients__img {
  position: absolute;
  width: 137px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  top: -13px;
  right: -20px;
  padding: 5px 15px;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .clients__img {
    width: 110px;
    height: 68px;
    border-radius: 15px;
  }
}
@media (max-width: 998px) {
  .clients__img {
    right: -15px;
  }
}
.clients__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.clients__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.clients__list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 15px;
  line-height: 1.3;
}
.clients__list li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/li-arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.clients__citate {
  position: relative;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .clients__citate {
    margin-top: 35px;
  }
}
.clients__citate::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  transform: translate(-100%, -60%);
  height: 24px;
  background-size: contain;
  background-image: url(../img/chevron-double-left.svg);
}
@media (max-width: 998px) {
  .clients__citate::before {
    width: 15px;
    height: 15px;
  }
}
.clients__citate::after {
  position: relative;
  display: inline-block;
  background-size: contain;
  content: "";
  margin-top: -10px;
  transform: translate(5px, 20px);
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-double-right.svg);
}
@media (max-width: 998px) {
  .clients__citate::after {
    width: 15px;
    height: 15px;
    transform: translate(5px, 10px);
  }
}

.about {
  position: relative;
  z-index: 1;
}
.about__anim {
  position: absolute;
  z-index: -1;
  bottom: 0%;
}
.about__anim img {
  transition: 0.9s;
  transform: translate(-100%);
  opacity: 0;
}
.about__anim img._active {
  transform: translate(0);
  opacity: 1;
}
.about__anim_2 {
  bottom: 20%;
  right: 0;
  transform: translate(80%);
}
.about__anim_2 img {
  transform: translate(100%);
}
@media (max-width: 998px) {
  .about__anim_2 {
    width: 80px;
    top: 0;
    bottom: auto;
  }
  .about__anim_2 img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about__anim_2 {
    transform: translate(50%);
  }
}
.about__anim_1 {
  left: 0;
  transform: translate(-80%);
}
@media (max-width: 998px) {
  .about__anim_1 {
    width: 100px;
    bottom: auto;
    top: 0;
  }
  .about__anim_1 img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about__anim_1 {
    transform: translate(-50%, -50%);
  }
}
.about__title {
  margin-top: 15px;
  font-size: 48px;
}
@media (max-width: 998px) {
  .about__title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .about__title {
    font-size: 30px;
  }
}
.about__subtitle {
  margin-top: 70px;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}
.about__subtitle span {
  position: absolute;
  border-radius: 27px;
  background: rgba(255, 187, 1, 0.2);
  font-weight: 600;
  font-size: 14px;
  padding: 4px 14px;
  transform: rotate(-15deg);
  color: rgba(255, 187, 1, 0.7);
}
@media (max-width: 998px) {
  .about__subtitle span {
    font-size: 12px;
  }
}
.about__subtitle span:nth-child(1) {
  top: 0;
  left: 10%;
  transform: rotate(-15deg) translate(0px, -100%);
}
.about__subtitle span:nth-child(2) {
  bottom: 0;
  left: 40%;
  transform: rotate(8deg) translate(0px, 100%);
}
.about__subtitle span:nth-child(3) {
  top: 0;
  left: 75%;
  transform: rotate(-15deg) translate(0px, -100%);
}
.fade-scroll {
  position: relative;
  width: 100%;
}

.item-about {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  padding-bottom: 130px;
}
@media (min-width: 998px) and (max-height: 650px) {
  .item-about {
    padding-bottom: 100px;
  }
}
@media (max-width: 998px) {
  .item-about {
    padding-bottom: 130px;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .item-about {
    padding-bottom: 85px;
  }
}
.item-about_1 .item-about__wp {
  margin-top: 30px;
}
@media (max-width: 900px) {
  .item-about_1 .item-about__wp {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 900px) {
  .item-about_2 .item-about__title {
    text-align: left;
    transform: translate(-50%);
    max-width: max-content;
    margin-bottom: 80px;
  }
  .item-about_2 .item-about__img {
    margin-left: 0;
  }
}
.item-about_2 .item-about__wp {
  grid-template-columns: 1fr 1.3fr;
}
@media (max-width: 900px) {
  .item-about_2 .item-about__wp {
    grid-template-columns: 1fr;
  }
}
.item-about_2 .item-about__content {
  padding-right: 20px;
}
.item-about_3 .item-about__img {
  margin: 0px auto;
}
@media (min-width: 900px) {
  .item-about_3 .item-about__title {
    text-align: left;
    transform: translate(-50%);
    max-width: max-content;
  }
  .item-about_3 .item-about__text {
    margin-top: 65px;
    max-width: 580px;
  }
}
.item-about__title {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 900px) {
  .item-about__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.item-about__wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 900px) {
  .item-about__wp {
    grid-template-columns: 1fr;
  }
}
.item-about__img {
  max-width: 443px;
  margin-left: auto;
}
@media (min-width: 998px) and (max-height: 650px) {
  .item-about__img {
    max-width: 363px;
  }
}
@media (max-width: 900px) {
  .item-about__img {
    margin: 0px auto;
  }
}
.item-about__img img {
  width: 100%;
}
.item-about__content {
  padding-left: 70px;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .item-about__content {
    padding-left: 50px;
  }
}
@media (max-width: 500px) {
  .item-about__content {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .item-about__text {
    font-size: 14px;
  }
}

.about__progress--wp {
  position: absolute;
  bottom: 30px;
  max-width: 800px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 20px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}
.about__cif {
  transform: translate(0px, -6px);
  font-weight: 700;
}
.about__wp-line {
  width: 100%;
  background: #5c5c5c;
  height: 1px;
  position: relative;
}
.about__wp-line span {
  position: absolute;
  height: 3px;
  background: #fff;
}
.about__names {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 900px) {
  .about__names {
    font-size: 12px;
    margin-top: 20px;
  }
}
.about__names span {
  color: #929292;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}
.about__names span._active {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 900px) {
  .about__names span._active {
    font-size: 14px;
  }
}

.home {
  background-image: url(../img/bg11.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home.white {
  background-image: url(../img/bg12.png);
}
.home__container {
  padding-top: 190px;
}
@media (max-width: 998px) {
  .home__container {
    padding-top: 100px;
  }
}
.home__title {
  font-size: 54px;
  font-family: "Electronica Display Solid";
  max-width: 880px;
  line-height: 1.1;
  opacity: 0;
  transform: translate(0px, 30%);
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.home._active .home__title {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .home__title {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .home__title {
    font-size: 40px;
  }
}
.home__title span {
  color: #ffbb01;
}
.home.white .home__title span {
  color: #00bfff;
}
.home__wp {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transform: translate(0px, 30%);
  transition: all 1.5s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.home._active .home__wp {
  opacity: 1;
  transform: translate(0);
}
.home.white .home__wp {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  border-top: none;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 998px) {
  .home.white .home__wp {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .home__wp {
    grid-template-columns: 1fr;
  }
}
.home.white .home__name {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(92, 92, 92, 0.2);
  color: #5b6b78;
}
@media (max-width: 998px) {
  .home.white .home__name {
    padding-top: 30px;
    margin-top: 20px;
  }
}
.home__subtitle {
  max-width: 704px;
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .home__subtitle {
    font-size: 16px;
  }
}
.home__btns {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1300px) {
  .home__btns {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .home__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.home__btns a {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1300px) {
  .home__btns a {
    gap: 20px;
  }
}
.home__explore {
  padding: 10px 20px;
  padding-right: 0;
}
.home__explore:hover ._text-hover::before {
  width: 100%;
}
.home__explore:hover ._text-hover::after {
  width: 0%;
}
.home__explore:hover ._svg-hover div {
  width: 100%;
  transition-delay: 0.2s;
}
.home__explore ._svg-hover {
  --width: 10px;
}
.home__mouse {
  margin: 0px auto;
  width: 20px;
  opacity: 0;
  transform: translate(0px, 80%);
  transition: all 1.5s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.home._active .home__mouse {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .home__mouse {
    margin-top: 20px;
  }
}
.home__mouse img {
  width: 100%;
  animation: tpbt 3s infinite;
}
@keyframes tpbt {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, 50%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.home__trns {
  opacity: 0;
  transition: all 1.5s 0.9s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.home._active .home__trns {
  opacity: 1;
}
.home__video-block {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.home__video {
  width: 64%;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .home__video {
    width: 75%;
  }
}
.home__video video {
  margin: 0px auto;
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: 0.3s;
}
.home__video video._border {
  border-radius: 20px;
}
.home__images {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.home__images img {
  position: absolute;
  bottom: -3%;
  width: 21%;
}
@media (max-width: 600px) {
  .home__images img {
    width: 28%;
    bottom: -5%;
  }
}
.home__images img:nth-child(1) {
  left: 0;
}
.home__images img:nth-child(2) {
  left: 5%;
}
.home__images img:nth-child(3) {
  left: 11%;
}
@media (max-width: 600px) {
  .home__images img:nth-child(3) {
    display: none;
  }
}
.home__images img:nth-child(4) {
  right: 11%;
  z-index: 3;
}
@media (max-width: 600px) {
  .home__images img:nth-child(4) {
    display: none;
  }
}
.home__images img:nth-child(5) {
  right: 5%;
  z-index: 2;
}
.home__images img:nth-child(6) {
  right: 0%;
}

.background-boken {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  max-height: 150vh;
}

.background-boken span {
  position: absolute;
  width: 20vmin;
  height: 20vmin;
  filter: blur(40px);
  border-radius: 20vmin;
  backface-visibility: hidden;
  animation-name: move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #98551d;
}
@media (max-width: 600px) {
  .background-boken span {
    filter: blur(30px);
  }
}

/* Частицы */
.background-boken span:nth-child(1) {
  top: 10%;
  left: 20%;
  background-color: #8d4039;
  animation-duration: 10s;
  animation-delay: 0s;
  transform-origin: -10% -5%;
}

.background-boken span:nth-child(2) {
  top: 30%;
  left: 50%;
  background-color: #98551d;
  animation-duration: 14s;
  animation-delay: -2s;
  transform-origin: 15% 10%;
  animation-direction: reverse;
}

.background-boken span:nth-child(3) {
  top: 50%;
  left: 10%;
  background-color: #98551d;
  animation-duration: 12s;
  animation-delay: -1s;
  transform-origin: 5% -15%;
}

.background-boken span:nth-child(4) {
  top: 50%;
  left: 90%;
  background-color: #98551d;
  animation-duration: 19s;
  animation-delay: -3s;
  transform-origin: -20% 5%;
}

.background-boken span:nth-child(5) {
  top: 20%;
  left: 80%;
  background-color: #8d4039;
  animation-duration: 11s;
  animation-delay: -0.5s;
  transform-origin: 10% -10%;
  animation-direction: reverse;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.certifications {
  position: relative;
  z-index: 10;
}
.certifications__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .certifications__container {
    margin-top: 80px;
    padding-bottom: 50px;
  }
}
.certifications__title {
  font-size: 36px;
  position: relative;
}
@media (max-width: 998px) {
  .certifications__title {
    font-size: 30px;
  }
}
.certifications__title img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -50%);
}
.certifications__block {
  display: flex;
  gap: 46px;
  align-items: center;
  margin-top: 50px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .certifications__block {
    gap: 0px;
    margin-top: 30px;
  }
}
.certifications__item {
  width: 100%;
  display: block;
}
.certifications__item:nth-child(2) {
  width: 150%;
}
.certifications__item img {
  width: 100%;
}

.services__container {
  padding-bottom: 70px;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 998px) {
  .services__container {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
.services__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%);
  width: 150px;
  z-index: -2;
}
@media (max-width: 1500px) {
  .services__icon {
    transform: translate(10%);
    width: 120px;
  }
}
@media (max-width: 998px) {
  .services__icon {
    top: 55%;
    width: 100px;
  }
}
.services__icon img {
  transform: translate(100%);
  opacity: 0;
  transition: 0.9s;
  width: 100%;
}
.services__icon img._active {
  opacity: 1;
  transform: translate(0);
}
.services__blur {
  position: absolute;
  border-radius: 100%;
  filter: blur(150px);
  z-index: -1;
  animation: movedelement 8s ease-in-out infinite;
}
@media (max-width: 998px) {
  .services__blur {
    scale: 0.5;
  }
}
.services__blur_1 {
  width: 500px;
  height: 150px;
  top: 20%;
  left: 10%;
  background: linear-gradient(90deg, #f06000 0%, rgba(240, 96, 0, 0.7) 100%);
}
.services__blur_2 {
  width: 320px;
  height: 280px;
  background: linear-gradient(90deg, #f06000 0%, rgba(240, 96, 0, 0.7) 100%);
  top: 40%;
  left: 35%;
  animation: movedelement 8s -3s ease-in-out infinite;
}
.services__blur_3 {
  background: linear-gradient(90deg, #ffbb01 0%, rgba(255, 187, 1, 0.7) 100%);
  width: 580px;
  height: 270px;
  left: 0;
  top: 30%;
  animation: movedelement 11s ease-in-out infinite;
}
.services__blur_4 {
  background: linear-gradient(90deg, #f06000 0%, rgba(240, 96, 0, 0.7) 100%);
  width: 280px;
  height: 210px;
  top: 30%;
  animation: movedelement 9s -5s ease-in-out infinite;
}
.services__wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 15px;
}
@media (max-width: 998px) {
  .services__wp {
    grid-template-columns: 1fr;
  }
}
.services__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.services__title {
  font-size: 48px;
  max-width: 500px;
}
@media (max-width: 1300px) {
  .services__title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .services__title {
    font-size: 34px;
  }
}
.services__btn {
  gap: 25px;
}
.services__text {
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 998px) {
  .services__text {
    max-width: 600px;
    font-size: 16px;
  }
}
.services__social {
  margin-top: 28px;
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 11px;
  width: 100%;
}
.services__social img {
  width: 100%;
}
.services__citate {
  position: relative;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 60px;
}
@media (max-width: 998px) {
  .services__citate {
    margin-top: 35px;
  }
}
.services__citate::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  transform: translate(-100%, -60%);
  height: 24px;
  background-size: contain;
  background-image: url(../img/chevron-double-left.svg);
}
@media (max-width: 998px) {
  .services__citate::before {
    width: 15px;
    height: 15px;
  }
}
.services__citate::after {
  position: relative;
  display: inline-block;
  background-size: contain;
  content: "";
  margin-top: -10px;
  transform: translate(5px, 20px);
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-double-right.svg);
}
@media (max-width: 998px) {
  .services__citate::after {
    width: 15px;
    height: 15px;
    transform: translate(5px, 10px);
  }
}
.services__manual {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 20px;
  margin-top: 50px;
  align-items: center;
}
.services__manual img {
  width: 100%;
}
.services__manual p {
  max-width: max-content;
  display: block;
  border-radius: 31px;
  background: linear-gradient(180deg, rgba(255, 187, 1, 0.1) 0%, rgba(240, 96, 0, 0.1) 100%);
  padding: 17px 38px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 998px) {
  .services__manual p {
    padding: 12px 28px;
    line-height: 1.5;
  }
}
.services__bottom {
  display: grid;
  grid-template-columns: 539px 1fr;
  margin-top: 80px;
  gap: 60px;
  position: relative;
}
@media (max-width: 1250px) {
  .services__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
}
@media (max-width: 998px) {
  .services__bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 998px) {
  .services__image {
    max-width: 500px;
  }
}
.services__image img {
  width: 100%;
}
.services__head {
  margin-top: 12%;
}
@media (max-width: 998px) {
  .services__head {
    font-size: 30px;
    margin-top: 0px;
  }
}
.services__info {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
  line-height: 1.6;
  padding: 14px 34px;
  border-radius: 31px;
  max-width: 770px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
@media (max-width: 998px) {
  .services__info {
    position: relative;
    left: 0;
    transform: translate(0);
    padding: 12px 25px;
    font-size: 14px;
    margin-top: 20px;
  }
}


.steps__container {
  padding-top: 100px;
}
.steps__title {
  text-align: center;
}
.steps__subtitle {
  padding-top: 30px;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 998px) {
  .steps__subtitle {
    font-size: 16px;
  }
}
.steps__block {
  display: flex;
  width: 500vw;
  padding-top: 155px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 998px) {
  .steps__block {
    padding-top: 100px;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .steps__block {
    padding-top: 50px;
  }
}
.steps__block::before {
  position: absolute;
  top: 30px;
  left: 50vw;
  content: "";
  height: 108px;
  width: 2px;
  background: #ffbb01;
}
@media (max-width: 998px) {
  .steps__block::before {
    top: 20px;
    height: 70px;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .steps__block::before {
    top: 10px;
    height: 30px;
  }
}
.steps__item {
  width: 100vw;
  transition: 0.2s;
}
.steps__item:last-child .steps__top::after {
  opacity: 0;
}
.steps__item:first-child .steps__top::before {
  opacity: 0;
}
.steps__item_2 .steps__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 998px) {
  .steps__item_2 .steps__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.steps__item_2 .steps__list span {
  font-weight: 300;
  color: #929292;
}
@media (min-width: 998px) {
  .steps__item_2 .steps__list span {
    position: absolute;
    writing-mode: vertical-lr;
    /* or vertical-lr */
    white-space: nowrap;
    transform: rotate(180deg) translate(100%);
  }
}
.steps__top {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  gap: 35px;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .steps__top {
    font-size: 20px;
  }
}
@media (max-width: 998px) {
  .steps__top {
    font-size: 18px;
    gap: 15px;
    grid-template-columns: 1fr 60% 1fr;
    align-items: flex-start;
  }
}
.steps__top::before, .steps__top::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-color: #ffbb01;
  height: 2px;
  gap: 35px;
}
@media (max-width: 998px) {
  .steps__top::before, .steps__top::after {
    top: 50px;
  }
}
.steps__top div {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 998px) {
  .steps__top div {
    flex-direction: column;
    text-align: center;
  }
}
.steps__top div span {
  background: linear-gradient(271deg, rgba(255, 187, 1, 0.4) 0%, rgba(240, 96, 0, 0.4) 100%);
  padding: 7px 15px;
  border-radius: 19px;
}
.steps__wp {
  margin: 0px auto;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: max-content;
}
@media (max-width: 998px) {
  .steps__wp {
    margin-top: 20px;
    gap: 15px;
  }
}
.steps__text {
  font-weight: 300;
}
.steps__text span {
  font-weight: 600;
}
.steps__list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .steps__list ul {
    gap: 10px;
  }
}
.steps__list ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 13px;
}
.steps__list ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/check-circle-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.steps-talk .contacts__head {
  margin-left: auto;
  max-width: max-content;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  transform: translate(100%);
}
@media (max-width: 1300px) {
  .steps-talk .contacts__head {
    position: relative;
    transform: translate(0);
    margin-bottom: 10px;
  }
}
.steps-talk a {
  margin-top: 0;
}
.steps-talk .contacts__talk {
  margin-top: 200px;
  max-width: max-content;
  position: relative;
  padding-bottom: 115px;
}
@media (max-width: 1300px) {
  .steps-talk .contacts__talk {
    max-width: 100%;
  }
}
@media (max-width: 998px) {
  .steps-talk .contacts__talk {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

.steps-talk__text {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 50px;
  max-width: 650px;
}
@media (max-width: 998px) {
  .steps-talk__text {
    font-size: 16px;
    margin-top: 40px;
  }
}


.problem__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 998px) {
  .problem__container {
    font-size: 16px;
    line-height: 1.3;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.problem__icon {
  left: 0;
  top: 50%;
  position: absolute;
  z-index: -2;
  transform: translate(-50%);
}
@media (max-width: 1500px) {
  .problem__icon {
    transform: translate(-20%);
    width: 100px;
  }
}
@media (max-width: 998px) {
  .problem__icon {
    top: 95%;
    width: 70px;
  }
}
.problem__icon img {
  width: 100%;
  transform: translate(-100%);
  transition: 0.9s;
  opacity: 0;
}
.problem__icon img._active {
  transform: translate(0);
  opacity: 1;
}
.problem__blur {
  position: absolute;
  border-radius: 100%;
  filter: blur(150px);
  z-index: -1;
  animation: movedelement 8s ease-in-out infinite;
}
@media (max-width: 998px) {
  .problem__blur {
    scale: 0.5;
  }
}
.problem__blur_1 {
  bottom: 0;
  right: 20%;
  background: linear-gradient(90deg, #ff7b00 0%, rgba(255, 123, 0, 0.7) 100%);
  width: 320px;
  height: 280px;
}
.problem__blur_2 {
  width: 470px;
  height: 280px;
  background: linear-gradient(90deg, #ff7b00 0%, rgba(255, 123, 0, 0.7) 100%);
  bottom: -100px;
  right: -100px;
  animation: movedelement 8s -4s ease-in-out infinite;
}
.problem__blur_3 {
  width: 280px;
  height: 350px;
  right: -100px;
  bottom: 0;
  background: linear-gradient(90deg, #00bfff 0%, rgba(0, 191, 255, 0.7) 100%);
  animation: movedelement 11s 1s ease-in-out infinite;
}
.problem__blur_4 {
  background: linear-gradient(90deg, #ff7b00 0%, rgba(255, 123, 0, 0.7) 100%);
  width: 450px;
  height: 228px;
  bottom: -200px;
  right: 0;
  animation: movedelement 8s reverse ease-in-out infinite;
}
.problem__blur_5 {
  background: linear-gradient(90deg, #ffd500 0%, rgba(255, 213, 0, 0.7) 100%);
  width: 480px;
  height: 160px;
  bottom: -50px;
  right: 0;
  animation: movedelement 13s ease-in-out infinite;
}
.problem__wp {
  max-width: 730px;
  width: 100%;
}
.problem__subtitle {
  margin-top: 15px;
}
@media (max-width: 998px) {
  .problem__subtitle {
    margin-top: 20px;
  }
}
.problem__subtitle span {
  font-weight: 600;
  color: #ffbb01;
}
.problem__text {
  margin-top: 35px;
}
@media (max-width: 998px) {
  .problem__text {
    margin-top: 30px;
  }
}
.problem__list {
  margin: 0px auto;
  margin-top: 40px;
  max-width: max-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 998px) {
  .problem__list {
    margin-top: 30px;
  }
}
.problem__list li {
  position: relative;
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 10px;
  align-items: center;
}
.problem__list li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: #ffbb01;
}
.problem__unfo {
  max-width: 1050px;
  width: 100%;
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}
@media (max-width: 998px) {
  .problem__unfo {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 998px) {
  .problem__unfo p {
    max-width: max-content;
  }
}
.problem__unfo p:nth-child(2) {
  padding-left: 50px;
}
@media (max-width: 998px) {
  .problem__unfo p:nth-child(2) {
    padding-left: 0;
    padding-top: 20px;
  }
}
.problem__unfo p:nth-child(1) {
  padding-right: 50px;
  border-right: 1px solid #fff;
}
@media (max-width: 998px) {
  .problem__unfo p:nth-child(1) {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    border-right: none;
    padding-right: 0;
  }
}

.citate__container {
  padding-top: 88px;
  padding-bottom: 88px;
  max-width: 800px;
}
@media (max-width: 998px) {
  .citate__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.citate__wp {
  max-width: 510px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.citate__wp p {
  position: relative;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .citate__wp p {
    margin-top: 35px;
  }
}
.citate__wp p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  transform: translate(-100%, -60%);
  height: 24px;
  background-size: contain;
  background-image: url(../img/chevron-double-left.svg);
}
@media (max-width: 998px) {
  .citate__wp p::before {
    width: 15px;
    height: 15px;
  }
}
.citate__wp p::after {
  position: relative;
  display: inline-block;
  background-size: contain;
  content: "";
  margin-top: -10px;
  transform: translate(5px, 20px);
  width: 24px;
  height: 24px;
  background-image: url(../img/chevron-double-right.svg);
}
@media (max-width: 998px) {
  .citate__wp p::after {
    width: 15px;
    height: 15px;
    transform: translate(5px, 10px);
  }
}
.citate__wp span {
  margin-top: 35px;
  font-style: italic;
  font-weight: 600;
}

.image-text__container {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1050px;
  position: relative;
}
.image-text__icon {
  position: absolute;
  right: 0;
  top: 10%;
  transform: translate(100%);
  width: 180px;
  z-index: -2;
}
@media (max-width: 1500px) {
  .image-text__icon {
    width: 120px;
    transform: translate(40%);
  }
}
@media (max-width: 998px) {
  .image-text__icon {
    top: 2%;
    width: 100px;
  }
}
.image-text__icon img {
  width: 100%;
  transform: translate(100%);
  transition: 0.9s;
  opacity: 0;
}
.image-text__icon img._active {
  transform: translate(0);
  opacity: 1;
}
.image-text__img {
  width: 100%;
}
.image-text__img img {
  width: 100%;
}
.image-text__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  line-height: 1.6;
  margin-top: 60px;
  align-items: flex-start;
}
.image-text__list span {
  font-weight: 700;
}
.image-text__link {
  color: #ffbb01;
  text-decoration: underline;
}
.image-text__link::before, .image-text__link::after {
  text-decoration: underline;
}

.header-white {
  z-index: 10;
  position: absolute;
  width: 100%;
}
.header-white__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 998px) {
  .header-white__container {
    padding-top: 15px;
  }
}
.header-white__logo {
  width: 180px;
}
@media (max-width: 998px) {
  .header-white__logo {
    width: 130px;
  }
}
.header-white__logo img {
  width: 100%;
}
.header-white .header__dashboard {
  font-size: 10px;
}
.header-white .header__dashboard ._svg-hover {
  --width: 22px;
}
.header-white__links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 998px) {
  .header-white__links {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    gap: 20px;
    font-size: 12px;
  }
}

.features {
  position: relative;
}
.features::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-image: url(../img/bg23.png);
  width: 100%;
  aspect-ratio: 1/0.5;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 500px) {
  .features::before {
    height: 100%;
  }
}
.features__container {
  padding-top: 30px;
  position: relative;
}
.features__blur {
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  filter: blur(120px);
  background: linear-gradient(90deg, #0091ff 0%, rgba(0, 145, 255, 0.7) 100%);
  animation: movedelement 8s ease-in-out infinite;
}
@media (max-width: 998px) {
  .features__blur {
    scale: 0.5;
  }
}
.features__blur_1 {
  width: 350px;
  height: 450px;
  left: 40%;
  top: 20%;
}
.features__blur_2 {
  right: 0;
  top: 50%;
  width: 420px;
  height: 260px;
  animation: movedelement 8s -2s ease-in-out infinite;
}
.features__blur_3 {
  top: 50%;
  width: 240px;
  left: 20%;
  height: 340px;
  animation: movedelement 9s ease-in-out infinite;
}
.features__blur_4 {
  top: 10%;
  width: 230px;
  height: 240px;
  left: 10%;
  animation: movedelement 12s 2s ease-in-out infinite;
}
.features__blur_5 {
  width: 280px;
  height: 380px;
  left: 60%;
  top: 50%;
  animation: movedelement 9s -3s ease-in-out infinite;
}
.features__title {
  text-align: center;
}
.features__title_2 {
  margin-top: 130px;
}
@media (max-width: 998px) {
  .features__title_2 {
    margin-top: 90px;
  }
}
@media (max-width: 500px) {
  .features__title_2 {
    margin-top: 60px;
  }
}
.features__block {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .features__block {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .features__block {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .features__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}
.features__block._active .features__item {
  opacity: 1;
  transform: translate(0);
}
.features__item {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(271deg, rgba(0, 229, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 24px 34px;
  line-height: 1.24;
  color: #5b6b78;
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  opacity: 0;
  transform: translate(0px, 50px);
}
@media (max-width: 1300px) {
  .features__item {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .features__item {
    padding: 15px;
    border-radius: 15px;
  }
}
.features__item:nth-child(2) {
  transition-delay: 0.1s;
}
.features__item:nth-child(3) {
  transition-delay: 0.2s;
}
.features__item:nth-child(4) {
  transition-delay: 0.3s;
}
.features__item:nth-child(5) {
  transition-delay: 0.4s;
}
.features__item:nth-child(6) {
  transition-delay: 0.5s;
}
.features__item:nth-child(7) {
  transition-delay: 0.6s;
}
.features__item:nth-child(8) {
  transition-delay: 0.7s;
}
.features__item:nth-child(9) {
  transition-delay: 0.8s;
}
.features__item:nth-child(10) {
  transition-delay: 0.9s;
}
.features__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features__cif {
  font-weight: 300;
  font-size: 40px;
}
@media (max-width: 1300px) {
  .features__cif {
    font-size: 30px;
  }
}
.features__icon {
  width: 50px;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 1300px) {
  .features__icon {
    width: 40px;
  }
}
.features__icon img {
  width: 100%;
  position: absolute;
}
.features__txt {
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .features__txt {
    margin-top: 30px;
  }
}
.features__list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 998px) {
  .features__list {
    margin-top: 50px;
  }
}
.features__list._active li {
  animation: toup 1.5s cubic-bezier(0.175, 0.885, 0.32, 1) forwards;
}
.features__list li {
  background: rgba(0, 145, 255, 0.12);
  transform: rotate(7deg);
  border-radius: 29px;
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  font-size: 18px;
  top: 100px;
  opacity: 0;
  position: relative;
}
.features__list li:nth-child(1) {
  transform: rotate(-5deg);
}
.features__list li:nth-child(2) {
  animation-delay: 0.2s !important;
}
.features__list li:nth-child(3) {
  transform: rotate(-2deg);
  animation-delay: 0.4s !important;
}
.features__list li:nth-child(4) {
  transform: rotate(3deg);
  animation-delay: 0.6s !important;
}
.features__list li::before {
  position: relative;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-size: contain;
  content: "";
  background-image: url(../img/erre.svg);
}
@media (max-width: 998px) {
  .features__list li {
    font-size: 16px;
    padding: 10px 15px;
    gap: 10px;
  }
  .features__list li::before {
    width: 12px;
    height: 12px;
  }
}

.soon__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 130px;
}
@media (max-width: 998px) {
  .soon__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.soon__head {
  transform: translate(-50px);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.soon__container._active .soon__head {
  opacity: 1;
  transform: translate(0);
}
.soon__head span::before {
  background: #5b6b78;
}
.soon__title {
  max-width: 990px;
  transform: translate(-50px);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-delay: 0.1s;
}
.soon__container._active .soon__title {
  opacity: 1;
  transform: translate(0);
}
.soon__title span {
  color: #00b3ff;
}
.soon__request {
  margin-top: 30px;
  transform: translate(-50px);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-delay: 0.2s;
}
.soon__container._active .soon__request {
  opacity: 1;
  transform: translate(0);
}

.about-top {
  position: absolute;
  top: 0;
  transform: translate(0px, -100%);
  padding-top: 200px;
  padding-bottom: 70px;
  width: 100%;
}
@media (max-width: 998px) {
  .about-top {
    padding-top: 100px;
  }
}
.about-top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  z-index: -1;
  height: 100vw;
  background-image: url(../img/bg-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}