a:focus, a:hover,  .review-billet.card24:hover .title,.app-billet.card33:hover .title{
    color: var(--primary-color);
  }
  .sitemap_page .tabs_container .tabs-nav button,.editors-choice_section .btn:hover, .btn-section:hover,.footer_142699 .menu-list li a:hover
  ,.blog-billet.card14:focus .concise-info .text-part .title, .blog-billet.card14:hover .concise-info .text-part .title, 
  .blog-billet.card15 .concise-info .text-part .title:hover,.app-billet.card8.vertical .top-part .concise-info .title:hover, .site-block__title .text,
  .articles-block .site-block__title .block-subtitle, .our-advantages-section .new-container .text-block .title,.blog-billet .author-block{
    color: var(--primary-color)!important;
  }
  .page-numbers:hover, .sitemap_page .tabs_container .tabs-nav button:hover, .sitemap_page .tabs_container .tabs-nav button.active{
    color: #fff!important;
  }
  a:hover, .footer_142699 .menu-list li a:hover, .btn-section:focus, .btn-section:hover,.footer_142699 .logo-site:hover{
    background: transparent!important;
  }
  .page-numbers.current{
    border: 1px solid var(--primary-color)!important;
    background: var(--primary-color)!important;
  }
  .page-numbers:hover, .page-numbers:focus, .row-info-h5 .tag,.app-billet.card8 .bottom-part .availability,.simple-btn.default-btn, #myModal .close, 
  #modal-ask-accept .close, #modal-accept-download .close {
    background: var(--primary-color)!important;
    color: #fff;
  }
  .list-action li.active, .read-more-btn, .product_section .progress-bar-block .progressbar span,.read-more-btn,
  .sitemap_page .tabs_container .tabs-nav button.active, .sitemap_page .tabs_container .tabs-nav button:focus,
  .sitemap_page .tabs_container .tabs-nav button:hover,.list-action li:hover, .latest-posts_product-section, .blog-billet.card33 .category span
  , .product_section .product-plus li:after, .title-section.with-decor:after, .popular-reviewed_section, .access-btn,.recommended .blog-carousel .owl-nav button{
    background: var(--primary-color)!important;
  }
  .list-action li.active, .list-action li:hover {
    border-top: 4px solid var(--primary-color)!important;
  }
  .list-action li:hover a {
    color: #fff !important;
    background: transparent !important;
  }
  .read-more-btn:hover, .simple-btn.default-btn:hover{
    color: var(--primary-color);
      background: #fff!important;
      border: 1px solid var(--primary-color);
  }
  .sitemap_page .tabs_container .tabs-nav button{
    border: 2px solid var(--primary-color)!important;
  }
  .ready-app-icon img{
    width: 100%;
  }
  .footer_142699 .copyright {
    text-align: left!important;
  }
  .product_section .product-text-block .product-info>div{
    text-align: justify;
  }
.play-game .title {
    padding: 10px 10px 10px 0px!important;
}
.top-info_product.with-btn .btn-section {
    border: 1px solid;
}
  /*old css*/

