﻿  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;
        }
    }
    @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 {
  background: #111010;
}

body.home  header{
  position: relative;
    padding: 20px 0;
    z-index: 5;
    background: transparent;
}
body.home header .form-search .search-input{
    height: 41px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #c0c0c0;
    background: #242323;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .header_142699 .nav-list>li>a {
      padding: 4px 0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
body.home .welcome_section {
    padding: 256px 0 181px;
    margin-top: -86px;
}
body.home .background_image {
    position: relative;
    overflow: hidden;
}
body.home .background_image .container {
    position: relative;
    z-index: 2;
}
body.home .container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 32px;
}
body.home .welcome_section .content {
    max-width: 720px;
}
body.home  .welcome_section .sub-title {
    margin-bottom: 16px;
}
body.home  .title.fw-400 {
    font-weight: 400;
}
body.home  .title.accent-color {
    color: var(--primary-color);
}
body.home  .title.medium {
    font-size: 32px;
    line-height: 1.1;
}
body.home .title {
    margin: 0;
    font-weight: 700;
}
body.home .welcome_section .main-title {
    margin-bottom: 40px;
}
body.home .title.white-color {
    color: #fff;
}
body.home .title.big {
    font-size: 72px;
    line-height: 1.2;
}
body.home .btn-container {
    display: flex;
}
body.home .default-btn.uppercase {
    text-transform: uppercase;
}
body.home .default-btn.big svg {
    font-size: 22px;
}
body.home .default-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
body.home .default-btn.big {
    padding: 16px 24px;
    letter-spacing: .16px;
}
body.home .default-btn svg {
    margin-left: 8px;
}
body.home .svg-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    fill: currentColor;
}
body.home .background_image .decor-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
body.home .decor-container,body.home  .img-container {
    display: block;
}
body.home .decor-container img{
  width: 100vw;
}
body.home .default-btn.linear-color {
    background: linear-gradient(234.44deg, #ff6427 -29.14%, #d92f24 61.88%, #fa574d 136.36%);
    box-shadow: 0 8px 40px 0 rgba(255, 83, 79, .24);
}
body.home .top-part_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
body.home .title.white-color {
    color: #fff;
}
body.home .title.default {
    font-size: 42px;
    line-height: 38px;
}
body.home .title {
    margin: 0;
    font-weight: 700;
}
body.home .default-btn.black-color {
    background: hsla(0, 0%, 100%, .08);
}
body.home .default-btn.small {
    padding: 12px 20px;
}
body.home .default-btn.small svg {
    font-size: 16px;
}
body.home .latest-posts_section .custom-list,body.home .popular-posts_section .custom-list {
    display: flex;
    width: calc(100% + 12px);
    margin: -6px;
    padding: 0;
    list-style: none;
}
body.home .latest-posts_section .custom-list>li,body.home  .popular-posts_section .custom-list>li {
    width: 20%;
    padding: 6px;
}
body.home .blog-billet.card87 {
    position: relative;
    display: flex;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card87:after,body.home .blog-billet.card87:before {
    content: "";
    z-index: 2;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card87:before {
    background: linear-gradient(180deg, hsla(0, 3%, 6%, 0), hsla(0, 3%, 6%, .6));
}
body.home .blog-billet.card87 .concise-info,body.home  .blog-billet.card87 .img-container,
body.home  .blog-billet.card87:after,body.home  .blog-billet.card87:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.home .blog-billet.card87:after,body.home  .blog-billet.card87:before {
    content: "";
    z-index: 2;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card87 .img-container {
    z-index: 1;
}
body.home .decor-container,body.home  .img-container {
    display: block;
}
body.home .decor-container img,body.home .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .blog-billet.card87 .concise-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    z-index: 3;
}
body.home .blog-billet.card87 .concise-info,
body.home .blog-billet.card87 .img-container,
body.home .blog-billet.card87:after,
body.home .blog-billet.card87:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.home .blog-billet.card87 .concise-info{
    background: transparent;
}
body.home .blog-billet.card87 .top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.home .blog-billet.card87 .category {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #111010;
    background: hsla(0, 0%, 100%, .7);
}
body.home .blog-billet.card87 .decor-arrow {
    display: flex;
    opacity: 0;
    color: #fff;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card87 .decor-arrow svg {
    font-size: 24px;
}
body.home .blog-billet.card87 .title {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
body.home .ellipsis-multiply {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.home .ellipsis,body.home .ellipsis-multiply {
    overflow: hidden;
    text-overflow: ellipsis;
}
body.home .blog-billet.card87 .info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    color: #fff;
}
body.home .blog-billet.card87 .info-item:not(:last-child) {
    position: relative;
}
body.home .blog-billet.card87 .info-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #d3c9c9;
}
body.home .blog-billet.card87 .info-item:not(:last-child):after {
    position: absolute;
    content: "";
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d3c9c9;
}
body.home .blog-billet.card87 .info-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #d3c9c9;
}
body.home .blog-billet.card87:after {
    opacity: 0;
    background: rgba(255, 83, 79, .24);
}
body.home .top-part_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
body.home .default-btn.black-color {
    background: hsla(0, 0%, 100%, .08);
}
body.home .latest-reviews_section .custom-list,body.home .popular-apps_section .custom-list {
    display: flex;
    width: calc(100% + 12px);
    margin: -6px;
}
body.home .latest-reviews_section .custom-list>li,body.home  .popular-apps_section .custom-list>li {
    width: 25%;
    padding: 6px;
}
body.home .app-billet.card84 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #242323;
}
body.home .concise-info{
    background: transparent;
}
body.home .app-billet.card84.big .img-container {
    height: 154px;
}
body.home .app-billet.card84 .img-container {
    position: relative;
    width: 100%;
    height: 191px;
}
body.home .decor-container, .img-container {
    display: block;
}
body.home .decor-container img,body.home  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 body.home .img-container img {
    aspect-ratio: 252 / 154;
}
body.home .app-billet.card84 .img-container:after {
    background: rgba(255, 83, 79, .24);
}
body.home .app-billet.card84 .concise-info:after,body.home  .app-billet.card84 .img-container:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
        color: #fff;
}
body.home .app-billet.card84.big .concise-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 12px;
}
body.home .app-billet.card84.big .title_box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
body.home .app-billet.card84 .title{
  color: #fff;
      margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
body.home .app-billet.card84.big .title_box .title {
    flex: 1;
    margin: 0;
    /* padding-left: 6px; */
    padding-left: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
body.home .ellipsis-multiply.one {
    -webkit-line-clamp: 1;
}
body.home .app-billet.card84.big .text {
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}
body.home .ellipsis-multiply.three {
    -webkit-line-clamp: 3;
}
body.home .text {
    margin: 0;
    font-weight: 400;
    color: #c2c2c2;
}
body.home .ellipsis-multiply {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.home .ellipsis,body.home .ellipsis-multiply {
    overflow: hidden;
    text-overflow: ellipsis;
}
body.home .popular-posts_section .top-part_content .btn-container, body.home  .latest-reviews_section .top-part_content .btn-container,
body.home .popular-apps_section .top-part_content .btn-container, body.home .latest-posts_section .top-part_content .btn-container
{
    display: contents!important;
}
body.home .grid-list.for-horizontal.style-1{
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
body.home .grid-list {
    display: grid;
}
body.home .app-billet.card84 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #242323;
}
body.home .app-billet.card84 .img-container {
    position: relative;
    width: 100%;
    height: 191px;
}
body.home .app-billet.card84 .concise-info {
    padding: 12px;
}
body.home .app-billet.card84 .concise-info {
    padding: 12px;
}
body.home .app-billet.card84 .title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.footer_142699 {
    background: #242323;
}
@media (min-width: 1025px) {
    body.home .section.p-100 {
        padding: 100px 0;
    }
    body.home .section.p-140 {
        padding: 140px 0;
    }
    body.home .section.p-120 {
        padding: 120px 0;
    }
}
@media (max-width: 1130px) {
    .header_142699 .burger-btn {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    body.home .section {
        padding: 100px 0;
    }
    body.home .latest-posts_section .custom-list,body.home .popular-posts_section .custom-list {
        flex-wrap: wrap;
    }
    body.home .latest-posts_section .custom-list>li:nth-child(4n+1),
    body.home .latest-posts_section .custom-list>li:nth-child(4n+4),
    body.home .popular-posts_section .custom-list>li:nth-child(4n+1),
    body.home .popular-posts_section .custom-list>li:nth-child(4n+4) {
        width: 44%;
    }
    body.home .latest-posts_section .custom-list>li,body.home .popular-posts_section .custom-list>li {
        width: 20%;
        padding: 6px;
    }
    body.home .latest-posts_section .custom-list>li:nth-child(4n+2),
    body.home  .latest-posts_section .custom-list>li:nth-child(4n+3),
    body.home  .popular-posts_section .custom-list>li:nth-child(4n+2),
    body.home  .popular-posts_section .custom-list>li:nth-child(4n+3) {
        width: 56%;
    }
    body.home .popular-posts_section .custom-list>li:last-child, body.home .latest-posts_section .custom-list>li:last-child{
        display: none;
    }
    body.home .grid-list.for-horizontal.style-1 {
        grid-template-columns: repeat(4, 1fr);
    }
    body.home .title.default {
        font-size: 38px;
        line-height: 38px;
    }
    .header_142699 .nav-list>li>a {
        color: #0b111f!important;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    body.home .latest-posts_section .custom-list>li:nth-child(4n+1),
    body.home .latest-posts_section .custom-list>li:nth-child(4n+4),
    body.home .popular-posts_section .custom-list>li:nth-child(4n+1),
    body.home .popular-posts_section .custom-list>li:nth-child(4n+4) {
        width: 44%;
    }
    body.home .latest-posts_section .custom-list>li:nth-child(4n+2),
    body.home  .latest-posts_section .custom-list>li:nth-child(4n+3),
    body.home  .popular-posts_section .custom-list>li:nth-child(4n+2),
    body.home  .popular-posts_section .custom-list>li:nth-child(4n+3) {
        width: 56%;
    }
    body.home .popular-posts_section .custom-list>li:last-child, body.home .latest-posts_section .custom-list>li:last-child{
        display: none;
    }
    body.home .grid-list.for-horizontal.style-1 {
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media (max-width: 767px) {
     .header_142699 .nav-list>li>a {
        color: #0b111f!important;
    }
    body.home .latest-reviews_section .custom-list, body.home .popular-apps_section .custom-list {
        flex-wrap: wrap;
    }
    body.home .latest-reviews_section .custom-list>li, body.home .popular-apps_section .custom-list>li {
        width: 50%;
    }
    .header_142699 .search-btn {
        font-size: 18px;
    }
    body.home .welcome_section {
        padding: 165px 0 121px;
        margin-top: -66px;
    }
    body.home .container {
        padding: 0 12px;
    }
    body.home .title.medium {
        font-size: 20px;
    }
    body.home .title.big {
        font-size: 42px;
    }
    body.home .section {
        padding: 40px 0;
    }
    body.home .fixed-btn_mobile .container {
        position: relative;
        padding-bottom: 66px;
    }
    body.home .top-part_content {
        margin-bottom: 20px;
    }
    body.home .title.default {
        font-size: 26px;
        line-height: 1.4;
    }
    body.home .fixed-btn_mobile .fixed-btn-container_mobile {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 12px;
    }
    body.home .fixed-btn_mobile .fixed-btn-container_mobile .default-btn {
        width: 100%;
    }
    body.home .latest-posts_section .custom-list,body.home .popular-posts_section .custom-list {
        flex-wrap: wrap;
    }
    body.home .title.big {
        font-size: 40px;
    }
    body.home .welcome_section {
        padding: 165px 0 121px;
        margin-top: -66px;
    }
    body.home .fixed-btn_mobile .fixed-btn-container_mobile {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 12px;
    }
    body.home header {
        padding: 0px;
    }
    body.home .fixed-btn_mobile .container {
        position: relative;
        padding-bottom: 66px;
    }
    body.home .popular-posts_section .top-part_content .btn-container, body.home .latest-reviews_section .top-part_content .btn-container, body.home .popular-apps_section .top-part_content .btn-container, body.home .latest-posts_section .top-part_content .btn-container {
    display: flex !important;
    }
}
@media screen and  (max-width: 599px) {
    body.home .latest-posts_section .custom-list, body.home .popular-posts_section .custom-list {
        flex-wrap: wrap;
    }
    body.home .latest-posts_section .custom-list>li,body.home .popular-posts_section .custom-list>li {
        width: 100%;
    }
    body.home .title.big {
        font-size: 36px;
    }
    body.home .latest-reviews_section .custom-list>li,body.home .popular-apps_section .custom-list>li {
        width: 100%;
    }
    body.home .grid-list.for-horizontal.style-1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}