@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-Black.woff);
  /* url of the font */
  font-weight: 900;
}
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-Bold.woff);
  /* url of the font */
  font-weight: 700;
}
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-ExtraBold.woff);
  /* url of the font */
  font-weight: 800;
}
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-Medium.woff);
  /* url of the font */
  font-weight: 500;
}
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-Regular.woff);
  /* url of the font */
  font-weight: 400;
}
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-Light.woff);
  /* url of the font */
  font-weight: 300;
}
@font-face {
  font-family: "Avenir Next World";
  /* set name */
  src: url(../fonts/Avenir-UltraLight.woff);
  /* url of the font */
  font-weight: 200;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

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

body {
  line-height: 1;
  font-family: "Avenir Next World";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Avenir Next World";
  font-size: inherit;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  background: #000;
  color: #fff;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 100px 50px;
}
@media (max-width: 1500px) {
  ._container {
    max-width: 1300px;
  }
}
@media (max-width: 998px) {
  ._container {
    padding: 80px 60px;
  }
}
@media (max-width: 600px) {
  ._container {
    padding: 40px 20px;
  }
}

.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: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.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;
  width: 100%;
  z-index: 10;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.header._scroll {
  background: #000;
}
.header._scroll .header__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header__container {
  transition: 0.3s;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.header__container a {
  transition: 0.3s;
  color: inherit;
}
.header__container a:hover {
  color: #ffecad;
}
.header__logo {
  width: 180px;
  position: relative;
  z-index: 2;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  font-weight: 300;
  display: flex;
  gap: 32px;
}
@media (max-width: 998px) {
  .header__menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 115px 60px;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: end;
    backdrop-filter: blur(2px);
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.6) 67.82%, rgba(0, 0, 0, 0) 100%);
    transform: translate(0px, -100%);
    transition: 0.5s;
  }
  .header__menu._active {
    transform: translate(0px);
  }
}
@media (max-width: 600px) {
  .header__menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 998px) {
  .header__burger {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 5;
  }
  .header__burger span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .header__burger span:first-child {
    top: 0px;
  }
  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }
  .header__burger._active span {
    transform: scale(0);
  }
  .header__burger._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .header__burger._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.page {
  flex: 1 1 auto;
}

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

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

._title {
  font-size: 44px;
  color: #c6c5c5;
  padding-bottom: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  max-width: max-content;
}
@media (max-width: 600px) {
  ._title {
    font-size: 28px;
  }
}
._title._active::before {
  transform: scale(1) translate(0px, 30%);
}
._title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30px;
  background-size: 100% 100%;
  background-image: url(../img/lineb.png);
  transform: scale(0, 1) translate(0px, 30%);
  transition: 0.7s;
}

