.page_title {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-weight: normal;
}

#wrapper {
    overflow: hidden;
}

.sm-visible {
    display: none !important;
}

.section_footer {
    position: relative;
    padding: 50px 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    z-index: 6;
    margin-top: 70px;
}

.section_footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.section_footer a:hover {
    color: var(--color-red);
}

.section_footer ul {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}

.section_footer:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50vw, 0);
    background: #333;
    top: 0;
    min-width: 320px;
    height: 100%;
    width: 100vw;
}

.section_footer__head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
    display: inline-block;
}

.section_footer__col {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.section_footer__col--center {
    justify-content: center;
    align-items: center;
}

.section_footer__contacts {
    max-width: 230px;
    margin-bottom: 20px;
}

.section_footer__text {
    text-align: center;
}

.section_footer__phone {
    font-size: 30px;
    line-height: 34px;
}

.section_footer .social_icons, .section_footer__phone {
    margin-bottom: 30px;
}

.main {
    padding: 0 75px;
}

.section_footer {
    padding: 20px 75px 10px;
    overflow: hidden;
}


.social_icons {
    display: flex;
}

.social_icons a {
    margin: 0 7.5px;
    transition: 0.2s ease-in-out;
    opacity: 0.7;
}

.social_icons svg {
    width: inherit;
    height: inherit;
    font-size: 40px;
}

@media (max-width: 767px) {
    .social_icons a {
        margin: 0 3.5px;
    }

    .section_footer {
        margin-top: 40px;
    }
}

.social_icons a:hover {
    opacity:1;
}

.social_icons img, .social_icons svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.social_icons svg path{
    fill: #000;
}

.social_icons a:hover svg path{
    fill: #dc1633;
}

@media (max-width: 1199px) {

    .section_footer {
        padding: 45px 20px;
    }
}

@media (max-width: 1023px) {

    .section_footer .social_icons{
        position: absolute;
        width: calc(100vw - 40px);
        right: 0;
        justify-content: center;
        bottom: 100%;
    }

    .section_footer {
        padding-top: 100px;
    }
}

@media (max-width: 759px) {
    .section_footer {
        padding: 100px 20px 20px;
    }

    .sm-hidden {
        display: none !important;
    }

    .section_footer__phone {
        font-size: 18px;
        line-height: 20px;
    }

    .section_footer, .section_footer ul {
        font-size: 14px;
        line-height: 18px;
    }

    .section_footer__head {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 650px) {

    .section_footer {
        padding: 20px;
    }


    .section_footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_footer__col{
        width: 100%;
        order: 1;
    }
    .section_footer__text{
        order: 3;
        z-index: 2;
        color: #fff;
        margin-top: 25px;
    }
    .section_footer__phone {
        width: 100%;
    }

    .section_footer__col--center {
        order: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }


    .social_icons img,  .social_icons svg {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .section_footer .social_icons {
        right: initial;
        position: relative;
        left: 50%;
        transform: translateX(-50vw);
        width: 100vw;
    }

    .section_footer__contacts {
        margin-bottom: 15px;
    }
}
