@import "influencers.css";
@import "form.css";
@import "billion-peeps.css";

.screen-reader-response {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  margin-bottom: -20px;
  display: none;
}

@media (max-width: 1260px) {
  .header__nav-item--sub .header__nav-link[href=""] {
    display: none;
  }
  .header__nav-item--sub > a {
    display: none;
  }
  .header__nav-item--sub {
    padding: 0;
  }
  .header__nav-item--sub .header__submenu {
    display: block;
    padding: 0;
  }

  .header__nav-item:not(:first-child) {
    margin: 24px auto 0;
  }

  .header__submenu-link {
    font-size: 28px;
  }
  .header__submenu-item {
    padding: 10px 10px 5px;
  }
  .header__submenu-item:not(:last-child) {
    margin-bottom: 0;
  }
  .header__submenu-item:not(:first-child) {
    margin-top: 24px;
  }

  .our-apps__action:not(:last-child) {
    margin-right: 5px;
  }
}

.our-apps__filters {
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1261px) and (max-width: 1540px) {
  .our-apps__filters {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .our-apps__filters {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .our-apps__filters {
    width: 100%;
    margin-bottom: 40px;
  }
}
.our-apps__filters-item {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 1260px) and (min-width: 768px) {
  .our-apps__filters-item {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .our-apps__filters-item {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .our-apps__filters-item {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .awards__item {
    height: 180px;
  }
}
.awards__item {
  width: 220px;
}
@media (max-width: 767px) {
  .awards__item {
    width: 220px;
  }
  .awards__item img {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .awards__item img {
    max-width: 200px;
  }
}
@media (min-width: 1541px) {
  .about__wrapper {
    max-width: 50%;
  }
}
.article__content td:not(:last-child) {
  border-right: 4px solid transparent;
}
.article__content tr:not(:last-child) {
  border-bottom: 4px solid transparent;
}

.article__content__img {
  width: 100%;
  height: auto;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

._for-artist.make-game {
  background-color: #fff;
}
._for-artist .make-game__right {
  margin-right: 0;
  margin-top: 70px;
  max-width: 880px;
}
._for-artist .about__item {
  align-items: flex-start;
}

.make-game__item {
  justify-content: flex-end;
  text-align: center;
}

.phones__inner {
  width: 720px;
  margin: -4% auto -100px;
}
@media (max-width: 1540px) {
  .phones__inner {
    width: 680px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .phones__inner {
    width: 400px;
    max-width: 100%;
  }
}

.waiting-for__form .form-row__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.waiting-for__form .form-row__cell {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .waiting-for__form .form-row__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .waiting-for__form .form-row__cell {
    width: 100%;
  }
  .waiting-for__form .form-row__cell:first-child {
    margin-bottom: 20px;
  }
}

.contact-us._for-artist .decor-1 {
  width: 107px;
  top: 43%;
  left: 8%;
  right: auto;
  bottom: auto;
}
.contact-us._for-artist .decor-2 {
  width: 258px;
  left: 13%;
  top: 52%;
}
@media (min-width: 1261px) and (max-width: 1540px) {
  .contact-us._for-artist .decor-2 {
    left: 60px;
  }
}
@media (max-width: 768px) {
  .contact-us._for-artist .decor-2 {
    display: none;
  }
}
.contact-us._for-artist .decor-3 {
  right: 18%;
  top: 54%;
  width: 148px;
}
@media (max-width: 768px) {
  .contact-us._for-artist .decor-3 {
    display: none;
  }
}

.our-products__tabs {
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .our-products__tabs {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .our-products__tabs {
    width: 100%;
  }
}

.our-products__item-link {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 1260px) and (min-width: 768px) {
  .our-products__item-link {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .our-products__item-link {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .our-products__item-link {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}

.offer {
  padding-top: 140px;
  padding-bottom: 80px;
}
.offer__title {
  text-align: center;
  margin-bottom: 1.38em;
}
.offer__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.offer__item {
  width: 31.6%;
  margin-bottom: 60px;
}
.offer__desc {
  position: relative;
  margin-top: -120px;
  padding-top: 24px;
  padding-left: 50px;
  padding-right: 24px;
  padding-bottom: 17px;
  max-width: 87.5%;
  background: #fff;
}
.offer__desc-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.22;
  color: #303030;
}
@media (max-width: 1260px) {
  .offer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .offer__item {
    width: 46%;
  }
  .offer__desc {
    margin-top: -60px;
    padding-left: 32px;
  }
  .offer__desc-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .offer__item {
    width: 100%;
    margin-bottom: 32px;
  }
  .offer__desc {
    margin-top: -40px;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
  .offer__desc-title {
    font-size: 18px;
  }
}

.achievements:before {
  display: none;
}

.awards__image {
  display: block;
  width: 80%;
  max-width: 1040px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .awards__image {
    max-width: 600px;
    margin: 40px auto 0;
  }
}

.partner__top {
  max-width: 1020px;
}
.blog__day:before,
.opinions__day:before {
  display: none;
}

.snapchat-btn,
.tik-tok-btn,
.instant-game-btn {
  display: block;
  background-color: transparent;
  background-size: contain;
  width: 136px;
  height: 40px;
  background-position: center center;
}
.snapchat-btn {
  background-image: url("../images/snapchat.svg");
}
.tik-tok-btn {
  background-image: url("../images/tik-tok.svg");
}
.instant-game-btn {
  background-image: url("../images/instant-games.svg");
}

.privacy-policy .article__content,
.privacy-policy .article__content p {
  font-size: 16px;
  line-height: 24px;
}
.privacy-policy .article__content a {
  color: rgb(0, 0, 238);
}
.privacy-policy .article__content a:visited {
  color: rgb(85, 26, 139);
}

.privacy-policy__table-wrapper {
  overflow-y: hidden;
}
.privacy-policy__table-wrapper table {
  min-width: 420px;
}
.privacy-policy__table-wrapper._last-column-space th:last-child,
.privacy-policy__table-wrapper._last-column-space td:last-child {
  padding-left: 4%;
}

/* Music One, Edu One */
.section__dark {
  background: #FAFAFA;
  padding: 0 70px 70px;
  text-align: center;
}
.section__title {
  text-align: center;
  font-size: 66px;
  color: #333333;
  padding: 45px 0;
  margin-top: 0;
}
.section__subtitle {
  text-align: center;
  color: #333333;
  margin: 0 auto;
}
.items-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.family_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.family_image {
  position: relative;
  margin-top: -120px;
  width: 100%;
  max-width: 1200px;
  z-index: -1;
}
.try_for_free__btn {
  margin-top: 40px;
}
.try_for_free__btn .btn-large {
  width: auto;
}
/* Subscription Plan */
.subscription-plan__item {
  width: 450px;
  color: #333333;
  text-align: center;
  margin-bottom: 35px;
  padding: 0;
  border: none;
}
.subscription-plan__item:not(:last-child) {
  padding-right: 40px;
}
.subscription-plan__item:not(:first-child) {
  border-left: 2px solid black;
  padding-left: 40px;
}
.subscription-plan__title {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.subscription-plan__price p,
.subscription-plan__price ul {
  font-size: 22px;
  text-align: center;
  padding: 6px 33px;
  line-height: 28px;
}
.subscription-plan__price ul {
  list-style-type: disc;
  text-align: left;
  margin-left: 10px;
}
.subscription-plan__price ul li {
  padding: 5px;
}
@media (max-width: 1260px) {
  .section__title {
    font-size: 48px;
    padding: 40px 0;
  }
}
@media (max-width: 1119px) {
  .subscription-plan__item {
    margin: 0 30px;
  }
  .subscription-plan__item:not(:last-child) {
    border-bottom: 2px solid black;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .subscription-plan__item:not(:first-child) {
    border-left: none;
    padding-left: 0;
    padding-top: 30px;
  }
  .subscription-plan__item:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .family_image {
    margin-top: -40px;
  }
  .section__dark {
    padding: 0 30px 30px
  }
  .section__title {
    font-size: 28px;
    line-height: 36px;
    padding: 30px 0;
  }
  .section__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .items-list {
    margin-top: 0;
  }
  .subscription-plan__item {
    width: 280px;
    min-width: 245px;
  }
  .subscription-plan__title {
    font-size: 18px;
    line-height: 24px;
  }
  .subscription-plan__price p,
  .subscription-plan__price ul {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 14px;
  }
}
@media (max-width: 350px) {
  .try_for_free__btn .btn-large {
    font-size: 14px;
  }
}

/* Music One */
.music-one-product__item {
  position: relative;
  width: 320px;
  height: 400px;
  margin: 45px 30px;
}
.music-one-product__icon {
  z-index: 2;
  position: absolute;
  height: 75px;
  width: 75px;
  bottom: 120px;
  left: 124px;
}
.music-one-product__icon.music-one-product__icon_link {
  bottom: 160px;
}
.music-one-product__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 170px;
  width: 100%;
  border-radius: 21px;
  background: #EFEFEF;
  padding: 40px 10px 15px;
  text-align: center;
}
.music-one-product__desc.music-one-product__desc_link {
  height: 210px;
}
.music-one-product__desc-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}
.music-one-product__desc-url {
  display: inline-block;
}
.music-one-product__desc-url-image {
  display: block;
  margin-top: 5px;
  height: 35px;
}
.music-one-product__desc-subtitle {
  font-size: 16px;
  line-height: 26px;
}
.subscription-offers__item {
  max-width: 260px;
  margin: 15px 30px;
  text-align: center;
  color: #333333;
}
.subscription-offers__icon {
  margin: 0 auto;
  width: 170px;
}
.subscription-offers__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 36px;
}
@media (max-width: 1260px) {
  .music-one-product__item {
    width: 280px;
    height: 355px;
    margin-bottom: 25px;
  }
  .music-one-product__icon {
    width: 70px;
    height: 70px;
    bottom: 110px;
    left: 105px;
  }
  .music-one-product__icon.music-one-product__icon_link {
    bottom: 145px;
  }
  .music-one-product__desc {
    height: 155px;
    padding: 32px 10px 12px;
  }
  .music-one-product__desc.music-one-product__desc_link {
    height: 185px;
  }
  .music-one-product__desc-title {
    font-size: 20px;
    line-height: 32px;
  }
  .music-one-product__desc-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .subscription-offers__item {
    max-width: 234px;
  }
  .subscription-offers__icon {
    width: 154px;
  }
  .subscription-offers__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* .music-one-product__item {
    width: 222px;
    height: 280px;
    margin-bottom: 20px;
  }
  .music-one-product__icon {
    width: 45px;
    height: 45px;
    bottom: 95px;
    left: 88px;
  }
  .music-one-product__desc {
    height: 126px;
    padding: 33px 8px 10px;
  }
  .music-one-product__desc-title {
    font-size: 18px;
    line-height: 32px;
  }
  .music-one-product__desc-subtitle {
    font-size: 10px;
    line-height: 18px;
  } */
  .subscription-offers__item {
    max-width: 239px;
  }
  .subscription-offers__icon {
    width: 157px;
  }
  .subscription-offers__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
  }
}

/* Edu One */
.edu-products {
  background-color: #fafafa;
}
.edu-one-products__list {
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.edu-one-product__item {
  position: relative;
  width: 100%;
}
.row-reverse {
  background-color: white;
}
.row-reverse div.edu-one-product__desc {
  left: 50px;
  right: unset;
}
.edu-one-product__desc {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  left: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  text-align: center;
}
.edu-one-product__icon {
  height: 75px;
  width: 75px;
}
.edu-one-product__desc-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  margin: 14px 0;
}
.edu-one-product__desc-subtitle {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1260px) {
  .edu-one-product__icon {
    width: 65px;
    height: 65px;
  }
  .edu-one-product__desc-title {
    font-size: 18px;
    line-height: 24px;
  }
  .edu-one-product__desc-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .edu-products {
    padding-bottom: 30px;
  }
  .edu-one-products__list {
    margin-top: -20px;
  }
  .edu-one-product__photo {
    overflow: hidden;
  }
  .edu-one-product__photo picture img {
    position: relative;
    transform: translateX(25%) scale(1.5);
  }
  .row-reverse div.edu-one-product__photo picture img {
    transform: translateX(-25%) scale(1.5);
  }
  .edu-one-product__icon {
    width: 45px;
    height: 45px;
  }
  .edu-one-product__desc {
    position: relative;
    width: 70%;
    margin: 10px auto 25px;
    right: unset !important;
    left: unset !important;
  }
}

/* Footer */
@media (min-width: 1280px) {
  .footer__right {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .social__title {
    margin-right: 10px;
  }
}

@media (min-width: 1261px) and (max-width: 1540px) {
  .social__title {
    font-size: 20px;
  }
}

.footer__social {
  min-width: 230px;
  justify-content: space-between;
}

.footer__social:not(:last-child) {
  margin-bottom: 15px;
}
