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

.preloader {

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

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

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


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

html{
  overflow-x: hidden;
}

body.home main {
  padding-bottom: 120px;
}
body.home .welcome_section {
  padding: 15px 0 51px;
}
body.home section{
  display: block;
}
body.home .welcome_section .carousel-content {
  position: relative;
}
body.home .welcome_section .blog-billet.card42.vertical {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
body.home .blog-billet.card42 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(70, 84, 128, .12);
  background: #fff;
}
body.home .welcome_section .blog-billet.card42.vertical .img-container {
  height: 350px;
  margin-bottom: 11px;
}
body.home .blog-billet.card42 .img-container {
  width: 100%;
}
body.home .img-container {
  display: block;
}
body.home .blog-billet.card42 .img-container img {
  border-radius: 4px;
}
body.home .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
body.home .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
body.home .blog-billet.card42 .concise-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.home .welcome_section .blog-billet.card42.vertical .title {
  font-size: 24px;
  line-height: 34px;
}
body.home .blog-billet.card42.vertical .title {
  margin-bottom: 15px;
  font-size: 18px;
}
body.home .blog-billet.card42:focus .title,body.home .blog-billet.card42:hover .title {
  color: var(--primary-color);
}
body.home .blog-billet.card42 .title {
  font-weight: 700;
  line-height: 26px;
  color: #32325d;
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
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.card42 .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #4f607a;
}
body.home .welcome_section .blog-billet.card42.vertical .decor-link {
  bottom: -3px;
  right: 0;
}
body.home .blog-billet.card42 .decor-link {
  position: absolute;
}
body.home .blog-billet.card42 .decor-link svg {
  /* width: 16px;
  height: 16px; */
  width: 20px;
  height: 20px;
  fill:var(--primary-color);
  margin-left: 0px !important;
  margin-right: 0px ! Important;
}
body.home .owl-carousel .owl-dots.disabled,body.home  .owl-carousel .owl-nav.disabled {
  display: none;
}
body.home .welcome_section .owl-prev {
  left: -65px;
}
body.home .welcome_section .owl-next {
  right: -65px;
}
body.home .welcome_section .owl-next,body.home  .welcome_section .owl-prev {
  position: absolute;
  /* top: calc(50% - 37px); */
  top: calc(50% + 80px);
  transform: translateY(-50%);
  /* background: #f79959 !important; */
  background-color: var(--primary-color)!important;
  border-radius: 5px !important;
}
body.home .owl-next, body.home .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 1;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: var(--primary-color);
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
body.home .owl-next svg, body.home .owl-prev svg {
  width: 16px;
  height: 16px;
}
body.home .main-section {
  margin-bottom: 80px;
}
body.home .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: row;
}
body.home .title-container .title-section {
  margin: 0;
}
body.home .title-section {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #32325d;
}
body.home .btn-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 23px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--primary-color);
  /* color: #f79959; */
  background: #fff!important;
}
body.home .btn-section svg {
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
body.home .editors-choice_section .inner,body.home .how-to_section .inner,body.home .latest-on-blog_section .inner,
body.home .news_section .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.home .editors-choice_section .left-part,body.home .how-to_section .left-part,body.home .latest-on-blog_section .left-part,
body.home .news_section .left-part {
  width: calc(100% - 360px);
  padding-right: 30px;
}
body.home .blog-billet.card42.with-text {
  padding: 20px 20px 18px;
}
body.home .blog-billet.card42 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(70, 84, 128, .12);
  background: #fff;
}
body.home .blog-billet.card42.with-text .img-container {
  height: 395px;
  margin-bottom: 15px;
}
body.home .blog-billet.card42 .img-container {
  width: 100%;
}
body.home .blog-billet.card42 .concise-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.home .blog-billet.card42.with-text .title {
  margin-bottom: 9px;
  font-size: 24px;
}
body.home .blog-billet.card42.with-text .text {
  margin-bottom: 17px;
}
body.home .blog-billet.card42 .text {
  font-size: 16px;
  line-height: 24px;
  color: #4f607a;
}
body.home .blog-billet.card42 .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #4f607a;
}
body.home .blog-billet.card42 .date svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
body.home .blog-billet.card42.with-text .decor-link {
  /* bottom: 16px;
  right: 21px; */
  bottom: 4px;
  right: 16px;
}
body.home .blog-billet.card42 .decor-link {
  position: absolute;
  bottom: 8px;
  right: 15px;
}
body.home .editors-choice_section .right-part,body.home  .how-to_section .right-part,
body.home  .latest-on-blog_section .right-part,body.home  .news_section .right-part {
  width: 360px;
}
body.home .editors-choice_section .blog-list.for-vertical.full-width,
body.home  .how-to_section .blog-list.for-vertical.full-width,
body.home   .latest-on-blog_section .blog-list.for-vertical.full-width,
body.home   .news_section .blog-list.for-vertical.full-width {
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}
body.home .blog-list.for-vertical.full-width {
  flex-direction: row;
  gap: 20px;
    margin-top: 0px!important;
}
body.home .how-to_section .inner .bottom-part, 
body.home .editors-choice_section .inner .bottom-part,
body.home .news_section .inner .bottom-part{
  margin-top: 30px!important;
}
body.home .editors-choice_section .bottom-part .blog-list.for-horizontal.full-width>li,
body.home .how-to_section .inner .blog-list.for-horizontal.full-width>li,
body.home .news_section .inner .blog-list.for-horizontal.full-width>li{
  width: 33.33%!important;
  padding: 6.5px;
}
body.home .wrapper ul {
  list-style: none;
  padding: 0;
}
body.home .blog-billet.card42.vertical {
  padding: 15px;
}
body.home .blog-billet.card42 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(70, 84, 128, .12);
  background: #fff;
}
body.home .blog-billet.card42.vertical .img-container {
  height: 160px;
  margin-bottom: 9px;
}
body.home .blog-billet.card42 .img-container {
  width: 100%;
}
body.home .blog-billet.card42 .concise-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.home .main-section {
  margin-bottom: 80px;
}
body.home .most-popular_section .apps-list.for-vertical.in-main-content {
  width: calc(100% + 20px);
  margin: -10px;
}
body.home .most-popular_section .apps-list.for-vertical.in-main-content>li {
  width: 20%;
  padding: 10px;
}
body.home .app-billet.card23.vertical {
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 10px;
}
body.home .app-billet.card23 {
  display: flex;
  height: 100%;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(17, 53, 114, .08), 0 0 2px rgba(27, 55, 117, .05);
  cursor: pointer;
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card23.vertical .logo-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 159px;
  margin: 0 auto;
}
body.home .app-billet.card23 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .app-billet.card23 .logo-container img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
body.home .app-billet.card23.vertical .concise-info {
  width: 100%;
  margin: 10px 0 0;
}
body.home .app-billet.card23 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .app-billet.card23.vertical .concise-info .title {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.home .app-billet.card23 .concise-info .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #32325d;
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
body.home .expert-blog_new-apps_section .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.home .expert-blog_new-apps_section .left-part {
  width: calc(100% - 360px);
  padding-right: 30px;
}
body.home .blog-billet.card42.with-text {
  padding: 20px 20px 18px;
}
body.home .blog-billet.card42 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(70, 84, 128, .12);
  background: #fff;
}
body.home .expert-blog_new-apps_section .right-part {
  width: 360px;
}
body.home .expert-blog_new-apps_section .apps-list.for-vertical.in-main-content {
  width: calc(100% + 11px);
  margin: -5.5px;
}
body.home .expert-blog_new-apps_section .apps-list.for-vertical.in-main-content>li {
  width: 100%;
  padding: 5.5px;
}
body.home .app-billet.card14.horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
body.home .app-billet.card14 {
  display: flex;
  height: 100%;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(17, 53, 114, .08), 0 0 2px rgba(27, 55, 117, .05);
  text-decoration: none;
  cursor: pointer;
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card14.horizontal .logo-container {
  width: 90px;
  height: 90px;
}
body.home .app-billet.card14 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .app-billet.card14 .logo-container img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
body.home .app-billet.card14.horizontal .concise-info {
  width: calc(100% - 90px);
  padding: 4px 0 0 15px;
}
body.home .app-billet.card14 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home .app-billet.card14.horizontal .concise-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
body.home .app-billet.card14 .concise-info .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #32325d;
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
body.home .most-popular_section .apps-list.for-vertical.in-main-content {
  width: calc(100% + 20px);
  margin: -10px;
}
/* body.home .most-popular_section .apps-list.for-vertical.in-main-content>li:nth-last-child(n+6) {
  display: none;
} */
body.home .most-popular_section .apps-list.for-vertical.in-main-content>li:nth-last-child(n+7) {
  display: none;
}
body.home .most-popular_section .apps-list.for-vertical.in-main-content>li {
  width: 20%;
  padding: 10px;
}
body.home .app-billet.card23.vertical {
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 10px;
}
body.home .app-billet.card23 {
  display: flex;
  height: 100%;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(17, 53, 114, .08), 0 0 2px rgba(27, 55, 117, .05);
  cursor: pointer;
  transition: all .3scubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card23.vertical .logo-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 159px;
  margin: 0 auto;
}
body.home .app-billet.card23 .logo-container {
  display: flex;
  align-items: flex-start;
}
body.home .about-site_section .inner {
  position: relative;
  padding: 61px 60px 98px;
  z-index: 1;
  border-radius: 40px;
  background: linear-gradient(98.25deg, #f89c58 13.5%, #ffc645 121.87%);
  /* text-align: center;
    margin: auto; */
}
body.home .about-site_section .title {
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  color: #fff;
  /* margin-left: auto;
  margin-right: auto; */
}
body.home .about-site_section .text {
  /* max-width: 498px; */
  max-width: 535px;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 10px;
  /* margin-left: auto;
    margin-right: auto; */
    margin-bottom: 30px;
}
body.home .about-site_section .btn-section{
  padding: 7px 25px;
  border: none;
}
body.home .about-site_section .btn-section{
  color: #f89c58!important;
}
body.home .latest-on-blog_section{
  margin-top: 160px;
}
body.home .title-container .btn-section svg{
  top: 0px!important;
}
body.home .latest-on-blog_section .blog-list.for-vertical.full-width li{
  width: 100%;
}
body.home .about-site_section .img-container {
  position: absolute;
  top: 0;
  right: 50px;
  width: 443px;
  height: 386px;
  z-index: -1;
  display: block;
}
body.home .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_142699 .nav-list>li>a {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #32325d;
}
.footer_142699 {
  background: #162752;
}
.footer_142699 .menu-list li a{
  display: block;
  opacity: .6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
}
.footer_142699 .text{
  color: #fff;
  opacity: .6;
  font-family: Roboto, sans-serif;
}
@media (max-width: 1260px) {
  body.home .welcome_section .owl-next {
    right: -15px;
  }
  body.home .welcome_section .owl-prev {
    left: -15px;
  }
}
@media (min-width:1024px) and (max-width: 1279px) {
  body.home .welcome_section .owl-next {
    right: -15px;
  }
  body.home .welcome_section .owl-prev {
    left: -15px;
  }
  body.home .welcome_section .carousel-content {
    padding: 0px 0px;
  }
  body.home .about-site_section .text {
    max-width: 430px;
  }
  body.home .how-to_section .inner .blog-list.for-horizontal.full-width>li, 
  body.home .editors-choice_section .inner .blog-list.for-horizontal.full-width>li,
  body.home .news_section .inner .blog-list.for-horizontal.full-width>li {
    width: 100%!important;
  }
  body.home .how-to_section .bottom-part .blog-list,body.home .editors-choice_section .bottom-part .blog-list,
  body.home .news_section .bottom-part .blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width:1024px){
  body.home .most-popular_section .apps-list.for-vertical.in-main-content>li:last-child, 
  body.home .most-popular_section .apps-list.for-vertical.in-main-content>li:last-child {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width: 1023px) {
  body.home .editors-choice_section .left-part, 
  body.home .how-to_section .left-part, body.home .latest-on-blog_section .left-part,
  body.home .news_section .left-part {
    width: 100%;
    padding-right: 0px;
  }
  body.home .editors-choice_section .right-part, body.home .how-to_section .right-part, 
  body.home .latest-on-blog_section .right-part, body.home .news_section .right-part {
    width: 100%;
    padding-top: 20px;
  }
  body.home .editors-choice_section .blog-list.for-vertical.full-width, 
  body.home .how-to_section .blog-list.for-vertical.full-width, 
  body.home .latest-on-blog_section .blog-list.for-vertical.full-width, 
  body.home .news_section .blog-list.for-vertical.full-width {
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.home .most-popular_section .apps-list.for-vertical.in-main-content>li {
    width: 25%;
    padding: 10px;
  }
  body.home .most-popular_section .apps-list.for-vertical.in-main-content>li:last-child{
    display: none;
  }
  body.home .expert-blog_new-apps_section .inner{
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home .expert-blog_new-apps_section .left-part {
    width: 100%;
    padding-right: 0px;
  }
  body.home .expert-blog_new-apps_section .right-part {
    width: 100%;
    margin-top: 20px;
  }
  body.home .expert-blog_new-apps_section .apps-list.for-vertical.in-main-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.home .about-site_section .title{
    font-size: 32px;
    line-height: 44px;
  }
  body.home  .about-site_section .text {
    max-width: 271px;
    margin-bottom: 25px;
  }
  body.home .about-site_section .img-container {
    top: auto;
    /* bottom: 14px; */
    bottom: 80px;
    right: 17px;
    width: 366px;
    height: 319px;
  }
  body.home .how-to_section .inner .bottom-part, 
  body.home .editors-choice_section .inner .bottom-part,
  body.home .news_section .inner .bottom-part{
    margin-top: 30px!important;
  }
  body.home .bottom-part .blog-list.for-horizontal.full-width {
    width: 100%!important;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.home .editors-choice_section .bottom-part .blog-list.for-horizontal.full-width>li, body.home .how-to_section .inner .blog-list.for-horizontal.full-width>li, body.home .news_section .inner .blog-list.for-horizontal.full-width>li {
    width: 100%!important;;
    padding: 6.5px;
  }
  body.home .editors-choice_section .bottom-part .blog-list.for-horizontal.full-width>li:last-child,
  body.home .how-to_section .inner .blog-list.for-horizontal.full-width>li:last-child,
   body.home .news_section .inner .blog-list.for-horizontal.full-width>li:last-child {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  body.home .editors-choice_section .blog-list.for-vertical.full-width, body.home .how-to_section .blog-list.for-vertical.full-width, body.home .latest-on-blog_section .blog-list.for-vertical.full-width, body.home .news_section .blog-list.for-vertical.full-width{
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
  }
  body.home .editors-choice_section .blog-list.for-horizontal.full-width, body.home .how-to_section .blog-list.for-horizontal.full-width, body.home .latest-on-blog_section .blog-list.for-horizontal.full-width, body.home .news_section .blog-list.for-horizontal.full-width{
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
  }
  body.home .most-popular_section .apps-list.for-vertical.in-main-content>li {
    width: 33.33%;
    padding: 10px;
  }
  body.home .editors-choice_section .bottom-part .blog-list.for-horizontal.full-width>li:last-child, 
  body.home .how-to_section .inner .blog-list.for-horizontal.full-width>li:last-child,
   body.home .news_section .inner .blog-list.for-horizontal.full-width>li:last-child{
    display: none;
  }
  body.home .expert-blog_new-apps_section .apps-list.for-vertical.in-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  body.home .title-section {
      font-size: 24px;
      line-height: 33px;
  }
  body.home .welcome_section .blog-billet.card42.vertical .title {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 26px;
  }
  body.home .editors-choice_section .left-part, body.home .how-to_section .left-part, body.home .latest-on-blog_section .left-part, body.home .news_section .left-part {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  body.home .editors-choice_section .right-part, body.home .how-to_section .right-part, body.home .latest-on-blog_section .right-part, body.home .news_section .right-part {
    width: 100%;
  }
  body.home .expert-blog_new-apps_section .left-part {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  body.home .expert-blog_new-apps_section .right-part {
    width: 100%;
  }
  body.home .app-billet.card14.horizontal .logo-container {
    width: 70px;
    height: 70px;
  }
  body.home .expert-blog_new-apps_section .apps-list.for-vertical.in-main-content{
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home .app-billet.card14.horizontal .logo-container {
    width: 70px;
    height: 70px;
  }
  body.home .blog-billet.card42.vertical .title {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 22px;
  }
  body.home .blog-billet.card42.with-text .title {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
  }
  body.home .app-billet.card14 .concise-info .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  body.home .about-site_section .text {
    margin-bottom: 0px;
  }
  body.home .about-site_section .img-container {
    position: relative;
    top: 0;
    right: 0px;
    width: 100%;
    height: auto;
    margin: auto;
    z-index: -1;
    display: block;
  }
  body.home .about-site_section .btn-section{
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
  body.home .right-part .blog-list .concise-info {
    width: 100% !important;
  }
  body.home .editors-choice_section .bottom-part .blog-list.for-horizontal.full-width>li, body.home .how-to_section .inner .blog-list.for-horizontal.full-width>li, body.home .news_section .inner .blog-list.for-horizontal.full-width>li {
    width: 100% !important;
  }
  
  body.home .blog-billet.card42.with-text .img-container {
    height: auto;
    margin-bottom: 15px;
  }
  body.home .latest-on-blog_section .title-container .btn-section, 
  body.home .most-popular_section .title-container .btn-section, 
  body.home .most-popular_section .title-container .btn-section, body.home .how-to_section .title-container .btn-section,
  body.home .news_section .title-container .btn-section, body.home .editors-choice_section .title-container .btn-section{
    display: none;
  }
  body.home .most-popular_section .apps-list.for-vertical.in-main-content>li {
    width: 50%;
    padding: 10px;
  }
  body.home .about-site_section .title {
    font-size: 24px;
    line-height: 34px;
  }
  body.home .about-site_section .inner {
    padding: 30px 20px 35px;
  }
  body.home .welcome_section .blog-billet.card42.vertical .img-container {
    height: 265px;
    margin-bottom: 10px;
  }
  body.home .latest-on-blog_section {
    margin-top: 60px;
  }
  body.home .app-billet.card23.vertical .concise-info .title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  body.home     .app-billet.card23.vertical .logo-container {
    height: 115px;
  }

  body.home .app-billet.card23.vertical {
    padding: 10px 10px 6px;
  }
  body.home .welcome_section .owl-next, body.home .welcome_section .owl-prev {
    position: absolute;
    top: calc(50% + 40px);
  }
  body.home .blog-billet.card42.with-text {
    padding: 10px 10px 15px;
  }
  body.home .blog-billet.card42.vertical {
    padding: 10px 10px 15px;
  }
  body.home .about-site_section .inner {
    border-radius: 15px;
  }
}