  /*BODY
  body {
  margin: 0 auto;
  background: #f3f5f9;
}
BODY*/
  
/* USP */ 

.usp-wrapper {
  background: #fff;
  width: 100%;
}

.disc-wrapper {
  background: #62707f;
  width: 100%;
}

.disc-content {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-width: 160rem;
  padding: 24px;
  line-height: 14px;
  color: #d2d4d6;
  font-family: 'Roboto', Helvetica, cursive;
  font-size: 10px;
}


.logo-container {
  display: flex;
  max-width: 160rem;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
}

.logo-container .logo {
  padding: 24px 0;
  position: relative;
}

.logo-container .logo:before {
  content: '';
  width: 1000%;
  display: block;
  position: absolute;
  height: 2px;
  right: 108px;
  top: 50%;
  background: #f3f5f9;
}

.logo-container .logo:after {
  content: '';
  width: 1000%;
  display: block;
  position: absolute;
  height: 2px;
  left: 108px;
  top: 50%;
  background: #f3f5f9;
}

.usp-container {
  display: grid;
  justify-items: center;
  max-width: 160rem;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border: 0;
  column-gap: 24px;
  row-gap: 24px;
  background: #fff;
}

.usp-container .usp {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  backface-visibility: hidden;
}

.usp-container .usp p {
  font-family: 'Roboto', Helvetica, cursive;
  color: #012B49;
  font-weight: bold;
  font-size: 14px;
  line-height: 20.5px;
  letter-spacing: .3px;
  padding: 8px;
  max-width: 150px;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0;
}

.usp .picto {
  background: #f3f5f9;
  padding: 16px 20px;
  border-radius: 3px;
  transition: .3s all;
}
  
.usp .picto svg {
    margin-top: 3px;
}
  
.usp .picto p {
    margin: 0 auto;
}

