@media screen and (min-width: 1240px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }

  .content.prime {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }

  .prime__image {
    right: -webkit-calc(50% - ((1240px - 130px) / 2));
    right: -moz-calc(50% - ((1240px - 130px) / 2));
    right: calc(50% - ((1240px - 130px) / 2));
  }

  .main__content {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }
}


@media screen and (max-width: 1100px) {
  .prime__image img {
    max-width: 476px;
  }
}

@media screen and (max-width: 1024px) {
  /* HEADER */
  .header__menu > ul > li + li {
    margin-left: 30px;
  }

  .prime__image {
    right: 30px;
  }

  .prime__image img {
    max-width: 440px;
  }

  .prime__terms {
    margin-top: 50px;
    max-width: 330px;
  }
}

@media screen and (max-width: 850px) {
  /* HEADER */
  .header__menu > ul > li + li {
    margin-left: 20px;
  }

  .content.prime {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prime__image {
    right: -30px;
  }

  .prime__text {
    font-size: 20px;
  }

  .prime__terms {
    max-width: 300px;
  }

  .cover,
  .main__content,
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .prime__image {
    right: -50px;
  }

  .prime__text {
    max-width: 325px;
  }

  .prime__terms {
    max-width: 240px;
  }

  /* HEADER */
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80px;
  }

  .header__logo {
    margin-right: auto;
    position: relative;
    z-index: 101;
  }

  .menu-button {
    position: relative;
    z-index: 101;
    display: block;
    background-color: transparent;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    margin-left: 20px;
  }

  .menu-button svg .line {
    position: relative;
  }

  .menu-button svg .line::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
  }

  .menu-button svg {
    display: block;
    margin: auto;
  }

 .menu-button svg:last-of-type {
    display: none;
  }

  .menu-button.active svg:first-of-type {
    display: none;
  }

  .menu-button.active svg:last-of-type {
    display: block;
  }

  .menu-button .burger-icon .line {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }

  .menu-button.active .burger-icon .top {
    width: 24px;
    x: -3px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button.active .burger-icon .middle {
    opacity: 0;
  }

  .menu-button.active .burger-icon .bottom {
    width: 24px;
    x: -3px;
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(100vh);
    max-height: -webkit-calc(100vh);
    max-height: -moz-calc(100vh);
    max-height: calc(100vh);
    overflow-y: auto;
    background: #131521;
    z-index: 100;
    margin: 0;
    display: none;
    padding: -webkit-calc(22vh) 25px 25px 25px;
    padding: -moz-calc(22vh) 25px 25px 25px;
    padding: calc(22vh) 25px 25px 25px;
    text-align: center;
  }

  .header__menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 0;
    background: none;
  }

  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 40px;
  }

  .header__menu > ul > li > a {
    font-size: 22px;
    padding: 0;
  }

  /* Prime  */
  .content.prime {
    padding-top: 90px;
    margin-top: -86px;
  }

  /* Privileges */
  .privileges__item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }

  /* Start */
  .start__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 15vw;
  }

  html[lang='ar'] h1,
  html[lang='ar'] .title.general {
    max-width: 75%;
  }

  h2,
  .title.high {
    font-size: 28px;
  }

  h3,
  .title.middle {
    font-size: 20px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 42%;
    object-position: 42%;
  }

  .prime__image {
    right: auto;
    left: 200px;
  }

  .prime__image img {
    max-width: 420px;
  }

  .prime__text {
    max-width: 260px;
  }

  .prime__terms {
    max-width: 190px;
  }

  /* How */
  .how__list ul li {
    width: 100%;
  }

  .how__wrap {
    padding-top: 160px;
  }

  .how__image {
    top: 30px;
  }

  .how__list ul li p {
    max-width: 380px;
  }

  /* Start */
  .start__title {
    font-size: 28px;
  }

  /* FOOTER */
  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .footer__bottom > * {
    width: 100%;
  }

  .footer__text {
    margin-right: 0;
  }

  .footer__buttons {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  /* Start */
  .start {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 35, 51, 0)), to(#612839));
    background: -webkit-linear-gradient(top, rgba(46, 35, 51, 0) 0%, #612839 100%);
    background: -moz-linear-gradient(top, rgba(46, 35, 51, 0) 0%, #612839 100%);
    background: -o-linear-gradient(top, rgba(46, 35, 51, 0) 0%, #612839 100%);
    background: linear-gradient(180deg, rgba(46, 35, 51, 0) 0%, #612839 100%);
  }

  .start::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(206, 46, 86, 0)), to(rgba(228, 75, 113, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(206, 46, 86, 0) 0%, rgba(228, 75, 113, 0.5) 100%);
    background: -moz-linear-gradient(bottom, rgba(206, 46, 86, 0) 0%, rgba(228, 75, 113, 0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(206, 46, 86, 0) 0%, rgba(228, 75, 113, 0.5) 100%);
    background: linear-gradient(0deg, rgba(206, 46, 86, 0) 0%, rgba(228, 75, 113, 0.5) 100%);
  }

  .start__title {
    font-size: 30px;
  }

  .start__text {
    padding: 0;
    margin-top: 30px;
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .start__description {
    text-align: center;
  }

  .start__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 152px;
    -moz-box-flex: 0;
    flex: 0 0 152px;
  }

  .start__image img {
    max-width: 152px;
  }

  .start__title {
    font-size: 30px;
    text-align: center;
  }

  .start__button {
    margin-top: 27px;
    margin-left: auto;
  }
}

@media screen and (max-width: 440px) {
  /* HEADER */
  h1,
  .title.general {
    text-align: center;
    font-size: 13.64vw;
  }

  /* DE */
  html[lang='de-DE'] h1,
  html[lang='de-DE'] .title.general,
  html[lang='fr-CA'] h1,
  html[lang='fr-CA'] .title.general {
    max-width: 90%;
  }

  h2,
  .title.high {
    font-size: 35px;
    line-height: 1.1;
  }

  .content {
    margin-top: 80px;
  }

  .main__content::before {
    display: none;
  }

  .menu-button {
    margin-left: 10px;
  }

  /* Prime */
  .content.prime {
    min-height: 650px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .prime__wrap {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__image {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .prime__image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(29, 24, 48, 0)),
      color-stop(25%, rgba(29, 24, 48, 0.5)),
      color-stop(50%, rgba(29, 24, 48, 0.75)),
      color-stop(75%, rgba(29, 24, 48, 1)),
      to(rgba(29, 24, 48, 1))
    );
    background: -webkit-linear-gradient(top, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
    background: -moz-linear-gradient(top, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
    background: -o-linear-gradient(top, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(29, 24, 48, 0)),
      color-stop(25%, rgba(29, 24, 48, 0.5)),
      color-stop(50%, rgba(29, 24, 48, 0.75)),
      color-stop(75%, rgba(29, 24, 48, 1)),
      to(rgba(29, 24, 48, 1))
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(29, 24, 48, 0)),
      color-stop(25%, rgba(29, 24, 48, 0.5)),
      color-stop(50%, rgba(29, 24, 48, 0.75)),
      color-stop(75%, rgba(29, 24, 48, 1)),
      to(rgba(29, 24, 48, 1))
    );
    background: linear-gradient(180deg, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
  }

  .prime__image img {
    max-width: 434px;
  }

  .prime__text {
    max-width: 348px;
    font-size: 23px;
    line-height: 1.15;
    color: #fff;
    background: none;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
    margin: 120px auto 0;
  }

  .prime__button {
    margin-top: 36px;
  }

  .prime__terms {
    position: relative;
    z-index: 3;
    max-width: 280px;
    text-align: center;
    margin: 36px auto 0;
  }

  /* Privileges */
  .privileges > p {
    max-width: 300px;
  }

  .privileges__list {
    display: none;
  }

  .owl-carousel.privileges__carousel {
    display: block;
  }

  /* Application */
  .application__form {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .proof__dropzone {
    border: 2px solid rgba(255, 255, 255, 0.2);
  }

  /* FOOTER */
  .footer {
    margin-top: 80px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .footer__links-item + .footer__links-item {
    margin-top: 40px;
  }

  .footer__links-item p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .cover,
  .main__content,
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content.prime {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo img {
    max-width: 180px;
  }
}
