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 {
  font-family: Montserrat, sans-serif;
}
body.home main {
    padding-bottom: 104px;
}
body.home .welcome_section {
    padding: 60px 0 81px;
}
body.home .container {
    max-width: 1144px;
    padding: 0 32px;
    margin: 0 auto;
}
body.home .welcome_section .img-container {
    width: 100%;
    height: 100%;
}
body.home .img-container {
    display: block;
}
body.home .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .section {
    margin-bottom: 104px;
}
body.home .title.uppercase {
    text-transform: uppercase;
}
body.home .title.default-gap {
    margin-bottom: 56px;
}
body.home .title.default {
    font-size: 48px;
    line-height: 56px;
}
body.home .title {
    margin: 0;
    font-weight: 700;
    color: #333;
}
body.home .grid-list.for-horizontal.style-2 {
    grid-template-columns: repeat(5, 1fr);
    gap: 32px 24px;
}
body.home .grid-list {
    display: grid;
}
body.home .app-billet.card92.vertical {
    flex-direction: column;
}
body.home .app-billet.card92 {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 16px;
}
body.home .app-billet.card92.vertical .img-container {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1;
}
body.home .app-billet.card92 .img-container {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card92 .img-container img {
    border-radius: 4px;
}
body.home .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .app-billet.card92 .concise-info {
    display: flex;
    flex-direction: column;
}
body.home .app-billet.card92 .title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .ellipsis-multiply.one {
    -webkit-line-clamp: 1!important;
}
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 .banner-billet.card1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px 32px;
    border-radius: 4px;
    background: #56a9ee;
}
body.home .title.medium-gap {
    margin-bottom: 8px;
}
body.home .title.medium {
    font-size: 40px;
    line-height: 48px;
}
body.home .title {
    margin: 0;
    font-weight: 700;
    color: #333;
}
body.home .banner-billet.card1 .text {
    margin-bottom: 24px;
}
body.home .text.title-color {
    color: #333;
}
body.home .text {
    margin: 0;
}
body.home .btn-container {
    display: flex;
}
body.home .btn.btn-primary {
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    background: var(--primary-color);
}
body.home .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
body.home .grid-list.for-vertical.style-1>li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #a4adb7;
}
body.home .blog-billet.card96 {
    position: relative;
    display: flex;
    gap: 24px;
    width: 100%;
    height: 100%;
    padding-left: 92px;
}
body.home .blog-billet.card96 .date-part {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 68px;
}
body.home .blog-billet.card96 .month {
    color: #333;
}
body.home .blog-billet.card96 .day {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #333;
}
body.home .blog-billet.card96 .concise-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}
body.home .blog-billet.card96 .info-part {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #a4adb7;
}
body.home .blog-billet.card96 .category {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    max-width: 72%;
}
body.home .blog-billet.card96 .category svg {
    font-size: 24px;
}
body.home .blog-billet.card96 .title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card96 .text {
    color: #636772;
}
body.home .ellipsis-multiply.four {
    -webkit-line-clamp: 4;
}
body.home .blog-billet.card96:focus .img-container,body.home .blog-billet.card96:hover .img-container {
    padding: 10px;
}
body.home .blog-billet.card96 .img-container {
    width: 344px;
    height: 208px;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card96 .img-container img {
    border-radius: 4px;
}
body.home .grid-list.for-horizontal.style-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
}
body.home .app-billet.card92.horizontal {
    flex-direction: row;
}
body.home .app-billet.card92 {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 16px;
}
body.home .app-billet.card92.horizontal .img-container {
    width: 170px;
    height: 170px;
}
body.home .app-billet.card92 .img-container {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card92 .img-container img {
    border-radius: 4px;
}
body.home .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .app-billet.card92.horizontal .concise-info {
    flex: 1;
}
body.home .app-billet.card92 .concise-info {
    display: flex;
    flex-direction: column;
}
body.home .app-billet.card92 .top-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 0;
    margin-bottom: 8px;
}
body.home .app-billet.card92 .btn {
    color: var(--primary-color);
}
body.home .btn svg {
    font-size: 24px;
}
body.home .app-billet.card92 .title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card92 .text {
    color: #636772;
}
body.home .popular-reviews_section .btn-container {
    margin-top: 32px;
}
body.home .btn-container.center {
    justify-content: center;
}
body.home .btn-container {
    display: flex;
}
body.home .title.uppercase {
    text-transform: uppercase;
}
body.home .title.default-gap {
    margin-bottom: 56px;
}
body.home .grid-list.for-horizontal.style-2 {
    grid-template-columns: repeat(5, 1fr);
    gap: 32px 24px;
}
body.home .app-billet.card92.vertical {
    flex-direction: column;
}
body.home .app-billet.card92 {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 16px;
}
body.home .app-billet.card92.vertical .img-container {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1;
}
body.home .app-billet.card92 .img-container {
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card92 .img-container img {
    border-radius: 4px;
}
body.home .app-billet.card92 .concise-info {
    display: flex;
    flex-direction: column;
}
body.home .app-billet.card92 .title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .grid-list.for-horizontal.style-2.banner-2>li:last-child {
    grid-area: 2 / 4 / 3 / 6;
}
body.home .banner-billet.card1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px 32px;
    border-radius: 4px;
    background: #56a9ee;
}
body.home .title.medium-gap {
    margin-bottom: 8px;
}
body.home .banner-billet.card1 .text {
    margin-bottom: 24px;
}
body.home .text.title-color {
    color: #333;
}
body.home .grid-list.for-vertical.style-1>li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #a4adb7;
}
body.home .blog-billet.card96 {
    position: relative;
    display: flex;
    gap: 24px;
    width: 100%;
    height: 100%;
    padding-left: 92px;
}
body.home .blog-billet.card96 .date-part {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 68px;
}
body.home .blog-billet.card96 .month {
    color: #333;
}
body.home .blog-billet.card96 .day {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #333;
}
body.home .blog-billet.card96 .concise-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}
body.home .blog-billet.card96 .info-part {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #a4adb7;
}
body.home .blog-billet.card96 .category {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    max-width: 72%;
}
body.home .blog-billet.card96 .category svg {
    font-size: 24px;
}
body.home .popular-games_section .grid-list.for-horizontal.style-2.banner-1>li:last-child {
    grid-area: 1 / 1 / 2 / 3;
}
body.home .title.big {
    font-size: 80px;
    line-height: 1;
}
header .nav-list>li>a {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #333!important;
}
body.home .header_142699 {
    box-shadow: none;
}
body.home .title.big-gap {
    margin-bottom: 16px;
}
.footer_142699 {
    background: #f0f2f4;
    font-family: Montserrat, sans-serif;
}
.footer_142699 .text, .footer_142699 .menu-list li a, .footer_142699 .copyright {
    color: #636772;
}
.footer_142699 .menu h3{
  color: #333;
    font-family: Montserrat, sans-serif;
}
body.home .welcome_section h1{
  text-align: center;
}
@media (min-width: 1025px) {
  .header_142699 .nav-list>li>a{
    font-size: 18px;
      line-height: 26px;
  }
    body.home .latest-blog_section .grid-list,body.home .popular-blog_section .grid-list {
        max-width: 896px;
        margin: 0 auto;
    }
    body.home .latest-blog_section .grid-list, .popular-blog_section .grid-list {
        max-width: 896px;
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
  .header_142699 .nav-menu{
    z-index: 2;
  }
    body.home .section {
        margin-bottom: 72px;
    }
    body.home .title.default-gap {
        margin-bottom: 40px;
    }
    body.home .title.big {
        font-size: 52px;
    }
    body.home .title.default {
        font-size: 40px;
        line-height: 48px;

        /* margin: 0px;
        float: left;
        padding: 15px;
        border-radius: 4px; */
    }
    body.home .grid-list.for-vertical.style-1>li {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    body.home .blog-billet.card96 {
        padding-left: 76px;
        gap: 20px;
    }
    body.home .blog-billet.card96 .date-part {
        width: 56px;
    }
    body.home .blog-billet.card96 .day {
        font-size: 32px;
        line-height: 40px;
    }
    body.home .blog-billet.card96 .info-part {
        margin-bottom: 4px;
    }
    body.home .blog-billet.card96 .title {
        margin-bottom: 12px;
    }
    body.home .blog-billet.card96 .img-container {
        width: 324px;
        height: 196px;
    }
    body.home .title.default {
        font-size: 40px;
        line-height: 48px;
    }
    body.home .grid-list.for-horizontal.style-2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }
    body.home .grid-list.for-horizontal.style-2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }
    body.home .app-billet.card92.vertical {
        gap: 12px;
    }
    body.home .app-billet.card92 .title, body.home .app-billet.card92 .top-part {
        margin-bottom: 4px;
    }
    body.home .grid-list.for-horizontal.style-2.banner-1>li:last-child {
        grid-area: 1 / 1 / 2 / 3;
    }
    body.home .title.medium {
        font-size: 36px;
        line-height: 44px;
    }
    body.home .grid-list.for-horizontal.style-1 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    body.home .app-billet.card92.horizontal .img-container {
        width: 158px;
        height: 158px;
    }
    body.home .app-billet.card92 .title,body.home .app-billet.card92 .top-part {
        margin-bottom: 4px;
    }
    body.home .app-billet.card92 .title,body.home .app-billet.card92 .top-part {
        margin-bottom: 4px;
    }
    body.home .popular-reviews_section .btn-container {
        margin-top: 20px;
    }
    body.home .grid-list.for-horizontal.style-2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }
    body.home .app-billet.card92.vertical {
        gap: 12px;
    }
    body.home .grid-list.for-horizontal.style-2.banner-2>li:last-child {
        grid-area: 3 / 1 / 4 / 3;
    }
    body.home .grid-list.for-vertical.style-1>li {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    body.home .blog-billet.card96 {
        padding-left: 76px;
        gap: 20px;
    }
    body.home .blog-billet.card96 .date-part {
        width: 56px;
    }
    body.home .blog-billet.card96 .day {
        font-size: 32px;
        line-height: 40px;
    }
    body.home .blog-billet.card96 .title {
        margin-bottom: 12px;
    }
    body.home .blog-billet.card96 .img-container {
        width: 324px;
        height: 196px;
    }
}
@media (min-width: 768px) and (max-width: 1130px) {
    .header_142699 .search-container {
        margin: 0 auto 0 0px;
    }
  
    .header_142699 .burger-btn {
      font-size: 28px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
  body.home .popular-games_section .grid-list.for-horizontal.style-2.banner-1>li:nth-last-child(2),
   body.home .grid-list.for-horizontal.style-2.banner-2>li:nth-last-child(2){
    display: none;

  }

}
@media (min-width: 641px) {
    body.home .invert_layout .blog-billet.card96 {
        flex-direction: row-reverse;
    }
}
@media (max-width: 767px) {
  body.home .title.default {
      font-size: 32px;
      line-height: 40px;
  }
  body.home .title.big {
      font-size: 36px;
  }
  body.home .title.big-gap {
    margin-bottom: 6px;
  }
  body.home .section {
        margin-bottom: 56px;
    }
    body.home .container {
        padding: 0 20px;
    }
    body.home .title.default-gap {
        margin-bottom: 28px;
    }
    body.home .app-billet.card92 .title {
        font-size: 22px;
        line-height: 30px;
    }
    body.home .title.medium-gap {
        margin-bottom: 4px;
    }
    body.home  .title.medium {
        font-size: 28px;
        line-height: 32px;
    }
    body.home  .banner-billet.card1 .text {
        margin-bottom: 16px;
    }
    body.home .welcome_section {
        padding: 24px 0 78px;
    }
}
@media (max-width: 640px) {
    body.home .app-billet.card92.vertical {
        gap: 8px;
    }
    body.home .app-billet.card92 .title {
        margin-bottom: 2px;
    }
    body.home .blog-billet.card96 {
        flex-direction: column;
        gap: 0;
        padding: 0 0 105px;
    }
    body.home .blog-billet.card96 .date-part {
        width: 48px;
    }
    body.home .blog-billet.card96 .day {
        font-size: 28px;
        line-height: 30px;
    }
    body.home .blog-billet.card96 .concise-info {
        flex: initial;
        width: 100%;
        padding-left: 56px;
        margin-bottom: 9px;
    }
    body.home .blog-billet.card96 .info-part {
        gap: 12px;
    }
    body.home .blog-billet.card96 .title {
        margin: 0;
    }
    body.home .blog-billet.card96 .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body.home     .blog-billet.card96 .img-container {
        width: 100%;
        height: 240px;
    }
    body.home .app-billet.card92.horizontal {
        gap: 12px;
    }
    body.home .app-billet.card92.horizontal .img-container {
        width: 88px;
        height: 88px;
    }
    body.home .app-billet.card92 .top-part {
        padding: 0;
        margin-bottom: 9px;
    }
    body.home .app-billet.card92 .title {
        margin-bottom: 2px;
    }
    body.home .app-billet.card92 .text {
        width: 100%;
    }
    body.home .app-billet.card92.vertical {
        gap: 8px;
    }
    body.home .app-billet.card92 .title {
        margin-bottom: 2px;
    }
    body.home .blog-billet.card96 {
        flex-direction: column;
        gap: 0;
        padding: 0 0 105px;
    }
    body.home .blog-billet.card96 .date-part {
        width: 48px;
    }
    body.home .blog-billet.card96 .day {
        font-size: 28px;
        line-height: 30px;
    }
    body.home  .blog-billet.card96 .concise-info {
        flex: initial;
        width: 100%;
        padding-left: 56px;
        margin-bottom: 9px;
    }
    body.home .blog-billet.card96 .info-part {
        gap: 12px;
    }
}
@media (max-width: 540px) {
    body.home .grid-list.for-horizontal.style-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
    }
    body.home .grid-list.for-horizontal.style-2.banner-1>li:last-child {
        grid-area: 2 / 1 / 3 / 3;
    }
    body.home .banner-billet.card1 {
        padding: 20px;
    }
    body.home .banner-billet.card1 .btn {
        width: 100%;
    }
    body.home .grid-list.for-horizontal.style-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
    }
}
@media (max-width: 420px) {
    body.home .blog-billet.card96 .img-container {
        height: 168px;
    }
}