.usp:hover {
  transition: .3s all;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.usp:hover .picto {
  background: #ebedf1;
}


/* USP */

/* REVIEW */ 
.review-wrapper {
  margin: 0 auto;
  text-align: center;
  height: 55px;
  width: 100%;
  background: linear-gradient(90deg, #02BE8A, #007DBC);
}

.review-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  height: 55px;
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 36px;
}

.review-container p {
  font-family: 'Roboto', Helvetica, cursive;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 20.5px;
  color: #fff;
  margin: 0;
}

.review-container .score {
  font-family: 'Roboto', Helvetica, cursive;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 20.5px;
  color: #fff;
}

.review-container .score span {
  line-height: 24px;
  top: -2px;
}
/* REVIEW */ 

/* LINKS */ 
.footer-wrapper {
  background: #f3f5f9;
  width: 100%;
}  
  
  
.footer-container {
  display: grid;
  max-width: 160rem;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  border: 0;
  column-gap: 12;
  row-gap: 24px;
  background: #f3f5f9;
}

.footer-container ul {
  font-family: 'Roboto', Helvetica, cursive;
  color: #344450;
  background: transparent;
  margin: 24px 12px;
  padding: 12px;
  text-align: left;
  font-weight: normal;
  letter-spacing: .3px;
  line-height: 18.5px;
}

.footer-container li {
  padding: 3px 8px;
  font-size: 13px;
  line-height: 19px;
  color: #293037;
}

.footer-container li:first-child {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 8px;
  color: #344450;
}


.footer-container li a:hover::after {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\E5C8";
    margin-top: 1px;
    margin-left: 10px;
    font-size: 16px;
    transition: .3s all;
    opacity: 1;
    color: #687787;
}

.footer-container li a::after {
  transition: .3s all;
  font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\E5C8";
    margin-top: 1px;
    font-size: 16px;
    margin-left: 0;
    opacity: 0;
    color: #687787;
  }

.footer-item-online {
  border: 0;
}

.footer-item-szolgaltatasok {
  border: 0;
}

.footer-item-decathlon {
  border: 0;
}

.footer-item-csr {
  border: 0;
}

@media screen and (max-width: 1038px) {
  .footer-container {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    padding: 24px;
    }
  
  .footer-container ul {
    font-family: 'Roboto', Helvetica, cursive;
    color: #344450;
    background: #fff;
    margin: 0;
    font-size: 16px;
    padding: 12px;
    text-align: left;
    font-weight: normal;
    letter-spacing: .3px;
    line-height: 20.5px;
    transition: .3s all;
  }
  
  .footer-container li {
    display: none;
    transition: .3s all;
    cursor: pointer;
  }
  
    .footer-container li:first-child {
    display: block;
      width: 100%;
      position: relative;
      transition: .3s all;
  }
  
  .footer-container li:first-child::after {
  transition: .3s all;
  font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\e5cf";
    margin-top: 0;
    font-size: 24px;
    right: 0;
    opacity: 1;
    color: #687787;
  }
  
.footer-container .opened::after {
  transition: .3s all;
  font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\e5cf";
    margin-top: 0;
    font-size: 24px;
    right: 0;
    opacity: 1;
    color: #687787;
    transform: rotate(180deg);
  }
  
  .open {
    display: block !important;
    transition: .3s all;
  }
  
}
/* LINKS */

/* APP */
.app-wrapper {
  background: #f3f5f9;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.app-wrapper .app-container {
    display: flex;
    max-width: 160rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-end;
}

.app-wrapper .app-content {
    margin-left: 24px;
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.app-container .title {
    font-family: 'Roboto', Helvetica, cursive;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .3px;
    line-height: 20.5px;
    padding: 8px;
    text-transform: none;
    font-style: normal;
}

.break{
  flex-basis: 100%;
  height: 1px;
}

.app-continer .ios, .app-container .android {
  margin: 8px;
}
/* APP */

/* SOCIAL */

.social-wrapper {
  display: flex;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.social-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-right: 24px;
    max-width: 1180px;
}

.social-content span {
  background: #E2E5E9;
  padding: 4px 8px;
  margin: 8px;
  transition: .3s all;
}

.social-content span:hover {
  background: #FFFFFF;
  transition: .3s all;
}
  
.social-content svg {
  margin-top: 3px;
}

/* SOCIAL */


/* COUNTRY SELECT */

.country-wrapper {
  display: flex;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #f3f5f9;
}

.country-content {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 160rem;
}

  .crossclose {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: url('https://www.decathlon.hu/content/website/footer/close.png') no-repeat;
  }

.liftCountry {
  display: none;
}

.countryPart {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 24px;
}

.selectorCountry {
  background: #EFF1F3;
  font-family: 'Roboto', Helvetica, cursive;
  font-weight: bold;
  letter-spacing: .3px;
  font-size: 14px;
  color: #687787;
  position: relative;
  border: 2px solid #B3BAC3;
  padding: 8px 36px 8px 24px;
  cursor: pointer;
  min-width: 250px;
}

.selectorCountry:hover {
  background: #fff;
}
  
.selectorCountry .title {
    font-family: 'Roboto', Helvetica, cursive;
    font-weight: bold;
    line-height: 2rem;
    letter-spacing: .3px;
    text-transform: none;
    font-style: normal;
    color: #687787;
    font-size: 14px;
    margin: 0;
}

.selectorCountry .title::after {
  transition: .3s all;
  font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\e5cf";
    margin-top: 0;
    font-size: 20px;
    right: 12px;
    opacity: 1;
    color: #687787;
  }
  
.selectorCountry .opened::after {
  transition: .3s all;
  font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\e5cf";
    margin-top: 0;
    font-size: 20px;
    right: 12px;
    opacity: 1;
    color: #687787;
    transform: rotate(180deg);
  }

.countryPart .title-icon {
  color: #007DBC;
  line-height: auto;
  display: block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 5px;
  cursor: default;
}

.boxCountry li {
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  z-index: 10;
}

.boxCountry li:hover {
  font-weight: bold;
}


/* COUNTRY SELECT */

/* OTHER LINKS */
.other-links-wrapper {
  display: flex;
  margin: 0 auto;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.other-links-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1180px;
    margin: 24px;
}

.other-links-container a, .other-links-container a:link, .other-links-container a:active, .other-links-container a:visited, .other-links-container a:hover {
    text-decoration: none;
    outline: none;
    font-family: 'Roboto', Helvetica, cursive;
    line-height: 20.5px;
    font-size: 12px;
    letter-spacing: .3px;
    color: #B3BAC3;
    padding: 12px 12px 0 0;
}

.other-links-container a:hover {
  color: #4E5D6B;
}

/* OTHER LINKS */



/*MEDIUM DESKTOP*/
@media screen and (max-width: 1800px) {
    .logo-container {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        text-align: center;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #fff;
        overflow: hidden;
    }

    .usp-container {
        display: grid;
        justify-items: center;
        max-width: 1280px;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        border: 0;
        column-gap: 24px;
        row-gap: 24px;
        background: #fff;
    }

    .review-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        height: 55px;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 36px;
    }

    .footer-container {
        display: grid;
        max-width: 1280px;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        border: 0;
        column-gap: 12;
        row-gap: 24px;
        background: #f3f5f9;
    }

    .app-wrapper .app-container {
        display: flex;
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 24px;
        flex-wrap: wrap;
        text-align: center;
        align-content: center;
        justify-content: space-evenly;
        align-items: flex-end;
    }

    .country-content {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        max-width: 1280px;
    }
}

/*SMALL DESKTOP*/
@media screen and (max-width: 1200px) {
    .logo-container {
        display: flex;
        max-width: 1140px;
        margin: 0 auto;
        text-align: center;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #fff;
        overflow: hidden;
    }

    .usp-container {
        display: grid;
        justify-items: center;
        max-width: 1140px;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        border: 0;
        column-gap: 24px;
        row-gap: 24px;
        background: #fff;
    }

    .review-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        height: 55px;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 36px;
    }

    .footer-container {
        display: grid;
        max-width: 1140px;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        border: 0;
        column-gap: 12;
        row-gap: 24px;
        background: #f3f5f9;
    }

    .app-wrapper .app-container {
        display: flex;
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 24px;
        flex-wrap: wrap;
        text-align: center;
        align-content: center;
        justify-content: space-evenly;
        align-items: flex-end;
    }

    .country-content {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        max-width: 1140px;
    }
}

