/* Bonnom menu (it looks like bottom_nav is not used anywhere? let it just be with footer, but it probably should be deleted if it's really not used)
.bottom__nav_container {
    font-family: 'Vida Pro 32';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    list-style-type: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: -90px;
}
.bottom__nav_item {
    margin-left: 2.8vw;
    margin-top: 36px;
    margin-right: 2.8vw;
    text-decoration: none;
}
.bottom__nav_item a {
    text-decoration: none;
    color: #FEFEFE;
}
@media (min-width: 320px) and (max-width: 640px) {
    .bottom__nav_container {
        display: none;
    }
} */


/*Footer*/
.footer {
    background-color: #A8A8A8;
    height: 258px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 38px;
    /* margin-top: 150px; */
}
.footer a {
    text-decoration: none;  
}
.footer__content_wrap {
    width: calc(100vw - 2*var(--layout-general-padding));
    position: relative;
}
.footer__nav {
    display: flex;
    justify-content: center;
}
.footer__nav_space {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}
.footer__nav_container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-inline-start: initial;
    margin: 35px 0 0 0;
}
.footer__nav_item {
    font-family: 'Vida Pro 32';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    list-style-type: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.footer__nav_item a {
    text-decoration: none;
    color: #FFFFFF;
}
.footer__nav_button {
    position: relative;
}
.footer__nav_button i {
    font-size: 20px;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    opacity: 0;
    margin: 0;
}
.footer__nav_button .opened {
    opacity: 1;
}
.footer__socials {
    margin-top: 62px;
}
.footer__socials_container {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 0;
}
.footer__socials_container li {
    margin-right: 2.5vw;
    margin-top: 0px;
    margin-left: 2.5vw;
}
.footer__socials_container a {
    color: #FFFFFF;
    font-size: 20px;
}
.counters {
    list-style-type: none;
    padding-inline-start: initial;
    margin: 0 0 29px 0;
}
.counters li {
    text-align: start;
    height: 30px;
}
.footer__counters img {
    display: inline;
    height: 30px;
}
.footer__count_rights__wrap {
    position: absolute;
    left: 0;
    top: 125px;
}
.footer__rights {
margin-bottom: 38px;
    font-family: 'Vida Pro 32';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: start;
}
.footer_mobile {
    display: none;
}
@media (min-width: 960px) and (max-width: 1240px) {
    .footer__socials {
        margin-top: 67px;
    }
    .footer__nav_item {
        font-size: 20px;
        line-height: 23px;
    }
}
@media (min-width: 640px) and (max-width: 960px) {
    .footer {
        height: fit-content;
    }
    .footer__content_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer__nav_container {
        flex-direction: column;
        justify-content: initial;
    }
    .footer__nav_item {
        font-size: 20px;
        line-height: 23px;
        margin-top: 25px;
        justify-content: normal;
    }
    .footer__socials {
        margin-top: 60px;
    }
    .footer__socials_container {
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        margin: 0;
    }
    .footer__socials_container a {
        font-size: 28px;
    }
    .footer__socials_container li {
        margin-right: 0;
        margin-top: 0px;
        margin-left: 0;
    }
    .footer__count_rights__wrap {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 60px;
    }
    .footer__count_rights__wrap .footer__rights {
        margin-bottom: 0;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
    .footer {
        height: fit-content;
        padding-bottom: 38px;
    }
    .footer_mobile {
        display: block;
    }
    .footer__content_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer__nav {
        width: 100%;
        overflow: hidden;
        transition: height 0.3s;
    }
    .footer__nav_space {
        display: initial;
    }
    .footer__nav_button {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 20px;
        margin-top: 35px;
    }
    .footer__nav_container {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .footer__nav_item {
        margin: 0 10px 25px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .footer__socials {
        margin-top: -3px;
        width: 100%;
    }
    .footer__socials_container {
        justify-content: center;
    }
    .footer__count_rights__wrap {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 25px;
    }
    .footer__count_rights__wrap .footer__rights {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        justify-content: center;
    }
    .footer__counters {
        display: flex;
        justify-content: center;
    }
    .footer__rights {
        margin-top: 16px;
        font-size: 12px;
        line-height: 13px;
    }
}
.fa-times {
    float: right;
    margin: -15px 5px;
}