.footer{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 20px;
    background: #2B2B2B;
}
.footer .top-area {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
}
.footer .top-area .main-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 224px;
    gap: 13px;
}
.footer .top-area .main-wrapper .logo{
    width: 110px;
    height: 44px;
}
.footer .top-area .main-wrapper .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .top-area .main-wrapper .sub-text-logo{
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
}
.footer .top-area .main-wrapper .social-area{
    display: flex;
    gap: 12px;
    margin-top: 17px;
}
.footer .top-area .main-wrapper .social-area .social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #363636;
    border-radius: 50%;
    cursor: pointer;
}
.footer .top-area .main-wrapper .social-area .social img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.footer .top-area .main-wrapper .social-area .social:hover {
    background-color: #BB9255;
}
.footer .foo-menu {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.footer .foo-menu .menu-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 200px;
}
.footer .foo-menu .menu-wrapper .mu-title{
    font-weight: 500;
    line-height: 140%;
    opacity: 0.6;
}
.footer .foo-menu .menu-wrapper .menu{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer .foo-menu .menu-wrapper .menu li {
    display: flex;
    gap: 10px;
    font-weight: 300;
    line-height: 140%;
}
.footer .foo-menu .menu-wrapper .menu li a{
    display: flex;
    gap: 10px;
    color:rgba(253, 252, 251, 1);
    opacity: 0.6;
}
.footer .foo-menu .menu-wrapper .menu li:hover a{
    opacity: 1;
}
.footer .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #BB92554D;
    gap: 16px;
    flex-wrap: wrap;
}
.footer .bottom-area .copyright{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
}
.footer .pay-metodths{
    display: flex;
    width: 100px;
    padding: 1px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #3D3D3D;
}
.footer .pay-metodths .item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.footer .pay-metodths .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 1180px) {
    .footer .top-area {
        display: flex;
        flex-direction: column;
    }
    .footer .top-area .main-wrapper {
        max-width: unset;
    }
    .footer .foo-menu {
        flex-wrap: wrap;
        gap: 32px;
    }
}
@media (max-width: 910px) {
    .footer .top-area {
        justify-content: center;
        align-items: center;
    }
    .footer .foo-menu {
        justify-content: center;
    }
}
@media (max-width: 555px) {
    .footer {
        gap: 16px;
        padding-top: 30px;
    }
    
    .footer .foo-menu .menu-wrapper {
        gap: 14px;
        max-width: 155px;
    }
    .footer .foo-menu {
        justify-content: space-between;
    }
    .footer .foo-menu .menu-wrapper .mu-title {
        font-size: 14px;
    }
    
}
@media (max-width: 372px) {
    .footer .top-area .main-wrapper {
        align-items: center;
    }
    .footer .top-area .main-wrapper .sub-text-logo {
       text-align: center;
    }
    .footer .foo-menu {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer .foo-menu .menu-wrapper .menu li {
        justify-content: center;
    }
    .footer .bottom-area {
        justify-content: center;
        text-align: center;
    }

}
.wpml-ls-statics-footer, .otgs-development-site-front-end {
    display: none!important;
}