._btn {
  backdrop-filter: blur(8px);
  background: #2a160d;
  font-weight: 300;
  color: #fff;
  padding: 16px 32px;
  display: flex;
  max-width: max-content;
  position: relative;
  transition: 0.3s;
}
._btn:hover {
  background: #ffecad;
  color: #000;
}
._btn:hover::before {
  opacity: 0;
}
._btn::before {
  position: absolute;
  top: 0;
  transition: 0.3s;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

._bg {
  background-image: url(../img/Background.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
._bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, #000 0%, #00000000 16%, #00000000 84%, #000 100%);
}

.hero {
  position: relative;
  z-index: 1;
}
.hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.hero__container {
  padding-top: 136px;
  min-height: 100vh;
}
.hero__content {
  max-width: 575px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hero__title {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.8s 0.4s ease-out;
}
.hero__title::before {
  display: none;
}
.hero._active .hero__title {
  opacity: 1;
  transform: translate(0px, 0px);
}
.hero__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.8s 1s ease-out;
}
@media (max-width: 600px) {
  .hero__subtitle {
    font-size: 14px;
  }
}
.hero._active .hero__subtitle {
  opacity: 1;
  transform: translate(0px, 0px);
}
.hero__btn {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.6s 1.6s ease-out;
}
.hero__btn div {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.01);
  border: 0.5px solid #fff;
  padding: 16px 32px;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.hero__btn div:hover {
  color: #000;
  background: #fff;
}
.hero._active .hero__btn {
  opacity: 1;
  transform: translate(0px, 0px);
}

.competentions__container {
  display: grid;
  grid-template-columns: 1fr 440px;
  padding-top: 0;
  padding-bottom: 0;
  gap: 40px;
}
@media (max-width: 998px) {
  .competentions__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 80px;
  }
}
.competentions__content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 550px;
}
@media (max-width: 998px) {
  .competentions__content {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.competentions__subtitle {
  font-weight: 300;
  line-height: 160%;
  font-size: 20px;
}
@media (max-width: 600px) {
  .competentions__subtitle {
    font-size: 16px;
  }
}
.competentions__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
}
@media (max-width: 500px) {
  .competentions__list {
    font-size: 16px;
  }
}
.competentions__list li {
  padding-left: 24px;
  position: relative;
}
.competentions__list li::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  border-radius: 100%;
  background: #d9d9d9;
  width: 8px;
  height: 8px;
}
.competentions__img {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .competentions__img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .competentions__img {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.competentions__img._active img {
  opacity: 1;
  transform: translate(0);
}
.competentions__img img {
  width: 100%;
  aspect-ratio: 440/240;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: 0.4s;
  transform: scale(0.2);
}
.competentions__img img:nth-child(2) {
  transition-delay: 0.3s;
}
.competentions__img img:nth-child(3) {
  transition-delay: 0.6s;
}
.competentions__img img:nth-child(4) {
  transition-delay: 0.9s;
}
@media (max-width: 998px) {
  .competentions__img img {
    aspect-ratio: 278/320;
  }
}
@media (max-width: 600px) {
  .competentions__img img {
    aspect-ratio: 400/200;
    width: 100vw;
  }
}

.projects__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 998px) {
  .projects__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .projects__block {
    grid-template-columns: 1fr;
  }
}
.projects__block._active .projects__item {
  animation: projectsItem 0.7s forwards;
}
.projects__block._active .projects__item:nth-child(2) {
  animation-delay: 0.15s;
}
.projects__block._active .projects__item:nth-child(3) {
  animation-delay: 0.3s;
}
.projects__block._active .projects__item:nth-child(4) {
  animation-delay: 0.45s;
}
.projects__block._active .projects__item:nth-child(5) {
  animation-delay: 0.6s;
}
.projects__block._active .projects__item:nth-child(6) {
  animation-delay: 0.75s;
}
@keyframes projectsItem {
  50% {
    transform: translate(0px, -10%);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.projects__item {
  transform: translate(0px, 30px);
  opacity: 0;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  z-index: 1;
  padding: 24px;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 12px;
}
@media (max-width: 500px) {
  .projects__item {
    min-height: 260px;
  }
}
.projects__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.projects:not(.production) .projects__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  opacity: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, #0000001c 0%, #000000a8 50%);
}
.projects:not(.production) .projects__img:hover::after {
  opacity: 1;
}
.projects__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.projects__name {
  line-height: 1.2;
  font-size: 24px;
}
.projects__category {
  align-items: center;
  display: flex;
  gap: 20px;
  font-weight: 300;
}

.approach__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .approach__container {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .approach__container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .approach__container {
    padding-right: 20px;
  }
}
.approach__content {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .approach__content {
    max-width: 420px;
    padding-top: 80px;
  }
}
@media (max-width: 500px) {
  .approach__content {
    padding-top: 40px;
  }
}
.approach__text {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 500px) {
  .approach__text {
    font-size: 16px;
  }
}
.approach__img {
  width: 100%;
}
@media (max-width: 1100px) {
  .approach__img {
    max-width: 714px;
    margin-left: auto;
    margin-top: -130px;
  }
}
@media (max-width: 600px) {
  .approach__img {
    margin-top: -20px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}
.approach__img img {
  width: 100%;
}

.quality__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1500px) {
  .quality__container {
    grid-template-columns: 380px 2fr;
  }
}
@media (max-width: 998px) {
  .quality__container {
    grid-template-columns: 1fr;
    gap: 140px;
  }
}
@media (max-width: 500px) {
  .quality__container {
    gap: 100px;
  }
}
.quality__text {
  margin-top: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 600px) {
  .quality__text {
    font-size: 16px;
  }
}
.quality__bottom {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 998px) {
  .quality__bottom {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .quality__bottom {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.quality__bottom ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quality__bottom ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
}
.quality__bottom ul li img {
  width: 100%;
}
.quality__bottom ul:nth-child(2) li {
  grid-template-columns: 16px 1fr;
}
.quality__img {
  transform: translate(100%);
  opacity: 0;
  transition: 0.7s;
}
.quality__img._active {
  transform: translate(0);
  opacity: 1;
}
.quality__img img {
  width: 100%;
}

.production .projects__img img:nth-child(2), .production .projects__img img:nth-child(3) {
  opacity: 0;
}
.production .projects__item._active .projects__img img:nth-child(2) {
  opacity: 1;
}
.production .projects__img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: 0.3s;
}
.production .projects__item._no-active .projects__img::before {
  opacity: 0.6;
}

.light__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding-top: 126px;
  padding-bottom: 126px;
}
@media (max-width: 998px) {
  .light__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.light__container._active .light__title,
.light__container._active .light__subtitle {
  opacity: 1;
  transform: translate(0);
}
.light__title {
  padding-bottom: 0;
  opacity: 0;
  transform: translate(0px, 30px);
  transition: 1s;
}
.light__title::before {
  display: none;
}
.light__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  max-width: 640px;
  opacity: 0;
  transform: translate(0px, 30px);
  transition: 1s;
  transition-delay: 0.8s;
}
@media (max-width: 600px) {
  .light__subtitle {
    font-size: 16px;
  }
}

.why__container {
  position: relative;
  min-height: 780px;
}
@media (max-width: 1500px) {
  .why__container {
    position: static;
  }
}
@media (max-width: 1100px) {
  .why__container {
    padding-bottom: 0;
  }
}
.why.competention .why__container {
  min-height: 720px;
}
.why__content {
  max-width: 800px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 998px) {
  .why__content {
    gap: 40px;
  }
}
.why.competention .why__content {
  max-width: 520px;
  gap: 40px;
}
.why__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 500px) {
  .why__text {
    font-size: 16px;
  }
}
.why__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 700px) {
  .why__block {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.why__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
}
@media (max-width: 500px) {
  .why__item {
    grid-template-columns: 60px 1fr;
  }
}
.why__item h3 {
  font-size: 20px;
}
@media (max-width: 500px) {
  .why__item h3 {
    font-size: 16px;
  }
}
.why__item p {
  margin-top: 12px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 500px) {
  .why__item p {
    font-size: 14px;
  }
}
.why__item img {
  width: 100%;
}
.why__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
}
@media (max-width: 500px) {
  .why__list {
    font-size: 16px;
  }
}
.why__list li {
  padding-left: 24px;
  position: relative;
}
.why__list li::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  border-radius: 100%;
  background: #d9d9d9;
  width: 8px;
  height: 8px;
}
.why__image {
  position: absolute;
  width: 800px;
  right: 50px;
  top: 0;
}
@media (max-width: 1500px) {
  .why__image {
    right: 0px;
  }
}
@media (max-width: 1100px) {
  .why__image {
    position: relative;
    margin-left: auto;
    max-width: 800px;
    width: 100%;
    margin-top: -200px;
  }
}
@media (max-width: 700px) {
  .why__image {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.why__image img {
  width: 100%;
  aspect-ratio: 800/786;
  object-fit: contain;
}
@media (max-width: 500px) {
  .why__image img {
    width: 100vw;
  }
}
.why.competention .why__image {
  aspect-ratio: 800/720;
}
@media (max-width: 1500px) {
  .why.competention .why__image {
    right: 80px;
  }
}
@media (max-width: 1100px) {
  .why.competention .why__image {
    max-width: 714px;
    right: -60px;
    margin-top: -150px;
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  .why.competention .why__image {
    right: 0;
    margin-top: -50px;
  }
  .why.competention .why__image img {
    max-width: 100vw;
    flex: 0 0 100vw;
  }
}

.how-works__block {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .how-works__block {
    gap: 24px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
}
.how-works__block._active .how-works__right img {
  transform: translate(0);
  opacity: 1;
}
.how-works__item {
  position: relative;
  display: grid;
  min-height: 260px;
  align-items: center;
}
.how-works__item:nth-child(2) .how-works__right img {
  transition-delay: 0.3s;
}
.how-works__item:nth-child(3) .how-works__right img {
  transition-delay: 0.6s;
}
.how-works__item:nth-child(4) .how-works__right img {
  transition-delay: 0.9s;
}
.how-works__item:nth-child(5) .how-works__right img {
  transition-delay: 1.2s;
}
@media (max-width: 998px) {
  .how-works__item {
    min-height: 200px;
  }
}
@media (max-width: 600px) {
  .how-works__item {
    display: flex;
    flex-direction: column;
  }
}
.how-works__left {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  max-width: 500px;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .how-works__left {
    grid-template-columns: 80px 1fr;
  }
}
.how-works__left img {
  width: 100%;
}
.how-works__wp h3 {
  font-size: 24px;
}
@media (max-width: 500px) {
  .how-works__wp h3 {
    font-size: 20px;
  }
}
.how-works__wp p {
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .how-works__wp p {
    margin-top: 15px;
  }
}
.how-works__right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 800px;
  width: 100%;
  height: 100%;
}
@media (max-width: 998px) {
  .how-works__right {
    max-width: 360px;
  }
}
@media (max-width: 600px) {
  .how-works__right {
    position: relative;
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }
}
.how-works__right img {
  transform: translate(50%);
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 40.43%, black 59.97%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 40.43%, black 59.97%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 600px) {
  .how-works__right img {
    aspect-ratio: 360/160;
    -webkit-mask-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, black 23.88%, black 75.55%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, black 23.88%, black 75.55%, rgba(0, 0, 0, 0) 100%);
  }
}

.advantages__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1100px) {
  .advantages__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .advantages__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.advantages__container._active .advantages__item img {
  opacity: 1;
  transform: translate(0);
}
.advantages__item {
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.advantages__item:nth-child(2) img {
  transition-delay: 0.3s;
}
.advantages__item:nth-child(3) img {
  transition-delay: 0.6s;
}
.advantages__item img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s;
  transform: scale(0.4);
}
@media (max-width: 600px) {
  .advantages__item {
    gap: 12px;
    font-size: 20px;
  }
  .advantages__item img {
    height: 260px;
    object-position: top;
  }
}

.contacts__container {
  position: relative;
}
.contacts__content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.contacts__title {
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .contacts__title {
    margin-bottom: 8px;
  }
}
.contacts__subtitle {
  font-size: 20px;
}
@media (max-width: 600px) {
  .contacts__subtitle {
    font-size: 16px;
  }
}
.contacts__text {
  line-height: 160%;
}
@media (max-width: 600px) {
  .contacts__text {
    font-size: 14px;
  }
}
.contacts__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts__links a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  color: inherit;
  max-width: max-content;
}
.contacts__links a:hover {
  color: #ffecad;
}
.contacts__links a img {
  width: 100%;
}
.contacts__img {
  position: absolute;
  top: 0;
  right: 50px;
  height: 100%;
  width: 1000px;
}
@media (max-width: 1500px) {
  .contacts__img {
    right: 0;
  }
}
@media (max-width: 1100px) {
  .contacts__img {
    position: relative;
    width: 100%;
    right: -60px;
  }
  .contacts__img img {
    margin-top: -10%;
  }
}
@media (max-width: 600px) {
  .contacts__img {
    display: flex;
    justify-content: center;
    right: 0;
    margin-top: 40px;
  }
  .contacts__img img {
    margin-top: 0;
    width: 100vw !important;
  }
}
.contacts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__container {
  padding-bottom: 20px;
  padding-top: 80px;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #ffecad;
}
.footer__wp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__left img {
  width: 180px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .footer__center {
    width: 100%;
    margin-top: 60px;
  }
}
.footer__center h3 {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 998px) {
  .footer__center h3 {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .footer__center h3 {
    text-align: left;
  }
}
.footer__center ul {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 60px;
  margin-top: 40px;
  row-gap: 24px;
}
@media (max-width: 998px) {
  .footer__center ul {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .footer__center ul {
    text-align: left;
  }
}
.footer__right {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 998px) {
  .footer__right {
    max-width: 100%;
    margin-top: 60px;
  }
}
.footer__right h3 {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 998px) {
  .footer__right h3 {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .footer__right h3 {
    text-align: left;
  }
}
.footer__right form {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr max-content;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}
.footer__right form input {
  padding: 14px 19px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}
.footer__right form input._error {
  border: 1px solid red;
}
.footer__right form button {
  backdrop-filter: blur(8px);
  background: #2a160d;
  color: #fff;
  padding: 20px;
  display: flex;
  max-width: max-content;
  position: relative;
  transition: 0.3s;
}
.footer__right form button img {
  width: 16px;
}
.footer__right form button:hover {
  background: #ffecad;
  color: #000;
}
.footer__right form button:hover::before {
  opacity: 0;
}
.footer__right form button::before {
  position: absolute;
  top: 0;
  transition: 0.3s;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/Ellipse2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer__last {
  margin-top: 40px;
  padding-top: 20px;
  color: #c6c5c5;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.popup::before {
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.4);
}
.popup__close {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/Menu/Close_LG.svg);
  top: 20px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup__body {
  width: calc(100vw - 100px);
  max-width: 730px;
  background: #000;
  padding: 60px;
}
@media (max-width: 600px) {
  .popup__body {
    width: calc(100vw - 40px);
    padding: 20px;
  }
}
.popup__title {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 800px) {
  .popup__title br {
    display: none;
  }
}
.popup__form {
  display: flex;
  margin-top: 40px;
  gap: 12px;
  flex-direction: column;
}
.popup__form input {
  width: 100%;
  padding: 19px;
  font-size: 16px;
  border: 1px solid transparent;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  color: #c6c5c5;
}
.popup__form input._error {
  border: 1px solid red;
}
.popup__form input._error + label::before {
  border: 1px solid red !important;
}
.popup__form input::placeholder {
  color: #c6c5c5;
  font-size: 16px;
}
.popup__form input[type=checkbox] {
  display: none;
}
.popup__form input[type=checkbox]:checked + label::before {
  background-image: url(../img/Interface/Check_Big.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.popup__form input[type=checkbox] + label {
  margin: 28px 0;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  color: #c6c5c5;
  font-size: 14px;
}
.popup__form input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.popup__form button {
  padding: 16px 60px;
}