/*FOOTER*/
.footer {
    background-color: #212121;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-top: 75px;
    padding-bottom: 20px;
    flex: 0 0 auto;
}
footer .container {
    max-width: 1650px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.cover_outside_footer {
    display: flex;
    justify-content: space-between;
}
.cover_outside_footer .left_side {
    width: 45%;
    max-width: 560px;
}
.cover_outside_footer .right_side {
    width: 45%;
    max-width: 816px;
}
.footer-top .social-links, .footer-top .site-brand{
    align-items: center;
    display: inline-flex;
    width: auto;
}
.footer-top .site-brand .logo {
    margin: 0 23px 40px 0;
    width: 191px;
    display: inline-block;
    filter: grayscale(100%);
}
.footer-bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-last-line{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.footer-last-line a{
    text-decoration: none;
}
.footer-last-line span{
    margin-bottom: 15px;
    color: #ccc;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    display: block;
    margin-top: 10px;
}
.footer-bottom .nav-menu-bottom {
    flex-direction: column;
    min-width: 215px;
    margin: 0 0 15px;
    display: inline-flex;
    align-items: flex-start;
}
.footer-bottom .nav-menu-bottom a {
    font-size: 18px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.7);
}
.right_side .footer-top {
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0 29px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
footer .link_wrap {
    display: flex;
}
footer .link_wrap .social_link {
    margin: 5px 8px 5px 0;
}
footer .link_wrap svg {
    fill: #524E65;
    width: 47px;
    height: 47px;
    transition: .3s fill;
}
.footer-support {
    text-align: center;
    margin-left: 16px;
}
.footer-support p {
    color: rgba(255,255,255,0.7);
    font: 400 14px/15px "Inter", sans-serif;
}
.footer-support p a {
    color: #ECAF00;
}
.footer-support p a:hover{
    text-decoration: underline;
}
.footer-bottom .nav-menu-bottom a:hover {
    color: #ecaf00;
}
footer .lang-sw {
    text-transform: uppercase;
}
footer .lang-sw {
    position: relative;
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-between;
    margin-left: 30px;
}
footer .lang-sw > a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
footer .lang-sw > a img {
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
}
footer .lang-sw ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
footer .lang-sw .dropdown li a {
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0px;
    text-decoration: none;
}
footer .lang-sw .dropdown li a img {
    width: 20px;
    margin-right: 15px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.footer-bottom .about-text p {
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
}
footer .logo img{
    width: 100%;
    height: auto;
}
.show_more,.show_less{
    color: #ECAF00;
    font-weight: 400;
    text-decoration: underline;
    cursor:pointer;
    font-size: 14px;
    display: none;
    margin-top: -15px;
    margin-bottom: 15px;
}
.show_more:hover,.show_less:hover{
    text-decoration: none;
}
.show_less.active,.show_more.active{
    display: block;
}
@media(max-width:1630px){
    footer .lang-sw{
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        margin-top: 15px;
    }
    footer .lang-sw .current{
        margin-right: 20px;
    }
}
@media(max-width:1199px){
    .footer-top .site-brand .logo{
        margin: 0 23px 30px 0;
    }
    .cover_outside_footer .left_side {
        width: 50%;
    }
    .footer-bottom .nav-menu-bottom a {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .cover_outside_footer {
        flex-wrap: wrap;
    }
    .cover_outside_footer .left_side {
        width: 100%;
        margin-bottom: 30px;
    }
    .cover_outside_footer .right_side {
        max-width: none;
        width: 100%;
    }
    footer .lang-sw {
        display: none;
    }

}
@media(max-width:767px){
    .footer-bottom .nav-menu-bottom{
        margin-bottom: 0;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-bottom .about-text {
        margin-right: 0;
    }
    .footer-top {
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-bottom .nav-menu-bottom a {
        text-align: left;
        font-weight: 400;
    }
    footer .link_wrap {
        order: 0;
    }
    .footer-support {
        text-align: left;
        width: 100%;
        margin-left: 0;
    }
}

<style>
.footer-company-info {
  background-color: #0e0e0e;
  padding: 30px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-company-info .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-company-info .company-details p {
  margin: 5px 0;
}

.footer-company-info a {
  color: #ffc107;
  text-decoration: none;
}

.footer-company-info a:hover {
  text-decoration: underline;
}
</style>

/*FOOTER*/