@media (max-width: 600px) {
  .header .menu_modal .menu_inner .menu_categories .category.active .back {
    max-height: 100% !important;
    padding: 1.6rem 0;
  }
}

.page.shops main {
  position: relative;
}

.sm {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #736656;
}
@media (min-width: 600px) {
  .mobb {
    display: none;
  }
}

.slider .swiper-wrapper .text {
  top: 15px !important;
}

.page .card .img .compound {
  transition: all 0.3s linear;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #968c81;
  color: #fff;
}

@media (hover: hover) {
  .page .card:hover .compound {
    opacity: 0.8 !important;
  }
}

/* .news_cards .card .img{
	overflow: initial !important;
} */
.txt.typing.txt_to {
  color: #2e2e2e;
  font-size: 15px;
  text-align: center;
}

a[href^="javascript"] {
  cursor: default !important;
}

.card .text_block {
  border-bottom: none !important;
}
.button_new p {
  font-size: 18px;
  border-radius: 50px;
  background: #736656;
  color: #fff;
  padding: 15px 0;
  max-width: 87% !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .button_new p {
    font-size: 13px;
    padding: 11px 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .button_new p {
    max-width: 230px !important;
  }
}

@media (max-width: 600px) {
  #carrotquest-messenger-collapsed-container.carrotquest-messenger-right_bottom {
    padding-bottom: 3rem;
  }
}

.marquiz-pops{
    z-index:2147483001 !important;
}


body .modal#cookie_modal {
	display: flex;
    justify-content: center;
}

body .modal#cookie_modal .inn {
	display: flex;
    justify-content: center;
	left: auto;
	max-width: 547px;
	width: 90%;
	padding: 20px;
	bottom: 170px;
}

body .modal#cookie_modal .inn .txt {
	display: flex;
	align-items: center;
    gap: 30px;
}


body .modal#cookie_modal .inn .close  {
	top: auto;
    transform: initial;
	position: initial;
	aspect-ratio: 0;
}

/**/
.auth_mobile.is_authorized>.authered_links {
    display: none;
    row-gap: 0.8rem !important;
}
.auth_mobile.is_authorized.active>.authered_links {
    display: flex;
}

body .modal#filter_modal .inn {
	left: 0;
	right: auto;
	top: 45%;
	height: 90vh;
}

@media (max-width: 600px) {
    body .modal#filter_modal .inn {
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 80vh;
        top: 10%;
        transform: translate(0);
        bottom: 8%;
        border-radius: .8rem .8rem 0 0;
    }
	
	.modal#filter_modal .inn .actions {
		padding-bottom: 3rem;
	}
}

.sticky_wrapper .page_setting_reset {
	display: none;
}