.footer1 {
    background-color: #F5F5F5;
    border-bottom: 1px solid #C9CBD1;
}


@media screen and (max-width: 1200px) {
    .footer1__wrapper {
        display: none;
    }
}

/* --- ACCORDION ---*/
.footer1__wrapperAccordion {
    display: none;
}

@media screen and (max-width: 1200px) {
    .footer1__wrapperAccordion {
        display: flex;
        padding: 75px 0 35px 0;
        flex-direction: column;
    }
}

.footer1__wrapperAccordion-item.active
.footer1__wrapperAccordion-item-button:after {
    transform: translateY(-50%) rotate(180deg);
}

.footer__menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 10;
}
@media (max-width: 425px){
    .footer__menu-mobile {
        display: block;
    }
    .footer__menu-mobile-list {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 10px;
        margin: 0;

    }
    .footer__menu-mobile-list-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;

        font-weight: 400;
        font-size: 10px;
        color: #666;
    }
}
.footer__menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}
@media (max-width: 425px){
    .footer__menu-mobile {
        display: block;
    }
    .footer__menu-mobile-list {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 10px;
        margin: 0;
        z-index: 3;
    }
    .footer__menu-mobile-list-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;

        font-weight: 400;
        font-size: 10px;
        color: #666;
    }
}

.footer1__wrapperAccordion-item-button {
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: .2s;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

footer.black .footer1__wrapperAccordion-item-button {
    color: #fff;
}

.footer1__wrapperAccordion-item-button:after {
    background-image: url('img/arrow-down.svg');
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 18px;
    transition: all .2s ease-in-out;
}

footer.black .footer1__wrapperAccordion-item-button:after{
    background-image: url('img/arrow-down-black.svg')
}

.footer1__wrapperAccordion-item-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: flex;
    flex-direction: column;
}

.footer1__wrapperAccordion-item-panel-text {
    color: #666666;
}

.footer1__wrapperAccordion-item-panel-form {
    position: relative;
}

.footer1__wrapperAccordion-item-panel-inputWrapper {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .footer1__wrapperAccordion-item-panel-inputWrapper {
        margin-top: 0;
    }
}

.footer1__wrapperAccordion-item-panel-inputWrapper-input {
    height: 45px;
    border: none;
    padding: 0 48px;
}

@media screen and (max-width: 1200px) {
    .footer1__wrapperAccordion-item-panel-inputWrapper-input {
        width: 100%;
        position: absolute;
        top: 0;
    }
}

.footer1__wrapperAccordion-item-panel-inputWrapper-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.footer1__wrapperAccordion-item-panel-inputWrapper-button {
    border: none;
    position: absolute;
    right: 0;
    background-color: transparent;
}

.footer1__wrapper-item {
    padding: 80px 14px;
    border-right: 1px solid #C9CBD1;
    display: flex;
    flex-direction: column;
}

.footer1__wrapper-item:last-of-type {
    border-right: none;
}

.footer1__wrapper-item-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer1__wrapper-item-link {
    color: #666666;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer1__wrapper-item-link:hover {
    color: #666666;
    text-decoration: underline;
}

.footer1__wrapper-item-text {
    color: #666666;
}

.footer1__wrapper-item-inputWrapper {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.footer1__wrapper-item-inputWrapper-form {
    position: relative;
    max-width: 260px;
    height: 45px;
}

.footer1__wrapperAccordion-item-panel-inputWrapper-formMobile {
    height: 45px;
    position: relative;
    margin-top: 30px;
}

.footer1__wrapper-item-inputWrapper-input {
    height: 45px;
    border: none;
    padding: 0 48px;
    cursor: pointer;
    border-radius: 2px;
    position: absolute;
    top: 0;
}

.footer1__wrapper-item-inputWrapper-input:focus {
    outline: 1px solid black;
}

.footer1__wrapper-item-inputWrapper-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.footer1__wrapper-item-inputWrapper-button {
    border: none;
    position: absolute;
    right: 0;
    background-color: transparent;
}

.mb-auto {
    margin-bottom: auto;
}

.footer2 {
    padding: 28px 0;
    background-color: #F5F5F5;
}

.footer2__wrapper {

}

@media screen and (max-width: 1200px) {
    .footer2__wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

.footer2__wrapper-partnersWrapper {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 1200px) {
    .footer2__wrapper-partnersWrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    .footer2__wrapper-partnersWrapper {
        gap: 10px;
    }
}

.footer2__wrapper-partnersWrapper-item {
    cursor: pointer;
    filter: grayscale(100%);
    transition: all .2s ease-in-out;
}
@media screen and (max-width: 380px) {
    .footer2__wrapper-partnersWrapper-item {
        text-align: center;
    }
}

.footer2__wrapper-partnersWrapper-item:hover {
    filter: grayscale(0);
}

@media screen and (max-width: 380px) {
    .footer2__wrapper-partnersWrapper-item-img {
        width: 80%;
    }
}


.footer2__wrapper-copyright {
    text-align: center;
    color: #666666;
}

.footer2__wrapper-socialWrapper {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 1200px) {
    .footer2__wrapper-socialWrapper {
        justify-content: center;
    }
}

.footer2__wrapper-socialWrapper-currencyBox {
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}

.footer2__wrapper-socialWrapper-currencyBox-activeCurrency-value {
    margin-right: 8px;
}

.footer2__wrapper-socialWrapper-currencyBox-dropdownMenu {
    position: absolute;
    list-style-type: none;
    padding: 0 8px;
    margin: 0;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 29px 45px rgba(164, 164, 164, 0.2);
    z-index: 1000;
    bottom: 30px;
    transition: all .2s ease-in-out;
}

.footer2__wrapper-socialWrapper-currencyBox-dropdownMenu-item {
    margin: 8px 0;
    color: #666666;
}

.footer2__wrapper-socialWrapper-currencyBox-dropdownMenu-item:hover {
    color: black;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}
