.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}

.d-block {
  display: block !important;
}

.d-none {
  display: block !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.w-100 {
  width: 100%;
}

.link-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nice-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.25s ease-out, color 0.2s;
}
.nice-link:hover {
  background-size: 100% 1px;
}
.nice-link--active {
  background-size: 100% 1px;
}
.nice-link--active:hover {
  background-size: 0 1px;
}

.edge-area {
  width: 10%;
  max-width: 70px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  pointer-events: none;
}
.edge-area.active {
  display: block;
}
.edge-area--l {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.edge-area--r {
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  left: auto;
  right: 0;
}

.image-box {
  position: relative;
}
.image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --side-padding: 12rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: clamp(7px, 0.7vw, 10px);
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  min-width: 320px;
  background: #fff;
  font-family: "Arial", sans-serif;
  color: #000;
}

img {
  max-width: 100%;
}

img[data-src] {
  visibility: hidden;
}

a,
button {
  transition: all 0.2s;
}

a {
  text-decoration: none;
  color: currentColor;
}

.btn-burger {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 1rem;
  line-height: 0;
}
.btn-burger span {
  display: inline-block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-burger i {
  transition: all 0.2s;
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
}
.btn-burger i:nth-child(1) {
  transform: translateY(-0.7rem);
}
.btn-burger i:nth-child(3) {
  transform: translateY(0.7rem);
}
.btn-burger.active i:nth-child(1) {
  transform: rotate(45deg);
}
.btn-burger.active i:nth-child(2) {
  opacity: 0;
}
.btn-burger.active i:nth-child(3) {
  transform: rotate(-45deg);
}

.btn-black {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  min-width: 12.5em;
  background: linear-gradient(90deg, #778899, transparent) #434343;
  background-size: 100% 100%;
  padding: 0 1.5em;
  padding-bottom: 0.9em;
  padding-top: 0.7em;
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.085em;
  color: #ffffff;
}
.btn-black:hover {
  background: #f37335;
}

.btn-arrow {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  padding: 0.2rem 0.9rem;
  border: 2px solid #f37335;
  align-items: center;
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #f37335;
}
.btn-arrow .icon {
  margin-left: 0.7142857143em;
  width: 1em;
  height: 1em;
  font-size: 0.875em;
  fill: #f37335;
}

@media (max-width: 999.98px) {
  .btn-black {
    font-size: 1.5rem;
  }
}
.page__wrapper {
  overflow: hidden;
}
.page__locked {
  overflow: hidden;
}
.page__center, .header__center {
  padding: 0 var(--side-padding);
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
}
.page__h1 {
  margin-bottom: 0.9047619048em;
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1.2380952381;
  color: #c3c3c3;
}
.page__angle {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 11.5rem;
  background: url(../img/angle.svg) no-repeat 50% 100%/auto 100%;
}
.page__angle--top {
  transform: scaleY(-1);
  top: -1px;
  bottom: auto;
}
.page__wing {
  height: 25rem;
  background: #fff;
  position: absolute;
  width: 200rem;
}
.page__wing--b-right {
  top: 100%;
  left: 50%;
  transform: skew(0deg, -9deg);
  transform-origin: 0 0;
}
.page__wing--b-left {
  top: 100%;
  right: 50%;
  transform: skew(0deg, 9deg);
  transform-origin: 100% 0;
}
.page__wing--t-right {
  bottom: 100%;
  left: 50%;
  transform: skew(0deg, 9deg);
  transform-origin: 0 0;
}
.page__wing--t-left {
  bottom: 100%;
  right: 50%;
  transform: skew(0deg, -9deg);
  transform-origin: 100% 0;
}

@media (max-width: 999.98px) {
  .page__center, .header__center {
    max-width: 600px;
  }
  .page__h1 {
    margin-bottom: 0.6666666667em;
    font-size: 3rem;
  }
  .page__wing--b-right, .page__wing--t-left {
    transform: skew(0deg, -7deg);
  }
  .page__wing--b-left, .page__wing--t-right {
    transform: skew(0deg, 7deg);
  }
}
.goods {
  position: relative;
  z-index: 10;
  padding-bottom: 13.8rem;
  padding-top: 2.5rem;
}
.goods__row {
  display: flex;
  align-items: center;
}
.goods__left, .goods__right {
  flex: 0 0 auto;
  width: 50%;
}
.goods__left {
  padding-right: 3rem;
}
.goods__right {
  padding-left: 2.3rem;
}
.goods__image {
  margin-left: -11.3rem;
}
.goods__desc {
  padding-top: 1.6rem;
}

@media (max-width: 999.98px) {
  .goods {
    padding-top: 2.8rem;
    padding-bottom: 4rem;
  }
  .goods__row {
    flex-wrap: wrap;
  }
  .goods__left, .goods__right {
    width: 100%;
    padding: 0;
  }
  .goods__left {
    order: 2;
  }
  .goods__right {
    order: 1;
    padding-left: 2rem;
  }
  .goods__image {
    margin: 0;
  }
}
@media (max-width: 499.98px) {
  .goods__image {
    margin-left: -14vw;
    margin-right: -6vw;
  }
}
.contacts {
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 12.6rem;
  padding-bottom: 15.3rem;
}
.contacts__desc {
  margin-top: 4.9rem;
  font-size: 2.5rem;
  line-height: 1.52;
  text-align: center;
}

@media (max-width: 999.98px) {
  .contacts {
    padding: 5rem 0;
  }
  .contacts__desc {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.finance {
  position: relative;
  background: linear-gradient(90deg, #778899 0%, #434343 100%);
  padding-bottom: 18rem;
  padding-top: 10.5rem;
}
.finance__table {
  max-width: 76rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
.finance__table table {
  width: 100%;
}
.finance__table tr:last-child td {
  border-bottom: 0;
}
.finance__table td {
  vertical-align: middle;
  padding: 3rem 3rem 3rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 2rem;
  line-height: 1.15;
  color: #ffffff;
}
.finance__table td:nth-child(1) {
  width: 35%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  text-transform: uppercase;
}

@media (max-width: 999.98px) {
  .finance {
    padding-bottom: 8rem;
    padding-top: 4.5rem;
  }
  .finance__table {
    display: block;
    margin: 0;
  }
  .finance__table tr {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 3rem 1rem;
  }
  .finance__table tr:last-child {
    border-bottom: 0;
  }
  .finance__table td {
    display: block;
    font-size: 1.8rem;
    padding: 0;
    border-bottom: 0;
  }
  .finance__table td:nth-child(1) {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    width: 100%;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding-top: 13.1rem;
  padding-bottom: 5.7rem;
  background: linear-gradient(90deg, #778899 0%, #434343 100%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 999.98px) {
  .footer {
    padding-top: 4.5rem;
    padding-bottom: 3.2rem;
    font-size: 1.5rem;
  }
}
.header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  background: linear-gradient(90deg, #778899 0%, #434343 100%);
}
.header__center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.6rem;
}
.header__buffer {
  height: 7.6rem;
}
.header__btn-burger {
  display: none;
  position: relative;
  z-index: 2000;
}

@media (max-width: 999.98px) {
  .header {
    background: #1a1b1f;
  }
  .header__center {
    padding: 0 2rem;
    max-width: none;
    height: 4.8rem;
  }
  .header__buffer {
    height: 4.8rem;
  }
  .header__btn-burger {
    display: block;
    margin-left: auto;
    margin-right: -1rem;
  }
}
.nav-top ul {
  display: flex;
}
.nav-top li {
  margin: 0 6rem;
}
.nav-top a {
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
}
.nav-top a.active, .nav-top a:hover {
  color: #c3c3c3;
}

@media (max-width: 999.98px) {
  .nav-top {
    display: none;
  }
}
.nav-mobile {
  transition: all 0.2s;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #1a1b1f;
  max-width: 35rem;
  min-width: 320px;
  transform: translateX(100%);
}
.nav-mobile__window {
  overflow: auto;
  height: 100%;
  padding: 6.5rem 2.4rem;
}
.nav-mobile__links li {
  margin: 1.6rem 0;
}
.nav-mobile__links li:first-child {
  margin-top: 0;
}
.nav-mobile__links li:last-child {
  margin-bottom: 0;
}
.nav-mobile__links li a {
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #ffffff;
}
.nav-mobile__links li a.active, .nav-mobile__links li a:hover {
  color: #c3c3c3;
}
.nav-mobile__btn-arrow {
  margin-top: 3.2rem;
}

@media (max-width: 999.98px) {
  .nav-mobile.active {
    transform: translateX(0);
  }
}
.about {
  position: relative;
  background: linear-gradient(90deg, #778899 0%, #434343 100%);
  padding-top: 6.8rem;
  padding-bottom: 14rem;
}
.about__row {
  display: flex;
  align-items: center;
}
.about__left, .about__right {
  flex: 0 0 auto;
  width: 50%;
}
.about__right {
  padding-left: 4.2rem;
}
.about__image {
  margin-right: -1.8rem;
}

@media (max-width: 999.98px) {
  .about {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
  .about__row {
    display: block;
  }
  .about__left, .about__right {
    width: 100%;
    padding: 0;
  }
  .about__right {
    margin-top: 3rem;
  }
  .about__image {
    margin: 0;
  }
  .about__h1 {
    text-align: center;
    color: #fff;
  }
  .about__desc {
    text-align: center;
  }
}
.article {
  font-size: 2rem;
  line-height: 1.4;
}
.article ul {
  list-style: outside disc;
  padding-left: 3rem;
}
.article ul li {
  margin: 1.15em 0;
}
.article ul li:first-child {
  margin-top: 0;
}
.article ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 999.98px) {
  .article {
    font-size: 1.5rem;
  }
  .article ul {
    padding-left: 0;
  }
}
.promo {
  position: relative;
  padding-bottom: 20rem;
  padding-top: 22rem;
  text-align: center;
}
.promo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/promo/2.jpg) no-repeat 100% 100%/auto 100%;
}
.promo__body {
  position: relative;
}
.promo__logo {
  position: relative;
  width: 54.6rem;
  display: block;
  margin: 0 auto;
}
.promo__logo:before {
  content: " ";
  padding-top: 20.7106227106%;
  display: block;
}
.promo__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__desc {
  margin-top: 12rem;
}

@media (max-width: 999.98px) {
  .promo {
    padding-top: 18.5rem;
    padding-bottom: 24.3rem;
  }
  .promo__image {
    transform: translateX(11rem);
    background-size: auto 95%;
  }
  .promo__logo {
    max-width: 26rem;
  }
  .promo__desc {
    margin-top: 2.5rem;
  }
}
@media (max-width: 499.98px) {
  .promo {
    height: calc(100vh - 4.8rem);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promo__image {
    transform: none;
    background-position: 75% 100%;
  }
  .promo__body {
    transform: translateY(-4vh);
  }
}
@media (max-width: 359.98px) {
  .promo__logo {
    width: 22rem;
  }
}
@media (max-width: 999.98px) {
  :root {
    --side-padding: 2rem;
  }

  html {
    font-size: 10px;
  }
}