/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.no-scroll {overflow: hidden;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
/* Reserved Class End*/

/* Style Default*/
a, button, .speed {-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

body {
  color: #0A0A0A;
  line-height: 1.3;
  font-weight: 500;
  font-size: 0.781vw;
  background: #FAFAFA;
  font-family: "Inter", sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* Btn */

.btn {
  color: #0A0A0A;
  overflow: hidden;
  font-weight: bold;
  max-width: 6.822vw;
  padding: 0 0.520vw;
  font-size: 0.520vw;
  position: relative;
  white-space: nowrap;
  border-radius: 0.208vw;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  width: 100%;height: 1.927vw;
  font-family: "Inter", sans-serif;
}

.btn svg,
.btn svg path {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.520vw;
  width: 1.25vw;height: 1.25vw;
}

.btn--animation span {
  text-align: center;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--animation span:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}

.btn--animation:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-85%);
      -ms-transform: translateY(-85%);
          transform: translateY(-85%);
}

.btn--animation:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn--primary {
  background: #FFD900;
}

.btn--primary:hover {
  color: #fff;
  background: #0A0A0A;
}

.btn--secondary {
  background: #E6E6E6;
}

.btn--secondary:hover {
  background: #D0D0D0;
}

.btn--tertiary {
  padding: 0;
  height: 1.25vw;
  max-width: initial;width: auto;
}

.btn--tertiary:hover {
  color: #5A5A5A;
}

.btn--tertiary:hover svg path {
  fill: #5A5A5A;
}

.btn--tertiary.btn--animation span:nth-child(2) {
  right: auto;
}

.btn--white {
  color: #fff;
}

.btn--white svg path {
  fill: #fff;
}

/* Title */

.title {
  position: relative;
}

.title--mb {
  margin-bottom: 2.864vw;
}

.title h1, .title__h1, h1 {
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.title h2, .title__h2, h2,
.title h3, .title__h3, h3 {
  line-height: 1;
  letter-spacing: -0.03em;
}

.title h4, .title__h4, h4 {
  line-height: 1.03;
}

.title__ani {
  overflow: hidden;
}

.title__ani--visible .title__row {
  opacity: 0;
  display: inline-block;
  -webkit-animation: title .8s ease-in-out;
          animation: title .8s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.title__ani:nth-child(1) .title__row {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.title__ani:nth-child(2) .title__row {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.title__ani:nth-child(3) .title__row {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes title {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, -0.1, 0, 1, 0, 120);
            transform: matrix(1, -0.1, 0, 1, 0, 120);
  }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes title {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, -0.1, 0, 1, 0, 120);
            transform: matrix(1, -0.1, 0, 1, 0, 120);
  }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/* Section-title */

.section-title {
  color: #5A5A5A;
  position: absolute;
  top: 0.416vw;left: 2.084vw;
}

/* Swiper arrow */

.swiper-button-arrow {
  top: 50%;
  z-index: 1;
  background: #fff;
  position: absolute;
  border-radius: 0.416vw;
  width: 2.5vw;height: 2.5vw;
  -webkit-box-shadow: 0px 0.208vw 0.625vw rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0.208vw 0.625vw rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-arrow:after {
  display: none;
}

.swiper-button-arrow:hover {
  background: #FFD900;
}

.swiper-button-arrow svg {
  width: 1.25vw;height: 1.25vw;
}

/* Swiper dots */

.swiper-pagination {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  border-radius: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #ADADAD;
  opacity: 1 !important;
  width: 20px;height: 4px;
  margin: 0 1px !important;
}

.swiper-pagination-bullet-active {
  background: #0A0A0A;
}

/* Form */

.form__name,
.form__error,
.form__field,
.form__field input,
.form__field textarea,
.nice-select {
  width: 100%;
  display: block;
}

.form__field {
  font-family: "Inter", sans-serif;
}

.form__name {
  color: #0A0A0A;
  font-weight: normal;
  margin-bottom: 0.415vw;
}

.form__name b {
  color: #FF1C1C;
  font-weight: inherit;
}

.form__name span {
  color: #5A5A5A;
}

.form__field input,
.form__field textarea,
.nice-select {
  background: #fff;
  font-size: 0.677vw;
  font-weight: normal;
  padding-left: 0.520vw;
  padding-right: 0.520vw;
  border-radius: 0.416vw;
  border: 1px solid #D8D8D8;
  font-family: "Inter", sans-serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form__field input:focus,
.form__field textarea:focus,
.nice-select:focus {
  border-color: #0A0A0A;
}

.form__field input,
.nice-select {
  height: 2.031vw;
  line-height: 2.031vw;
}

.form__field textarea {
  resize: none;
  height: 8.072vw;
  padding-top: 0.520vw;
  padding-bottom: 0.520vw;
}

.form__field--error input,
.form__field--error textarea,
.form__field--error .nice-select {
  border-color: #FF1C1C;
}

.form__error {
  color: #FF1C1C;
  font-weight: normal;
  margin-top: 0.104vw;
}

/* Select */

.nice-select {
  float: none;
}

.nice-select:after {
  border: 0;
  margin-top: 0;
  top: 50%;right: 0.520vw;
  width: 0.833vw;height: 0.833vw;
  background: url(../img/svg/i-arrow-select.svg) center/contain no-repeat;
  -webkit-transform-origin: initial;
      -ms-transform-origin: initial;
          transform-origin: initial;
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.nice-select .list {
  width: 100%;
}

.nice-select.open:after {
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.nice-select .current {
  color: #ADADAD;
}

.nice-select.has-value .current {
  color: #0A0A0A;
}

/* Check */

.check__item {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.check__item input {
  display: none;
}

.check__mark {
  overflow: hidden;
  position: relative;
  margin-right: 0.416vw;
  border-radius: 0.104vw;
  border: 0.104vw solid #5A5A5A;
  width: 0.937vw;height: 0.937vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.check__mark:before {
  opacity: 0;
  width: 100%;height: 100%;
  background: url(../img/svg/i-check.svg) center/contain no-repeat;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.check__text {
  color: #0A0A0A;
}

.check__text a {
  color: inherit;
}

.check__text a:hover {
  color: #5A5A5A;
}

.check__item input:checked + .check__mark {
  border-color: #FFD900;
}

.check__item input:checked + .check__mark:before {
  opacity: 1;
}

/* ------------ *Header ------------- */

.header {
  z-index: 31;
  position: fixed;
  pointer-events: none;
  top: 1.041vw;left: 0;right: 0;
}

.header__inner {
  background: #fff;
  position: relative;
  pointer-events: auto;
  border-radius: 0.416vw;
  padding: 0.625vw 1.041vw;
  -webkit-box-shadow: 0px 0.208vw 0.369vw rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.208vw 0.369vw rgba(0, 0, 0, 0.05);
}

.logo {
  width: 5.156vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.041vw;
}

/* Nav */

.nav__link {
  display: block;
  color: #0A0A0A;
  padding: 0.520vw;
  font-weight: 600;
  font-size: 0.677vw;
  border-radius: 0.416vw;
}

.nav__item:hover .nav__link,
.nav__link--active {
  background: #E6E6E6;
}

/* Subnav */

.subnav {
  opacity: 0;
  position: absolute;
  padding-top: 1.145vw;
  top: 2.552vw;left: 0;
  pointer-events: none;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.subnav__item {
  color: #0A0A0A;
  padding: 0.781vw;
  background: #fff;
  position: relative;
  border-radius: 0.416vw;
  width: 11.562vw;height: 6.875vw;
  -webkit-box-shadow: 0px 0.208vw 0.369vw rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.208vw 0.369vw rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subnav__item:not(:last-child) {
  margin-right: 0.520vw;
}

.subnav__icon {
  background: #E6E6E6;
  border-radius: 0.415vw;
  width: 2.083vw;height: 2.083vw;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.subnav__item .btn {
  opacity: 0;
  position: absolute;
  right: 0.520vw;bottom: 0.520vw;
  -webkit-transform: translateX(0.520vw);
      -ms-transform: translateX(0.520vw);
          transform: translateX(0.520vw);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.subnav__item .btn svg {
  margin-left: 0;
}

.subnav__item .btn svg path {
  fill: #0A0A0A;
}

.subnav__item:hover .subnav__icon {
  background: #FFD900;
}

.subnav__item:hover .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* Btn */

.nav__btns {
  margin-left: auto;
  max-width: 100%;width: 100%;
}

/* Show subnav */

.nav__item:hover .subnav {
  opacity: 1;
  pointer-events: auto;
}

/* Toggle */

.navbar-toggle {
  background: #E6E6E6;
  border-radius: 2.222vw;
  width: 11.111vw;height: 11.111vw;
}

.navbar-toggle span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #0A0A0A;
  width: 5vw;height: 0.555vw;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 1.388vw;
}

.navbar-toggle.active span:first-child {
  top: 2.222vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -1.7vw;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------- *Main --------------- */

.main {
  padding-top: 100vh;
}

/* ------------- *Hero --------------- */

.hero {
  color: #fff;
  z-index: -1;
  position: fixed;
  background: #000;
  /*min-height: 100vh;*/
  top: 0;left: 0;right: 0;
  padding: 6.770vw 0 3.385vw;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .container {
  z-index: 1;
}

.hero__text {
  margin-bottom: 2.083vw;
}

.hero__text p {
  max-width: 20.260vw;
}

.hero .title h1 b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.hero .title h1 b {
  margin: 0 1.2vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .title h1 b svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.6778vw;
  margin: 0 0.260vw;
}

.hero .row {
  margin-top: 1.562vw;
}

.hero__item {
  padding-top: 0.52vw;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.hero__video,
.hero__video:after {
  top: 0;left: 0;right: 0;bottom: 0;
}

.hero__video {
  position: absolute;
}

.hero__video:after {
  background: rgba(0, 0, 0, 0.5);
}

.hero__video video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;height: 100%;
}

/* ----------- *Services ------------- */

.services {
  background: #FAFAFA;
  padding: 9.375vw 0 5.885vw;
  border-radius: 0.833vw 0.833vw 0 0;
}

.services__item,
.services__icon,
.services__name,
.services__info,
.services__item .btn {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services__item {
  position: relative;
  min-height: 5.208vw;
  padding: 1.354vw 1.041vw;
  border-top: 1px solid #D8D8D8;
}

.services__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}

.services__icon {
  left: 1.041vw;
  background: #E6E6E6;
  border-radius: 0.416vw;
  width: 2.5vw;height: 2.5vw;
}

.services__icon i {
  width: 100%;height: 100%;
}

.services__name {
  line-height: 1.1;
  font-size: 1.25vw;
}

.services__info {
  right: 3.958vw;
  color: #5A5A5A;
  width: 19.270vw;
}

.services__item .btn {
  opacity: 0;
  right: 1.041vw;
}

.services__btn {
  margin-top: 1.562vw;
}

.services__btn .btn {
  max-width: 100%;
}

/* ----------- *Products ------------- */

.pin-spacer,
.products {
  background: #FAFAFA;
}

.products {
  padding: 8.385vw 0 2.604vw;
}

.products .title .btn {
  position: absolute;
  right: 0;bottom: 0;
}

.products__row {
  position: relative;
  margin-top: 2.084vw;
}

.products__row:before {
  height: 1px;
  top: 0;left: 0;
  background: #D8D8D8;
  width: calc(100% - 3px);
}

.products__item {
  width: 100%;
  display: block;
  position: relative;
}

.products__inner {
  color: #0A0A0A;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 2.083vw 1.562vw;
  border: 1px solid #D8D8D8;
  min-height: 25vw;height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__title {
  display: block;
  font-weight: bold;
  line-height: 1.03;
  font-size: 1.666vw;
}

.products__links,
.products__inner i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.products__links {
  display: block;
  margin-top: auto;
}

.products__links span {
  color: #5A5A5A;
  display: block;
}

.products__links span:not(:last-child) {
  margin-bottom: 0.572vw;
}

.products__inner i {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
  -webkit-transform: translateY(19.270vw);
      -ms-transform: translateY(19.270vw);
          transform: translateY(19.270vw);
}

.products__inner:hover {
  background: #FFD900;
}

.products__inner:hover .products__links {
  opacity: 0;
  pointer-events: none;
}

.products__inner:hover i {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ------------ *Company ------------- */

.company {
  z-index: 1;
  color: #fff;
  position: relative;
  background: #0A0A0A;
  padding-bottom: 5.052vw;
  border-bottom-left-radius: 0.833vw;
  border-bottom-right-radius: 0.833vw;
}

.company__bg {
  position: relative;
  width: 100vw;height: 63.333vw;
}

.company__bg:after {
  top: 0;left: 0;right: 0;bottom: 0;
  background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 27.66%, #0A0A0A 83.09%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.66%, rgba(10, 10, 10, 0)), color-stop(83.09%, #0A0A0A));
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 27.66%, #0A0A0A 83.09%);
}

.company .container {
  margin-top: -15.104vw;
}

.company .section-title {
  width: 50%;
  color: #fff;
  top: -2.343vw;left: auto;right: 0;
}

.company__row {
  position: relative;
}

.company__body {
  width: 50%;
  margin-left: 3.229vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.company__body .title {
  margin-bottom: 1.041vw;
  max-width: 31.927vw;width: 100%;
}

.company__body .title h4 {
  font-weight: normal;
}

.company__subtitle p {
  color: #5A5A5A;
  max-width: 20.208vw;width: 100%;
}

.company__btn {
  top: 0.260vw;
  position: relative;
}

.company__body .row {
  margin-top: 8.020vw;
}

.company__item > span:nth-child(1) {
  color: #FFD900;
  line-height: 1;
  font-weight: bold;
  font-size: 3.125vw;
  margin-bottom: 0.781vw;
  padding-bottom: 0.781vw;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #313131;
}

.company__item > span:nth-child(2) {
  line-height: 1.1;
  font-size: 1.25vw;
  margin-bottom: 0.781vw;
}

.company__item p {
  color: #5A5A5A;
}

.company__img {
  border: 1px solid #272727;
  width: calc(50% - 3.229vw);height: 26.041vw;
}

/* ------------- *Logos -------------- */

.logos {
  overflow: hidden;
  background: #FAFAFA;
  margin-top: -0.833vw;
  padding-top: 0.833vw;
}

.logos .container {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.logos__sl .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
}

.logos__item {
  padding: 1vw;
  border-left: 1px solid #D8D8D8;
  width: 10.416vw;height: 10.416vw;
}

.logos__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.logos .container:last-child {
  border-bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.logos .container:last-child .logos__item {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* ----------- *Projects ------------- */

.projects {
  background: #FAFAFA;
  padding-top: 10.885vw;
}

.projects__slider {
  position: relative;
  margin-top: 1.822vw;
}

.projects__item {
  color: #fff;
  display: block;
  overflow: hidden;
  height: 30.208vw;
}

.projects__img,
.projects__img:after {
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}

.projects__img:after {
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.projects__data {
  z-index: 1;
  width: 50%;
  min-height: 100%;
  margin-left: auto;
  position: relative;
  padding: 3.854vw 2.083vw 2.083vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects__info-item {
  font-size: 0.677vw;
}

.projects__info-item span:nth-child(1) {
  display: block;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.projects__info-item span:nth-child(2) {
  font-weight: 600;
  margin-top: 0.26vw;
}

.projects__data h4 {
  margin-top: auto;
}

.projects__item:hover .projects__img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.projects__slider .swiper-button-next--projects {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.projects__slider .swiper-button-prev--projects {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------------- *News --------------- */

.news {
  background: #FAFAFA;
  padding-top: 10.416vw;
}

.news__list {
  margin-top: 1.562vw;
}

.news__item {
  color: #0A0A0A;
  padding: 1.562vw 0;
  position: relative;
  border-top: 1px solid #D8D8D8;
}

.news__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}

.news__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.156vw;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.news__item figure,
.news__item figure img {
  display: block;
}

.news__item figure img {
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__date {
  color: #5A5A5A;
  width: 15.104vw;
}

.news__info {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__title,
.news__text {
  max-width: 31.25vw;width: 100%;
}

.news__title {
  line-height: 1.1;
  font-size: 1.25vw;
}

.news__text {
  color: #5A5A5A;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__item .btn {
  opacity: 0;
  position: absolute;
  top: 1.562vw;right: 0.520vw;
}

.news__item .btn svg {
  margin-left: 0;
}

/* ------------- *Footer ------------- */

.footer {
  background: #FAFAFA;
  padding-top: 3.177vw;
}

.footer__wrap {
  color: #fff;
  background: #0A0A0A;
  padding: 2.343vw 0 11.093vw;
  border-radius: 0.833vw 0.833vw 0px 0px;
}

.footer .container {
  position: relative;
}

.footer__logo {
  width: 9.218vw;
}

.footer__logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer__nav,
.footer__data {
  width: 50%;
  margin-left: auto;
}

.footer__nav li,
.footer__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__nav a {
  color: #fff;
  height: 1.25vw;
  font-weight: bold;
  font-size: 0.520vw;
  position: relative;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.footer__nav a span {
  height: inherit;
  font-weight: inherit;
}

.footer__nav a span:last-child {
  color: #5A5A5A; 
}

.footer__body {
  margin-top: 3.385vw;
  padding-top: 2.604vw;
  border-top: 1px solid #313131;
}

.footer__data-item {
  width: calc(50% - 0.781vw);
}

.footer__data-item:last-child {
  width: 100%;
}

.footer__data-item span {
  display: block;
  color: #5A5A5A;
}

.footer__data-item p {
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.03;
  margin-top: 0.520vw;
}

.footer__data-item p a {
  color: inherit;
}

.footer__data-item p a:hover {
  color: #FFD900;
}

.social__item {
  border-radius: 0.416vw;
  width: 2.5vw;height: 2.5vw;
  background: rgba(217, 217, 217, 0.1);
}

.social__item svg,
.social__item svg path {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.social__item:hover {
  background: #FFD900;
}

.social__item:hover svg path {
  fill: #0A0A0A;
}

.footer__info {
  font-weight: 600;
  font-size: 0.677vw;
}

.footer__info p {
  color: #5A5A5A;
  letter-spacing: -0.02em;
}

.footer__info p a {
  color: inherit;
}

.footer__info p a:hover {
  color: #FFD900;
}

/* Footer title */

.footer__title {
  opacity: 0.05;
  position: absolute;
  top: 100%;left: 2.083vw;
  -webkit-transform: translateY(6.25vw);
      -ms-transform: translateY(6.25vw);
          transform: translateY(6.25vw);
}

.footer__title,
.footer__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__title {
  font-size: 8.125vw;
}

.footer__title span {
  margin: 0 1.562vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__title span svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.260vw;
  width: 5.6778vw;height: 5.989vw;
}

/* ------------- *Modal -------------- */

.modal {
  z-index: 99;
  display: none;
  position: fixed;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  top: 0;left: 0;right: 0;bottom: 0;
}

.fullScreen {
  min-height: 100%;
  padding: 1.302vw 1.041vw 1.041vw;
}

.modal__box,
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__box {
  width: 24.687vw;
  padding: 1.302vw;
  background: #fff;
  position: relative;
  border-radius: 0.416vw;
}

.modal__close {
  z-index: 1;
  position: absolute;
  top: 1.62vw;right: 0.781vw;
  width: 1.25vw;height: 1.25vw;
}

.modal__close svg {
  width: 100%;height: 100%;
}

.modal__close svg,
.modal__close svg path {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.modal__close:hover svg path {
  fill: #0A0A0A;
}

.modal .title {
  margin-right: 2vw;
  margin-bottom: 1.302vw;
}

.modal__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.modal__form .check {
  margin-bottom: 2vw;
  margin-top: 0.260vw;
}

.modal__form .btn {
  max-width: 100%;
  margin-top: auto;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.check__mark:before,
.hero__video:after,
.products__row:before,
.company__bg:after,
.projects__img:after {
  content: " ";
  position: absolute;
}