* {
    box-sizing: border-box;
}

body {
    background-color: #0b0b0b;
    color: #ddd;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

a {
    color: #ffffff;
    text-decoration: none;
}

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

.header {
    height: 100vh;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.header-top {
    display: flex;
    justify-content: space-between;
}

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

.header-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 31px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.2), 15px 15px 15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-btn div {
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
}

.header-btn:hover {
    border: 2px solid #a3032e;
    background: rgba(255, 0, 0, 0.1);
}

.header-content__title {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 112px;
    text-shadow: -5px -5px 10px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.header-content__text {
    width: 365px;
    margin-bottom: 25px;
}

.action-btn {
    display: inline-block;
    padding: 30px 62px;
    background: rgba(183, 0, 33, 0.5);
    border-radius: 15px;
    box-shadow: -8px -8px 8px rgba(255, 255, 255, 0.2), 15px 15px 15px rgba(0, 0, 0, 0.5), inset -5px -5px 5px rgba(0, 0, 0, 0.7), inset 5px 5px 5px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
}

.action-btn:hover {
    background: rgba(183, 0, 33, 0.5);
    box-shadow: -8px -8px 8px rgba(255, 255, 255, 0.2), 15px 15px 15px rgba(0, 0, 0, 0.5), inset -5px -5px 5px rgba(0, 0, 0, 0.7), inset 5px 5px 5px rgba(255, 255, 255, 0.3);
    transform: scale(0.95);
    transition: all 0.5s;
}

.menu {
    background-color: #0b0b0b;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    transition: all 0.5s;
}

.menu.active {
    left: 0;
}

.menu-container {
    position: relative;
}

.close-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

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

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

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

.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: 700;
    padding: 30px 25px 14px 0;
    border-bottom: 3px solid #b70021;
    display: inline-block;
    min-width: 368px;
    width: 100%;
    transition: all 0.5s;
}

.menu__list a:hover {
    border-bottom: 3px solid #ffffff;
    transform: scale(1.2);
    margin-left: 37px;
}

.slider__item {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    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: #ffffff;
}

.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;
}

.statistics-item__title {
    margin-bottom: 19px;
}

.statistics-item__num {
    font-size: 96px;
    line-height: 112px;
    margin-bottom: 7px;
}

.statistics-item__num span {
    font-size: 24px;
    line-height: 28px;
    margin-left: -20px;
}

.statistics-item__descr {
    color: #b70021;
    text-shadow: none;
}

.statistics-item__num--plus span {
    display: inline-block;
    position: relative;
}

.statistics-item__num--plus span::before {
    content: "+";
    position: absolute;
    top: -55px;
    font-weight: bold;
}

.video {
   margin-bottom: 100px;
}


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

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

.advantages-descr__title {
    line-height: 42px;
    color: #b70021;
    text-shadow: none;
    font-size: 36px;
    position: absolute;
    top: 0;
}

.advantages-descr__text {
    max-width: 305px;
}

.advantages-descr__title--bottom {
    right: 0;
    bottom: 0;
    top: auto;
}

.advantages-descr__text--list {
    list-style: none;
}

.design__images {
    margin-bottom: 100px;
}

.advantages__images img {
    border-radius: 5px;
    box-shadow: -8px -8px 8px rgba(255, 255, 255, 0.15), 15px 15px 15px rgba(0, 0, 0, 0.5);
}

.design__images img {
    border: 15px solid #cccccc;
    box-shadow: -8px -8px 8px rgba(255, 255, 255, 0.2), 15px 15px 15px rgba(0, 0, 0, 0.5), inset -5px -5px 5px rgba(0, 0, 0, 0.7), inset 5px 5px 5px rgba(255, 255, 255, 0.3);
    border-radius: 15px;
}

.design-row {
    display: flex;
    justify-content: space-between;
}

.design-row__item {
    max-width: 570px;
    width: 100%;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.design-row__item-num {
    font-size: 24px;
    color: #b70021;
    text-shadow: none;
}

.design-row__item-text {
    max-width: 430px;
    padding-top: 25px;
}

.footer {
    padding: 84px 0 20px;
    text-align: center;
    background: linear-gradient(120deg, #a3032e, #690102);
}

.footer-btn__container {
    text-align: center;
    margin-bottom: 84px;
}

ul.footer-items {
    list-style: none;
    margin-bottom: 30px;
}

.footer-items li {
    display: inline;
    padding: 0 10px;
    position: relative;
}

.footer-items li+li::before {
    content: "|";
    position: absolute;
    left: -5px;
}

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

@media (max-width: 1020px) {
    .action-btn {
        padding: 22px 55px;
    }
    .design-row {
        display: block;
    }
    .design-row__item {
        max-width: 100%;
    }
    .design-row__item-text {
        max-width: 100%;
    }
    .design__images,
    .design-row {
        margin-bottom: 50px;
    }
    .design-row__item {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

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

@media (max-width: 820px) {
    .header-content__title {
        font-size: 90px;
        line-height: 102px;
        margin-bottom: 25px;
    }
    .statistics-items {
        flex-wrap: wrap;
    }
    .statistics-item {
        padding: 50px;
    }
    .design__images img {
        border: 10px solid #cccccc;
    }
}

@media (max-width: 650px) {
    .statistics-item__num {
        font-size: 76px;
        line-height: 92px;
    }
    .advantages__images img {
        width: 100%;
    }
    .design__images img {
        border: 5px solid #cccccc;
    }
}

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

@media (max-width: 420px) {
    body {
        font-size: 20px;
        line-height: 24px;
    }
    .logo img {
        width: 200px;
    }
    .header-content__title {
        font-size: 70px;
        margin-top: 20px;
        line-height: 85px;
    }
    .header-content__text {
        width: 300px;
    }
    .menu__list a {
        font-size: 30px;
        line-height: 44px;
        padding: 19px 10px 7px 0;
        display: block;
        min-width: 100%;
    }
    .menu__list ul {
        width: 100%;
    }
    .action-btn {
        padding: 20px 45px;
    }
    .statistics {
        margin: 110px 0 50px;
    }
    .video {
        margin-bottom: 50px;
    }
    .advantages-descr__text {
        width: 100%;
    }
}
