  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;
  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;
  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;
        }
    }
    @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*/

body.home .promo_section {
  padding: 40px 0 50px;
}
body.home .promo_section {
  position: relative;
  margin-top: -63px;
  padding: 251px 0 176px;
	background: #2a3052;
}
body.home .promo_section .container {
  position: relative;
  z-index: 1;
}
body.home .container.default {
  max-width: 1232px;
}
body.home .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
body.home .promo_section .section_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .promo_section .promo_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
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 {
  max-width: 550px;
  width: 100%;
  margin: 0;
  font-size: 50px;
  line-height: 1.16;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
body.home .promo_section .promo_block .title {
  margin: 0 0 10px;
  font-size: 60px;
  font-weight: 600;
}
body.home .promo_section .promo_block .illustration {
  max-width: 620px;
  width: 100%;
}
body.home .index_template .promo_section .promo-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
body.home .promo_section .promo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .reviews_section.section {
  margin-top: 80px;
}
body.home .section {
  margin-top: 80px;
  padding: 0;
}
body.home .section {
  /* padding: 30px 0 50px; */
}
body.home .section-title_template {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.19;
  color: #394652;
}
body.home .blog-list, body.home .reviews-list {
  display: flex;
  flex-wrap: wrap;
}
body.home .review-billet.card3 {
  display: flex;
  flex-direction: column;
  padding: 24px;
  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);
  transition: all .3s cubic-bezier(.2,.57,.36,.8);
  cursor: pointer;
}
body.home .review-billet.card3 .top-part {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
body.home .review-billet.card3 .top-part .logo-container {
  display: inline-flex;
  min-width: 96px;
  width: 96px;
  height: 96px;
}
body.home .review-billet.card3 .top-part .logo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.home .review-billet.card3 .top-part .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 8px 0 0 16px;
}
body.home .review-billet.card3 .top-part .concise-info .title {
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #394652;
}
body.home .review-billet.card3 .descr,body.home  .review-billet.card3 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .review-billet.card3 .top-part .concise-info .rating-block {
  display: flex;
}
body.home .review-billet.card3 .descr {
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.47;
  color: #4f607a;
}
body.home .review-billet.card3 .descr,body.home .review-billet.card3 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .review-billet.card3 .bottom-part {
  display: flex;
  justify-content: space-between;
}
body.home .review-billet.card3 .bottom-part .read-more_link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.47;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}
body.home .section-title_template {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.19;
  color: #394652;
}
body.home .blog-billet.card10.vertical {
  flex-direction: column;
}
body.home .blog-billet.card10 {
  display: flex;
  width: 100%;
  height: 100%;
  border: none;
}
body.home .blog-billet.card10.vertical .poster-container {
  width: 100%;
  height: 200px;
}
body.home .blog-billet.card10 .poster-container {
  position: relative;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
}
body.home .blog-billet.card10 .poster-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
body.home .blog-billet.card10.vertical .concise-info {
  flex: 1;
  width: calc(100% - 24px);
  margin: -32px auto 0;
  padding: 20px 20px 24px;
}
body.home .blog-billet.card10 .concise-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  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 .blog-billet.card10 .concise-info .text-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 16px;
}
body.home .blog-billet.card10 .concise-info .category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1.43;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}
body.home .blog-billet.card10 .concise-info .text-part .title {
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 700;
  color: #394652;
}
body.home .blog-billet.card10 .concise-info .text-part .descr,body.home .blog-billet.card10 .concise-info .text-part .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .blog-billet.card10.vertical .concise-info .text-part .descr {
  -webkit-line-clamp: 4;
}
body.home .blog-billet.card10 .concise-info .text-part .descr {
  line-height: 1.47;
  font-size: 15px;
  color: #4f607a;
}
body.home .blog-billet.card10 .concise-info .bottom-part .details-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.home .blog-billet.card10 .concise-info .bottom-part .details-list .author,body.home  .blog-billet.card10 .concise-info .bottom-part .details-list li {
  display: flex;
  align-items: center;
}
body.home .blog-billet.card10 .concise-info .bottom-part .details-list .author,body.home .blog-billet.card10 .concise-info .bottom-part .details-list li {
  display: flex;
  align-items: center;
}
body.home .blog-billet.card10 .concise-info .bottom-part .details-list .author .name {
  line-height: 1.43;
  font-size: 14px;
  font-weight: 600;
  color: #4f607a;
}
body.home .index_template .section:last-of-type {
  margin-bottom: 110px;
}
body.home .section-title_template {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.19;
  color: #394652;
}
body.home .apps-list.for-vertical.full-width {
  width: calc(100% + 26px);
  margin: -13px;
}
body.home .apps-list {
  display: flex;
  flex-wrap: wrap;
}
body.home .apps-list.for-vertical.full-width>li {
  width: 20%;
  padding: 13px;
}
body.home .app-billet.card23.vertical {
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 28px;
}
body.home .app-billet.card23 {
  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.card23.vertical .logo-container {
  justify-content: center;
  align-items: flex-start;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
body.home .app-billet.card23 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .app-billet.card23 .logo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
body.home .app-billet.card23.vertical .concise-info {
  width: 100%;
  margin: 16px 0 0;
  align-items: center;
}
body.home .app-billet.card23 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home .app-billet.card23.vertical .concise-info .category {
  margin-bottom: 2px;
}
body.home .app-billet.card23 .concise-info .category {
  line-height: 1.43;
  font-size: 14px;
  color: #828b98;
}
body.home .app-billet.card23 .concise-info .title {
  line-height: 1.33;
  font-size: 18px;
  font-weight: 700;
  color: #394652;
  margin-bottom: 7px;
}
body.home .promo_section .promo-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
body.home .promo_section .promo_block .title {
  max-width: 550px;
  width: 100%;
  margin: 0;
  font-size: 50px;
  line-height: 1.16;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
body.home .header_142699{
  background: transparent;
  box-shadow: none;
}
.footer_142699 {
  background-image: linear-gradient(180deg, #2a3052, #2a3052);
}
.footer_142699 .menu-list li a,.footer_142699 .text,.footer_142699 .copyright {
  color: hsla(0, 0%, 100%, .6);
}
body.home .review-billet.card3:focus,body.home  .review-billet.card3:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .21), 0 0 3px 0 rgba(0, 0, 0, .12);
}
body.home .blog-billet.card10:focus .concise-info,body.home  .blog-billet.card10:hover .concise-info {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .21), 0 0 3px 0 rgba(0, 0, 0, .12);
}
body.home .app-billet.card23:focus,body.home .app-billet.card23:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .21), 0 0 3px 0 rgba(0, 0, 0, .12);
}
.header_142699 .nav-list>li>a {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  body.home .blog-list.full-width>li:last-child, body.home .reviews-list.full-width>li:last-child{
    display: none;
  }
  body.home .promo_section {
      margin-top: -100px;
      padding: 248px 0 176px;
  }
  body.home .blog-list.full-width, body.home .reviews-list.full-width {
    width: calc(100% + 30px);
    margin: -15px;
  }
  body.home .blog-list.full-width>li, body.home .reviews-list.full-width>li {
    width: 33.333%;
    padding: 15px;
  }
  body.home .header_142699 .nav-list>li>a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  body.home .promo_section {
      padding: 180px 0 150px;
  }
  body.home .promo_section .promo_block {
    flex-direction: column;
  }
  body.home  .promo_section .promo_block .title {
    margin-bottom: 40px;
    text-align: center;
  }
  body.home .apps-list.for-vertical.full-width>li {
    width: 33.333%;
  }
  body.home .apps-list.for-vertical.full-width>li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  body.home  .blog-list.full-width, body.home  .reviews-list.full-width {
      width: calc(100% + 28px);
      margin: -14px;
  }
  body.home .blog-list.full-width>li, body.home .reviews-list.full-width>li {
    width: 50%;
    padding: 14px;
  }
}
@media only screen and (min-width: 641px) {
  body.home .app-billet.card23.vertical .concise-info .title {
      display: inline-block;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 640px) {
  body.home .reviews_section.section {
      margin-top: 70px;
  }
  body.home .blog-list.full-width>li:not(:last-child), body.home .reviews-list.full-width>li:not(:last-child) {
    margin-bottom: 26px;
  }
  body.home .review-billet.card3 {
    padding: 16px 16px 20px;
  }
  body.home .review-billet.card3 .top-part {
    margin-bottom: 8px;
  }
  body.home .review-billet.card3 .top-part .logo-container {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
  body.home .review-billet.card3 .top-part .concise-info {
    padding: 4px 0 0 8px;
  }
  body.home .review-billet.card3 .top-part .concise-info .title {
    line-height: 1.22;
    font-size: 18px;
  }
  body.home .review-billet.card3 .descr {
    margin-bottom: 16px;
  }
  body.home .blog-list.full-width>li:not(:last-child), body.home .reviews-list.full-width>li:not(:last-child) {
    margin-bottom: 26px;
  }
  body.home .blog-billet.card10.vertical {
    flex-direction: column;
  }
  body.home .blog-billet.card10.vertical .poster-container {
    height: 200px;
    min-width: 100%;
    width: 100%;
  }
  body.home .blog-billet.card10.vertical .concise-info {
    width: calc(100% - 16px);
    margin: -32px auto 0;
    padding: 16px 16px 20px;
  }
  body.home .blog-billet.card10.vertical .concise-info .text-part .title {
    line-height: 1.33;
    font-size: 18px;
  }
  body.home .section:last-of-type {
    margin-bottom: 80px;
  }
  body.home .apps-list.for-vertical.full-width {
    width: 100%;
    margin: 0;
  }
  body.home .apps-list.for-vertical.full-width>li {
    width: 100%;
    margin-bottom: 26px;
    padding: 0;
  }
  body.home .app-billet.card23.horizontal,body.home .app-billet.card23.vertical {
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 16px;
  }
  body.home .app-billet.card23.horizontal .logo-container,body.home .app-billet.card23.vertical .logo-container {
    min-width: 96px;
    width: 96px;
    height: 96px;
  }
  body.home .app-billet.card23.horizontal .logo-container img,body.home .app-billet.card23.vertical .logo-container img {
    width: 100%;
  }
  body.home .app-billet.card23.horizontal .concise-info,body.home .app-billet.card23.vertical .concise-info {
    width: calc(100% - 96px);
    margin: 0;
    /* margin: 16px 0px; */
    padding: 4px 20px 0 0;
  }
  body.home .app-billet.card23.vertical .concise-info{
    margin: 16px 0px;
    align-items: normal;
  }
  body.home .app-billet.card23.horizontal .concise-info .category,body.home .app-billet.card23.vertical .concise-info .category {
    margin: 0;
  }
  body.home .app-billet.card23.horizontal .concise-info .title,body.home .app-billet.card23.vertical .concise-info .title {
    line-height: 1.38;
    font-size: 16px;
  }
  body.home .promo_section .promo_block .title {
    margin: 0 0 60px;
    line-height: 1.2;
    font-size: 40px;
  }
  body.home .app-billet.card23.vertical .concise-info .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home .blog-billet.card10.vertical {
    flex-direction: column;
  }
  body.home .blog-billet.card10.vertical .poster-container {
    height: 200px;
    min-width: 100%;
    width: 100%;
  }
  body.home .blog-billet.card10.vertical .concise-info {
    width: calc(100% - 16px)!important;
    margin: -32px auto 0;
    padding: 16px 16px 20px;
  }
  body.home .blog-billet.card10.vertical .concise-info .text-part .title {
    line-height: 1.33;
    font-size: 18px;
  }
}