﻿.app-footer {
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #000;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    unicode-bidi: isolate;
}

.footer-image {
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    max-width: 2560px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer-image-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.footer-image-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-breadcrumbs {
    margin-top: 40px;
    width: 100%;
    max-width: 1236px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 17px;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 135%;
    text-decoration: none;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.footer-logo {
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
}

.footer-breadcrumbs-list {
    width: auto;
}

.footer-menu {
    margin-top: 48px;
    width: 100%;
    max-width: 1236px;
    color: #fff;
    z-index: 1;
}

.footer-menu-box {
    float: left;
    margin-right: 20px;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    width: calc((100% - 120px) / 6);
    line-height: 20px;
    color: #fff;
}

.footer-menu-item {
    margin-block-end: 24px;
}

.footer-title-container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-block-end: 16px;
}

.footer-menu-title {
    font-size: .875rem;
    font-family: TTNormsProMedium, Segoe UI, system-ui, sans-serif;
    line-height: 135%;
    color: #f5f5f5;
}

.footer-toggle-btn {
    cursor: pointer;
    display: none;
}

.footer-link {
    animation: Footer__fadeIn__2-EBC 1s linear;
    font-size: .8125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    display: block;
    margin-block-start: 12px;
    color: #b3b3b3;
    background-color: rgba(0, 0, 0, 0);
}

.footer-link a {
    color: #b3b3b3;
    text-decoration: none;
}

.footer-link a:hover {
    text-decoration: underline;
    text-decoration-color: #f5f5f5;
    color: #f5f5f5;
}

.footer-community {
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: 1236px;
}

.footer-info {
    margin-top: 40px;
    margin-bottom: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1236px;
    height: 32px;
    font-size: .8125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    color: #b3b3b3;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-copyright {
    display: flex;
    height: 19px;
}

.footer-terms {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-policy {
    float: left;
    margin-right: 20px;
    color: #999;
    position: relative;
    font-size: .8125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
}

.footer-terms a {
    float: left;
    margin-right: 10px;
    position: relative;
    font-size: .8125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    color: #b3b3b3;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    text-decoration: none;
}

.footer-separator {
    margin-right: 10px;
}

.footer-country {
    font-size: .8125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    color: #b3b3b3;
}

.footer-country a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: .8125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    color: #b3b3b3;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    text-decoration: none;
}

.footer-country a:hover {
    color: #f5f5f5;
    text-decoration: underline;
}

.footer-country img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border-style: none;
}

@media screen and (max-width: 1024px) {
    .footer-image {
        background-size: contain;
        padding: 0 16px;
    }
    .footer-breadcrumbs {
        margin-top: 16px;
    }
    .footer-menu {
        margin-top: 8px;
    }
    .footer-menu-box {
        margin-right: 0;
        width: 100%;
    }
    .footer-menu-item {
        margin-block-end: 0;
    }
    .footer-title-container {
        margin: 0;
        padding: 16px 0;
        border-bottom: 1px solid #4d4d4d;
    }
    .footer-toggle-btn {
        display: block;
    }
    .footer-plus {
        display: none;
    }
    .footer-minus {
        display: none;
    }
    .footer-plus.active {
        display: block;
    }
    .footer-minus.active {
        display: block;
    }
    .footer-link {
        display: none;
    }
    .footer-link.active {
        display: block;
    }
    .footer-info {
        margin-top: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-wrap: wrap;
        height: auto;
        flex-direction: column-reverse;
    }
    .footer-copyright {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer-terms {
        margin-top: 13px;
        width: 100%;
        gap: 5px 0;
    }
    .footer-separator {
        display: none;
    }
    .footer-separator.first-separator {
        display: block;
    }
    .footer-policy {
        width: 100%;
    }
    .footer-country {
        width: 100%;
    }
    .footer-country a {}
}