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;
      }
	 .header_142699 .burger-btn svg {
        width: 24px!important;
        height: 24px!important;
	  }
  }
  .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 {
  background: linear-gradient(180deg, #dbf0df, #fff);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body.home main {
  padding-bottom: 136px;
}
body.home .section {
  margin-bottom: 96px;
}
body.home .container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}
body.home .title-part {
  margin-bottom: 52px;
}
body.home .title.center {
  text-align: center;
}
body.home .title.default {
  font-size: 52px;
  line-height: 64px;
}
body.home .title {
  margin: 0;
  font-weight: 700;
  color: #292d3a;
}
body.home .grid-list.for-horizontal.style-1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
body.home .grid-list {
  display: grid;
}
body.home .blog-billet.card93.vertical {
  flex-direction: column;
}
body.home .blog-billet.card93 {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 23px 23px 27px;
  border: 1px solid #c8cedf;
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
  background: #fff;
}
body.home .blog-billet.card93.vertical .img-container {
  width: 100%;
  height: 162px;
  margin-bottom: 30px;
}
body.home .blog-billet.card93 .img-container {
  position: relative;
}
body.home .img-container {
  display: block;
}
body.home .blog-billet.card93 .img-container img {
  position: relative;
  border-radius: 8px;
  z-index: 1;
}
body.home .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .blog-billet.card93.vertical .img-container:after {
  bottom: -7px;
  width: 248px;
}
body.home .blog-billet.card93 .img-container:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  border-radius: 16px;
  filter: blur(17px);
  z-index: 0;
  background: #9faba4;
}
body.home .blog-billet.card93 .concise-info {
  display: flex;
  flex-direction: column;
}
body.home .blog-billet.card93.vertical .title {
  margin-bottom: 12px;
}
body.home .blog-billet.card93 .title {
  font-size: 18px;
  line-height: 28px;
  color: #292d3a;
}
body.home .ellipsis-multiply {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.home .blog-billet.card93 .text {
  margin-bottom: 8px;
  color: #4a4e5c;
}
body.home .ellipsis-multiply.three {
  -webkit-line-clamp: 3;
}
body.home .text.default {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
body.home .blog-billet.card93 .info-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 12px;
}
body.home .blog-billet.card93 .info-item {
  display: flex;
  align-items: center;
  /* max-width: 33.33%; */
  max-width: 50%;
  color: #878da0;
}
body.home .blog-billet.card93 .info-item svg {
  font-size: 16px;
}
body.home .svg-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
}
body.home .blog-billet.card93 .info-item .ellipsis-multiply {
  flex: 1;
  padding-left: 6px;
}
body.home .ellipsis-multiply.one {
  -webkit-line-clamp: 1;
}
body.home .ellipsis-multiply {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.home .blog-billet.card93 .decor-btn {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary-color);
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card93 .decor-btn svg {
  margin-left: 4px;
  font-size: 24px;
}
body.home .grid-list.for-horizontal.style-2 {
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
body.home .app-billet.card90.big {
  padding: 23px 23px 39px;
}
body.home .app-billet.card90 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #c8cedf;
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
  background: #fff;
}
body.home .app-billet.card90.big {
  padding: 23px 23px 39px;
}
body.home .app-billet.card90:after {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 74px);
  height: 3px;
  border-radius: 4px;
  background: #4a4e5c;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card90:hover:after {
  background: var(--primary-color);
}
body.home .app-billet.card90.big .img-container {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
}
body.home .app-billet.card90 .img-container {
  position: relative;
}
body.home .app-billet.card90 .text {
  color: #4a4e5c;
  margin: 0;
}
body.home .ellipsis-multiply.three {
  -webkit-line-clamp: 3;
}
body.home .app-billet.card90.big .rating_box {
  margin-bottom: 16px;
}
body.home .best-games_section,body.home .trending-games_section {
  overflow-x: clip;
}
body.home .section {
  margin-bottom: 96px;
}
body.home .grid-list.for-vertical.style-2 {
  gap: 28px;
}
body.home .grid-list.for-vertical {
  grid-template-columns: 1fr;
}
body.home .blog-billet.card93.horizontal .img-container {
  width: 380px;
  height: 190px;
}
body.home .blog-billet.card93 .img-container {
  position: relative;
}
body.home .blog-billet.card93 .img-container img {
  position: relative;
  border-radius: 8px;
  z-index: 1;
}
body.home .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .blog-billet.card93.horizontal .img-container:after {
  bottom: -11px;
  width: 288px;
}
body.home .blog-billet.card93 .img-container:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  border-radius: 16px;
  filter: blur(17px);
  z-index: 0;
  background: #9faba4;
}
body.home .blog-billet.card93.horizontal .concise-info {
  flex: 1;
  padding-left: 20px;
}
body.home .blog-billet.card93 .concise-info {
  display: flex;
  flex-direction: column;
}
body.home .blog-billet.card93.horizontal .title {
  margin-bottom: 16px;
}
body.home .blog-billet.card93 .title {
  font-size: 20px;
  line-height: 28px;
  color: #292d3a;
}
body.home .blog-billet.card93 .text {
  margin-bottom: 8px;
  color: #4a4e5c;
}
body.home .text.default {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
body.home .blog-billet.card93 .info-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 12px;
}
body.home .blog-billet.card93 .info-item {
  display: flex;
  align-items: center;
  /* max-width: 33.33%; */
  max-width: 50%;
  color: #878da0;
}
body.home .blog-billet.card93 .info-item svg {
  font-size: 16px;
}
body.home .blog-billet.card93 .info-item .ellipsis-multiply {
  flex: 1;
  padding-left: 6px;
}
body.home .ellipsis-multiply.one {
  -webkit-line-clamp: 1;
}
body.home .blog-billet.card93 .decor-btn {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color:var(--primary-color);
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .blog-billet.card93 .decor-btn svg {
  margin-left: 4px;
  font-size: 24px;
}
body.home .latest-reviews_section{
  margin-bottom: 96px;
}
body.home .app-billet.card90.small {
  align-items: center;
  padding: 23px 23px 31px;
  text-align: center;
}
body.home .app-billet.card90 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #c8cedf;
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
  background: #fff;
}
body.home .app-billet.card90.small .img-container {
  width: 88px;
  height: 88px;
  margin-bottom: 36px;
}
body.home .app-billet.card90 .title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #292d3a;
}
body.home .app-billet.card90.small {
  align-items: center;
  padding: 23px 23px 31px;
  text-align: center;
}
body.home .app-billet.card90:after {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 74px);
  height: 3px;
  border-radius: 4px;
  background: #4a4e5c;
  transition: all .4s cubic-bezier(.2,.57,.36,.8);
}
body.home .app-billet.card90.small .img-container:after {
  bottom: -15px;
}
body.home .app-billet.card90 .img-container:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 24px;
  border-radius: 8px;
  z-index: 0;
  filter: blur(8px);
  background: #9faba4;
}
body.home .app-billet.card90 .img-container img {
  position: relative;
  border-radius: 4px;
  z-index: 1;
}
body.home .best-games_section .owl-nav button.owl-prev, 
body.home .trending-games_section .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: block;
  border-radius: 3px !important;
  background: var(--primary-color) ! Important;
  left: -60px;
  color: white;
}
body.home .best-games_section .owl-nav button.owl-next, 
body.home .trending-games_section .owl-nav button.owl-next{
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: block;
  border-radius: 3px !important;
  background: var(--primary-color) ! Important;
  right: -60px;
  color: white;
}
body.home .best-games_section .owl-prev span,body.home .best-games_section .owl-next span,
body.home .trending-games_section .owl-prev span,body.home .trending-games_section .owl-next span{
  font-size: 36px;
  line-height: 48px;
}
body.home .best-games_section .owl-dots, body.home .best-games_section .owl-dots {
  display: none;
}
body.home .app-billet.card90.big .img-container:after {
  bottom: -13px;
}
body.home .app-billet.card90 .img-container:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 24px;
  border-radius: 8px;
  z-index: 0;
  filter: blur(8px);
  background: #9faba4;
}
body.home .blog-billet.card93.horizontal .img-container:after {
  bottom: -11px;
  width: 288px;
}
body.home .blog-billet.card93 .img-container:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  border-radius: 16px;
  filter: blur(17px);
  z-index: 0;
  background: #9faba4;
}
footer {
  padding: 44px 0 20px;
    border: 1px solid #c8cedf;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 6px 0 rgba(200, 206, 223, .6);
    background: #f0f4f6!important;
}
.footer_142699 .menu h3{
  color: #292d3a
}
.footer_142699 .text, .footer_142699 .menu-list li a{
  color: #4a4e5c;
}
.header_142699 .nav-list>li>a {
  font-size: 16px;
  line-height: 22px;
  color: #292d3a;
  font-weight: 700;
}
body.home header{
  margin-bottom: 64px;
}
body.home .header_142699 {
  box-shadow: none;
  background: transparent;
}
body.home .header_142699 .inner{
  height: 70px;
}
body.home header .logo-container a{
  border: 1px solid #c8cedf;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
  background: #fff;
  padding: 15px 15px 15px 15px ! Important;
}
body.home header #searchForm{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border: 1px solid #c8cedf;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
    background: #fff;
}
body.home header .form-search .search-input{
  border: none;
}
body.home .header_142699 .nav-list{
  height: 70px;
}
body.home .header_142699 .nav-list>li {
  margin-right: 0px;
  padding: 15.1px;
  font-weight: 600;
  font-size: 18px;
  line-height: 39px;
  color: #292d3a;
  border: 1px solid #c8cedf;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
  background: #fff;
}
body.home .show-menu{
  display: flex;
}
body.home .blog-billet.card93 .concise-info{
  background: transparent;
}
@media screen and (min-width: 1024px) {
  body.home .header_142699 .nav-menu{
    margin-left: 7px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1130px) {
  .header_142699 .burger-btn {
      font-size: 24px!important;
  }
  body.home .header_142699 .nav-list {
    height: auto;
  }
  body.home .header_142699 .nav-list>li {
    margin-right: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 39px;
    color: #292d3a;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: #fff;
  }
  body.home .best-games_section .owl-nav button.owl-next, body.home .trending-games_section .owl-nav button.owl-next{
    right: -21px;
  }
  body.home .best-games_section .owl-nav button.owl-prev, body.home .trending-games_section .owl-nav button.owl-prev{
    left: -21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .grid-list.for-horizontal.style-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  body.home .grid-list.for-horizontal.style-2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  body.home .app-billet.card90.big {
    padding: 20px 20px 39px;
  }
  body.home .title.default {
    font-size: 44px;
    line-height: 52px;
  }
  body.home .best-games_section .owl-nav button.owl-next, body.home .trending-games_section .owl-nav button.owl-next{
    right: -21px;
  }
  body.home .best-games_section .owl-nav button.owl-prev, body.home .trending-games_section .owl-nav button.owl-prev{
    left: -21px;
  }
  body.home .blog-billet.card93.horizontal .concise-info {
    padding: 1px 0 0 16px;
  }
  body.home .blog-billet.card93.horizontal .img-container {
    width: 350px;
    height: 175px;
  }
  body.home main {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  body.home .grid-list.for-horizontal.style-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  body.home .grid-list.for-horizontal.style-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  body.home .grid-list.for-horizontal.style-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  body.home .grid-list.for-horizontal.style-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  body.home .app-billet.card90 .title {
    font-size: 18px;
    line-height: 26px;
  } 
  body.home .app-billet.card90.small {
    padding: 11px 11px 15px;
  }
  body.home .app-billet.card90.small .img-container {
    margin-bottom: 18px;
  }
  body.home .blog-billet.card93 {
    display: block;
    padding: 16px 16px 22px;
  }
  body.home .blog-billet.card93.horizontal .img-container {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  body.home .blog-billet.card93.horizontal .concise-info {
    flex: 1;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  
  body.home .best-games_section .owl-nav button.owl-next, body.home .trending-games_section .owl-nav button.owl-next{
    right: -21px;
  }
  body.home .best-games_section .owl-nav button.owl-prev, body.home .trending-games_section .owl-nav button.owl-prev{
    left: -21px;
  }
  body.home .title.default {
    font-size: 28px;
  }
  body.home .app-billet.card90.small {
    align-items: center;
    padding: 16px 16px 30px;
    text-align: center;
  }
  body.home .best-games_section .owl-nav button.owl-next, body.home .trending-games_section .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
  }
  body.home .best-games_section .owl-nav button.owl-prev, body.home .trending-games_section .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
  }
  body.home .best-games_section .owl-prev span, body.home .best-games_section .owl-next span, body.home .trending-games_section .owl-prev span, body.home .trending-games_section .owl-next span {
    font-size: 24px;
    line-height: 32px;
  }
  body.home .blog-billet.card93.vertical .title {
    margin-bottom: 8px;
  }
  body.home .blog-billet.card93 .title {
    font-size: 18px;
    line-height: 26px;
  }
  body.home .blog-billet.card93 .text {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  body.home .blog-billet.card93.vertical .info-item .ellipsis-multiply {
    padding-left: 4px;
  }
  body.home .blog-billet.card93 .info-item {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }
  body.home main {
    padding-bottom: 0px;
  }
  body.home  .title.default {
    font-size: 28px;
    line-height: 36px;
  }
  body.home  .section {
    margin-bottom: 56px;  
  }
  .header_142699 .burger-btn {
    font-size: 24px;
  }
  .header_142699 .search-btn {
    font-size: 24px;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 24px;
    height: 24px;
  }
  .click-search{
    width: 56px;
    margin-right: 0px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    display: block;
  }
 .header_142699 .search-container {
        height: 50px;
        line-height: 50px;
	  
/*     height: 70px;
    line-height: 70px; */
    margin: 0px;
    border: 1px solid #c8cedf;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
    background: #fff;
  }
  .logo-container{
    flex: 1;
  }
  .header_142699 .search-btn svg{
    margin: auto;
  }
     .burger-box {
        height: 50px;
    border: 1px solid #c8cedf;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 6px 0 rgba(200, 206, 223, .6);
    background: #fff;
    width: 56px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .burger-box .burger-btn{
    display: contents;
  }
}