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;
}
.header_142699 .nav-menu{
  z-index: 2;
}
@media (max-width: 767px) {
  header .form-search .search-input {
      height: 43px!important;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
    .header_142699 .search-container {
        margin: 0 auto 0 0px!important;
    }

    .header_142699 .burger-btn {
        font-size: 34px;
    }
}
/*end error menu*/

html{
  overflow-x: hidden;
}
body.home .promo_section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    overflow: hidden;
}
body.home .container.default {
    max-width: 1254px;
    padding: 0 24px;
}
body.home .container {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
body.home .promo_section .section_content {
    z-index: 1;
}
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: #343458;
}
body.home .promo_section .title span {
    position: relative;
}
body.home .promo_section .title span:before {
    content: "";
    background: #dbdbff;
    border-radius: 16px;
    width: calc(100% + 35px);
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    height: 88px;
    position: absolute;
    z-index: -1;
}
body.home .promo_section .subtitle {
    font-weight: 400;
    color: #a2a2c6;
}
body.home .promo_section .search-form_container {
    margin: 44px 0 0;
}   
body.home .promo_section .search-form.style2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
body.home .promo_section .promo-bg {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(35.92%);
    z-index: 0;
}
body.home .new-apps_section .section_content {
    z-index: 0;
}
body.home .block_title.mb60,body.home .section_title.mb60 {
    margin-bottom: 60px;
}
body.home .block_title.default,body.home .section_title.default {
    line-height: normal;
    font-size: 44px;
}
body.home .block_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
body.home .block_title,body.home .section_title {
    margin: 0;
    font-weight: 700;
}
body.home .block_title.black,body.home .section_title.black {
    color: #343458;
}
body.home .block_title.default,body.home .section_title.default
 {
    line-height: normal;
    font-size: 44px;
}
body.home .section_title {
    position: relative;
    width: fit-content;
    display: block;
}
body.home .block_title,body.home .section_title {
    margin: 0;
    font-weight: 700;
}
body.home .section_title:after {
    content: "";
    height: 28px;
    width: 28px;
    background: url('../../images/custom/icon__title.svg') no-repeat 50%;
    background-size: contain;
    top: 50%;
    right: -52px;
    transform: translateY(-40%);
    position: absolute;
}
body.home main .btn-container {
    display: flex;
}
body.home .simple-btn.default-size {
    height: 50px;
    min-width: 150px;
    width: 197px;
    line-height: 1;
    padding: 0 24px;
    font-size: 16px;
}
body.home .simple-btn.gradient-style {
    overflow: hidden;
    border-radius: 12px;
    background: var(--primary-color);
    position: relative;
}
body.home .simple-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    max-width: 100%;
}
body.home .simple-btn.gradient-style:before {
    content: "";
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(149.68% 169.23% at -23.11% -27.67%, #3dadff 0, var(--primary-color) 97.19%);
    opacity: 1;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .apps-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 .app-billet.card16.horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 24px 31px;
}
body.home .app-billet.card16 {
    display: inline-flex;
    height: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(52, 52, 88, .12);
    border-radius: 12px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card16 .main-info {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
body.home .app-billet.card16.horizontal .logo-container {
    min-width: 130px;
    width: 130px;
    height: 130px;
    margin-top: -24px;
}
body.home .app-billet.card16 .logo-container
 {
    display: flex;
    align-items: flex-start;
}
body.home .app-billet.card16 .logo-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
body.home .app-billet.card16.horizontal .concise-info {
    width: calc(100% - 130px);
    padding: 24px 0 0 24px;
}
body.home .app-billet.card16 .concise-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body.home .app-billet.card16.horizontal .concise-info .category {
    margin-bottom: 6px;
}
body.home .app-billet.card16 .concise-info .category {
    color: var(--primary-color);
}
body.home .category.type1 {
    display: inline-flex;
    max-width: 100%;
}
body.home .blog-billet.card3,body.home .category.type1 span {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    overflow: hidden;
}
body.home .category.type1 span {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 100%;
}
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: normal;
    color: #343458;
}
body.home .app-billet.card16.horizontal .description {
    color: #a2a2c6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
}
body.home .btn-container.center {
    justify-content: center;
}
body.home .xs-mobile_visible {
    display: none !important;
}
body.home .simple-btn.default-size {
    height: 50px;
    min-width: 150px;
    width: 197px;
    line-height: 1;
    padding: 0 24px;
    font-size: 16px;
}
body.home .simple-btn.gradient-style {
    overflow: hidden;
    border-radius: 12px;
    background: var(--primary-color);
    position: relative;
}
body.home .simple-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    max-width: 100%;
}
body.home .simple-btn.gradient-style span {
    color: #fff;
    position: relative;
}
body.home .simple-btn span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
body.home .block_title.mb35,body.home .section_title.mb35 {
    margin-bottom: 35px;
}
body.home .block_title.default,body.home .section_title.default {
    line-height: normal;
    font-size: 44px;
}
body.home .block_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
body.home .block_title,body.home  .section_title {
    margin: 0;
    font-weight: 700;
}
body.home .blog-billet.card3.vertical {
    flex-direction: column;
    padding: 0;
}
body.home .blog-billet.card3 {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(52, 52, 88, .12);
    cursor: pointer;
}
body.home .blog-billet.card3,body.home .category.type1 span {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    overflow: hidden;
}
body.home .blog-billet.card3.vertical.default .poster-container {
    width: 100%;
    height: 220px;
}
body.home .blog-billet.card3 .poster-container {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}
body.home .blog-billet.card3 .poster-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .blog-billet.card3.vertical .concise-info
 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding: 24px;
}
body.home .blog-billet.card3 .concise-info {
    width: 100%;
}
body.home .blog-billet.card3.vertical .category
 {
    margin-bottom: 12px;
}
body.home .category.type1 {
    display: inline-flex;
    max-width: 100%;
}
body.home .blog-billet.card3 .category span {
    color: var(--primary-color);
}
body.home .blog-billet.card3, .category.type1 span {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    overflow: hidden;
}
body.home .category.type1 span {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 100%;
}
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 .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
body.home .blog-billet.card3 .title {
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: #343458;
}
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.default .descr
 {
    margin-top: 6px;
    -webkit-line-clamp: 4;
}
body.home .blog-billet.card3 .descr {
    -webkit-line-clamp: 3;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #a2a2c6;
}
body.home .blog-billet.card3.vertical .bottom-part {
    margin-top: 24px;
}
body.home .blog-billet.card3 .bottom-part
 {
    display: flex;
}
body.home .details-info.type1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
body.home .details-info.type1 .details-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    gap: 39px;
}
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>span {
    display: inline-flex;
    align-items: center;
    color: #a2a2c6;
}
body.home .details-info.type1 li>span>span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
body.home .latest-posts_section .main-vs-sidebar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
body.home .blog-list.type2 {
    display: grid;
    grid-gap: 32px;
}
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.vertical {
    flex-direction: column;
    padding: 0;
}
body.home .blog-billet.card3 {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(52, 52, 88, .12);
    cursor: pointer;
}
body.home .blog-billet.card3.vertical.large .poster-container {
    width: 100%;
    height: 400px;
}
body.home .blog-billet.card3 .poster-container {
    display: flex;
    border-radius: 12px;
    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: 24px 24px 32px;
}
body.home .blog-billet.card3.vertical .concise-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding: 24px;
}
body.home .blog-billet.card3 .concise-info {
    width: 100%;
}
body.home .blog-billet.card3.vertical .category {
    margin-bottom: 12px;
}
body.home .category.type1 {
    display: inline-flex;
    max-width: 100%;
}
body.home .blog-billet.card3 .category span {
    color: var(--primary-color);
}
body.home .blog-billet.card3,body.home .category.type1 span {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    overflow: hidden;
}
body.home .category.type1 span {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 100%;
}
body.home .blog-billet.card3 .text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
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 .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
body.home .blog-billet.card3 .title {
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: #343458;
}
body.home .blog-billet.card3.vertical.large .descr {
    margin-top: 6px;
    -webkit-line-clamp: 3;
}
body.home .blog-billet.card3 .descr {
    -webkit-line-clamp: 3;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #a2a2c6;
}
body.home .blog-billet.card3.vertical .bottom-part {
    margin-top: 24px;
}
body.home .blog-billet.card3 .bottom-part {
    display: flex;
}
body.home .details-info.type1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
body.home .blog-billet.card3.vertical.large .details-list {
    gap: 60px;
}
body.home .details-info.type1 .details-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    gap: 39px;
}
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;
}
body.home main .block_title .btn-container{
    width: auto ! Important;
}
body.home .details-info.type1 li>span {
    display: inline-flex;
    align-items: center;
    color: #a2a2c6;
}
body.home .details-info.type1 li>span>span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
body.home .latest-posts_section .main-vs-sidebar .sidebar {
    display: flex;
    width: calc(100% - 65.75% - 32px);
}
body.home .categories_block.type1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
body.home .categories_block.type1 .categories-list {
    display: grid;
    width: 100%;
    grid-gap: 32px;
}
body.home .category-billet.card1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 82px;
    width: 100%;
    padding: 0 36px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(52, 52, 88, .12);
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .category-billet.card1 .svg-icons
 {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: var(--primary-color);
}
body.home .category-billet.card1 .text {
    display: flex;
    width: calc(100% - 24px);
    padding: 0 0 0 24px;
}
body.home .category-billet.card1 .text span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}
body.home #searchForm2{
    align-items: center;
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #a2a2c6;
    background: #f5f5ff;
    padding-left: 0px;
    padding-right: 0px;
}
body.home #searchForm2 input {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #a2a2c6;
    background: #f5f5ff;
}
body.home #searchForm2 .sbmt-btn{
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    font-size: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    max-width: 100%;
}
body.home #searchForm2 .sbmt-btn svg{
    width: 24px;
    height: 24px;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    position: relative;
    fill: none;
}
body.home .header_142699{
    background: transparent;
    box-shadow: none;
}
.header_142699 .nav-list>li>a{
    color: #343458;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
body.home .block_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
body.home .section_title {
    position: relative;
    width: fit-content;
    display: block;
}
body.home .block_title,body.home .section_title {
    margin: 0;
    font-weight: 700;
}
footer{
    background: #f5f5ff!important;
}
.footer_142699 .menu h3{
    color: #343458!important;
}
.footer_142699 .menu-list li a{
    color: #a2a2c6!important;
}
.footer_142699 .copyright{
    color: #a2a2c6!important;
}
@media only screen and (min-width: 1101px) {
    body.home .apps-list.type2 {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 33px;
        grid-row-gap: 62px;
    }
}

@media only screen and (min-width: 1025px) {
    body.home .promo_section {
        margin: -82px 0 0;
        padding: 82px 0 360px;
    }
    body.home .promo_section .section_content {
        padding: 71px 0 0;
    }
    body.home .promo_section .text-part {
        max-width: 462px;
    }
    body.home .promo_section .title {
        /* font-size: 68px; */
        font-size: 60px;
        line-height: 84px;
    }
    body.home .promo_section .subtitle {
        line-height: normal;
        /* font-size: 20px; */
         font-size: 18px;
        margin-top: 8px;
    }
    body.home .promo_section .search-form_container {
        max-width: 340px;
    }
    body.home .section.pd70 {
        padding: 70px 0;
    }
    body.home .new-apps_section {
        margin-top: -228px;
    }
    body.home  .blog-list.type1 {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 33px;
        grid-row-gap: 36px;
    }
    body.home .section.pd70x160 {
        padding: 70px 0 160px;
    }
    body.home  .latest-posts_section .main-vs-sidebar .main
    {
        width: 65.75%;
    }
    body.home .latest-posts_section .main-vs-sidebar .main .type2 {
        display: grid;
        grid-template-columns: 100%;
    }
    body.home .latest-posts_section .main-vs-sidebar .main .type2 li:first-child {
        grid-row: span 2;
    }
    body.home .categories_block.type1 .categories-list {
        grid-template-columns: 100%;
    }
    body.home .blog-list.type1
    {
        grid-template-columns: repeat(3, 1fr)!important;
        grid-column-gap: 33px;
        grid-row-gap: 36px;
        display: grid;
    }
}
@media only screen and (max-width: 1024px) {
    body.home .container.default {
        padding: 0 20px;
    }
    body.home  .new-apps_section {
        margin-top: -150px;
    }
    body.home .latest-posts_section .main-vs-sidebar {
        flex-direction: column-reverse;
    }
    body.home .latest-posts_section .main-vs-sidebar .main {
        width: 100%;
    }
    body.home .blog-billet.card3.horizontal .poster-container
    {
        height: 240px;
        width: 50%;
    }
    body.home .blog-billet.card3.horizontal .concise-info {
        padding: 20px 24px;
    }
    body.home .blog-billet.card3.horizontal .descr {
        -webkit-line-clamp: 2;
    }
    body.home .blog-billet.card3.horizontal .bottom-part {
        margin-top: 24px;
    }
    body.home     .blog-billet.card3.horizontal .details-list
    {
        gap: 50px;
    }
    body.home .latest-posts_section .main-vs-sidebar .main
    {
        width: 100%;
    }
    body.home .latest-posts_section .main-vs-sidebar .sidebar{
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.home .promo_section {
        margin: -80px 0 0;
        padding: 80px 0 200px;
    }
    body.home .promo_section .section_content {
        padding: 711px 0 0;
    }
    body.home .promo_section .text-part {
        align-items: center;
    }
    body.home .promo_section .title {
        /* font-size: 60px; */
         font-size: 57px;
        line-height: 76px;
        text-align: center;
        max-width: 602px;
    }
    body.home .promo_section .title span:before {
        left: -15px;
        width: calc(100% + 24px);
    }
    body.home .promo_section .subtitle {
        line-height: normal;
        font-size: 20px;
        margin-top: 16px;
    }
    body.home .promo_section .search-form_container {
        margin-top: 60px;
        max-width: unset;
        display: flex;
        justify-content: center;
    }
    body.home .promo_section .search-form_container .search-form {
        max-width: 340px;
    }
    body.home .promo_section .promo-bg {
        right: 50%;
        transform: translateX(50%);
    }
    body.home .section.pd70 {
        padding: 70px 0;
    }
    body.home .block_title.default,body.home .section_title.default {
        font-size: 36px;
    }
    body.home .block_title.mb35,body.home .section_title.mb35 {
        margin-bottom: 31px;
    }
    body.home .section.pd70x160 {
        padding: 70px 0 140px;
    }
}
@media only screen and (min-width: 651px) and (max-width: 1024px) {
    body.home .blog-list.type1 {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 32px;
        display: grid;
    }
}
@media only screen and (max-width: 767.9px) {
    body.home .promo_section {
        /* margin: -76px 0 0; */
        margin: -60px 0 0;
        padding: 76px 0 194px;
    }
    body.home .container.default,body.home .container.wide
    {
        padding: 0 16px;
    }
    body.home .promo_section .section_content {
        padding: 352px 0 0;
    }
    body.home .promo_section .text-part {
        align-items: center;
    }
    body.home .promo_section .title {
        font-size: 40px;
        line-height: 52px;
        text-align: center;
    }
    body.home .promo_section .title {
        font-size: 40px;
        line-height: 52px;
        text-align: center;
    }
    body.home .promo_section .subtitle {
        line-height: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        max-width: 90%;
        text-align: center;
    }
    body.home .promo_section .search-form_container {
        margin-top: 40px;
        max-width: unset;
        /* display: flex; */
        display: block;
        justify-content: center;
    }
    body.home .promo_section .search-form_container .search-form {
        max-width: 340px;
    }
    body.home .search-form.style2.promo-block .search-input {
        height: 50px;
        width: calc(100% - 62px);
        font-size: 16px;
        line-height: normal;
    }
    body.home .search-form.style2.promo-block .sbmt-btn {
        width: 50px;
        height: 50px;
    }
    body.home .search-form.style2.promo-block .sbmt-btn .svg-icons {
        height: 20px;
        width: 20px;
    }
    body.home .promo_section .promo-bg {
        right: 50%;
        transform: translateX(54%);
    }
    body.home .section.pd70 {
        padding: 50px 0;
    }
    body.home .container.default,body.home .container.wide {
        padding: 0 16px;
    }
    body.home .section_title:after {
        top: 20px;
    }
    body.home .btn-container.pt36 {
        padding-top: 36px;
    }
    body.home .section.pd70 {
        padding: 50px 0;
    }
    body.home .blog-billet.card3.horizontal .details-list,body.home .blog-billet.card3.large .details-list,
    body.home .blog-billet.card3.vertical .details-list,body.home .blog-billet.card3.vertical.large .details-list {
        gap: 19px;
    }
    body.home .section.pd70x160
    {
        padding: 50px 0 120px;
    }
    body.home .promo_section .title span:before {
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% + 10px);
        height: 52px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 767px) {
    body.home .block_title.default,body.home .section_title.default {
        /* font-size: 32px; */
        font-size: 30px;
        line-height: 42px;
    }
    body.home .block_title.mb35,body.home .section_title.mb35 {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 699.9px) {
    body.home .xs-mobile-hide {
        display: none !important;
    }
    body.home .xs-mobile_visible {
        display: flex !important;
    }
}
@media only screen and (max-width: 660px) {
    body.home .blog-list.type1 {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }
    body.home  .blog-billet.card3.vertical .concise-info {
        padding: 20px 16px 24px;
    }
    body.home .blog-billet.card3.vertical.default .category,body.home .blog-billet.card3.vertical.large .category {
        margin-bottom: 8px;
    }
    body.home .blog-billet.card3.vertical .title {
        font-size: 20px;
        line-height: 32px;
    }
    body.home .blog-billet.card3.vertical.default .bottom-part,body.home .blog-billet.card3.vertical.large .bottom-part {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
    body.home .apps-list.type2 {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 56px;
    }
    body.home .apps-list.type2
    {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 56px;
    }
    body.home .categories_block.type1 .categories-list {
        grid-template-columns: repeat(2, calc(50% - 10px));
        grid-column-gap: 20px;
        grid-row-gap: 24px;
    }
}
@media only screen and (max-width: 640.9px) {
    body.home .block_title.mb60, .section_title.mb60 {
        margin-bottom: 40px;
        font-size: 32px;
    }
    body.home .apps-list.type2 {
        grid-template-columns: 1fr;
        grid-row-gap: 36px;
    }
    body.home .app-billet.card16.horizontal {
        padding: 0 14px 20px;
    }
    body.home .app-billet.card16.horizontal .logo-container {
        min-width: 110px;
        width: 110px;
        height: 110px;
        margin-top: -16px;
    }
    body.home .app-billet.card16.horizontal .concise-info {
        width: calc(100% - 110px);
        margin: 0;
        padding: 19px 0 0 12px;
    }
    body.home .app-billet.card16.horizontal .concise-info .category {
        margin-bottom: 4px;
    }
    body.home .app-billet.card16.horizontal .concise-info .title {
        font-size: 18px;
    }
    body.home .app-billet.card16.horizontal .description {
        -webkit-line-clamp: 8;
    }
}
@media only screen and (max-width: 640px) {
    body.home .blog-billet.card3.vertical.default .poster-container {
        height: 180px;
    }
    body.home   .blog-list.type2 {
        grid-row-gap: 24px;
    }
    body.home .blog-billet.card3.vertical.large .concise-info {
        padding: 20px 16px 24px;
    }
    body.home  .blog-billet.card3.horizontal {
        flex-direction: column;
    }
    body.home .blog-billet.card3.horizontal .poster-container {
        height: 180px;
        width: 100%;
    }
    body.home .blog-billet.card3.horizontal .title{
        font-size: 20px;
        line-height: 32px;
    }
    body.home .blog-billet.card3.horizontal .descr {
        -webkit-line-clamp: 4;
    }
    body.home .blog-billet.card3.horizontal .bottom-part {
        margin-top: 20px;
    }
    body.home  .categories_block.type1 .categories-list {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    body.home .category-billet.card1 {
        padding: 0 24px;
        height: 62px;
    }
    body.home .category-billet.card1 .text {
        padding: 0 0 0 16px;
    }
}
@media only screen and (max-width: 440px) {
    body.home .block_title.default,body.home .section_title.default {
        max-width: 216px;
    }
}
@media only screen and (max-width: 425px) {
    body.home .simple-btn.default-size {
        min-width: unset;
        width: 100%;
    }
}