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;
}
.pagination{
    width: 100%;
}
  /*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 main {
    padding-bottom: 120px;
}

body.home .section.default {
    padding: 0 30px;
}
body.home .welcome_section {
    margin-top: -80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 700px;
}
body.home .welcome_section .container {
    padding-top: 160px;
}
body.home .container.default {
    max-width: 1186px;
}
body.home .container {
    width: 100%;
    margin: 0 auto;
}
body.home .welcome_section .section_content .title {
    margin-bottom: 10px;
    max-width: 436px;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    color: #29344d;
}
body.home .welcome_section .section_content .subtitle {
    margin: 0 0 35px;
    max-width: 317px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #29344d;
}
body.home .welcome_section .search-container {
    padding: 5px 5px 5px 25px;
    display: block;
    width: 100%;
    max-width: 410px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
}
body.home .welcome_section .ill-img_block {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
body.home .welcome_section .ill-img {
    display: block;
    width: 809px;
    height: 700px;
}
body.home .welcome_section .ill-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .section.default {
    padding: 0 30px;
}
body.home .lasted-posts_section {
    margin-top: 60px;
}
body.home .lasted-posts_section .section_title,body.home .lasted-posts_section .top-part
 {
    margin-bottom: 30px;
}
body.home .section_title.default {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #29344d;
}
body.home .post-and-posts-lists-container.type1 {
    display: flex;
    justify-content: space-between;
}
body.home .post-and-posts-lists-container.type1 .post {
    margin-right: 25px;
    padding: 20px 20px 15px;
    flex: 1;
    min-width: 500px;
    background-color: #fff;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
    border-radius: 6px;
}
body.home li{
    list-style-type: none;
}
body.home .blog-billet.card1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card1.type1 .poster-container {
    height: 330px;
}
body.home .blog-billet.card1 .poster-container {
    margin-bottom: 15px;
    width: 100%;
}
body.home .blog-billet.card1 .poster-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
body.home .blog-billet.card1 .concise-info
 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.home .blog-billet.card1 .concise-info .text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
body.home .blog-billet.card1 .concise-info .text-part .title {
    margin-bottom: 13px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #29344d;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .details-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
body.home .details-list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
body.home .details-list li .date-icon {
    width: 20px;
    height: 20px;
}
body.home .details-list li .date-icon,body.home .details-list li .name-icon {
    margin-right: 9px;
    fill: #a8afbe;
}
body.home .details-list li .date,body.home .details-list li .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #a8afbe;
}
body.home .post-and-posts-lists-container.type1 .posts-block {
    padding: 9px 24px;
    width: 100%;
    max-width: 438px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
}
body.home .apps-list,body.home .blog-list,body.home .reviews-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
body.home .blog-list.type1 li:not(:last-child) {
    border-bottom: 1px solid #e3e7f1;
}
body.home .blog-list.type1 li {
    padding: 15px 0;
}
body.home .blog-billet.card13 {
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card13 .poster-container {
    position: relative;
    display: flex;
    min-width: 100px;
    width: 100px;
    height: 76px;
}
body.home .blog-billet.card13 .poster-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
body.home .blog-billet.card13 .concise-info {
    padding: 0 0 0 14px;
    width: calc(100% - 100px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.home .blog-billet.card13 .concise-info .text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
body.home .blog-billet.card13 .concise-info .text-part .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #29344d;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card13 .concise-info .bottom-part .details-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
body.home .blog-billet.card13 .concise-info .bottom-part .details-list li:last-of-type {
    flex: 1;
}
body.home .blog-billet.card13 .concise-info .bottom-part .details-list li {
    padding: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
body.home .blog-billet.card13 .concise-info .bottom-part .details-list .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #a8afbe;
}
body.home .blog-list.type2 {
    display: grid;
    grid-gap: 20px;
}
body.home .blog-billet.card1.type2 {
    padding: 15px 15px 25px;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
}
body.home .blog-billet.card1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card1.type2 .poster-container {
    height: 245px;
}
body.home .blog-billet.card1 .poster-container {
    margin-bottom: 15px;
    width: 100%;
}
body.home .blog-billet.card1 .concise-info .text-part .title {
    margin-bottom: 13px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #29344d;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card1.type2 .concise-info .text-part .title {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal;
}
body.home .details-list li .date,body.home .details-list li .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #a8afbe;
}
body.home .popular-reviews_section .section_title {
    margin-bottom: 30px;
}
body.home .section_title.default {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #29344d;
}
body.home .popular-reviews_section .top-part {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}
body.home .popular-reviews_section .top-part .left-part {
    margin-right: 20px;
}
body.home .popular-reviews_section .top-part .left-part,body.home .popular-reviews_section .top-part .right-part {
    width: 50%;
}
body.home .reviews-list.type1 {
    margin: -10px;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
}
body.home .reviews-list.type1 li {
    padding: 10px;
    width: 50%;
}
body.home .review-billet.type1 {
    padding: 15px 15px 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
    cursor: pointer;
    display: block;
}
body.home .popular-reviews_section .top-part {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}
body.home .review-billet.type1 .top-part {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
body.home .review-billet.type1 .poster-container {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}
body.home .review-billet.type1 .poster-container img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .review-billet.type1 .concise-info {
    margin-left: 10px;
}
body.home .review-billet.type1 .text-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
body.home .review-billet.type1 .text-part .title {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #29344d;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .review-billet.type1 .bottom-part {
    margin-bottom: 0;
}
body.home .popular-reviews_section .bottom-part {
    width: 100%;
}
body.home .review-billet.type1 .bottom-part .descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
body.home .text-def,body.home .text-style.def {
    font-size: 16px;
    font-weight: 400;
    color: #656e82;
}
body.home .popular-reviews_section .top-part .left-part,body.home .popular-reviews_section .top-part .right-part {
    width: 50%;
}
body.home .apps-list.type1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.home .app-billet.card22.horizontal {
    flex-direction: row;
    flex-wrap: wrap;
}
body.home .app-billet.card22 {
    padding: 10px 25px 10px 10px;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
    cursor: pointer;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card22.horizontal .logo-container {
    min-width: 59px;
    width: 59px;
    height: 59px;
    min-height: 100%;
}
body.home .app-billet.card22 .logo-container {
    display: flex;
}
body.home .app-billet.card22.horizontal .logo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
body.home .app-billet.card22.horizontal .concise-info {
    padding: 0 0 0 20px;
    width: calc(100% - 59px);
    display: flex;
    align-items: center;
    position: relative;
}
body.home .app-billet.card22 .concise-info .text-part {
    display: flex;
    flex-direction: column;
    width: calc(100% - 48px);
    padding-right: 12px;
}
body.home .app-billet.card22.horizontal .concise-info .text-part {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
body.home .app-billet.card22.horizontal .concise-info .text-part .title {
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #29344d;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card22 .concise-info .circle-progress-bar {
    min-width: 50px;
    width: 50px;
}
body.home .circle-progress-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body.home .circle-progress-bar .progress-container {
    display: flex;
    flex-direction: column;
    width: auto;
}
body.home .circle-progress-bar.type1 .progress {
    width: 50px;
    height: 50px;
}
body.home .circle-progress-bar .progress {
    line-height: 50px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
body.home .circle-progress-bar .progress .progress-left {
    left: 0;
}
body.home .circle-progress-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
body.home .circle-progress-bar.type1 .progress .progress-left .progress-bar {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
body.home .circle-progress-bar.type1 .progress .progress-bar {
    border-width: 3px;
    border-color: var(--primary-color);
}
body.home .circle-progress-bar .progress .progress-left .progress-bar {
    left: 100%;
    border-left: 0;
    transform-origin: center left;
}
body.home .circle-progress-bar .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border: 8px solid var(--primary-color);
    position: absolute;
    top: 0;
    z-index: 20;
}
body.home .circle-progress-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
body.home .circle-progress-bar.type1 .progress .progress-bar {
    border-width: 3px;
    border-color: var(--primary-color);
}
body.home .circle-progress-bar .progress .progress-right{
      right: 0;
}
body.home .circle-progress-bar .progress .progress-right .progress-bar
 {
    left: -100%;
    border-right: 0;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
body.home .circle-progress-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
body.home .circle-progress-bar.type1 .progress .progress-right .progress-bar {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
body.home .circle-progress-bar .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border: 8px solid var(--primary-color);
    position: absolute;
    top: 0;
    z-index: 20;
}
body.home .circle-progress-bar.type1 .progress .progress-value {
    font-size: 15px;
    font-weight: 600;
}
body.home .circle-progress-bar .progress .progress-value {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    font-weight: 600;
    text-align: center;
    color: #29344d;
}
body.home .circle-progress-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
body.home .circle-progress-bar .progress:after {
    content: "";
    border-radius: 50%;
    border: 8px solid #a1a8b9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
body.home .circle-progress-bar.type1 .progress:after {
    border: 2px solid #a1a8b9;
}
body.home .popular-reviews_section .bottom-part {
    width: 100%;
}
body.home .reviews-list.type1 {
    margin: -10px;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
}
body.home .reviews-list.type1.full-width li
 {
    width: 25%;
}
body.home .reviews-list.type1 li {
    padding: 10px;
    width: 50%;
}
body.home .review-billet.type1 {
    padding: 15px 15px 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 60px 0 rgba(139, 141, 178, .22);
    cursor: pointer;
    display: block;
}
body.home .review-billet.type1 .top-part {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
body.home .popular-reviews_section .top-part {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}
body.home .review-billet.type1 .poster-container {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}
body.home .review-billet.type1 .poster-container img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .review-billet.type1 .concise-info {
    margin-left: 10px;
}
body.home .review-billet.type1 .text-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
body.home .review-billet.type1 .text-part .title {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #29344d;
    transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .review-billet.type1 .bottom-part {
    margin-bottom: 0;
}
body.home .popular-reviews_section .bottom-part {
    width: 100%;
}
body.home .review-billet.type1 .bottom-part .descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
body.home .text-def,body.home .text-style.def {
    font-size: 16px;
    font-weight: 400;
    color: #656e82;
}
body.home .header_142699 {
    box-shadow: none;
    background: transparent;
}
.header_142699 .nav-list>li>a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}
body.home .welcome_section button.sbmt-btn{
      font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
}
body.home .welcome_section button.sbmt-btn svg{
  fill: none;
}
body.home .welcome_section .form-search .search-input {
  border: none;
}
@media (max-width: 1130px) {
    body.home .header_142699 .burger-btn svg {
      fill: #fff;
    }
}
@media only screen and (max-width: 1240px) {
    body.home .circle-progress-bar {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1200px) {
    body.home .popular-reviews_section {
        margin-top: 90px;
    }
    body.home .popular-reviews_section .section_title {
        margin-bottom: 25px;
    }
    body.home .popular-reviews_section .content-container {
        display: flex;
        flex-direction: column-reverse;
    }
    body.home .popular-reviews_section .top-part {
        margin-bottom: 0;
        flex-direction: column;
    }
    body.home .popular-reviews_section .top-part .left-part {
        margin-right: 0;
        margin-bottom: 30px;
    }
    body.home  .popular-reviews_section .top-part .left-part,body.home  .popular-reviews_section .top-part .right-part {
        width: 100%;
    }
    body.home .review-billet.type1 .top-part {
        flex-direction: row;
        align-items: center;
    }
    body.home .review-billet.type1 .text-part .title {
        margin-bottom: 10px;
    }
    body.home  .popular-reviews_section .bottom-part {
        margin-bottom: 20px;
    }
    body.home .apps-list.type1 li:not(:last-child) {
        margin-bottom: 15px;
    }
    body.home .popular-reviews_section .bottom-part {
        margin-bottom: 20px;
    }
    body.home .reviews-list.type1.full-width li {
        width: 50%;
    }
    body.home .review-billet.type1 .top-part {
        flex-direction: row;
        align-items: center;
    }
    body.home .review-billet.type1 .text-part .title {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1025px) {
    body.home .blog-list.type2 {
        grid-template-columns: repeat(3, 1fr);
    }
    header .large-container {
      padding-top: 12px;
      padding-bottom: 12px;
    }
}
@media only screen and (max-width: 1024px) {
    body.home .welcome_section {
        min-height: 1063px;
    }
    body.home .welcome_section .container {
        padding-top: 135px;
    }
    body.home .welcome_section .section_content .title {
        font-size: 50px;
        line-height: 75px;
    }
    body.home .welcome_section .section_content .subtitle {
        margin-bottom: 40px;
    }
    body.home .welcome_section .ill-img {
        width: 713px;
        height: 1064px;
    }
    body.home .lasted-posts_section {
        margin-top: 70px;
    }
    body.home .lasted-posts_section .section_title {
        margin-bottom: 25px;
    }
    body.home .post-and-posts-lists-container.type1 {
        flex-direction: column;
    }
    body.home .post-and-posts-lists-container.type1 .post {
        margin-right: 0;
        margin-bottom: 30px;
        padding: 20px 20px 15px;
        min-width: auto;
        width: 100%;
    }
    body.home .post-and-posts-lists-container.type1 .posts-block {
        max-width: none;
    }
    body.home  .blog-billet.card13 .concise-info {
        padding: 0 0 0 25px;
    }
    body.home .blog-billet.card1.type2 {
        padding: 15px 15px 20px;
    }
    body.home  .blog-billet.card1.type2 .poster-container {
        margin-bottom: 16px;
        height: 221px;
    }
    body.home .blog-billet.card1.type2 .concise-info .text-part .title {
        -webkit-line-clamp: 2;
    }
}
@media only screen and (max-width: 768px), only screen and (min-width: 992px) and (max-width: 1240px) {
    body.home .circle-progress-bar .progress-container {
        width: 50%;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    body.home .blog-list.type2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 730px) {
    body.home .blog-billet.card1.type2 .concise-info .details-list {
        flex-direction: column;
    }
    body.home .blog-billet.card1.type2 .concise-info .details-list li:not(:last-child) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 640px) {
    body.home .section.default {
        padding: 0 20px;
    }
    body.home .lasted-posts_section {
        margin-top: 40px;
    }
    body.home .lasted-posts_section .section_title {
        margin-bottom: 15px;
    }
    body.home .lasted-posts_section .top-part {
        margin-bottom: 16px;
    }
    body.home     .post-and-posts-lists-container.type1 .post {
        margin-bottom: 20px;
        padding: 10px 10px 15px;
    }
    body.home .blog-billet.card1.type1 .poster-container {
        height: 180px;
    }
    body.home .blog-billet.card1.type1 .concise-info .text-part .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
    body.home .post-and-posts-lists-container.type1 .posts-block{
        padding: 15px 10px;
    }
    body.home .blog-list.type1 li:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    body.home .blog-list.type1 li {
        padding: 0;
    }
    body.home .blog-billet.card13 .concise-info {
        padding: 0 0 0 10px;
    }
    body.home .blog-billet.card13 .concise-info .text-part .title {
        margin-bottom: 6px;
        -webkit-line-clamp: 2;
        font-size: 16px;
    }
    body.home .blog-list.type2 {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    body.home .blog-billet.card1.type2 {
        padding: 10px 10px 15px;
    }
    body.home .blog-billet.card1.type2 .poster-container {
        margin-bottom: 10px;
        height: 180px;
    }
    body.home .blog-billet.card1.type2 .concise-info .text-part .title {
        margin-bottom: 15px;
        -webkit-line-clamp: 2;
    }
    body.home .section.default {
        padding: 0 20px;
    }
    body.home .app-billet.card22 {
        padding: 10px;
    }
    body.home .app-billet.card22.horizontal .concise-info
    {
        padding: 0 0 0 10px;
    }
}
@media only screen and (max-width: 600px) {
    body.home .popular-reviews_section {
        margin-top: 70px;
    }
    body.home .popular-reviews_section .section_title {
        margin-bottom: 20px;
    }
    body.home .popular-reviews_section .top-part .left-part {
        margin-bottom: 25px;
    }
    body.home .popular-reviews_section .top-part .left-part {
        margin-bottom: 25px;
    }
    body.home .reviews-list.type1 {
        margin: 0;
        width: 100%;
    }
    body.home .reviews-list.type1 li:not(:last-child) {
        margin-bottom: 15px;
    }
    body.home .reviews-list.type1 li {
        padding: 0;
        width: 100%;
    }
    body.home .review-billet.type1 .text-part .title {
        margin-bottom: 5px;
    }
    body.home     .apps-list.type1 li:not(:last-child) {
        margin-bottom: 10px;
    }
    body.home     .popular-reviews_section .bottom-part {
        margin-bottom: 15px;
    }
    body.home .reviews-list.type1 {
        margin: 0;
        width: 100%;
    }
    body.home     .reviews-list.type1.full-width li {
        width: 100%;
    }
    body.home .reviews-list.type1 li:not(:last-child)
    {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 500px) {
     body.home .welcome_section .container {
        padding-top: 80px;
    }
    body.home .welcome_section .section_content .title {
        margin-bottom: 5px;
        max-width: 238px;
        font-size: 32px;
        line-height: 46px;
    }
    body.home .welcome_section .section_content .subtitle {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    body.home .welcome_section .ill-img_block
    {
        margin: -40px -20px 0;
        position: static;
    }
    body.home     .welcome_section .ill-img {
        width: 100%;
        height: 100%;
    }
    body.home     .details-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    body.home .details-list li:not(:last-child)
    {
        margin-right: 0;
        margin-bottom: 12px;
    }
    body.home     .details-list li .date-icon {
        width: 16px;
        height: 16px;
    }
    body.home .details-list li .date-icon,body.home .details-list li .name-icon {
        margin-right: 7px;
    }
    body.home .details-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    body.home .blog-billet.card13 .concise-info .bottom-part .details-list {
        flex-direction: row;
    }
}