

/* Start:/bitrix/templates/main/js/fancybox2/jquery.fancybox.css?16816568264895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/main/js/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/main/js/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/main/js/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/main/js/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/main/js/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/main/js/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/main/js/rangeslider/css/prism.css?16816568261416*/
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0,0%,100%,.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}


.token.regex,
.token.important {
	color: #e90;
}

.token.important {
	font-weight: bold;
}

.token.entity {
	cursor: help;
}

/* End */


/* Start:/bitrix/templates/main/js/rangeslider/css/main.css?16816568266833*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #e6cb5f;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#toc {
    top: 0px;
    left: 0px;
    height: 100%;
    position: fixed;
    background: #333;
    box-shadow: inset -5px 0 5px 0px #000;
    width: 150px;
    padding-top: 20px;
    color: #fff;
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 5px 10px;
}

#toc a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#toc .toc-h2 {
    padding-left: 10px;
}

#toc .toc-h3 {
    padding-left: 20px;
}

#toc .toc-active {
    background: #336699;
    box-shadow: inset -5px 0px 10px -5px #000;
}

#wrapper {
    margin: 0 20px 0 170px;
}
code, pre {
    font-size: 12px;
}


.example {
    background-color: #f0f0f0;
    margin-top: 0;
    padding: 1em;
}



/* positons */
.position_tooltip,.show {
    margin: 0.5em;
    background: #ddddff;
    padding: 10px;
    cursor: default;
    float:left;
    width: 100px;
    text-align: center;
}
.show {
    width: auto;
}
.trace {
    width: 200px;
    height: 100px;
}
.positon_wrap {
    overflow: hidden;
}
.position_tooltip:nth-child(3n+1){
    clear:left;
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.range-title tr td:first-child{padding-left:0px;}
.range-title td{font-size:12px; padding:3px; font-weight:bold;}
/* End */


/* Start:/bitrix/templates/main/js/rangeslider/css/asRange.css?16816568264320*/
/**
* asRange v0.3.4
* https://github.com/amazingSurge/jquery-asRange
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.asRange {
  position: relative;
  width: 331px;
  height: 4px;
  background-color: #cfcdc7;
  border-radius: 8px;
  margin-top:4px;
}
.asRange .asRange-pointer {
  position: absolute;
  left: 30%;
  z-index: 2;
  width: 50px;
  height: 8px;
  margin-left: -15px;
  margin-top: -2px;
  background: #e6cb5f;
  border-radius: 2px;
}
/*.asRange .asRange-pointer:before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  background: #6ba1ad;
  border-radius: inherit;
}*/
/*.asRange .asRange-pointer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  border-radius: inherit;
}*/
.asRange .asRange-pointer.start {
  left: 0;
  margin-left: 4px;
}
.asRange .asRange-pointer.stop {
  left: 100%;
  margin-left: -12px;
}
.asRange .asRange-pointer .asRange-tip {
  position: absolute;
  top: -33px;
  left: 0;
  width: 80px;
  height: 20px;
  margin-left: -16px;
  font-family: Bpreplay;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #5d5c58;
  border: 1px solid #5d5c58;
  border-radius: 3px; 
  -webkit-transition: opacity .3s ease-in-out 0s; 
  transition: opacity .3s ease-in-out 0s;
}
.asRange .asRange-pointer .asRange-tip:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #5d5c58;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.asRange .asRange-selected {
  position: absolute;
  left: 30%;
  z-index: 1;
  width: 40%;
  height: 8px;
  background-color: none;
  border-radius: 9px;
}
.asRange .asRange-scale {
  display: none;
}

.asRange-scale {
  position: relative;
  width: 331px;
  height: 8px;
  background-color: #cfcdc7;
  border-radius: 8px;
}
.asRange-scale .asRange-pointer {
  position: absolute;
  left: 30%;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 9px;
}
.asRange-scale .asRange-pointer:before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  background: #6ba1ad;
  border-radius: inherit;
}
.asRange-scale .asRange-pointer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  border-radius: inherit;
}
.asRange-scale .asRange-pointer.start {
  left: 0;
  margin-left: 4px;
}
.asRange-scale .asRange-pointer.stop {
  left: 100%;
  margin-left: -12px;
}
.asRange-scale .asRange-pointer .asRange-tip {
  position: absolute;
  top: -33px;
  left: 0;
  width: 80px;
  height: 20px;
  margin-left: -15px;
  font-family: Bpreplay;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #5d5c58;
  border: 1px solid #5d5c58;
  border-radius: 3px; 
  -webkit-transition: opacity .3s ease-in-out 0s; 
  transition: opacity .3s ease-in-out 0s;
}
.asRange-scale .asRange-pointer .asRange-tip:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #5d5c58;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.asRange-scale .asRange-selected {
  position: absolute;
  left: 30%;
  z-index: 1;
  width: 40%;
  height: 8px;
  background-color: #7ebdcb;
  border-radius: 9px;
}
.asRange-scale .asRange-scale {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: url("/bitrix/templates/main/js/rangeslider/css/../image/scale.png") no-repeat 0 center transparent;
}
.asRange-scale .asRange-scale li {
  position: absolute;
  top: 18px;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  text-align: center;
}
.asRange-scale .asRange-scale li:first-child {
  left: 0;
}
.asRange-scale .asRange-scale li:nth-child(2) {
  left: 33.3%;
}
.asRange-scale .asRange-scale li:nth-child(3) {
  left: 66.6%;
}
.asRange-scale .asRange-scale li:last-child {
  left: 100%;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/horizontal_catalog/style.css?16929543115070*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/main/components/bitrix/menu/horizontal_catalog/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/main/components/bitrix/menu/horizontal_catalog/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/main/components/bitrix/menu/horizontal_catalog/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}
/*
ul.ul_menu li:hover ul ul,
ul.ul_menu li.jshover ul ul,
ul.ul_menu li:hover ul ul ul,
ul.ul_menu li.jshover ul ul ul,
ul.ul_menu li:hover ul ul ul ul,
ul.ul_menu li.jshover ul ul ul ul,
ul.ul_menu li:hover ul ul ul ul ul,
ul.ul_menu li.jshover ul ul ul ul ul
{

	display:none;
}

ul.ul_menu li:hover ul,
ul.ul_menu li.jshover ul,
ul.ul_menu li li:hover ul,
ul.ul_menu li li.jshover ul,
ul.ul_menu li li li:hover ul,
ul.ul_menu li li li.jshover ul,
ul.ul_menu li li li li:hover ul,
ul.ul_menu li li li li.jshover ul,
ul.ul_menu li li li li li:hover ul,
ul.ul_menu li li li li li.jshover ul
{
	
	display:block;
}
*/
div.menu-clear-left
{
	clear:left;
}

ul.ul_menu>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: -8px;
    min-width: 200px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    display: none;
}
ul.ul_menu>li>ul>li:hover>ul {
	display: block;
}

ul.ul_menu>li>ul>li>ul>li>a {
    padding: 8px 10px;
    display: inline-block;
    color: #1B1C21;
}
ul.ul_menu>li>ul>li>ul>li>a:hover{
	color: #1B1C21;
	text-decoration: underline;
}
.ul_menu > li > ul > li
{
	position:relative;
}
.ul_menu > li > ul > li > a.subm:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/arrow_menu.png") center no-repeat;
  width: 11px;
  height: 6px;
  right: 10px;
  top: 50%;
  transform: rotate(270deg) translate(50%, 0%);
  background-size: contain;
}
@media screen and (max-width:991px)
{
	ul.ul_menu>li>ul>li>ul {
	    position: static;
	    border: 0;
	    padding: 10px 0;
	    display: none!important;
	}
	.ul_menu > li > ul > li > a.subm:after
	{
		display: none;
	}

}
/* End */


/* Start:/bitrix/templates/main/components/h2o/favorites.line/template2/style.css?1681656827260*/

.count-favor-item{
	display: inline-block!important;
	color: white!important;
	font-size: 16px!important;
	line-height: 20px!important;
	text-align: center!important;
	padding-top: 4px!important;
	cursor: pointer!important;
	text-decoration: none!important;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/top/style.css?1681656826626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/h2o/favorites.add/templates/.default/style.css?16816568162374*/
#favorites_popup_wrap{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
#favorites_popup_wrap .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px;
    border: none;
    font-size: 30px;
}
#favorites_popup_wrap .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
#favorites_popup_wrap .modal-body p{
	
}
#favorites_popup_wrap .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
#favorites_popup_wrap .form-row:after {
    content: "";
    display: table;
    clear: both;
}
#favorites_popup_wrap .form-row:first-child {
    margin-top: 0; 
}
#favorites_popup_wrap .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
#favorites_popup_wrap .form-cell-3:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
#favorites_popup_wrap .form-cell-9:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap label{
	font-weight: normal;
	font-size: 18px;
 	
}
#favorites_popup_wrap input[type=text]{
	height: 32px;
}
#favorites_popup_wrap input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
#favorites_popup_wrap textarea{
	height: 112px;
}
#favorites_popup_wrap input[type=text], #favorites_popup_wrap textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap .button_wrap{
	text-align: right;
}
#favorites_popup_wrap button{
	font-size: 18px;
	border: none;
	background-color: rgb(221, 221, 221);
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap button:hover {
    box-shadow: 0 0 0 3px rgba(204,204,204,1);
}
#favorites_popup_wrap small.error{
	color: red;
}
@media screen and (min-width: 600px){
	#favorites_popup_wrap{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	#favorites_popup_wrap .form-cell-3{
		float: none;
	}
	#favorites_popup_wrap .form-cell-9{
		float: none;
		width: 100%;
	}
	#favorites_popup_wrap .modal-header{
		font-size: 25px;
	}
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/search.title/search_by_titles/style.css?17266599642108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/main/components/bitrix/search.title/search_by_titles/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?17035867291008*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
	font-weight: bold;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
	font-weight: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	color: #4d3835;
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 992px){
	.bx-breadcrumb {
		white-space: nowrap;
	    overflow-x: auto;
	}
	.bx-breadcrumb > div {
	    float: none!important;
	    display: inline-block;
	}
	.bx-breadcrumb .bx-breadcrumb-item span{
		white-space: nowrap;
	}
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/form.result.new/company/style.css?17204413971587*/
.company_form_container {
    background-image: url(/img/f_bg.png);
    padding: 41px 40px 40px 45px;
    background-position: right center;
    background-size: cover;
}

.form_title {
    font-size: 30px;
    font-weight: 400;
}

.company_form {
	width: 480px;
}

.company_form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.company_form form {
    display: flex;
    flex-wrap: wrap;
}

.form_field {
    flex: none;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.company_form .form_field input[type="text"] {
    width: 100%;
    display: block;
    height: 43px;
    padding-left: 15px;
    box-sizing: border-box;
}

.company_form_submit {
    flex: none;
    width: 100%;
}

.company_form_submit input {
    background: rgb(102, 193, 48);
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    width: 160px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.form_field.ta_field textarea {
    width: 100%;
    display: block;
    resize: none;
    height: 106px;
    padding: 15px;
}

.form_field.ta_field {
    width: 100%;
    margin-bottom: 6px;
}
.polycy {
    text-align: center;
    color: #999;
    margin-top: 15px;
}
.err {
    color: red;
    font-weight: bold;
}
@media screen and (max-width:767px)
{
	.form_field {
	    width: 100%;
	}

	.company_form {
	    max-width: 100%;
	}

	.form_title {
	    font-size: 24px;
	    line-height: 26px;
	}

	.company_form_container {
	    padding: 21px 20px 20px 20px;
	}
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottom/style.css?1681656826626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/abudagov/socnetlink/templates/.default/style.min.css?16816568162667*/
.ab-sidebar .ab-sidebar__link,.ab-sidebar .ab-sidebar__link:active,.ab-sidebar .ab-sidebar__link:focus,.ab-sidebar .ab-sidebar__link:hover,.ab-sidebar .ab-sidebar__link:visited{display:block;border:none;outline:0;background:0 0;max-width:none;max-height:none;min-width:0;min-height:0;opacity:1;padding:0;margin:0;text-decoration:none}.ab-sidebar .ab-sidebar__link{display:block;background-repeat:no-repeat;position:relative;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;left:0}.ab-sidebar__ico{display:block;width:46px;height:46px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.ab-sidebar__ico-shadow{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);-ms-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);-o-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3)}.ab-sidebar.ab-position-left{left:0}.ab-sidebar.ab-position-right{right:0}.ab-sidebar.ab-position-indiv .ab-sidebar__link{top:0}.ab-sidebar.ab-animation-rotate .ab-sidebar__link:hover .ab-sidebar__ico{-moz-transform:srotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.ab-sidebar.ab-position-left.ab-animation-shift .ab-sidebar__link:hover{left:10px}.ab-sidebar.ab-position-right.ab-animation-shift .ab-sidebar__link:hover{left:-10px}.ab-sidebar.ab-position-indiv.ab-animation-shift .ab-sidebar__link:hover{top:-5px}.ab-sidebar__ico,.ab-sidebar__ico-color{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/color/icons.png?102018)}.ab-sidebar__ico-dark{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/dark/icons.png?102018)}.ab-sidebar__ico-light{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/light/icons.png?102018)}#snl,.snl{display:inline-block}.ab-position-indiv{display:none}#snl .ab-position-indiv,.snl .ab-position-indiv{display:inline-block;position:relative!important}#snl .ab-position-indiv .ab-sidebar__link,.snl .ab-position-indiv .ab-sidebar__link{display:inline-block!important;margin-right:5px!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ab-sidebar__ico,.ab-sidebar__ico-color{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/color/icons@2x.png?102018);background-size:230px 506px}.ab-sidebar__ico-dark{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/dark/icons@2x.png?102018);background-size:230px 506px}.ab-sidebar__ico-light{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/light/icons@2x.png?102018);background-size:230px 506px}}@media screen and (max-width:767px){.ab-hidden-xs-Y{display:none}}@media screen and (max-width:480px){.ab-sidebar{position:fixed}}
/* End */


/* Start:/bitrix/templates/main/styles.css?17381471989646*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base {
  width: 100%;
  height: 8px;
  position: relative;
  margin-top: 12px;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 8px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  position: absolute;
  background: #e6cb5f;
  top: 0px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 10px;
  height: 18px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  position: absolute;
  background: #fff;
  /*width: 28px;
	height: 34px;*/
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #e6cb5f;

  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-target {
  /*border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
  height: 4px;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
/*.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}*/

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.jslider-scale span {
  position: absolute;
}
.jslider-scale {
  position: relative;
  width: 100%;
  top: -25px;
  font-size: 12px;
  padding: 3px;
  font-weight: bold;
}

.asRange {
  background-color: initial;
}

@media (max-width: 480px){
  .asRange {
    width: 260px;
  }
}

.tx_time .col_bas3 {
  width: 100%;
  float: none;
}
.cart-time-slide1 {
  margin-bottom: 50px;
}

.forbid_night_delivery {
  color: #66c130;
  padding: 30px 0 20px;
}

.modal-row.submit input {
  cursor: pointer;
}

body .header .menu_bl_container {
  display: none;
}

@media (max-width: 560px) {
  .modal .modal-block2 {
    width: 100%;
  }
}
.modal .modal-block2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal .modal-block2 .inner_tovar .tovar_text #tovar_description{
  display: none;
}



