html, body {
    height: 100%;
    background-color: #f7f3f3;
}
body.landing-page {
    background-color: #f7f3f3;
}
.landing-page .header-back.one {
    background-color: #f7f3f3;
    background-image: url('../img/header_tochka.jpg');
    background-image: none;
    background-position: 180% 50%;
    background-repeat: no-repeat;
}

.pace .pace-progress {
    background: #7fbafc;
}

.landing-page .carousel {
    height: 100%;
}

.landing-page .carousel-inner {
    height: 100%;
}

.landing-page .carousel .item {
    height: 100%;
}

.landing-page .header-back {
    height: 100%;
}

.landing-page .carousel-caption {
    color: #231f20;
}

.landing-page .carousel-caption h1 {
    font-size: 70px;
    line-height: 80px;
}

.landing-page .carousel-caption p {
    font-size: 30px;
    font-weight: 400;
    text-align: center
}


@media (max-width: 768px) {
    .landing-page .carousel-caption h1 {
        font-size: 28px;
    }
    .landing-page .carousel-caption p{
        font-size: 12px;
    }
}