

/* Start:/local/templates/lavka/styles.css?176348465415567*/
.banner-slide:not(.slick-initialized) .banner-slide-block {
  display: none;
}

.banner-slide:not(.slick-initialized) .banner-slide-block:first-child {
  display: block !important;
}

.checked_item  span {
	color: #4B8D2A;
}
@media (min-width:1200px) {
.section-top {
  min-height: 339px;
}
}

@media (max-width:650px) {
.section-top {
  min-height: 254px;
}
}
.success_text {
	font-size: 20px;
}
.sl_content {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 20px;
}

.menu-toggle ul {
	display: none;
}

.menu-toggle {
  position: relative;
}
.mess_wishlist {
    text-align: center;
    padding: 50px 0;
    height: 47vh;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    padding: 0 15px;
}

.product-add.btn-reset.js-cart-item-add + .quantity_container.product-add.active {
	display: none;
}

.product-add.btn-reset.js-cart-item-add.active {
	display:none !important
}

.product-add.btn-reset.js-cart-item-add.active + .quantity_container.product-add.active {
	display: flex;
}

.shotret_text {
	font-size: 15px;
}

.category__description h1 {
	line-height: 1.2em;
}

.product-add .minus, .product-add .plus {
  cursor: pointer;
}

.form-container.fancybox-content {
	background: transparent;
}
.form-container.fancybox-content .fancybox-button.fancybox-close-small {display:none !important}

.auth_popup {cursor:pointer}

.category__container.container {
	padding-bottom: 15px;
}


 .product-cart {
	position: relative;
}

.category-lists__block {
  display: flex;
}

.category-lists__block .section-cart {
  margin: 15px;
  width: calc((100% - (24px *5)) / 6);
}

.product-section-top {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background: #F2F5FC;
  padding: 10px;
  border-radius: 8px;
  padding: 0px 16px;
  height: 120px;
  background-color: #F2F5FC;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
}

.shotret_text {
	line-height: 1.25em;
	margin-top: 15px;
}

.product-section-top svg {
  width: 50px !important;
  height: 50px;
  margin-bottom: 15px;
}
.product-section-top img {
	max-width: 150px !important;
	height: auto;
	margin-bottom: 15px;
	max-height: 56px;
}
.message.fancybox-content {
	max-width: 400px;
	padding: 30px;
	border-radius: 15px;
	width:100%;
	text-align: center;
	background: #F2F5FC;
	color: var(--main-blue);
	font-weight: bold;
}

.product-cart.can_buy {
	opacity: 0.5;
}
.sp-image img {
	height: auto !important;
}
.product-cart.can_buy::before {
	content: 'нет в наличии';
	position: absolute;
	background-repeat: no-repeat;
	border-radius: 8px;
	padding: 5px;
	padding-left: 8px;
	max-width: 126px;
	height: 28px;
	background-color: #E9ECFD;
	width: 100%;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	color: var(--main-blue);
	background-position: 7px 53%;
	top: 9%;
	z-index: 8;
	text-align: center;
	text-transform: uppercase;
}

.not-available_text {
	margin: 41px 0 25px;
}

.category-lists__block .section-cart {
  margin: 0;
}

