/** @format */
* {
  box-sizing: border-box;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  background-color: #0b0b0b;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  /* font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.header {
  height: 100vh;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  background: #0b0b0b4d;
}
.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.header-top {
  display: flex;
  justify-content: space-between;
}
.logo {
  padding-top: 36px;
  margin-bottom: 29px;
}
.logo__img {
}
.header-btn {
  width: 60px;
  height: 60px;
  margin-top: 31px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-btn div {
  margin: 6px 0;
  height: 2px;
  width: 36px;
  background-color: #fff;
}
.header-content {
}
.header-content__title {
  font-family: "Roboto", sans-serif;
  font-size: 96px;
  line-height: 112px;
  margin-bottom: 40px;
}
.header-content__text {
  max-width: 284px;
  margin-bottom: 25px;
}
.header-content__btn,
.footer__btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 30px 62px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.5s;
}
.header-content__btn:hover,
.footer__btn:hover {
  background-color: #770302;
}

.menu.active {
  left: 0;
}
.menu {
  background-color: #000;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 7;
  transition: all 0.5s;

  /* height: 100vh; */
}

.container-menu {
  position: relative;
}

.close-btn {
  top: 31px;
  width: 50px;
  height: 50px;
  right: 15px;
  position: absolute;

  cursor: pointer;
}

.close-btn::after,
.close-btn::before {
  content: "";
  width: 70px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform-origin: left;
}

.close-btn::after {
  transform: rotate(45deg);
}

.close-btn::before {
  bottom: -1px;
  transform: rotate(-45deg);
}

.menu__list {
  height: 100vh;
  display: flex;
  align-items: center;
}

.menu__list ul {
  list-style: none;
}

.menu__list a {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  padding: 30px 25px 14px 0;
  border-bottom: 3px solid #770302;
  display: inline-block;
  max-width: 360px;
  width: 100%;
  transition: all 0.5s;
}
.menu__list a:hover {
  border-color: #fff;
  color: #770302;
  margin-left: 17px;
  transform: scale(1.1);
}
.slider__item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0b0b0b;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
}

.slider .slick-dots .slick-active button {
  background-color: #fff;
}

.slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider .slick-dots {
  margin: -55px auto 0;
  position: relative;
  z-index: 6;
  padding: 0 15px;
  max-width: 1230px;
}

.statistics {
  margin: 160px 0 100px;
}
.container {
}
.statistics-items {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
atitstics-item__title {
  margin-bottom: 19px;
}
.statistics-item__num {
  font-size: 96px;
  line-height: 112px;
  margin-bottom: 7px;
}
.statistics-item__num span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.statistics-item__descr {
  color: #b70021;
}

.video {
  margin-bottom: 100px;
}

.advantages {
}
.container {
}
.advantages-inner {
}
.advantages-inner__row {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.adventages-dascr {
  max-width: 570px;
  width: 100%;
}
.addvateges__title {
  line-height: 42px;
  color: #b70021;
  font-size: 36px;
  position: absolute;
  top: 0;
}
.addvetages__text {
  max-width: 303px;
}
.addvetages__text ul {
  list-style: none;
}
.adventages__img {
}
.addvateges__title--bottom {
  right: 0;
  bottom: 0;
  top: auto;
}

.disign {
}
.container {
}
.desigh__images {
  max-width: 100%;
  margin-bottom: 100px;
}
.disign-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.disign-row__item {
  max-width: 570px;
  width: 100%;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}
.desigh-row__item-num {
  color: #b70021;
}
.dessigh-row__item-text {
  max-width: 400px;
  padding-top: 25px;
}

.footer {
  background-color: #690102;
  padding: 83px 0 20px;
}
.footer__btn-obl {
  display: flex;
}
.footer__btn {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 83px;
}
.footer__copy {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 700;
  margin: 0 auto;
}
.footer__copy ul {
}
.footer__copy li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.footer__copy li + li::before {
  content: "|";
  position: absolute;
  left: -5px;
}
@media (max-width: 1220px) {
  .advantages__text {
    padding-left: 20px;
  }
}

@media (max-width: 1020px) {
  .desigh-row {
    display: block;
  }
  .disign-row__item {
    max-width: 100%;
  }
  .dessigh-row__item-text {
    max-width: 100%;
  }
}

@media (max-width: 930px) {
  .advantages-inner__row {
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .addvateges__title {
    position: static;
    text-align: center;
  }
  .addvetages__text {
    margin: 25px auto;
    text-align: center;
  }

  .advantages-inner__row--mobile .adventages-dascr {
    order: -1;
    display: flex;
    flex-direction: column-reverse;
  }
  .addvateges__title--bottom {
  }
}
@media (max-width: 820px) {
  .statistics-items {
    flex-wrap: wrap;
  }
  .statistics-item {
    padding: 50px;
  }
  .disign-row {
    flex-direction: column;
  }
  .disign-row__item {
    margin: 25px 0;
  }
  .dessigh-row__item-text {
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 650px) {
  .adventages__img img {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .footer__btn {
     margin-bottom: 65px;
  }
  .footer {
    padding: 47px 0 20px;
  }
  .statistics-item__num {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 7px;
  }
  body {
    font-size: 20px;
    line-height: 24px;
  }
  .logo img {
    width: 200px;
  }
  .header-content__title {
    font-size: 70px;
    line-height: 85px;
    margin-top: 20px;
  }
  .menu__list a {
    font-size: 30px;
    line-height: 44px;
    padding: 19px 10px 7px 0;
    border-bottom: 3px solid #770302;

    max-width: 360px;
    width: 100%;
  }
  .menu__list ul {
    width: 100%;
  }
  .statistics-item {
    padding: 25px 0;
  }
  .video {
    margin-bottom: 50px;
  }
}
