footer {
    background: #0C0C0C;
    border-top: 3px solid #D2232A;
    color: #ffffff;
}
.logotip {
    background-image: url("/bitrix/templates/grunbaum/img/logotip.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 203px;
    height: 40px;
    display: inline-block;
}
.footer {
    padding: 50px 0 32px;
    overflow: hidden;
}

.footer .logotip {
    margin-bottom: 24px;
}

.footer p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-contacts .email a {
    color: #D2232A;
}

.footer-contacts a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-contacts a:last-child {
    margin-bottom: 0;
}

.footer-contacts a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-menu {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin-top: 30px;
}

.footer-menu li {
    margin-bottom: 23px;
}

.footer-menu li a {
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #8D8D8D;
}

.footer-menu li a:hover {
    color: #ffffff;
}

.footer-copy {
    padding: 23px 0;
    border-top: 1px solid rgba(231, 235, 239, 0.1);
}

.footer-copy p {
    font-size: 14px;
    line-height: 20px;
    color: #535353;
}

.footer-copy a {
    font-size: 14px;
    line-height: 20px;
    color: #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-copy a:hover {
    color: #ffffff;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

.footer-social li a {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-social li a:hover {
    opacity: 1;
}

.footer-social li a.facebook {
    background-image: url("/bitrix/templates/grunbaum/img/facebook_circle.svg");
}

.footer-social li a.instagram {
    background-image: url("/bitrix/templates/grunbaum/img/instagram_circle.svg");
}

.footer-social li a.youtube {
    background-image: url("/bitrix/templates/grunbaum/img/youtube_circle.svg");
}

.footer-social li a.vk {
    background-image: url("/bitrix/templates/grunbaum/img/vk_circle.svg");
}

.footer-social li a.telegram {
    background-image: url("/bitrix/templates/grunbaum/img/telegram_circle.svg");
}
footer ul {
    list-style: none;
    padding: 0;
}
footer a {color: #fff;}
footer .container{
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
@media screen and (max-width: 768px) {

    .footer {
        padding: 24px 0 18px;
        text-align: center;
    }

    .footer-contacts a {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .footer-copy {
        padding: 0 0 18px;
        border-top: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-copy .row .col-12:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-copy .row .col-12:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-copy .row .col-12:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .footer-copy .row .col-12:nth-child(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 25px;
        gap: 24px;
    }

    .footer-social li a {
        width: 45px;
        height: 45px;
    }
}


.d-none {
    display: none !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}