.sticky-area {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.block-slider{
  box-sizing: border-box;
  height: 900px;
  background: url(../images/bg_promo.jpg) 50% 0 no-repeat;
  margin: 50px 0 0;
  position: relative;
  background-size: cover;
}
.slider-counter{
  position: absolute;
    top: 30%;
}
.slider-counter p i{
    margin: 0 15px;
    cursor: pointer;
}
.slider-content p:first-child{
  margin-bottom: 185px;
}
.slider-title  {
    width: 100%;
    background: url(../images/tap.png) 50% 0 no-repeat;
    position: absolute;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    background-size: contain;
    align-content: flex-end;
    padding-bottom: 15px;
    margin-top: 8px;
    height: 135px;
    bottom: 33%;
}
.slider-title p{
  margin: 0;
}
.slider-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    height: 100vh;
    margin: 190px 0;
}
.slider-content p {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.slider-content img{
  display: block;
  width: 795px;
  height: 545px;
}
.phone-item{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.phone-item a{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}
.phone-item a img {
    width: 20px;
    margin: 0 8px 0 0;
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 4px;
}
.phone-item-footer a img {
    width: 20px;
    margin: 0 8px 0 0;
    display: inline-block;
    position: relative;
    top: 6px;
}
.cart-item-center{
  display: flex;
      flex-direction: column;
      justify-content: center;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
}
.mx-auto img{
  margin: 0 auto;
}
.text-white a,.text-white i{
  color: #fff;
}
input.email-subscribe::placeholder{
  color: #fff;
}
.icon-circle i {
    color: #fff;
}
.fs-28{
  font-size: 28px!important;
}
.data p{
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 12px;
      margin-right: 12px;
}
.number-position-cart .number{
  top: -12px;
  right: 0;
  font-size: 15px;
}
.divider{
  padding-right: 1rem;
  padding-left: 1rem;
}

#searchsuggestions {
	z-index: 2200;
	width: 78%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
    z-index: 999999;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
	#searchsuggestions a { color: inherit; }
	#searchsuggestions a:hover { background-color: #f7f7f7; }
	#searchsuggestions a span { display: block; cursor: pointer; }
	#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
	#searchsuggestions span.seperator { display: none; }
	#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
	#searchsuggestions span.notfound { padding: 15px 25px; display: block; }
	#searchsuggestions .break { display: none; }
  #ks_form .ks_field {
      width: 60%;
  }
@media screen and (max-width: 767.98px) {

  #ks_form .ks_field {
      width: 100%;
  }

}
#payments h1{
  font-size:75px;
}
#payments p{
  font-size:16px;
}
#information .adev {
  max-height: 100%;
  min-height: 400px;
}
.adev ul li{
  font-size: 16px;
  line-height: 25px;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #f7f7f7;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
.hide-spanbar .spanbar-first-hide{
  display: none!important;
}
/* a[href="https://prokat.webflix.icu/mebel/"]{
  display:none;
}
a[href="https://prokat.webflix.icu/oborudovanie/"]{
  display:none;
}
a[href="https://prokat.webflix.icu/dekor/"]{
  display:none;
}
a[href="https://prokat.webflix.icu/mebel-i-oborudovanie/"]{
  display:none;
} */
.list-cat ul{
  padding-left: 0px!important;
}
.list-cat:last-child ul li {
    margin-bottom: 10px;
}
.lang-btn {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    flex-wrap: wrap;
}
.lang-btn a img{
    width: 24px;
}
.lang-btn a{
    margin: 0 10px 0 0;
}
.act:after{
    content: "";
    border-bottom: 2px solid red;
}