@charset "UTF-8";
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-Light.woff2) format("woff2"), url(../fonts/TTNormsPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-Regular.woff2) format("woff2"), url(../fonts/TTNormsPro-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-Normal.woff2) format("woff2"), url(../fonts/TTNormsPro-Normal.woff) format("woff");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-Medium.woff2) format("woff2"), url(../fonts/TTNormsPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-DemiBold.woff2) format("woff2"), url(../fonts/TTNormsPro-DemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-Bold.woff2) format("woff2"), url(../fonts/TTNormsPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/TTNormsPro-Black.woff2) format("woff2"), url(../fonts/TTNormsPro-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  /* Prevents invisible text during load */
}
* {
  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: "TT Norms Pro";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "TT Norms Pro";
  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._lock {
  overflow: hidden;
}
body header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
body._active header {
  backdrop-filter: none !important;
  background: transparent !important;
}
body._active header::before {
  opacity: 1;
  pointer-events: all;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 120px 60px;
}
@media (max-width: 998px) {
  ._container {
    padding: 100px 40px;
  }
}
@media (max-width: 600px) {
  ._container {
    padding: 60px 11px;
  }
}

.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: 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: "";
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  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: 60px;
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
}
@media (max-width: 998px) {
  .popup__body {
    padding: 25px;
  }
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: fixed;
  z-index: 50;
  width: 100%;
  color: #fff;
}
.header._scroll {
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.3);
}
.header._scroll .header__phone {
  height: 56px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .header._scroll .header__phone {
    height: 46px;
  }
}
.header._scroll .header__logo img:nth-child(2) {
  opacity: 1;
}
.header._scroll .header__logo img:nth-child(1) {
  opacity: 0;
}
.header._scroll .header__container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 998px) {
  .header._scroll .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: flex-start;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__left {
  display: flex;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media (max-width: 1300px) {
  .header__left {
    gap: 30px;
  }
}
@media (max-width: 998px) {
  .header__left {
    justify-content: space-between;
    width: 100%;
    z-index: 1;
  }
}
.header__btn-menu {
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 2;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.header__btn-menu:hover {
  opacity: 0.6;
}
.header__btn-menu._active div span {
  transform: rotate(45deg) translate(0px, 7px);
}
.header__btn-menu._active div span:nth-child(2) {
  transform: rotate(-45deg) translate(0px, -7px);
}
.header__btn-menu div {
  position: relative;
  width: 32px;
  height: 12px;
}
.header__btn-menu div span {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
}
.header__btn-menu div span:nth-child(1) {
  top: 0;
}
.header__btn-menu div span:nth-child(2) {
  bottom: 0;
}
.header__menu {
  position: absolute;
  width: 100%;
  min-width: 440px;
  height: max-content;
  top: -30px;
  left: -60px;
  z-index: 1;
  background: #11171e;
  border-radius: 20px;
  padding: 40px 60px;
  padding-top: 120px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .header__menu {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    overflow: auto;
    top: -20px;
    left: -11px;
    border-radius: 0;
    padding: 11px 20px;
    padding-top: 110px;
  }
}
.header__menu._active {
  opacity: 1;
  pointer-events: all;
}
.header__menu ul {
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 24px;
}
@media (max-width: 998px) {
  .header__menu ul {
    gap: 24px;
    font-size: 22px;
  }
}
.header__menu ul a {
  color: inherit;
}
.header__menu ul a:hover {
  text-decoration: underline;
}
.header__menu div {
  display: flex;
  gap: 8px;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .header__menu div {
    margin-top: 35px;
  }
}
.header__menu div a {
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #75b611;
  transition: 0.3s;
}
.header__menu div a:hover {
  transform: scale(1.1);
}
.header__menu div a:nth-child(2) {
  background: #339dff;
}
.header__lang {
  display: flex;
  padding: 8px 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  z-index: 2;
  position: relative;
}
.header__lang input {
  display: none;
}
.header__lang input:checked + label {
  opacity: 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
}
.header__lang label,
.header__lang a {
  cursor: pointer;
  padding: 9px 16px;
  opacity: 0.5;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}
.header__lang a._active {
  opacity: 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 174px;
}
@media (max-width: 1300px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 998px) {
  .header__logo {
    display: none;
  }
}
.header__logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.header__logo img:nth-child(2) {
  opacity: 0;
}
.header__right {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 998px) {
  .header__right {
    display: none;
  }
}
.header__phone {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  height: 93px;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header__phone {
    gap: 14px;
    height: 83px;
  }
}
.header__phone span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__phone span::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #75b611;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.header__phone a {
  color: inherit;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 1300px) {
  .header__phone a {
    font-size: 20px;
  }
}
.header__phone div {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px dotted #b5b0b0;
  color: #b5b0b0;
}
.header__phone div:hover {
  border-bottom: none;
}
.header__social {
  display: flex;
  gap: 8px;
}
.header__social a {
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #75b611;
  transition: 0.3s;
}
.header__social a:hover {
  transform: scale(1.1);
}
.header__social a:nth-child(2) {
  background: #339dff;
}
.header__social img {
  width: 16px;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&: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;
}

._btn {
  padding: 26px 40px;
  background: #f7dd4f;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #12171d;
  display: flex;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  text-align: center;
  align-items: center;
  max-width: max-content;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1500px) {
  ._btn {
    font-size: 16px;
    padding: 22px 35px;
  }
}
._btn:hover {
  background: #fbe569;
}
._btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50px;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: rotate(25deg);
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  70% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

._title {
  font-size: 40px;
  line-height: 130%;
}
._title b {
  font-weight: 600;
}
@media (max-width: 1500px) {
  ._title {
    font-size: 36px;
  }
}
._title._v2 {
  font-size: 60px;
}
@media (max-width: 1500px) {
  ._title._v2 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  ._title._v2 {
    font-size: 45px;
  }
}
@media (max-width: 998px) {
  ._title._v2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  ._title._v2 {
    font-size: 36px;
  }
}
._title span._dec {
  position: relative;
  z-index: 1;
  font-weight: 600;
  margin-left: 10px;
}
._title span._dec::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 0px);
  z-index: -1;
  background: #fff3b5;
  border-radius: 10px;
}
._title._scr-item {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.4s;
}
._title._scr-item._active {
  opacity: 1;
  transform: translate(0);
}

