  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;
  }
.play-game .title {
    padding: 10px 10px 10px 0px!important;
}
  /*old css*/

.preloader {

  position: fixed!important;
  top: 0%!important;
  left: 0%!important;
  margin: 0px!important;
  width: 100vw!important;
  height: 100vh!important;
/*   background: #f4f7f9; */
/* 	  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 .container.default {
  max-width: 1334px!important;
  padding: 0 24px!important;
}
body.home .container {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
body.home .promo_section {
  display: flex;
  align-items: center;
  position: relative;
}
body.home .promo_section .section_content {
  display: flex;
  flex-direction: column;
}
body.home .section_content,body.home .top-wrap {
  width: 100%;
}
body.home .promo_section .top-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
body.home .promo_section .left-part,body.home .promo_section .text-part {
  display: flex;
  flex-direction: column;
}
body.home .promo_section .left-part,body.home  .promo_section .text-part {
  display: flex;
  flex-direction: column;
}
body.home .promo_section .title {
  font-family: ClashDisplay, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  margin: 0;
  color: #181a1b;
}
body.home span.accent-first {
  color: #fba600;
}
body.home span.accent-second {
  color: var(--primary-color);
}
body.home .promo_section .promo-ill {
  width: 100%;
}
body.home .promo_section .promo-ill img {
  max-width: 100%;
}
body.home .block_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
body.home .section_title.black {
  color: #181a1b;
}
body.home .section_title.default {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  display: block;
}
body.home .section_title {
  display: flex;
  width: 100%;
  margin: 0;
  font-family: ClashDisplay, sans-serif;
  font-weight: 600;
}
body.home .simple-btn.section-title-size {
  height: 40px;
  min-width: fit-content;
  padding: 0 24px;
  align-self: flex-end;
}
body.home .simple-btn.default-style {
  background: #f5f5f5;
  border-radius: 4px;
  color: #151515;
}
body.home .simple-btn, .simple-btn .icon-wrap {
  align-items: center;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .simple-btn {
  display: inline-flex;
  justify-content: space-between;
  font-weight: 500;
  cursor: pointer;
  gap: 4px;
}
body.home .simple-btn.section-title-size>span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
body.home .blog-list.type1 {
  display: grid;
  grid-gap: 24px;
}
body.home .apps-list, .blog-list,body.home .categories-list, .reviews-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .blog-list.type1 li:nth-child(6n+1) .blog-billet {
  background: rgba(178, 151, 255, .1);
}
body.home .blog-billet.card1.default.horizontal {
  flex-direction: row;
}
body.home .blog-billet.card1.default {
  padding: 24px;
  border-radius: 12px;
}
body.home .blog-billet.card1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card1.default.horizontal .poster-container {
  height: 200px;
  width: 37.4%;
}
body.home .blog-billet.card1.default .poster-container {
  height: 200px;
  border-radius: 12px;
}
body.home .blog-billet.card1 .poster-container {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
body.home .blog-billet.card1.default .poster-container img {
  border-radius: 12px;
}
body.home .blog-billet.card1 .poster-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card1.default.horizontal .concise-info {
  padding: 0 0 0 24px;
  width: calc(62.6% - 24px);
}
body.home .blog-billet.card1 .concise-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
body.home .blog-billet.card1 .text-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
body.home .blog-billet.card1.default.horizontal .title {
  -webkit-line-clamp: 2;
}
body.home .blog-billet.card1.default .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -.4px;
  -webkit-line-clamp: 2;
}
body.home .blog-billet.card1 .title {
  color: hwb(0 8% 92%);
  position: relative;
  padding: 0 0 0 12px;
}
body.home.blog-billet.card1 .descr,body.home .blog-billet.card1 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .apps-list,body.home .blog-list,body.home .categories-list,body.home .reviews-list {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 0;
  list-style: none;
}
body.home .blog-list.type1 li:nth-child(6n+1) .title:before {
  background: var(--primary-color);
}
.blog-billet.card1 .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-color);
}
body.home .blog-billet.card1.default .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -.4px;
  -webkit-line-clamp: 2;
}
body.home .blog-billet.card1 .title {
  color: hwb(0 8% 92%);
  position: relative;
  padding: 0 0 0 12px;
}
body.home .blog-billet.card1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card1.default.horizontal .descr {
  margin: 16px 0 0;
}
body.home .blog-billet.card1.default .descr {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -.32px;
  -webkit-line-clamp: 3;
  width: 100%;
}
body.home .blog-billet.card1 .descr {
  line-height: normal;
  font-size: 16px;
  color: #151515;
  opacity: .7;
}
body.home .blog-billet.card1 .descr, .blog-billet.card1 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home .blog-billet.card1.default .bottom-part {
  padding-top: 32px;
}
body.home .blog-billet.card1 .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%;
  width: 100%;
  gap: 24px;
}
body.home .details-info.type1 li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 6px;
}
body.home .blog-list.type1 li:nth-child(6n+1) .details-list .svg-icons {
  color: var(--primary-color);
}
body.home .details-info.type1 li .svg-icons {
  color: var(--primary-color);
  min-width: 24px;
  width: 24px;
  height: 24px;
}
body.home .svg-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: var(--primary-color);
}
body.home .details-info.type1 li:last-child .date {
  min-width: 85px;
}
body.home .details-info.type1 li>span {
  display: inline-flex;
  align-items: center;
  color: #151515;
  opacity: .5;
}
body.home .details-info.type1 li>span>span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -.28px;
}
body.home .blog-list.type1 li:nth-child(6n+1) .blog-billet:focus,body.home  .blog-list.type1 li:nth-child(6n+1) .blog-billet:hover {
  background: rgba(178, 151, 255, .2);
}
body.home .btn-container.center {
  justify-content: center;
}
body.home .btn-container {
  margin: 40px 0 0;
}
body.home .btn-container {
  display: flex;
  width: 100%;
}
body.home .simple-btn.default-style:hover {
  border: none;
  outline: none;
  color: #151515;
}
body.home .simple-btn.default-size {
  height: 54px;
  min-width: 211px;
  padding: 0 4px 0 25px;
}
body.home .simple-btn.default-style {
  background: #f5f5f5;
  border-radius: 4px;
  color: #151515;
}
body.home .simple-btn.default-size>span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body.home .simple-btn.default-style:hover .icon-wrap {
  background-color: var(--primary-color);
}
body.home .simple-btn .icon-wrap {
  border-radius: 4px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
}
body.home .simple-btn .svg-icons {
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: #fff;
}
body.home .blog-list.type1 .btn-container.center .svg-icons{
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: #fff;
}
body.home .app-reviews_section,body.home .game-reviews_section {
  display: flex;
  width: 100%;
  overflow: hidden;
}
body.home .section_title.black {
  color: #181a1b;
}
body.home .section_title.default {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  display: block;
}
body.home .section_title span {
  color: var(--primary-color);
}
body.home .simple-btn.section-title-size {
  height: 40px;
  min-width: fit-content;
  padding: 0 24px;
  align-self: flex-end;
}
body.home .simple-btn.default-style {
  background: #f5f5f5;
  border-radius: 4px;
  color: #151515;
}
body.home .simple-btn {
  display: inline-flex;
  justify-content: space-between;
  font-weight: 500;
  cursor: pointer;
  gap: 4px;
}
body.home .simple-btn.section-title-size>span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
body.home .app-loader-wrapper,body.home .game-loader-wrapper {
  display: flex;
  flex-direction: column;
}
body.home .apps-list.type1 {
  display: grid;
}
body.home .apps-list.type1>li {
  overflow: hidden;
}
body.home .apps-list.type1 li:nth-child(8n+1) .app-billet {
  background: rgba(178, 151, 255, .1);
}
body.home .app-billet.card7.horizontal {
  flex-direction: row;
  align-items: flex-start;
}
body.home .app-billet.card7 {
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
  padding: 16px;
  background: #f8f8f8;
  border-radius: 12px;
}
body.home .app-billet.card7.horizontal .logo-container {
  width: 37%;
}
body.home .app-billet.card7 .logo-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  aspect-ratio: 1;
}
body.home .app-billet.card7 .logo-container>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
body.home .app-billet.card7.horizontal .concise-info {
  padding: 0 0 0 16px;
  height: 100%;
  max-width: 63%;
}
body.home .app-billet.card7 .concise-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
body.home .app-billet.card7.horizontal .title {
  position: relative;
  color: hwb(0 8% 92%);
  padding: 4px 0 0 12px;
  margin-bottom: auto;
}
body.home .app-billet.card7 .title {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -.4px;
}
body.home .apps-list.type1 li:nth-child(8n+1) .title:before {
  background: var(--primary-color);
}
body.home .app-billet.card7.horizontal .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #8357e9;
}
body.home .guide_section {
  display: flex;
  background: rgba(178, 151, 255, .1);
}
body.home .guide_section .section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .section_content, .top-wrap {
  width: 100%;
}
body.home .section_title.guide_block {
  font-size: 72px;
  font-weight: 600;
  line-height: 88px;
  text-transform: uppercase;
  display: inline-block;
}
body.home .section_title.center {
  justify-content: center;
  text-align: center;
}
body.home .guide_section .guide_block img.purple {
  top: 10px;
}
body.home .guide_section .guide_block img {
  margin-left: 6px;
  position: relative;
  max-width: 111px;
  width: 100%;
}
body.home .guide_section .guide_block img.green,body.home .guide_section .guide_block img.orange {
  top: 6px;
}
body.home .guide_section .guide_block img {
  margin-left: 6px;
  position: relative;
  max-width: 111px;
  width: 100%;
}
body.home span.accent-third {
  color: #fec224;
}
body.home .guide_section .guide_block img {
  margin-left: 6px;
  position: relative;
  max-width: 111px;
  width: 100%;
}
body.home .guide_section .guide_block img.blue {
  top: 0;
}
body.home .guide_section .guide_block img {
  margin-left: 6px;
  position: relative;
  max-width: 111px;
  width: 100%;
}
body.home span.accent-second {
  color: var(--primary-color);
}
body.home .guide_section .descr {
  padding: 24px 0 0;
  color: hsla(0, 0%, 8%, .7);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -.32px;
}
body.home .blog-list.type2 {
  display: grid;
  grid-gap: 24px;
}
body.home .blog-list.type2 li:nth-child(4n+1) .blog-billet {
  background: rgba(178, 151, 255, .1);
}
body.home .blog-billet.card1.default.large .poster-container {
  height: 402px;
  border-radius: 10px;
}
body.home .blog-billet.card1 .poster-container {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
body.home .blog-billet.card1.default.large .poster-container img {
  border-radius: 10px;
}
body.home .blog-billet.card1.default .concise-info {
  padding: 24px 0 0;
}
body.home .blog-billet.card1.default .concise-info {
  padding: 24px 0 0;
}
body.home .blog-billet.card1 .concise-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
body.home .blog-billet.card1 .text-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
body.home .blog-billet.card1.default.large .title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -.4px;
}
.blog-list.type2 li:nth-child(4n+1) .title:before {
  background: var(--primary-color);
}
.footer_142699 .menu-list li a, .footer_142699 .menu h3,body.home .guide_section .section_title {
  color: #151515;
}
.footer_142699 {
  background: #fff;
}
body.home .promo_section .form-search .search-input{
  border-radius: 6px;
  width: 100%;
  background-color: #f5f5f5;
  height: 56px;
  padding: 0 56px 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: border .2s ease;
  border: none;
}
body.home .promo_section .form-search .sbmt-btn {
  right: 4px;
    border: none;
    border-radius: 6px;
    outline: none;
    font-size: 0;
    width: 56px;
    height: 56px;
    color: #fff;
    opacity: 1;
    background: #181a1b;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
    cursor: pointer;
}
body.home .promo_section .form-search .sbmt-btn img{
  width: 30px;
}
.footer_142699 .text, .footer_142699 .copyright{
	color: #1e1e1e;
}
body.home .promo_section .form-search .sbmt-btn svg {
  width: 30px;
}
body.home .concise-info{
  background: transparent;
}
@media only screen and (min-width: 1201px) {
  body.home .apps-list.type1 {
      grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  body.home .promo_section .form-container {
    margin: 40px 0 0;
    max-width: 431px;
  }
  body.home .blog-list.type2>li:first-child {
    grid-row: span 3;
  } 
  body.home .blog-list.type2 {
    grid-template-columns: repeat(2, 1fr);
  }
  body.home .section.pd88x70 {
    padding: 88px 0 70px;
  }
  body.home .guide_section .section_content {
    padding: 0 48px;
  }
  body.home .section.pd88 {
    padding: 88px 0;
  }
  body.home .section.pd70x88 {
    padding: 70px 0 88px;
  }
  body.home .promo_section {
      padding: 151px 0 70px;
      margin-top: -104px;
  }
  body.home .promo_section .left-part {
    width: calc(56% - 16px);
  }
  body.home .promo_section .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
  body.home .promo_section .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
  body.home .promo_section .promo-ill {
    padding-top: 54px;
  }
  body.home .section.pd70 {
    padding: 70px 0;
  }
  body.home .blog-list.type1 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .header_142699 .burger-btn {
   
   font-size: 24px;
    height: 24px!important;
    
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .apps-list.type1 {
      grid-template-columns: repeat(2, 1fr);
  }
  body.home .section.pd88 {
    padding: 56px 0;
  }
  body.home .guide_section .section_title {
    max-width: 620px;
  }
  body.home .section_title.guide_block {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    display: inline-block;
  }
  body.home .guide_section .guide_block img.orange, .guide_section .guide_block img.purple {
    top: 3px;
  }
  body.home .guide_section .guide_block img {
    max-width: 60px;
  }
  body.home .guide_section .descr {
    max-width: 376px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.28px;
  }
  body.home .section.pd88x70 {
    padding: 80px 0 50px;
  }
  body.home .block_title {
    margin: 0 0 32px;
  }
  body.home .section_title.default {
    font-size: 24px;
    line-height: 32px;
  }
  body.home .block_title {
    margin: 0 0 32px;
  }
  body.home .blog-billet.card1.default .poster-container img{
    border-radius: 6px;
  }
  body.home .promo_section {
    display: flex;
    align-items: center;
    position: relative;
    padding: 92px 0 40px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  body.home .apps-list.type1 {
      column-gap: 25px;
      row-gap: 24px;
  }
  body.home .apps-list.type1 {
    column-gap: 25px;
    row-gap: 24px;
  }
}
@media only screen and (max-width: 767.9px) {
  body.home .blog-billet.card1.default {
    padding: 16px;
  }
  .promo_section .form-container {
    margin: 16px 0 0;
    max-width: unset;
    width: 100%;
  }
  body.home .promo_section {
    display: flex;
    align-items: center;
    position: relative;
    padding: 92px 0 40px;
    margin-top: -50px;
  }
  body.home .promo_section .title {
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
  }
  body.home .section_title.default {
    font-size: 18px;
    line-height: 26px;
  }
  body.home .blog-billet.card1.default.horizontal .poster-container,body.home .blog-billet.card1.default.large .poster-container {
    height: 88px;
    position: absolute;
    width: 33%;
  }
  body.home .blog-billet.card1.default.horizontal .concise-info,body.home .blog-billet.card1.default.large .concise-info {
    padding: 0;
  }
  body.home .blog-billet.card1.default.horizontal .title,body.home .blog-billet.card1.default.large .title {
    -webkit-line-clamp: 4;
    min-height: 88px;
    width: calc(100% - 33% - 16px - 12px);
    align-self: flex-end;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.32px;
  }
  body.home .blog-billet.card1.default.horizontal .descr, .blog-billet.card1.default.large .descr {
    margin: 16px 0 0;
    line-height: 22px;
  
    -webkit-line-clamp: 3;
    width: calc(100vw - 72px)!important;
  }
  body.home .section.pd70x88 {
    padding: 32px 0 48px;
  }
  body.home .section_title.guide_block {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
  }
  body.home .section.pd88 {
    padding: 32px 0;
  }
  body.home .guide_section .guide_block img {
    max-width: 37px;
  }
  body.home .section.pd88x70 {
    padding: 48px 0 50px;
  }
  body.home .app-billet.card7 .title {
    white-space: pre-wrap!important;
    font-size: 16px!important;
    line-height: 20px!important;
  }
  body.home .guide_section .descr {
    max-width: 376px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.28px;
  } 
  body.home .app-billet.card7.horizontal {
    padding: 10px;
    border-radius: 6px;
  }
  body.home .apps-list.type1>li {
    margin-bottom: 15px;
  }
  body.home .promo_section .promo-ill {
    padding-top: 43px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767.9px) {
  body.home .apps-list.type1 {  
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-info_product.with-btn .btn-section{
       animation: i 1.5s infinite;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .14), 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid var(--primary-color);
  }
  @keyframes i {
    0% {
        transform: scale(.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
  }