.preview-images {
  background: #fff;
  position: fixed;
  z-index: 11111;
  width: 100%;
  height: 100%;
  top: 0;
}

#app {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.border-bottom_grey {
  border-bottom: 1px solid #dadada;
}

.close-btn {
  display: block;
  margin-left: auto;
  font-size: 16px;
  color: #3478F6;
  margin-top: 12px;
  margin-right: 15px;
  margin-bottom: 12px;
  outline: none;
}

.comment-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 11111;
}
.comment-preview-title {
  margin-left: 16px;
  margin-top: 8px;
}
.comment-preview .px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.comment-preview .comment {
  height: auto;
}
.comment-preview .comment-text {
  max-height: unset;
}

@media screen and (max-width: 414px) {
  .your-class .slick-slide {
    width: 365px;
  }
  .your-class img {
    width: 100%;
    max-width: 335px;
    border-radius: 10%/4.7%;
  }
}
@media screen and (max-width: 375px) {
  .your-class .slick-slide {
    width: 340px;
  }
  .your-class img {
    width: 100%;
    max-width: 307px;
  }
}
* {
  outline: none !important;
}

body, html {
  background: #fcfcfc;
}

a {
  text-decoration: none !important;
}

.error-block {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-block .text-error {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: darkred;
}

.button {
  position: absolute;
  right: 4px;
  top: 5.5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
  background: #017bff;
  letter-spacing: 1.6px;
  text-indent: 2px;
  padding: 0 11px;
  width: 74px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nav.fadeIn {
  -webkit-animation: fadein 0.4s;
  -moz-animation: fadein 0.4s;
  -ms-animation: fadein 0.4s;
  -o-animation: fadein 0.4s;
  animation: fadein 0.4s;
  transition: 0.4s;
  animation-fill-mode: forwards;
}

#nav.fadeOut {
  -webkit-animation: fadeout 0.4s;
  -moz-animation: fadeout 0.4s;
  -ms-animation: fadeout 0.4s;
  -o-animation: fadeout 0.4s;
  animation: fadeout 0.4s;
  transition: 0.4s;
  animation-fill-mode: forwards;
}

#nav {
  position: fixed;
  top: 0;
  z-index: 1111;
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.navbar {
  position: fixed;
  width: 100vw;
  left: 0;
  justify-content: space-between;
  background-color: #fcfcfc;
  height: 39px;
  display: flex;
  align-items: center;
}
.navbar .icon {
  max-width: 28px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22.5%;
}
.navbar .small-text {
  position: absolute;
  right: 84px;
  top: 10px;
  text-align: right;
}

@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.ml-8px {
  margin-left: 8px;
}

.ml-14px {
  margin-left: 90px;
}

@media screen and (max-width: 735px) {
  .ml-14px {
    margin-left: 14px;
  }
}
.d-flex {
  display: flex !important;
}

.app-header {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.app-header .w-100 {
  width: 100% !important;
}

.h-100_custom {
  height: 100%;
}

.btn_asd {
  background: #000;
  padding: 4px 0;
}

.share-icon {
  width: 18px;
  display: block;
}

.flex-block_1 {
  display: flex;
  justify-content: start;
  align-items: center;
}

.btn-block {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
}

.product-header__routes__cta_custom {
  width: 72px;
  background: #3478F6;
  font-weight: bold;
  border-radius: 24px;
  margin-right: 8px;
  height: 32px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-header__routes__cta_custom span {
  color: #fff;
  line-height: normal !important;
  text-align: center;
  font-size: 15px;
}

.small-text {
  font-size: 9px;
  line-height: normal;
  color: #8e8f93;
  font-family: "SF Pro", sans-serif;
}

.product-header__title.app-header__title {
  font-size: 20px;
}

.product-header__identity-mobile a {
  color: #969699 !important;
  font-size: 14px;
}

.section--bordered {
  border-top: 1px solid #f2f0f2 !important;
}

.pb-12_custom {
  padding-bottom: 12px !important;
}

.small-7_custom {
  width: 60%;
  max-width: 60%;
}

.small-5_custom {
  max-width: 33%;
}

.ember191, #ember191::before {
  width: 246px;
  height: 246px;
}

.ember191::before {
  padding-top: 100%;
}

@media screen and (max-width: 414px) {
  .small-5_custom {
    max-width: 33% !important;
  }

  .product-header__routes-mt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .product-header__routes-mt {
    margin-top: 1px;
  }
}
@media (min-width: 735px) {
  .ember191, #ember191::before {
    width: 217px;
    height: 217px;
  }

  .ember191::before {
    padding-top: 100%;
  }
}
@media (min-width: 1069px) {
  .ember191, #ember191::before {
    width: 230px;
    height: 230px;
  }

  .ember191::before {
    padding-top: 100%;
  }
}
.mt-8_custom {
  margin-top: 8px !important;
}

