.footer {
    background: #FFFFFF;
}
.footer.has-border-top {
    border: 1px solid #f0f0f0;
}
.footer__header {
    color: #000000;
    padding-bottom: .5rem;
    text-decoration: none;
    font-weight: 500;
}
.footer__item-block {
    color: #000000;
    line-height: 1.5;
}
.footer__items {
    display: block;
    list-style: none;
    margin-bottom: 1rem;
}
.footer-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 3rem 0;
    font-size: 1rem;
}
.footer__item-wrapper {
    order: -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: min-content;
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer__item-block.-page-details {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}
.footer__item-block.-page-details p {
    font-weight: 500;
}
.footer__item-block.-page-details p span {
    font-weight: 300;
}
.footer_contact_table {
    justify-content: start; align-items: flex-start; gap: 1rem; display: flex;
}
.footer__item {
    
    margin: .5rem 0;
}
.footer__item .footer-page-header {
    
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.footer__item:first-child {
    margin: 0 0 .5rem 0;
}
.footer__item .footer__phone {
    color: #000000;
    line-height: 1.5;
    
    text-decoration: none;
}
.success-order-socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__item.-link {
    color: var(--orange);
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}
.footer__item.-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.footer__items.-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    max-width: 15rem;
}
.-hide {
    display: none;
}
.footer__header {
    cursor: pointer;
    
}
.footer-page-header:after {
    content: '\2039';
    transform: rotate(-90deg);
    position: relative;
    top: 5px;
    left: 15px;
    transition: transform ease-in-out .5s;
    display: inline-block;
    font-size: 2rem;
    line-height: 1rem;
}
.footer__item-block:not(.-hidden-js) .footer-page-header:after {
    transform: rotate(90deg);
}
.footer__item-icon-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.footer__item.-icon {
    will-change: transform;
    transition: transform ease-in-out .3s;
}
.footer__item.-icon:hover {
    transform: scale(1.05);
}
.footer__item.-icon {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.footer__item.-facebook {
    background-image: url('../../assets/svg/facebook.svg');
}
.footer__item.-instagram {
    background-image: url('../../assets/svg/instagram.svg');
}
.footer__item.-youtube {
    background-image: url('../../assets/svg/youtube.svg');
}
.footer__item.-tiktok {
    background-image: url('../../assets/svg/tiktok.svg');
}
.footer__item-link {
    text-decoration: none;
    line-height: 1.8;
    color: #000000;
    
}
.footer__item-link:hover {
    color: var(--orange);
    text-decoration: underline;
    text-underline-position: under;
}
.footer__item-link {
    display: inline-block;
    position: relative;
}
.footer__header-img {
    width: 80px;
}
.footer__header-text {
    align-self: center;
}

.footer-bottom {
    padding: 1rem 0;
    background: #FAFAFA;
}
.footer-bottom_image {
    height: 1.5rem;
}
.footer__item-block.-opinion h4 {
    margin-bottom: 1rem;
}
.footer__item-block.-opinion li {
    margin-bottom: 2rem;
}
.copyright {
    text-align: right;
    font-size: .5rem;
    color: #BFBFBF;
    line-height: 1.5rem;
    flex: auto;
}
.footer__wrapper {
    display: flex;
    gap: .8rem;
    align-items: center;
    justify-content: space-between;
}
.footer__wrapper .left__wrapper, .footer__wrapper .right__wrapper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
}
.footer__wrapper .left__wrapper--shipping{
    width: 100%;
    justify-content: center;
}
.item__map--desktop-hidden {
    display: none;
}
.manufacturer-border-separator {
    border: 0;
    border-top: 1px solid #ccc;
}
.footer-manufacturer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
}
.manufacturer-footer-container .manufacturer-footer-title {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    display: flex;
}
.manufacturer-footer-container .manufacturer-footer-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}
.manufacturer-footer-column .manufacturer-footer-item {
    text-decoration: none;
    color: var(--black);
}
a.manufacturer-footer-item {
    transition: .2s ease-in-out color;
}
a.manufacturer-footer-item:hover {
    color: var(--orange);
}
.manufacturer-footer-container .footer-column-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
@media all and (min-width: 250px) {
    .footer__item.item__map--desktop-hidden {
        display: block;
        margin: 0 0 .6rem 0;
        position: relative;
        top: -12px;
    }
    .footer__item-block.-map {
        display: none;
    }

    .footer-page-header::after {
        top: 0;
        left: 0;
    }
    .footer__item-block.--footer-page .footer-page-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .footer__item-block.--footer-page {
        border-top: 1px solid #dedede;
        margin: 0 -1rem;
    }
    .footer__item-block.--footer-page.-cooperation {
        border-bottom: 1px solid #dedede;
    }
    .footer__item {
        margin: .75rem 0;
    }
    .footer__items.-icons {
        margin-bottom: 0;
    }

    .footer__item:first-child, .footer__item-block.--footer-page .footer__items {
        margin: 0;
    }
    .footer__item-block.--footer-page .footer__items {
        padding: 1.1rem 1rem;
    }
}
@media only screen and (max-width: 850px) {
    .footer-bottom .footer__wrapper {
        flex-direction: column;
    }
    .footer__item-link {
        
        line-height: 2rem;
    }
}
@media all and (min-width: 576px) {
    .footer__item-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media all and (min-width: 768px) {
    .footer__item-block.--footer-page .footer__items {
        padding: 0;
    }

    .footer__item-block.-map {
        margin-bottom: 0;
    }
    .footer__items {
        margin-bottom: 0;
    }
    .footer-page-header:after {
        content: none;
    }
    .-hide {
        display: block;
    }
    .footer__item-block.--footer-page {
        border: none !important;
    }
    .footer-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem 3rem;
    }
    .footer__item-wrapper {
        margin-bottom: unset;
        grid-column: 1/4;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .footer__item-block.--footer-page {
        margin: 0;
    }
    .footer-container > .footer__item-block {
        justify-self: center;
    }
}
@media all and (min-width: 1024px)  {
    .footer__item-wrapper {
        order: unset;
        grid-column: unset;
        justify-self: center;
        display: flex;
        flex-direction: column;
    }
    .footer-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 1320px;
        margin: auto;
    }
}
.footer__items .brand-image-yakk {
    height:2rem;
    max-height: 2rem;
    aspect-ratio: 16/9;
    max-width: 9rem;
    width: 100%;
}
.footer__items .brand-image-vini {
    height:2.5rem;
    max-height: 2.5rem;
    aspect-ratio: 16/9;
    max-width: 9rem;
    width: 100%;
}
.footer-container .ico {
    aspect-ratio: 16/11;
    width: 2.2rem;
}
.footer__items .brand-image-hlp {
    height:5rem;
    max-height: 5rem;
    aspect-ratio: 16/9;
    max-width: 9rem;
    width: 100%;
}
.shop-flags-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem 0.5rem;
    justify-content: center;
    width: 100%;
    max-width: 1024px;
    margin: .6rem 0 1rem 0;
}
.shop-flags-wrapper .ref-lang-item-footer {
    display: flex;
}
.shop-flags-wrapper .ref-lang-item-footer .ref-lang-flag {
    border: none;
}
.black-container {
    background: #000;
    padding: 4rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.black-container--bottom {
    padding-bottom: 4rem;
}
.footer-flags-header {
    margin-bottom: 1rem;
    display: flex;
    color: white;
    align-items: center;
    font-size: 1.6rem;
    justify-content: center;
}
.ref-lang-item-footer {
    gap: .3rem;
    background: inherit;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: start;
    align-items: center;
    color: white;
}
.black-container .our-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
}
.black-container .our-brands .our-image {
    width: 150px;
}
.black-container .our-brands .our-image--b13 {
    max-height: 3.5rem;
}
@media all and (max-width: 1024px) {
    .manufacturer-footer-container .footer-column-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (min-width: 1200px) {
    .footer__item-block.--footer-page {
        margin: 0;
    }
}
@media only screen and (max-width: 700px) {
    .black-container .our-brands {
        flex-direction: column;
        gap: 2.5rem;
    }
}

@media only screen and (max-width: 550px) {

    .footer__wrapper .left__wrapper, .footer__wrapper .right__wrapper {
        gap: 1.7rem;
    }
    .footer-bottom_image {
        height: 1rem;
    }
}
@media only screen and (max-width: 650px) {
    .footer__item .footer-page-header {
        color: #000;
        text-decoration: none;
    }
    .manufacturer-footer-container .footer-column-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
}
@media only screen and (max-width: 400px) {
    .manufacturer-footer-container .footer-column-wrapper {
        gap: 0;
    }
}