.js-fav-container .rkd-btn--show-more {
	visibility: hidden;
}

.rkd-catalog-ss__stickers-show-more {
  text-align: center;
  margin-top: 42px;
  margin-left: 4px;
  margin-bottom: 31px;
}

@media (min-width: 768px) {
  .rkd-catalog-ss__stickers-show-more {
    margin: 62px 0 104px -59px;
  }
}

.rkd-catalog-ss__stickers {
  /* margin-top: 52px; */
  margin-top: 16px;
  padding-left: 9px;
  padding-right: 12px;
}
.rkd-catalog-ss__stickers .rkd-sticker {
  padding-bottom: 40px;
}
.rkd-catalog-ss__stickers .rkd-sticker__tag--hit:before {
  top: -2.1px;
}


.rkd-sticker {
  position: relative;
  outline: none;
}

.rkd-sticker.--mute > *:not(.rkd-sticker__fav) {
	opacity: .35;
}

.rkd-sticker .rkd-sticker__preview-container {
  padding: 20px 0 0;
  padding-left: 10px;
}
.rkd-sticker .rkd-sticker__fav {
  position: absolute;
  left: 11px;
  top: 41px;
  width: 25.65px;
  height: 22.67px;
  background-image: url(/images/rkd-new-design/rkd-icon-like.png);
  background-size: cover;
}
.rkd-sticker .rkd-sticker__fav:active {
	opacity: .4;
}
.rkd-sticker .rkd-sticker__fav.active {
  background-image: url(/images/rkd-new-design/rkd-icon-like-active.png);
}
.rkd-sticker .rkd-sticker__tag {
  position: absolute;
  left: 12.7px;
  top: 6px;
  color: #6E4549;
  font-weight: bold;
  font-size: 9.5px;
  line-height: 10px;
  letter-spacing: 0.09em;
}
.rkd-sticker .rkd-sticker__tag--hit {
  padding-left: 16px;
}
.rkd-sticker .rkd-sticker__tag--hit:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1px;
  display: inline-block;
  width: 11.01px;
  height: 13.72px;
  background-image: url(/images/rkd-new-design/rkd-icon-sale-fire.png);
  background-size: cover;
}
.rkd-sticker .rkd-sticker__tag--new.rkd-sticker__tag--new {
  padding-left: 2px;
  background: linear-gradient(90deg, #2FD9B0 0%, #81CF33 100%);
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rkd-sticker .rkd-sticker__heading {
  position: relative;
  padding-left: 10px;
}
.rkd-sticker .rkd-sticker__heading .rkd-badge {
  position: absolute;
  right: 18.6px;
  top: 4px;
  padding: 1.8px 8.3px;
}
.rkd-sticker .rkd-sticker__name {
  display: -webkit-box;
  max-width: 200px;
  margin-top: 28px;
  padding: 0 12px;
  padding-right: 11px;
  overflow: hidden;
  color: #573032;
  font-weight: bold;
  font-size: 15px;
  line-height: 143.3%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.rkd-sticker .rkd-sticker__prices {
  position: relative;
  margin-top: 8px;
  padding: 0 12px;
}
.rkd-sticker .rkd-sticker__prices .rkd-sticker__price {
  position: absolute;
  display: flex;
  left: 12px;
  top: -7px;
  align-items: center;
  color: #6E4549;
  font-weight: 600;
  font-size: 26px;
  line-height: 143.3%;
}
.rkd-sticker .rkd-sticker__prices .rkd-sticker__price .rkd-ruble {
  position: absolute;
  right: -16px;
  top: 0;
  font-size: 15px;
}
.rkd-sticker .rkd-sticker__prices .rkd-sticker__price .rkd-badge {
  position: absolute;
  right: -68px;
  padding: 2.4px 9px;
  padding-left: 10px;
  padding-right: 7px;
}
.rkd-sticker .rkd-sticker__prices .rkd-sticker__price-old {
  position: absolute;
  display: none;
  left: 11.6px;
  top: 4px;
  color: #B37736;
  font-size: 16px;
  line-height: 19px;
  text-decoration: line-through;
}
.rkd-sticker .rkd-sticker__prices.rkd-sticker__prices--discount .rkd-sticker__price-old {
  display: block;
}
.rkd-sticker .rkd-sticker__prices.rkd-sticker__prices--discount .rkd-sticker__price {
  left: 54px;
  color: #DD2645;
}
.rkd-sticker .rkd-sticker__props {
  position: relative;
  padding-right: 60px;
  display: none;
  overflow: hidden;
  white-space: nowrap;
}
.rkd-sticker .rkd-sticker__props.--text-long:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 47%, rgba(255, 255, 255, 0) 100%);
}
.rkd-sticker .rkd-sticker__props.--show-full {
  white-space: initial;
}

.rkd-sticker .rkd-sticker__props.--show-full:after {
	display: none;
}

.rkd-sticker .rkd-sticker__actions {
	text-align: center;
	margin-top: 41px;
	padding-left: 8px;
}

.rkd-sticker-props__text-long-icon {
  position: absolute;
  right: 39px;
  top: 2.4px;
  z-index: 1;
  width: 14.25px;
  height: 13.5px;
  display: none;
  cursor: pointer;
  background-image: url(/images/rkd-new-design/rkd-icon-sticker-prop-hidden.png);
  background-size: cover;
}

.rkd-sticker__props.--text-long .rkd-sticker-props__text-long-icon {
  display: block;
}

.rkd-catalog-empty-text {
	margin-top: 20px;
	font-size: 18px;
	padding-left: 4px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	.rkd-sticker__heading .rkd-sticker__tag:nth-child(2) {
		left: 103.3px;
	}
	
	.rkd-catalog-empty-text {
		text-align: center;
	}
}

@media (min-width: 768px) {
  .rkd-catalog-ss__stickers {
    margin-top: 29px;
    padding-left: 4px;
    padding-right: 13px;
  }
  .rkd-catalog-ss__stickers > .row {
    row-gap: 45px;
  }
  .rkd-catalog-ss__stickers .rkd-sticker {
    padding-left: 2px;
    padding-top: 1px;
  }
  
  .rkd-catalog-ss__stickers-show-more {
    margin: 40px 0 40px -59px;
  }
  
  .rkd-sticker {
    outline: none !important;
  }
  .rkd-sticker .rkd-sticker__heading .rkd-badge {
    display: none;
  }
  .rkd-sticker .rkd-sticker__tag {
    left: 6.8px;
    top: 5.6px;
    font-size: 11.4px;
    line-height: 12px;
    color: #6E4549;
    letter-spacing: 1.3px;
  }
  .rkd-sticker .rkd-sticker__preview-container {
    padding-top: 0;
  }
  .rkd-sticker .rkd-sticker__fav {
    left: inherit;
    right: 33.2px;
    top: 9.25px;
    width: 30.86px;
    height: 27.85px;
  }
  .rkd-sticker .rkd-sticker__tag--hit:before {
    left: 1.5px;
    top: -2.1px;
  }
  
  .rkd-sticker .rkd-sticker__tag:nth-child(2) {
	  left: 108px;
  }
  .rkd-sticker .rkd-sticker__tag:nth-child(3) {
	  left: 210px;
  }
  
  .rkd-sticker .rkd-sticker__name {
    max-width: initial;
    min-height: 58px;
    margin-top: 22px;
    padding: 0 9px;
    color: #573032;
    -webkit-line-clamp: 2;
    font-weight: bold;
    font-size: 20px;
    line-height: 145%;
  }
  .rkd-sticker .rkd-sticker__props {
    display: block;
    margin-top: 9px;
    padding-left: 9px;
  }
  .rkd-sticker .rkd-sticker-props {
    position: relative;
    color: #8C6D70;
    font-size: 12px;
    line-height: 143.3%;
  }
  .rkd-sticker .rkd-sticker-props .rkd-sticker-prop-divid {
    margin: 0 6.6px;
  }
  .rkd-sticker .rkd-sticker__prices {
    margin-top: 25px;
    padding: 0 10px;
  }
  .rkd-sticker .rkd-sticker__prices .rkd-sticker__price {
    left: 10px;
    top: -9px;
    font-weight: 600;
    font-size: 30px;
    line-height: 143.3%;
  }
  .rkd-sticker .rkd-sticker__prices .rkd-sticker__price .rkd-ruble {
    right: -11px;
    top: -4px;
    font-size: 14px;
  }
  .rkd-sticker .rkd-sticker__prices .rkd-sticker__price-old {
    left: 10px;
    top: 1.5px;
  }
  .rkd-sticker .rkd-sticker__prices.rkd-sticker__prices--discount .rkd-sticker__price-old {
    display: block;
  }
  .rkd-sticker .rkd-sticker__prices.rkd-sticker__prices--discount .rkd-sticker__price {
    left: 56px;
  }
  .rkd-sticker .rkd-sticker__actions {
		text-align: left;
		margin-top: 70px;
		display: block;
		padding-left: 9px;
  }
  
  .bottom-pager {
  	margin-top: -80px;
  }
}

@media (max-width: 767.98px) {
  .rkd-sticker .rkd-sticker__heading .rkd-badge {
    right: 17.1px;
    top: 1px;
    padding: 1.8px 8.3px;
  }
  .rkd-sticker .rkd-sticker__fav {
    left: 13px;
    top: 25px;
  }
}

/* Фикс после натяжки */
@media (max-width: 767.98px) {
	.col-12 .rkd-catalog-ss__stickers:not(:first-child) {
		margin-top: 0;
	}
}

.nav-loader {
	text-align: center;
}
.nav-loader .fa-circle-notch {
	font-size: 32px;
}

.seo_text~.seo_text{
  display: none;
}