.news-page .page-content p {
    margin-bottom: 1.2em;
}

.news-page .page-content__big-image:before {
    background-image: url("images/list.svg");
    background-size: contain;
    width: 85px;
    height: 75px;
    right: 0;
    bottom: -49px;
}

.news-page .page-content__big-image {

}

@media all and (min-width: 640px) {
    .news-page .page-content__big-image:before {
        width: 100px;
        height: 95px;
        right: 0;
        bottom: -64px;
    }
}

@media only screen and (min-width: 992px) {
    .news-page .page-content__big-image:before {
        width: 120px;
        height: 120px;
        right: 90px;
        bottom: -77px;
    }
}

@media all and (min-width: 1370px) {
    .news-page .page-content__big-image:before {
        width: 147px;
        height: 161px;
        bottom: -102px;
        right: 145px;
    }
}

.prices-cell__right {
    margin: 0 auto;
    max-width: 1024px;
    text-align: center;
}

.prices-cell__call {
    font-style: italic;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 24px;
    width: 100%;
    line-height: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-align: center;
    color: #fff9f4;
    background: #9b876d;
    -webkit-box-shadow: 0 24px 32px rgba(104, 87, 71, 0.1);
    box-shadow: 0 24px 32px rgba(104, 87, 71, 0.1);
    border-radius: 40px;
    max-width: 145px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.no-touch .prices-cell__call:hover {
    background-color: #ceaa7a;
}


.page-content__text p + p {
    margin-top: 16px;
}

.prices-cell__right {
    margin: 3em auto;
}

.page-content__text h3, h2 {
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

.page-content__text h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #2c2925;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 1.6em auto 1em;
    max-width: 1024px;
}

@media all and (max-width: 1000px) {
    .prices-cell__right {
        margin: 2em auto;
    }
}

.page-content__text h3 {
    margin-top: 32px;
}

.page-content ul {
    margin-bottom: 1.4em;
}

@media all and (min-width: 992px) {
    .page-content__text h3 {
        margin-top: 48px;
        
    }

    .page-content__text h4 {
        font-size: 20px;
    }
}

@media all and (min-width: 1366px) {
    .page-content__text h3 {
        margin-top: 62px;
        font-size: 32px;
    }

    .page-content__text h4 {
        font-size: 22px;
    }

    .page-content__text h3 {
        max-width: 1024px;
    }
}

.page-content .page-content__big-image::before {
    display: none;
}

.page-content__text .form-page::before {
    display: none !important;
}