/*vars*/
.footer {
    --d2d_dark_light: var(--light, #2d2d2d) var(--dark, #121212);
    --d3_dark_light: var(--light, #222) var(--dark, #121212);
    --d1b_dark_light: var(--light, #222) var(--dark, #1b1b1b);
    --d6t9_dark_light: var(--light, #666) var(--dark, #999);
    --d3t9_dark_light: var(--light, #f4f4f4) var(--dark, #343434);
    --df_opacity_dark_light: var(--light, #ffffff1a) var(--dark, #3a3a3a);
    --dff_opacity_dark_light: var(--light, #00000026) var(--dark, #ffffff26);
    --df4_dark_light: var(--light, #fff) var(--dark, --d1b_dark_light);
}

/**/

.footer {
    border-top: 1px solid #ffffff1a;
    border-top-color: var(--df_opacity_dark_light);
    background: #373435;
}

.footer--nowrap {
    white-space: nowrap;
}

.footer--mw-290 {
    max-width: 290px;
}

.footer--mt-3 .icon-block--with_icon {
    margin-top: 3px;
}

.footer__top-part {
    padding-bottom: 76px;
}

.footer__main-part {
    position: relative;
}

.footer__main-part-inner {
    display: flex;
}

.footer__right {
    margin-left: calc(var(--step) * 137);
}

.footer__phone-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(var(--step) * 32);
    row-gap: 16px;
    margin-bottom: 40px;
}

.footer__whatsapp a {
    border-radius: 8px;
    background: #1FDA7F;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    white-space: nowrap;
    padding: 0 16px;
    width: fit-content;
}

.footer__whatsapp a:hover {
    color: #fff;
    background: #09cf6f;
}

.subscribe-block__text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    width: 60%;
}

footer .subscribe-form {
    position: relative;
    width: fit-content;
}

footer .form-control.subscribe-input, footer .form-control.subscribe-input:hover {
    background-color: transparent !important;
    border-radius: 8px;
    border: 1px solid var(--theme-base-color) !important;
    height: 40px;
}

footer .subscribe-input {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 2;
    padding: 0 15px 0 48px;
}

footer .subscribe-input::placeholder {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .subscribe-form img {
    position: absolute;
    top: 9px;
    left: 16px;
}

footer .subscribe-form button {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
}

.footer__bottom-part-items-wrapper {
    display: flex;
    gap: 40px;
}

.footer__part-item.copyright {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/* INFO */
.footer__phone .phones {
    display: flex;
    margin-left: 0;
}

.footer__phone .phones__phone-link {
    color: #FFF;
}

.footer__phone .phones__callback {
    margin-left: calc(var(--step) * 32);
    background-color: transparent;
    border: 1px solid var(--theme-base-color);
}

/* PAY SUSTEMS */
.footer__pays i {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    background: url("../images/svg/payment.svg") 0px 0px no-repeat;
}

.footer__pays i:hover {
    opacity: 1;
}

.footer__pays i.cacsh {
    width: 20px;
    height: 20px;
    background-position: 0px 0px;
}

.footer__pays i.mastercard {
    width: 27px;
    height: 20px;
    background-position-x: -67px;
}

.footer__pays i.visa {
    width: 39px;
    height: 20px;
    background-position-x: -24px;
}

.footer__pays i.yandex_money {
    width: 25px;
    height: 19px;
    background-position: -626px -198px;
}

.footer__pays i.webmoney {
    width: 20px;
    height: 20px;
    background-position-x: -322px;
}

.footer__pays i.qiwi {
    width: 18px;
    height: 20px;
    background-position-x: -278px;
}

.footer__pays i.sbrf {
    width: 20px;
    height: 20px;
    background-position-x: -346px;
}

.footer__pays i.alfa {
    width: 16px;
    height: 20px;
    background-position-x: -370px;
}

.footer__pays i.mir {
    width: 51px;
    height: 20px;
    background-position-x: -165px;
}

.footer__pays i.jcb {
    width: 26px;
    height: 20px;
    background-position-x: -220px;
}

.footer__pays i.paypal {
    width: 18px;
    height: 20px;
    background-position-x: -300px;
}

.footer__pays i.maestro {
    width: 27px;
    height: 20px;
    background-position-x: -98px;
}

.footer__pays i.yoomoney {
    width: 28px;
    height: 20px;
    background-position-x: -455px;
}

.footer__pays i.yookassa {
    width: 28px;
    height: 20px;
    background-position-x: -487px;
}

.footer__pays i.belkart {
    width: 20px;
    height: 20px;
    background-position-x: -519px;
}

.footer__pays i.halva {
    width: 20px;
    height: 20px;
    background-position-x: -543px;
}

.footer__pays i.tinkoff {
    width: 61px;
    height: 20px;
    background-position-x: -390px;
}

.footer__pays i.applepay {
    width: 46px;
    height: 20px;
    background-position-x: -567px;
}

.footer__pays i.google_pay {
    width: 46px;
    height: 20px;
    background-position-x: -617px;
}

.footer__pays i.yandex_pay {
    width: 38px;
    height: 20px;
    background-position-x: -667px;
}

.footer__pays i.samsung_pay {
    width: 20px;
    height: 20px;
    background-position-x: -710px;
}

.footer__pays i.assist {
    width: 24px;
    height: 20px;
    background-position-x: -250px;
}

.footer__pays i.robokassa {
    width: 20px;
    height: 20px;
    background-position-x: -734px;
}

.footer__pays i.pay_anyway {
    width: 20px;
    height: 20px;
    background-position-x: -758px;
}

.footer__pays i.sbp {
    width: 15px;
    height: 20px;
    background-position-x: -782px;
}

.footer__bottom-part {
    background-color: var(--theme-base-color);
    padding: 9px 0;
}

.footer__main-part-menu {
    column-count: 2;
    column-gap: calc(var(--step) * 70);
    margin-left: calc(var(--step) * 85);
}

.footer__main-part-menu .item-link {
    margin-bottom: 24px;
    white-space: nowrap;
}

.footer__main-part-menu a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer__logo {
    flex: 1 1 auto;
}

.footer__logo .logo {
    max-width: unset;
    flex: 1 1 auto;
}

.footer__main-part-inner {
    padding: 44px 0 54px;
}

.footer__menu-mobile, .footer__menu-mobile-catalog {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: calc(100% - 65px);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: 0.4s ease;
    overflow-y: auto;
}

.footer__menu-mobile-wrapper {
    padding: 20px;
}

.footer__menu-mobile-list {
    display: flex;
    flex-direction: column;
}

.footer__menu-mobile.active, .footer__menu-mobile-catalog.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.footer__menu-mobile-elem {
    color: #373435;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 0;
}

.footer__menu-mobile-elem {
    border-bottom: 1px solid #DBDBDB;
}

.footer__menu-mobile-logo img, .footer__menu-mobile-catalog-logo img {
    width: 150px;
    object-fit: contain;
}

.footer__menu-mobile-catalog {
    padding: 20px 0;
}

.footer__menu-mobile-catalog-logo {
    padding: 0 0 0 20px;
}

.footer__menu-mobile-catalog-img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.footer__menu-mobile-catalog-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__menu-mobile-catalog-link .name {
    flex: 1 1 auto;
    color: #373435;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__menu-mobile-catalog-item {
    padding: 12px 16px;
}

.footer__menu-mobile-catalog-item.active {
    background: #F8F8F8;
}

.footer__menu-mobile-catalog-item.active .name {
    font-weight: 600;
}

@media (max-width: 1399px) {
    .footer__main-part-menu a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .footer__phone-row {
        margin-bottom: 16px;
    }

    .subscribe-block__text {
        font-size: 16px;
    }

    .footer__main-part-menu a {
        font-size: 16px;
    }

    .footer__main-part-menu .item-link {
        margin-bottom: 16px;
    }

    .subscribe-block__text {
        margin-bottom: 8px;
    }

    .footer__main-part-menu {
        column-gap: calc(var(--step) * 30);
    }

    .footer__right {
        margin-left: calc(var(--step) * 107);
    }
}

@media (max-width: 991px) {
    .footer__main-part-menu {
        column-count: 1;
    }
}

@media (max-width: 767px) {
    .footer__main-part-menu {
        margin-left: 0;
    }

    .footer__main-part-inner {
        padding: 24px 0;
    }

    .footer-mobile-logo {
        margin-top: 15px;
        width: 200px;
    }
}

@media (max-width: 600px) {
    .footer__main-part-menu {
        flex: 1 1 100%;
    }

    .footer__main-part-inner {
        flex-wrap: wrap;
        padding: 18px 0;
    }

    .footer__main-part-menu {
        column-count: 2;
        margin-bottom: 24px;
    }

    .footer__main-part-menu a {
        font-size: 14px;
    }

    .footer__main-part-menu .item-link {
        margin-bottom: 12px;
    }

    .footer__right {
        margin-left: 0;
    }

    footer .subscribe-input {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .subscribe-block__text {
        width: 80%;
    }

    .footer__part-item.copyright {
        font-size: 13px;
    }

    .footer__bottom-part-items-wrapper {
        justify-content: space-between;
        gap: unset;
    }

    .footer__phone .phones__phone-link, .footer__phone .phones__callback, .social_link_widget a, .subscribe-block__text, footer .subscribe-input {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .footer__phone .phones {
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 15px;
    }

}