.footer-widget {
    max-width: 1180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.footer-widget .padding-wrapper {
    max-width: 675px;
    width: 100%;
    flex-shrink: 2;
}

.footer-widget .footer-left {
    height: 443px;
    background: #FAEDED;
    display: flex;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.footer-widget .footer-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer-widget .footer-left .footer-big-image {
    padding: 0 8px;
    height: 400px !important;
    max-width: unset !important;
}

.footer-widget .footer-mobile-app-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 330px;
    align-items: flex-start;
    padding: 0 24px;
    flex: 1;
}

.footer-widget .small-image-footer {
    width: 40px;
}

.footer-widget .text-title {
    font-size: 26px !important;
    padding: 0 !important;
    font-family: 'empikProBold', Roboto, 'roboto', sans-serif;
    margin: 30px 0 0 0;
}

.footer-widget .text-describe {
    max-width: 270px;
    font-size: 15px !important;
    padding: 0 !important;
    font-family: 'empikProRegular', Roboto, 'roboto', sans-serif;
    color: #575757;
    line-height: 24px;
    margin: 15px 0 28px 0;
}

.footer-widget .download-app-image {
    width: 130px;
    height: 40px;
    margin: 0 10px 10px 0;
    margin-left: 0;
    cursor: pointer;
}

.footer-widget p {
    margin: 0;
}

.footer-widget .footer-right {
    display: flex;
    height: 443px;
}

.footer-widget .footer-list-container {
    display: flex;
    flex-wrap: wrap;
    font-family: empikProRegular, Roboto, 'roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    justify-content: flex-end;
}

.footer-widget .expand-menu {
    display: none;
}

.footer-widget .footer-list-container .list {
    list-style: none;
    padding: 0;
    height: auto !important;
    max-width: 200px;
    width: 100%;
}

.footer-widget .sublist {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    order: 3;
    margin-top: 25px;
}

.footer-widget .payments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.footer-widget .payments > .title {
    grid-column: 1/-1;
}

.footer-widget .payments > .second-list-element {
    text-align: center;
}


.footer-widget .payments .footer-list-image {
    max-width: 72px !important;
    height: 40px;
    width: auto;
}

.footer-widget .alternate-list {
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.footer-widget #first-list {
    order: 0
}

.footer-widget #second-list {
    order: 2
}

.footer-widget #third-list {
    order: 1;
    max-width: 140px;
    width: 100%;
    margin-left: 14%;
}

.footer-widget #fourth-list {
    order: 3;
}

.footer-widget .list li,
.footer-widget .alternate-list li {
    margin-bottom: 10px;
}

.footer-widget .title {
    font-family: empikProBold, Roboto, 'roboto', sans-serif;
    color: black;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
}

.footer-widget .footer-list-image {
    width: 72px;
    height: 33px;
}

.footer-widget .fourth-list-sublist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 2;
    max-width: 140px;
    width: 100%;
    margin-left: 14%;
}

.footer-widget .second-list-element {
    margin: 0;
}

.footer-widget .special {
    color: #FF5747;
}


@media screen and (max-width: 1220px) {
    .footer-widget .list {
        max-width: 140px;
    }

    .footer-widget {
        padding: 0 32px;
    }

    .footer-widget .footer-list-container .list {
        max-width: 150px;
    }
}

.footer-widget.no-redesign .text-title {
    font-family: Roboto, 'roboto', sans-serif;
    font-weight: 500;
}

.footer-widget.no-redesign .text-describe {
    color: #575757;
    font-family: Roboto, 'roboto', sans-serif;
    font-weight: 400;
}

.footer-widget.no-redesign .link-alt:hover {
    color: #333333;
    font-weight: 600;
    text-decoration: underline;
}