.preloader {

  position: fixed!important;
  top: 0%!important;
  left: 0%!important;
  margin: 0px!important;
  width: 100vw!important;
  height: 100vh!important;
/*     background: black!important;
	opacity: 0.9; */
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.preloader .site-logo {
  margin-bottom: 25px;
}
.sidebar-load-bar--small {
  height: 4px;
}
.sidebar-load-bar {
  position: relative;
  max-width: 800px;
  width: 90vw;
  height: 20px;
  background-color: #263238;
  /* background-color: var(--primary-color); */
  border-radius: 20px;
}
.sidebar-bar:nth-child(1) {
  background-color: var(--primary-color);
  border-radius: 20px;
  -webkit-animation: sidebar-loading 4s linear infinite;
  animation: sidebar-loading 4s linear infinite;
}
.sidebar-bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
  border-radius: 4px;
}
.preloader .site-logo img{
  max-width: 200px;
}
#preloader-tooltip-block{
  font-weight: 500;
    font-size: 24px;
    line-height: 55px;
    color: var(--primary-color);
}
@keyframes sidebar-loading {
  0% {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  100% {
    left: 0;
    width: 100%;
}
}
/*end css loading*/

/*css text footer + loading*/
.footer_142699 .text {
  margin: 20px 0px;
}
.logo-container {
  transform: scale(1.05);
  transition: transform 0.2sease;
  font-family: system-ui;
  color: transparent;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  display: inline-block;
}
.logo-text {
  background: linear-gradient(90deg, var(--color-logo-1), var(--color-logo-2)) text;
  -webkit-text-fill-color: transparent;
}
.thin-text-logo {
  font-weight: 200;
}
.bold-text-logo {
  font-weight: 700;
}
.exclamation-logo {
  color: var(--color-logo-2);
  font-weight: 700;
  margin-left: -7px;
  transform: rotate(8deg);
  display: inline-block;
}
footer .menu-list li a:hover{
  background: transparent!important;
}

.logo-text {
  background: linear-gradient(90deg, var(--color-logo-1), var(--color-logo-2)) text;
  -webkit-text-fill-color: transparent;
  }
  .logo-text-header-mobile {
      display: none !important;
  }
  @media screen and (min-width: 768px) {
      
      header .logo-container{
          margin-bottom: 10px;
          line-height: 65px;
      }
  }
  @media screen and (max-width: 767px) {
      
      .hide-mb{
          display: none;
      }
  }
  .logo-text {
      background: linear-gradient(90deg, var(--color-logo-1), var(--color-logo-2)) text;
      -webkit-text-fill-color: transparent;
  }
footer .logo-container a:hover{
  background-color: transparent!important;
}
/*end css text footer + loading*/


/*Error menu*/
.show-menu{
  display: contents;
}
.icon-menu{
  display: flex;
}
/*end error menu*/

html{
  overflow-x: hidden;
}
body.home .header_142699 {
    box-shadow: none;
    background: transparent;
}

body.home .header_142699 .nav-list>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #394652;
}
body.home  .promo_section {
    margin-top: -63px;
    padding: 163px 0 0;
    background-image: linear-gradient(90deg, #c0d9ff, #d9e8ff 78%);
}

body.home .promo_section {
    padding: 40px 0 50px;
}

body.home .container.default {
    max-width: 1232px;
}

body.home .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

body.home  .promo_section .section_content {
    justify-content: space-between;
}

body.home .promo_section .section_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home  .promo_section .promo_block {
    max-width: 471px;
    width: 100%;
    margin: 0;
    padding-right: 23px;
    text-align: left;
}

body.home .promo_section .promo_block {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

body.home  .promo_section .promo_block .title {
    margin: 0 0 32px;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.17;
    color: #394652;
    text-align: left;
}

/* body.home .promo_section .promo_block .title {
    margin: 0 0 10px;
    font-size: 60px;
    font-weight: 600;
} */

body.home .promo_section .promo_block .simple-btn {
    max-width: 220px;
    width: 100%;
    height: 50px;
    border-radius: 33px;
}

body.home .concise-info{
    background: transparent;
}
body.home .simple-btn.default-color {
    background-image: linear-gradient(90deg, #ff534f, #ff7d52);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .14), 0 2px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
}

body.home .simple-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    background: none;
    border-radius: 22px;
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
}

body.home  .promo_section .promo_ill {
    max-width: 680px;
}
body.home  .promo_section .promo_ill img {
    max-width: 100%;
}
body.home  .section {
    margin-top: 80px;
    padding: 0;
}
body.home  .section-title_template {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.19;
    color: #394652;
}
body.home  .app-list.for-vertical {
    width: calc(100% + 28px);
    margin: -14px;
}
body.home  .app-list {
    display: flex;
    flex-wrap: wrap;
}
body.home ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body.home  .app-list.for-vertical>li {
    width: 25%;
    padding: 14px;
}
body.home .app-billet.card13.vertical {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
}
body.home .app-billet.card13 {
    display: flex;
    height: 100%;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .24), 0 0 3px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card13 .logo-container {
    display: flex;
    align-items: flex-start;
    min-width: 72px;
    width: 72px;
    height: 72px;
}
body.home .app-billet.card13 .logo-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.home .app-billet.card13.vertical .concise-info {
    width: 100%;
    margin: 20px 0 0;
}
body.home .app-billet.card13 .concise-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body.home .app-billet.card13.vertical .concise-info .title {
    margin-bottom: 8px;
}
body.home .app-billet.card13 .concise-info .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    color: #394652;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body.home .app-billet.card13.vertical .concise-info .descr {
    margin-bottom: 12px;
}
body.home .app-billet.card13 .concise-info .descr {
    line-height: 1.43;
    font-size: 14px;
    color: #4f607a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
body.home  .main-vs-sidebar {
    display: flex;
    flex-wrap: wrap;
}
body.home  .main-vs-sidebar .main {
    flex: 1;
    padding-right: 26px;
}
body.home  .main-vs-sidebar .main .blog-list,body.home  .main-vs-sidebar .main .blog-list li {
    height: 100%;
}
body.home  .blog-list.for-main-part,body.home  .blog-list.for-main-part>li {
    width: 100%;
}
body.home .blog-list {
    display: flex;
    flex-wrap: wrap;
}
body.home  .main-vs-sidebar .main .blog-list,body.home  .main-vs-sidebar .main .blog-list li {
    height: 100%;
}
body.home  .blog-list.for-main-part,body.home  .blog-list.for-main-part>li {
    width: 100%;
}
body.home .blog-billet.card7:before {
    background: linear-gradient(180deg, rgba(23, 26, 46, .21), rgba(10, 11, 21, .72));
    opacity: 1;
    z-index: 1;
}
body.home .blog-billet.card7:after,body.home .blog-billet.card7:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0;
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card7 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 248px;
    padding: 24px;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
}
body.home .blog-billet.card7 .poster-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0;
    display: flex;
}
body.home .blog-billet.card7 .poster-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
body.home .blog-billet.card7 .concise-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-height: 72px;
    position: relative;
    z-index: 3;
    transform: translateY(calc(100% + 24px));
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card7 .concise-info .bottom-part {
    display: flex;
}
body.home .blog-billet.card7 .concise-info .bottom-part .details-list {
    display: flex;
    align-items: center;
    width: 100%;
}
body.home .blog-billet.card7 .concise-info .bottom-part .details-list li:first-of-type {
    max-width: calc(100% - 94px);
}
body.home .blog-billet.card7 .concise-info .bottom-part .details-list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
body.home .blog-billet.card7 .concise-info .bottom-part .details-list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
body.home .blog-billet.card7 .concise-info .bottom-part .details-list .date {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* max-width: 94px; */
     max-width: 150px;
    line-height: 1.43;
    font-size: 14px;
    color: #d9dbe5;
}
body.home .blog-billet.card7 .concise-info .text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 8px 0 0;
}
body.home .blog-billet.card7 .concise-info .text-part .title {
    -webkit-line-clamp: 2;
    line-height: 1.33;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
body.home .blog-billet.card7 .concise-info .text-part .descr,body.home .blog-billet.card7 .concise-info .text-part .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.home .blog-billet.card7 .concise-info .text-part .descr {
    margin-top: 24px;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    font-size: 15px;
    color: #d9dbe5;
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
    transform: translateY(0);
}
body.home  .main-vs-sidebar .sidebar {
    width: 356px;
    min-width: 356px;
}
body.home .blog-list {
    display: flex;
    flex-wrap: wrap;
}
body.home .blog-billet.card7 .concise-info .bottom-part .details-list li:before {
    position: relative;
    top: 1px;
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 4px;
    border-radius: 50%;
    background: #d9dbe5;
}
body.home .blog-billet.card7 .concise-info .text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 8px 0 0;
}
body.home  .section:last-of-type {
    margin-bottom: 80px;
}
body.home  .section {
    margin-top: 80px;
    padding: 0;
}
body.home  .section-title_template {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.19;
    color: #394652;
}
body.home  .app-list.narrow-billets.full-width {
    width: calc(100% + 32px);
    margin: -16px;
}
body.home  .app-list.narrow-billets {
    justify-content: space-between;
}
body.home  .app-list {
    display: flex;
    flex-wrap: wrap;
}
body.home  .app-list.narrow-billets.full-width>li {
    padding: 16px;
}
body.home .app-billet.card7.vertical {
    width: 160px;
    flex-direction: column;
    align-items: flex-start;
}
body.home .app-billet.card7 {
    display: flex;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all .3s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card7.vertical .logo-container {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
body.home .app-billet.card7 .logo-container {
    display: flex;
    align-items: flex-start;
}
body.home .app-billet.card7.vertical .logo-container {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
body.home .app-billet.card7 .logo-container {
    display: flex;
    align-items: flex-start;
}
body.home .app-billet.card7 .logo-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.home .app-billet.card7.vertical .concise-info {
    width: 100%;
    margin: 8px 0 0;
}
body.home .app-billet.card7 .concise-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body.home .app-billet.card7 .concise-info .title {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #394652;
}
body.home .promo_section {
    margin-top: -63px;
    background-image: linear-gradient(90deg, rgb(192, 217, 255), rgb(217, 232, 255) 78%);
    padding: 163px 0px 0px;
}
body.home footer{
    background-image: linear-gradient(rgb(42, 48, 82), rgb(42, 48, 82));
}
@media only screen and (min-width: 1025px) {
    body.home  .main-vs-sidebar .main .blog-billet.card7 .concise-info {
        transform: unset;
    }
    body.home  .main-vs-sidebar .main .blog-billet.card7 .concise-info .descr {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.5;
    }
    body.home  .blog-list.for-sidebar>li {
        margin-bottom: 26px;
    }
}
@media only screen and (max-width: 1023.9px) {
    body.home .promo_section .section_content {
        flex-direction: column;
    }
    body.home .promo_section .promo_block {
        max-width: 620px;
        text-align: center;
        margin: 0px 0px 60px;
        padding: 0px;
    }
    
}
@media only screen and (max-width: 1024px) {
    body.home .app-list.for-vertical > li {
        width: 33.333%;
    }
    body.home .main-vs-sidebar .main {
        margin-bottom: 24px;
        padding: 0px;
    }
    body.home .main-vs-sidebar .main,body.home .main-vs-sidebar .sidebar {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        flex: unset;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
    .header_142699 .search-container {
        margin: 0 auto 0 36px!important;
    }
    body.home .promo_section .promo_ill {
        max-width: 680px;
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    body.home  .promo_section {
        margin-top: -100px;
        padding: 120px 0 0;
    }
    .header_142699 .large-container{
        margin-top: 5px;
    }   
}
@media only screen and (min-width: 960px) and (max-width: 1151.9px) {
    body.home .new-apps .app-list.narrow-billets.full-width li:nth-of-type(n+6) {
        display: none;
    }
}
@media only screen and (max-width: 767.9px) {
    body.home .app-list.for-vertical > li {
        width: 50%;
    }
}
@media only screen and (min-width: 641px) {
    body.home .app-billet.card13.vertical .concise-info .title {
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    body.home  .main-vs-sidebar .main .blog-billet.card7 {
        min-height: 320px;
        height: 100%;
    }
    body.home  .main-vs-sidebar .main .blog-billet.card7 .concise-info .title {
        line-height: 1.27;
        font-size: 22px;
    }
    body.home .main-vs-sidebar .main .blog-billet.card7 {
        min-height: 320px;
        height: 100%;
    }
    body.home .main-vs-sidebar .main .blog-billet.card7 .concise-info .title {
        line-height: 1.27;
        font-size: 22px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    body.home .blog-list.for-sidebar {
        width: calc(100% + 24px);
        margin: -12px;
    }
    body.home .blog-list.for-sidebar > li {
        width: 50%;
        padding: 12px;
    }
}
@media only screen and (max-width: 640px) {
    body.home .promo_section {
        overflow: hidden;
        padding: 123px 0px 0px;
    }
    body.home .promo_section .promo_block {
        margin: 0px 0px 80px;
    }
    body.home .promo_section .promo_block .title {
        margin-bottom: 32px;
        font-size: 42px;
    }
    body.home  .promo_section .promo_ill {
        width: calc(100% + 32px);
        margin: 0px -16px;
    }
    body.home .section {
        margin-top: 70px;
    }
    body.home .app-list.for-vertical {
        width: calc(100% + 26px);
        margin: -13px;
    }
    body.home .app-list.for-vertical > li {
        width: 100%;
        padding: 13px;
    }
    body.home .app-billet.card13.vertical {
        flex-direction: row;
        padding: 16px;
    }
    body.home .app-billet.card13.vertical .logo-container {
        min-width: 72px;
        width: 72px;
        height: 72px;
    }
    body.home .app-billet.card13.vertical .concise-info {
        width: calc(100% - 72px);
        margin: 0px;
        padding: 4px 0px 0px 12px;
    }
    body.home .app-billet.card13.vertical .concise-info .title {
        line-height: 1.25;
        font-size: 16px;
        margin: 0px 0px 6px;
    }
    body.home .app-billet.card13.vertical .concise-info .descr {
        display: none;
    }
    body.home .blog-billet.card7 {
        height: 220px;
        padding: 20px 20px 24px;
    }
    body.home .blog-billet.card7 .concise-info {
        transform: none;
    }
    body.home .blog-billet.card7 .concise-info .text-part .title {
        -webkit-line-clamp: 3;
    }
    body.home .blog-billet.card7 .concise-info .text-part .descr {
        display: none;
    }
    body.home .promo_section .promo_block .title {
        margin-bottom: 32px;
        font-size: 38px;
        text-align: center;
    }
    body.home .blog-list.for-sidebar > li {
        width: 100%;
        margin-bottom: 24px;
    }
    body.home .blog-billet.card7 {
        height: 220px;
        padding: 20px 20px 24px;
    }
    body.home .blog-billet.card7 .concise-info {
        transform: none;
    }
    body.home .blog-billet.card7 .concise-info .text-part .title {
        -webkit-line-clamp: 3;
    }
    body.home .blog-billet.card7 .concise-info .text-part .descr {
        display: none;
    }
    body.home .blog-list.for-sidebar > li:last-child {
        margin: 0px;
    }
    body.home .blog-billet.card7 {
        height: 220px;
        padding: 20px 20px 24px;
    }
    body.home .blog-billet.card7 .concise-info {
        transform: none;
    }
    body.home .blog-billet.card7 .concise-info .text-part .title {
        -webkit-line-clamp: 3;
    }
    body.home .blog-billet.card7 .concise-info .text-part .descr {
        display: none;
    }
    body.home .section:last-of-type {
        margin-bottom: 90px;
    }
    body.home .app-billet.card7.vertical {
        width: 128px;
    }
    body.home .app-billet.card7.vertical .logo-container {
        width: 128px;
        height: 128px;
    }
}
@media only screen and (max-width: 480px) {
    body.home .new-apps .app-list.narrow-billets.full-width li {
        display: flex;
        justify-content: center;
        width: 50%;
    }
}