  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 .promo_section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  margin: 0 auto;
  padding-bottom: 100px;
}
body.home .promo_section .container {
  position: relative;
  z-index: 1;
}
body.home .promo_section .bg-wrap {
  background-color: var(--primary-color);
  border-radius: 36px;
  margin: 0 24px;
  max-width: 1222px;
}
body.home .container.default {
  max-width: 1222px;
  padding: 0 24px;
}
body.home .container {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
body.home .promo_section .section_content {
  z-index: 2;
  position: relative;
}
body.home .section_content {
  width: 100%;
}
body.home .promo_section .text-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
body.home .promo_section .title {
  margin: 0;
  font-weight: 700;
  color: #070707;
}
body.home .scroll-link {
  margin-top: 42px;
}
body.home .scroll-link a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #070707;
  gap: 12px;
}
body.home .scroll-link a:hover {
  color: #a7a7a7!important;
}
body.home .scroll-link a:hover .svg-icons {
  transform: rotate(90deg) translateX(2px);
}
body.home .scroll-link a .svg-icons {
  width: 18px;
  height: 13px;
  /* transform: rotate(90deg); */
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .svg-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
}
body.home .promo_section .promo-bg {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-21%);
  z-index: 1;
  height: auto;
}
body.home .promo_section .promo-bg img {
  max-width: 850px;
}
body.home .latest-post_section {
  margin-top: -100px;
}
body.home .container.wide {
  max-width: 1270px;
  padding: 0 24px;
}
body.home.section_content {
  width: 100%;
}
body.home .block_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
}
body.home .section_title.black {
  color: #070707;
}
body.home .section_title.default {
  font-size: 52px;
  line-height: 62px;
  display: block;
}
body.home .section_title {
  display: flex;
  width: fit-content;
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
body.home .section_title.default:after {
  content: "";
  height: 36px;
  width: 36px;
  background: url('../images/icon__title.svg') no-repeat 50%;
  background-size: contain;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  position: absolute;
}
body.home .simple-btn.section-title-size {
  min-width: fit-content;
  align-self: center;
  padding: 0 36px;
  height: 56px;
  min-width: 200px;
  margin-top: 6px;
}
body.home .simple-btn.default-style {
  background: #e1f54a;
  border-radius: 10px;
  color: #070707;
  display: flex;
}
body.home .simple-btn, .simple-btn.default-style {
  align-items: center;
  justify-content: center;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .simple-btn {
  display: inline-flex;
  font-weight: 600;
  cursor: pointer;
}
body.home .blog-list.type2 {
  display: grid;
}
body.home .apps-list,body.home  .blog-list,body.home  .categories-list,body.home  .reviews-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .blog-billet.card3 {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 24px;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #f8f8f8;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card3.vertical {
  flex-direction: column;
}
body.home .blog-billet.card3.vertical.large .poster-container {
  height: 300px;
}
body.home .blog-billet.card3 .poster-container {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}
body.home .blog-billet.card3 .poster-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .blog-billet.card3.vertical.large .concise-info {
  padding: 20px 12px 4px;
}
body.home .blog-billet.card3.vertical .concise-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
body.home .blog-billet.card3 .concise-info {
  width: 100%;
}
body.home .blog-billet.card3.vertical .category {
  margin-bottom: 24px;
}
body.home .category.type1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  border-radius: 24px;
  background: #070707;
  color: #fff;
  border: 0;
}
body.home .category.type1 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 100%;
  color: #fff;
}
body.home .blog-billet.card3.vertical .text-part {
  margin-bottom: auto;
}
body.home .blog-billet.card3 .text-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
body.home .blog-billet.card3.vertical.large .title {
  font-size: 24px;
  line-height: 32px;
}
body.home .blog-billet.card3 .title {
  -webkit-line-clamp: 2;
  font-weight: 700;
  color: #070707;
}
body.home .blog-billet.card3 .descr,body.home  .blog-billet.card3 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .blog-billet.card3.vertical .descr {
  margin-top: 8px;
}
body.home .blog-billet.card3 .descr {
  -webkit-line-clamp: 3;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #a7a7a7;
}
body.home .blog-billet.card3 .descr,body.home  .blog-billet.card3 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .blog-billet.card3.vertical .bottom-part {
  margin-top: 24px;
}
body.home .blog-billet.card3 .bottom-part {
  display: flex;
  gap: 20px;
}
body.home .details-info.type1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
body.home .blog-billet.card3.vertical .details-list {
  flex-wrap: wrap;
  gap: 33px;
}
body.home .details-info.type1 .details-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  gap: 33px;
}
body.home .details-info.type1 li:first-child {
  flex: 1;
}
body.home .details-info.type1 li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
body.home .details-info.type1 li .svg-icons {
  min-width: 16px;
}
body.home  .details-info.type1 li:first-child .author {
  max-width: 100%;
}
body.home .details-info.type1 li>span {
  display: inline-flex;
  align-items: center;
  color: #a7a7a7;
}
body.home .details-info.type1 li:first-child .author span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 100%;
}
body.home .details-info.type1 li>span>span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
body.home .read-more_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 12px;
  max-width: 132px;
}
body.home .read-more_link .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #070707;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 100%;
}
body.home .read-more_link .svg-icons {
  width: 18px;
  height: 13px;
  min-width: 18px;
  color: #070707;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .block_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
}
body.home .apps-list.type1 {
  display: grid;
}
body.home .apps-list,body.home  .blog-list,body.home  .categories-list,body.home  .reviews-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .app-billet.card16.vertical {
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 37px;
}
body.home .app-billet.card16 {
  display: inline-flex
;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border-radius: 24px;
  border: 1px solid #f8f8f8;
  cursor: pointer;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card16.vertical .logo-container {
  aspect-ratio: 1;
  margin-bottom: 20px;
  width: 100%;
}
body.home .app-billet.card16 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .app-billet.card16.vertical .logo-container img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
body.home .app-billet.card16.vertical .concise-info {
  width: 100%;
  align-items: center;
}
body.home .app-billet.card16 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home .app-billet.card16.vertical .concise-info .title {
  text-align: center;
}
body.home .app-billet.card16 .concise-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #070707;
}
body.home .trending-latest_section .main-vs-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body.home .section_title.mb32 {
  margin: 0 0 32px;
}
body.home .apps-list.type2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
body.home .app-billet.card16.horizontal {
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
body.home .app-billet.card16 {
  display: inline-flex;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border-radius: 24px;
  border: 1px solid #f8f8f8;
  cursor: pointer;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card16.horizontal .trend-num {
  margin-right: 10px;
  min-width: 43px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #a7a7a7;
}
body.home .app-billet.card16.horizontal .logo-container {
  min-width: 80px;
  width: 80px;
  height: 80px;
}
body.home .app-billet.card16 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .app-billet.card16.horizontal .logo-container img {
  border-radius: 16px;
}
body.home .app-billet.card16 .logo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
body.home .app-billet.card16.horizontal .concise-info {
  width: 100%;
  padding: 0 32px 0 37px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.home .app-billet.card16 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home .app-billet.card16 .concise-info .title {
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #070707;
    margin-bottom: 12px;
}
body.home .app-billet.card16.horizontal .rating {
  min-width: 88px;
}
body.home .section_title.small {
  font-size: 40px;
  line-height: 50px;
}
body.home .reviews-list.type1 {
  display: grid;
}
body.home .review-billet.card15.vertical {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 30px;
}
body.home .review-billet.card15 {
  display: inline-flex;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  box-shadow: none;
  border-radius: 24px;
  border: 1px solid #f8f8f8;
  cursor: pointer;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .review-billet.card15 .main-info {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
body.home .review-billet.card15.vertical .logo-container {
  min-width: 120px;
  width: 120px;
  height: 120px;
  margin-top: 0;
}
body.home .review-billet.card15 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .review-billet.card15 .logo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
body.home .review-billet.card15.vertical .concise-info {
  width: calc(100% - 120px);
  padding: 10px 0 0 36px;
}
body.home .review-billet.card15 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home .review-billet.card15.vertical .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
body.home .review-billet.card15 .concise-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  color: #070707;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
body.home .review-billet.card15.vertical .description {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 12px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 24px;
}
body.home .btn-container.center {
  justify-content: center;
}
body.home .btn-container {
  display: flex;
  width: 100%;
  margin: 52px 0 0;
}
body.home .simple-btn.default-size {
  height: 56px;
  min-width: 288px;
  padding: 0 36px;
}
body.home .simple-btn.default-style {
  background: var(--primary-color);
  border-radius: 10px;
  color: #070707;
  display: flex;
  border: 1px solid var(--primary-color);
}
body.home .simple-btn, .simple-btn.default-style {
  align-items: center;
  justify-content: center;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .simple-btn {
  display: inline-flex;
  font-weight: 600;
  cursor: pointer;
}
body.home .simple-btn.default-size>span {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
body.home .blog-list.type1 {
  display: grid;
}
body.home .blog-billet.card3.vertical {
  flex-direction: column;
}
body.home .blog-billet.card3 {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 24px;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #f8f8f8;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card3.vertical.default .poster-container {
  height: 187px;
}
body.home .blog-billet.card3 .poster-container {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}
body.home .blog-billet.card3 .poster-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .blog-billet.card3.vertical.default .concise-info {
  padding: 20px 12px 12px;
}
body.home .blog-billet.card3.vertical .concise-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
body.home .blog-billet.card3 .concise-info {
  width: 100%;
}
body.home .blog-billet.card3.vertical .category {
  margin-bottom: 24px;
}
body.home .category.type1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  border-radius: 24px;
  background: #070707;
  color: #fff;
  border: 0;
}
body.home .category.type1 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 100%;
  color: #fff;
}
body.home .blog-billet.card3.vertical .text-part {
  margin-bottom: auto;
}
body.home .blog-billet.card3 .text-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
body.home .blog-billet.card3.vertical.default .title {
  font-size: 20px;
  line-height: 28px;
}
body.home .blog-billet.card3 .title {
  -webkit-line-clamp: 2;
  font-weight: 700;
  color: #070707;
}
body.home .blog-billet.card3 .descr,body.home .blog-billet.card3 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .blog-billet.card3.vertical .descr {
  margin-top: 8px;
}
body.home .blog-billet.card3 .descr {
  -webkit-line-clamp: 3;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #a7a7a7;
}
body.home .blog-billet.card3.vertical .bottom-part {
  margin-top: 24px;
}
body.home .blog-billet.card3 .bottom-part {
  display: flex;
  gap: 20px;
}
body.home .details-info.type1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
body.home .blog-billet.card3.vertical .details-list {
  flex-wrap: wrap;
  gap: 33px;
}
body.home .details-info.type1 .details-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  gap: 33px;
}
body.home .details-info.type1 li:first-child {
  flex: 1;
}
body.home .details-info.type1 li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
body.home .details-info.type1 li .svg-icons {
  min-width: 16px;   
  fill: none !important;
}
body.home .details-info.type1 li:first-child .author {
  max-width: 100%;
}
body.home .details-info.type1 li>span {
  display: inline-flex;
  align-items: center;
  color: #a7a7a7;
}
body.home .details-info.type1 li:first-child .author span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 100%;
}
body.home .details-info.type1 li>span>span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

body.home .promo_section .subtitle {
  font-weight: 400;
  color: #070707;
}
#searchForm2 input{
  width: calc(100% - 12px - 56px);
  padding: 0 24px;
  border: 0;
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 10px;
  box-shadow: unset;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #a7a7a7;
  background: #fff;
}
#searchForm2 .sbmt-btn{
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #070707;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchForm2 .sbmt-btn .svg-icons {
  width: 30px;
  height: 30px;
  color: #fff;
  fill: none !important;
}
#searchForm2 .sbmt-btn:hover{
  background-color: #a7a7a7;
}
body.home .concise-info {
  background: transparent;
}
body.home .blog-billet.card3:focus,body.home .blog-billet.card3:hover {
  border: 1px solid #a7a7a7;
}
body.home .app-billet.card16:focus,body.home .app-billet.card16:hover {
  border: 1px solid #a7a7a7;
}
body.home .review-billet.card15:focus,body.home .review-billet.card15:hover {
  border: 1px solid #a7a7a7;
}
.footer_142699{
  background: #fff!important;
}
footer .info-part h1, .footer_142699 .menu h3{
  color: #070707;
}
.footer_142699 .menu h3{
  font-weight: 400;
}
.footer_142699 .text, .footer_142699 .menu-list li a, .footer_142699 .copyright{
  color: #a7a7a7;
}
.header_142699 .nav-list>li>a{
  font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #070707;
}
body.home .header_142699{
  box-shadow: none;
  margin-bottom: 10px;
}
.show-mb-600, .show-mobile-600{
  display: none!important;
}
@media only screen and (min-width: 1251px) {
  .apps-list.type1 {
      grid-template-columns: repeat(5, 1fr);
      grid-column-gap: 33px;
      grid-row-gap: 36px;
  }
}
@media only screen and (min-width: 1201px) {
  body.home .promo_section .section_content {
    padding: 80px 56px 46px;
}
  body.home .promo_section .title {
      max-width: 634px;
      font-size: 72px;
      line-height: 84px;
  }
  body.home .promo_section .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
    max-width: 350px;
  }
  body.home .promo_section .search-form_container {
    margin: 48px 0 0;
    max-width: 305px;
  }
  body.home .blog-list.type1 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 36px;
  }
}
@media (max-width: 1130px) {
  .header_142699 .burger-btn,.header_142699 .search-btn {
      font-size: 18px;
  }
}
@media (max-width: 1100.9px) {
  #searchForm2 input {
      height: 56px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body.home .apps-list.type1 {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 16px;
      grid-row-gap: 32px;
  }
  body.home .new-apps_section .apps-list li:nth-child(5){
    display: none;;
  }
  body.home .blog-list.type1 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
  body.home .promo_section .section_content {
    padding: 80px 56px 46px;
  }
  body.home .promo_section .title {
    max-width: 634px;
    font-size: 68px;
    line-height: 84px;
  }
  body.home .promo_section .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
    max-width: 350px;
  }
  body.home .promo_section .search-form_container {
    margin: 48px 0 0;
    max-width: 305px;
  }
  body.home .promo_section .promo-bg {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  body.home header {
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.home .section.pd100x68 {
      padding: 100px 0 68px;
  }
  body.home .section.pd68 {
    padding: 68px 0;
  }
  body.home .trending-latest_section .main-vs-sidebar .main {
    width: calc(60.23% - 16px);
  }
  body.home .trending-latest_section .main-vs-sidebar .sidebar {
    width: calc(39.7% - 17px);
    margin-top: 9px;
    margin-left: 32px;
  }
  body.home .reviews-list.type1 {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
  body.home .section.pd68x128 {
    padding: 68px 0 128px;
  }
  body.home .block_title {
    margin: 0 0 18px;
  }
  body.home .section_title.default {
    font-size: 32px;
    line-height: 44px;
  }
  body.home .new-apps_section .apps-list li:nth-child(6){
    display: none;;
  }
  body.home .popular-blog_section .blog-list li:nth-child(10){
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  body.home .container.default,body.home .container.wide {
      padding: 0 20px;
  }
  body.home .container.default,body.home .container.wide {
    padding: 0 20px;
  }
  body.home .blog-billet.card3.vertical.default, .blog-billet.card3.vertical.large {
    padding: 16px;
  }
  body.home .blog-billet.card3.vertical {
    flex-direction: column;
  }
  body.home .blog-billet.card3.vertical.default .poster-container,body.home .blog-billet.card3.vertical.large .poster-container {
    height: 168px;
  }
  body.home .blog-billet.card3.vertical.default .concise-info,body.home  .blog-billet.card3.vertical.large .concise-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding: 20px 8px 8px;
  }
  body.home .blog-billet.card3.vertical.default .category,body.home .blog-billet.card3.vertical.large .category {
    margin-bottom: 16px;
  }
  body.home .blog-billet.card3.vertical.default .text-part,body.home .blog-billet.card3.vertical.large .text-part {
    margin-bottom: auto;
  }
  body.home .blog-billet.card3.vertical.default .title, .blog-billet.card3.vertical.large .title {
    font-size: 20px;
    line-height: 30px;
  }
  body.home .blog-billet.card3.vertical.default .descr,body.home .blog-billet.card3.vertical.large .descr {
    margin-top: 8px;
  }
  body.home .blog-billet.card3.vertical.default .details-list,body.home .blog-billet.card3.vertical.large .details-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body.home .blog-billet.card3.vertical.default .read-more_link,body.home .blog-billet.card3.vertical.large .read-more_link {
    align-self: flex-end;
  }
  body.home .section.pd68 {
    padding: 60px 0;
  }
  body.home .section_title.default:after {
    content: "";
    height: 32px;
    width: 32px;
    right: -52px;
  }
  body.home .simple-btn.section-title-size {
    min-width: fit-content;
    height: 56px;
    padding: 0 36px;
    margin-top: 0;
    min-width: 200px;
  }
  body.home .trending-latest_section .main-vs-sidebar {
    flex-direction: column;
    gap: 120px;
  }
  body.home .trending-latest_section .main-vs-sidebar .main,body.home .trending-latest_section .main-vs-sidebar .sidebar {
    width: 100%;
  }
  body.home .trending-latest_section .main-vs-sidebar .section_title.default {
    font-size: 52px;
    line-height: 62px;
  }
  body.home .trending-latest_section .main-vs-sidebar .section_title.default:after {
    height: 36px;
    width: 36px;
    right: -60px;
  }
  body.home .trending-latest_section .main-vs-sidebar .section_title.default {
    font-size: 52px;
    line-height: 62px;
  }
  body.home .trending-latest_section .main-vs-sidebar {
    flex-direction: column;
    gap: 120px;
  }
  body.home .review-billet.card15.vertical {
    padding: 16px 16px 24px;
  }
  body.home .review-billet.card15.vertical .concise-info {
    width: calc(100% - 120px);
    margin: 0;
    padding: 12px 0 0 20px;
  }
  body.home .review-billet.card15.vertical .concise-info .title {
    font-size: 20px;
    line-height: 30px;
  }
  body.home .review-billet.card15.vertical .concise-info .rating {
    margin-top: 16px;
  }
  body.home .review-billet.card15.vertical .description {
    margin-top: 20px;
    padding: 0 8px;
  }
  body.home .block_title {
    margin: 0 0 18px;
  }
  body.home .simple-btn.section-title-size>span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.home .promo_section {
      padding-bottom: 65px;
      align-items: flex-start;
  }
  body.home .promo_section .bg-wrap {
    margin: 0 20px;
  }
  body.home .promo_section .section_content {
    padding: 52px 0 0;
    min-height: 820px;
  }
  body.home .promo_section .text-part {
    align-items: center;
  }
  body.home .promo_section .title {
    font-size: 52px;
    line-height: 62px;
    max-width: 563px;
    text-align: center;
    max-width: 601px;
  }
  body.home .promo_section .subtitle {
    margin-top: 16px;
    max-width: 350px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  body.home .promo_section .search-form_container {
    margin: 22px 0 0;
    max-width: 305px;
    margin-inline: auto;
    z-index: 3;
    position: relative;
  }
  body.home body.home .scroll-link {
    margin-top: 32px;
  }
  body.home .promo_section .promo-bg {
    top: 126px;
    left: 52%;
    transform: translateX(-50%);
  } 
  body.home .section.pd100x68 {
    padding: 146px 0 60px;
  }
  body.home .latest-post_section {
    margin-top: -65px;
  }
  body.home .section_title.mb32 {
    margin: 0 0 24px;
  }
  body.home .section_title.default:after {
    content: "";
    height: 32px;
    width: 32px;
    right: -52px;
  }
  body.home .section_title.mb32 {
    margin: 0 0 24px;
  }
  body.home .section_title.small {
    font-size: 40px;
    line-height: 50px;
  }
  body.home .reviews-list.type1 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 24px;
  }
  body.home .section.pd68x128 {
    padding: 60px 0 93px;
  }
  body.home .scroll-link a {
    text-align: center;
    justify-content: center;
  }
  body.home .promo_section .promo-bg img {
    max-width: 628px;
  }
  body.home .section_title.default {
    font-size: 32px;
    line-height: 44px;
  }
  body.home .section_title.default:after {
    content: "";
    height: 32px;
    width: 32px;
    right: -52px;
  }
}
@media only screen and (max-width: 767.9px) {
  body.home .reviews-list.type1 {
    grid-template-columns: 1fr;
    /* grid-row-gap: 20px!important; */
  }
   body.home .blog-list.type1 {
    grid-template-columns: 1fr;
    /* grid-row-gap: 20px!important; */
  }
  body.home .blog-list.type1 li, body.home .reviews-list.type1 li{
    margin-bottom: 20px;
  }
  body.home .trending-latest_section .main-vs-sidebar .section_title.default {
    font-size: 24px;
    line-height: 32px;
  }
  body.home .trending-latest_section .main-vs-sidebar .section_title.default:after {
    height: 24px;
    width: 24px;
    right: -36px;
  }
  #searchForm2 input{
    width: calc(100% - 12px - 44px);
    padding: 0 20px;
    height: 44px;
    font-size: 16px;
  }
  #searchForm2 .sbmt-btn {
    width: 44px;
    height: 44px;
  }
  body.home .promo_section {
      align-items: flex-start;
      padding-bottom: 65px;
  }
  body.home .promo_section .bg-wrap {
    border-radius: 24px;
    margin: 0 16px;
  }
  body.home .promo_section .section_content {
    padding-top: 44px;
    min-height: 759px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.home .promo_section .text-part {
    align-items: center;
    text-align: center;
  }
  body.home .promo_section .title {
    font-size: 32px;
    /* font-size: 28px; */
    line-height: 44px;
    max-width: 256px;
  }
  body.home .promo_section .subtitle {
    margin-top: 12px;
    font-size: 16px;
    line-height: 25px;
    /* max-width: 188px; */
    max-width: 205px;
  }
  body.home .promo_section .search-form_container {
    max-width: 256px;
    margin: 106px 0 0;
    width: 100%;
  }
  body.home .promo_section .promo-bg {
    top: 176px;
    left: 54%;
    transform: translateX(-50%);
  }
  body.home .promo_section .promo-bg img {
    max-width: 292px;
  }
  body.home .section.pd100x68 {
    padding: 80px 0 60px;
  }
  body.home .container.default,body.home .container.wide {
    padding: 0 16px;
  }
  body.home .block_title {
    margin: 0 0 24px;
  }
  body.home .section_title.default,body.home  .section_title.small {
    font-size: 24px;
    line-height: 32px;
  }
  body.home .section_title.default:after {
    content: "";
    height: 24px;
    width: 24px;
    right: -36px;
  }
  body.home .blog-billet.card3.vertical.default,body.home  .blog-billet.card3.vertical.large {
    padding: 10px;
  }
  body.home .blog-billet.card3.vertical.default .poster-container,body.home .blog-billet.card3.vertical.large .poster-container {
    height: 146px;
  }
  body.home .blog-billet.card3.vertical.default .concise-info,body.home .blog-billet.card3.vertical.large .concise-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding: 16px 10px 10px;
  }
  body.home .blog-billet.card3.vertical.default .title,body.home .blog-billet.card3.vertical.large .title {
    font-size: 18px;
    line-height: 26px;
  }
  body.home .blog-billet.card3.vertical.default .descr,body.home .blog-billet.card3.vertical.large .descr {
    margin-top: 4px;
  }
  body.home .blog-billet.card3.vertical.default .bottom-part,body.home .blog-billet.card3.vertical.large .bottom-part {
    margin: 20px 0 0;
  }
  body.home .blog-billet.card3.vertical.default .details-list,body.home  .blog-billet.card3.vertical.large .details-list {
    gap: 16px;
  }
  body.home .details-info.type1 li {
    gap: 8px;
  }
  body.home .section.pd68 {
    padding: 60px 0;
  }
  body.home .app-billet.card16.vertical {
    padding: 10px 10px 26px;
  }
  body.home .app-billet.card16.vertical .logo-container {
    margin-bottom: 16px;
  }
  body.home .app-billet.card16.vertical .concise-info .title {
    font-size: 18px;
    line-height: 26px;
  }
  body.home .scroll-link {
    margin-top: 15px;
  }
  body.home .block_title {
    margin: 0 0 24px;
  }
  body.home .section_title.default,body.home .section_title.small {
    font-size: 24px;
    line-height: 32px;
  }
  body.home .section_title.default:after {
    content: "";
    height: 24px;
    width: 24px;
    right: -36px;
  }
  body.home .apps-list.type2 {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  body.home .app-billet.card16.horizontal {
    padding: 12px 4px 12px 12px;
  }
  body.home .app-billet.card16.horizontal .trend-num {
    margin-right: 5px;
    min-width: 37px;
    font-size: 20px;
    line-height: 28px;
  }
  body.home .app-billet.card16.horizontal .logo-container {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  body.home .app-billet.card16.horizontal .logo-container img {
    border-radius: 16px;
  }
  body.home .app-billet.card16.horizontal .concise-info {
    padding: 7px 0 0 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-start;
  }
  body.home .app-billet.card16.horizontal .title {
    font-size: 16px;
    line-height: 24px;
  }
  body.home .app-billet.card16 .concise-info .title {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024.9px) {
  body.home .blog-list.type1 {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
      grid-row-gap: 36px;
  }
}
@media only screen and (min-width: 641px) {
  body.home .blog-list.type2 {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
      grid-row-gap: 36px;
  }
  body.home .section.pd68 {
    padding: 68px 0;
  } 
  body.home .blog-list.type2 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 36px;
  }

  body.home .blog-list.type2 {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
      grid-row-gap: 36px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  body.home .blog-list.type2 {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px;
  }
  body.home .blog-list.type1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 599px) {
  body.home .blog-list.type2 {
      grid-template-columns: 1fr;
      grid-row-gap: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  body.home .apps-list.type1 {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 33px;
      grid-row-gap: 32px;
  }
}
@media screen and (max-width: 599px) {
  body.home .latest-post_section .block_title a.section-title-size,body.home .new-apps_section .block_title a.section-title-size, 
  body.home .popular-blog_section .block_title a.section-title-size{
    display: none;
  }
  body.home .details-info.type1 li:first-child .author span, body.home .read-more_link .text{
    font-size: 13px;
  }
  body.home .apps-list.type1 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 20px;
  }
  body.home .btn-container {
    margin: 36px 0 0;
  }
  body.home .simple-btn.default-size {
    min-width: unset;
    width: 100%;  
  }
  body.home  .section.pd100x68 {
    padding: 120px 0 40px;
  }
  .show-mb-600,.show-mobile-600{
    display: block!important;
  }
  body.home .app-billet.card16.horizontal .concise-info {
    display: block!important;
  }
  body.home .review-billet.card15 .concise-info .title{
    margin-bottom: 0px !important;
  }
}