footer.footer-v2 .footer-v2__main {
    color: #fff;
    background-color: #171717;
    padding: 4rem 0;
}

.footer-v2__main .blocks-footer-v2 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    row-gap: 2rem;
}

.blocks-footer-v2 .blocks-footer-v2__info {
    --size: 288px;
    max-width: var(--size);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-footer-v2 .info-footer-v2__logo img {
    --size: 208px;
    max-width: var(--size);
    width: 100%;
}

.info-footer-v2 .info-footer-v2__social-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-footer-v2 .info-footer-v2__app-block {
    display: flex;
    flex-direction: column;
    gap: 0.438rem;
}

.app-block-footer-v2 .app-block-footer-v2__title {
    font-family: Jost, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #CCCCCC;
}

.app-block-footer-v2 img {
    --width: 140px;
    --height: 40px;
    width: var(--width);
    max-width: var(--width);
    min-width: var(--width);
    height: var(--height);
    max-height: var(--height);
    min-height: var(--height);
}

.social-block-footer-v2 .social-block-footer-v2__list {
    display: flex;
    gap: 2rem;
}

.social-block-footer-v2__list > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Jost, sans-serif;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    transition: .2s;
}

.social-block-footer-v2__list > a:hover {
    color: #ff6a00;
}

.social-block-footer-v2__list img {
    --size: 56px;
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
}

.social-block-footer-v2 .social-block-footer-v2__contact a {
    font-size: 1.125rem;
    font-weight: 700;
    transition: .2s;
}

.social-block-footer-v2 .social-block-footer-v2__contact a:hover {
    color: #ff6a00;
}

.blocks-footer-v2 .block-footer-v2__discount {
    --size: 406px;
    max-width: var(--size);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.discount-block-footer-v2 .form-left-mailing__checkbox {
    margin-bottom: 0.75rem;
}

.discount-block-footer-v2 .discount-block-footer-v2__title {
    font-size: 1.5rem;
    font-weight: 700;
}

.discount-block-footer-v2 .form-left-mailing__input {
    padding: 0.851rem 0 0.9rem 1.5rem;
}

.discount-block-footer-v2 .form-left-mailing__button svg {
    --size: 20px;
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
}

.discount-block-footer-v2 .form-left-mailing__label {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

.discount-block-footer-v2 .form-left-mailing__text {
    font-family: Jost, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
}

.discount-block-footer-v2 .form-left-mailing__wrapper {
    margin: 0 0 1rem;
}

.footer-v2 .footer-v2__line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.line-footer-v2 .line-footer-v2__payment-option {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    row-gap: 1rem;
    align-items: center;
    justify-content: center;
}

.line-footer-v2 .line-footer-v2__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    row-gap: 1rem;
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 0.875;
    font-weight: 400;
    text-align: center;
}

.line-footer-v2__copyright .menu-bottom-footer-v2 a {
    transition: .2s;
}

.line-footer-v2__copyright .menu-bottom-footer-v2 a:hover {
    color: #ff6a00;
}

/* main menu */
.menu-footer-v2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.menu-footer-v2 .menu-footer-v2__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-footer-v2 .menu-footer-v2__title span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

.menu-footer-v2 .menu-footer-v2__title svg {
    display: none;
    transform: rotate(180deg);
}

.menu-footer-v2 .submenu-footer-v2,
.menu-footer-v2.active .submenu-footer-v2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.menu-footer-v2 .menu-subitem-footer-v2 a {
    color: #CCCCCC;
    font-family: Jost, sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    transition: .2s;
}

.menu-footer-v2 .menu-subitem-footer-v2 a:hover {
    color: #ff6a00;
}

.menu-footer-v2.active .menu-footer-v2__title svg {
    transform: rotate(0deg);
}


@media (max-width: 1400px){
    .blocks-footer-v2 .block-footer-v2__discount {
        --size: 300px;
    }
}

@media (max-width: 1300px){
    .footer-v2__main .blocks-footer-v2 {
        flex-wrap: wrap;
    }

    .blocks-footer-v2 .blocks-footer-v2__info,
    .blocks-footer-v2 .block-footer-v2__discount {
        --size: 48%;
        flex: 0 0 48%;
    }
}

@media (max-width: 900px){
    .menu-footer-v2 {
        flex: 0 0 48%;
    }
}

@media (max-width: 768px){
    .menu-footer-v2 .submenu-footer-v2 {
        display: none;
    }

    .menu-footer-v2 .menu-footer-v2__title {
        cursor: pointer;
    }

    .menu-footer-v2 .menu-footer-v2__title span,
    .menu-footer-v2 .menu-footer-v2__title svg path {
        transition: .2s;
    }

    .menu-footer-v2 .menu-footer-v2__title svg {
        display: block;
    }
    
    .menu-footer-v2 .menu-footer-v2__title:hover span {
        color: #ff6a00;
    }
    .menu-footer-v2 .menu-footer-v2__title:hover svg path {
        fill: #ff6a00;
    }
    
    

    .line-footer-v2 .line-footer-v2__payment-option {
        gap: 1rem;
    }
}

@media (max-width: 576px){
    .menu-footer-v2 {
        flex: 0 0 100%;
    }

    .blocks-footer-v2 .blocks-footer-v2__info,
    .blocks-footer-v2 .block-footer-v2__discount {
        --size: 100%;
        flex: 0 0 100%;
    }

    .discount-block-footer-v2 .form-left-mailing__wrapper {
        max-width: 100%;
    }
}