:root {
    --contacts-head-font-size: 46px;
    --contacts-head-line-height: 53px;
    --contacts-font-size: 28px;
    --contacts-line-height: 36px;
    --contacts-social-btns-size: 36px;
    --contacts-consultation-block-margin-top: 136px;
}

.page-contacts .site-main {
    margin: 0;
}
.page-contacts .inside-article {
    padding-left: 0;
    padding-right: 0;
}
.page-contacts .entry-header .entry-title {
    color: var(--Text-Main, #1C1C1C);
    text-align: center;
    font-size: var(--contacts-head-font-size);
    line-height: var(--contacts-head-line-height);
    text-transform: uppercase;
}
.page-contacts .entry-content {
    font-size: var(--contacts-font-size, 28px);
    line-height: var(--contacts-line-height, 36px);
}
.page-contacts .entry-content p {
    padding-left: 16px;
    padding-right: 16px;
    color: var(--Text-Main, #1C1C1C);
    text-align: center;
}
.page-contacts .entry-content a[href^="mailto:"] {
    color: var(--Brand-Default, #B20200);
    text-decoration: none;
}
.page-contacts .entry-content .alignfull {
    margin-left: 0;
    margin-right: 0;
}
.page-contacts .entry-content .footer-soc {
    justify-content: center;
}
.page-contacts .entry-content .footer-soc svg {
    height: var(--contacts-social-btns-size);
    width: var(--contacts-social-btns-size);
}
.page-contacts .entry-content .mainpage-consultation-block {
    margin-top: var(--contacts-consultation-block-margin-top);
}

@media (max-width: 1920px) {
    :root {
        --contacts-head-font-size: 36px;
        --contacts-head-line-height: 40px;
        --contacts-font-size: 22px;
        --contacts-line-height: 30px;
        --contacts-social-btns-size: 20px;
        --contacts-consultation-block-margin-top: 74px;
    }

    @media (max-width: 1440px) {

        @media (max-width: 768px) {
            :root {
                --contacts-head-font-size: 28px;
                --contacts-head-line-height: 36px;
                --contacts-font-size: 18px;
                --contacts-line-height: 26px;
                --contacts-consultation-block-margin-top: 78px;
            }

            @media (max-width: 600px) {
                :root {
                    --contacts-head-font-size: 22px;
                    --contacts-head-line-height: 30px;
                    --contacts-font-size: 16px;
                    --contacts-line-height: 24px;
                    --contacts-consultation-block-margin-top: 42px;
                }
            }
        }
    }
}