@media screen and (max-width: 414px) {
  .small-1_custom {
    max-width: 29vw !important;
    width: 29vw !important;
  }
}
.star {
  width: 12px;
}

.info-block_text {
  min-height: 36px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #7b7c80;
  padding: 6px;
  line-height: 1;
  border-right: 1px solid #f2f0f2;
}

.colorfff {
  color: #fff !important;
}

.l-column-custom {
  margin-left: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.section-padding {
  padding: 8px 0;
}

.border-right_none {
  border-right: none !important;
}

.info-block-header {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.62px;
  line-height: 1;
  margin: 0;
  color: #b1b1b3;
  text-align: center;
}

.info-block_img {
  padding: 6px 10px;
  border-right: 1px solid #efecef;
}

.info-block_img img {
  width: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-block-footer {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 1;
  margin: 0;
  color: #7b7c80;
}

.section--bordered_custom {
  border-top: 0.5px solid #c5c6c8;
}

.custom-block {
  margin-right: 0;
  width: auto;
  margin-left: 24px;
  padding-right: 24px;
}

.we-screenshot-viewer__screenshots-list_custom .border_top_custom {
  padding-top: 12px;
  padding-bottom: 8px !important;
  border-top: 1px solid #f0edf0;
  min-height: 82px;
}
.we-screenshot-viewer__screenshots-list_custom .border_top_custom:last-child .info-block_text {
  border-right: none !important;
}

.we-artwork__image.no_border_custom {
  border-radius: 6px !important;
}

@media screen and (max-width: 414px) {
  .small-2_custom {
    width: 62vw !important;
    max-width: 62vw !important;
  }
}
.we-artwork--screenshot-version-iphone-6-5 .we-artwork__image {
  -webkit-mask: unset !important;
}

.ember200, #ember200::before {
  width: 300px;
  height: 649px;
}

.ember200::before {
  padding-top: 216.3333333333%;
}

@media (min-width: 735px) {
  .ember200, #ember200::before {
    width: 157px;
    height: 339px;
  }

  .ember200::before {
    padding-top: 215.923566879%;
  }
}
@media (min-width: 1069px) {
  .ember200, #ember200::before {
    width: 230px;
    height: 497px;
  }

  .ember200::before {
    padding-top: 216.0869565217%;
  }
}
.we-artwork::before {
  content: none !important;
}

.mt-24_custom {
  margin-top: 12px !important;
}

.mob-information-list_item_img {
  width: 14px;
}

.new-pre-footer-block .pt-0_custom {
  padding-top: 0 !important;
}
.new-pre-footer-block .p-0_custom {
  padding: 0 !important;
}
.new-pre-footer-block .border-top_custom {
  border-top: 1px solid #cecfd6;
}
.new-pre-footer-block .pt-16_custom {
  padding-top: 16px;
}
.new-pre-footer-block .footer_item {
  padding: 24px;
  background: #ececf7;
}
.new-pre-footer-block .footer_item .mt-8_custom {
  margin-top: 8px;
}