/*новая шапка*/
/*header top*/
@media (max-width: 992px) {
  .top_header .nav_top{
    display: none;
  }
  body .top_bl {
    padding: 12px 0px;
  }

  body .top_bl .container {
    width: 100%;
    max-width: 100%;
  }

  body .nav_top_bl {
    display: none;
  }

  body .cont_top {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  body .phone_top {
    width: auto;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0;
  }

  body .phone_top a {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffd02e;
  }

  body .user_actions {
    position: relative;
    /*margin-left: 15px;*/
    margin-top: 0;
    display: flex;
    align-items: center;
  }

  body .user_actions.active .us_act {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  body .user_actions .us_act {
    /*position: absolute;
    top: 55px;
    right: 0;
    background-color: #fff;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    z-index: 3;
    transform: translateY(20px);
    margin: 0;
    transition: 0.3s ease;*/
    margin-left: 12px;
    margin-top: 5px;
  }

  body .us_act ul > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  body .us_act ul > li > a:not(:last-child) {
    /*margin-bottom: 8px;*/
  }

  body .user_actions ul {
    margin: 0;
  }

  body .avatar_user {
    width: 36px;
    height: 36px;
  }

  body .avatar_user img {
    /*width: 100%;
    height: 100%;*/
    border: 0px;
    margin-right: 10px;
    max-width: 40px;
  }
}

@media (max-width: 768px) {
  body .cont_top {
    padding-left: 0px;
    float: none;
  }
  body .phone_top {
    font-size: 14px;
    line-height: 20px;
  }
}
/*header*/


.fixed_menu_bl .open_menu{
  border: 0px;
  color: #ffffff;
}
.fixed_menu_bl .open_menu:hover {
    color: #e6cb5f;
    border: 1px solid #e6cb5f;
}

@media (min-width: 993px) {
  body .menu__bl {
    margin: 0 auto;
    margin-bottom: 10px;
    background: #F5F5F5;
  }
  .fixed_menu_bl{
    display: none;
  }
}

@media (min-width: 1200px) {
  body .menu__bl {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  body {
    background-image: unset !important;
  }

  body .header {
    padding: 12px 0 20px;
    position: relative;
  }
  body .header .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  body .header .menu_bl_container {
    display: flex;
    flex-direction: row;
    align-items: normal;
    padding: 10px;
    background: #F5F5F5;
    margin-top: 15px;
  }

  body .menu_bl {
    margin-top: 0;
    margin-right: 20px;
  }

  body .menu__bl {
    display: none;
    position: static;
    left: 0;
    top: 0;
    width: auto;
    margin: 0 15px;
    z-index: 999;
  }

  body .menu__bl.fixed_bl{
    position: fixed;
    width: 100%;
    margin: 80px 0 0 0;
  }

  body .menu_block,
  body .filter_block {
    border-bottom: 0;
    background-color: #f5f5f5;
  }

  body .ul_menu > li > a,
  body .ul_filter > li > a {
    padding: 16px 15px;
  }

  body .ul_menu > li > a.subm:after {
    right: 15px;
  }

  body .header .menu_bl {
    background: transparent;
  }

  body .open_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #332624;
    border: 1px solid #f2f2f2;
    padding: 0;
    line-height: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    text-decoration: none;
  }

  .top_header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .top_header .logo {
    text-align: left;
    margin-top: 0;
    max-width: 140px;
  }

  .top_header .logo a {
    display: block;
    margin-right: 18px;
  }

  body .right_top_header {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
  }

  body .search_bl {
    margin: 0;
  }

  body .fav_bl,
  body .basket_bl {
    /*display: flex;
    align-items: center;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;*/
  }

  .fav_bl .favor-list-wrap,
  .empty_cart {
    /*position: absolute;
    opacity: 0;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;*/
  }

  body .btn_search {
    background: url(/bitrix/templates/main/images/btn_search.png) center no-repeat;
  }

  body .fav_bl:before {
    /*background: url(/bitrix/templates/main/images/heart.svg) center no-repeat;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    position: static;
    transform: none;*/
  }

  body .basket_bl:before {
    /*background: url(/bitrix/templates/main/images/cart.svg) center no-repeat;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    position: static;
    transform: none;*/
  }

  body .loop-close {
    background: url(/bitrix/templates/main/images/close.svg) center no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
  }
}

@media (max-width: 768px) {
  .top_header .logo img {
    width: 100%;
    max-width: 122px;
  }

  .top_bl.fixed0,
  .top_bl.fixed {
    position: fixed;
  }
}

@media (max-width: 600px) {
  body .user_actions .us_act {
    top: 45px;
  }

  body .title_basket_ban {
    font-size: 13px;
  }
  body .num_basket_ban,
  body .num_fav_ban {
    font-size: 12px;
  }
  .fixed .min_logo img{
    margin-right: 0px;
  }
  .top_bl .container_flex{
    justify-content: space-between;
  }
  body .cont_top{
    width: auto;
  }
}

ol.decimal li{
    list-style: decimal;
    padding-left: 15px;
}
ul.markered {
    padding-left: 15px;
    list-style: disk;
}
ul.markered li{
    list-style: disk;
 }
/* End */


/* Start:/bitrix/templates/main/template_styles.css?1749639754113024*/
@font-face {
  font-family: "Circe";
  src: url(/bitrix/templates/main/fonts/Circe-Bold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "Circe";
  src: url(/bitrix/templates/main/fonts/Circe-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Circe";
  src: url(/bitrix/templates/main/fonts/Circe-ExtraLight.ttf);
  font-weight: 100;
}

@font-face {
  font-family: "SegoeUI";
  src: url(/bitrix/templates/main/fonts/SegoeUIBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "SegoeUI";
  src: url("/bitrix/templates/main/fonts/SegoeUIRegular.eot");
  src: url("/bitrix/templates/main/fonts/SegoeUIRegular.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/main/fonts/SegoeUIRegular.woff") format("woff"), url("/bitrix/templates/main/fonts/SegoeUIRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Circe";
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

h1 {
  margin-bottom: 15px;
  color: #4d3835;
}

h2 {
  margin-bottom: 15px;
  color: #4d3835;
}

h3 {
  margin-bottom: 15px;
  color: #4d3835;
}

p {
}

.main p{
  margin-bottom: 5px;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  color: #ffcd05;
}
a:hover,
a:active {
  text-decoration: none;
}

video{
  max-width: 100%;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.container {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 15px;
}

.top_bl {
  background: #F5F5F5;
  color: #1B1C21;
  padding: 1px 0 5px;
  transition: 1s;
  display: none;
}

.top_bl.fixed{
  -webkit-box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.2) inset;
}

.fixed0 {
  position: fixed;
  top: -60px;
  width: 100%;
  opacity: 0;
}
.min_logo img {
  width: 80px;
  float: left;
  margin: 10px 40px 5px 0px;
  display: none;
}
.fixed .min_logo img {
  display: block;
}
@media (max-width: 380px){
  .fixed .min_logo img{
    margin-left: 7px;
    margin-right: 7px;
  }
}


.fixed {
  position: fixed;
  display: block;
  z-index: 999999;
  opacity: 1;
  width: 100%;
  top: 0px;
}

.nav_top > li {
  display: inline-block;
  margin-left: 13px;
}
.nav_top > li:first-child {
  margin-left: 0px;
}
.nav_top > li > a {
  color: #fefefe;
  text-decoration: none;
}
.nav_top > li > a:hover {
  color: #66c130;
}
.nav_top > li:last-child > a {
  text-decoration: underline;
  color: #e6cb5f;
}
.nav_top > li:last-child > a:hover {
  text-decoration: none;
}

.top_header .nav_top > li > a {
  /*color: #331C1A;*/
  color: #000000;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.top_header .nav_top > li:last-child > a {
  text-decoration: none;
  /*color: #331C1A;*/
  color: #000000;
}
.top_header .nav_top > li > a:hover,
.top_header .nav_top > li:last-child > a:hover{
  color: #331C1A;
  opacity: .85;
  transition: .3s;
}

.phone_top a {
  color: #ffd02e;
  font-size: 24px;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
}

.header_phone_top{
  position: relative;
  padding-left: 45px;
  color: #000;
  text-decoration: none;
}

.header_phone_top:hover{
  text-decoration: none;
  color: #000;
}

.header_phone_top:before{
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/header_phone.svg") center no-repeat;
  width: 44px;
  height: 44px;
  left: -5px;
  top: 0;
}

.header_phone_top a,
.header_phone_top .big_top_phone {
  color: #222A46;
  font-family: Circe;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}
.header_phone_top span {
  color: rgba(0, 0, 0, 0.50);
  font-family: Circe;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.user_actions {
  margin-left: 32px;
  margin-top: 15px;
}

.top_header .user_actions{
  margin: 0px;
}

.avatar_user_mobile,
.avatar_user_mobile_small,
.right_top_header_mobile_small,
.menu_top_mobile_small{
  display: none;
}

.avatar_user img {
  /*border-radius: 50px;*/
  /*border: 1px solid #1B1C21;*/
  max-width: 40px;
}
.us_act {
  margin-left: 7px;
  line-height: 18px;
  margin-right: 9px;
}

.top_header .us_act{
  margin-right: 0px;
}

.us_act ul > li {
  font-weight: 100;
}
.us_act ul > li:first-child {
  font-weight: 300;
}
.us_act ul > li > a {
  /*color: #1B1C21;*/
  color: #000000;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.top_bl .us_act ul > li > a {
  color: #ffcd05;
  font-weight: 700;
}
.us_act ul > li > a:hover {
  color: #e6cb5f;
}
.nav_top_bl {
  margin-top: 15px;
}

.top_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.right_top_header {
  margin-top: 5px;
}
.search_bl {
  /*border: 1px dashed #66c130;*/
  /*padding: 3px 14px;*/
  width: 100%;
  max-width: 100%;
}

.header {
  padding: 20px 0 10px;
}
.title_search_ban {
  font-family: "SegoeUI";
  font-size: 18px;
  color: #66c130;
  font-weight: 800;
  margin-bottom: 5px;
}

.store {
  width: 50%;
  margin-right: -5px;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
}
.store > div {
  border: 1px solid #ebebeb;
  padding: 15px;
}
.store a {
  color: #66c130;
}
.store b a {
  color: #222;
}
.map {
  margin-bottom: 20px;
}
@media (max-width: 480px){
  .store-col{
    display: flex;
    flex-wrap: wrap;
  }
  .store-col .store{
    width: 100%;
    padding: 10px;
  }
}


.form_search_ban{
  position: relative;
}
.form_search_ban .btn_search_bl{
  position: absolute;
  right: 15px;
  top: 30%;
}


.btn_search {
  display: inline-block;
  background: url("/bitrix/templates/main/images/btn_search.png") center no-repeat;
  width: 21px;
  height: 21px;
  border: none;
  position: relative;
  /* top: -4px; */
  margin-top: -4px;
}

.btn_search:hover{
  cursor: pointer;
  opacity: .85;
  transition: .3s;
}

.input_search_bl {
  /*padding-right: 30px;*/
}
.input_search {
  width: 100%;
  border-radius: 60px;
  border: 1px solid #E3E5EC;
  background: #FFF;
  padding: 10px 20px;
}
.input_search:focus {
  outline: none;
  border-color: #aaaaaa;
}

.input_search::-webkit-input-placeholder {
  color: #bababa;
}
.input_search::-moz-placeholder {
  color: #bababa;
} /* Firefox 19+ */
.input_search:-moz-placeholder {
  color: #bababa;
} /* Firefox 18- */
.input_search:-ms-input-placeholder {
  color: #bababa;
}

.fav_bl {
  /*margin-left: 28px;*/
  padding: 8px 12px 8px 49px;
  position: relative;
}
.fav_bl:hover {
  cursor: pointer;
}
.fav_bl:before {
  content: "";
  position: absolute;
  display: block;
  background: url("/bitrix/templates/main/images/fav_ico.svg") center no-repeat;
  width: 44px;
  height: 44px;
  left: 14px;
  top: 50%;
  transform: translate(0%, -50%);
}
.fav_bl a {
  text-decoration: none;
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
}
.title_fav_ban {
  font-family: "SegoeUI";
  font-size: 18px;
  color: #e6cb5f;
  font-weight: 800;
  margin-bottom: -2px;
}
.num_basket_ban,
.num_fav_ban {
  color: #FFF;
  font-family: Circe;
  font-size: 12px;
  background: #E1616C;
  padding: 3px 7px 0px 7px;
  border-radius: 50%;
}

.basket_bl {
  /*margin-left: 28px;*/
  padding: 6px 10px 7px 47px;
  position: relative;
}
.basket_bl:hover{
  cursor: pointer;
}
.basket_bl a {
  text-decoration: none;
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
}
.basket_bl:before {
  content: "";
  position: absolute;
  display: block;
  background: url("/bitrix/templates/main/images/basket_ico.svg") center no-repeat;
  width: 44px;
  height: 44px;
  left: 9px;
  top: 50%;
  transform: translate(0%, -50%);
}
.title_basket_ban {
  color: #FFF;
  font-family: Circe;
  font-size: 12px;
  background: #E1616C;
  padding: 3px 7px 0px 7px;
  border-radius: 50%;
}
.menu_bl {
  margin-top: 29px;
  background: #332624;
}

.menu__bl .container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.menu__bl .container:before,
.menu__bl .container:after{
  display: none;
}
.menu__bl .menu_block{
  width: 78%;
}
.menu__bl .filter_block{
  width: 30%;
}

.ul_menu, .ul_filter {
  position: relative;
  margin-bottom: 0px;
}
.ul_menu:after {
  content: "";
  display: block;
  position: absolute;
  clear: both;
}
.ul_menu > li {
  list-style: none;
  float: left;
  /*border-right: 2px solid #ffffff;*/
  position: relative;
}
.ul_menu > li > a {
  display: inline-block;
  position: relative;
  color: #1B1C21;
  font-size: 16px;
  text-decoration: none;
  font-family: Circe;
  font-weight: 700;
  padding: 18px 40px 18px 30px;
}
.ul_menu > li:first-child> a {
  color: #E1616C;
  text-transform: uppercase;
  position: relative;
  padding: 18px 30px 18px 40px;
}
.ul_menu > li:first-child> a:hover{
  color: #E1616C;
  opacity: .85;
  transition: .3s;
}
.ul_menu > li:first-child> a:before {
  content: "";
  position: absolute;
  background: url("/bitrix/templates/main/images/discount.svg") center no-repeat;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
.ul_menu > li:hover > a {
  background: #ebebeb;
  color: #1B1C21;
  transition: .2s;
}

.ul_menu .root-item.currlink,
.ul_menu .root-item-selected.currlink{
  background: #ebebeb;
}
.ul_menu ul .currlink{
  text-decoration: underline;
}


.ul_menu > li > a.subm:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/arrow_menu.png") center no-repeat;
  width: 21px;
  height: 11px;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 50;
}
.ul_menu > li > ul {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background: #f5f5f5;
  min-width: 200px;
  border: 1px solid #ebebeb;
  border-top: 2px solid #ffffff;
  z-index: 1100;
}
.ul_menu > li:hover > ul {
  display: block;
}
.ul_menu > li > ul > li {
  margin: 8px 0;
}
.ul_menu > li > ul > li > a {
  color: #1B1C21;
  text-decoration: none;
}
.ul_menu > li > ul > li > a:hover {
  text-decoration: underline;
}

.ul_filter {
  position: relative;
}
.ul_filter:after {
  content: "";
  display: block;
  position: absolute;
  clear: both;
}
.ul_filter > li {
  float: left;
  position: relative;
}
.ul_filter > li > ul {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background: #f5f5f5;
  width: 100%;
  border: 1px solid #ebebeb;
  border-top: 2px solid #ffffff;
  z-index: 111;
}
.ul_filter > li:hover ul {
  display: block;
}
.ul_filter > li:hover > a {
  background: #f5f5f5;
  color: #1B1C21;
}
.ul_filter > li > a {
  display: inline-block;
  position: relative;
  color: #1B1C21;
  font-size: 16px;
  text-decoration: none;
  font-family: Circe;
  font-weight: 700;
  padding: 18px 20px 18px 30px;
}
.ul_filter > li > a > span {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}
.ul_filter > li > a > span:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/arrow_menu_2.png") center no-repeat;
  width: 16px;
  height: 8px;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  margin-top: 1px;
}
.ul_filter > li:hover > a {
  background: #ebebeb;
  color: #1B1C21;
  transition: .2s;
}
.ul_filter > li > ul > li {
  margin: 8px 0;
}
.ul_filter > li > ul > li > a {
  color: #1B1C21;
  text-decoration: none;
}
.ul_filter > li > ul > li > a:hover {
  text-decoration: underline;
}

.filter_bl {
  text-align: center;
  padding: 5px 30px;
}
.filter_bl .type_fl {
  font-size: 14px;
  color: #e6cb5f;
}
.filter_bl .type_ch {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}
.btn_remove {
  display: inline-block;
  vertical-align: middle;
  background: url("/bitrix/templates/main/images/remove_ico.png") center no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.sl_box {
  height: 415px;
  background-position: center;
  background-size: cover;
}

.tx_sl {
  text-align: center;
  padding: 85px 0 16px;
}
.tx_sl span {
  font-size: 18px;
  color: #4d3835;
  background: none;
  padding: 15px 15px;
}
.title_sl {
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  font-family: "SegoeUI";
  font-weight: 800;
  padding: 50px 0 37px;
  text-transform: uppercase;
}
.btn_sl_bl {
  padding: 30px 0;
  text-align: center;
}
.btn_sl1,
.btn_sl2 {
  display: inline-block;
  margin: 0 4px;
}
.btn_sl1 {
  width: 167px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #66c130;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
  transition: 0.3s;
}
.btn_sl1:hover {
  background-color: #53a62d;
  color: #fff;
  text-decoration: none;
}

.btn_sl2 {
  width: 167px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: none;
  border: solid 2px #fff;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
  transition: 0.3s;
  cursor: pointer;
}

.btn_sl2_nutro {
  display: none;
}

.btn_sl2:hover,
.btn_sl2_w {
  background: #ffffff;
  color: #66c130;
  text-decoration: none;
}

.btn_sl2_w a {
  color: #66c130;
  text-decoration: none;
  font-size: 20px;
  margin: 0px 5px;
}


.main_slider .bx-wrapper{
  position: relative;
}
.main_slider .bx-wrapper .bx-prev {
  position: absolute;
  /*background: url("/bitrix/templates/main/images/arrow_sl_left.png") center no-repeat;*/
  background: url("/bitrix/templates/main/images/arr-prev.svg") center no-repeat;
  width: 32px;
  height: 32px;
  /*margin-top: -50px;*/
  left: 18px;
  top: 40%;
  font-size: 0px;
  z-index: 300;
  border-radius: 50%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.main_slider .bx-wrapper .bx-next {
  position: absolute;
  /*background: url("/bitrix/templates/main/images/arrow_sl_right.png") center no-repeat;*/
  background: url("/bitrix/templates/main/images/arr-next.svg") center no-repeat;
  width: 32px;
  height: 32px;
  /*margin-top: -50px;*/
  right: 18px;
  top: 40%;
  font-size: 0px;
  z-index: 300;
  border-radius: 50%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.main_slider {
  margin-bottom: 21px;
}

.slider_2 {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 51px;
}
.cviety_bl {
  margin-top: 39px;
}
.row_sl {
  position: relative;
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}
.row_sl:after {
  content: "";
  position: absolute;
  display: block;
  clear: both;
}
.col1_sl_2 {
  padding: 0 15px;
  float: left;
  width: 7%;
  min-height: 1px;
  position: relative;
}
.col2_sl_2 {
  padding: 0 15px;
  float: left;
  width: 83%;
  min-height: 1px;
  position: relative;
}
.col3_sl_2 {
  padding: 0 15px;
  float: left;
  width: 15%;
  min-height: 1px;
  position: relative;
}
.pov_box {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.bot_pov {
  position: absolute;
  left: 14px;
  bottom: 17px;
  right: 14px;
}

.bot_pov a:hover {
  text-decoration: none;
}

.title_pov {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #ffffff;
  font-family: "SegoeUI";
  font-weight: 800;
  text-transform: uppercase;
}
.title_pov:hover {
  color: #66c130;
}
.text_pov {
  font-size: 18px;
  color: #000000;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 20px;
}
.title_sl2 {
  font-size: 26px;
  color: #66c130;
  font-family: "SegoeUI";
  font-weight: 800;
  transform: rotate(-90deg);
  bottom: 20px;
  position: absolute;
  left: -14px;
}

.btn_nav_left {
  display: inline-block;
  background: url("/bitrix/templates/main/images/arrow_sl2_left.png") center no-repeat;
  width: 22px;
  height: 42px;
}

.btn_nav_right {
  display: inline-block;
  background: url("/bitrix/templates/main/images/arrow_sl2_right.png") center no-repeat;
  width: 22px;
  height: 42px;
}

.ul_nav_sl_2 > li > a {
  height: 100%;
  width: 100%;
  position: absolute;
}

.nav_sl_2 {
  position: absolute;
  bottom: -6px;
  left: 15px;
}
.ul_nav_sl_2 > li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.ul_nav_sl_2 > li:first-child {
  margin-left: 0px;
}

.arrow_pov_more {
  display: inline-block;
  vertical-align: middle;
  background: url("/bitrix/templates/main/images/arrow_pov_more.png") center no-repeat;
  width: 32px;
  height: 15px;
  margin-left: 12px;
}
.link_more_povod {
  text-decoration: none;
  font-size: 18px;
  color: #4d3835;
  line-height: 11px;
}
.link_more_povod:hover {
  color: #000;
}

.link_more_pov {
  margin-top: 26px;
}

.fl_box {
  height: 270px;
  background-size: cover;
  position: relative;
}
.bot_fl {
  position: absolute;
  bottom: 19px;
  left: 15px;
  right: 15px;
  text-align: center;
}

.bot_fl a {
  text-decoration: none;
}
.title_fl {
  color: #ffffff;
  font-size: 24px;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.title_fl:hover {
  color: #66c130;
}

.cr_fl {
  text-align: center;
  display: none;
}
.cr_fl img {
  display: inline-block;
}
.sl_bottom_nav {
  text-align: center;
  padding: 1px 0 0px;
}
.sl_bottom_nav .arrow_sl_bt {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sl_bottom_nav .arrow_sl_bt a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.sl_bottom_nav .name_sl_bt {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #4d3835;
  font-weight: 300;
  position: relative;
  padding: 0 210px;
}

.sl_bottom_nav .name_sl_bt:before {
  content: ;
  display: block;
  position: absolute;
  width: 188px;
  height: 1px;
  background: #5b4a47;
  top: 50%;
  left: 10px;
}

.sl_bottom_nav .name_sl_bt:after {
  content: ;
  display: block;
  position: absolute;
  width: 188px;
  height: 1px;
  background: #5b4a47;
  top: 50%;
  right: 10px;
}

.arrow_sl_bt_left {
  display: inline-block;
  background: url("/bitrix/templates/main/images/arrow_sl3_left.png") center no-repeat;
  width: 15px;
  height: 29px;
}
.arrow_sl_bt_right {
  display: inline-block;
  background: url("/bitrix/templates/main/images/arrow_sl3_right.png") center no-repeat;
  width: 15px;
  height: 29px;
}

.name_rast_sl {
  text-align: center;
  font-size: 18px;
  color: #4d3835;
  padding-top: 6px;
}
.block2 {
}
.row {
  margin: 0 -15px;
  position: relative;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.col8 {
  width: 66.6%;
  min-height: 1px;
  float: left;
  padding: 0 15px;
}
.col4 {
  width: 33.3%;
  min-height: 1px;
  float: left;
  padding: 0 15px;
}

.banner_posts {
  background: #f8f7f4;
  padding: 5px 14px 3px;
}
.title_post {
  font-size: 36px;
  font-family: "SegoeUI";
  font-weight: 800;
  color: #e6cb5f;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 43px;
}
.block2 {
  margin-bottom: 30px;
  margin-top: 65px;
}
.post_min {
  margin-bottom: 15px;
}
.img_post_min {
  float: left;
  width: 130px;
  margin-right: 11px;
  margin-bottom: 11px;
}
.date_post_min {
  overflow: hidden;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 7px;
  margin-bottom: 9px;
}
.day_post_min {
  color: #bbbaba;
  font-size: 24px;
  font-family: "SegoeUI";
  font-weight: 800;
  line-height: 27px;
}
.tx_date_post_min {
  font-size: 11px;
  color: #bbbbbb;
  text-transform: uppercase;
  margin-left: 7px;
  line-height: 12px;
  padding-top: 2px;
}
.text_post_min a {
  color: #4c4c4c;
  font-size: 26px;
  line-height: 20px;
  text-decoration: none;
}
.left_arrow_posts {
  display: block;
  background: url("/bitrix/templates/main/images/left_arrow_posts.png") center no-repeat;
  width: 15px;
  height: 29px;
  position: relative;
}
.right_arrow_posts {
  display: block;
  background: url("/bitrix/templates/main/images/right_arrow_posts.png") center no-repeat;
  width: 15px;
  height: 29px;
  position: relative;
}
.left_arrow_posts > a,
.right_arrow_posts > a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.tx_arrow_posts {
  padding: 0 24px;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.tx_arrow_posts:before {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  left: 24px;
  right: 24px;
  height: 1px;
  background: #e6cb5f;
}
.tx_arrow_posts span {
  font-size: 24px;
  color: #e6cb5f;
  background: #f8f7f4;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  top: -4px;
}

.block3 a:hover,
.block3 a {
  text-decoration: none;
}
.block3 {
  margin-top: 20px;
}
.banner_min {
  padding: 24px 18px 22px 89px;
  color: #ffffff;
}
.map_ban {
  background: #ef4421;
  position: relative;
}
.map_ban:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/map_ico.png") center no-repeat;
  width: 48px;
  height: 46px;
  left: 29px;
  top: 25px;
}
.phone_ban {
  background: #ffcd05;
  position: relative;
}
.phone_ban:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/phone_ico.png") center no-repeat;
  width: 44px;
  height: 42px;
  left: 34px;
  top: 29px;
}
.foto_ban {
  background: #66c130;
  position: relative;
}
.foto_ban:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/foto_ico.png") center no-repeat;
  width: 50px;
  height: 50px;
  left: 29px;
  top: 25px;
}
.tx_ban {
  font-size: 16px;
  margin-bottom: -3px;
}
.tx2_ban {
  font-size: 24px;
  font-family: "SegoeUI";
  font-weight: 800;
}

.footer {
  margin-top: 20px;
  background: #F5F5F5;
  padding: 40px 0 0;
  color: #343949;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
.footer a {
  color: #343949;
}
.logo_g{
  margin-bottom: 20px;
}
.footer_tel{
  color: #222A46;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
.footer-email a{
  display: block;
  font-size: 15px;
  line-height: 19px;
  text-decoration-line: underline;
  margin: 10px 0;
}
.footer_col1_f .logo_g a{
  display: block;
  width: 100%;
  text-align: left;
}
.footer_menu_col{
  margin: 0 10px;
}
.footer .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-copyright-block{
    border-top: 1px solid #E2E4EB;
    padding: 18px 0;
    text-align: center;
    bottom: 0px;
    width: 100%;

    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-copyright-block iframe{
  width: 200px;
  height: 55px;
  overflow: hidden;
}
.footer-copyright{
    color: #BBB;
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}


.col1_f {
  width: 270px;
  float: left;
  margin-right: 119px;
}
.tx_f {
  /*margin-top: 70px;
  color: #c1bcbc;
  line-height: 19px;*/
}

.col2_f {
  width: 400px;
  float: left;
}
.menu_f {
  float: left;
  margin-right: 3%;
  width: 47%;
}
.title_menu {
  color: #1B1C21;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: -3px;
  margin-bottom: 2px;
}
.ul_menu_f li {
}
.ul_menu_f li a {
  color: #4C4C4C;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}
.ul_menu_f li a:hover {
  color: #e6cb5f;
  text-decoration: underline;
}

.ul_menu_f.two-columns{
  columns: 2;
}

.col3_f {
  float: right;
}

.logo_g img {
  width: 145px;
}



@media (max-width: 1200px){
  .ul_menu_f.two-columns{
    columns: 1;
  }
  .footer-copyright-block{
    position: relative;
  }
}

@media (max-width: 768px){
  .footer_menu_col{
    width: 130px;
  }
}

@media (max-width: 694px){
  .footer_menu_col:last-child{
    width: 100%;
  }
  .footer_menu_col:last-child .ul_menu_f.two-columns{
    columns: 2;
  }
}

@media (max-width: 480px){
  .footer_col1_f{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logo_g{
    margin-bottom: 10px;
  }
  .footer_col1_f .contact{
    font-size: 12px;
  }
  .footer_tel{
    font-size: 20px;
  }
  .logo_g img{
    width: 120px;
  }
}




.networks {
  margin-bottom: 10px;
}
.networks li {
  display: inline-block;
  margin-left: 5px;
}
.networks li:first-child {
  margin-left: 0px;
}
.networks li a {
  display: inline-block;
  background: #3e3230;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
}
.networks li a:hover {
  color: #e6cb5f;
}
.contact {
  position: relative;
}
.contact p {
}
.title_cont {
  font-size: 24px;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 3px;
}
.contact p a {
  color: #e6cb5f;
  text-decoration: underline;
}
.contact p a:hover {
  text-decoration: none;
}
.btn_top {
  display: none;
  background: url("/bitrix/templates/main/images/btn_top.png") center no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.open_menu,
.btn_open_nav {
  display: none;
}

.navigation_page {
  padding-bottom: 20px;
  color: #4d3835;
  padding-top: 7px;
}
.navigation_page a {
  color: #4d3835;
  text-decoration: underline;
}
.navigation_page a:hover {
  text-decoration: none;
}
.product_gallery {
  max-width: 460px;
  width: 100%;
  overflow: hidden;
}
.info_product {
  padding-left: 490px;
}
.name_product {
  font-size: 28px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  top: -3px;
  margin-bottom: 7px;
}

.new_pr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  background: url("/bitrix/templates/main/images/new_pr.png") center no-repeat;
  width: 30px;
  height: 30px;
}
.sale_pr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  background: url("/bitrix/templates/main/images/sale_pr.png") center no-repeat;
  width: 29px;
  height: 29px;
}
.ii_pr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 10px;
  margin-top: -6px;
}
.artikul_product {
  color: #4c4c4c;
  margin-bottom: 4px;
}
.price_product {
  font-size: 28px;
  color: #b90f2f;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.price_product .old_price {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: 500;
}
.col_act_pr {
  margin-right: 30px;
  float: left;
  width: 266px;
}
.tx_size_product {
  color: #494848;
  margin-bottom: 5px;
}
.size_pr_bl {
  margin-bottom: 2px;
  min-height: 40px;
}
.col_size_bl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-item-date,
.blog-item-comment,
.blog-item-tags {
  display: none;
}
.blog-item-image {
  float: left;
  margin-right: 20px;
}
.blog-item {
  margin-bottom: 20px;
}
.blog-item-anons a {
  color: #66c130;
}

.radio_size {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio_size + label {
  cursor: pointer;
}
.radio_size:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio_size:not(checked) + label {
  position: relative;
  padding: 3px 25px;
  color: #494848;
  font-size: 16px;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  display: block;
}
.radio_size:checked + label {
  color: #66c130;
  border-color: #66c130;
  background: none;
}
.btn_buy {
  display: inline-block;
  width: 100%;
  height: 46px;
  text-align: center;
  background: #66c130;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  line-height: 46px;
}
.buy_ico {
  display: inline-block;
  vertical-align: sub;
  background: url("/bitrix/templates/main/images/buy_ico.png") center no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.btn_buy_one {
  text-decoration: underline;
  text-transform: uppercase;
  color: #66c130;
  display: inline-block;
  margin-top: 15px;
}
.btn_buy_one:hover {
  text-decoration: none;
}
.tx_nal {
  color: #e6cb5f;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 14px;
}
.btn_nal {
  display: inline-block;
  width: 100%;
  height: 46px;
  text-align: center;
  background: #ffd02e;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  line-height: 46px;
}
.act_product .btn_nal {
  font-family: "Circe";
  font-weight: 300;
  cursor: pointer;
  border: none;
}
.act_product .btn_nal:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  background: url("/bitrix/templates/main/images/nal_ico.png") center no-repeat;
  width: 22px;
  height: 20px;
  margin-right: 5px;
}
.act_product .in-favor:before {
  background: url("/bitrix/templates/main/images/f_ico_h.png") center no-repeat;
}
.nal_ico {
  display: inline-block;
  vertical-align: sub;
  background: url("/bitrix/templates/main/images/nal_ico.png") center no-repeat;
  width: 22px;
  height: 20px;
  margin-right: 5px;
}
.act_product {
  margin-bottom: 19px;
  overflow: hidden;
}
.title_char {
  font-size: 20px;
  color: #4c4c4c;
  font-family: "SegoeUI";
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 17px;
}
.row_char {
  overflow: hidden;
}
.size_char {
  width: 167px;
  padding: 4px 9px;
  background: #ebebeb;
  color: #4c4c4c;
  font-size: 14px;
  min-height: 77px;
}
.tit_char {
  font-size: 16px;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 8px;
  color: #4d3835;
}
.size1_ico {
  display: inline-block;
  vertical-align: sub;
  margin-right: 3px;
  background: url("/bitrix/templates/main/images/size1.png") center no-repeat;
  width: 9px;
  height: 17px;
}
.size2_ico {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 3px;
  background: url("/bitrix/templates/main/images/size2.png") center no-repeat;
  width: 17px;
  height: 9px;
}
.ul_ch_size {
  text-align: center;
}
.ul_ch_size > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.sostav_char {
  padding-left: 198px;
}
.sostav_char_in {
  padding: 8px 10px;
  background: #ebebeb;
  color: #4c4c4c;
  font-size: 14px;
  min-height: 77px;
}
.sostav_char_in p {
  line-height: 16px;
}
.product_block {
  margin-bottom: 50px;
}
.title_takze {
  text-align: center;
  font-size: 24px;
  color: #4d3835;
  margin-bottom: 27px;
}
.title_takze span {
  position: relative;
  display: none;
}
.title_takze span:before {
  content: "";
  display: none;
  position: absolute;
  width: 190px;
  height: 1px;
  right: 100%;
  top: 50%;
  background: #4d3835;
  margin-right: 15px;
}
.title_takze span:after {
  content: "";
  display: none;
  position: absolute;
  width: 190px;
  height: 1px;
  left: 100%;
  top: 50%;
  background: #4d3835;
  margin-left: 15px;
}
.takze_pok_block {
  margin-bottom: 40px;
}

.row_takze {
  margin: 0 -8px;
  display: none;
}
.col_takze {
  padding: 0 8px;
  float: left;
  width: 20%;
  margin-bottom: 20px;
}
.img_pr_min_2 {
  position: relative;
}
.img_pr_min_2 .pop_bl {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(77, 56, 53, 0.8);
  transition: 0.3s;
}
.img_pr_min_2:hover .pop_bl {
  opacity: 1;
}
.img_pr_min_2 img {
  width: 100%;
}
.info_pr_min_2 {
  background: #efefef;
}
.info__pr_2 {
  display: table;
  width: 100%;
}
.name__pr_2,
.price__pr_2 {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.name__pr_2 {
  font-size: 14px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 400;
}
.price__pr_2 {
  font-size: 13px;
  color: #4d3835;
  text-align: center;
  line-height: 19px;
}
.price__pr_2 span {
  font-size: 18px;
  color: #b90f2f;
  font-family: "SegoeUI";
  font-weight: 800;
}
.info_pr_min_2 {
  display: block;
  text-decoration: none;
}
.btn_act_buy {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  background: url("/bitrix/templates/main/images/buy_ico.png") center no-repeat;
  width: 24px;
  height: 24px;
}
.btn_act_fav {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  background: url("/bitrix/templates/main/images/nal_ico.png") center no-repeat;
  width: 24px;
  height: 24px;
}

.btn_act_fav.in-favor {
  background: url(/bitrix/templates/main/images/f_ico_h.png) center no-repeat;
}

.act__pr_2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.catalog_bl {
  margin: 0 -15px;
}
.col_products {
  padding: 0 15px;
  width: 75%;
  float: left;
}
.col_filter {
  padding: 0 15px;
  width: 25%;
  float: right;
}
.name_katalog {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 28px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
  text-transform: uppercase;
}
.sort__bl {
  margin: 0 -15px;
}
.sert_left_bl {
  width: 66.6%;
  padding: 0 15px;
}
.sert_right_bl {
  width: 33.3%;
  padding: 0 15px;
}
.sert_left_bl_in {
  /*background: #edd98c;*/
  background: #66c130;
  color: #ffffff;
  padding: 11px 28px;
  height: 43px;
}
.ul_sort {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.col_sort {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.col_sort a {
  color: #ffffff;
  text-decoration: none;
}
.col_sort a:hover {
  color: #4d3835;
  font-weight: bold;
}
.col_sort a.active {
  color: #4d3835;
  font-weight: bold;
}

.col_sort.s_max i:before {
  content: "\f161";
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.sert_right_bl {
  width: 33.3%;
  padding: 0 15px;
}

.ul_pagination_cat {
  background: #ffd02e;
  color: #ffffff;
  padding: 1px 15px;
  height: 43px;
}

.num_pag_cat {
  padding: 0 30px;
  text-align: center;
  padding-top: 10px;
}
.ul_num_pag_cat li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.ul_num_pag_cat li a {
  color: #fffefe;
  text-decoration: none;
}
.ul_num_pag_cat li a:hover {
  color: #4d3835;
}
.ul_num_pag_cat li.active {
  font-weight: 800;
  color: #4d3835;
}

.left_pag_cat a,
.right_pag_cat a,
.left_pag_cat,
.right_pag_cat {
  color: #ffffff;
  font-size: 30px;
}
.left_pag_cat a:hover,
.right_pag_cat a:hover {
  color: #4d3835;
}

.sort__bl {
  margin-bottom: 23px;
}

.products_block {
  margin: 0 -15px;
  background-color: white;
}
.col_cat_pr {
  padding: 0 15px;
  width: 33.3%;
  float: left;
  margin-bottom: 25px;
}
.col_cat_pr2 {
  width: 25%;
}
.bx_pr_dop {
  text-align: center;
  margin-top: 0px;
}
.bx_pr_dop i {
  margin: 5px 0 0;
}
.box_product {
  display: table;
  width: 100%;
  border: 1px solid #ebebeb;
}
.box_product_info {
  display: table-cell;
  background: #efefef;
  width: 67px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ebebeb;
  position: relative;
}
.img_box_prod {
  display: table-cell;
  vertical-align: top;
}
.img_box_prod img {
  width: 100%;
}
.tx_price_inf {
  font-size: 13px;
  padding-top: 6px;
}
.old_price_inf {
  padding-top: 0px;
  font-size: 18px;
  color: #4d3835;
  font-weight: 800;
  font-family: "SegoeUI";
  text-decoration: line-through;
  margin-top: -4px;
}
.price_inf {
  font-size: 18px;
  font-family: "SegoeUI";
  font-weight: 800;
  color: #b90f2f;
  margin-top: -4px;
}
.ul_ch_size__bottom {
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px;
}

.ul_ch_size__bottom li {
  margin: 0px;
  width: 100%;
  font-size: 12px;
  color: #4d3835;
  margin-top: 0px;
}
.img_box_prod {
  position: relative;
}
.img_box_prod .img_box_prod_hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  opacity: 0;
  transition: 0.3s;
}
.img_box_prod .img_box_prod_hover:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/eye_ico.png") center no-repeat;
  width: 36px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.pr_bt_info {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;

  padding-bottom: 10px;
}

.product_cat:hover .img_box_prod_hover,
.product_cat:hover .img_box_prod_hover:before {
  opacity: 1;
}
.product_cat:hover .box_product {
  border-top: 1px solid #66c130;
  border-left: 1px solid #66c130;
  border-right: 1px solid #66c130;
}
.product_cat:hover .pr_bt_info {
  border-bottom: 1px solid #66c130;
  border-left: 1px solid #66c130;
  border-right: 1px solid #66c130;
  padding-left: 10px;
}

.product_cat:hover .pr_bt_info .name_pr_min a {
  color: #66c130;
  font-weight: 500;
}

.product_cat:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.pr_bt_act {
  width: 70px;
  text-align: center;
}
.pr_bt_act ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.b_ico {
  display: inline-block;
  background: url("/bitrix/templates/main/images/b_ico.png") center no-repeat;
  width: 24px;
  height: 24px;
}
.f_ico {
  display: inline-block;
  background: url("/bitrix/templates/main/images/f_ico.png") center no-repeat;
  width: 22px;
  height: 31px;
  border: 0px;
  font-size: 0px;
  outline: none;
}
.f_ico.in-favor {
  background: url("/bitrix/templates/main/images/f_ico_h.png") center no-repeat;
}

.favor-list-wrap a {
  text-decoration: none;
}

.pr_bt_info {
  padding-top: 7px;
}
.tx_pr_bt {
  padding-right: 70px;
}
.name_pr_min a {
  font-size: 16px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 11px;
  padding-top: 3px;
}
.name_pr_min a:hover {
  text-decoration: none;
}

.tx_pr_min {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 17px;
}

.products_block {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.products_block:after {
  content: "";
  display: block;
  clear: both;
}

.bottom_sort__bl {
  margin: 0 -15px;
  padding-bottom: 20px;
}
.show_more {
  width: 33.3%;
  float: left;
  padding: 0 15px;
}
.btn_show_more {
  display: block;
  width: 100%;
  height: 43px;
  color: #ffd02e;
  border: 1px solid #ffd02e;
  padding: 0 10px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}
.btn_show_more:hover {
  background: #ffd02e;
  color: #ffffff;
}
.total_filter {
  background: #66c130;
  color: #ffffff;
  padding: 9px 15px 6px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.title_total_filter {
  font-size: 18px;
  font-family: "SegoeUI";
  font-weight: 800;
}
.tx_total_filter {
  font-size: 14px;
  margin-top: 2px;
}
.filter_ban {
  margin-bottom: 10px;
  background: #ebebeb;
  padding: 5px 10px 7px;
}
.title_filter_ban {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-family: "SegoeUI";
  font-weight: 800;
  color: #4d3835;
}
.title_filter_ban:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/arrow_title_filter_ban.png") center no-repeat;
  width: 16px;
  height: 8px;
  right: 4px;
  top: 7px;
}
.title_filter_ban.active:after {
  transform: rotate(180deg);
}
.tx_filter_ban {
  padding-top: 12px;
}
.ul_ff li {
  font-size: 14px;
  line-height: 20px;
}
.ul_ff li .bx-filter-param-text,
.ul_ff_2 li .bx-filter-param-text {
  color: #4d3835;
  text-decoration: none;
}
.ul_ff li .bx-filter-param-text:hover,
.ul_ff li input[type="checkbox"]:checked + .bx-filter-param-text,
.ul_ff_2 li .bx-filter-param-text:hover,
.ul_ff_2 li input[type="checkbox"]:checked + .bx-filter-param-text {
  color: #66c130;
}

.ul_ff li input.checkbox,
.ul_ff_2 li input.checkbox {
  display: none;
}

.upr input {
  width: 50%;
  float: left;
  height: 43px;
  border: 0px;
  background: #66c130;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.upr input.btn-themes:hover {
  background: #edd98c;
}
.upr input.btn-link {
  color: #66c130;
  background: none;
  text-decoration: underline;
}
.upr input.btn-link:hover {
  text-decoration: none;
}

.upr {
  margin-bottom: 20px;
  display: none;
}

.ul_ff_2 li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.tx_filter_ban {
  display: none;
}

.banner_bl {
  width: 100%;
  max-width: 270px;
}

.banner_bl img {
  width: 100%;
}

.name_basket {
  margin-bottom: 22px;
  font-size: 24px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
}

.lk-orders table {
  width: 100%;
  margin-top: 20px;
}
.lk-orders-start {
  text-align: center;
}
.lk-orders-start td,
.lk-orders th {
  padding: 10px 2px;
}
.lk-orders-start td a {
  display: inline-block;
  width: 100%;
}
.lk-orders-start:nth-child(2n) {
  background: #f4f4f4;
}

.basket_bl1 {
  margin-bottom: 34px;
}
.row_bas {
  margin: 0 -15px;
}
.col_bas {
  padding: 0 15px;
  float: left;
  width: 50%;
}

.basket_products {
  border: 4px solid #ebebeb;
  padding: 6px;
}
.basket_product {
  position: relative;
}
.img_basket_product {
  width: 108px;
}
.img_basket_product img {
  width: 100%;
}
.info_basket_product {
  padding-left: 121px;
}
.name_basket_product {
  font-size: 20px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 7px;
}
.art_basket_product {
  color: #4c4c4c;
}

.opt-quontity {
  overflow: hidden;
  margin-top: 16px;
}
.opt-quontity > .btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 31px;
  font-size: 27px;
  float: left;
  cursor: pointer;
  background: #e6cb5f;
  color: #fff;
}
.opt-quontity > .btn:hover {
  background: #d4b95e;
}
.opt-quontity > .quont_tx {
  width: 51px;
  height: 28px;
  border: 1px solid #ebebeb;
  background: #fff;
  display: inline-block;
  float: left;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #848282;
}
.opt-quontity > .quont_tx:focus {
  outline: none;
  border-color: #cacaca;
}

.price_basket_product {
  font-size: 28px;
  font-family: "SegoeUI";
  font-weight: 800;
  color: #b90f2f;
}
.btn_remove_product {
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
  background: url("/bitrix/templates/main/images/cross_ico2.png") center no-repeat;
  width: 35px;
  height: 35px;
}

.basket_products .basket_product {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.basket_products .basket_product:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.promokod_bl {
  margin-top: 13px;
  border: 4px solid #ebebeb;
  padding: 4px;
}
.tx_promokod_bl {
  text-transform: uppercase;
  color: #4d3835;
  padding-top: 11px;
  padding-left: 11px;
}

.submit_promokod {
  width: 123px;
}
.btn_submit_promokod {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  width: 123px;
  height: 42px;
  background: #66c130;
  border: none;
  font-family: "Circe";
  font-weight: 300;
  cursor: pointer;
}
.btn_submit_promokod:hover {
  background: #488b24;
}
.left_input_promokod {
  padding-right: 126px;
}
.input_promokod {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #867b7a;
  font-family: "Circe";
  font-weight: 300;
  height: 42px;
  padding: 0px 2px;
}
.input_promokod:focus {
  outline: none;
  border-bottom: 1px solid #c2c2c2;
}
.form_promokod_bl {
  width: 333px;
}

.tx_label {
  font-size: 18px;
  color: #4d3835;
  margin-bottom: 5px;
}

.radio {
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 21px;
  color: #3e3e3e;
  display: block;
}
.radio:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid #707070;
  border-radius: 50%;
  background: #fff;
}
.radio:checked + label:before {
  background: #e6cb5f;
  border-color: #e6cb5f;
}

.lichn_dan {
  padding: 16px 24px;
  background: #ebebeb;
}


.cart-order-text{
  margin-bottom: 30px;
}


.title_bas {
  font-size: 20px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 8px;
}
.basket_bl3 .title_bas {
  margin-bottom: 16px;
}
.ul_radio li {
  margin-bottom: 2px;
}
.ul_radio li:last-child {
  margin-bottom: 0px;
}
.form_gr_1 {
  margin-top: 23px;
  margin-bottom: -27px;
}
.row_form {
  margin: 0 -10px;
  position: relative;
}
.row_form:after {
  content: "";
  display: block;
  clear: both;
}
.col_form,
.cart-contacts-field,
#location_hidden {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.cart-delivery-row:after {
  content: "";
  display: block;
  clear: both;
}

.form_group {
  margin-bottom: 20px;
}
.input_text,
.lk-new-col input,
.lk-new-col select,
#location_hidden input {
  width: 100%;
  height: 43px;
  border: 1px solid #3f3f3f;
  padding: 0 10px;
  color: #2a2a2a;
  font-size: 16px;
  font-family: "Circe";
  font-weight: 300;
  background: none;
}

.bx-sls .dropdown-block {
  background: none;
  padding: 2px 22px 14px 30px;
  border: 1px solid #3f3f3f;
  border-radius: 0px;
}
.bx-sls .dropdown-fade2white {
  background: none;
}
.form_group .textarea {
  background: none;
}

.lk-new-col input,
.lk-new-col select {
  width: 300px;
  border-radius: 5px;
}

.input_text:focus,
.lk-new-col input:focus,
.lk-new-col select:focus,
#location_hidden input:focus {
  outline: none;
  border: 1px solid #979797;
}
.tx__dop_kom {
  color: #2a2a2a;
  padding-top: 12px;
  text-align: center;
}
.textarea {
  width: 100%;
  height: 92px;
  border: 1px solid #3f3f3f;
  padding: 8px 10px;
  color: #2a2a2a;
  font-size: 16px;
  font-family: "Circe";
  font-weight: 300;
}
.textarea:focus {
  outline: none;
  border: 1px solid #979797;
}

.col_right_form {
  padding: 0 15px;
  width: 50%;
}
.col_left_form {
  padding: 0 15px;
  width: 50%;
}
.name_form {
  font-size: 20px;
  color: #4d3835;
  font-family: "SegoeUI";
  font-weight: 800;
  margin-bottom: 21px;
}

.form__bl {
  border: 4px solid #ebebeb;
  padding: 27px 23px;
}

.basket_bl3 {
  background: #ebebeb;
  padding: 13px 20px;
  position: relative;
  margin-top: 15px;
}
.basket_bl3:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/bitrix/templates/main/images/basket_bl3_arrow.png") center no-repeat;
  width: 28px;
  height: 20px;
  bottom: 100%;
  left: 36px;
}
.basket_bl2 {
  margin-bottom: 20px;
  padding: 13px 20px;
}

.basket_bl2 .col_left_form{
  display: none;
}

.row_bas3 {
  margin: 0 -15px;
}
.col_bas3 {
  padding: 0 15px;
  width: 50%;
  float: left;
}

.col_bas32 {
  width: 25%;
}
.col_bas32 .col_form {
  width: 100%;
}
.col_bas_20,
.lk-active-col {
  width: 20%;
  float: left;
  padding: 0px 3%;
}
.lk-active-col {
  padding: 0px;
}
.text_col {
  line-height: 43px;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #b90f2f;
}
.lk-active-row:after {
  content: "";
  display: block;
  clear: both;
}
.lk-new-row {
  margin-bottom: 15px;
}

.lk-new-col.checks input {
  display: none;
}

.lk-new-col.checks label {
  text-align: center;
  border: 1px solid #66c130;
  padding: 0 9px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
}

.lk-new-col.checks input:checked + label {
  background: #66c130;
}

.checkbox:focus + label:before {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 0, 0.7);
}

.lk-active-row {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.col_bas3_full {
  padding: 0 15px;
  width: 100%;
  float: left;
}

.form_group_2 {
  max-width: 245px;
  margin-bottom: 15px;
}
.time {
  margin-top: 15px;
}
.time img {
  max-width: 100%;
}

.tx_time {
  margin-top: 18px;
  line-height: 19px;
}

.color_green {
  color: #66c130;
}

.basket_bl4 {
  margin-top: 20px;
  display: table;
  padding-bottom: 29px;
  width: 100%;
}
.btn_submit_2 {
  padding: 0 15px;
  width: auto;
}

.col_bas_t_1,
.col_bas_t_2 {
  display: table-cell;
  vertical-align: top;
}

.col_bas_t_1 {
  font-size: 16px;
  color: #000000;
  padding-right: 20px;
  width: 75%;
}

.col_bas_t_2 {
  width: 25%;
  text-align: right;
}

.dost_bl {
  display: none;
}

input[placeholder] {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.lk-menu {
  margin-bottom: 20px;
}
.lk-menu ul {
  position: relative;
  margin: 0 -4px;
}
.nav_kab ul:after {
  content: "";
  display: block;
  clear: both;
}
.lk-menu ul li {
  float: left;
  width: 20%;
  padding: 0 4px;
}
.lk-menu ul li a {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #91929a;
  padding: 10px 3px 8px;
  border: 4px solid #ebebeb;
  text-decoration: none;
  position: relative;
}
.lk-menu li.active a {
  background: #e6cb5f;
  border-color: #e6cb5f;
  color: #ffffff;
}
/*
.nav_kab ul li.active a:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/bitrix/templates/main/./images/basket_bl3_arrow.png) center no-repeat;
    width: 28px;
    height: 20px;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    margin-top: 5px;
}
*/
.kab_box {
  background: #ebebeb;
  padding: 13px 20px;
  position: relative;
}
.col_form_2 {
  float: none;
}
.bottom_licz_dan {
  text-align: right;
}
.btn_submit_3 {
  font-size: 18px;
  color: #ffffff;
  background: #66c130;
  border: none;
  width: 100%;
  height: 43px;
  font-family: "Circe";
  font-weight: 300;
  cursor: pointer;
}
.btn_submit_3:hover {
  background: #4f9e29;
}

.nav_kab ul li a.active:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/main/images/basket_bl3_arrow.png) center no-repeat;
  width: 28px;
  height: 20px;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  margin-top: 5px;
}

.kab_tab {
  display: none;
}

@media (max-width: 1175px) {
  .container {
    max-width: 992px;
  }
  .logo img {
    width: 140px;
  }
  .logo {
    margin-top: 15px;
  }
  .ul_menu > li > a {
    font-size: 16px;
    padding: 14px 50px 17px 9px;
  }
  .ul_filter > li > a {
    font-size: 14px;
    padding: 16px 20px 17px;
  }
  .tx2_ban {
    font-size: 20px;
  }
  .col1_f {
    width: 250px;
    float: left;
    margin-right: 40px;
  }
  .ul_menu_f li a {
    font-size: 14px;
  }
  .tx_f {
    font-size: 14px;
  }
  .networks li a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 44px;
    font-size: 18px;
  }
  .col_act_pr {
    margin-right: 20px;
    width: 195px;
  }
  .tx_promokod_bl {
    font-size: 14px;
  }
  .form_promokod_bl {
    width: 265px;
  }
  .nav_kab ul li a {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .lk-menu ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
  body {
    font-size: 14px;
  }
  .container {
    max-width: 768px;
  }
  .user_actions {
    margin-left: 12px;
    margin-top: 15px;
  }
  .phone_top {
    margin-top: 11px;
    font-size: 16px;
  }

  .right_top_header {
    /* float: none; */
    /* padding-left: 130px; */
  }
  .fav_bl {
    /*margin-left: 15px;*/
  }
  .logo {
    margin-top: 21px;
  }
  .basket_bl {
    /*margin-left: 15px;*/
    margin-top: 0;
  }
  .open_menu {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    line-height: 22px;
  }
  .open_menu:hover {
    color: #e6cb5f;
    border: 1px solid #e6cb5f;
  }
  .menu_block,
  .filter_block {
    width: 100%;
    float: none;
    position: relative;
  }
  .filter_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
  }
  .menu_block {
    border-bottom: 2px solid #ffffff;
  }
  .menu_block:after,
  .filter_block:after {
    content: "";
    display: block;
    clear: both;
  }
  .ul_menu > li,
  .ul_filter > li {
    width: 100%;
    float: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .ul_menu > li > a,
  .ul_filter > li > a {
    display: block;
    font-size: 16px;
    padding: 16px 10px 17px;
  }
  .ul_menu > li > ul {
    width: 100%;
    position: relative;
  }
  .ul_filter > li > a > span {
    display: block;
  }
  .ul_filter > li > ul {
    position: relative;
  }

  .ul_filter > li:hover > ul,
  .ul_menu > li:hover > ul {
    display: none;
  }
  .menu__bl {
    display: none;
  }
  .block2{
    margin-top: 15px;
  }
  .block2 .col4,
  .block2 .col8 {
    width: 100%;
  }
  .block3 .col4 {
    width: 100%;
  }
  .banner_min {
    margin-bottom: 15px;
  }
  .name_rast_sl {
    font-size: 18px;
    padding-top: 10px;
    line-height: 18px;
  }
  .sl_bottom_nav .name_sl_bt {
    padding: 0 120px;
  }
  .sl_bottom_nav .name_sl_bt:before,
  .sl_bottom_nav .name_sl_bt:after {
    width: 100px;
  }
  .col3_f {
    width: 100%;
    margin-top: 40px;
  }
  .networks {
    margin-bottom: 30px;
  }
  .product_gallery {
    max-width: 49%;
    width: 100%;
    overflow: hidden;
    float: none;
    margin-bottom: 20px;
  }
  .info_product {
    padding-left: 0;
    width: 49%;
  }
  .col_takze {
    width: 25%;
    margin-bottom: 20px;
  }
  .col_cat_pr {
    width: 50%;
  }
  .sert_left_bl {
    width: 100%;
    margin-bottom: 30px;
  }
  .sert_right_bl {
    width: 100%;
  }
  .show_more {
    width: 100%;
    margin-bottom: 30px;
  }
  .col_bas {
    width: 100%;
  }
  .promokod_bl {
    margin-bottom: 13px;
  }
  .col_bas3 {
    width: 100%;
  }
  .search_bl {
    width: 70%;
  }
  .nav_kab ul li a {
    font-size: 12px;
    border-width: 2px;
  }
  .post_main {
    margin-bottom: 30px;
  }
  .product_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .product_gallery,
  .info_product{
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .slider_2 .text_pov,
  .slider_2 .title_sl2 {
    display: none;
  }
  .slider_2 .pov_box {
    height: 150px;
  }

  .product-item-big-card .btn.btn-default {
    width: 100%;
  }

  .link_more_pov {
    margin-top: 0px;
  }

  .slider_2 .nav_sl_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_bl {
    position: relative;
  }

  .cont_top {
    padding-left: 60px;
    float: none;
  }
  .nav_top_bl {
  }
  .btn_open_nav {
    display: inline-block;
    font-size: 20px;
    color: #e6cb5f;
    border: 1px solid #e6cb5f;
    padding: 4px 8px 0px;
  }
  .btn_open_nav:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  .nav_top {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #4f4237;
    z-index: 11;
    display: none;
  }
  .nav_top > li {
    display: block;
    margin: 0px;
    width: 100%;
    border-bottom: 1px solid #615348;
  }
  .nav_top > li > a {
    padding: 10px 15px;
    display: block;
  }
  .nav_top_bl {
    margin-top: 35px;
  }
  .header {
    padding: 10px 0 10px;
  }
  .logo {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }

  .right_top_header {
    float: none;
    padding-left: 0;
  }
  .search_bl {
    /*border: 1px dashed #66c130;*/
    padding: 3px 14px;
    width: 100%;
    margin-bottom: 10px;
  }
  .title_search_ban {
    font-family: "SegoeUI";
    font-size: 14px;
    color: #66c130;
    font-weight: 800;
    margin-bottom: 3px;
  }
  .basket_bl {
    margin-left: 0;
    /*margin-top: 10px;*/
    width: 100%;
  }
  .fav_bl {
    margin-left: 0;
    width: 100%;
  }
  .sl_bottom_nav .name_sl_bt {
    font-size: 18px;
  }
  .sl_bottom_nav .name_sl_bt {
    padding: 0 45px;
  }
  .sl_bottom_nav .name_sl_bt:before,
  .sl_bottom_nav .name_sl_bt:after {
    width: 18px;
  }
  .tx_sl span {
    display: none;
  }
  .tx_sl {
    text-align: center;
    padding: 25px 0 0px;
  }
  .title_sl {
    font-size: 24px;
    padding: 45px 0 10px;
  }
  .btn_sl1,
  .btn_sl2 {
    font-size: 14px;
    margin: 4px 4px;
  }
  .sl_box {
    height: 345px;
  }
  .col1_f {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu_f {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .title_menu,
  .title_cont {
    font-size: 18px;
  }
  .col1_f,
  .col2_f,
  .col3_f {
    float: none;
    width: 100%;
  }
  .col3_f {
    margin-top: 30px;
  }
  .tx_f {
    margin-top: 20px;
  }
  .logo_g {
    text-align: center;
  }
  .logo_g img {
    /*display: none;*/
  }
  .col1_sl_2,
  .col2_sl_2,
  .col3_sl_2 {
    width: 100%;
    float: none;
  }
  .row_sl {
    display: block;
    flex-flow: inherit;
  }
  .row_sl:after {
    content: "";
    display: block;
    clear: both;
  }
  .title_sl2 {
    font-size: 22px;
    color: #4d3835;
    font-family: "SegoeUI";
    font-weight: 800;
    transform: none;
    bottom: auto;
    position: relative;
    left: auto;
    text-align: center;
    margin-bottom: 26px;
  }
  .nav_sl_2 {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .col_takze {
    width: 100%;
    margin-bottom: 20px;
  }
  .title_takze {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title_takze span:before,
  .title_takze span:after {
    width: 40px;
  }
  .size_char {
    float: none;
    width: 100%;
  }
  .sostav_char {
    padding-left: 0;
    margin-top: 15px;
  }
  .col_act_pr {
    margin-right: 0;
    width: 100%;
  }
  .name_product {
    font-size: 24px;
  }
  .col_filter {
    width: 100%;
    float: none;
  }
  .col_products {
    width: 100%;
    float: none;
  }
  .banner_bl {
    display: none;
  }
  .stretch {
    display: none;
  }
  .ul_sort {
    text-align: left;
  }
  .sert_left_bl_in {
    height: auto;
    padding: 11px 15px;
  }
  .col_sort {
    width: 100%;
    margin: 3px 0;
  }
  .sert_left_bl {
    width: 100%;
    margin-bottom: 10px;
  }
  .sort__bl {
    margin-bottom: 10px;
  }
  .col_cat_pr {
    margin: 10px 0;
  }
  .show_more {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn_remove_product {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .info_basket_product {
    padding-left: 121px;
    padding-right: 37px;
  }
  .name_basket_product {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  .price_basket_product {
    font-size: 22px;
  }
  .tx_promokod_bl {
    padding: 0px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    float: none;
    width: 100%;
  }
  .form_promokod_bl {
    width: 100%;
  }
  .col_form,
  .cart-contacts-field,
  #location_hidden {
    width: 100%;
  }
  .form_group {
    margin-bottom: 10px;
  }
  .tx__dop_kom {
    color: #2a2a2a;
    padding-top: 6px;
    padding-bottom: 12px;
    text-align: center;
  }
  .form_gr_1 {
    margin-bottom: 0px;
  }
  .col_right_form,
  .col_left_form {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .name_form {
    margin-bottom: 15px;
  }
  .col_bas_t_1,
  .col_bas_t_2 {
    display: block;
  }
  .basket_bl4 {
    display: block;
  }
  .col_bas_t_1 {
    padding: 0px;
    margin-bottom: 15px;
  }
  .nav_kab ul li {
    width: 50%;
    margin-bottom: 8px;
  }
  .nav_kab ul li a.active:after {
    display: none;
  }
  .nav_kab {
    margin-bottom: 10px;
  }
  .filter_body {
    display: none;
  }
}

@media (max-width: 480px){
    .col_cat_pr {
      width: 100%;
  }
}


.ul_filter > li > ul.prices_ul,
.ul_filter > li > ul.color_ul,
.ul_filter > li > ul.bouquet_type_ul {
  width: auto;
  min-width: 170px;
}
.prices_ul li,
.color_ul li,
.bouquet_type_ul li {
  padding: 0px 8px;
}
.prices_ul li a,
.color_ul li a,
.bouquet_type_ul li a {
  color: #1B1C21;
  text-decoration: none;
  cursor: pointer;
}
.prices_ul li a:hover,
.color_ul li a:hover,
.bouquet_type_ul li a:hover {
  text-decoration: underline;
}
.ul_filter > li > a > span.price_value,
.ul_filter > li > a > span.color_value,
.ul_filter > li > a > span.bouquet_type_value {
  padding: 0;
  display: block;
  font-size: 12px;
  /*color: #ffffff;*/
  color: #1B1C21;
  text-decoration: underline;
}
.price_value:after,
.color_value:after,
.bouquet_type_value:after {
  background: none !important;
}
.ul_filter > li > a.changed {
  /*padding: 7px 40px 12px;*/
  text-align: center;
  padding: 5px 30px 11px;
}
.changed > span:first-child {
  font-size: 14px;
  color: #e6cb5f;
  font-weight: 400;
  padding-right: 0;
}
.changed > span:first-child:after {
  background: none !important;
}
.price_value .btn_remove,
.color_value .btn_remove,
.bouquet_type_value .btn_remove {
  margin-left: 3px;
  margin-top: 1px;
  width: 15px;
  display: block;
  float: right;
  height: 15px;
  position: relative;
  z-index: 999999;
}
.ul_ff {
  clear: both;
}
.ul_ff a {
  color: #4d3835;
  text-decoration: none;
  font-weight: 400;
}
.ul_ff a:hover,
.ul_ff a.active {
  color: #66c130;
  text-decoration: none;
}
.ul_num_pag_cat > li.active a {
  color: black;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999;
}
.modal-close {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}
.modal-close:after {
  width: 16px;
  height: 16px;
  left: 7px;
  top: 7px;
  background-position: -645px -65px;
}
.modal-block {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -234px;
  background: #fff;
  width: 460px; /*height:385px;*/
  padding: 40px;
  box-shadow: 0 5px 29px rgba(91, 57, 94, 0.75);
}
.modal-block2 {
  position: fixed;
  left: 25%;
  top: 25%; /*margin-left:-360px; margin-top:-234px;*/
  background: #fff;
  width: 560px;
  min-height: 320px;
  padding: 40px;
  box-shadow: 0 5px 29px rgba(91, 57, 94, 0.75);
}
.modal-block4 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -100px;
  background: #fff;
  width: 400px;
  height: 80px;
  padding: 40px;
  box-shadow: 0 5px 29px rgba(91, 57, 94, 0.75);
}
.modal-block5 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -90px;
  background: #fff;
  width: 600px;
  height: 90px;
  padding: 40px;
  box-shadow: 0 5px 29px rgba(91, 57, 94, 0.75);
}
.modal-block6 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -90px;
  background: #fff;
  width: 600px;
  height: auto;
  padding: 40px;
  box-shadow: 0 5px 29px rgba(91, 57, 94, 0.75);
}
.modal-title {
  font-size: 22px;
  color: #262626;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}
.modal-row {
  margin: 0 auto 15px;
}
.modal-row.check {
  width: 100%;
  font-size: 12px;
  letter-spacing: normal;
}
.modal-row.submit {
  margin-top: 15px;
  margin-bottom: 0;
}
.modal input {
  width: 100%;
  height: 40px;
}
.modal-row.check input {
  width: auto;
  height: auto;
}

.modal-row.submit input {
  display: inline-block;
  text-align: center;
  background: #66c130;
  color: #ffffff;
  font-size: 20px;
  border: 0px;
  line-height: 40px;
}

#tovar_photo,
#tovar_photo2 {
  width: 150px;
  float: left;
  margin-right: 10px;
}
.inner_tovar input {
  width: 100px;
}
#tovar_name,
#tovar_name2 {
  margin-bottom: 10px;
}
#total_price,
#total_price2 {
  font-size: 28px;
  color: #b90f2f;
  font-family: "SegoeUI";
}

.modal .inner_tovar .modal_qnt{
  display: none;
}


.modal-description {
  margin-bottom: 10px;
}

.selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}
.selectbox .select {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 43px;
  padding: 10px;
  color: #5d5d5d;
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(229, 229, 229, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
  border: 1px solid #3f3f3f;
}
.selectbox.focused .select {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.selectbox .select .text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectbox .trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(/bitrix/templates/main/images/select1488.png) no-repeat 100% 11px;
}
.selectbox .dropdown {
  top: 10px;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 4px;
  padding-top: 35px;
  background: #fdfdfd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  font: 13px/16px Arial;
  max-height: 505px;
}
.selectbox li {
  padding: 5px 10px 6px;
  color: #231f20;
  float: none;
  margin: 0;
}
.selectbox li:hover,
.selectbox li.sel {
  background: #f5f5f5;
  color: #66c130;
}
.selectbox li.disabled {
  color: #ccc;
}
.selectbox li.disabled:hover {
  background: none;
}
.selectbox + select {
  display: none;
}

.icon-before:before,
.icon-after:after,
.icon-before-after:before,
.icon-before-after:after {
  content: "";
  position: absolute;
  background: url(/bitrix/templates/main/images/close.png) no-repeat;
}

.shop-slide {
  overflow: hidden;
}
.data-neib + img {
  position: absolute;
}
#total-price span,
#total-price b {
  color: #b90f2f;
}
#total-price {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.buut3 {
  margin-top: 10px;
}
#total-price span b {
  font-size: 28px;
}

.pika-stage img {
  width: 100%;
}

@media (max-width: 990px) {
  .col_bas_t_1,
  .col_bas_t_2 {
    width: 100%;
    display: block;
  }
  .col_bas_t_2 {
    text-align: left;
  }

  body .cart-time-slide-time.cart-time-slide-time1 {
    right: unset !important;
    position: absolute;
    top: 39px !important;
    left: 0 !important;
  }
}
.show-mobile {
  display: none;
}

@media (max-width: 990px) {
  .show-mobile {
    display: block;
  }
  .hide_mobile {
    display: none;
  }
  .loop-mobile {
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
    position: static;
    transform: none;
    background: url(/bitrix/templates/main/images/loupe.svg) center no-repeat;
  }
  .loop-big-mobile {
    position: absolute;
    background: white;
    z-index: 2;
    left: 15px;
    width: calc(100% - 30px);
  }
  .loop-close {
    width: 10px;
    height: 10px;
    background: url(/bitrix/templates/main/images/remove_ico.png) center no-repeat;
  }

  .col_bas_t_1,
  .col_bas_t_2,
  .col_bas_t_1 .col_form {
    margin-top: 10px;
  }
}

.button-cont-more {
  margin-top: 30px;
  text-align: center;
  border: 1px solid;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  background: #ffd02e;
  color: white;
}
.button-cont-more a {
  padding: 5px 15px;
  color: white;
}

@media (max-width: 992px) {
  .container_flex {
    display: flex;
    align-items: center;
  }
  .container_flex:before,
  .container_flex:after{
    display: none;
  }
  .button-cont-more{
    margin-top: 15px;
  }
}

.modal__body-sms {
  max-width: 300px;
}
#tel-inpt {
  letter-spacing: 8px;
}
.bx-auth-serv-icons {
  display: none;
}
.link_sms {
  color: #66c130;
}
.bx-auth-table .bx-auth-input {
  width: 100%;
  height: 43px;
  border: 1px solid #3f3f3f;
  padding: 0 10px;
  color: #2a2a2a;
  font-size: 16px;
  font-family: "Circe";
  font-weight: 300;
  background: none;
}

.authorize-submit-cell input:hover {
  background: #488b24;
}
.authorize-submit-cell input {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  width: 123px;
  height: 42px;
  background: #66c130;
  border: none;
  font-family: "Circe";
  font-weight: 300;
  cursor: pointer;
}
.bx-auth-table tr {
  display: flex;
}
.bx-auth-table .bx-auth-label {
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bx-auth-table {
  background: #ebebeb;
  padding: 20px 20px;
}

.act_product {
  display: flex;
  align-items: end;
}

/*edits 03.07.23*/
body .slider_2 {
  padding: 40px;
}

body .col1_sl_2 {
  width: 5%;
  padding: 0;
}

body .col2_sl_2 {
  padding: 0 36px;
}

body .title_sl2 {
  color: #36ca00;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  bottom: 40px;
  left: -22px;
  padding: 0;
}

body .btn_nav_left,
body .btn_nav_right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

body .btn_nav_right {
  transform: rotate(180deg);
  margin-left: 12px;
}

body .btn_nav_left a,
body .btn_nav_right a {
  display: inline-block;
  background: url(/bitrix/templates/main/images/arrow_sl2_left.png) center no-repeat;
  width: 14px;
  height: 16px;
  background-size: cover;
}

body .ul_nav_sl_2 {
  display: flex;
  align-items: center;
}

body .col3_sl_2 {
  width: 17%;
  padding: 0;
}

body .nav_sl_2 {
  position: static;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

body .link_more_povod {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

body .arrow_pov_more {
  display: inline-block;
  background: url("/bitrix/templates/main/images/arrow_pov_more2.svg") center no-repeat;
  width: 28px;
  height: 12px;
}

body .bot_pov {
  padding: 0 24px 24px;
  position: static;
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}

body .bot_pov::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179deg, rgba(66, 54, 53, 0) 0%, rgba(57, 46, 45, 0.14) 21.31%, #000 100%, #423635 100%);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

body .bot_pov:hover::before {
  opacity: 1;
  visibility: visible;
}

body .bot_pov:hover .title_pov {
  opacity: 1;
  visibility: visible;
}

body .title_pov {
  font-weight: 700;
  line-height: 32px;
  position: relative;
  margin: 0;
  transition: opacity 0.3s, visibility 0.3s, color 0.3s;
  opacity: 0;
  visibility: hidden;
}

body .text_pov {
  position: absolute;
  top: 12px;
  left: 0;
  width: max-content;
  max-width: 240px;
  padding: 4px 12px;
  color: #fff;
  background-color: #e1616c;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

body .text_pov--red {
  background-color: #e1616c;
}

body .text_pov--orange {
  background-color: #e98c00;
}

@media (min-width: 1200px) {
  body .menu__bl {
    /*max-width: 1342px;*/
    max-width: 100%;
    width: 100%;
  }
  body .container {
    width: 100%;
    max-width: 1372px;
  }
}

/*карточки товаров*/

.product-item-small-card .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.product-item-small-card .product-item {
  transition: 0.3s;
  padding: 0;
  border: 0;
}

.product-item-small-card .product-item-container .product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
  margin: 0;
}

.product-item-small-card .product-item-container.hover .product-item {
  position: static;
  padding: 0;
  box-shadow: none;
}

.product-item-small-card .product-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.product-item-small-card .product-item .product-item-image-wrapper {
  margin-bottom: 0;
  padding-top: 100%;
}

.product-item-small-card .product-item .product-item-body {
  padding: 28px 24px;
}

.product-item-small-card .product-item .product-item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #333;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 64px;
  white-space: normal;
}

.product-item-small-card .product-item .product-item-title a {
  color: #333;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.product-item-small-card .product-item .product-item-info-container {
  margin: 0;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.product-item-small-card .product-item .product-item-price-current {
  color: #333;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}

.product-item-small-card .product-item .red_price{
  color: #b90f2f; 
}

.product-item-small-card .product-item .btn {
  width: 100%;
  padding: 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product-item-small-card .product-item .product-item-click,
.product_cat .product-item-click,
.info_product .product-item-click{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: #757575;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.info_product .product-item-click{
  background: #ff4d00;
  color: #fff;
  height: 46px;
  line-height: 46px;
  width: 266px;
  margin-bottom: 20px;
}
@media (max-width: 1175px){
  .info_product .product-item-click{
    width: 195px;
  }
}


.product_cat .product-item-click:hover,
.info_product .product-item-click:hover{
  cursor: pointer;
}

.product_cat .product-item-click{
  padding: 0 10px 10px;
  margin-top: 0px;
}

.product_cat .modal-fast__button .btn,
.info_product .modal-fast__button .btn{
  outline: 0;
  background-color: #403635;
  border-color: #403635;
  color: #FFF;
}
.product_cat .modal-fast__button .btn:hover,
.info_product .modal-fast__button .btn:hover{
  outline: 0;
  background-color: #5f4a47;
  border-color: #5f4a47;
  color: #FFF;
}


.product-item-small-card .product-item .product-item-click::before,
.product_cat .product-item-click:before{
  content: "";
  display: inline-block;
  background: url(/bitrix/templates/main/images/clock.svg) center no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.info_product .product-item-click:before{
  content: "";
  display: inline-block;
  background: url(/bitrix/templates/main/images/clock_white.svg) center no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

@media (max-width: 1200px) {
  body .slider_2 {
    padding: 20px;
  }

  body .title_sl2 {
    font-size: 24px;
    line-height: 32px;
    bottom: 28px;
    left: -12px;
  }

  body .col2_sl_2 {
    padding: 0px 20px;
  }

  body .link_more_povod {
    font-size: 16px;
    line-height: 24px;
  }

  body .arrow_pov_more {
    margin-left: 5px;
    width: 20px;
    height: 12px;
    background-size: 20px 12px;
  }

  body .text_pov {
    max-width: 175px;
    top: 12px;
    font-size: 10px;
    line-height: 16px;
  }

  body .title_pov {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }

  body .btn_nav_left,
  body .btn_nav_right {
    width: 32px;
    height: 32px;
  }

  body .btn_nav_left a,
  body .btn_nav_right a {
    width: 10px;
    height: 12px;
  }

  body .bot_pov {
    padding: 0 20px 20px;
  }

  .product-item-small-card .product-item .product-item-body {
    padding: 20px 16px;
  }

  .product-item-small-card .product-item .product-item-info-container {
    margin-bottom: 16px;
  }

  .product-item-small-card .product-item .product-item-title {
    min-height: 56px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .product-item-small-card .product-item .product-item-title a {
    font-size: 18px;
    line-height: 28px;
  }

  .product-item-small-card .product-item .product-item-price-current {
    font-size: 20px;
    line-height: 28px;
  }

  .product-item-small-card .product-item .btn {
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .product-item-small-card .product-item .product-item-click {
    font-size: 14px;
    line-height: 20px;
  }

  .product-item-small-card .product-item .product-item-click::before {
    content: "";
    display: inline-block;
    background: url(/bitrix/templates/main/images/clock.svg) center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 5px;
  }
}

@media (max-width: 992px) {
  body .header {
    overflow: hidden;
  }
  body .link_more_povod {
    font-size: 14px;
    line-height: 20px;
  }

  body .title_pov {
    font-size: 20px;
    line-height: 28px;
  }

  body .bot_pov {
    padding: 0 16px 16px;
  }
}

@media (max-width: 900px) {
  body .title_sl2 {
    font-size: 18px;
    line-height: 28px;
    bottom: 20px;
    left: -5px;
  }

  body .title_pov {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .slider_2 .text_pov {
    display: block;
  }
  .slider_2 .pov_box {
    height: 300px;
  }

  .slider_2 .nav_sl_2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  body .col3_sl_2 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .product-item-small-card .product-item .product-item-body {
    padding: 16px 12px;
  }

  .product-item-small-card .product-item .product-item-info-container {
    margin-bottom: 12px;
  }

  .product-item-small-card .product-item .product-item-title {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product-item-small-card .product-item .product-item-title a {
    font-size: 16px;
    line-height: 24px;
  }

  .product-item-small-card .product-item .product-item-price-current {
    font-size: 16px;
    line-height: 24px;
  }

  .product-item-small-card .product-item .btn {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .product-item-small-card .product-item .product-item-click {
    font-size: 13px;
    line-height: 18px;
  }

  .product-item-small-card .product-item .product-item-click::before {
    content: "";
    display: inline-block;
    background: url(/bitrix/templates/main/images/clock.svg) center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 5px;
  }
}

@media (max-width: 425px) {
  .product-item-small-card .product-item .product-item-price-current {
    font-size: 15px;
    line-height: 20px;
  }
}

/*modal-fast*/

.modal-wrapper--fast {
  background: rgba(0, 0, 0, 0.1);
}

.modal-wrapper--fast .modal-my {
  padding: 80px 64px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 484px;
  border-radius: 0;
}

.modal-wrapper--fast .modal-my .button-close {
  top: 20px;
  right: 20px;
  position: absolute;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
}

.modal-wrapper--fast .modal-my .button-close svg {
  width: 32px;
  height: 32px;
  color: #333;
}
.modal-fast__title {
  color: var(--gray-1, #333);
  text-align: center;
  font-size: 36px;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}
.modal-fast__subtitle {
  color: var(--gray-1, #333);
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.modal-fast__subtitle span {
  font-weight: 700;
}

.modal-fast__form {
  margin-top: 24px;
}
.modal-fast__inputs {
  margin-bottom: 20px;
}
.modal-fast__input:not(:last-child) {
  margin-bottom: 12px;
}

.modal-fast__label {
  display: flex;
  flex-direction: column;
}
.modal-fast__label span {
  display: flex;
  color: var(--gray-2, #4f4f4f);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.modal-fast__input input {
  padding: 9px 11px;
  text-align: left;
  border: 1px solid var(--gray-5, #e0e0e0);
  color: var(--gray-3, #828282);
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  outline: none;
}
.modal-fast__button .btn {
  border-radius: 8px;
  width: 100%;
  padding: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.modal-fast__checkbox {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.modal-fast__checkbox-text {
  text-align: left;
  color: #757575;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
}

.modal-fast__checkbox-text a {
  color: #757575;
  text-decoration: underline;
}

.modal-wrapper--fast .checkbox,
.modal-wrapper--fast .radio {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
}

.modal-wrapper--fast .checkbox__icon {
  width: 16px;
  height: 16px;
  opacity: 0;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-wrapper--fast .checkbox__input,
.modal-wrapper--fast .radio__input {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-wrapper--fast .checkbox__input:checked + .checkbox__custom,
.modal-wrapper--fast .checkbox__input:checked + .radio__custom,
.modal-wrapper--fast .radio__input:checked + .checkbox__custom,
.modal-wrapper--fast .radio__input:checked + .radio__custom {
  background-color: #423635;
}

.modal-wrapper--fast .checkbox__input:checked + .checkbox__custom .checkbox__icon,
.modal-wrapper--fast .checkbox__input:checked + .checkbox__custom .radio__icon,
.modal-wrapper--fast .checkbox__input:checked + .radio__custom .checkbox__icon,
.modal-wrapper--fast .checkbox__input:checked + .radio__custom .radio__icon,
.modal-wrapper--fast .radio__input:checked + .checkbox__custom .checkbox__icon,
.modal-wrapper--fast .radio__input:checked + .checkbox__custom .radio__icon,
.modal-wrapper--fast .radio__input:checked + .radio__custom .checkbox__icon,
.modal-wrapper--fast .radio__input:checked + .radio__custom .radio__icon {
  opacity: 1;
}

.modal-wrapper--fast .checkbox__input:disabled + .checkbox__custom:after,
.modal-wrapper--fast .checkbox__input:disabled + .radio__custom:after,
.modal-wrapper--fast .radio__input:disabled + .checkbox__custom:after,
.modal-wrapper--fast .radio__input:disabled + .radio__custom:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: default;
  content: "";
}

.modal-wrapper--fast .checkbox__input:disabled + .checkbox__custom + .checkbox__text,
.modal-wrapper--fast .checkbox__input:disabled + .checkbox__custom + .radio__text,
.modal-wrapper--fast .checkbox__input:disabled + .radio__custom + .checkbox__text,
.modal-wrapper--fast .checkbox__input:disabled + .radio__custom + .radio__text,
.modal-wrapper--fast .radio__input:disabled + .checkbox__custom + .checkbox__text,
.modal-wrapper--fast .radio__input:disabled + .checkbox__custom + .radio__text,
.modal-wrapper--fast .radio__input:disabled + .radio__custom + .checkbox__text,
.modal-wrapper--fast .radio__input:disabled + .radio__custom + .radio__text {
  opacity: 0.3;
}

.modal-wrapper--fast .checkbox__custom,
.modal-wrapper--fast .radio__custom {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 10px 0 0;
  background-color: transparent;
  border: 1px solid #423635;
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.modal-wrapper--fast .checkbox__text,
.modal-wrapper--fast .radio__text {
  display: block;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .modal-wrapper--fast .modal-my .button-close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .modal-wrapper--fast .modal-my .button-close svg {
    width: 24px;
    height: 24px;
  }

  .modal-wrapper--fast .modal-my {
    padding: 50px 40px;
  }

  .modal-fast__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .modal-fast__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-fast__form {
    margin-top: 16px;
  }

  .modal-fast__inputs {
    margin-bottom: 16px;
  }
  .modal-fast__checkbox {
    margin-top: 16px;
  }

  .modal-fast__button .btn {
    padding: 9px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 900px) {
  .modal-wrapper--fast .modal-my {
    padding: 40px 28px 36px;
  }

  .modal-fast__title {
    font-size: 24px;
    line-height: 32px;
  }

  .modal-fast__subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .modal-fast__form {
    margin-top: 12px;
  }

  .modal-fast__inputs {
    margin-bottom: 12px;
  }
  .modal-fast__checkbox {
    margin-top: 12px;
  }

  .modal-fast__button .btn {
    padding: 9px;
    font-size: 14px;
    line-height: 20px;
  }

  .modal-fast__checkbox-text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .modal-wrapper--fast .modal-my {
    padding: 50px 20px 24px;
  }
}


/*Новая карточка раздела каталога*/



.modal--smallNew {
  width: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  position: absolute;
  left: 40%;
  right: 50%;
  top: 30%;
}

.checkbox, .radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5px 0;
  cursor: pointer;
}


.checkbox__icon, .radio__icon {
  width: 1em;
  height: 1em;
  font-size: 16px;
  color: var(--white);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.modal--smallNew .checkbox__input {
  margin: 0 !important;
}

.modal--smallNew .checkbox__text {
  margin-left: 25px;
}
.newBtnClass  {
  background-color: #403635;
  border-color: #403635;
  color: #fff;
}

.product-item-click {
  border: unset;
  background: unset;
}

.modal--smallNew .checkbox__custom {
  display: none;
}

.checkbox__custom, .radio__custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  margin: 0 6px 0 0;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid var(--gray-4);
  border-radius: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.checkbox.form-group {
  font-size: 13px;
}





.modal--small {
  max-width: 444px;
}
.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.modal-row__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.modal-row .input-wrapper, .modal-row .textarea {
  width: 100%;
  margin: 0;
}

.input-wrapper, .label {
  position: relative;
  display: inline-block;
  margin: 5px;
}


.modal--small {
  position: relative;
  z-index: 11;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* -webkit-box-orient: vertical; */
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  padding: 3.5rem 4rem;
  font-size: 1rem;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  background-color: var(--white);
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: scale(.6);
  transform: scale(.6);
}


.new-product-cat .box_product_info {
  display: flex;
  width: 100%;
  background: unset;
}

.new-product-cat .product_cat:hover .pr_bt_info {
    border-bottom: unset;
  }

.new-product-cat .img_box_prod {
  display: block;
}

.new-product-cat .pr_bt_info {
  padding: 10px;
  padding-bottom: 0px;
}

.new-product-cat  {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.new-product-cat .box_product_info {
  padding-left: 12px;
  padding-right: 12px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.product_cat:hover .pr_bt_info {
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  padding-left: 10px;
}

.product_cat:hover .pr_bt_info .name_pr_min a {
  color: #66c130;
  font-weight: 800;
}

.new-product-cat .tx_pr_bt {
  padding: 0;
}

.new-product-cat .pr_bt_act ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.closeNew {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  padding: 10px;
}

.icon-before:before, .icon-after:after, .icon-before-after:before, .icon-before-after:after {

  width: 20px;
  height: 20px;
}
/*Новая карточка раздела каталога*/

ul.spisok li {
  margin-left:25px; 
  list-style: disc;
}

ol.spisok li {
  margin-left:25px; 
  list-style: auto;
}

.item-advantages-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.item-advantages-inner{
    width: 24%;
}
.item-advantages-inner img{
    margin-bottom: 10px;
}
.item-advantages-hdr{
    color: #4C4C4C;
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
}
.item-advantages-txt{
    color: #4C4C4C;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-right: 20px;
}
@media (max-width: 480px){
    .item-advantages-inner{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .item-advantages-inner img{
        margin-right: 15px;
    }
}



@media (min-width: 993px) and (max-width: 1199px){
  .header_phone_top{
    padding: 0px;
  }
  .header_phone_top a,
  .header_phone_top .big_top_phone {
    font-size: 20px;
  }
  .header_phone_top span{
    font-size: 12px;
  }
  .header_phone_top:before {
    display: none;
  }
  body .user_actions{
    display: none;
  }
  .avatar_user_mobile{
    display: block;
  }
  .search_bl{
    width: 90%;
  }
  .logo img{
    width: 140px;
  }
}


@media (max-width: 992px){
  .menu__bl .menu_block{
    height: 680px;
    overflow-y: auto;
  }
  .menu__bl .menu_block,
  .menu__bl .filter_block{
    width: 100%;
  }
  .menu__bl .container{
    display: block;
  }
  .menu_top_mobile_small{
    display: block;
  }
  .menu_top_mobile_small .nav_top{
    position: relative;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
  }
  .menu_top_mobile_small .nav_top > li{
    margin-left: 0px;
  }
  .menu_top_mobile_small .nav_top > li > a{
    color: #1B1C21;
    text-decoration: none;
    font-family: Circe;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 15px;
    display: block;
  }
  .menu_top_mobile_small .nav_top > li{
    border-bottom: 1px solid #ffffff;
  }
}

@media (max-width: 767px){
  .top_header{
    flex-wrap: nowrap;
  }
  .header_phone_top{
    padding: 0px;
  }
  .header_phone_top:before {
    display: none;
  }
  body .user_actions{
    display: none;
  }
  .avatar_user_mobile{
    display: block;
  }
  body .avatar_user img{
    margin-right: 0px;
  }
  body .avatar_user{
    width: auto;
    height: auto;
  }
  .menu__bl .menu_block{
    width: 100%;
  }
}


@media (max-width: 600px){
  .header_phone_top{
    margin-top: 5px;
  }
  .header_phone_top a,
  .header_phone_top .big_top_phone {
    font-size: 20px;
  }
  .header_phone_top span{
    font-size: 12px;
  }
  .avatar_user_mobile,
  .top_header .right_top_header{
    display: none;
  }
  .avatar_user_mobile_small{
    display: block;
  }
  .right_top_header_mobile_small{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
  }
  body .menu_bl{
    margin-right: 0px;
  }
}


.whatsapp-icon{
  padding: 13px 10px 0;
}
@media (max-width: 992px){
  .whatsapp-icon{ padding: 7px 10px 0; }
}
@media (max-width: 480px){
  body .cont_top{
    display: flex;
    gap: 10px;
    padding: 0 5px;
  }
  .whatsapp-icon{ 
    padding: 0px;
  }
  body .phone_top {
    font-size: 12px;
    line-height: 18px;
  }
  body .phone_top a {
    font-size: 16px;
    line-height: 18px;
  }
}


.good-about-item{
  margin-bottom: 5px;
}


.more-flowers-button{
  text-align: center;
  margin-top: 15px;
}
.more-flowers-button a{
  color: #ffd02e;
}
.more-flowers-button a:hover{
  text-decoration: underline;
}


.footer-map-wrapper{
  margin: 50px 0;
}



.articles-reviews-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles-reviews-inner{
  width: 49%;
  padding: 15px;
}
@media (max-width: 767px){
  .articles-reviews-inner{
    width: 100%;
    margin-bottom: 20px;
  }
}




.bouquet-type-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 30px 0;
  background: #F8F7F4;
  margin: 40px 0;
}
.bouquet-type-inner{
  text-align: center;
  width: 215px;
  margin: 5px 5px 20px;
}
.bouquet-type-inner img{
  max-width: 100%;
  margin-bottom: 15px;
}
.bouquet-type-txt{
  color: #4C4C4C;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
}
.bouquet-type-wrap a:hover{
  opacity: .8;
  transition: .3s;
}
@media (max-width: 768px){
  .bouquet-type-inner{
    width: 180px;
  }
}
@media (max-width: 480px){
  .bouquet-type-wrap{
    margin: 20px 0;
  }
  .bouquet-type-inner{
    width: 140px;
  }
}


.old_price_main{
  display: block;
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 991px){
  .old_price_main{
    font-size: 18px;
  }
}
@media (max-width: 480px){
  .old_price_main{
    font-size: 14px;
  }
}


.bold-link{
  font-weight: bold;
}



.modal-fast__form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
}
.modal-fast__form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 12px;
}


.fast-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.fast-links .fast-link-item{
    display: block;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 6px 15px;
    font-weight: 500;
    min-width: 40px;
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
}
.fast-links .fast-link-item:hover{
    color: #fff;
    background: #66c130;
    transition: .4s;
}


.discount-block{
    background: #ffd02e;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 10px;
}
.discount-block.discount-block-cat{
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
                                

.soc-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.soc-inner-app{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.soc-inner-app a img{
  width: 30px;
  margin: 0 3px;
}
.soc-inner-app a img:hover{
  opacity: .85;
}
.soc-wrap .soc-inner .ab-sidebar{
  margin: 0px;
}


/* MAIN BANNER NEW STYLES */
.main-banners-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 15px;
}
.main-banners-wrapper .main-banners-left{
  width: 74%;
}
.main-banners-wrapper .main-banners-right{
  width: 24%;
}
.main-banners-wrapper .main-banners-right a{
  display: block;
  background: url(/images/banners/newyear_2024_right.png) no-repeat;
  background-size: cover;
  height: 220px;
}
.main-banners-wrapper .bx-wrapper, 
.main-banners-wrapper .bx-viewport,
.main-banners-wrapper .sl_box {
    max-height: 220px !important;
}
.main-banners-wrapper .btn_sl1,
.main-banners-wrapper .btn_sl2{
  height: 40px;
  line-height: 40px;
}
.main-banners-wrapper .tx_sl{
  display: none;
}
.main-banners-wrapper .btn_sl_bl{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  text-align: center;
}
.main-banners-wrapper .title_sl{
  font-size: 30px;
  padding: 45px 0 10px;
}

@media (max-width: 992px){
  .main-banners-wrapper .main-banners-left{
    width: 100%;
  }
  .main-banners-wrapper .main-banners-right{
    display: none;
  }
  .main-banners-wrapper .title_sl{
    font-size: 24px;
  }
}
  

.img-right, .right-img{
  float: right;
  margin: 0 0 0 15px;
  width: 350px;
  max-width: 100%;
}
@media (max-width: 480px){
  .img-right, .right-img{
    float: none;
    margin: 0 0 10px 0px;
    width: 100%;
  }
}



/* SUPER SMALL */
@media (max-width: 359px){
  .header_phone_top a, .header_phone_top .big_top_phone{
    font-size: 16px;
  }
  .header_phone_top{
    font-size: 12px;
  }
  .whatsapp-icon{
    padding: 0px;
    padding-left: 5px;
  }
  .whatsapp-icon img{
    width: 30px;
  }
  body .phone_top{
    text-align: right;
  }
  body .phone_top a{
    font-size: 14px;
  }
  .min_logo img{
    width: 60px;
  }
  .footer_menu_col{
    margin: 0 0 10px;
  }
}


/* TABS ITEM DETAIL */
.tabs{
    display:inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #F5F5F5;
}
.tabs > div{
    padding-top:10px;
}
.tabs > ul{
    margin:0px;
    padding:0px;
    background: #F5F5F5;
}
.tabs > ul:after{
    content:"";
    display:block;
    clear:both;
    height:5px;
    background:#66c130;
}
.tabs > ul li{
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:block;
    float:left;
    padding:10px 15px;
    background:#F5F5F5;
    color:#707070;
}
.tabs > ul li.active, .tabs > ul li.active:hover{
    background:#66c130;
    color:#fff;
}
.tabs > ul li:hover{
    background:#d6d6d7;
}
.min-price-order{
  border: 2px solid #ef4421;
  padding: 20px 10px;
  display: block;
  text-align: center;
  font-weight: bold;
}


.item-delivery-info-wrap{
    margin: 20px 0 10px;
}
.item-delivery-info-wrap > div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.item-delivery-info-wrap > div img{
    margin-right: 20px;
    width: 33px;
}
.item-delivery-info-wrap > div p span{
    font-weight: bold;
}


.green_cart_btn{
    text-align: center;
    background: #66C130;
    display: block;
    margin: 0 12px 10px 12px;
    padding: 10px 0;
    width: auto;
    height: auto;
    color: #fff;
}
.green_cart_btn:hover{
    background: #40A060;
    transition: .3s;
    color: #fff;
}
.green_cart_btn span{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.green_cart_btn span:before{
   content: "";
   position: absolute;
   background: url('/img/icons/white_cart.svg') no-repeat;
   background-size: contain;
   top: 50%;
   transform: translateY(-50%);
   left: -10px;
   width: 27px;
   height: 27px;
}



.bonus-programm-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0;
}
.bonus-programm-left,
.bonus-programm-right{
  padding: 50px;
  width: 48%;
  border: 1px solid #E6CB5F;
  box-shadow: 0px 0px 25px 0px #00000026;
}
.bonus-programm-left{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url('/img/icons/bonus_bottom.svg') no-repeat bottom center;
  background-size: 100%;
}
.bonus-programm-right{
  position: relative;
}
.bonus-programm-right:before{
  content: "";
  position: absolute;
  background: url('/img/icons/percent.svg') no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 100px;
  height: 100px;
}
.bonus-programm-left-img{
  width: 30%;
}
.bonus-programm-left-content{
  width: 70%;
}
.bonus-programm-wrap img{
  max-width: 100%;
}
.bonus-programm-hdr{
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.bonus-top-margin{
  margin-top: 50px;
}
.bonus-programm-app{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.bonus-programm-app a:hover{
  opacity: .85;
  transition: .3s;
}
@media (max-width: 1400px){
  .bonus-programm-app{
    justify-content: space-evenly;
  }
  .bonus-programm-app img{
    width: 160px;
  }
}
@media (max-width: 1199px){
  .bonus-programm-left-img{
    width: 25%;
  }
  .bonus-programm-left-content{
    width: 75%;
  }
  .bonus-programm-left,
  .bonus-programm-right{
    width: 100%;
  }
  .bonus-programm-left{
    margin-bottom: 30px;
    background: transparent;
  }
  .bonus-programm-app{
    justify-content: space-evenly;
  }
}
@media (max-width: 767px){
  .bonus-programm-left,
  .bonus-programm-right{
    padding: 30px;
  }
}
@media (max-width: 560px){
  .bonus-programm-left-img{
    display: none;
  }
  .bonus-programm-left-content{
    width: 100%;
  }
  .bonus-programm-right:before{
    width: 70px;
    height: 70px;
    right: 5px;
    top: 48%;
    transform: translateY(-48%);
  }
  .bonus-programm-app img{
    width: 140px;
  }
}


.blog-inner-image{
  text-align: center;
  margin: 20px 0;
}
.blog-inner-image img{
  max-height: 400px;
  max-width: 100%;
}
body .cart-time-row label{
  display: none !important;
}


@media (min-width: 993px){
  .arrow_menu_right{
    display: none;
  }
}

@media (max-width: 992px){
  .ul_menu > li > a.root-item,
  .ul_menu > li > a.root-item-selected{
    position: relative;
  }
  .ul_menu > li > a.subm:after,
  .ul_menu > li > a.root-item-selected:after{
    display: none;
  }
  .arrow_menu_right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px){
  #order_form_content .cart-photo{
      padding: 0 7px;
  }
}

@media (max-width: 768px){
  .bx-filter{
    margin-bottom: 0px;
  }
  .col_filter br{
    display: none;
  }
}


.lk-menu-exit{
  display: none;
}
@media (max-width: 992px){
  .lk-menu-exit{ 
    display: block; 
  }
}


.product-item-image-wrapper{
  position: relative;
}
.hit-sells{
  position: absolute;
  right: 0;
  top: 20px;
  font-family: Circe;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  background: #FFCD05;
  padding: 4px 21px;
  z-index: 400;
}



.flowers_with_delivery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url('/img/banner_lila.png') no-repeat;
  background-size: cover;
}
.flowers_with_delivery_left{
  width: 50%;
}
.flowers_with_delivery_right{
  width: 49%;
}
.flowers_with_delivery_left{
  padding: 50px 0 0 50px;
}
.flowers_with_delivery_right{
  text-align: right;
}
.flowers_with_delivery_right img{
  max-width: 100%;
  height: 100%;
}
.flowers_with_delivery_hdr{
  font-family: Circe;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
  color: #231056;
}
.flowers_with_delivery_tel{
  display: block;
  font-family: Circe;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #231056;
  text-decoration: none;
  padding-left: 45px;
  position: relative;
  margin: 20px 0;
}
.flowers_with_delivery_tel:before{
  content: "";
  position: absolute;
  background: url('/img/icons/tel.svg') no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}
.flowers_with_delivery_text{
  font-family: Circe;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #231056;
  margin-bottom: 20px;
}
.flowers_with_delivery_inputs{
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}
.flowers_with_delivery_submit{
  color: #ffffff;
  background: #66C130;
  padding: 10px 36px;
  border: 0px;
  font-family: Circe;
  font-size: 16px;
  font-weight: 400;
}
.flowers_with_delivery_left input[type="text"]{
  border: 1px solid #3F3F3F;
  padding: 13px 0 13px 20px;
}
p.flowers_with_delivery_politic{
  margin-top: 15px;
  color: #231056;
}
p.flowers_with_delivery_politic a{
  color: #231056;
  text-decoration: underline;
}
@media (max-width: 1360px){
  .flowers_with_delivery_left{
    padding: 50px 25px 0 25px;
  }
  .flowers_with_delivery_hdr{
    font-size: 42px;
    line-height: 42px;
  }
  .flowers_with_delivery_inputs{
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  p.flowers_with_delivery_politic{
    margin-bottom: 20px;
  }
}
@media (max-width: 1175px){
  .flowers_with_delivery_right,
  .flowers_with_delivery_hdr br{
    display: none;
  }
  .flowers_with_delivery_left{
    width: 100%;
  }
}
@media (max-width: 480px){
  .flowers_with_delivery_hdr{
    font-size: 36px;
    line-height: 36px;
  }
  .flowers_with_delivery_left input[type="text"]{
    width: 100%;
    margin-bottom: 15px;
  }
  .flowers_with_delivery_submit{
    width: 100%;
  }
  .flowers_with_delivery_inputs{
    gap: 0px;
  }
  .flowers_with_delivery_tel{
    font-size: 24px;
    line-height: 24px;
    padding-left: 30px;
  }
  .flowers_with_delivery_tel:before{
    width: 24px;
    height: 24px;
  }
}


.to-top-arrow {
  width: 50px;
  height: 50px;
  background-image: url(/img/icons/up-arrow-5.svg);
  background-size: 100%;
  opacity: 0.95;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 999999999999999999999999;
  transition-property: background-image;
  transition-duration: 0.5s;
  cursor: pointer;
  display: none;
}

.nav_top_bl .ul_menu > li > a{
  padding: 10px 26px 10px 20px;
}
.nav_top_bl .ul_menu > li:first-child> a{
  color: #E1616C;
  padding-left: 40px;
}
.nav_top_bl .ul_menu > li:hover > a{
  color: #1B1C21;
}
.phone-icon{
  display: none;
  padding: 13px 10px 0 0;
}

@media (max-width: 1200px){
  .phone_top{
    display: none;
  }
  .phone-icon{
    display: block;
  }
}
@media (max-width: 992px){
  .phone-icon {
      padding: 7px 10px 0 0;
  }
}
@media (max-width: 480px){
  .phone-icon {
      padding: 0px;
  }
}
@media (max-width: 359px){
  .phone-icon img {
      width: 35px;
      padding-left: 5px;
  }
}


.main-h2{
  text-align: center;
  margin-bottom: 30px;
}
.under-catalog-link{
  font-size: 18px;
  border: 1px solid;
  padding: 8px 26px;
  border-radius: 10px;
  color: #403635;
}

.captchaNew {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

body .captchaNew input {
  width: 30%;
  padding: 8px !important;
}
p.flowers_with_delivery_politic {
  margin-bottom: 20px;
}


.flowers_with_delivery_right img {
  object-fit: cover;
}

.fixed-header-icons{
  display: none;
}
@media (max-width: 992px){
  .fixed-header-icons{
    display: flex;
  }
  .fixed-header-icons .fav_bl{
    padding-left: 40px;
  }
  .fixed-header-icons .fav_bl:before{
    left: 0px;
  }
  .fixed-header-icons .basket_bl:before{
    left: 0px;
    right: 0px;
  }
}



.ya-reviews-wrapper{
    width:560px;
    height:800px;
    overflow:hidden;
    position:relative;
    margin: 20px auto;
}
@media (max-width: 767px){
  .ya-reviews-wrapper{
    width: 100%;
  }
  .ya-reviews-wrapper iframe{
    max-width: 100%;
  }
}
div#footer_frm {
    padding-top: 60px;
    padding-bottom: 30px;
}


.cart-table.col_bas{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}




.corporate-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0 20px;
}
.corporate-inner{
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.corporate-inner img{
  width: 55px;
  height: 55px;
  max-width: 100%;
}
.corporate-img{
  width: 23%;
}
.corporate-txt{
  width: 77%;
}
.partners_slider_wrapper {
  background: #F5F5F5;
  padding-top: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.partners_slider_wrapper .owl-dots {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.partners_slider_wrapper button.owl-dot.active {
    width: 15px;
    height: 15px;
    border: 1px solid #E6320D;
    background: #E6320D!important;
    border-radius: 50%;
}
.partners_slider_wrapper button.owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #E6320D!important;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.economy {
    position: absolute;
    top: 0;
    z-index: 100;
    background: #ffd02e;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 10px;
    left: 0;
}
@media (max-width: 480px){
  .economy{
    font-size: 12px;
  }
}

p.eye_view {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    width: 80px;
    line-height: 18px;
}

p.eye_view img {
    width: 21px;
    flex: none;
}

.one_click_and_phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.one_click_and_phone a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
}
@media screen and (max-width:767px)
{
  .one_click_and_phone {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.category_relinks_block {
    margin-bottom: 30px;
}



.footer_mobile_fixed{
    display: none;
}
@media (max-width: 480px){
    .footer_mobile_fixed{
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        max-width: 100%;
        height: 40px;
        background: #F5F5F5;
        box-shadow: 0px 6px 0px -5px rgba(0, 0, 0, 0.1) inset;
        z-index: 9999;
    }
    .footer_mobile_fixed img{
        height: 24px;
    }
    .footer_mobile_fixed a:hover{
      opacity: .8;
    }
}



.contacts-page-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-page-inner-l{
  width: 40%;
  margin-bottom: 30px;
}
.contacts-page-inner-r{
  width: 60%;
}
.contacts-soc-wrap{
  margin-top: 20px;
}
.contacts-soc-wrap .soc-wrap{
  justify-content: flex-start;
}
@media (max-width: 767px){
  .contacts-page-inner-l,
  .contacts-page-inner-r{
    width: 100%;
  }
}

.bx-filter .bx-filter-button-box{
  display: block;
}
.bx-filter .bx-filter-button-box #set_filter{
  display: none;
}

.bx-filter .bx-filter-button-box #del_filter{
  width: auto;
  height: 20px;
}


.how-to-wrap{
  margin-bottom: 40px;
}
.how-to-wrap p{
  margin-bottom: 15px;
}
.how-to-wrap .bold-p{
  color: #4d3835;
  font-size: 20px;
  font-weight: bold;
}
.how-to-wrap .red-p{
  color: #ff0000;
  font-size: 24px;
}


.bxslider1 > div:nth-child(n+2),
.bxslider2 > div:nth-child(n+2) {
    display: none;
}


/* CATALOG SECTIONS LINKS */
.catalogue-sect-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 20px;
}
.catalogue-sect-inner{
  position: relative;
}
.catalogue-sect-inner img{
  width: 300px;
}
.catalogue-sect-title{
  position: absolute;
    top: 12px;
    left: 0;
    width: max-content;
    max-width: 240px;
    padding: 4px 12px;
    color: #fff;
    background-color: #e1616c;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.catalogue-sect-inner a:hover{
  opacity: .8;
  transition: .4s;
}
@media (max-width: 992px){
  .catalogue-sect-wrap{
    justify-content: space-evenly;
  }
  .catalogue-sect-inner{
    width: 48%;
  }
  .catalogue-sect-inner img{
    width: 100%;
  }
  .catalogue-sect-title{
    max-width: 100%;
  }
}
@media (max-width: 480px){
  .catalogue-sect-inner{
    width: 100%;
  }
}



@media (max-width: 992px){
  .sl_box.bg_40058 .btn_sl_bl{
    padding: 15px 0;
  }
}

@media (max-width: 520px){
  .sl_box.bg_40058 .btn_sl_bl{
    left: auto;
    right: 15px;
    padding: 15px 0;
  }
}


.about.content ol{
  padding-left: 30px;
}
.about.content ol li{
  list-style: decimal;
}

@media (max-width: 768px){
  .cart-coupon.right.form_promokod_bl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .left_input_promokod {
    order: -1;
    padding: 0 30px;
    width: 100%;
  }

  .about-responsive-img {
    width: 100%;
  }
}

.user_actions_sticky {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .user_actions_sticky {
    display: none !important;
  }
}


.top-sect-banner{
  margin-bottom: 30px;
}
.top-sect-banner img{
  max-width: 100%;
}
/* End */
/* /bitrix/templates/main/js/fancybox2/jquery.fancybox.css?16816568264895 */
/* /bitrix/templates/main/js/rangeslider/css/prism.css?16816568261416 */
/* /bitrix/templates/main/js/rangeslider/css/main.css?16816568266833 */
/* /bitrix/templates/main/js/rangeslider/css/asRange.css?16816568264320 */
/* /bitrix/templates/main/components/bitrix/menu/horizontal_catalog/style.css?16929543115070 */
/* /bitrix/templates/main/components/h2o/favorites.line/template2/style.css?1681656827260 */
/* /bitrix/templates/main/components/bitrix/menu/top/style.css?1681656826626 */
/* /bitrix/components/h2o/favorites.add/templates/.default/style.css?16816568162374 */
/* /bitrix/templates/main/components/bitrix/search.title/search_by_titles/style.css?17266599642108 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?17035867291008 */
/* /bitrix/templates/main/components/bitrix/form.result.new/company/style.css?17204413971587 */
/* /bitrix/templates/main/components/bitrix/menu/bottom/style.css?1681656826626 */
/* /bitrix/components/abudagov/socnetlink/templates/.default/style.min.css?16816568162667 */
/* /bitrix/templates/main/styles.css?17381471989646 */
/* /bitrix/templates/main/template_styles.css?1749639754113024 */
