/*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: 28%;
    justify-content: space-between;
    margin-left: 5px;
    margin-top: 10px;
}
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;
}
.share_app{
    color: #fff;
    display: inline-block;
    border: 1px solid rgba(191,197,195,0.1);
    border-radius: 10px;
    transition: .3s ease;
    padding: 13px 11px;
    width: 157px;
    text-decoration: none;
}
.share_app:hover{
    border: 1px solid rgba(191,197,195,.6);
}
.share_app .cover_outside{
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
}
.share_app .info_block{
    display: inline-block;
    text-align: left;
}
.share_app .img_block{
    display: inline-block;
    margin-right: 14px;
}
.share_app .info_block span{
    display: block;
}
.share_app .info_block span:first-child{
    font-size: 8px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
}
.share_app .info_block span:last-child{
    font-weight: 600;
    font-size: 12px;
}
@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;
    }
}
/*FOOTER*/

.app-link{
    display: none;
    width: 250px;
    max-width: 100%;
    margin: 0 auto 30px;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    padding: 15px 10px 15px 70px;
}
.app-link svg{
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    left: 15px;
}
.app-link span{
    font-size: 12px;
    opacity: .7;
}
.app-link span:last-child{
    font-size: 16px;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .app-link{
        display: flex;
    }
    .footer {
        padding-top: 40px;
    }
}
.cover_outside_footer .right_side{
    width: 51%;
    display: flex;
    flex-direction: column;
}
.cover_outside_footer .left_side{
    max-width: 450px;
}
.cover_outside_footer{
    justify-content: start;
}
.cover_outside_footer .left_side .footer-bottom{
    flex-direction: column
}
.footer-bottom .nav-menu-bottom{
    margin-bottom: 0;
}
.web-app-l{
    margin-top: auto;
    display: flex;
    align-items: center;
}
.web-app-l p{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16.2px */
    letter-spacing: -0.72px;
    margin: 0 30px 0 0;
}
.web-app-l a+a{
    margin-left: 10px;
}

@media screen and (max-width: 1199px) {
    .cover_outside_footer .right_side,
    .cover_outside_footer .left_side{
        max-width: 100%;
        width: 100%;
    }
    .cover_outside_footer .left_side .footer-bottom{
        flex-direction: row;
    }
    .footer-bottom .nav-menu-bottom{
        width: 49%;
    }
}
@media screen and (max-width: 767px) {
    .footer{
        padding-top: 30px;
    }
    .cover_outside_footer .left_side .footer-bottom{
        flex-direction: column;
    }
    .footer-bottom .nav-menu-bottom{
        width: 100%;
    }
    .cover_outside_footer .left_side .footer-top{
        padding-bottom: 0;
    }
    .web-app-l{
        order: -1;
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .web-app-l p{
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 360px) {
    .share_app{
        width: 137px;
    }
}