:root {
    --theme: #db2830;
}

.b-footer-logo {
    display: inline-table;
    margin-bottom: 50px;
    width: 200px;
}

@media (min-width: 1500px) {
    .b-footer-logo {
        width: auto;
        margin-bottom: 50px;
    }
}

.l-footer {
    padding: 80px 0;
    background-color: #231F20;
    position: relative;
    color: #fff;
}

@media (min-width: 1024px) {
    .l-footer {
        padding: 150px 0;
    }
}

.l-footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/new-theme/footer-bg.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none;
    opacity: .15;
}

@media (min-width: 1024px) {
    .l-footer:before {
        background-position: center;
        background-size: 100% auto;
    }
}

.l-footer__top {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .l-footer__top {
        grid-gap: 30px;
        grid-template-columns: 1.32fr 2fr;
    }
}

@media (max-width: 1023px) {
    .l-footer__top-l {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .l-footer__top-r {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }
}

.l-footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    text-align: center;
}

@media (min-width: 1024px) {
    .l-footer__bottom {
        text-align: inherit;
        grid-template-columns: 1fr 1fr;
    }
}

.l-footer__copy {
    font-size: 13px;
    color: #8D8D8D;
}

@media (min-width: 1024px) {
    .l-footer__links {
        text-align: right;
    }
}

.l-footer__links a {
    color: #fff;
    text-decoration: none;
}

.l-footer__btn-phone:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .l-footer__btn-phone:not(:last-child) {
        margin-bottom: 50px;
    }
}

.b-footer-info {
    color: #fff;
}

.b-footer-info__address {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (min-width: 1500px) {
    .b-footer-info__address {
        font-size: 28px;
        margin-bottom: 52px;
    }
}

.b-footer-info__text {
    font-size: 16px;
    color: #8D8D8D;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .b-footer-info__text {
        margin-bottom: 52px;
    }
}

.b-footer-info .b-contact-lg:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .b-footer-info .b-contact-lg:not(:last-child) {
        margin-bottom: 40px;
    }
}

.b-contact-lg {
    line-height: 1;
    font-weight: 700;
    display: block;
    font-size: 28px;
    color: #fff;
}

@media (min-width: 1500px) {
    .b-contact-lg {
        font-size: 42px;
    }
}

.b-footer-nav-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

@media (min-width: 1024px) {
    .b-footer-nav-grid {
        grid-gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }

    .b-footer-nav-grid:not(:last-child) {
        margin-bottom: 100px;
    }
}

.b-footer-nav__title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.b-footer-nav__title:hover {
    color: #fff;
}

@media (max-width: 1023px) {
    .b-footer-nav__title {
        padding-right: 26px;
        position: relative;
    }

    .b-footer-nav__title:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 9px;
        height: 6px;
        background-image: url('../images/new-theme/arr-b.svg');
        background-position: center;
        background-repeat: no-repeat;
        transition: .25s all ease-in;
    }

    .b-footer-nav__title.js-act:after {
        transform: rotate(-180deg);
    }
}

.b-footer-nav__item {
    text-decoration: none;
    color: rgba(255, 255, 255, .35);
    line-height: 1;
    transition: .25s all ease-in;
}

.b-footer-nav__item:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .b-footer-nav__item:hover {
        color: rgba(255, 255, 255, 1);
    }
}

.b-footer-nav__item_act {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1023px) {
    .b-footer-nav__item {
        display: block;
    }
}

.b-footer-nav__list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .b-footer-nav__list {
        display: none;
    }
}
.l-container {
    max-width: 1564px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0 10px;
}

@media (min-width: 1024px) {
    .l-container {
        padding: 0 30px;
    }
}

.b-subs-group {
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    align-items: center;
}

@media (min-width: 1024px) {
    .b-subs-group {
        padding: 50px;
    }
}

@media (min-width: 1500px) {
    .b-subs-group {
        grid-template-columns: 1fr 1fr;
    }
}

.b-subs-group .b-heading-2 {
    margin: 0;
    color: #fff;
}

@media (max-width: 1023px) {
    .b-subs-group .b-heading-2 {
        font-size: 24px;
    }
}

.b-subs-form {
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 10px;
}

@media (min-width: 1024px) {
    .b-subs-form {
        grid-template-columns: auto 70px;
    }
}

.b-subs-form__input {
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
    background-color: #fff;
    border: 0;
    color: #231F20;
}

@media (min-width: 1024px) {
    .b-subs-form__input {
        height: 70px;
    }
}

/* Placeholder styling - note: placeholder() appears to be a mixin */
.b-subs-form__input::placeholder {
    color: #231F20;
}

.b-subs-form__input::-webkit-input-placeholder { color: #231F20; }
.b-subs-form__input::-moz-placeholder { color: #231F20; }
.b-subs-form__input:-ms-input-placeholder { color: #231F20; }
.b-subs-form__input::placeholder { color: #231F20; }

.b-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    gap: 10px;
}

.b-heading-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    gap: 20px;
    font-weight: 700;
}

.b-heading-2 {
    color: #231f20;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .b-heading-2 {
        font-size: 32px;
        margin-bottom: 24px;
    }
}
.b-btn {
    border: 0;
}
.b-btn.b-btn_green {
    color: #fff;
    background-color: var(--theme);
    border-radius: 15px;
}
.b-btn_xlg {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
}
@media (min-width: 1024px) {
    .b-btn_xlg {
        height: 70px;
        padding: 0 20px;
    }
}