/*FOOTER*/
.footer {
    background-color: transparent;
    color: #fff;
    flex: 0 0 auto;
    margin-top: auto;
}
footer .container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.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-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;
}
.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;
    gap: 20px;
}
.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 .lang-sw {
    display: flex;
    margin-left: 20px;
}
footer .lang-sw > a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    display: none;
}
footer .lang-sw > a img {
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
    display: none;
}
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 20px;
    color: #969696;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    border-left: 1px solid #2B2B2B;
}
footer .lang-sw .dropdown li a img {
    width: 20px;
    margin-right: 15px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}
footer .logo img{
    /*width: 100%;*/
    /*height: auto;*/
}
.show_more,.show_less{
    color: inherit;
    font-weight: 400;
    text-decoration: underline;
    cursor:pointer;
    font-size: 14px;
    display: none;
}
.show_more:hover,.show_less:hover{
    text-decoration: none;
}
.show_less.active,.show_more.active{
    display: block;
}
.share_app{
    text-decoration: none;
}
@media(max-width:1630px){
    footer .lang-sw{
        width: auto;
        justify-content: flex-start;
        margin-top: 0;
    }
    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 .about-text {
        margin-right: 0;
    }
    .footer-top {
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .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{
    display: flex;
    align-items: center;
    margin-left: 68px;
}
.web-app-l p{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    white-space: nowrap;
    margin-right: 16px;
}
.web-app-l a+a{
    margin-left: 12px;
}

@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-bottom .nav-menu-bottom{
        width: 100%;
    }
    .cover_outside_footer .left_side .footer-top{
        padding-bottom: 0;
    }
}

.footer-attention{
    padding: 32px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    color: #969696;
}
.footer-attention .sb_title{
    margin-bottom: 12px;
    font-weight: 700;
}
.footer-menu{
    border-top: 1px solid #2B2B2B;
    background: #0E0E0F;
    padding: 52px 0;
}
.nav-menu-bottom{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    grid-row-gap: 8px;
}
.nav-menu-bottom a{
    color: #FFAF00;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
.nav-menu-bottom a:hover{
    text-decoration: underline;
}
.footer-bottom{
    padding: 20px 0;
}
.footer-bottom .d-flex{
    align-items: center;
}
.footer-email{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap:12px;
}
.footer-email a{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    color: #FFAF00;
    text-decoration: none;
}
.age-limit{
    color: #969696;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    margin-left: 280px;
}
.footer-menu .mob-nav{
    display: none;
}
@media screen and (max-width:1199px) {
    .footer-bottom .d-flex{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    footer .link_wrap{
        width: 100%;
        margin-bottom: 32px;
    }
    .footer-bottom{
        padding-top: 0;
        background-color: #0E0E0F;
    }
    .age-limit{
        margin-left: auto;
    }
    .web-app-l{
        margin-left: 0;
        flex-wrap: wrap;
    }
    .web-app-l p{
        width: 100%;
        margin: 0 0 8px;
    }
    .footer-email,
    .nav-menu-bottom,
    .footer-bottom .d-flex .lang-sw{
        display: none;
    }
    .footer-menu{
        padding: 27px 0 24px;
    }
    .footer-menu .mob-nav{
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .footer-menu .mob-nav li ul{
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .footer-menu .mob-nav>li{
        margin-bottom: 16px;
    }
    .footer-menu .mob-nav>li>a{
        display: flex;
        align-items: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.32px;
        text-transform: uppercase;
        color: #969696;
        text-decoration: none;
    }
    .footer-menu .mob-nav>li>a svg{
        margin-left: auto;
    }
    .footer-menu .mob-nav>li>a.active svg{
        transform: rotate(180deg);
    }
    .footer-menu .mob-nav>li>a.active svg path{
        fill: #FFAF00
    }
    .footer-menu .mob-nav li ul li{
        margin-top: 12px;
    }
    .footer-menu .mob-nav li ul li a{
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.32px;
        color: #FFAF00;
    }
    .footer-menu .mob-nav>li:last-child{
        margin-bottom: 0;
    }
}



.footer-home{
    padding: 135px 0 135px;
}
.footer-home .container{
    width: 1230px;
    max-width: 100%;
}
.footer-home img{
  max-width: 100%;
}
.footer-columns{
  display: grid;
  grid-template-columns: 1fr 232px;
  grid-gap: 120px;
}
.footer-columns .col{
  min-width: 100%;
}
.footer-columns .col:first-child{
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 50px;
} 
.footer-home .logo{
  display: flex;
  align-items: center;
  height: 56px;
}
.footer-home .lang-sw{
  font-size: 0;
  margin-right: 40px;
}
.footer-home .lang-sw a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(191, 197, 195, 0.10);
  width: 56px;
  height: 56px;
}
.footer-home .lang-sw img{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  object-fit: cover;
}
.footer-home .lang-sw .current{
  display: none;
}
.footer-home .lang-sw ul{
  display: flex;
  gap:8px;
}
.footer-home .attention{
  color: #6B6B69;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  font-family: "InterTight", sans-serif;
}
.footer-home .attention .show_less,
.footer-home .attention .show_more{
  color: #FFAF00;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
.footer-home .attention .show_less.active,
.footer-home .attention .show_more.active{
  display: block;
}
.footer-home .qr{
  position: relative;
  padding-left: 100px;
}
.footer-home .qr .code-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  font-size: 0;
}
.footer-home .qr .code-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-home .qr p{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 14px;
}
.footer-home .qr a{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #FFAF00;
  font-size: 16px;
}
.footer-home .qr a svg{
  margin-left: 8px;
}
.nav-menu-bottom{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
.nav-menu-bottom a{
  text-decoration: none;
  color: #6B6B69;
}
.nav-menu-bottom a:hover{
  color: #fff;
}
.footer-home .app-link{
  display: flex;
  align-items: center;
}
.footer-home .app-link p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    width: 205px;
    margin-right: 30px;
    color: #fff;
}
.footer-home .app-link a{
  font-size: 0;
}
.footer-home .app-link a+a{
  margin-left: 8px;
}
.social{
  font-size: 0;
  align-items: center;
  display: flex;
  gap:16px;
  height: 56px;
}
.social .icon{
  display: none;
}
@media screen and (max-width: 1199px) {
  .footer-home .app-link{
    flex-wrap: wrap;
  }
  .footer-home .app-link p{
    width: 100%;
    margin: 0 0 24px;
  }
  .blog_sec{
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .footer-columns{
    grid-template-columns: 1fr;
    grid-gap: 96px;
  }
}
@media screen and (max-width: 767px) {
  .footer-columns{
    grid-gap:0;
  }
    .footer-columns .col:first-child{
      grid-template-columns: repeat(2,1fr);
      grid-gap: 50px;
    }
    .grid-cell:nth-child(3){
      display: none;
    }
    .grid-cell:nth-child(4),
    .grid-cell:nth-child(5),
    .grid-cell:nth-child(6){
      grid-column: span 2;
    }
    .footer-home .grid-cell:nth-child(2){
      flex-direction: column;
      align-items: flex-start;
    }

    .social .icon{
      display: block;
    }
    .footer-home .lang-sw{
      margin: 0 0 30px;
    }
    .footer-home .app-link{
      justify-content: center;
      text-align: center;
    }
    .grid-cell:nth-child(5){
      order: 5;
    }
    .footer-home{
      /*padding:130px 0 230px;*/
      padding: 50px 0;
    }
    .footer-home .qr p{
      font-size: 16px;
      margin-bottom: 8px;
    }
    .footer-home .qr a{
      font-size: 14px;
    }
    .footer-home .qr .code-img{
      width: 64px;
      height: 64px;
    }
    .footer-home .qr{
      padding-left: 80px;
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
    }
    .nav-menu-bottom{
      font-size: 14px;
      grid-template-columns: repeat(2,1fr);
    }
    .nav-menu-bottom a{
      width: 100%;
    }
} 