.headline_block {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.headline_block .section__headline {
  font-size: 20px;
  width: 78%;
}
.headline_block .see_all_btn {
  width: 22%;
  text-align: right;
  font-size: 16px;
  margin-top: 4px;
  font-weight: normal;
}

.game {
  display: flex;
  width: 100%;
  align-items: center;
}
.game .game-content {
  display: flex;
  width: 100%;
}
.game .game-content .game_img {
  width: 60px;
  border-radius: 22.5%;
  height: 60px;
}
.game .game-content .pb-0_border-none {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.game .game-content .content-block {
  margin-left: 8px;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cecfd6;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .game .game-content .content-block {
    padding-bottom: 8px;
  }
}
.game .game-content .content-block .game-info .game-title {
  font-size: 18px;
  line-height: 1.1;
  max-width: 240px;
  color: #020204;
  margin-top: 8px;
}
@media screen and (max-width: 375px) {
  .game .game-content .content-block .game-info .game-title {
    margin-top: 0px;
  }
}
.game .game-content .content-block .game-info .game-description {
  margin-top: 4px;
  color: #68667c;
}
.game .game-content .content-block .game-btn-block .game-btn {
  color: #2449db;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 12px;
  background: #fff;
  border-radius: 25px;
}
.game .game-content .content-block .game-btn-block .game-btn_info {
  font-size: 10px;
  color: #696873;
  text-align: center;
  margin-top: 12px;
}

.small-2_custom-2 {
  width: 100% !important;
  max-width: 100% !important;
}

.new-rating_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
}
.new-rating_block .rating-text {
  font-size: 16px;
}
.new-rating_block .new-rating_stars .new-rating_starts_img {
  width: 24px;
  margin-right: 8px;
}
.new-rating_block .new-rating_stars .new-rating_starts_img:last-child {
  margin-right: 0;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.under-new-rate {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.under-new-rate .under-content {
  display: flex;
  align-items: center;
}
.under-new-rate .under-content .under-content_img {
  width: 16px;
}
.under-new-rate .under-content .under-content_text {
  font-size: 16px;
  margin-left: 6px;
  color: #0070c9;
}

.more-arrow .arrow {
  width: 12px;
  transform: rotate(90deg);
}

.list_item-right-block_custom {
  display: flex;
  align-items: center;
}

.ellips {
  height: 19px;
  max-width: 140px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}

.cloud-img {
  width: 24px;
}

.developer-block {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.arrow-custom {
  width: 14px;
  height: 14px;
}

.l-row--peek {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.l-row--peek::-webkit-scrollbar {
  display: none;
}

.mob-information-list .mob-information-list_item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-top: 1px solid #dadada;
  padding: 14px 0px;
}

.mob-information-list .mob-information-list_item .list_item-left-block {
  font-size: 14px;
  color: #5d5d61;
}

.mob-information-list .mob-information-list_item .list_item-right-block {
  font-size: 14px;
}

.color_blue {
  color: #0070c9 !important;
}

.comment {
  background: #f0f1f6;
  border-radius: 7px;
  padding: 17px 21px;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 17px;
  height: 200px;
  width: 100%;
  margin-right: 10px;
}
.comment-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.3px;
  display: flex;
  justify-content: space-between;

}
.comment-title span:first-child {
  white-space: initial;
}
.comment-text {
  overflow: hidden;
  max-height: 144px;
  position: relative;
  margin-top: 14px;
}
.comment-text .limited {
  max-height: 104px;
  overflow-y: hidden;
  font-weight: 400;
  color: #000;
  clear: both;
  position: relative;
}
.comment-text .limited .more-btn {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 2px;
  padding-left: 40px;
  background: -webkit-linear-gradient(0deg, rgba(230, 229, 235, 0.3) 0%, #f0f1f6 40%, #f0f1f6 100%);
  background: linear-gradient(90deg, rgba(230, 229, 235, 0.3) 0%, #f0f1f6 40%, #f0f1f6 100%);
  color: #1a77e0 !important;
  font-weight: 400;
}
.comment .comment-stars {
  display: flex;
  justify-content: space-between;
}
.comment .comment-stars .stars {
  display: flex;
  margin-top: 2px;
}
.comment .comment-stars .stars img {
  width: 12px;
  height: 12px;
  margin-right: 1px;
}

.policy, .users-connect {
  margin-left: auto;
  margin-right: auto;
}

.headline_block .see_details_btn {
  width: 50% !important;
}

.see-det-text {
  margin-bottom: 13px;
}

.policy {
  margin-bottom: 8px;
}

.app-privacy__learn-more {
  margin-top: 16px;
}

.app-privacy__developer-name {
  font-weight: 600;
}

.shadow-blocks {
  border-radius: 14px;
  padding: 24px 18px 18px;
  background: #fff;
  box-shadow: 0px 5px 10px #dbdbdb;
}
.shadow-blocks__main-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  fill: #0070c9;
}
.shadow-blocks__main-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
}
.shadow-blocks__description {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  color: #666;
}
.shadow-blocks__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.shadow-blocks__icons-icon__block {
  width: 50%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.shadow-blocks__icons-icon__block.last {
  margin-bottom: 0;
}
.shadow-blocks__icons-icon__block-img {
  width: 22px;
  margin-right: 12px;
}
.shadow-blocks__icons-icon__block-text {
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -0.005em;
  word-wrap: break-word;
}

#sec-popup {
  display: none;
}

.sec-popup {
  position: absolute;
  background: #fff;
  overflow: scroll;
  top: 0;
  left: 0;
  z-index: 2222;
}
.sec-popup__img {
  width: 100%;
}
.sec-popup-cross {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
}
.sec-popup-cross img {
  width: 24px;
  height: 24px;
}
.sec-popup__header {
  position: relative;
  margin-bottom: 32px;
}
.sec-popup__header-text_block {
  position: absolute;
  top: 40px;
  left: 24px;
  right: 24px;
}
.sec-popup__header .deep {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.33338;
  font-weight: 600;
  letter-spacing: -0.016em;
}
.sec-popup__learn-more {
  margin-bottom: 2px;
  font-size: 34px;
  line-height: 1.20596;
  font-weight: 700;
  letter-spacing: 0.018em;
  color: black;
}
.sec-popup__content-text {
  color: #636366;
  line-height: 1.22226;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 32px;
}
.sec-popup__content-text.mb-24 {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