._mt-anim {
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-top: -40px;
  position: relative;
}
@media (max-width: 1500px) {
  ._mt-anim {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
@media (max-width: 1300px) {
  ._mt-anim {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
}
@media (max-width: 998px) {
  ._mt-anim {
    border-radius: 0;
    margin-top: 0px;
  }
}

._subtitle {
  font-weight: 450;
  font-size: 22px;
  line-height: 150%;
}
@media (max-width: 1500px) {
  ._subtitle {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  ._subtitle {
    font-size: 18px;
  }
}

.home {
  position: relative;
  z-index: 1;
}
.home__fon {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.home__fon img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.3);
  animation: jtt 30s linear infinite;
}
@keyframes jtt {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 300px;
  padding-bottom: 180px;
  gap: 60px;
  color: #fff;
}
@media (max-width: 1500px) {
  .home__container {
    gap: 50px;
  }
}
@media (max-width: 998px) {
  .home__container {
    padding-top: 130px;
    padding-bottom: 90px;
    gap: 30px;
  }
}
.home__logo {
  width: 94px;
}
@media (min-width: 998px) {
  .home__logo {
    display: none;
  }
}
.home__logo img {
  width: 100%;
}
.home__title {
  max-width: 980px;
  font-size: 60px;
}
@media (max-width: 1500px) {
  .home__title {
    font-size: 50px;
  }
}
@media (max-width: 998px) {
  .home__title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .home__title br {
    display: none;
  }
}
.home__sibtitle {
  font-size: 22px;
  line-height: 150%;
  font-weight: 450;
}
@media (max-width: 1500px) {
  .home__sibtitle {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .home__sibtitle {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .home__btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
  .home__btn span {
    display: none;
  }
}
.home__block {
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
  margin-top: 70px;
}
@media (max-width: 998px) {
  .home__block {
    display: none;
  }
}
.home__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  line-height: 150%;
  padding: 50px 45px;
}
.home__item img {
  width: 14px;
}
.home__item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1500px) {
  .home__item {
    padding: 40px 28px;
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .home__item {
    padding: 30px 24px;
    font-size: 16px;
  }
}
.home__item span {
  font-weight: 600;
}

.podbor {
  background: #f5f5f5;
}
.podbor__container {
  padding-bottom: 120px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
  transform: translate(0px, 40px);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .podbor__container {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
.podbor__container._active {
  transform: translate(0);
  opacity: 1;
}
.podbor__wpp {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  transition: 1s;
  position: relative;
  opacity: 1;
}
.podbor._finish .podbor__wpp {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
@media (max-width: 1300px) {
  .podbor__wpp {
    grid-template-columns: 1fr;
  }
}
.podbor__b-l {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
}
@media (max-width: 998px) {
  .podbor__b-l {
    display: none;
  }
}
.podbor__b-l img {
  width: 100%;
}
.podbor__quiz {
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 998px) {
  .podbor__quiz {
    padding: 0;
    background: transparent;
  }
}
.podbor__head {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 450;
  font-size: 18px;
  line-height: 130%;
  color: #7c868d;
}
@media (max-width: 998px) {
  .podbor__head {
    text-align: center;
  }
}
.podbor__head img {
  width: 32px;
}
@media (max-width: 998px) {
  .podbor__head img {
    display: none;
  }
}
.podbor__title {
  margin-top: 15px;
}
@media (max-width: 998px) {
  .podbor__title {
    text-align: center;
  }
}
.podbor__line {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 16px;
  align-items: center;
  margin-top: 27px;
  font-weight: 450;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #7c868d;
}
@media (max-width: 998px) {
  .podbor__line {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.podbor__progress-bar {
  border-radius: 50px;
  background: #f5f5f5;
  height: 16px;
  position: relative;
}
@media (max-width: 998px) {
  .podbor__progress-bar {
    order: 3;
    width: 100%;
    background: #fff;
    height: 12px;
  }
}
.podbor__progress-bar span {
  transition: 0.6s;
  border-radius: 50px;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background: url(../img/Maskgroup.svg);
  background-size: auto 100%;
  animation: moveBg 10s linear infinite;
}
@keyframes moveBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.podbor__left {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.podbor__right {
  font-size: 20px;
  line-height: 150%;
  color: #888;
}
@media (max-width: 998px) {
  .podbor__right {
    font-size: 18px;
  }
}
.podbor__block {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 998px) {
  .podbor__block {
    margin-top: 29px;
  }
}
.podbor[data-clas=_4] .podbor__block {
  margin-top: 0;
}
.podbor__step {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  width: 100%;
}
.podbor__step._active {
  opacity: 1;
  pointer-events: all;
}
.podbor__step._position {
  position: relative;
}
@media (max-width: 998px) {
  .podbor__step {
    padding-top: 0;
    border-top: none;
  }
}
.podbor__step._v4 {
  padding-top: 0;
  border-top: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1300px) {
  .podbor__step._v4 {
    gap: 40px;
    grid-template-columns: 1fr 1.1fr;
  }
}
@media (max-width: 998px) {
  .podbor__step._v4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .podbor__step._v4 .podbor__title {
    font-size: 30px;
  }
}
.podbor__step._v4 .podbor__form {
  max-width: 600px;
  margin-left: auto;
}
@media (max-width: 998px) {
  .podbor__step._v4 .podbor__form {
    max-width: 100%;
  }
}
.podbor__step._v4 .form-send {
  padding: clamp(30px, 3vw, 60px);
}
@media (max-width: 1500px) {
  .podbor__step._v4 .form-send {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .podbor__step._v4 .form-send {
    padding: 30px 20px;
  }
}
.podbor__step._v4 .podbor__subtitle {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  line-height: 150%;
  align-items: flex-start;
}
.podbor__step._v4 .podbor__subtitle img {
  width: 210px;
}
@media (max-width: 1500px) {
  .podbor__step._v4 .podbor__subtitle {
    font-size: 18px;
    margin-top: 120px;
  }
}
@media (max-width: 998px) {
  .podbor__step._v4 .podbor__subtitle {
    margin-top: 20px;
  }
}
.podbor__h {
  font-weight: 600;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1500px) {
  .podbor__h {
    font-size: 26px;
  }
}
@media (max-width: 998px) {
  .podbor__h {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 24px;
    text-align: center;
  }
}
.podbor__h span {
  border-radius: 8px;
  white-space: nowrap;
  background: #fec95f;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
}
.podbor__wp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 35px;
}
@media (max-width: 998px) {
  .podbor__wp {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .podbor__wp {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.podbor__wp._radio-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 998px) {
  .podbor__wp._radio-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .podbor__wp._radio-2 {
    grid-template-columns: 1fr;
  }
}
.podbor__wp._radio-2 .podbor__el input:checked + label {
  border: 2px solid #a9a9a9;
}
.podbor__wp._radio-2 .podbor__el label {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 24px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  border: 2px solid transparent;
}
@media (max-width: 600px) {
  .podbor__wp._radio-2 .podbor__el label {
    padding: 17px 22px;
  }
}
.podbor__wp._radio-2 .podbor__el label .podbor__check {
  width: 100%;
  margin: 0;
}
.podbor__el input {
  display: none;
}
.podbor__el input:checked + label .podbor__check img {
  opacity: 1;
}
@media (min-width: 998px) {
  .podbor__el input:checked + label .podbor__img {
    background: #fff;
  }
}
.podbor__el label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 998px) {
  .podbor__el label:hover .podbor__img {
    background: #fff;
  }
}
@media (max-width: 998px) {
  .podbor__el label {
    border-radius: 12px;
    height: 100%;
  }
}
.podbor__img {
  aspect-ratio: 260/280;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .podbor__img {
    padding: 0;
    aspect-ratio: 125/110;
  }
}
.podbor__img img {
  width: 100%;
}
.podbor__step._v3 .podbor__img img {
  width: 50px;
}
.podbor__check {
  width: 50px;
  margin-top: -25px;
  z-index: 2;
  position: relative;
}
@media (max-width: 998px) {
  .podbor__check {
    width: 40px;
  }
}
.podbor__check img {
  width: 100%;
  transition: 0.3s;
}
.podbor__check img:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.podbor__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .podbor__name {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .podbor__name {
    margin-top: 10px;
    font-size: 14px;
  }
}
.podbor__btn {
  margin-top: 44px;
  margin-left: auto;
  min-width: 160px;
}
@media (max-width: 998px) {
  .podbor__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
.podbor__last {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 1s;
  z-index: 3;
  top: 0;
}
.podbor._finish .podbor__last {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.podbor__anim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  padding: 200px 100px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  min-height: 100%;
}
.podbor._finish .podbor__anim {
  pointer-events: none;
  animation: ooo 0.5s 2.5s forwards;
}
@keyframes ooo {
  100% {
    opacity: 0;
  }
}
@media (max-width: 1300px) {
  .podbor__anim {
    padding: 100px 50px;
  }
}
@media (max-width: 900px) {
  .podbor__anim {
    padding: 50px 10px;
  }
}
.podbor__anim img {
  width: 200px;
  animation: rott 3s linear infinite;
}
@keyframes rott {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1300px) {
  .podbor__anim img {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .podbor__anim img {
    width: 100px;
  }
}
.podbor__anim p {
  margin-top: 70px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #4f4f4f;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .podbor__anim p {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.podbor__anim h3 {
  font-weight: 300;
  color: #a3a3a3;
}
@media (max-width: 600px) {
  .podbor__anim h3 {
    font-size: 28px !important;
  }
}
.podbor__anim h3 b {
  color: #000;
}

.form-podbor {
  gap: 24px;
  grid-template-columns: 1.4fr 1fr;
  display: grid;
}
@media (max-width: 1200px) {
  .form-podbor {
    grid-template-columns: 1fr;
  }
}
.form-podbor__left {
  background: #f7dd4f;
  border-radius: 20px;
  padding: 70px 80px;
}
@media (max-width: 1200px) {
  .form-podbor__left {
    display: none;
  }
}
.form-podbor__left h2 span {
  margin-left: 0px !important;
}
.form-podbor__left h2 span::before {
  background: #fff !important;
}
.form-podbor__left p {
  margin-top: 30px;
  margin-bottom: 20px;
}
.form-podbor__left img {
  width: 100%;
  transform: scale(1.1);
}
.form-podbor__right {
  padding: 80px;
  border-radius: 20px;
  background-color: #fff;
}
.form-podbor__right > h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
  color: #444;
  margin-bottom: 120px;
}
@media (max-width: 1500px) {
  .form-podbor__right {
    padding: 50px;
  }
  .form-podbor__right > h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .form-podbor__right {
    padding: 20px 20px;
  }
  .form-podbor__right > h3 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .form-podbor__right .form-send__btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 600px) {
  .form-send__btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bottom-podbor {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: max-content;
  padding-bottom: 0;
}
@media (max-width: 1300px) {
  .bottom-podbor {
    display: none;
  }
}
.bottom-podbor__name {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 450;
  font-size: 18px;
  color: #7c868d;
  max-width: max-content;
}
.bottom-podbor__head {
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.3;
}
.bottom-podbor__text {
  margin-top: 18px;
  color: #7c868d;
  opacity: 0.8;
  line-height: 1.4;
}
.bottom-podbor__info {
  margin-top: 15px;
  font-weight: 500;
  opacity: 0.8;
}
.bottom-podbor__img {
  width: calc(100% + 80px);
  left: 50%;
  transform: translate(-50%);
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .bottom-podbor__img {
    max-width: 400px;
  }
}
.bottom-podbor__img div {
  width: 80px;
  top: 8px;
  right: 20px;
  position: absolute;
}
.bottom-podbor__img div img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rottt 6s linear infinite;
}
@keyframes rottt {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.bottom-podbor__img img:nth-child(1) {
  width: 100%;
}
.manager-podbor {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 998px) {
  .manager-podbor {
    display: none;
  }
}
.manager-podbor__left {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
  border-right: 1px solid #00000031;
  padding-right: 15px;
}
.manager-podbor__left img {
  border-radius: 8px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.manager-podbor__left div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.manager-podbor__left div h4 {
  font-weight: 500;
  font-size: 20px;
}
.manager-podbor__left div span {
  font-weight: 450;
  line-height: 120%;
  color: #7c868d;
}
.manager-podbor__right {
  padding-left: 50px;
  max-width: 700px;
}
.manager-podbor__right p {
  line-height: 1.5;
  font-weight: 450;
  margin-bottom: 18px;
}
.manager-podbor__right a {
  border-bottom: 1px dotted #000;
  color: #000;
  font-weight: 700;
}

.about {
  background: #fff;
}
.about__container {
  padding-top: 120px;
}
.about__block {
  display: grid;
  grid-template-columns: 140px 2fr 1.6fr;
  gap: clamp(40px, 5.3vw, 100px);
}
@media (max-width: 1500px) {
  .about__block {
    grid-template-columns: 130px 2fr 1.4fr;
  }
}
@media (max-width: 1300px) {
  .about__block {
    grid-template-columns: 1fr 2.5fr;
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .about__block {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.about__block._scr-item > div {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.5s;
}
.about__block._scr-item > div:nth-child(2) {
  transition-delay: 0.3s;
}
.about__block._scr-item > div:nth-child(3) {
  transition-delay: 0.6s;
}
.about__block._scr-item._active > div {
  transform: translate(0px, 0px);
  opacity: 1;
}
.about__logo img {
  width: 100%;
}
@media (max-width: 800px) {
  .about__logo {
    width: 110px;
    margin: 0px auto;
  }
}
@media (max-width: 600px) {
  .about__logo {
    width: 93px;
  }
}
.about__subtitle {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 450;
  color: #7c868d;
}
@media (max-width: 1500px) {
  .about__subtitle {
    margin-top: 50px;
    gap: 20px;
    font-size: 18px;
  }
}
.about__subtitle b {
  color: #000;
  font-weight: 450;
}
.about__img {
  padding-left: 20px;
}
@media (max-width: 1500px) {
  .about__img {
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .about__img {
    grid-column: auto/span 2;
  }
}
@media (max-width: 800px) {
  .about__img {
    grid-column: auto/span 1;
  }
}
.about__img img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .about__img img {
    border-radius: 12px;
  }
}

.projects {
  position: relative;
  z-index: 3;
}
.projects__title {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 140px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1300px) {
  .projects__title {
    font-size: 120px;
  }
}
@media (max-width: 998px) {
  .projects__title {
    font-size: 90px;
  }
}
@media (max-width: 600px) {
  .projects__title {
    font-size: 20vw;
    transform: scale(1) !important;
  }
}
.projects__title img {
  width: 217px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .projects__title img {
    width: 190px;
  }
}
@media (max-width: 998px) {
  .projects__title img {
    width: 110px;
  }
}
.projects__block {
  margin-top: 250px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.projects__block .projects__hiden {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  transition: 1s;
  grid-column: auto/span 6;
}
@media (max-width: 998px) {
  .projects__block .projects__hiden {
    gap: 35px;
  }
}
@media (max-width: 1300px) {
  .projects__block {
    margin-top: 200px;
  }
}
@media (max-width: 998px) {
  .projects__block {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 90px;
  }
}
.projects__block._active .projects__item {
  opacity: 1;
  transform: translate(0px);
}
.projects__item {
  position: relative;
  aspect-ratio: 1020/660;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  padding: clamp(30px, 3.3vw, 60px);
  display: flex;
  flex-direction: column;
  grid-column: auto/span 3;
  transition: 0.3s;
  opacity: 0;
  height: auto;
  height: max-content;
  transform: translate(0px, 30px);
}
.projects__item:nth-child(2) {
  transition-delay: 0.3s;
}
.projects__item:nth-child(3) {
  transition-delay: 0.6s;
}
.projects__item:nth-child(4) {
  transition-delay: 0.9s;
}
.projects__item:nth-child(5) {
  transition-delay: 1.2s;
}
.projects__item:nth-child(6) {
  transition-delay: 1.5s;
}
@media (max-width: 998px) {
  .projects__item {
    padding: 0px;
    aspect-ratio: auto;
    border-radius: 0;
  }
}
.projects__item._hidden {
  display: none !important;
}
.projects__item .projects__slider {
  display: none;
}
.projects__item:hover .projects__img::after {
  opacity: 0.4;
}
.projects__item:hover .projects__img img {
  transform: scale(1.1);
}
.projects__item._big {
  grid-column: auto/span 4;
}
.projects__item._small {
  grid-column: auto/span 2;
  backdrop-filter: blur(10px);
  background: #f7dd4f;
  height: max-content;
  aspect-ratio: auto;
  padding: clamp(25px, 2.6vw, 50px) clamp(30px, 3.3vw, 60px);
}
@media (max-width: 1300px) {
  .projects__item._small {
    padding: 25px 20px;
  }
}
@media (max-width: 998px) {
  .projects__item._small {
    display: none;
  }
}
.projects__item._small .projects__text {
  opacity: 0.6;
  margin-top: 20px;
}
.projects__item._small._v2 {
  background: #f5f5f5;
}
.projects__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 998px) {
  .projects__img {
    position: relative;
    border-radius: 12px;
    aspect-ratio: 353/280;
    overflow: hidden;
  }
}
.projects__img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  opacity: 0.8;
  height: 50%;
  background: linear-gradient(#11171e00 0%, #11171e 100%);
}
.projects__img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: #11171e;
  opacity: 0;
  transition: 0.3s;
}
.projects__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.projects__razm {
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  max-width: max-content;
  padding: 13px 20px;
  color: #00000077;
  border-radius: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 1500px) {
  .projects__razm {
    font-size: 18px;
    padding: 11px 16px;
    border-radius: 10px;
  }
}
@media (max-width: 998px) {
  .projects__razm {
    font-size: 16px;
    padding: 9px 13px;
  }
}
.projects__name {
  margin-top: auto;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 1500px) {
  .projects__name {
    font-size: 26px;
  }
}
@media (max-width: 998px) {
  .projects__name {
    color: #000;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .projects__name {
    font-size: 24px;
  }
}
.projects__head {
  font-size: 50px;
  line-height: 1.3;
}
@media (max-width: 1500px) {
  .projects__head {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .projects__head {
    font-size: 26px;
  }
}
.projects__head b {
  font-weight: 600;
}
.projects__text {
  margin-top: 35px;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  font-weight: 450;
}
@media (max-width: 1500px) {
  .projects__text {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .projects__text {
    font-size: 18px;
    margin-top: 20px;
  }
}
.projects__user {
  max-width: 380px;
  margin-bottom: 45px;
}
@media (max-width: 1300px) {
  .projects__user {
    margin-bottom: 30px;
  }
}
.projects__user img {
  width: 100%;
}
.projects__wp {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 130px;
  max-width: 1400px;
  margin: 0px auto;
  margin-top: 70px;
}
@media (max-width: 1300px) {
  .projects__wp {
    gap: 60px;
  }
}
@media (max-width: 998px) {
  .projects__wp {
    grid-template-columns: 1fr;
    max-width: 550px;
    gap: 40px;
  }
}
.projects__icon {
  position: relative;
}
.projects__icon img {
  width: 100%;
}
.projects__icon span {
  position: absolute;
  width: 180px;
  aspect-ratio: 1/1;
  background-image: url(../img/Star.svg);
  background-size: contain;
  right: -20px;
  top: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  padding: 40px;
  line-height: 1.3;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .projects__icon span {
    width: 140px;
    font-size: 14px;
    padding: 25px;
    right: 13px;
    top: 4px;
  }
}
.projects__more {
  margin: 0px auto;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 80px;
  justify-content: center;
  max-width: max-content;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.projects__more._active {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin-top: 0;
}
.projects__more:hover span {
  opacity: 0.7;
  border-color: #fff;
}
.projects__more span {
  border-bottom: 1px dotted #00000071;
  transition: 0.3s;
}
.projects__more img {
  width: 75px;
  animation: rott 3s linear infinite;
}
@keyframes rott {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.projects__more._hidden {
  display: none;
}
@media (max-width: 1300px) {
  .projects__more {
    font-size: 20px;
    margin-top: 40px;
  }
  .projects__more img {
    width: 60px;
  }
}
@media (max-width: 998px) {
  .projects__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.projects__title-two {
  font-size: 60px;
}
@media (max-width: 1500px) {
  .projects__title-two {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .projects__title-two {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .projects__title-two {
    font-size: 36px;
  }
}
.projects__subtitle {
  margin-top: 50px;
  font-weight: 450;
  font-size: 22px;
  line-height: 150%;
}
@media (max-width: 1500px) {
  .projects__subtitle {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 1300px) {
  .projects__subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .projects__subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
}
.projects__subtitle b {
  font-weight: 600;
}
.projects__btn {
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .projects__btn {
    margin-top: 60px;
  }
}
@media (max-width: 1300px) {
  .projects__btn {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .projects__btn {
    margin-top: 25px;
  }
}

.format {
  background: #11171e;
}
.format__container {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  padding-bottom: 180px;
}
@media (max-width: 1300px) {
  .format__container {
    padding-bottom: 150px;
  }
}
@media (max-width: 998px) {
  .format__container {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .format__container {
    padding-bottom: 64px;
  }
}
.format__dec {
  position: absolute;
  z-index: -1;
}
.format__dec img {
  width: 100%;
}
.format__dec_1 {
  bottom: 50px;
  width: 650px;
  left: 0;
  transform: translate(-50%);
}
@media (max-width: 1500px) {
  .format__dec_1 {
    width: 550px;
    bottom: 100px;
  }
}
@media (max-width: 1300px) {
  .format__dec_1 {
    width: 450px;
  }
}
@media (max-width: 998px) {
  .format__dec_1 {
    display: none;
  }
}
.format__dec_2 {
  top: 50px;
  width: 550px;
  right: 0;
  transform: translate(60%);
}
@media (max-width: 1500px) {
  .format__dec_2 {
    width: 450px;
    transform: translate(45%);
  }
}
@media (max-width: 1300px) {
  .format__dec_2 {
    width: 300px;
  }
}
@media (max-width: 998px) {
  .format__dec_2 {
    top: 250px;
    width: 200px;
  }
}
@media (max-width: 600px) {
  .format__dec_2 {
    width: 130px;
    top: -30px;
    transform: translate(40%);
  }
}
.format__title {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.format__title span {
  font-weight: 500;
  color: #f7dd4f;
}
.format__subtitle {
  margin-top: 40px;
  max-width: 800px;
  text-align: center;
  font-weight: 450;
  font-size: 22px;
  line-height: 150%;
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.2s;
}
@media (max-width: 1500px) {
  .format__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 998px) {
  .format__subtitle {
    margin-top: 20px;
  }
}
.format__subtitle b {
  font-weight: 600;
}
.format__subtitle._active {
  transform: translate(0);
  opacity: 1;
}
.format__block {
  max-width: 1215px;
  margin-top: 70px;
  width: 100%;
  overflow: visible;
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.2s;
}
@media (max-width: 1300px) {
  .format__block {
    margin-top: 50px;
  }
}
@media (max-width: 998px) {
  .format__block {
    margin-top: 35px;
  }
}
.format__block._active {
  transform: translate(0);
  opacity: 1;
}
@media (min-width: 998px) {
  .format__block .swiper-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.format__item {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  transition: 0.3s;
}
.format__item:hover {
  transform: translate(0px, -20px);
}
@media (max-width: 1300px) {
  .format__item {
    padding: 20px;
  }
}
@media (min-width: 998px) {
  .format__item {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 998px) {
  .format__item {
    padding: 30px 20px;
  }
}
.format__icon {
  width: 80px;
}
@media (max-width: 1300px) {
  .format__icon {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .format__icon {
    width: 56px;
  }
}
.format__icon img {
  width: 100%;
}
.format__razm {
  margin-top: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
}
@media (max-width: 1300px) {
  .format__razm {
    font-size: 24px;
    margin-top: 15px;
  }
}
.format__text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #a4a7b4;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 1300px) {
  .format__text {
    font-size: 16px;
    margin-top: 13px;
  }
}
.format__price {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  margin-top: 25px;
}
@media (max-width: 1300px) {
  .format__price {
    font-size: 24px;
    margin-top: 15px;
  }
}
.format__btn {
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .format__btn {
    margin-top: 20px;
  }
}
.format__dots {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 35px;
}
@media (min-width: 998px) {
  .format__dots {
    display: none;
  }
}
.format__dots span {
  border-radius: 100%;
  background: #646464;
  width: 6px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.format__dots span.swiper-pagination-bullet-active {
  background: #fff;
}
.format__logo {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
}
@media (max-width: 998px) {
  .format__logo {
    transform: translate(-50%, 50%);
  }
}
.format__logo img {
  width: 100%;
}

.remont {
  background: #f7dd4f;
}
.remont__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.remont__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.remont__title span {
  margin: 0 !important;
}
.remont__title span::before {
  background: #fff !important;
  opacity: 1;
}
.remont__subtitle {
  max-width: 850px;
  margin-top: 30px;
  text-align: center;
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.remont__subtitle._active {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  .remont__subtitle {
    margin-top: 20px;
  }
}
.remont__block {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 20px;
  margin-top: 50px;
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.remont__block._active {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  .remont__block {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 30px;
  }
}
.remont__item {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  border-radius: 20px;
  background: #11171e;
  overflow: hidden;
  color: #fff;
  padding: 64px;
}
@media (max-width: 1500px) {
  .remont__item {
    padding: 40px;
    min-height: 660px;
  }
}
@media (max-width: 1300px) {
  .remont__item {
    padding: 25px;
    border-radius: 12px;
    min-height: 520px;
  }
}
.remont__item._v2 {
  background-image: url(../img/pp.png);
  background-size: cover;
}
@media (max-width: 998px) {
  .remont__item {
    order: 2;
    min-height: auto;
    align-items: center;
    text-align: center;
    padding: 30px 36px;
    gap: 13px;
  }
  .remont__item:nth-child(2) {
    order: 1;
    aspect-ratio: 353/500;
  }
}
.remont__head {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 1500px) {
  .remont__head {
    font-size: 34px;
  }
}
@media (max-width: 1300px) {
  .remont__head {
    font-size: 28px;
  }
}
@media (max-width: 998px) {
  .remont__head {
    font-size: 32px;
  }
}
.remont__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  font-weight: 450;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .remont__text {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .remont__text {
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  .remont__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.remont__text b {
  font-weight: 600;
}
.remont__link {
  margin-top: auto;
  font-weight: 450;
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #ffffff85;
  text-underline-offset: 6px;
}
@media (max-width: 1500px) {
  .remont__link {
    font-size: 20px;
  }
}
.remont__link:hover {
  color: #fbe569;
}
.remont__video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}
.remont__video.active .remont__play,
.remont__video.active .remont__prew {
  opacity: 0;
}
.remont__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remont__prew {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  top: 0;
  left: 0;
}
.remont__play {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  backdrop-filter: blur(10px);
  background: rgba(17, 23, 30, 0.6);
  border-radius: 50px;
  width: 100px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .remont__play {
    width: 70px;
  }
}
.remont__play img {
  width: 24px;
}
.remont__icon {
  margin-bottom: 15px;
  width: 80px;
}
.remont__icon img {
  width: 100%;
}
@media (max-width: 1300px) {
  .remont__icon {
    width: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 998px) {
  .remont__icon {
    width: 56px;
    margin-bottom: 7px;
  }
}
.remont__btn {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 1300px) {
  .remont__btn {
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .remont__btn {
    font-size: 16px;
  }
}

.path {
  background: #fff;
}
@media (max-width: 998px) {
  .path {
    display: none;
  }
}
.path__container {
  padding-bottom: 0;
  padding-top: 50px;
}
.path__block {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.5fr;
  align-items: center;
}
.path__block._scr-item > div {
  transform: translate(-30px);
  opacity: 0;
  transition: 0.4s;
}
.path__block._scr-item > div:nth-child(2) {
  transition-delay: 0.5s;
}
.path__block._scr-item > div:nth-child(3) {
  transition-delay: 0.9s;
}
.path__block._scr-item._active > div {
  transform: translate(0px);
  opacity: 1;
}
.path__item {
  position: relative;
  z-index: 2;
}
.path__title {
  font-size: clamp(34px, 3.2vw, 60px);
}
.path__subtitle {
  margin-top: 50px;
  font-weight: 450;
  font-size: 20px;
  line-height: 150%;
  max-width: 410px;
}
@media (max-width: 1500px) {
  .path__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .path__subtitle {
    margin-top: 30px;
  }
}
.path__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 270px;
}
@media (max-width: 1500px) {
  .path__list {
    max-width: 250px;
  }
}
.path__list li {
  position: relative;
  padding-left: 36px;
  font-weight: 450;
  font-size: 20px;
  line-height: 130%;
  color: #7c868d;
}
@media (max-width: 1500px) {
  .path__list li {
    font-size: 18px;
  }
}
.path__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img/x.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.path__img {
  display: flex;
  justify-content: center;
  width: 100%;
}
.path__img img {
  width: 186%;
  transform: translate(-5%);
}
@media (max-width: 1500px) {
  .path__img img {
    width: 170%;
  }
}
.path__right {
  backdrop-filter: blur(10px);
  background: #f7dd4f;
  border-radius: 20px;
  padding: 56px 56px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .path__right {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  .path__right {
    padding: 25px;
  }
}
.path__logo {
  width: 56px;
}
@media (max-width: 1300px) {
  .path__logo {
    width: 48px;
  }
}
.path__logo img {
  width: 100%;
}
.path__content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
}
@media (max-width: 1300px) {
  .path__content h3 {
    font-size: 24px;
  }
}
.path__content p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1500px) {
  .path__content p {
    font-size: 18px;
    margin-top: 15px;
  }
}
.path__content div {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1300px) {
  .path__content div {
    margin-top: 40px;
  }
}
.path__content div b {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.cicle {
  margin-top: -40px;
}
@media (max-width: 998px) {
  .cicle {
    display: none;
  }
}
.cicle__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}
.cicle__item {
  padding: 120px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .cicle__item {
    padding: 80px;
  }
}
@media (max-width: 1300px) {
  .cicle__item {
    padding: 60px;
  }
}
.cicle__item::before {
  border-radius: 40px 40px 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50vw;
  height: 100%;
  background-image: url(../img/bgc1-o.png);
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1500px) {
  .cicle__item::before {
    border-radius: 20px 20px 0 0;
  }
}
.cicle__item_left {
  padding-left: 0;
}
.cicle__item_left::before {
  right: 0;
  left: auto;
}
.cicle__item_right {
  padding-right: 0;
}
.cicle__item_right::before {
  background-image: url(../img/bgc2.png);
}
.cicle__item_right .cicle__head {
  max-width: 430px;
}
.cicle__item_right .cicle__list li {
  padding-left: 44px;
}
.cicle__item_right .cicle__list li::before {
  background: transparent;
  background-image: url(../img/chec.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  border-radius: 0;
}
.cicle__head {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 1500px) {
  .cicle__head {
    font-size: 36px;
  }
}
@media (max-width: 1300px) {
  .cicle__head {
    font-size: 32px;
  }
}
.cicle__info {
  margin-top: 45px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1500px) {
  .cicle__info {
    font-size: 22px;
    margin-top: 35px;
  }
}
@media (max-width: 1300px) {
  .cicle__info {
    font-size: 20px;
    margin-top: 30px;
  }
}
.cicle__list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 450;
  font-size: 20px;
  line-height: 180%;
}
@media (max-width: 1500px) {
  .cicle__list {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (max-width: 1500px) {
  .cicle__list {
    font-size: 18px;
    margin-top: 25px;
  }
}
.cicle__list li {
  padding-left: 30px;
  position: relative;
}
.cicle__list li::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 5px;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 4px;
  aspect-ratio: 1/1;
}
.cicle__btn {
  margin-top: auto;
}
.cicle__person {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 1500px) {
  .cicle__person {
    font-size: 20px;
    grid-template-columns: 70px 1fr;
    margin-top: 100px;
  }
}
@media (max-width: 1500px) {
  .cicle__person {
    font-size: 18px;
    grid-template-columns: 65px 1fr;
    margin-top: 80px;
    gap: 20px;
  }
}
.cicle__person img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.cicle__person div {
  font-weight: 500;
  line-height: 130%;
  display: flex;
  flex-direction: column;
}
.cicle__person div span {
  color: #f7dd4f;
}

.tehnology {
  background: #fff;
  overflow: visible;
}
.tehnology__container {
  padding-bottom: 0;
  margin-bottom: -150px;
}
@media (max-width: 998px) {
  .tehnology__container {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.tehnology__top {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}
@media (max-width: 998px) {
  .tehnology__top {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
.tehnology__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .tehnology__left {
    align-items: center;
  }
}
.tehnology__name {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d7d9e2;
  border-radius: 500px;
  font-size: 18px;
  max-width: max-content;
}
@media (max-width: 998px) {
  .tehnology__name {
    font-size: 16px;
    padding: 12px 16px;
  }
}
.tehnology__name::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 100%;
  background: #75b611;
}
.tehnology__subtitle {
  max-width: 445px;
}
.tehnology__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  font-size: 60px;
}
.tehnology__title._v2 {
  display: none;
}
@media (min-width: 600px) {
  .tehnology__title span {
    margin: 0 !important;
  }
}
@media (max-width: 1500px) {
  .tehnology__title {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tehnology__title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tehnology__title {
    font-size: 36px;
    display: block;
  }
}
@media (max-width: 500px) {
  .tehnology__title._v1 {
    display: none;
  }
  .tehnology__title._v2 {
    display: block;
  }
}
.tehnology__block {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 998px) {
  .tehnology__block {
    margin-top: 30px;
  }
}
.tehnology__item {
  background: #f5f5f5;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(28px, 3.2vw, 60px);
  align-items: center;
  border-radius: 40px;
  position: sticky;
}
@media (max-width: 1300px) {
  .tehnology__item {
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 998px) {
  .tehnology__item {
    grid-template-columns: 1fr;
    padding: 27px;
    padding-top: 0;
    border-radius: 12px;
    position: relative;
  }
}
.tehnology__img {
  height: 100%;
}
@media (max-width: 998px) {
  .tehnology__img {
    width: calc(100% + 27px + 27px);
    left: 50%;
    transform: translate(-50%);
    position: relative;
  }
}
.tehnology__img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  aspect-ratio: 577/660;
  object-fit: cover;
}
@media (max-width: 998px) {
  .tehnology__img img {
    aspect-ratio: 353/240;
    border-radius: 12px;
  }
}
.tehnology__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .tehnology__content {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tehnology__content {
    font-size: 17px;
  }
}
@media (max-width: 998px) {
  .tehnology__content {
    font-size: 18px;
  }
}
.tehnology__head {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .tehnology__head {
    font-size: 34px;
  }
}
@media (max-width: 1300px) {
  .tehnology__head {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 998px) {
  .tehnology__head {
    margin-bottom: 0;
  }
}
.tehnology__text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-weight: 450;
  line-height: 150%;
}
.tehnology__text b {
  font-weight: 600;
}
.tehnology__list {
  font-weight: 450;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tehnology__list li {
  padding-left: 30px;
  position: relative;
}
.tehnology__list li::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 5px;
  content: "";
  background: #000;
  border-radius: 50%;
  width: 4px;
  aspect-ratio: 1/1;
}
.tehnology__brands {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .tehnology__brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tehnology__brands div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
  }
  .tehnology__brands div img {
    width: 100%;
    height: auto;
  }
}
.tehnology__brands img {
  height: 80px;
  border-radius: 12px;
}
@media (max-width: 1500px) {
  .tehnology__brands img {
    height: 70px;
  }
}
@media (max-width: 1300px) {
  .tehnology__brands img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .tehnology__brands_v2 div {
    height: 95px;
  }
}
.tehnology__brands_v2 img {
  height: 130px;
}
@media (max-width: 1500px) {
  .tehnology__brands_v2 img {
    height: 115px;
  }
}
@media (max-width: 1300px) {
  .tehnology__brands_v2 img {
    height: 100px;
  }
}
.tehnology__btn {
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .tehnology__btn {
    margin-top: 24px;
  }
}
@media (max-width: 600px) {
  .tehnology__btn {
    width: 100%;
    max-width: 100%;
  }
  .tehnology__btn span {
    display: none;
  }
}

.modern {
  position: relative;
}
.modern__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modern__bg img {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.modern__container {
  padding-bottom: 240px;
  padding-top: 180px;
}
@media (max-width: 998px) {
  .modern__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.modern__block {
  max-width: 1160px;
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  align-items: flex-end;
  margin-left: clamp(0px, 11.5vw, 212px);
  z-index: 2;
  position: relative;
}
@media (max-width: 1300px) {
  .modern__block {
    margin-left: 0;
  }
}
@media (max-width: 998px) {
  .modern__block {
    grid-template-columns: 1fr;
  }
}
.modern__icon {
  margin-bottom: auto;
}
.modern__icon img {
  width: 100%;
}
@media (max-width: 998px) {
  .modern__icon {
    width: 56px;
  }
}
.modern__content {
  border-radius: 20px;
  background: #f7dd4f;
  padding: 50px 50px;
}
@media (max-width: 998px) {
  .modern__content {
    padding: 35px;
    text-align: center;
    border-radius: 12px;
  }
}
.modern__head {
  font-weight: 450;
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .modern__head {
    font-size: 45px;
  }
}
@media (max-width: 1300px) {
  .modern__head {
    font-size: 36px;
  }
}
.modern__info {
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media (max-width: 1300px) {
  .modern__info {
    gap: 120px;
  }
}
@media (max-width: 998px) {
  .modern__info {
    gap: 100px;
  }
}
@media (max-width: 600px) {
  .modern__info {
    gap: 80px;
  }
}
.modern__text {
  border-radius: 20px;
  background: #11171e;
  padding: 50px 60px;
  color: #fff;
}
@media (max-width: 998px) {
  .modern__text {
    padding: 35px;
    text-align: center;
    border-radius: 12px;
  }
}
.modern__lt {
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 35%);
  bottom: 0;
  position: absolute;
}
.modern__lt img {
  width: 100%;
}

.mebeli {
  background: #11171e;
}
.mebeli__container {
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
}
@media (max-width: 998px) {
  .mebeli__container {
    padding-bottom: 0;
  }
}
.mebeli__dec {
  position: absolute;
  pointer-events: none;
}
.mebeli__dec img {
  width: 100%;
}
@media (max-width: 998px) {
  .mebeli__dec {
    display: none;
  }
}
.mebeli__dec_1 {
  top: 0;
  width: clamp(300px, 35vw, 650px);
  right: 0;
  transform: translate(40%);
}
.mebeli__dec_2 {
  left: 0;
  top: 90px;
  width: clamp(150px, 12vw, 220px);
}
.mebeli__dec_3 {
  top: 30%;
  left: 10%;
  width: clamp(130px, 13vw, 250px);
}
@media (max-width: 1300px) {
  .mebeli__dec_3 {
    top: 40%;
  }
}
.mebeli__dec_4 {
  left: 40%;
  top: 62%;
  width: 110px;
}
.mebeli__title {
  max-width: 857px;
  display: flex;
  flex-direction: column;
}
.mebeli__subtitle {
  max-width: 857px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 998px) {
  .mebeli__subtitle {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.mebeli__btn {
  background: #fff;
}
.mebeli__btn:hover {
  background: #f7dd4f;
}
.mebeli__imgs {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-end;
  gap: 22px;
  width: 100%;
}
@media (max-width: 998px) {
  .mebeli__imgs {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 85px;
    gap: 15px;
  }
  .mebeli__imgs div:nth-child(4) {
    display: none;
  }
}
@media (max-width: 998px) and (max-width: 600px) {
  .mebeli__imgs div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 600px) {
  .mebeli__imgs {
    width: 120vw;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
}
.mebeli__imgs img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1500px) {
  .mebeli__imgs img {
    border-radius: 12px 12px 0 0;
  }
}

.calm {
  background: #fff;
}
.calm__title {
  text-align: center;
}
@media (max-width: 998px) {
  .calm__title_1 {
    display: none;
  }
}
.calm__title_1 span {
  margin-right: 15px;
}
.calm__title_2 {
  display: none;
}
@media (max-width: 998px) {
  .calm__title_2 {
    display: block;
  }
}
.calm__block {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .calm__block .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.8fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .calm__block {
    margin-top: 40px;
    overflow: visible;
  }
}
.calm__slide {
  opacity: 0;
  transition: 0.5s ease-in;
}
.calm__block._active .calm__slide {
  opacity: 1;
}
.calm__slide:nth-child(2) {
  transition-delay: 0.3s;
}
.calm__slide:nth-child(3) {
  transition-delay: 0.6s;
}
.calm__slide:nth-child(4) {
  transition-delay: 0.9s;
}
.calm__slide:nth-child(5) {
  transition-delay: 0.9s;
}
@media (max-width: 1200px) {
  .calm__slide {
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .calm__slide_1 .calm__img {
    aspect-ratio: 320/400;
  }
  .calm__slide_1 .calm__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .calm__slide_2 .calm__img {
    aspect-ratio: 320/400;
  }
  .calm__slide_2 .calm__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.calm__slide_3 .calm__img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.calm__slide_3 .calm__img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .calm__slide_3 .calm__top {
    height: 100%;
  }
  .calm__slide_3 .calm__top .calm__icon {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .calm__slide_4 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .calm__slide_4 {
    background: #f7dd4f;
    display: flex;
    flex-direction: column;
  }
  .calm__slide_4 .calm__content {
    margin-top: auto;
    padding: 30px;
  }
  .calm__slide_4 .calm__content .calm__text {
    color: #000;
    opacity: 0.5;
  }
}
.calm__slide_5 .calm__img img {
  border-radius: 50%;
}
.calm__slide_5 .calm__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calm__top {
  position: relative;
}
.calm__top .calm__content {
  padding: 40px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 1500px) {
  .calm__top .calm__content {
    padding: 30px;
  }
}
.calm__top .calm__content .calm__icon {
  margin-bottom: 150px;
}
.calm__top .calm__content .calm__text {
  color: inherit;
  opacity: 0.6;
}
.calm__img {
  top: 0;
  left: 0;
  width: 100%;
}
.calm__img img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .calm__img img {
    border-radius: 12px;
  }
}
.calm__icon {
  position: absolute;
  width: 64px;
  top: 40px;
  left: 40px;
  margin-bottom: 25px;
}
.calm__icon img {
  width: 100%;
}
@media (max-width: 1500px) {
  .calm__icon {
    top: 30px;
    left: 30px;
    width: 56px;
  }
}
@media (max-width: 1200px) {
  .calm__icon {
    top: 8px;
    left: 8px;
  }
}
.calm__content {
  position: relative;
  padding: 30px;
}
@media (max-width: 1500px) {
  .calm__content {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .calm__content {
    padding: 0px;
    padding-top: 20px;
  }
}
.calm__content .calm__icon {
  position: relative;
  top: 0;
  left: 0;
}
.calm__content_2 {
  background: #f7dd4f;
  border-radius: 20px;
  padding: 40px;
  margin-top: 20px;
}
.calm__content_2 .calm__text {
  color: #000;
  opacity: 0.8;
}
@media (max-width: 1500px) {
  .calm__content_2 {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .calm__content_2 {
    display: none;
  }
}
.calm__head {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 17px;
}
@media (max-width: 1500px) {
  .calm__head {
    font-size: 21px;
  }
}
@media (max-width: 1300px) {
  .calm__head {
    font-size: 24px;
  }
}
.calm__text {
  font-weight: 450;
  font-size: 20px;
  line-height: 140%;
  color: #7c868d;
}
@media (max-width: 1500px) {
  .calm__text {
    font-size: 18px;
  }
}
.calm__pug {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .calm__pug {
    display: none;
  }
}
.calm__pug span {
  border-radius: 100%;
  background: #d5d5d5;
  width: 6px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.calm__pug span.swiper-pagination-bullet-active {
  background: #000;
}

.you-get {
  background: #fff;
}
.you-get__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.you-get__container._scr-item > div, .you-get__container._scr-item > h2 {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.4s;
}
.you-get__container._scr-item > div:nth-child(2), .you-get__container._scr-item > h2:nth-child(2) {
  transition-delay: 0.4s;
}
.you-get__container._scr-item > div:nth-child(3), .you-get__container._scr-item > h2:nth-child(3) {
  transition-delay: 0.8s;
}
.you-get__container._scr-item > div:nth-child(4), .you-get__container._scr-item > h2:nth-child(4) {
  transition-delay: 1.2s;
}
.you-get__container._scr-item._active > div, .you-get__container._scr-item._active > h2 {
  transform: translate(0px);
  opacity: 1;
}
.you-get__logo {
  width: 122px;
}
@media (max-width: 600px) {
  .you-get__logo {
    display: none;
  }
}
.you-get__logo img {
  width: 100%;
}
.you-get__title {
  margin-top: 60px;
}
@media (max-width: 600px) {
  .you-get__title {
    margin-top: 0;
  }
  .you-get__title span {
    margin-left: 0 !important;
  }
}
.you-get__subtitle {
  margin-top: 40px;
  max-width: 915px;
}
@media (max-width: 998px) {
  .you-get__subtitle {
    margin-top: 28px;
  }
}
.you-get__block {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 600px) {
  .you-get__block {
    overflow: visible;
    margin-top: 35px;
  }
}
.you-get__img img {
  border-radius: 20px;
  aspect-ratio: 380/240;
  object-fit: cover;
  width: 100%;
}
.you-get__head {
  margin-top: 35px;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1500px) {
  .you-get__head {
    font-size: 21px;
  }
}
@media (max-width: 988px) {
  .you-get__head {
    font-size: 24px;
    margin-top: 25px;
  }
}
.you-get__text {
  font-weight: 450;
  font-size: 20px;
  color: #7c868d;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 1500px) {
  .you-get__text {
    font-size: 18px;
  }
}
@media (max-width: 988px) {
  .you-get__text {
    font-size: 20px;
    margin-top: 10px;
  }
}
.you-get__arrows {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 998px) {
  .you-get__arrows {
    display: none;
  }
}
.you-get__ar {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #11171e;
  transition: 0.3s;
  cursor: pointer;
}
.you-get__ar:hover {
  transform: scale(1.1);
}
.you-get__ar img {
  width: 24px;
}
.you-get__ar_r {
  background: #f7dd4f;
}
.you-get__dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 22px;
}
@media (min-width: 998px) {
  .you-get__dots {
    display: none;
  }
}
.you-get__dots span {
  border-radius: 100%;
  background: #d5d5d5;
  width: 6px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.you-get__dots span.swiper-pagination-bullet-active {
  background: #000;
}

@media (max-width: 998px) {
  .expereence {
    display: none;
  }
}
.expereence__block {
  padding: 100px;
  background: #f5f5f5;
  border-radius: 40px;
}
@media (max-width: 1500px) {
  .expereence__block {
    padding: 70px;
  }
}
@media (max-width: 1300px) {
  .expereence__block {
    padding: 30px;
    border-radius: 20px;
  }
}
.expereence__subtitle {
  margin-top: 30px;
}
.expereence__wp {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
}
@media (max-width: 1300px) {
  .expereence__wp {
    margin-top: 50px;
  }
}
.expereence__item {
  position: relative;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  font-weight: 450;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1500px) {
  .expereence__item {
    font-size: 18px;
    padding: 30px;
  }
}
@media (max-width: 1300px) {
  .expereence__item {
    font-size: 16px;
    padding: 20px;
    min-height: 170px;
  }
}
.expereence__item:last-child {
  color: #fff;
}
.expereence__item:last-child::before {
  background: #11171e;
}
.expereence__item b {
  font-weight: 600;
}
.expereence__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.expereence__level {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%);
  z-index: -2;
  width: 244px;
  max-width: 70%;
  opacity: 0;
  transition: 0.5s;
}
.expereence__level._active {
  opacity: 1;
}
@media (max-width: 1500px) {
  .expereence__level {
    bottom: -70px;
  }
}
@media (max-width: 1300px) {
  .expereence__level {
    bottom: -30px;
  }
}

.gallery__container._scr-item > div, .gallery__container._scr-item > h2 {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.4s;
}
.gallery__container._scr-item > div:nth-child(2), .gallery__container._scr-item > h2:nth-child(2) {
  transition-delay: 0.4s;
}
.gallery__container._scr-item > div:nth-child(3), .gallery__container._scr-item > h2:nth-child(3) {
  transition-delay: 0.8s;
}
.gallery__container._scr-item > div:nth-child(4), .gallery__container._scr-item > h2:nth-child(4) {
  transition-delay: 1.2s;
}
.gallery__container._scr-item._active > div, .gallery__container._scr-item._active > h2 {
  transform: translate(0px);
  opacity: 1;
}
.gallery__title {
  text-align: center;
}
.gallery__title span {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
.gallery__subtitle {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .gallery__subtitle {
    margin-top: 20px;
  }
}
.gallery__top {
  margin: 0px auto;
  max-width: max-content;
  overflow: auto;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .gallery__top {
    width: 100vw;
    margin-top: 26px;
    left: 50%;
    transform: translate(-50%);
    padding: 0px 11px;
    position: relative;
  }
}
.gallery__top li {
  border-radius: 10px;
  color: #a4a7b4;
  font-weight: 450;
  font-size: 20px;
  cursor: pointer;
  padding: 12px 20px;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .gallery__top li {
    font-size: 18px;
  }
}
.gallery__top li._active {
  color: #000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.gallery__top-wp {
  gap: 8px;
  display: flex;
  width: max-content;
  padding: 8px 8px;
  border-radius: 16px;
  background: #f5f5f5;
}
.gallery__block {
  margin-top: 60px;
}
@media (max-width: 998px) {
  .gallery__block {
    margin-top: 24px;
  }
}
.gallery__slider {
  position: relative;
  overflow: visible;
}
.gallery__slide {
  padding: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 1580/880;
}
@media (max-width: 1300px) {
  .gallery__slide {
    padding: 40px;
  }
}
@media (max-width: 998px) {
  .gallery__slide {
    aspect-ratio: auto;
    padding: 0;
    display: block;
  }
}
.gallery__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 998px) {
  .gallery__image {
    position: relative;
    height: auto;
  }
}
.gallery__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 998px) {
  .gallery__image img {
    aspect-ratio: 320/240;
    height: auto;
    border-radius: 12px;
  }
}
.gallery__info {
  margin-top: auto;
  margin-left: auto;
  max-width: 460px;
  padding: 30px;
  z-index: 2;
  background-color: #fff;
  backdrop-filter: blur(30px);
  border-radius: 16px;
  transition: 1.2s;
  width: 100%;
  display: none;
}
@media (max-width: 1300px) {
  .gallery__info {
    max-width: 400px;
    padding: 20px;
  }
}
@media (max-width: 998px) {
  .gallery__info {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-top: 14px;
  }
}
.gallery__info span {
  font-weight: 500;
  font-size: 20px;
  opacity: 0.5;
}
@media (max-width: 998px) {
  .gallery__info span {
    position: absolute;
    top: calc(-74.5vw + 62px);
    left: 8px;
    opacity: 1;
    background: #fff;
    color: #0000007a;
    border-radius: 8px;
    padding: 11px;
    z-index: 2;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gallery__info span {
    top: calc(-67.5vw + 22px);
  }
}
.gallery__info h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media (max-width: 1300px) {
  .gallery__info h3 {
    font-size: 22px;
  }
}
@media (max-width: 998px) {
  .gallery__info h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.gallery__info a {
  padding: 15px 30px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid rgba(169, 169, 169, 0.4);
  border-radius: 10px;
  display: flex;
  max-width: max-content;
  color: #000;
}
@media (max-width: 998px) {
  .gallery__info a {
    display: none;
  }
}
.gallery__slide.swiper-slide-next .gallery__info {
  transform: translate(200px);
  opacity: 0;
}
.gallery__slide.swiper-slide-active .gallery__info {
  transform: translate(0px);
  opacity: 1;
}
.gallery__slide.swiper-slide-prev .gallery__info {
  opacity: 0;
  transform: translate(-200px);
}
.gallery__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  border-radius: 100%;
  background: #fff;
  width: 120px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translate(40%, -50%);
}
@media (max-width: 1300px) {
  .gallery__arrows {
    width: 100px;
    transform: translate(40%, -70%);
  }
}
@media (max-width: 998px) {
  .gallery__arrows {
    display: none;
  }
}
.gallery__arr {
  cursor: pointer;
}
.gallery__arr_l {
  transform: rotate(180deg);
  opacity: 0.6;
}
.gallery__pug {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  color: #fff;
  font-size: 34px;
}
@media (max-width: 1300px) {
  .gallery__pug {
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 998px) {
  .gallery__pug {
    display: none;
  }
}

.organization__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organization__container._scr-item > div, .organization__container._scr-item > h2 {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.4s;
}
.organization__container._scr-item > div:nth-child(2), .organization__container._scr-item > h2:nth-child(2) {
  transition-delay: 0.4s;
}
.organization__container._scr-item > div:nth-child(3), .organization__container._scr-item > h2:nth-child(3) {
  transition-delay: 0.8s;
}
.organization__container._scr-item > div:nth-child(4), .organization__container._scr-item > h2:nth-child(4) {
  transition-delay: 1.2s;
}
.organization__container._scr-item._active > div, .organization__container._scr-item._active > h2 {
  transform: translate(0px);
  opacity: 1;
}
.organization__title {
  text-align: center;
}
@media (min-width: 600px) {
  .organization__title span span {
    margin: 0 !important;
  }
  .organization__title span span::before {
    background: transparent !important;
  }
}
@media (max-width: 600px) {
  .organization__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .organization__title > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
  }
  .organization__title > span span {
    margin: 0;
  }
  .organization__title > span span:nth-child(2) {
    margin-top: -5px;
  }
  .organization__title > span::before {
    background: transparent !important;
  }
}
.organization__subtitle {
  text-align: center;
  margin-top: 35px;
  max-width: 890px;
}
.organization__block {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1320px;
}
@media (max-width: 1300px) {
  .organization__block {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .organization__block {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
}
.organization__item {
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.02), 0 29px 29px 0 rgba(0, 0, 0, 0.02), 0 66px 40px 0 rgba(0, 0, 0, 0.01), 0 117px 47px 0 rgba(0, 0, 0, 0), 0 183px 51px 0 rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1300px) {
  .organization__item {
    padding: 30px;
    grid-template-columns: 70px 1fr;
  }
}
@media (max-width: 998px) {
  .organization__item {
    padding: 20px;
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .organization__item {
    padding: 32px 16px;
    border-radius: 12px;
  }
  .organization__item:nth-child(6) {
    z-index: 1;
  }
  .organization__item:nth-child(5) {
    z-index: 2;
  }
  .organization__item:nth-child(4) {
    z-index: 3;
  }
  .organization__item:nth-child(3) {
    z-index: 4;
  }
  .organization__item:nth-child(2) {
    z-index: 5;
  }
  .organization__item:nth-child(1) {
    z-index: 6;
  }
}
.organization__icon img {
  width: 100%;
}
.organization__text {
  font-weight: 450;
  font-size: 20px;
  line-height: 140%;
  color: #7c868d;
}
@media (max-width: 1300px) {
  .organization__text {
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  .organization__text {
    font-size: 16px;
  }
}
.organization__btn {
  margin-top: 70px;
}
@media (max-width: 600px) {
  .organization__btn {
    margin-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
  }
}

.garancy {
  background-image: url(../img/bgg-o.png);
  background-size: cover;
  margin-top: -20px;
}
.garancy__container {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  align-items: center;
  padding-top: 0;
}
@media (max-width: 1300px) {
  .garancy__container {
    grid-template-columns: 0.9fr 1fr;
  }
}
@media (max-width: 998px) {
  .garancy__container {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 800px;
  }
}
.garancy__subtitle {
  margin-top: 35px;
}
.garancy__btn {
  margin-top: 120px;
}
@media (max-width: 1500px) {
  .garancy__btn {
    margin-top: 100px;
  }
}
@media (max-width: 1300px) {
  .garancy__btn {
    margin-top: 70px;
  }
}
@media (max-width: 998px) {
  .garancy__btn {
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .garancy__btn {
    margin-top: 30px;
  }
}
.garancy__img {
  display: flex;
  width: 100%;
  position: relative;
  max-width: 931px;
  margin-left: auto;
}
@media (max-width: 998px) {
  .garancy__img {
    margin-top: 30px;
  }
}
.garancy__img img:nth-child(1) {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 998px) {
  .garancy__img img:nth-child(1) {
    width: 100%;
  }
}
.garancy__img img:nth-child(2) {
  position: absolute;
  bottom: -8%;
  left: -10%;
  width: 60%;
  z-index: 3;
}
.garancy__img img:nth-child(3) {
  position: absolute;
  top: -15%;
  right: -20%;
  width: 40%;
  z-index: 1;
}

.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__title {
  text-align: center;
}
.faq__subtitle {
  text-align: center;
  max-width: 640px;
  margin-top: 35px;
}
@media (max-width: 998px) {
  .faq__subtitle {
    margin-top: 25px;
  }
}
.faq__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1080px;
  margin-top: 70px;
}
@media (max-width: 700px) {
  .faq__block {
    gap: 8px;
    margin-top: 35px;
  }
}
.faq__item {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0px 40px;
}
@media (max-width: 700px) {
  .faq__item {
    padding: 0 24px;
    border-radius: 12px;
  }
}
.faq__quest {
  display: grid;
  grid-template-columns: 26px 1fr 18px;
  gap: 20px;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  cursor: pointer;
  padding: 35px 0;
}
@media (max-width: 1300px) {
  .faq__quest {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .faq__quest {
    padding: 24px 0;
    grid-template-columns: 1fr 16px;
  }
}
.faq__quest img {
  width: 100%;
}
@media (max-width: 700px) {
  .faq__quest img {
    display: none;
  }
}
.faq__quest div {
  width: 100%;
  height: 100%;
  position: relative;
}
.faq__quest div::before, .faq__quest div:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 3px;
  background: #232530;
  border-radius: 3px;
}
@media (max-width: 998px) {
  .faq__quest div::before, .faq__quest div:after {
    height: 2px;
  }
}
.faq__quest div:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__resp div {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
  color: #7c868d;
}
@media (max-width: 1300px) {
  .faq__resp div {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .faq__resp div {
    font-size: 16px;
  }
}

.predictable {
  background-image: url(../img/ttt-o.png);
  background-size: cover;
}
@media (max-width: 998px) {
  .predictable {
    display: none;
  }
}
.predictable__container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  padding-bottom: 0;
  padding-top: 40px;
}
@media (max-width: 998px) {
  .predictable__container {
    grid-template-columns: 1fr;
  }
}
.predictable__img {
  margin-top: auto;
  display: flex;
  justify-content: end;
}
.predictable__img img {
  width: 110%;
}
.predictable__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.predictable__subtitle {
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .predictable__subtitle {
    margin-top: 20px;
  }
}
.predictable__phone {
  margin-top: 40px;
  font-weight: 500;
  font-size: 40px;
  color: inherit;
}
@media (max-width: 1300px) {
  .predictable__phone {
    font-size: 30px;
    margin-top: 30px;
  }
}
.predictable__mail {
  font-size: 20px;
  color: inherit;
  margin-top: 10px;
}
.predictable__btn {
  margin-top: 30px;
}
.predictable__social {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.predictable__social div {
  display: flex;
  gap: 12px;
}
.predictable__social a {
  background: #75b611;
  padding: 25px 40px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  gap: 10px;
  display: flex;
  transition: 0.3s;
}
.predictable__social a:hover {
  opacity: 0.8;
}
.predictable__social a:nth-child(2) {
  background: #339dff;
}

.footer {
  background: #11171e;
  margin-top: -5px;
  overflow: visible;
}
@media (max-width: 998px) {
  .footer {
    margin-bottom: 90px;
  }
}
.footer__container {
  position: relative;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 85px;
}
@media (max-width: 998px) {
  .footer__container {
    padding-top: 64px;
    padding-bottom: 43px;
  }
}
.footer__container a:not(.footer__btn) {
  color: inherit;
}
.footer__container a:not(.footer__btn):hover {
  text-decoration: underline;
}
.footer__logo {
  position: absolute;
  top: 0;
  width: 204px;
  aspect-ratio: 1/1;
  transform: translate(0px, -50%);
  border-radius: 100%;
  background: #11171e;
  border: 8px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1500px) {
  .footer__logo {
    width: 180px;
    border: 6px solid #fff;
  }
}
@media (max-width: 998px) {
  .footer__logo {
    height: auto;
    border-radius: 0;
    border: none;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px auto;
    width: 165px;
    transform: translate(0);
    margin-bottom: 40px;
  }
}
.footer__logo img {
  width: 138px;
  max-width: 80%;
}
@media (max-width: 998px) {
  .footer__logo img {
    width: 165px;
    max-width: 100%;
  }
}
.footer__top {
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
}
@media (max-width: 998px) {
  .footer__top {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    gap: 0;
    padding-bottom: 46px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .footer__left {
    align-items: center;
  }
}
.footer__head {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  max-width: 570px;
}
.footer__subtitle {
  font-size: 18px;
  line-height: 1.5;
  max-width: 570px;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .footer__subtitle {
    font-size: 16px;
  }
}
.footer__phone {
  margin-top: 30px;
  font-weight: 500;
  font-size: 40px;
}
.footer__mail {
  font-size: 20px;
  margin-top: 20px;
}
.footer__btn {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .footer__btn {
    order: 5;
    margin-top: 27px;
  }
}
.footer__adress {
  padding-top: 30px;
  margin-top: auto;
  font-size: 18px;
}
@media (max-width: 998px) {
  .footer__adress {
    padding-top: 15px;
  }
}
.footer__right {
  font-size: 18px;
}
.footer__links {
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 998px) {
  .footer__links {
    display: none;
  }
}
.footer__social {
  display: flex;
  gap: 8px;
  margin-top: 80px;
}
@media (max-width: 998px) {
  .footer__social {
    justify-content: center;
    margin-top: 32px;
  }
}
.footer__social a {
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #75b611;
  transition: 0.3s;
}
.footer__social a:hover {
  transform: scale(1.1);
}
.footer__social a:nth-child(2) {
  background: #339dff;
}
.footer__social img {
  width: 16px;
}
.footer__bottom {
  padding-top: 50px;
  position: relative;
}
@media (max-width: 998px) {
  .footer__bottom {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.footer__bottom::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  border: 1px solid #fff;
  opacity: 0.2;
  width: 100vw;
}
.footer__text {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  row-gap: 10px;
  line-height: 1.5;
  margin-bottom: 100px;
}
@media (max-width: 998px) {
  .footer__text {
    margin-bottom: 45px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.footer__text a {
  color: inherit;
}
@media (max-width: 600px) {
  .footer__text a:nth-child(2) {
    order: 3;
    margin-top: 10px;
  }
}
.footer__img {
  width: 100%;
  transform: translate(0px, -20px);
}
.footer__img img {
  width: 100%;
}

.mob-fix {
  display: none;
}
@media (max-width: 998px) {
  .mob-fix {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 30;
    width: 100vw;
    left: 0;
    background: #11171e;
    border-radius: 8px 8px 0 0;
  }
}
.mob-fix__container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.mob-fix__left {
  display: flex;
  flex-direction: column;
  font-weight: 450;
  gap: 10px;
  color: #fff;
}
.mob-fix__left span {
  gap: 8px;
  display: flex;
  position: relative;
  align-items: center;
}
.mob-fix__left span::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #75b611;
  animation: pulse 2s infinite;
}
.mob-fix__left a {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.mob-fix__social {
  display: flex;
  gap: 8px;
}
.mob-fix__social a {
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #75b611;
  transition: 0.3s;
}
.mob-fix__social a:hover {
  transform: scale(1.1);
}
.mob-fix__social a:nth-child(2) {
  background: #339dff;
}
.mob-fix__social img {
  width: 16px;
}

.process {
  position: relative;
}
.process__container {
  padding-top: 0;
  padding-bottom: 0;
}
.process__image {
  aspect-ratio: 1920/1080;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.process__image img {
  width: 100%;
  top: -30px;
  position: relative;
}
.process__image > div {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
@media (max-width: 998px) {
  .process__image > div {
    bottom: 0;
    transform: translate(0px, 60%);
    top: auto;
  }
}
.process__body {
  z-index: 1;
  position: relative;
  margin-top: -40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .process__body {
    margin-top: 0;
  }
}
.process__body::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f7dd4f;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1500px) {
  .process__body::before {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 998px) {
  .process__body::before {
    border-radius: 0;
  }
}
.process__block {
  background: #1a1a1a;
  border-radius: 20px;
  color: #fff;
  padding: 100px;
  margin-top: -20%;
}
@media (max-width: 1500px) {
  .process__block {
    padding: 80px;
  }
}
@media (max-width: 1300px) {
  .process__block {
    padding: 40px;
  }
}
@media (max-width: 998px) {
  .process__block {
    margin-top: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0;
    position: relative;
    padding: 50px 50px;
  }
}
@media (max-width: 600px) {
  .process__block {
    padding: 50px 0px;
  }
}
.process__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.process__top img {
  width: 87px;
}
@media (max-width: 600px) {
  .process__top img {
    display: none;
  }
}
.process__title {
  max-width: 1000px;
}
@media (max-width: 600px) {
  .process__title {
    text-align: center;
  }
}
.process__title b {
  color: #f7dd4f;
}
.process__subtitle {
  font-weight: 450;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .process__subtitle {
    text-align: center;
    margin-top: 20px;
  }
}
.process__wp {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1500px) {
  .process__wp {
    gap: 80px;
  }
}
@media (max-width: 1300px) {
  .process__wp {
    gap: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 998px) {
  .process__wp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.process__wp._scr-item > div {
  transform: translate(-30px);
  opacity: 0;
  transition: 0.4s;
}
.process__wp._scr-item > div:nth-child(2) {
  transition-delay: 0.5s;
}
.process__wp._scr-item > div:nth-child(3) {
  transition-delay: 0.9s;
}
.process__wp._scr-item._active > div {
  transform: translate(0px);
  opacity: 1;
}
.process__item {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 998px) {
  .process__item {
    align-items: center;
    text-align: center;
  }
}
.process__icon {
  width: 80px;
}
@media (max-width: 1300px) {
  .process__icon {
    width: 56px;
  }
}
.process__icon img {
  width: 100%;
}
.process__head {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1500px) {
  .process__head {
    font-size: 28px;
  }
}
@media (max-width: 998px) {
  .process__head {
    font-size: 24px;
  }
  .process__head br {
    display: none;
  }
}
.process__txt {
  font-weight: 450;
  font-size: 20px;
  line-height: 1.5;
  color: #a4a7b4;
}
@media (max-width: 1500px) {
  .process__txt {
    font-size: 18px;
  }
}
.process__bottom {
  margin-top: 135px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 60px;
}
@media (max-width: 1300px) {
  .process__bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 998px) {
  .process__bottom {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }
}
.process__left {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .process__left {
    padding-bottom: 30px;
  }
}
@media (max-width: 998px) {
  .process__left {
    padding: 0 !important;
    align-items: center;
  }
}
.process__left h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .process__left h2 {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.process__left h2 span::before {
  opacity: 1;
  background: #fff !important;
}
.process__info {
  margin: auto 0;
  padding: 30px 0;
  font-weight: 450;
  font-size: 22px;
  line-height: 1.5;
  max-width: 423px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 998px) {
  .process__info {
    text-align: center;
    font-size: 18px;
  }
}
.process__phone {
  display: flex;
}
@media (max-width: 998px) {
  .process__phone {
    max-width: 500px;
    margin: 0px auto;
    width: 90%;
  }
}
.process__phone._active img {
  transform: translate(0);
  opacity: 1;
}
.process__phone img {
  transition: 0.6s;
  width: 100%;
  margin-top: auto;
  transform: translate(0px, 100px);
  opacity: 0;
  transform-origin: bottom;
}
.process__right {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 30px;
  gap: 30px;
}
@media (max-width: 1300px) {
  .process__right {
    display: none;
  }
}
.process__right p {
  font-weight: 450;
  font-size: 22px;
  line-height: 1.5;
}
.process__tpt {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 500px;
  padding: 22px 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: max-content;
}
@media (max-width: 1300px) {
  .process__tpt {
    margin-bottom: 28px;
  }
}
.process__tpt::before {
  position: relative;
  top: 0;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  content: "";
  border-radius: 100%;
  background: #75b611;
  animation: pulse 2s infinite;
}
.process__link {
  margin: auto 0;
  border-radius: 12px;
  padding: 27px 37px;
  max-width: max-content;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #12171d;
  background: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 600px) {
  .process__link {
    max-width: 100%;
    width: 100%;
    padding: 20px 10px;
  }
}
.process__link:hover {
  opacity: 0.7;
}

.popup__close {
  background-image: url(../img/close.svg);
  width: 24px;
  height: 24px;
}

.popup_popup .popup__close,
.popup-thanks .popup__close,
.popup_ipoteka .popup__close {
  transform: translate(100%, -100%);
}
@media (max-width: 998px) {
  .popup_popup .popup__close,
.popup-thanks .popup__close,
.popup_ipoteka .popup__close {
    transform: translate(0%, -100%);
  }
}

.popup-thanks {
  text-align: center;
}
@media (max-width: 600px) {
  .popup-thanks ._title {
    font-size: 30px !important;
  }
}

@media (max-width: 998px) {
  .popup_slider .popup__close {
    top: -10px;
  }
}
.popup_slider .popup__body {
  padding: 0;
  height: 100%;
  background: transparent;
  max-width: 900px;
  position: relative;
}
@media (max-width: 998px) {
  .popup_slider .popup__body {
    padding-bottom: 45px;
    padding-top: 19px;
  }
}
.popup_slider .popup__content {
  height: 100%;
}
.popup_slider .popup__slider {
  height: 100%;
}
.popup_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.popup_slider .popup__arrow-swiper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  background: #f7dd4f;
  border-radius: 12px;
  width: 55px;
  z-index: 2;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  transform-origin: left;
}
.popup_slider .popup__arrow-swiper:hover {
  scale: 1.1;
}
.popup_slider .popup__arrow-swiper_l img {
  transform: rotate(180deg);
}
.popup_slider .popup__arrow-swiper_r {
  right: 0;
  background: #f7dd4f;
  left: auto;
  transform-origin: right;
}
.popup_slider .popup__arrow-swiper img {
  width: 30px;
}
@media (max-width: 998px) {
  .popup_slider .popup__arrow-swiper {
    width: 40px;
    bottom: 0;
    top: auto;
    transform: translate(0);
    left: 35%;
    transform-origin: bottom;
  }
  .popup_slider .popup__arrow-swiper:hover {
    scale: 1;
  }
  .popup_slider .popup__arrow-swiper_r {
    right: 35%;
    left: auto;
  }
}

.form-send {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.form-send__wp {
  border-bottom: 1px solid #cbcbcb;
}
.form-send__wp input {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  padding-top: 17px;
  padding-bottom: 12px;
  background: transparent;
}
.form-send__wp input::placeholder {
  font-size: 24px;
  color: #888;
}
@media (max-width: 1300px) {
  .form-send__wp input {
    font-size: 20px;
  }
  .form-send__wp input::placeholder {
    font-size: 20px;
  }
}
.form-send__wp._v2 {
  border-bottom: none;
}
.form-send__wp._error {
  border-color: red;
}
.form-send__top {
  display: flex;
  justify-content: space-between;
}
.form-send__top span {
  color: #888;
}
.form-send__top span:nth-child(3) {
  display: none;
}
@media (max-width: 998px) {
  .form-send__top span:nth-child(2) {
    display: none;
  }
  .form-send__top span:nth-child(3) {
    display: block;
  }
}
.form-send__btn {
  max-width: 100%;
  width: 100%;
}
.form-send__check {
  margin-top: -10px;
}
.form-send__check._error label::before {
  border: 2px solid red;
}
.form-send__check input {
  display: none;
}
.form-send__check input:checked + label::before {
  background-image: url(../img/wrapper.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.form-send__check label {
  padding-left: 36px;
  position: relative;
  display: block;
  color: #888;
  line-height: 1.5;
}
@media (max-width: 998px) {
  .form-send__check label {
    font-size: 14px;
  }
}
.form-send__check label a {
  color: inherit;
  text-decoration: underline;
}
.form-send__check label::before {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 4px;
}
.form-send__radio {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 14px;
  margin-bottom: 20px;
}
.form-send__radio input {
  display: none;
}
.form-send__radio input:checked + label::before {
  background-image: url(../img/checkboxoutlined.svg);
  background-size: contain;
  border: none;
}
.form-send__radio label {
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.form-send__radio label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  border: 1.5px solid #919191;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1/1;
}

.popup__title {
  font-weight: 500;
}

.popup_ipoteka .popup__body {
  max-width: 960px;
}
.popup_ipoteka .popup__textt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  font-weight: 450;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1300px) {
  .popup_ipoteka .popup__textt {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .popup_ipoteka .popup__textt {
    font-size: 16px;
    gap: 30px;
  }
}
.popup_ipoteka .popup__textt h3 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .popup_ipoteka .popup__textt h3 {
    font-size: 22px;
  }
}
.popup_ipoteka .popup__textt > div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 600px) {
  .popup_ipoteka .popup__textt > div {
    gap: 15px;
  }
}
.popup_ipoteka .popup__textt > div div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 600px) {
  .popup_ipoteka .popup__textt > div div {
    gap: 10px;
  }
}
.popup_ipoteka ol {
  padding-left: 24px;
}
.popup_ipoteka ul li {
  position: relative;
  padding-left: 20px;
}
.popup_ipoteka ul li::before {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000;
}

.popup_video .popup__close {
  top: 10px;
  right: 10px;
}
.popup_video .popup__body {
  padding: 0;
  overflow: hidden;
  max-width: 400px;
  display: flex;
}
.popup_video .popup__body .remont__video {
  position: relative;
}
.popup_video .popup__body .popup__video {
  display: flex;
}
.popup_video .popup__body video {
  width: 100%;
}