.apple-cover {
  display: block;
  height: 525px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1679px) {
  .apple-cover {
    height: 430px;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover {
    height: auto;
    min-height: 535px;
    padding: 30px 0;
  }
}
.apple-cover__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.apple-cover__content {
  color: #fff;
  max-width: 520px;
}
@media screen and (max-width: 759px) {
  .apple-cover__content {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.apple-cover__logo {
  height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .apple-cover__logo {
    margin-bottom: 0;
    height: 15px;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover__top {
    margin-top: 15px;
    text-align: center;
  }
}
.apple-cover__title {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .apple-cover__title {
    font-size: 46px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .apple-cover__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover__title {
    font-size: 32px;
    line-height: 1;
  }
}
.apple-cover__text {
  font-size: 30px;
  line-height: 1.07;
  color: #fff;
  margin-top: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1679px) {
  .apple-cover__text {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .apple-cover__text {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover__text {
    font-size: 20px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover__text {
    flex-grow: 1;
    font-size: 21px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .apple-cover__text {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .apple-cover__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .apple-cover__text {
    font-size: 16px;
    line-height: 1.38;
  }
}
.apple-cover__description {
  font-size: 21px;
  line-height: 1.38;
  color: #e2e5eb;
  margin-top: 45px;
  width: 100%;
}
@media screen and (max-width: 1679px) {
  .apple-cover__description {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .apple-cover__description {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover__description {
    font-size: 16px;
    line-height: 1.38;
  }
}
.apple-cover__description a {
  color: #e2e5eb;
  font-weight: 500;
}
@media screen and (max-width: 759px) {
  .apple-cover__description_top {
    margin-top: 30px;
  }
}
.apple-cover__description_bottom {
  margin-top: 20px;
}
.apple-cover__bottom {
  margin-top: 20px;
}
.apple-cover__itunes-icon {
  width: 30px;
  height: 30px;
  background: url("../../i/apple-cover/itunes-icon.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  display: none;
  position: absolute;
  top: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 759px) {
  .apple-cover__itunes-icon {
    display: block;
  }
}
.apple-cover_music {
  background-color: #7177ff;
  background-image: url("../../i/apple-cover/cover-2.jpg");
}
@media screen and (max-width: 759px) {
  .apple-cover_music {
    background-image: url("../../i/apple-cover/cover-2_phone.jpg");
    background-position: center -350px;
    -webkit-background-size: 590px auto;
    -moz-background-size: 590px auto;
    background-size: 590px auto;
  }
}
.apple-cover_music .apple-cover__title {
  font-weight: normal;
}
@media screen and (max-width: 759px) {
  .apple-cover_music .apple-cover__title {
    margin-top: 340px;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover_music-closed {
    height: auto;
    min-height: 550px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center -350px;
    -webkit-background-size: 590px auto;
    -moz-background-size: 590px auto;
    background-size: 590px auto;
  }
}
.apple-cover_music-closed .apple-cover__title {
  margin-top: 40px;
}
@media screen and (max-width: 759px) {
  .apple-cover_music-closed .apple-cover__title {
    max-width: 280px;
    margin-top: 310px;
  }
}
.apple-cover_music-closed .apple-cover__wrapper {
  align-items: flex-start;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 759px) {
  .apple-cover_music-closed .apple-cover__wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover_music-closed .apple-cover__content {
    height: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 759px) {
  .apple-cover_music-closed .apple-cover__logo {
    height: 15px;
    margin-bottom: 0;
  }
}