.category-lists__block {
  gap: 24px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.form-group.bx-soa-customer-field[data-property-id-row="29"] {
	pointer-events: none;
	touch-action: none;
}

.section-cart:hover span {
  color: var(--main-blue);
}

.wrapper-link .product-price + a {
  min-height: 75px;
}


.section-cart:hover svg path {
  stroke: var(--main-blue);
}
.section-cart:hover svg rect {
  stroke: var(--main-blue);
}
.section-cart:hover svg circle {
  stroke: var(--main-blue);
}


.brends-cart {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.brends-cart img {
	max-width: 100%;
	max-height: 70px;
}

.new-reviews {
  height: auto;
}

.btn-reset.btn-pattern.estimation-btn.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.payment_summ {
	margin: 0;
}
/*
.blur_order {
	filter: blur(10px);
}*/

.loader_new_blog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.b-event {
  width: calc(50% - 15px);
}

.b-event__img {
  width: 40%;
}

.preview_text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
  transition: color 0.3s ease;
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-title {
  font-size: 19px;
  margin-bottom: 15px;
}

.b-event__body {
  width: 60%;
}

.date-pointer {
  color: #999;
}


.not_product .inform-bottom {
  display: none;
}

.not_product .product-discount {
  display: none;
}


.not_product .product-img {
	opacity: 0.5;
	position:relative
}

.not_product .product-img::before {
	content: 'нет в наличии';
	position: absolute;
	background-repeat: no-repeat;
	border-radius: 8px;
	padding: 5px;
	padding-left: 8px;
	max-width: 126px;
	height: 28px;
	background-color: #E9ECFD;
	width: 100%;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	color: var(--main-blue);
	background-position: 7px 53%;
	top: calc(50% - 14px);
	z-index: 8;
	text-align: center;
	text-transform: uppercase;
	left: calc(50% - 66px);
}
@media only screen and (min-width: 1025px) {
.menu-toggle:hover ul {
  display: block;
}
.menu-toggle:hover ul {
	position: absolute;
	padding: 20px 0;
	left: -40px;
	z-index: 99;
	background: #fff;
	color: #222;
}

.menu-toggle:hover ul {
  margin-top: -2px;
}

}

.menu-toggle ul li {
  padding: 0;
}

.menu-toggle ul a {
  font-size: 16px;
  padding: 5px 20px;
  display: block;
}

.menu-toggle ul a:hover {
  background: #4B8D2A;
  color:#fff;
}

.menu-toggle ul a img {margin-left: 10px;}


.delivery-item {
  display: flex;
}

.delivery-item label {
	display: flex;
	max-width: 100%;


	border: 2px solid #797C837D;
	margin-right: 0;
	width: 100%;
	gap: 30px;
	align-items: center;
	padding: 6px 15px;
	min-height: 70px;
}

.delivery-item {
  margin-bottom: 0;
  max-width: 50%;
  width: calc(50% - 10px);
}

.delivery-item_img img {
  display: block;
  max-width: 120px;
}

.delivery-item_img {
  display: block;
}

#delivery_lists {
  margin-top: 35px;
}

.delivery-item_desc {
  flex-direction: column;
  display: flex;
}

.delivery-item_name {
  font-weight: bold;
}

.delivery-item input:checked + label {
}



.basket-page__block.loading {
  opacity: 0.6;
  pointer-events:none;
}

.making-shipment-choice {
  flex-direction: revert;
  flex-wrap: wrap;
  gap: 20px;
}


.making-shipment.loading {
  pointer-events: none;
  opacity: 0.5;
}
.delivery-item * {
transition:0.3s;
}
.delivery-item .btn-default {
  display: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  border-radius: 8px;
  padding: 6px 5px;
  width: 100%;
  height: 48px;
  background-color: var(--main-blue);
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  transition: color 0.3s ease, border 0.3s ease, background-color 0.3s ease;
  line-height: 1.2em;
  text-align: center;
  transition:0.3s;
}


.delivery_text span {
  display: block;
  margin-bottom: 9px;
}

.delivery_text {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #797C83;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 137%;
  margin-bottom: 12px;
  max-width: 450px;
}



.making-shipment-choice input[type="radio"]:checked + label .delivery-item_img img {
  max-width: 65px;
}


.making-shipment-choice input[type="radio"]:checked + label .btn-default {
	display: flex !important;
	max-width: 210px;
}

.making-shipment-choice input[type="radio"]:checked + label {
  gap: 15px;
}

.review-thanks_success {
	font-size: 26px !important;
}

.confirmation-review {
  border-radius: 32px;
  padding: 24px 24px 24px 24px;
  min-height: 100%;
  background: var(--white);
  height: auto;
  position: relative;
}

.confirmation-review div {
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
}

.form-payment-invoice p {
  display: inline;
  align-items: flex-start;
  flex-wrap: wrap;
}

.non-payment-support {
  align-items: center;
  gap: 19px;
}

.non-payment-support img {
  display: block;
  max-width: 40%;
}

#payment_form {
	padding: 0;
}

#payment_waiting {
	padding: 0;
}
#payment_cancel {
	padding: 0;
}


.sp-image img {
  width: auto;
}

.category__description h1 {
  margin-bottom: 25px;
}

.sp-lists {
  list-style: none;
  padding-left: 15px;
  margin: 15px 0;
}

.sp-lists {
}

.category.article {
	margin-top: 45px;
}
.sp-lists ul {
  padding-left: 0;
}

.sp-lists ul li {
  padding-left: 15px;
}

.sp-lists ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1444e2;
  border-radius: 50px;
  left: 0;
  top: 6px;
}

.sp-lists ul li {
  position: relative;
}

.loader_new_blog {
	max-width: 1392px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}



.main_text {
  margin-top: 60px;
}

.category__description h1 {
  font-family: var(--font-family);
  letter-spacing: 0.03em;
  margin: 40px 0;
}

.category__description h2 {
  font-family: var(--font-family);
  letter-spacing: 0.03em;
  margin: 40px 0 30px;
}

.category__description p {
  margin: 8px 0 15px;
}



#bx-soa-paysystem .bx-soa-pp .bx-soa-pp-desc-container {
  display: block !important;
  width: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}

#bx-soa-paysystem  .bx-soa-pp-desc-container .bx-soa-pp-company {
  max-width: 100% !important;
  margin-top: 10px !important;
}

#bx-soa-paysystem  .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
  display: none;
}

#bx-soa-paysystem  .bx-soa-pp-desc-container .bx-soa-pp-company {
  border: 0 !important;
  background: #fff !important;
}

#bx-soa-paysystem .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
  display: none !important;
}

#bx-soa-paysystem .bx-soa-pp-desc-container .bx-soa-pp-company-block {
  display: block;
}

.mobile_footer_image {
	display: none;
}
.product-cart.selected {
	opacity: 0.7;
	pointer-events: none;
	touch-action: none;
}