@media screen and (max-width: 920px) and (min-width: 800px) {
    .footer-widget .text-title {
        font-size: 20px !important;
    }

    .footer-widget .text-describe {
        font-size: 14px !important;
    }

    .footer-widget .footer-mobile-app-text {
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    .footer-widget .footer-list-container {
        margin-left: 3%;
    }

    .footer-widget .list {
        max-width: 120px;
    }
}

@media screen and (max-width: 800px) {
    .footer-widget {
        flex-direction: column;
        padding: 40px 0 0;
        margin-bottom: 40px;
    }

    .footer-widget .padding-wrapper {
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
    }

    .footer-widget .footer-image-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .footer-widget .footer-left .footer-big-image {
        padding: 0;
        width: auto;
        height: 400px;
    }

    .footer-widget .footer-full-mobile-img {
        transform: translateX(50%);
    }

    .footer-widget .expand-menu {
        display: block;
        z-index: 10;
        position: relative;
    }

    .footer-widget .footer-right {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .footer-widget .footer-list-container {
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 0;
        margin: 30px 0;
    }

    .footer-widget .title {
        display: flex;
        font-size: 18px;
        align-items: center;
        justify-content: space-between;
    }

    .footer-widget .list li,
    .footer-widget .alternate-list li {
        width: 100%;
        padding: 0 16px;
    }

    .footer-widget .list li:nth-child(n+2) {
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1;
        position: relative;
        visibility: hidden;
    }

    .footer-widget .list.open li:nth-child(n+2) {
        opacity: 1;
        transition: opacity 0.3s;
        visibility: visible;
    }

    .footer-widget .footer-list-container .list {
        margin: 0;
        max-width: 100%;
    }

    .footer-widget .footer-list-container .list.third-list {
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
    }

    .footer-widget #third-list > ul > li {
        opacity: 1;
        visibility: visible;
    }

    .footer-widget .footer-mobile-app-text {
        flex-basis: 220px;
        width: 220px;
        flex: none;
    }

    .footer-widget .text-title {
        font-size: 20px !important;
    }

    .footer-widget #second-list {
        order: 2;
    }

    .footer-widget #third-list {
        order: 3;
        border-top: 2px solid #F2F2F2;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        font-size: 18px;
    }

    .footer-widget .fourth-list-sublist {
        max-width: 100%;
        margin-left: 0;
    }

    .footer-widget .third-list > ul {
        margin-top: 32px;
    }

    .footer-widget #fourth-list {
        order: 1;
    }

    .footer-widget .fourth-list > .list {
        max-width: 100%;
    }

    .footer-widget .first-list,
    .footer-widget .second-list,
    .footer-widget .fourth-list {
        height: auto !important;
        max-height: 72px;
        transition: max-height 0.3s;
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        padding: 20px 0 !important;
        margin: 0;
        border-top: 2px solid #F2F2F2;
    }

    .footer-widget .first-list.open,
    .footer-widget .second-list.open,
    .footer-widget ul.fourth-list.open {
        max-height: 280px;
        transition: max-height 0.5s;
    }

    .footer-widget .open > li {
        opacity: 1;
        transition: opacity 1s;
        display: flex;
        visibility: visible;
    }

    .footer-widget .alternate-list {
        display: flex;
    }

    .footer-widget .alternate-list .title {
        font-size: 15px;
    }

    .footer-widget .sublist {
        display: none;
    }

    .footer-widget .footer-list-container ul.open li img {
        opacity: 0;
    }

    .footer-widget .footer-list-container ul.open li.title {
        position: relative;
    }

    .footer-widget .footer-list-container ul.open li.title::before {
        content: "";
        display: block;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 16px;
        cursor: pointer;
    }

    .footer-widget .footer-list-container ul.open li.title::after {
        content: "";
        display: block;
        border: 1px solid #838383;
        width: 12px;
        height: 0;
        position: absolute;
        right: 25px;
    }

}

@media screen and (max-width: 374px) {
    .footer-widget .footer-mobile-app-text {
        width: 170px;
    }

    .footer-widget .footer-mobile-app-text {
        padding: 0 8px;
    }
}