/* TABLET LANDSCAPE*/
@media screen and (max-width: 1038px) {
    .app-wrapper .app-content {
        margin-left: 0;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
  
    .social-content {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 24px 24px 0 24px;
        margin-right: 24px;
        max-width: 1180px;
        width: 100%;
    }
  
      .country-content {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        max-width: 1180px;
    }
  
      .countryPart {
        display: flex;
        position: relative;
        width: 100%;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 24px;
    }
  
      .selectorCountry {
        background: #EFF1F3;
        font-family: 'Roboto', Helvetica, cursive;
        font-weight: bold;
        letter-spacing: .3px;
        font-size: 14px;
        color: #687787;
        position: relative;
        border: 2px solid #B3BAC3;
        padding: 8px 36px 8px 24px;
        cursor: pointer;
        min-height: 55px;
        min-width: 100%;
    }
  
    .selectorCountry .title {
      padding-top: 7px;
    }
  
      .other-links-container {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 100%;
        max-width: 1180px;
        margin: 0 24px 24px 24px;
    }

    .usp-container .usp:nth-child(3), .usp-container .usp:nth-child(4) {
      margin-bottom: 0;
  }


  .usp-container .usp:nth-child(1), .usp-container .usp:nth-child(2) {
    margin-bottom: 0;
  }

  .usp-container .usp:nth-child(3), .usp-container .usp:nth-child(4) {
    margin-bottom: 0;
  }

  .usp-container .usp {
    margin: 12px;
  }

  .usp-container {
    row-gap: 12px;
  }

  .footer-container {
    display: grid;
    max-width: 1140px;
    margin: 0 auto;
    grid-template-columns: 50% 50%;
    border: 0;
    column-gap: 12px;
    row-gap: 24px;
    background: #f3f5f9;
}

.usp-container {
  display: grid;
  justify-items: center;
  max-width: 1140px;
  margin: 0 auto;
  grid-template-columns: 50% 50%;
  border: 0;
  column-gap: 24px;
  row-gap: 24px;
  background: #fff;
  padding-bottom: 24px;
}


}

/*TABLET*/
@media screen and (max-width: 900px) {
    
}
/*MOBILE*/
@media screen and (max-width: 800px) {

  /*USP*/

  .usp-container .usp {
      margin: 12px;
  }

  .usp-container {
      display: grid;
      justify-items: center;
      max-width: 1280px;
      margin: 0 auto;
      grid-template-columns: 50% 50%;
      border: 0;
      column-gap: 12px;
      row-gap: 12px;
      padding-bottom: 12px;
      background: #fff;
  }

  .usp-container .usp p {
    font-family: 'Roboto', Helvetica, cursive;
    color: #012B49;
    font-weight: bold;
    font-size: 12px;
    line-height: 17.5px;
    letter-spacing: inherit;
    padding: 0 0 0 8px;
    max-width: 100px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0;
}

.footer-container {
  display: grid;
  max-width: 1140px;
  margin: 0 auto;
  grid-template-columns: 100%;
  border: 0;
  column-gap: 12px;
  row-gap: 24px;
  background: #f3f5f9;
}
}