.quantity_container input {
	text-align: center;
	font-size: 16px;
	margin: 0 12px;
	height: 44px;
	width: 44px;
	-moz-appearance: textfield;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.9);
	border: none;
	border-radius: 8px;
	outline: none;
}


.booked__picture {
  display: none;
}

.booked__box {
  margin: 0 auto !important;
}




.advantage-banner {
  background-size: contain;
}

.advantage-banner-2 {
  background-size: contain;
}

.slide-item {
  background-size: contain;
}


.suggestion__box .suggestion__block .product-cart:last-child {
	display: none;
}



.how_order-header {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0px;
}

.how_order-container {
  width: 100%;
}

.how_order-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
  margin-top: 45px;
}

.how_order-content p {
  font-size: 20px;
  font-weight: 500;
}


.how_order-content {
  width: 30%;
}

.how_order-image.purple {
  background: #EB3E9A;
}

.brends-top {
  flex-wrap: wrap;
  padding: 28px 34px;
}

.how_order-content {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 10px;
}

.how_order-header {
  font-size: 28px;
}

.brends-top {
  padding: 4px 0px;
}

.how_order-container {
  margin-top: 28px;
}

.how_order-image img {
  max-width: 96px;
}

.brends-top {
  margin-bottom: 0;
}

@media (max-width: 991px) {

	.how_order-header {
	  font-size: 30px;
	}

	.how_order-image {
	  width: 60px;
	  height: 60px;
	}



.how_order-image img {
  display: block;
  width: 100%;
}

  .how_order-image {

    width: 40%;
  }



  .how_order-content p {
    width: 60%;
  }


}

@media  (max-width: 768px) {
	

	.how_order-content p {
	  font-size: 14px;
	}


  .how_order-image {
    width: 80px;
    height: 80px;
  }

	.brends-top {
	  padding: 10px 10px;
	}



	.how_order-content {
	  width: 100%;
	  justify-content: space-around;
	}

	.how_order-container {
	  flex-wrap: wrap;
	  align-content: center;
	  align-items: center;
	}

}

@media  (max-width: 550px) {
	

  .how_order-content {
    justify-content: flex-start;
  }
  .how_order-image {

    width: 30%;
    height: auto;
  }

  .how_order-content p {
    width: 70%;
  }


	
}

@media (max-width: 840px) {
  .banner-1 {
    aspect-ratio: 2;
  }
}

@media only screen and (max-width: 768px) {

.b-event {
  width: 100%;
}

#bx-soa-total {
	flex-direction: column;
}

.desktop_footer_image {
	display: none;
}


.mobile_footer_image {
	display: block;
	width: 100%;
}


.category__description h1 {
  line-height: 1em;
  text-align: center;
  font-size: 29px;
}


}
@media only screen and (max-width: 1025px) {

.opened_inner + ul {
  display: block;
}

.opened_inner + ul a {
  font-size: 22px;
  text-align: center;
}

.opened_inner + ul a img {
  display: none;
}

.opened_inner + ul {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 14px;
}

.opened_inner {
  color: #4B8D2A;
}

.opened_inner + ul a {
  font-size: 20px;
}

.category-lists__block .section-cart {
  width: calc((100% - (10px *5)) / 3);
}
.suggestion__box .suggestion__block .product-cart:last-child {
	display: flex;
}

.how_order-content p {
	font-size: 16px;
	font-weight: 500;
}
}

.breadcrumbs__info {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
}
.breadcrumbs__info.list-reset li span span {

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media only screen and (max-width: 550px) {
.category-lists__block .section-cart {
  width: calc((100% - (5px *5)) / 2);
}

.product-section-top img {
  display: block;
  max-width: 100% !important;
}

}


.support-serv {
  z-index: 9999;
}


@media (max-width: 480px) {


  .support-serv {
    bottom: 190px;
  }
}


    .catalog-menu-list ul {display: none;}
    .catalog-menu-list > li.has-children > .section-item {position: relative;}
    .toggle-arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
	.toggle-arrow::after {
		content: ' ';
		display: block;
		transition: transform 0.3s;
		color: #999;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3e%3csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cg data-name='Layer 2'%3e%3cg data-name='arrow-ios-forward'%3e%3crect width='24' height='24' transform='rotate(-90 12 12)' opacity='0'/%3e%3cpath d='M10 19a1 1 0 0 1-.64-.23 1 1 0 0 1-.13-1.41L13.71 12 9.39 6.63a1 1 0 0 1 .15-1.41 1 1 0 0 1 1.46.15l4.83 6a1 1 0 0 1 0 1.27l-5 6A1 1 0 0 1 10 19z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
		width: 30px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
	}
    .has-children.active > .toggle-arrow::after {
        transform: rotate(90deg);
    }
    .has-children.active > ul {display: block;}
	
	.has-children.active .toggle-arrow.js-toggle-children {
	  transform: rotate(90deg);
	}

	.toggle-arrow {
	  transition: 0.5s;
	  opacity: 0.75;
	}
	
	.has-children.active .toggle-arrow {

		top: 25%;

	}
	
	
	.has-children ul {
		margin-left: 30px;
	}
	
/* End */
/* /local/templates/lavka/styles.css?176348465415567 */
