@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: "Loos Wide";
  src: url("../fonts/loos-wide-thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/loos-wide-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/loos-wide-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/loos-wide-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/loos-wide-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/loos-wide-black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-Bold.woff2") format("woff2"), url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-Medium.woff2") format("woff2"), url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("https://portfolio.fcbteam.xyz/media-leed/fonts/Gilroy-Regular.woff2") format("woff2"), url("https://portfolio.fcbteam.xyz/media-leed/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: "Loos Wide";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Loos Wide";
  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 {
  background: #f8f8f8;
  font-size: 18px;
  line-height: 1.1;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 15px;
  }
}

.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("https://portfolio.fcbteam.xyz/media-leed/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("https://portfolio.fcbteam.xyz/media-leed/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("https://portfolio.fcbteam.xyz/media-leed/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: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  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;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px 40px;
  width: 95%;
  max-width: 700px;
  border-radius: 60px;
}
@media (max-width: 500px) {
  .popup__body {
    padding: 30px 20px;
    border-radius: 40px;
  }
}
.popup__close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/close.svg") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .popup__close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  transition: 0.7s;
  transition-delay: 0.4s;
  transform: translate(0px, -100%);
}
.header._scroll {
  background: rgba(18, 15, 22, 0.8);
  backdrop-filter: blur(15px);
}
.header.start {
  transform: translate(0);
}
.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff24;
}
@media (max-width: 1250px) {
  .header__block {
    gap: 20px;
    border-bottom: none;
    padding: 20px 0;
    min-height: 70px;
  }
}
.header__logo {
  width: clamp(170px, 13vw, 252px);
  position: relative;
  z-index: 3;
}
.header__logo img {
  width: 100%;
}
.header__menu > ul {
  display: flex;
  gap: clamp(15px, 2.4vw, 48px);
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
}
@media (max-width: 1300px) {
  .header__menu > ul {
    gap: 15px;
  }
}
@media (max-width: 1250px) {
  .header__menu > ul {
    font-size: 22px;
    gap: 48px;
    font-weight: 300;
  }
}
.header__menu > ul a {
  color: inherit;
  display: block;
  position: relative;
}
.header__menu > ul a._last {
  font-weight: 500;
}
@media (min-width: 1250px) {
  .header__menu > ul a {
    padding: 30px 0;
  }
}
.header__menu > ul a:hover::after {
  opacity: 1;
}
.header__menu > ul a::after {
  position: absolute;
  opacity: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid #ff3a3a;
  width: 100%;
  height: 1px;
  bottom: 0;
}
@media (max-width: 1250px) {
  .header__menu > ul a::after {
    display: none;
  }
}
.header__menu .collaboration__social {
  display: none;
}
@media (max-width: 1250px) {
  .header__menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 12px;
    padding-top: 100px;
    padding-bottom: 40px;
    background: #120f16;
    height: 100vh;
    overflow: auto;
    transform: translate(0px, -105%);
    transition: 0.5s;
  }
  .header__menu._active {
    transform: translate(0);
  }
  .header__menu .collaboration__social {
    display: grid;
    color: #000;
    margin-top: 0;
  }
  .header__menu .collaboration__social a {
    font-size: 22px;
  }
  .header__menu > ul {
    flex-direction: column;
  }
}
@media (max-width: 1250px) and (max-width: 700px) {
  .header__menu > ul {
    margin-top: 70px;
  }
}
.header__bottom {
  display: none;
}
@media (max-width: 1250px) {
  .header__bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 30px;
    gap: 16px;
    font-size: 14px;
    font-weight: 300;
  }
  .header__bottom a {
    opacity: 0.8;
  }
}
.header__dropdown {
  position: relative;
}
@media (min-width: 1250px) {
  .header__dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .header__dropdown::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 200%;
    height: 100%;
    transform: translate(-50%, 100%);
    pointer-events: none;
  }
  .header__dropdown::after {
    position: absolute;
    opacity: 0;
    left: 0;
    content: "";
    border-bottom: 1px solid #ff3a3a;
    width: 100%;
    height: 1px;
    bottom: 0;
  }
}
@media (min-width: 1250px) and (max-width: 1250px) {
  .header__dropdown::after {
    display: none;
  }
}
@media (max-width: 1250px) {
  .header__dropdown svg {
    top: -3px;
    position: relative;
    margin-left: 5px;
  }
}
.header__dropdown svg {
  transition: 0.3s;
}
.header__dropdown:hover::before {
  pointer-events: all;
}
@media (min-width: 998px) {
  .header__dropdown:hover svg {
    transform: rotate(180deg);
  }
  .header__dropdown:hover::after {
    opacity: 1;
  }
  .header__dropdown:hover svg path {
    stroke: #ff3a3a;
    opacity: 1;
  }
  .header__dropdown:hover .header__dropdown-menu {
    opacity: 1;
    pointer-events: all;
    display: grid;
  }
}
.header__dropdown._active::before {
  pointer-events: all;
}
@media (max-width: 998px) {
  .header__dropdown._active svg {
    transform: rotate(180deg);
  }
  .header__dropdown._active::after {
    opacity: 1;
  }
  .header__dropdown._active svg path {
    stroke: #ff3a3a;
    opacity: 1;
  }
  .header__dropdown._active .header__dropdown-menu {
    opacity: 1;
    pointer-events: all;
    display: grid;
  }
}
.header__dropdown-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: min(90vw, 1500px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  left: 0%;
  transform: translate(-25%, 100%);
  border-radius: 18px;
  background: #f8f8f8;
  padding: clamp(15px, 3vw, 45px);
  font-size: clamp(16px, 1vw, 18px);
  color: #120f16;
  bottom: -30px;
  transition: 0.3s;
}
.header__dropdown-menu::before {
  position: absolute;
  top: 0;
  left: 26%;
  content: "";
  transform: translate(0px, -90%);
  width: 25px;
  height: 13px;
  background-size: contain;
  background-image: url(../img/rec.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 1700px) {
  .header__dropdown-menu {
    transform: translate(-19%, 100%);
  }
  .header__dropdown-menu::before {
    left: 20%;
  }
}
@media (max-width: 1250px) {
  .header__dropdown-menu {
    position: relative;
    width: 100%;
    transform: translate(0);
    margin-top: 15px;
    opacity: 1;
    pointer-events: all;
    display: none;
  }
  .header__dropdown-menu::before {
    display: none;
  }
}
@media (max-width: 998px) {
  .header__dropdown-menu {
    grid-template-columns: 1fr;
  }
}
.header__dropdown-menu ul {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  padding: clamp(15px, 1.6vw, 30px) clamp(15px, 1.6vw, 35px);
}
.header__dropdown-menu ul h3 {
  margin-bottom: 30px;
  font-size: clamp(20px, 1.7vw, 32px);
  font-weight: 700;
}
.header__dropdown-menu ul a {
  background: #f8f8f8;
  color: inherit;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 18px;
  align-items: center;
}
.header__dropdown-menu ul a:hover {
  text-decoration: underline;
}
.header__dropdown-menu ul a::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/arr.svg);
  width: 24px;
  flex: 0 0 24px;
  height: 12px;
  border-bottom: none;
  opacity: 1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__links {
  display: flex;
}
@media (max-width: 1250px) {
  .header__links {
    margin-left: auto;
  }
}
@media (max-width: 998px) {
  .header__links {
    width: 100%;
  }
  .header__links a {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .header__links {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .header__links a {
    width: 100%;
  }
}
.header__search {
  height: auto;
  width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(248, 248, 248, 0.15);
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .header__search {
    display: none;
  }
}
.header__search svg path {
  transition: 0.3s;
}
.header__search:hover {
  cursor: pointer;
  border-color: #ff3a3a;
}
.header__search:hover svg path {
  stroke: #ff3a3a;
}
.header__search svg {
  width: 60%;
}
.header__btn {
  padding: 12px 18px !important;
  font-size: 15px !important;
}
@media (max-width: 1400px) {
  .header__btn {
    font-size: 14px !important;
  }
}
.header__btn_1 {
  box-shadow: none !important;
  background: transparent !important;
}
.header__btn_1:hover {
  background: #fff !important;
  color: #000 !important;
}
.header__btn_2 {
  background: #fff !important;
  color: #222 !important;
}
.header__btn_2:hover {
  color: #fff !important;
  box-shadow: none !important;
  background: transparent !important;
}
._burger {
  display: none;
  position: relative;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1250px) {
  ._burger {
    display: block;
  }
}
._burger span {
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  right: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
._burger span:first-child {
  top: 0px;
}
._burger span:nth-child(2) {
  opacity: 0;
}
._burger span:last-child {
  top: auto;
  bottom: 0px;
  width: 70%;
  right: 0;
}
._burger._active span {
  transform: scale(0);
}
._burger._active span:nth-child(2) {
  opacity: 1;
}
._burger._active span:last-child {
  width: 100%;
}
._burger._active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
._burger._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;
}

.home {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  color: #fff;
}
.home__fon {
  width: 100%;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  transform: translate(0, -100%);
  transition: 1s;
  opacity: 0;
}
.home.start .home__fon, .first.start .home__fon, .news-page.start .home__fon, .cases.start .home__fon {
  animation: tp 2s forwards;
}
.home__fon::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  width: 100%;
  height: 20%;
}
.home__fon img {
  height: 100%;
}
.home__container {
  padding-top: 145px;
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .home__container {
    padding-top: 116px;
    padding-bottom: 50px;
  }
}
.home__wp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .home__wp {
    flex-direction: column;
  }
}
.home__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(14px, 1.2vw, 24px);
  line-height: 1.2;
  opacity: 0;
}
.home__left img {
  width: clamp(15px, 1.1vw, 22px);
}
.home.start .home__left {
  animation: tp 0.8s 3s forwards;
}
@media (max-width: 998px) {
  .home__left {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home__title {
  font-weight: 800;
  font-size: clamp(34px, 6.5vw, 120px);
  padding-right: clamp(0px, 4vw, 100px);
  margin-top: 8px;
  line-height: 1;
}
@media (max-width: 998px) {
  .home__title {
    margin: 0px auto;
    margin-top: 30px;
    min-width: max-content;
    padding-right: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 600px) {
  .home__title {
    font-size: 9vw;
  }
}
@keyframes tp {
  to {
    transform: translate(0%);
    opacity: 1;
  }
}
.home__title div {
  overflow: hidden;
}
.home__title div:nth-child(1) {
  padding-left: 10%;
}
@media (max-width: 600px) {
  .home__title div:nth-child(1) {
    padding-left: 0;
  }
}
.home__title div:nth-child(1), .home__title div:nth-child(3) {
  color: transparent;
  /* Цвет текста */
  -webkit-text-stroke: 2px #ffffff;
  /* Толщина и цвет обводки */
  text-stroke: 2px #ffffff;
}
@media (max-width: 500px) {
  .home__title div:nth-child(1), .home__title div:nth-child(3) {
    -webkit-text-stroke: 1px #ffffff;
    /* Толщина и цвет обводки */
    text-stroke: 1px #ffffff;
  }
}
.home__title div:nth-child(3) {
  margin-top: clamp(-15px, -0.8vw, 5px);
  text-align: center;
}
@media (max-width: 600px) {
  .home__title div:nth-child(3) {
    text-align: right;
  }
}
.home__title div span {
  padding-bottom: clamp(5px, 0.8vw, 15px);
}
.home.start .home__title div:nth-child(1) span {
  animation: tp 0.8s 0.8s forwards;
}
.home.start .home__title div:nth-child(2) span {
  animation: tp 0.8s 1.1s forwards;
}
.home.start .home__title div:nth-child(3) span {
  animation: tp 0.8s 1.4s forwards;
}
.home__title div span {
  display: block;
  transition: 0.3s;
  transform: translate(0px, 100%);
}
.home__btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 15px;
  transform: translate(0px, 100%);
  opacity: 0;
}
.home.start .home__btn {
  animation: tp 0.6s 1.8s forwards;
}
@media (max-width: 998px) {
  .home__btn {
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.home__btn a {
  display: flex;
  align-items: center;
  padding: 15px 22px;
  gap: 10px;
  box-shadow: 0 6px 12px 0 rgba(255, 255, 255, 0.15), 1px 22px 22px 0 rgba(255, 255, 255, 0.13), 2px 50px 31px 0 rgba(255, 255, 255, 0.08), 5px 89px 35px 0 rgba(255, 255, 255, 0.02), 7px 139px 39px 0 rgba(255, 255, 255, 0);
  background: #f8f8f8;
  border: 1.22px solid #fff;
  border-radius: 711px;
  font-weight: 700;
  font-size: 18px;
  justify-content: center;
  min-height: 59px;
  color: #222;
  transition: 0.4s;
}
.home__btn a:hover {
  background: #f8f8f8be;
}
@media (max-width: 998px) {
  .home__btn a {
    font-weight: 300;
    max-width: 90%;
    width: 500px;
  }
}
.home__btn a._black {
  box-shadow: 0 6px 12px 0 rgba(255, 255, 255, 0.15), 1px 22px 22px 0 rgba(255, 255, 255, 0.13), 2px 50px 31px 0 rgba(255, 255, 255, 0.08), 5px 89px 35px 0 rgba(255, 255, 255, 0.02), 7px 139px 39px 0 rgba(255, 255, 255, 0);
  border: 1.22px solid #000;
  background: transparent;
  padding: 15px 35px;
}
.home__bottom {
  margin-top: 90px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.2;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.home.start .home__bottom {
  animation: tp 0.6s 2.1s forwards;
}
@media (max-width: 998px) {
  .home__bottom {
    justify-content: center;
    text-align: center;
    margin-top: 75px;
  }
  .home__bottom p {
    max-width: 90%;
  }
  .home__bottom br {
    display: none;
  }
}
.home__bottom img {
  width: clamp(40px, 3.5vw, 65px);
}
@media (max-width: 998px) {
  .home__bottom img {
    display: none;
  }
}

.aboutDescription > p > div {
  background: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.4) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
}

.top-elm {
  display: flex;
}
.top-elm div {
  width: clamp(40px, 3.3vw, 66px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.top-elm div img {
  width: 40%;
}
.top-elm p {
  padding: 10px clamp(22px, 2vw, 40px);
  border: 1px solid #000;
  border-radius: 132px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 1vw, 20px);
}

.no-stress {
  position: relative;
  z-index: 2;
}
.no-stress__block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  padding: 55px 45px;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
  background-image: url(../img/bb.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}
@media (max-width: 998px) {
  .no-stress__block {
    padding: 35px 25px;
  }
}
@media (max-width: 700px) {
  .no-stress__block {
    grid-template-columns: 1fr;
    padding-bottom: 85vw;
    gap: 8px;
  }
}
.no-stress__left {
  position: relative;
}
@media (max-width: 700px) {
  .no-stress__left {
    position: static;
  }
}
.no-stress__icon {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  justify-content: end;
}
@media (max-width: 700px) {
  .no-stress__icon {
    bottom: 0;
    top: auto;
    width: 100%;
    transform: translate(0px, 27%);
  }
}
.no-stress__icon img {
  width: 120%;
}
.no-stress__text {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(16px, 2vw, 37px);
  line-height: 1.1;
}
@media (max-width: 700px) {
  .no-stress__text {
    margin-top: 20px;
    gap: 15px;
  }
}
.no-stress__bottom {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  .no-stress__bottom {
    margin-top: 140px;
  }
}
@media (max-width: 998px) {
  .no-stress__bottom {
    margin-top: 50px;
  }
}
.no-stress__social {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  .no-stress__social {
    display: none;
  }
}
.no-stress__social a {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: clamp(30px, 3vw, 63px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.29);
  transition: 0.3s;
}
.no-stress__social a:hover {
  border-color: #ff3a3a;
}
.no-stress__social a:hover svg path {
  fill: #ff3a3a;
}
.no-stress__social a svg {
  width: 50%;
}
.no-stress__social a svg path {
  transition: 0.3s;
}

._btn {
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.15), 1px 18px 18px 0 rgba(255, 255, 255, 0.13), 2px 41px 25px 0 rgba(255, 255, 255, 0.08), 4px 73px 29px 0 rgba(255, 255, 255, 0.02), 6px 114px 32px 0 rgba(255, 255, 255, 0);
  background: linear-gradient(130deg, #ff3a3a 0%, #7d72fe 100%);
  background-size: 150%;
  transition: 0.3s;
  border: 1px solid #fff;
  border-radius: 582px;
  padding: 18px clamp(28px, 1.5vw, 34px);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  transition: 0.4s;
}
._btn:hover {
  background-position: 50%;
}
@media (max-width: 998px) {
  ._btn {
    font-weight: 300;
  }
}
._btn._v2 {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
._btn._v2:hover {
  background: #000;
  color: #fff;
}

._arrow {
  display: flex;
  gap: 6px;
}
._arrow svg {
  transition: 0.3s;
  width: 66px;
  cursor: pointer;
}
._arrow svg path,
._arrow svg rect {
  transition: 0.3s;
}
._arrow svg:hover path,
._arrow svg:hover rect {
  stroke: #ff3a3a;
}
._arrow svg.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}
._arrow_l {
  transform: scale(-1, 1);
}
._title {
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 68px);
}

._black-bg {
  background: #0f0f0f;
  color: #fff;
}
._black-bg .top-elm div {
  border: 1px solid rgba(255, 255, 255, 0.16);
}
._black-bg .top-elm p {
  border-color: #fff;
}

.panel {
  position: relative;
}

.tasks {
  position: relative;
  z-index: 1;
}
.tasks::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%) rotate(180deg);
  content: "";
  background-image: url(../img/blir2.png);
  width: 100vw;
  height: 970px;
  background-size: auto 100%;
  background-position: center;
  z-index: -1;
}
@media (max-width: 998px) {
  .tasks::before {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .tasks::before {
    height: 450px;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.tasks__container {
  padding-top: 250px;
}
@media (max-width: 998px) {
  .tasks__container {
    padding-top: 90px;
  }
}
.tasks__top {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .tasks__top {
    text-align: right;
    justify-content: end;
  }
}
@media (max-width: 998px) and (max-width: 700px) {
  .tasks__top {
    text-align: left;
    justify-content: start;
  }
}
@media (max-width: 998px) {
  .tasks__top .top-elm {
    display: none;
  }
}
.tasks__title {
  color: #fff;
  font-size: 73px;
}
@media (max-width: 1200px) {
  .tasks__title {
    font-size: clamp(26px, 5.5vw, 60px);
  }
}
.tasks__title.aboutDescription {
  max-width: max-content;
  position: relative;
}
.tasks__title.aboutDescription p {
  max-width: max-content;
  position: relative;
  z-index: 2;
}
.tasks__title.aboutDescription div {
  max-width: max-content;
  background: linear-gradient(to right, white 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
}
@media (min-width: 998px) {
  .tasks__title.aboutDescription div {
    padding-bottom: 15px;
  }
}
.tasks__title.aboutDescription span {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  /* Толщина и цвет обводки */
  text-stroke: 2px #ffffff;
}
@media (max-width: 500px) {
  .tasks__title.aboutDescription span {
    -webkit-text-stroke: 1px #ffffff;
    /* Толщина и цвет обводки */
    text-stroke: 1px #ffffff;
  }
}
.tasks__arrow {
  justify-content: end;
}
@media (max-width: 700px) {
  .tasks__arrow {
    justify-content: start;
    margin-top: 30px;
  }
}
.tasks__block {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .tasks__block {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .tasks__block {
    overflow: visible;
  }
}
.tasks__item {
  color: #000;
  padding: 25px;
  background: #f8f8f8;
  overflow: hidden;
  border-radius: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  position: relative;
  transition: 0.3s;
}
.tasks__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: -1;
  background: linear-gradient(130deg, #ff3a3a 0%, #7d72fe 100%);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
}
.tasks__item:hover {
  color: #fff;
}
.tasks__item:hover::before {
  opacity: 1;
}
.tasks__item:hover svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  .tasks__item {
    padding: 20px;
  }
}
.tasks__img {
  width: 70%;
  max-width: 250px;
}
.tasks__img img {
  width: 100%;
  filter: drop-shadow(40px 30px 15px rgba(243, 114, 254, 0.16));
}
.tasks__head {
  margin-top: 30px;
  font-size: clamp(22px, 1.5vw, 32px);
  font-weight: 700;
}
@media (max-width: 998px) {
  .tasks__head {
    margin-top: 5px;
  }
}
.tasks__text {
  margin-top: 10px;
  opacity: 0.6;
  margin-bottom: 15px;
  text-indent: 40%;
}
@media (max-width: 600px) {
  .tasks__text {
    font-size: 16px;
  }
}
.tasks__categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 23px;
  margin-top: 30px;
}
.tasks__categories span {
  font-size: 14px;
  padding: 11px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 97px;
}
.tasks__item:hover .tasks__categories span {
  border-color: #fff;
}
.tasks__btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tasks__price {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: end;
}
.tasks__price span {
  font-weight: 400;
  font-size: 15px;
  opacity: 0.6;
  margin-right: 8px;
}
.tasks__link {
  width: 65px;
  aspect-ratio: 1/1;
  margin-top: auto;
}
.tasks__link svg {
  width: 100%;
  height: 100%;
}

.projects {
  padding-bottom: 100px;
}
.projects__container {
  padding-top: 200px;
}
@media (max-width: 998px) {
  .projects__container {
    padding-top: 75px;
  }
}
.projects__top {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .projects__top {
    grid-template-columns: 1fr;
  }
}
.projects__subtitle {
  margin-top: 8px;
  opacity: 0.6;
  font-size: clamp(22px, 2.5vw, 48px);
}
.projects__block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
  margin-top: 90px;
}
@media (max-width: 998px) {
  .projects__block {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}
.projects__item {
  background: #f8f8f8;
  border-radius: 25px;
  overflow: hidden;
  color: #000;
}
.projects__item video {
  width: 100%;
  height: clamp(240px, 18vw, 360px);
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1300px) {
  .projects__item video {
    height: 300px;
  }
}
.projects__wp {
  padding: clamp(25px, 2vw, 40px);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.projects__head {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
}
.projects__text {
  margin-bottom: auto;
  max-width: 670px;
  margin-top: 20px;
}
@media (max-width: 998px) {
  .projects__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.projects__btn {
  background: #000;
  max-width: max-content;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 60px;
}
.projects__btn:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 998px) {
  .projects__btn {
    margin-top: 20px;
  }
}
.projects__bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.projects__bottom ._btn {
  box-shadow: none;
}
.projects__search {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 66px;
  cursor: pointer;
  transition: 0.3s;
}
.projects__search svg path {
  transition: 0.3s;
}
.projects__search:hover {
  cursor: pointer;
  border-color: #ff3a3a;
}
.projects__search:hover svg path {
  stroke: #ff3a3a;
}

.how-work {
  background: #0f0f0f;
  position: relative;
  z-index: 2;
}
.how-work._v2 {
  background: transparent;
}
.how-work__container {
  margin-top: 100px;
}
.how-work__block {
  padding: 35px;
  border-radius: 40px;
  color: #000;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 25px;
}
@media (max-width: 1250px) {
  .how-work__block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .how-work__block {
    padding: 30px;
  }
}
.how-work__left {
  display: flex;
  flex-direction: column;
}
.how-work__top {
  margin-bottom: 10px;
}
.how-work__top div {
  border: 1px solid rgba(0, 0, 0, 0.16) !important;
}
.how-work__top p {
  border-color: #000 !important;
}
.how-work__title {
  font-size: clamp(28px, 2.5vw, 55px);
  margin-top: auto;
}
.how-work__info {
  margin-top: 30px;
  max-width: 600px;
}
@media (max-width: 600px) {
  .how-work__info {
    font-size: 15px;
    margin-top: 10px;
  }
}
.how-work__wp {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .how-work__wp {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.how-work__item {
  background: #f8f8f8;
  border-radius: 22px;
  padding: 30px;
  opacity: 0;
  transform: translate(0px, 100%);
}
@media (max-width: 600px) {
  .how-work__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    padding: 16px 18px;
    gap: 12px;
    align-items: center;
  }
  .how-work__item:nth-child(3) {
    order: 4;
  }
}
@media (max-width: 380px) {
  .how-work__item {
    grid-template-columns: 50px 1fr;
  }
}
.how-work__wp._active .how-work__item:nth-child(1) {
  animation: prpr 1s forwards;
}
.how-work__wp._active .how-work__item:nth-child(2) {
  animation: prpr 1s 0.4s forwards;
}
.how-work__wp._active .how-work__item:nth-child(3) {
  animation: prpr 1s 0.8s forwards;
}
.how-work__wp._active .how-work__item:nth-child(4) {
  animation: prpr 1s 1.2s forwards;
}
@keyframes prpr {
  0% {
    opacity: 0;
    transform: translate(0px, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0%);
  }
}
.how-work__icon {
  width: clamp(60px, 5vw, 90px);
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 600px) {
  .how-work__icon {
    width: 100%;
  }
}
.how-work__icon img {
  position: absolute;
  width: 170%;
  transform: translate(-20%);
}
.how-work__head {
  font-size: clamp(15px, 1.7vw, 32px);
  font-weight: 700;
  margin-top: clamp(30px, 2.6vw, 60px);
}
@media (max-width: 600px) {
  .how-work__head {
    margin-top: 0;
  }
}
.how-work__text {
  margin-top: 15px;
  font-size: clamp(12px, 1vw, 18px);
}
@media (max-width: 600px) {
  .how-work__text {
    margin-top: 7px;
  }
}

.result {
  position: relative;
  z-index: 1;
  background: #0f0f0f;
  overflow: hidden;
  margin-top: -5px;
  padding-bottom: 30px;
}
@media (max-width: 998px) {
  .result {
    padding-bottom: 15px;
  }
}
.result__fon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -80%);
  top: 50%;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.result__fon div {
  background: #f8f8f8;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate(0px, 100%);
}
.result__fon img {
  height: 100%;
}
.result__fon::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  height: 10%;
  min-height: 110px;
  width: 100%;
  background: #f8f8f8;
  z-index: 1;
  background: linear-gradient(#f8f8f800 0%, #f8f8f8 100%);
}
.result__fon::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  background: #f8f8f8;
  height: 10px;
  width: 100%;
  z-index: 2;
}
.result__container {
  padding-top: clamp(130px, 11vw, 200px);
}
@media (max-width: 998px) {
  .result__container {
    padding-top: 75px;
  }
}
.result__title {
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: max-content;
  font-size: clamp(33px, 4vw, 76px);
  margin: 0px auto;
  max-width: 80%;
  text-align: center;
}
@media (max-width: 700px) {
  .result__title {
    max-width: 100%;
  }
}
@media (min-aspect-ratio: 16/7.5) {
  .result__title {
    margin-bottom: 100px;
  }
}
.result__title span {
  background: linear-gradient(130deg, #ff3a3a 0%, #7d72fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.result__title div {
  transform: translate(-100%);
  opacity: 0;
  transition: 0.6s;
}
.result__title div:nth-child(1) {
  text-align: right;
  transform: translate(100%);
}
.result__title div:nth-child(2) {
  transition-delay: 0.5s;
}
.result__title div:nth-child(3) {
  transform: translate(100%);
  text-align: center;
  transition-delay: 1s;
}
.result__title div:nth-child(3) p {
  transform: translate(3%);
}
@media (max-width: 998px) {
  .result__title div:nth-child(3) p {
    transform: translate(9%);
  }
}
.result__title div:nth-child(4) {
  transition-delay: 1.5s;
}
.result__title._active div {
  opacity: 1;
  transform: translate(0);
}
.result__block {
  position: relative;
}
.result__img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .result__img {
    width: 130%;
  }
}
@media (max-width: 700px) {
  .result__img {
    width: 250%;
  }
}
.result__img img {
  width: 100%;
}
.result__img div {
  position: absolute;
  height: 103%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.result__img div img {
  width: 3.3%;
}
.result__wp {
  position: relative;
  min-height: 100vh;
}
.result__el {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 35%;
  text-align: center;
}
@media (max-width: 998px) {
  .result__el {
    max-width: 45%;
  }
}
@media (max-width: 600px) {
  .result__el {
    max-width: 80%;
    width: 100%;
  }
}
.result__el._first {
  opacity: 1;
}
.result__cif {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 70px;
  font-size: clamp(40px, 3.7vw, 70px);
}
.result__head {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  margin-top: 20px;
}
.result__text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  margin-top: 20px;
  font-size: clamp(14px, 1.4vw, 24px);
}

.cifres-block__container {
  margin-top: 160px;
}
.cifres-block._no-margin .cifres-block__container {
  margin-top: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .cifres-block__container {
    background: linear-gradient(130deg, #ff3a3a 0%, #7d72fe 100%);
    border-radius: 64px;
  }
}
.cifres-block__wp {
  background: linear-gradient(130deg, #ff3a3a 0%, #7d72fe 100%);
  border-radius: 64px;
  padding: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cifres-block__wp {
    background: transparent;
  }
}
@media (max-width: 998px) {
  .cifres-block__wp {
    padding: 40px;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    height: 100%;
  }
}
@media (max-width: 380px) {
  .cifres-block__wp {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .cifres-block__wp .swiper-wrapper {
    display: grid;
    grid-template-columns: 1.42fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .cifres-block__wp .swiper-wrapper {
    display: flex;
    width: max-content;
    gap: 10px;
    height: 100%;
  }
}
.cifres-block__el {
  border-radius: 31px;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  color: #000;
}
@media (max-width: 1200px) {
  .cifres-block__el {
    width: calc(100vw - 80px);
    max-width: 450px;
  }
}
.cifres-block__el:nth-child(1) {
  background: #000;
  color: #fff;
}
.cifres-block__el:nth-child(1) .cifres-block__cif,
.cifres-block__el:nth-child(1) .cifres-block__subtitle {
  color: #ff3a3a;
}
.cifres-block__el:nth-child(1) .cifres-block__anim {
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 1200px) {
  .cifres-block__el:nth-child(1) .cifres-block__anim {
    width: 120%;
  }
}
.cifres-block__el:nth-child(1) .cifres-block__subtitle {
  font-size: clamp(26px, 2.7vw, 50px);
}
.cifres-block__el:nth-child(1) .cifres-block__ob {
  padding: clamp(15px, 2.5vw, 50px);
  padding-top: 0;
}
.cifres-block__el:nth-child(2) .cifres-block__anim div {
  animation: rott 4.5s -2.8s infinite linear;
}
.cifres-block__el:nth-child(3) .cifres-block__anim div {
  animation: rott 4.5s -3s infinite linear;
}
.cifres-block__el:nth-child(3) .cifres-block__anim {
  left: 50%;
  transform: translate(-78%);
}
.cifres-block__anim {
  display: flex;
  justify-content: center;
  position: relative;
  width: 170%;
  left: 0;
  transform: translate(7%);
}
.cifres-block__anim img {
  width: 100%;
  margin-top: -65%;
}
.cifres-block__anim div {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  bottom: 0;
  animation: rott 4.5s infinite linear;
}
.cifres-block__anim div::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ff3a3a;
}
.cifres-block__ob {
  padding: clamp(15px, 1.5vw, 30px);
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@keyframes rott {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cifres-block__cif {
  font-size: clamp(45px, 6vw, 106px);
  font-weight: 700;
  margin-top: 30px;
}
.cifres-block__subtitle {
  font-weight: 500;
  font-size: clamp(26px, 2vw, 37px);
  margin-bottom: 30px;
}
@media (max-width: 988px) {
  .cifres-block__subtitle {
    margin-bottom: 20px;
  }
}
.cifres-block__text {
  font-size: clamp(16px, 1.5vw, 28px);
}

.news__block {
  border-radius: 64px;
  background: #000;
  padding: clamp(15px, 2.6vw, 50px);
  overflow: hidden;
  padding-top: clamp(60px, 5vw, 90px);
}
@media (max-width: 998px) {
  .news__block {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    padding-bottom: 60px;
  }
}
@media (min-width: 900px) {
  .news__block .projects__item {
    transition: 0.8s;
  }
  .news__block .projects__item.swiper-slide-active {
    width: calc(40% - 10px) !important;
  }
  .news__block .projects__item.swiper-slide-next {
    width: calc(60% - 10px) !important;
  }
}
.news__top {
  display: grid;
  grid-template-columns: 40% 1fr;
  color: #fff;
  gap: 20px;
}
@media (max-width: 998px) {
  .news__top {
    display: block;
    text-align: center;
  }
  .news__top .news__arrow {
    display: none;
  }
}
.news__wp {
  overflow: visible;
  margin-top: 100px;
}
@media (max-width: 998px) {
  .news__wp {
    margin-top: 30px;
  }
}
.news__bottom {
  margin-top: 40px;
}
@media (min-width: 998px) {
  .news__bottom {
    display: none;
  }
}
.news__bottom .news__arrow {
  justify-content: space-between;
  align-items: center;
}
.news__bottom .news__arrow a {
  border: 1px solid #fff;
  border-radius: 132px;
  padding: 23px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.advards__block {
  border-radius: 64px;
  background: #fff;
  padding: clamp(40px, 2.8vw, 50px);
  overflow: hidden;
}
@media (max-width: 998px) {
  .advards__block {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
  }
}
.advards__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 998px) {
  .advards__top .advards__arrow {
    display: none;
  }
}
.advards__title {
  max-width: clamp(380px, 43vw, 820px);
  width: 100%;
}
.advards__title p:nth-child(2) {
  text-align: right;
}
.advards__arrow rect,
.advards__arrow path {
  stroke: #000;
}
.advards__slider {
  margin-top: 68px;
  overflow: visible;
}
.advards__slide {
  padding: 20px;
  border-radius: 50px;
  background: #f8f8f8;
}
@media (max-width: 998px) {
  .advards__slide {
    padding: 16px;
  }
}
.advards__slide img {
  border-radius: 40px;
  width: 100%;
  aspect-ratio: 295/345;
  object-fit: cover;
  object-position: center;
}
.advards__bottom {
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 998px) {
  .advards__bottom {
    display: none;
  }
}

.collaboration__container {
  padding-top: 170px;
}
@media (max-width: 998px) {
  .collaboration__container {
    padding-top: 60px;
  }
}
.collaboration__title {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-end;
  gap: 100px;
}
.collaboration__title span {
  text-transform: lowercase;
  white-space: nowrap;
}
.collaboration__title span div[data-fixed=true] {
  color: #ff3a3a;
}
@media (max-width: 998px) {
  .collaboration__title {
    display: block;
    text-align: center;
  }
}
.collaboration__wp {
  margin-top: 86px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1.42fr;
}
@media (max-width: 998px) {
  .collaboration__wp {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 998px) {
  .collaboration__wp {
    margin-top: 35px;
  }
}
.collaboration__form {
  border-radius: 60px;
  background: #fff;
  padding: 40px;
}
@media (max-width: 1300px) {
  .collaboration__form {
    padding: 30px;
  }
}
.collaboration__form .form-block__info {
  max-width: 480px;
}
.collaboration__right {
  display: flex;
  flex-direction: column;
}
.collaboration__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: auto;
}
@media (max-width: 800px) {
  .collaboration__link {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.collaboration__link a {
  display: grid;
  grid-template-columns: 63px 1fr;
  align-items: center;
  font-size: clamp(20px, 1.7vw, 32px);
  color: inherit;
  gap: 17px;
}
.collaboration__link a:hover p {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .collaboration__link a {
    grid-template-columns: 45px 1fr;
  }
}
.collaboration__link a span {
  font-size: 18px;
  opacity: 0.6;
}
@media (max-width: 998px) {
  .collaboration__link a span {
    font-size: 15px;
  }
}
.collaboration__link a img {
  width: 100%;
}
.collaboration__link a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.collaboration__social {
  margin-top: 60px;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 800px) {
  .collaboration__social {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.collaboration__social a {
  border-radius: 24px;
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(18px, 1.2vw, 22px);
  color: inherit;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.collaboration__social a::before {
  position: absolute;
  top: 0;
  transition: 0.3s;
  left: 0;
  content: "";
  z-index: -1;
  background: linear-gradient(130deg, #ff3a3a 0%, #7d72fe 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.collaboration__social a:hover::before {
  opacity: 1;
}
.collaboration__social a span {
  margin-top: auto;
}
@media (max-width: 800px) {
  .collaboration__social a span {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .collaboration__social a {
    display: grid !important;
    grid-template-columns: 36px 1fr;
    gap: 26px;
    padding: 28px 25px;
    align-items: center;
  }
}
.collaboration__social a img:nth-child(2) {
  margin-left: auto;
  transform: rotate(-45deg);
  width: 17%;
  min-width: 50px;
}
@media (max-width: 800px) {
  .collaboration__social a img:nth-child(2) {
    display: none;
  }
}
.collaboration__download {
  margin-top: 25px;
  padding: 30px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .collaboration__download {
    padding: 20px;
  }
}
@media (max-width: 998px) {
  .collaboration__download {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .collaboration__download {
    font-size: 15px;
  }
}
.collaboration__txt {
  margin-top: 100px;
  font-size: clapm(18px, 1.7vw, 30px);
}
@media (max-width: 998px) {
  .collaboration__txt {
    margin-top: 40px;
    text-indent: 30vw;
  }
  .collaboration__txt p {
    display: inline;
  }
}
.collaboration__txt span {
  color: #ff3a3a;
}
.collaboration__txt p:nth-child(1) {
  text-align: right;
}
.collaboration__txt p:last-child {
  text-align: center;
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.form-block__info {
  font-size: clamp(18px, 1.5vw, 28px);
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 998px) {
  .form-block__info {
    text-align: center;
    margin: 0px auto;
  }
}
.form-block__info span {
  color: #000;
}
.form-block__inp {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-block__inp input {
  padding: 28px 44px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 60px;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1300px) {
  .form-block__inp input {
    padding: 20px 30px;
  }
}
.form-block__inp input::placeholder {
  font-size: inherit;
  color: inherit;
}
.form-block__bottm {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 20px;
}
@media (max-width: 1300px) {
  .form-block__bottm {
    grid-template-columns: 1fr;
  }
}
.form-block__politica {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}
.form-block__politica a {
  text-decoration: underline;
  color: #000;
}

.company__container {
  margin-top: 70px;
}
@media (min-aspect-ratio: 16/7.5) {
  .company__container {
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  .company__container {
    margin-top: 0;
  }
}
.company__title {
  display: flex;
  flex-direction: column;
}
.company__title p:first-child {
  text-align: right;
}
@media (max-width: 700px) {
  .company__title {
    display: block;
    text-indent: 40%;
  }
  .company__title p {
    display: inline;
  }
}
.company__map {
  margin: 0px auto;
  margin-top: 50px;
  width: 90%;
  opacity: 0;
  transform: translateX(100%);
}
@media (max-width: 700px) {
  .company__map {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.company__map img {
  width: 100%;
}
@media (max-width: 700px) {
  .company__map img {
    width: 200%;
  }
}

.brend__container {
  margin-top: 250px;
}
@media (max-width: 998px) {
  .brend__container {
    margin-top: 100px;
  }
}
.brend__top {
  display: flex;
  margin-bottom: 65px;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .brend__top {
    margin-bottom: 40px;
  }
}
.brend__title {
  max-width: clamp(380px, 40vw, 770px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brend__title p:nth-child(2) {
  text-align: right;
}
.brend__arrow rect,
.brend__arrow path {
  stroke: #000;
}
@media (max-width: 998px) {
  .brend__arrow {
    display: none;
  }
}
.brend__swiper._mob {
  margin-top: 20px;
}
@media (min-width: 998px) {
  .brend__swiper._mob {
    display: none;
  }
}
@media (min-width: 998px) {
  .brend__swiper .marquee:nth-child(2) {
    display: none !important;
  }
}
@media (max-width: 998px) {
  .brend__swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
}
.brend__swiper .item {
  width: 180px;
}
.brend__swiper .item img {
  width: 100%;
}

.footer__container {
  margin-top: 160px;
}
@media (max-width: 998px) {
  .footer__container {
    padding: 0;
    margin-top: 45px;
  }
}
.footer__block {
  background: #000;
  border-radius: 64px;
  padding: clamp(20px, 2vw, 40px) clamp(20px, 3.5vw, 70px);
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .footer__block {
    padding: 35px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 998px) {
  .footer__top {
    padding-bottom: 30px;
  }
}
.footer__logo {
  width: clamp(170px, 13vw, 252px);
}
@media (max-width: 1250px) {
  .footer__logo {
    width: 190px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__menu {
  font-size: clamp(14px, 0.9vw, 16vw);
  gap: clamp(15px, 2.5vw, 50px);
  display: flex;
  font-weight: 300;
}
@media (max-width: 1430px) {
  .footer__menu {
    gap: 15px;
  }
}
@media (max-width: 1250px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu a {
  color: #fff;
}
.footer__menu a:hover {
  color: #ff3a3a;
}
.footer__menu a:last-child {
  font-weight: 500;
}
.footer__links {
  display: flex;
  gap: 20px;
}
@media (max-width: 1300px) {
  .footer__links {
    display: none;
  }
}
.footer__links a {
  padding: 12px 18px !important;
  font-size: 15px !important;
}
@media (max-width: 1400px) {
  .footer__links a {
    font-size: 14px !important;
  }
}
.footer__links a:nth-child(1) {
  box-shadow: none !important;
  background: transparent !important;
}
.footer__links a:nth-child(2) {
  background: #fff !important;
  color: #222 !important;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
  font-size: 15px;
  align-items: center;
}
@media (max-width: 998px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.footer__bottom div {
  gap: 40px;
  display: flex;
}
@media (max-width: 998px) {
  .footer__bottom div {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__bottom a {
  color: inherit;
}
.footer__name {
  position: relative;
}
.footer__name img {
  width: 100%;
  margin-top: -5%;
}

@media (max-width: 998px) {
  .items-wrap {
    position: relative;
    display: flex;
    user-select: none;
    gap: 20px;
    width: 100%;
  }

  .items-wrap._anim {
    display: flex;
  }

  .items {
    flex-shrink: 0;
    gap: 20px;
    justify-content: space-around;
    min-width: 100%;
  }

  .item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    position: relative;
  }

  .item img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .item:hover img:nth-child(2) {
    opacity: 1;
  }

  .marquee._anim {
    animation: scroll 20s linear infinite;
    display: flex;
  }

  .reverce {
    animation-direction: reverse !important;
  }

  .items-wrap:hover .marquee._anim {
    animation-play-state: paused;
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 20px));
    }
  }
}
.first {
  position: relative;
  color: #fff;
  min-height: 100vh;
}
.first .home__fon {
  height: calc(100% + 300px);
}
.first__container {
  padding-top: 190px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .first__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 998px) {
  .first__container {
    padding-top: 100px;
    gap: 30px;
    padding-bottom: 50px;
  }
}
.first__left .top-elm {
  opacity: 0;
  transform: translate(0px, 100%);
  transition: 0.3s;
  transition-delay: 0.3s;
}
.first.start .first__left .top-elm {
  opacity: 1;
  transform: translate(0);
}
.first__left .top-elm p {
  border-color: #fff;
}
.first__title {
  font-size: clamp(30px, 3.5vw, 70px);
  margin-top: 48px;
  font-weight: 500;
  opacity: 0;
  transform: translate(0px, 100px);
  transition: 0.8s;
  transition-delay: 0.6s;
}
.first.start .first__title {
  opacity: 1;
  transform: translate(0);
}
.first__title span {
  text-decoration: underline;
}
.first__price {
  font-size: clamp(11px, 1.2vw, 23px);
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 45px;
  opacity: 0;
  transform: translate(0px, 100%);
  transition: 0.4s;
  transition-delay: 1.2s;
}
.first.start .first__price {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .first__price {
    margin-top: 20px;
  }
}
.first__price b {
  font-size: clamp(17px, 2vw, 37px);
}
.first__right {
  display: flex;
  flex-direction: column;
}
.first__icon {
  width: 28px;
  opacity: 0;
  transform: translate(0px, 100%);
  transition: 0.4s;
  transition-delay: 1.4s;
}
.first__icon img {
  width: 100%;
}
@media (max-width: 998px) {
  .first__icon {
    width: 22px;
  }
}
.first.start .first__icon {
  opacity: 1;
  transform: translate(0);
}
.first__txt {
  margin-bottom: 50px;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0.8;
  font-size: clamp(15px, 1.8vw, 26px);
  opacity: 0;
  transform: translate(0px, 100%);
  transition: 0.5s;
  transition-delay: 1.7s;
}
.first.start .first__txt {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .first__txt {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.first__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 16px;
  opacity: 0;
  transform: translate(0px, 100%);
  transition: 0.6s;
  transition-delay: 2s;
}
.first.start .first__bottom {
  opacity: 1;
  transform: translate(0);
}
.first__btns {
  display: flex;
  gap: 10px;
}
@media (max-width: 500px) {
  .first__btns {
    flex-wrap: wrap;
  }
}
.first__btns a:nth-child(1) {
  color: #000;
  background: #fff;
}
.first__btns a:nth-child(2) {
  box-shadow: none;
  background: transparent;
}
@media (max-width: 500px) {
  .first__btns a {
    padding: 15px;
  }
}
.first__social {
  display: flex;
  gap: 10px;
}
.first__social a {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: clamp(30px, 3vw, 63px);
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: 0.3s;
}
.first__social a:hover {
  border-color: #ff3a3a;
}
.first__social a:hover svg path {
  fill: #ff3a3a;
}
.first__social a svg {
  width: 50%;
}
.first__social a svg path {
  transition: 0.3s;
}

.work {
  background-image: url(../img/rec.png);
  background-size: cover;
  border-radius: 82px;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 97px;
  min-height: 100vh;
  transition: border-radius 0.5s;
}
.work._nob {
  border-radius: 0;
}
@media (max-width: 998px) {
  .work {
    border-radius: 40px;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .work {
    margin-top: 20px;
  }
}
.work__container {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media (max-width: 998px) {
  .work__container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 998px) {
  .work__title {
    text-align: center;
  }
}
.work__tabs-wp {
  width: 100%;
}
@media (max-width: 1200px) {
  .work__tabs-wp {
    overflow: auto;
  }
}
.work__tabs {
  display: flex;
  gap: 14px;
  margin-top: 35px;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .work__tabs {
    width: max-content;
    margin-bottom: 50px;
  }
}
@media (max-width: 998px) {
  .work__tabs {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.work__el {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 582px;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 300;
  gap: clamp(22px, 2vw, 40px);
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .work__el {
    width: max-content;
  }
}
@media (max-width: 998px) {
  .work__el {
    padding: 12px 30px;
  }
}
.work__el span {
  color: #ff3a3a;
  font-size: 15px;
}
.work__el._active {
  background: #f8f8f8;
  color: #000;
}
.work__wp {
  position: relative;
}
.work__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 6vw, 110px);
  position: absolute;
  pointer-events: none;
  transition: 0.5s;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 998px) {
  .work__block {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
  }
}
.work__block._active {
  pointer-events: all;
  position: relative;
  pointer-events: all;
}
.work__left {
  display: flex;
  flex-direction: column;
}
.work__text {
  font-size: clamp(20px, 1.8vw, 36px);
  margin-bottom: 20px;
}
.work__text > p > div {
  background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
}
.work__btn {
  margin-top: auto;
  max-width: max-content;
  background: transparent;
  box-shadow: none;
}
.work__btn:hover {
  background: #fff;
  color: #000;
}
.work__img img {
  width: 100%;
  aspect-ratio: 838/524;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.prices__container {
  padding-top: 260px;
}
@media (max-width: 998px) {
  .prices__container {
    padding-top: 80px;
  }
}
.prices__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.prices__title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .prices__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .prices__title span:nth-child(1) {
    padding-right: 12%;
  }
}
.prices__title span:nth-child(2) {
  padding-left: clamp(20px, 5vw, 100px);
}
@media (max-width: 700px) {
  .prices__title span:nth-child(2) {
    padding-left: 12%;
  }
}
.prices__btns {
  gap: 10px;
  display: flex;
}
@media (max-width: 700px) {
  .prices__btns {
    display: none;
  }
}
.prices__btns a {
  font-weight: 300;
}
.prices__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 55px;
}
@media (max-width: 998px) {
  .prices__block {
    margin-top: 32px;
  }
}
.prices__item {
  padding: 26px clamp(30px, 3vw, 60px);
  background: #fff;
  border-radius: 78px;
  display: grid;
  gap: clamp(20px, 2.5vw, 50px);
  grid-template-columns: 1fr 1.3fr 0.8fr 0.7fr 0.5fr;
  align-items: center;
  font-size: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  .prices__item {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .prices__item {
    display: flex;
    gap: 11px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 44px;
  }
}
.prices__item:nth-child(1) {
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .prices__item:nth-child(1) {
    display: none;
  }
}
.prices__quest {
  display: none;
}
@media (max-width: 1200px) {
  .prices__quest {
    position: absolute;
    display: block;
    top: 19px;
    right: 20px;
    width: 35px;
  }
  .prices__quest img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .prices__name {
    font-weight: 700;
    width: calc(100% - 45px);
  }
}
@media (max-width: 1200px) {
  .prices__desc {
    opacity: 0.6;
  }
}
.prices__time {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .prices__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 109%;
    color: #ff3a3a;
  }
}
.prices__btn {
  display: flex;
  justify-content: end;
}
.prices__btn a {
  font-weight: 300;
}
@media (max-width: 998px) {
  .prices__btn a {
    padding: 11px 34px;
    margin-top: 10px;
  }
}

.garancy {
  color: #fff;
  position: relative;
  margin-top: 130px;
  margin-bottom: 130px;
}
@media (max-width: 998px) {
  .garancy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.garancy__blur {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 998px) {
  .garancy__blur {
    width: 150%;
    z-index: -1;
  }
}
@media (max-width: 600px) {
  .garancy__blur {
    width: 300%;
  }
}
.garancy__blur img {
  width: 100%;
}
.garancy__dec4 {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .garancy__dec4 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .garancy__dec4 {
    width: 100%;
  }
}
.garancy__dec4 img {
  width: 100%;
}
.garancy__krugi {
  pointer-events: none;
  position: absolute;
  width: calc(100% - 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 998px) {
  .garancy__krugi {
    width: 110%;
  }
}
@media (max-width: 600px) {
  .garancy__krugi {
    width: 200%;
  }
}
.garancy__krugi img {
  width: 100%;
}
.garancy__container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
.garancy__title {
  font-size: clamp(38px, 5vw, 92px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.garancy__title span:nth-child(1) {
  text-align: center;
  padding-right: 25%;
}
@media (max-width: 600px) {
  .garancy__title span:nth-child(1) {
    padding: 0;
    text-align: left;
  }
}
.garancy__title span:nth-child(2) {
  margin-left: auto;
  max-width: 60%;
  width: 100%;
}
@media (max-width: 600px) {
  .garancy__title span:nth-child(2) {
    text-align: right;
    max-width: 100%;
  }
}
.garancy__wp {
  max-width: 60%;
  margin-left: auto;
}
@media (max-width: 600px) {
  .garancy__wp {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.garancy__subtitle {
  font-size: clamp(12px, 1.4vw, 26px);
  margin-top: 32px;
  line-height: 1.2;
  max-width: 70%;
}
@media (max-width: 600px) {
  .garancy__subtitle {
    max-width: 80%;
    margin: 0px auto;
    margin-top: 15px;
  }
}
.garancy__btn {
  margin-top: 32px;
  max-width: max-content;
  background: #fff;
  color: #000;
}
.garancy__btn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 600px) {
  .garancy__btn {
    margin: 0px auto;
    margin-top: 22px;
    padding: 16px 20px;
  }
}

.tehnology {
  position: relative;
  background: #0f0f0f;
  z-index: 1;
  color: #fff;
}
.tehnology__fon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%) rotate(180deg);
  background-image: url(../img/blir2.png);
  width: 100vw;
  height: 970px;
  background-size: auto 100%;
  background-position: center;
  z-index: -1;
}
.tehnology__fon::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10%;
  z-index: 1;
  transform: rotate(180deg);
  background: linear-gradient(#f8f8f8 0%, #f8f8f800 100%);
}
@media (max-width: 998px) {
  .tehnology__fon {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .tehnology__fon {
    height: 450px;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.tehnology__container {
  padding-top: 200px;
  padding-bottom: 20px;
}
.tehnology__title {
  display: flex;
  flex-direction: column;
}
.tehnology__title span:nth-child(1) {
  text-align: right;
}
@media (max-width: 998px) {
  .tehnology__title span:nth-child(1) {
    text-align: center;
  }
}
.tehnology__arrow {
  display: flex;
  justify-content: center;
}
.tehnology__arrow_1 {
  margin-top: -45px;
  justify-content: end;
}
@media (max-width: 998px) {
  .tehnology__arrow_1 {
    display: none;
  }
}
.tehnology__arrow_2 {
  margin-top: 50px;
}
@media (min-width: 998px) {
  .tehnology__arrow_2 {
    display: none;
  }
}
.tehnology__block {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .tehnology__block {
    margin-top: 50px;
  }
}
.tehnology__slide {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .tehnology__slide {
    padding: 40px 20px;
  }
}
.tehnology__icon {
  width: clamp(70px, 5vw, 93px);
}
.tehnology__icon img {
  width: 100%;
  filter: drop-shadow(0 5px 11px rgba(125, 114, 254, 0.2)) drop-shadow(0 20px 20px rgba(125, 114, 254, 0.17)) drop-shadow(0 45px 27px rgba(125, 114, 254, 0.1)) drop-shadow(0 79px 32px rgba(125, 114, 254, 0.03)) drop-shadow(0 124px 35px rgba(125, 114, 254, 0));
}
.tehnology__head {
  margin-top: 30px;
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 32px);
}
.tehnology__txt {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .tehnology__txt {
    font-size: 12px;
  }
}

.faq__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 33px;
  background: #fff;
  border-radius: 40px;
  gap: 30px;
}
@media (max-width: 1300px) {
  .faq__block {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 998px) {
  .faq__block {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 35px 20px;
  }
}
.faq__left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .faq__left {
    text-align: center;
    margin-top: 11px;
  }
}
.faq__left .aboutDescription {
  color: #000;
  margin-top: auto;
  max-width: 540px;
  font-size: clamp(28px, 2vw, 37px);
}
.faq__left .aboutDescription div {
  color: #000;
}
.faq__dec {
  width: 30px;
}
@media (max-width: 998px) {
  .faq__dec_1 {
    display: none;
  }
}
.faq__dec_2 {
  display: none;
}
@media (max-width: 998px) {
  .faq__dec_2 {
    display: block;
    margin: 0px auto;
  }
}
.faq__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__title {
  margin-bottom: 35px;
}
@media (max-width: 998px) {
  .faq__title {
    margin-bottom: 10px;
    text-align: center;
  }
}
.faq__quest {
  border-radius: 259px;
  background: #f8f8f8;
  padding: 30px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: clamp(15px, 1.1vw, 20px);
  justify-content: space-between;
}
@media (max-width: 600px) {
  .faq__quest {
    padding: 20px 30px;
  }
}
.faq__quest::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  flex: 0 0 25px;
  height: 12px;
  background-image: url(../img/arf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.faq__quest._active {
  background: #000;
  color: #fff;
}
.faq__quest._active::after {
  background-image: url(../img/ee.svg);
}
.faq__resp {
  transition: 0.3s;
  background: #f8f8f8;
  border-radius: 30px;
  line-height: 1.1;
  font-size: clamp(15px, 1vw, 18px);
}
.faq__resp p {
  padding: 30px;
}
@media (max-width: 600px) {
  .faq__resp p {
    padding: 20px 30px;
  }
}

.cases {
  position: relative;
}
@media (max-width: 700px) {
  .cases .home__fon {
    height: 500px;
  }
}
.cases__container {
  padding-top: 145px;
}
@media (max-width: 998px) {
  .cases__container {
    padding-top: 90px;
  }
}
.cases__title {
  color: #000;
  font-size: clamp(38px, 6vw, 114px);
  transition: 1s;
  transition-delay: 0.4s;
}
.cases.start .cases__title {
  color: #fff;
}
.cases__btn {
  padding-bottom: 76px;
  margin-bottom: 50px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cases__btn a {
  background: #fff;
  color: #000;
  max-width: max-content;
  font-weight: 400;
}
@media (max-width: 998px) {
  .cases__btn {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.cases__wp {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 163px;
  padding: 13px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 1.6vw, 33px);
}
@media (max-width: 700px) {
  .cases__wp {
    padding: 0;
    background: transparent;
  }
}
.cases__searth {
  flex: 1 1 auto;
  padding: 12px 14px;
  display: flex;
  background: #fff;
  border-radius: 163px;
  font-size: clamp(14px, 1vw, 18px);
}
.cases__searth input {
  padding: 10px;
  width: 100%;
}
.cases__searth img {
  width: clamp(30px, 2.5vw, 50px);
}
.cases__category {
  font-size: clamp(14px, 1vw, 18px);
}
.cases__category label {
  padding: clamp(15px, 1vw, 24px) clamp(15px, 1.5vw, 28px);
  border-radius: 163px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 5px;
}
.cases__category label span {
  opacity: 0.2;
}
.cases__category input {
  display: none;
}
.cases__category input:checked + label {
  background: #ff3a3a;
  color: #fff;
}
.cases__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 55px;
}
@media (max-width: 1200px) {
  .cases__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .cases__block {
    grid-template-columns: 1fr;
  }
}
.cases__block._v2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1500px) {
  .cases__block._v2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cases__block._v2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .cases__block._v2 {
    grid-template-columns: 1fr;
  }
}
.cases__block .projects__item,
.cases__block .tasks__item {
  background: #fff;
}

.news-page {
  position: relative;
}
.news-page__container {
  padding-top: 160px;
}
@media (max-width: 998px) {
  .news-page__container {
    padding-top: 100px;
  }
}
.news-page .home__fon {
  height: 900px;
}
.news-page__title {
  color: #000;
  font-size: clamp(38px, 6vw, 114px);
  transition: 1s;
  transition-delay: 0.4s;
}
.news-page.start .news-page__title {
  color: #fff;
}
.news-page__category {
  margin-top: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.news-page__category span {
  font-size: 14px;
  padding: 11px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 97px;
}
.tasks__item:hover .news-page__category span {
  border-color: #fff;
}
.news-page__img {
  margin-top: 77px;
}
.news-page__img img {
  width: 100%;
  border-radius: 37px;
}
@media (max-width: 600px) {
  .news-page__img img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
  }
}
.news-page__wp {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 998px) {
  .news-page__wp {
    gap: 40px;
    margin-top: 60px;
  }
}
.news-page__wp h2 {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 56px);
}
.news-page__wp p {
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.news-page__two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 998px) {
  .news-page__two {
    grid-template-columns: 1fr;
  }
}
.news-page__two._margin-big {
  margin-top: 150px;
}
@media (max-width: 998px) {
  .news-page__two._margin-big {
    margin-top: 50px;
  }
}
.news-page__imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-page__imgs img {
  width: 100%;
}
.popup__title {
  max-width: calc(100% - 100px);
}
@media (max-width: 600px) {
  .popup__title {
    max-width: calc(100% - 40px);
  }
}

.popup .form-block__bottm {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .popup .form-block__bottm {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}
.popup ._btn {
  white-space: nowrap;
  font-weight: 300;
}
.popup .collaboration__form {
  padding: 0;
  margin-top: 70px;
}
@media (max-width: 600px) {
  .popup .collaboration__form {
    margin-top: 30px;
  }
}
.popup .no-stress__social a {
  width: 55px;
}

.popup__title {
  font-size: 32px;
}
@media (max-width: 600px) {
  .popup__title {
    font-size: 28px;
  }
}
.popup__text {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
@media (max-width: 600px) {
  .popup__text {
    font-size: 14px;
    margin-top: 25px;
  }
}
.popup__block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 600px) {
  .popup__block {
    margin-top: 30px;
  }
}
.popup__el {
  border-radius: 60px;
  padding: 35px 40px;
  border-radius: 60px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 30px;
  background: #f8f8f8;
  align-items: center;
}
.popup__el img {
  width: 100%;
}
@media (max-width: 600px) {
  .popup__el {
    grid-template-columns: 1fr;
    padding: 15px;
    border-radius: 30px;
    gap: 15px;
  }
  .popup__el img {
    width: 20px;
  }
}
.popup__work {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 60px;
  gap: 20px;
}
@media (max-width: 600px) {
  .popup__work {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.popup__work h3 {
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  color: #ff3a3a;
  margin-bottom: 5px;
}
.popup__work div {
  display: grid;
  grid-template-columns: 70px 1fr;
}
@media (max-width: 600px) {
  .popup__work div {
    grid-template-columns: 1fr;
  }
}
.popup__work div span {
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  background: #ff3a3a;
}
@media (max-width: 600px) {
  .popup__work div span {
    padding: 20px;
    border-radius: 30px;
  }
}
.popup__work div p {
  border-radius: 60px;
  background: #fff;
  padding: 23px 40px;
}
@media (max-width: 600px) {
  .popup__work div p {
    padding: 20px;
    border-radius: 30px;
    font-size: 14px;
  }
}