

/* Start:/bitrix/components/lepestok/catalog.filter/templates/.default/style.css?17619880491014*/
.catalog-filter {
  display: flex;
  align-items: center;
  border: 5px solid #efe9ef;
  padding: 10px 15px;
  margin: 15px 0;
}
.catalog-filter__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 25px;
}
.catalog-filter__range {
  margin-right: 25px;
}
.catalog-filter__range label {
  font-weight: 700;
}
.catalog-filter__button {
  flex-grow: 1;
  background: white;
}
@media screen and (max-width: 768px) {
  .catalog-filter {
    flex-wrap: wrap;
  }
  .catalog-filter__title {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .catalog-filter__range {
    margin-right: 0;
    margin-bottom: 12px;
    flex: 0 0 50%;
  }
  .catalog-filter__button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .catalog-filter {
    display: block;
  }
  .catalog-filter__title {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .catalog-filter__range {
    margin-right: 0;
    margin-bottom: 12px;
    flex: auto;
  }
}
/* End */


/* Start:/local/components/kolibbri/main.sections/templates/.default/style.css?1751088277178*/
.main-sections-item {
    margin-bottom: 30px;
}

.main-sections-item:last-child {
    margin-bottom: 0;
}

.main-sections-item .list-items {
    margin-bottom: 15px;
}
/* End */


/* Start:/bitrix/templates/lepestok/components/bitrix/catalog.section/section_list/style.css?17619882252828*/
.item-section {
    margin-top: 20px;
    background: white;
    position: relative;
    border: 4px solid transparent;
    transition: all .25s ease;
}

.item-section .marker_inner {
    position: absolute;
    top: 5px;
    left: 5px;
}

.item-section .marker {
    padding: 6px;
    border-radius: 20px;
    line-height: 18px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    margin-bottom: 5px;
    display: table;
}

.sale-icon {
    background: #fa505d;
}

.hit-icon {
    background: #fad850;
}

.item-section .image {
    width:100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.item-section .image a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
}

.item-section .image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.item-section .descript {
    padding: 10px 15px;
}

.item-section .descript .title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 44px;
}


.item-section .descript .composition {
    font-size: 12px;
}

.item-section .price-section {
    width:100%;
    margin-top: 10px;
    height: 48px;
    display: table;
}

.item-section .price-section>div {
    display: table-cell;
    vertical-align: middle;
}

.item-section .price-section>div span {
    display: block;
}

.item-section .price-section i{
    margin-left: 5px;
}


.item-section .price-section .new-price {
    font-size: 22px;
    font-weight: bold;
}

.item-section .price-section .new-price i {
    font-size: 16px;
}

.item-section .price-section .old-price {
    font-family: "GothaProLig", "Arial", serif;
    font-size: 12px;
    color: #bebebe;
    text-decoration: line-through;
}

.item-section .price-section .btn {
    width: 100%;
}

.item-section .img_product {
    display: none;
}

ol {
   padding-left: 20px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}


@media screen and (max-width: 768px) {
    .item-section {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .item-section .price-section {
        display: block;
        height: auto;
    }

    .item-section .price-section>div {
        display: block;
        width: 100%;
    }

    .item-section .price-section>div:first-child {
        margin-bottom: 7px;
    }

    .item-section .descript {
        padding: 10px 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .item-section .image:before {
        padding-top: 100%!important;
    }
}

/* End */


/* Start:/bitrix/templates/lepestok/components/bitrix/system.pagenavigation/nav_page/style.css?17564366522640*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #B34F6D;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #B34F6D;
	color: #fff;
	font-weight: bold;
}

.nav-page-container {
	clear: both;
}
/* End */


/* Start:/bitrix/templates/lepestok/components/bitrix/news.list/chasto_zad_vop/style.css?1756356571486*/
.faq {
	margin-top: 45px;
	margin-bottom: 45px;
}

.faq .faq__list li{
	list-style: none;
	background-color: #efe9ef;
	padding: 10px;
	border-radius: 12px;
	margin-bottom: 10px;
}

.faq .faq__list li .faq__item-content {
	display: none;
	padding-top: 15px;
}

.faq .faq__list li a {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
	font-size: 18px;
}

.faq .faq__list li a:after {
	content: url(/bitrix/templates/lepestok/components/bitrix/news.list/chasto_zad_vop/img/arrow.png);
	position: absolute;
	top: 0;
	right: 0px;
}
/* End */


/* Start:/bitrix/templates/lepestok/components/bitrix/news.list/blog/style.css?1756015864788*/
.blog-list {
	margin-top: 45px;
	margin-bottom: 45px;
}

.blog-list .blog-item {
	border: 1px solid #efe9ef;
	background: white;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	border-radius: 12px;
	margin-bottom: 25px;
	overflow: hidden;
	display: block;
	text-decoration: none!important;
	color: inherit!important;
}

.blog-item-image {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-item-image::before {
	content: "";
	display: block;
	padding-top: 56.5%;
}

.blog-item-content {
	padding: 10px 17px;
}

.blog-item-title {
	margin-bottom: 5px;
}

.blog-item-date {
	font-size: 12px;
	color: #cccccc;
}
/* End */


/* Start:/bitrix/templates/lepestok/components/bitrix/news.list/blog/lib/owl.carousel.min.css?15242305303351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/lepestok/components/bitrix/news.list/blog/lib/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/lepestok/components/bitrix/news.list/blog/lib/owl.theme.default.min.css?15242305301013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /bitrix/components/lepestok/catalog.filter/templates/.default/style.css?17619880491014 */
/* /local/components/kolibbri/main.sections/templates/.default/style.css?1751088277178 */
/* /bitrix/templates/lepestok/components/bitrix/catalog.section/section_list/style.css?17619882252828 */
/* /bitrix/templates/lepestok/components/bitrix/system.pagenavigation/nav_page/style.css?17564366522640 */
/* /bitrix/templates/lepestok/components/bitrix/news.list/chasto_zad_vop/style.css?1756356571486 */
/* /bitrix/templates/lepestok/components/bitrix/news.list/blog/style.css?1756015864788 */
/* /bitrix/templates/lepestok/components/bitrix/news.list/blog/lib/owl.carousel.min.css?15242305303351 */
/* /bitrix/templates/lepestok/components/bitrix/news.list/blog/lib/owl.theme.default.min.css?15242305301013 */
