.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }
  .container-menu {
    position: relative; }

* {
  box-sizing: border-box; }

body {
  background-color: #0b0b0b;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }

.logo {
  padding-top: 36px;
  margin-bottom: 29px; }

.header {
  height: 100vh;
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0; }
  .header-top {
    display: flex;
    justify-content: space-between; }
  .header-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    margin-top: 31px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .header-btn div {
    width: 36px;
    height: 2px;
    background-color: #fff;
    text-align: center; }
  .header-btn div::before,
  .header-btn div::after {
    content: "";
    width: 36px;
    height: 2px;
    background-color: #fff;
    position: absolute; }
  .header-btn div::before {
    bottom: 12px;
    right: 11px; }
  .header-btn div::after {
    top: 12px;
    right: 11px; }
  .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; }

.button {
  padding: 30px 62px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  transition: all .5s; }
  .button:hover {
    background-color: #690102; }

.slider__item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slider .slick-dots button {
  border-radius: 50%;
  background-color: #0b0b0b;
  width: 15px;
  height: 15px;
  border: 0;
  font-size: 0;
  padding: 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;
  max-width: 1230px;
  padding: 0 15px; }

.statistics {
  margin: 160px 0 100px; }
  .statistics-items {
    display: flex;
    justify-content: space-around;
    text-align: center; }
  .statistics-item__title {
    margin-bottom: 19px; }
  .statistics-item__num {
    font-size: 96px;
    line-height: 112px;
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif; }
  .statistics-item__num span {
    font-size: 24px;
    line-height: 28px; }
  .statistics-item__discr {
    color: #B70021; }
  .statistics-item__num--speed span {
    display: inline-block;
    position: relative; }
  .statistics-item__num--speed span::before {
    content: "+";
    position: absolute;
    top: -60px; }

.video {
  margin-bottom: 100px; }

.advantages-inner__row {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.advantages__title {
  font-size: 36px;
  line-height: 42px;
  color: #B70021;
  position: absolute;
  top: 0; }

.advantages__text {
  width: 303px; }

.advantages__text li {
  list-style: none; }

.advantages-descr {
  max-width: 570px;
  width: 100%; }

.advantages__title--bottom {
  right: 0;
  bottom: 0;
  top: auto; }

.desing {
  margin-bottom: 135px; }
  .desing__images {
    margin-bottom: 100px; }
  .desing-row {
    display: flex;
    justify-content: space-between; }
  .desing-row__item {
    max-width: 570px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .desing-row__item-num {
    color: #B70021; }
  .desing-row__item-text {
    max-width: 430px;
    width: 100%;
    padding: 25px 15px 0 0;
    display: flex;
    justify-content: space-between; }

.menu {
  background-color: #000;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  transition: all 1s;
  z-index: 7; }
  .menu.active {
    left: 0; }
  .menu-close__btn {
    width: 50px;
    height: 50px;
    background-color: #000;
    right: 15px;
    top: 31px;
    position: absolute;
    cursor: pointer; }
  .menu-close__btn::after, .menu-close__btn::before {
    content: "";
    height: 2px;
    width: 70px;
    background-color: #fff;
    position: absolute;
    transform-origin: left; }
  .menu-close__btn::after {
    transform: rotate(45deg); }
  .menu-close__btn::before {
    transform: rotate(-45deg);
    bottom: -1px; }
  .menu__list {
    display: flex;
    align-items: center;
    height: 100vh; }
  .menu__list ul {
    list-style: none; }
  .menu__list a {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    padding: 30px 20px 14px 0;
    border-bottom: 3px solid #B70021;
    display: inline-block;
    min-width: 368px;
    transition: all .5s; }
  .menu__list a:hover {
    border-bottom: 3px solid #fff;
    color: #B70021;
    transform: scale(1.2);
    margin-left: 37px; }

.footer {
  background-color: #690102;
  padding: 83px 0 20px; }
  .footer-btn {
    text-align: center;
    margin-bottom: 83px; }
  .footer-copy {
    text-align: center;
    font-weight: 700; }
  .footer-copy li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative; }
  .footer-copy li + li::before {
    content: "|";
    position: absolute;
    left: -5px; }
  .footer-copy a {
    text-decoration: none;
    color: #fff; }

@media (max-width: 1220px) {
  .advantages__text {
    padding-left: 20px; }
  .desing__images img {
    width: 100%; } }

@media (max-width: 1020px) {
  .desing {
    margin-bottom: 50px; }
  .desing-row {
    display: block; }
  .desing-row__item {
    max-width: 100%;
    margin-bottom: 30px; }
  .desing-row__item-text {
    max-width: 100%; } }

@media (max-width: 930px) {
  .advantages-inner__row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px; }
  .advantages__title {
    position: static; }
  .advantages-descr {
    text-align: center; }
  .advantages__text {
    margin: 25px auto;
    padding-left: 0; }
  .advantages-inner__row--mobile .advantages-descr {
    order: -1;
    display: flex;
    flex-direction: column-reverse; } }

@media (max-width: 823px) {
  .menu__list a {
    font-size: 30px;
    line-height: 20px;
    padding: 25px 20px 14px 0; }
  .slick-dots {
    visibility: hidden; }
  .button-wrapper {
    text-align: center; }
  .header-content__title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
    text-align: center; }
  .header-content__text {
    font-size: 15px;
    line-height: 18px;
    margin: 0 auto 5px;
    text-align: center; }
  .statistics-items {
    flex-wrap: wrap; }
  .statistics-item {
    padding: 50px; }
  .statistics {
    margin: 70px 0 50px; }
  .button {
    padding: 20px 45px; }
  .video {
    margin-bottom: 50px; } }

@media (max-width: 650px) {
  .advantages__img img {
    width: 100%; }
  .header-content__title {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 10px; } }

@media (max-width: 440px) {
  .header-content__title {
    font-size: 80px;
    margin-top: 20px;
    line-height: 90px; } }

@media (max-width: 410px) {
  .logo img {
    width: 200px; }
  .header-content__title {
    font-size: 70px;
    margin-top: 20px;
    line-height: 85px; }
  .menu__list a {
    font-size: 30px;
    line-height: 44px;
    display: block;
    padding: 19px 10px 7px 0;
    min-width: 100%; }
  .menu__list ul {
    width: 100%; }
  .slider .slick-dots {
    margin: -45px auto 0; }
  body {
    font-size: 20px;
    line-height: 24px; }
  .advantages__text {
    width: 100%; }
  .desing-row__item-text {
    padding: 25px 0 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
