/*FOOTER*/
.footer {
    color: var(--White);
    padding-top: 75px;
    padding-bottom: 20px;
    flex: 0 0 auto;
}
footer .container {
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.link_wrap p{
    font-size: 16px;
    width: 92px;
    margin-right: 14px;
    color: #fff;
    font-weight: 400;
}
.cover_outside_footer {
    display: flex;
    justify-content: space-between;
}
.cover_outside_footer .left_side {
    width: 45%;
    max-width: 560px;
}

.footer-top .social-links, .footer-top .site-brand{
    align-items: center;
    display: inline-flex;
    width: auto;
}
footer .social_link.icon svg{
    width: 32px;
}
.footer-top .site-brand .logo {
    margin: 0 0px 100px 0;
    width: 171px;
    display: inline-flex;
}
.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: row;
    margin: 0 0 15px;
    width: 100%;
    max-width: 920px;
    display: flex;
    align-items: flex-start;
    flex-wrap:wrap;
}
.footer-bottom .nav-menu-bottom a {
    font-size: 18px;
    margin: 0 0 16px;
    color: #A6A9B0;
    width: 33%;
}
.right_side .footer-top {
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
footer .link_wrap {
    display: flex;
    align-items: center;
}
footer .link_wrap .social_link {
    border: 1px solid rgba(191, 197, 195, 0.1);
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
    transition: .3s ease;
}
footer .link_wrap .social_link:hover{
    border-color: rgba(191, 197, 195, 0.5);
}
footer .link_wrap svg {
    display: block;
}
footer .dropdown{
    display: block !important;
}
.footer-support {
    text-align: center;
    margin-bottom: 15px;
}
.footer-support p {
    color: var(--Black);
    font: 400 14px/15px "Inter", sans-serif;
}
.footer-support p a {
    color: var(--Black);
}
.footer-support p a:hover{
    text-decoration: underline;
}
.footer-bottom .nav-menu-bottom a:hover {
    color: #55BEFF;
}
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;
    flex-flow: row-reverse;
    margin-top: 10px;
}
footer .lang-sw > a {
    color: var(--Black);
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
    border:1px solid rgba(255, 255, 255, 0.9);
    margin-left: 8px;
}
footer .lang-sw > a img {
    width: 23px;
    margin-right: 0px;
    border-radius: 50%;
    height: 23px;
    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;
    width: 40px;
    height: 40px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
footer .lang-sw .dropdown li a:hover {
    border: 1px solid rgba(255, 255, 255, 0.9);
}
footer .lang-sw .dropdown li a img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0;
}
.footer-bottom .about-text p {
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 500;
    color: var(--Black);
}
footer .logo{
    display: flex;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    color: var(--Black);
}
footer .logo img{
    height: auto;
}
.show_more,.show_less{
    color: var(--Black);
    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{
    display: inline-block;
    border: 1px solid rgba(191,197,195,0.1);
    border-radius: 10px;
    transition: .3s ease;
    text-decoration: none;
    padding: 10px;
    color: #fff;
}
.share_app .img_block{
    margin-right: 10px;
}
.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;
}
.web-app-l p{
    font-size: 15px;
    font-style: normal;
    margin: 0 112px 0 0;
    max-width: 170px;
    line-height: 115%;
    color: #fff;
}
.footer-bottom .nav-menu-bottom{
    margin-bottom: 120px;
}
.share_app .cover_outside img{
    display: block;
}
.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;
}
footer .section-content{
    color: #838488;
    padding: 100px 0 100px 295px;
}
.share_app .info_block span:last-child{
    font-weight: 600;
    font-size: 12px;
}
@media(max-width:1630px){
    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){
    footer .section-content{
        padding-left: 0;
        padding-top: 30px;
    }
    .web-app-l p{
        margin-right: 32px;
    }
    .footer-bottom .nav-menu-bottom{
        margin-bottom: 30px;
    }
    .right_side .footer-top{
        padding-bottom: 20px;
    }
    .cover_outside_footer {
        flex-wrap: wrap;
    }
    .cover_outside_footer .left_side {
        width: 100%;
        display: flex;
    }
    .cover_outside_footer .right_side {
        max-width: none;
        width: 100%;
    }
    .footer-top .site-brand .logo{
        padding-top: 6px;
    }

}
@media(max-width:767px){
    footer .lang-sw{
        width: 100%;
        margin-bottom: 10px;
    }
    .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;
        width: 50%;
        font-weight: 400;
    }
    footer .link_wrap {
        order: 0;
    }
    .footer-support {
        text-align: left;
        width: 100%;
        margin-left: 0;
    }
    .link_wrap p{
        display: none;
    }
    footer .link_wrap .social_link:first-of-type{
        margin-left: 0;
    }
    .web-app-l p{
        display: none;
    }
}
/*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:100%;
    display: flex;
    flex-direction: column;
}
.cover_outside_footer .left_side{
    max-width: 310px;
}
.cover_outside_footer{
    justify-content: start;
}
.cover_outside_footer .left_side .footer-bottom{
    flex-direction: column
}

.web-app-l{
    margin-top: auto;
    display: flex;
    align-items: center;
}
footer .section-content .inner{
    overflow: hidden;
}
footer .section-content .inner {
  position: relative;
  overflow: hidden;
}
footer .section-content .inner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,  rgba(13,18,27,0) 0%,rgba(13,18,27,1) 100%);
}
footer .section-content .inner.opened:after{
    content: none;
}

footer .section-content .inner + a{
    color: #A6A9B0;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-decoration: underline;
}
footer .section-content .inner + a:hover{
    text-decoration: none;
}
footer .section-content p{
    font-size: 12px;
    margin-bottom: 15px;
}
footer .section-content .inner > h1,footer .section-content .inner > h2{
    font-size: 16px;
    margin-bottom: 24px;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #A6A9B0;
    background-clip: unset;
    text-fill-color: #A6A9B0;
    color: #A6A9B0;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
}
.web-app-l a+a{
    margin-left: 10px;
}

footer .lang-sw{
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
    .cover_outside_footer .right_side{
        max-width: 100%;
        width: 100%;
    }
    .cover_outside_footer .left_side .footer-bottom{
        flex-direction: row;
    }
}
@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;
    }
}
@media screen and (max-width: 360px) {
    .share_app{
        width: 137px;
    }
    .footer-bottom .nav-menu-bottom a {
        width: 100%;
    }
}