﻿
.header {
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.language-selector {
    position: relative;
    z-index: 1;
    text-align: end;
    width: 1300px;
    max-width: 100%;
}

    .language-selector a {
        color: #fff;
        font-family: 'Red Hat Display',Arial,sans-serif;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        line-height: 40px;
        padding: 0 10px;
    }

.header-center {
    padding-top: 40px;
    width: 1300px;
    position: relative;
    margin: auto;
    height: 940px;
}

.header-overlay {
    z-index: 99;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .header-overlay svg {
        height: 240px;
        width: 100%;
    }

.logo {
    position: absolute;
    left: -135px;
    top: -140px;
    width: 570px;
}

.phone-image {
    position: absolute;
    left: 495px;
    top: 40px;
    width: 638px;
}

.mascott-image {
    position: absolute;
    left: 804px;
    top: 380px;
    width: 581px;
    z-index: 199;
}

.img-container img {
    max-width: 100%;
    max-height: 100%;
}

.header-content {
    position: absolute;
    top: 285px;
    left: 30px;
    width: 655px;
}

.motto {
    color: #ffffff;
    font-size: 66px;
    font-family: 'Red Hat Display',Arial,sans-serif;
    max-width: 600px;
}

    .motto .sub {
        padding-top: 40px;
        font-weight: 500;
        font-size: 19px;
        min-height: 85px;
    }

.accent {
    color: #03c5e8;
}

.highlight-heading {
    font-size: 52px;
    font-family: 'Red Hat Display',Arial,sans-serif;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1000px;
    margin: auto;
}


.store-buttons {
    margin-top: 40px;
}

.store-button {
    display: inline-block;
    width: 209px;
    margin-right: 20px;
}

    .store-button img {
        width: 100%;
    }

.highlight-anim {
    height: 230px;
    position: relative;
    overflow: hidden;
}

    .highlight-anim .img-container {
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .highlight-anim.easy-going .img-container {
        width: 444px;
        margin-top: -222px;
        margin-left: -222px;
    }

    .highlight-anim.click-done .img-container {
        width: 810px;
        margin-top: -405px;
        margin-left: -405px;
    }

.wide-shopping-image {
    height: 750px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wide-shopping-image img {
        width: 100%;
    }

@media (max-width: 1300px) {
    .header-center {
        width: 1000px;
        height: 760px;
    }

    .header-content {
        top: 235px;
    }

    .logo {
        width: 457px;
        top: -100px;
        left: -100px;
    }

    .motto {
        max-width: 500px;
        font-size: 53px;
    }

    .store-buttons {
        margin-top: 30px;
    }

    .store-button {
        width: 180px;
    }

    .phone-image {
        left: 415px;
        top: 20px;
        width: 526px;
    }

    .mascott-image {
        left: 604px;
        top: 320px;
        width: 496px;
    }
}

@media (max-width: 960px) {
    .header-center {
        width: 620px;
        height: 1430px;
    }

    .header-content {
        top: 195px;
    }

    .motto {
        max-width: auto;
        font-size: 44px;
    }

    .logo {
        width: 387px;
        top: -90px;
        left: -90px;
    }

    .store-button {
        width: 240px;
    }

    .phone-image {
        left: -50px;
        top: 520px;
        width: 629px;
    }

    .mascott-image {
        left: 180px;
        top: 980px;
        width: 496px;
    }
}

@media (max-width: 635px) {
    .header-center {
        width: 480px;
        height: 1050px;
    }

    .header-content {
        top: 145px;
    }

    .logo {
        width: 331px;
        top: -90px;
        left: -70px;
    }

    .store-button {
        width: 167px;
    }

    .phone-image {
        left: -50px;
        top: 450px;
        width: 395px;
    }

    .mascott-image {
        left: 150px;
        top: 690px;
        width: 393px;
    }

    .wide-shopping-image {
        height: 400px;
    }

    .highlight-anim {
        height: 180px;
    }

        .highlight-anim.easy-going .img-container {
            width: 360px;
            margin-top: -180px;
            margin-left: -180px;
        }

        .highlight-anim.click-done .img-container {
            width: 360px;
            margin-top: -180px;
            margin-left: -180px;
        }

    .highlight-heading {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .header-center {
        width: 100%;
        min-width: 320px;
        height: 740px;
    }

    .header-content {
        top: 85px;
        left: 20px;
        right: 20px;
        width: auto;
        min-width: 320px;
    }

    .logo {
        width: 230px;
        top: -80px;
        left: -40px;
    }

    .motto {
        font-size: 28px;
    }

    .store-buttons {
        margin-top: 20px;
        text-align: center;
    }

    .store-button {
        width: 120px;
    }

    .phone-image {
        top: 300px;
        width: 298px;
        left: 50%;
        margin-left: -198px;
    }

    .mascott-image {
        top: 470px;
        width: 297px;
        left: 50%;
        margin-left: -100px;
    }

    .header-overlay svg {
        height: 130px;
        border-bottom: 30px solid #fff;
    }

    .wide-shopping-image {
        height: 250px;
    }
}





.sl-footer-links {
    font-family:"Fira Sans",sans-serif;
    background:#18171d
  }
  .sl-footer-links__container {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    max-width:1554px;
    padding:40px 25px;
    margin:0 auto
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-footer-links__container {
      flex-direction:column;
      padding:0
    }
  }
  @media(max-width: 599px) {
    .sl-footer-links__container {
      flex-direction:column;
      padding:0
    }
  }
  .sl-footer-links__links-block {
    display:flex;
    align-items:center;
    flex-wrap:wrap
  }
  @media(min-width: 1024px) {
    .sl-footer-links__links-block {
      margin-top:-8px
    }
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-footer-links__links-block {
      display:flex;
      flex-wrap:wrap;
      padding:30px 40px 17px;
      max-width:790px
    }
  }
  @media(max-width: 599px) {
    .sl-footer-links__links-block {
      padding:40px 32px 17px;
      gap:10px
    }
  }
  .sl-footer-links__item {
    font-size:16px;
    font-weight:600;
    line-height:120%;
    color:#5a6776;
    margin-right:12px;
    cursor:pointer
  }
  @media(min-width: 1024px) {
    .sl-footer-links__item {
      margin-top:8px
    }
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-footer-links__item {
      margin-bottom:13px
    }
  }
  @media(max-width: 599px) {
    .sl-footer-links__item {
      margin-right:0
    }
  }
  .sl-footer-links__item>a {
    color:inherit
  }
  .sl-footer-links__highlited-text {
    margin-left:5px;
    color:#fff;
    background-color:#2493df;
    padding:4px 8px;
    border-radius:20px;
    font-size:10px;
    line-height:110%;
    vertical-align:middle
  }
  .sl-footer-links__copyright {
    color:#5a6776;
    display:flex;
    align-items:center;
    white-space:nowrap
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-footer-links__copyright {
      padding:23px 40px;
      border-top:1px solid rgba(108,127,153,.2);
      justify-content:center
    }
  }
  @media(max-width: 599px) {
    .sl-footer-links__copyright {
      padding:23px 40px;
      border-top:1px solid rgba(108,127,153,.2);
      justify-content:center
    }
  }
  .sl-footer-links__heart-icon {
    color:#ef4343;
    margin:0 .5em
  }
  .sl-footer-links__marked-text {
    color:#fff
  }
  .sl-footer a {
    text-decoration: none
  }
  
  
  
  .sl-social-links {
    font-family:"Fira Sans",sans-serif;
    background:#1f1e28;
    border-top:1px solid rgba(108,127,153,.2)
  }
  .sl-social-links__container {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    max-width:1554px;
    padding:40px 25px;
    margin:0 auto;
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-social-links__container {
      flex-direction:column;
      padding:0
    }
  }
  @media(max-width: 599px) {
    .sl-social-links__container {
      flex-direction:column;
      padding:32px
    }
  }
  .sl-social-links__links-block {
    display:flex;
    justify-content:space-between;
    width:100%
  }
  @media(min-width: 1024px) {
    .sl-social-links__links-block {
      padding-right:50px
    }
  }
  @media(min-width: 1024px)and (max-width: 1366px) {
    .sl-social-links__links-block {
      padding-right:20px
    }
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-social-links__links-block {
      display:grid;
      grid-row-gap:40px;
      grid-template-columns:repeat(3, 1fr);
      padding:40px 32px 30px
    }
  }
  @media(max-width: 599px) {
    .sl-social-links__links-block {
      flex-direction:column;
      align-items:flex-start;
      gap:10px;
      padding:20px 0
    }
  }
  .sl-social-links__app-block {
    display:flex
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-social-links__app-block {
      padding:35px 40px 40px;
      border-top:1px solid rgba(108,127,153,.2);
      border-bottom:1px solid rgba(108,127,153,.2)
    }
  }
  @media(max-width: 599px) {
    .sl-social-links__app-block {
      justify-content:center;
      padding:40px 32px;
      border-top:1px solid rgba(108,127,153,.2)
    }
  }
  .sl-social-links__item {
    display:flex;
    align-items:center;
    justify-content:center;
    /*! text-decoration: none; */
  }
  @media(min-width: 600px)and (max-width: 1023px) {
    .sl-social-links__item {
      justify-content:flex-start
    }
  }
  .sl-social-links__item--app {
    width:120px;
    height:40px
  }
  .sl-social-links__item--app:first-child {
    margin-right:20px
  }
  @media(max-width: 599px) {
    .sl-social-links__item--app:first-child {
      margin-right:40px
    }
  }
  .sl-social-links__icon {
    width:32px;
    height:32px;
    margin-right:18px;
    flex:0 0 auto
  }
  .sl-social-links__icon--big {
    width:120px;
    height:40px
  }
  .sl-social-links__text {
    font-size:16px;
    font-weight:600;
    line-height:120%;
    max-width:105px;
    color:#fff
  }
  @media(max-width: 599px) {
    .sl-social-links__text {
      max-width:100%
    }
  }
  
  .sl-mobile-store {
    width: 100%;
    height: 100%;
  }
  