

/* Start:/local/templates/site/css/normalize.css?176000952210110*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
body {
	font-size:0.81em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin:0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End */


/* Start:/local/templates/site/css/main.css?17600095226075*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   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: 150%;
}

/*
 * 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.
   These 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 print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* 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;
    }
}

/* End */


/* Start:/local/templates/site/grid.css?17600095221566*/
/*grid*/
.left_col_index,
.right_col_index {
	margin-top:40px;
}
.left_col,
.left_col_index {
	/*width:18.71%;*/
	width:23%;
	float:left;
}
.right_col_index,
.right_col {
	float:right;
	/*width:79.69%;*/
	width: 74.5%;
}
.uni_parent_col {
	margin-left:-8px !important;
	margin-right:-8px !important;
}
.uni_parent_col:after {
	content:"";
	visibility:hidden;
	display:block;
	clear:both;
}
.uni_col {
	padding-left:8px;
	padding-right:8px;
	box-sizing: border-box;
	float:left;
}
.uni-100 {
	width:100%;
}
.uni-50 {
	width:50%;
}
.uni-75 {
	width:75%;
}
.uni-66 {
	width:66.666666666%;
}
.uni-33 {
	width:33.333333333%;
}
.uni-25 {
	width:25%;
}
.uni-20 {
	width:20%;
}
.uni-16 {
	width:16.66%;
}
.uni-100 {
	width:100%;
}
@media all and (max-width:1000px) {
	.adaptiv .uni-25 {
		width: 33.33%;		
	}	

	.adaptiv .uni-20 {
		width: 25%;
	}
	.adaptiv .uni-16 {
		width:25%;
	}
}
@media all and (max-width:600px) {
	.adaptiv .uni-25 {
		width: 50%;		
	}
	.adaptiv .uni-20 {
		width: 50%;
	}
	.adaptiv .uni-75 {
		width:100%;
	}
    .adaptiv .uni-66 {
		width:100%;
	}
	.adaptiv .uni-50 {
		width: 100%;
	}
	
	.adaptiv .uni-33 {
		width: 50%;
	}
	.adaptiv .uni-16 {
		width:33.33%;
	}
}
@media all and (max-width:550px) {
	.adaptiv .uni-16 {
		width:50%;
	}
}
@media all and (max-width:400px) {
	.adaptiv .uni-25 {
		width: 100%;		
	}
	
	.adaptiv .uni-20 {
		width: 100%;
	}
	
	.adaptiv .uni-33 {
		width: 100%;
	}
	.adaptiv .uni-16 {
		width:100%;
	}
}
/* End */


/* Start:/local/templates/site/controls.css?176000952213404*/
/*Ссылки*/
a {
    
}
a:focus,
a:hover {
    outline: none;
}
/**Ссылки**/

/*Метки*/
.marks {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	margin: -8px -4px;	
}
.marks .mark {
	float:left;
	font-size:12px;
	line-height: 12px;
	background:#fff;
	margin: 8px 4px;
	padding: 4px 4px;
	border-radius: 2px;
}
.marks .mark.hit {
	border: 1px solid #22b388;
	color: #22b388;
}
.marks .mark.new {
	border: 1px solid #1a58d7;
	color: #1a58d7;
}
.marks .mark.action {
	border: 1px solid #e42828;
	color: #e42828;
}
.marks .mark.recommend {
	border: 1px solid #1a5d96;
	color: #1a5d96;
}
/**Метки**/

/*Вкладки*/
.uni-tabs .tabs
{
	display: block;
	white-space: nowrap;
	padding-left: 0px;
	margin-bottom: 30px;
	font-size: 0px;
}

.uni-tabs .tabs .tab {
	display: inline-block;
	font-size: 14px;
	color: #7a7a7a;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition-property: background-color, border-color;
	transition: 0.2s;
}

.uni-tabs .tabs .tab a {
	display: block;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	padding: 7px 25px;
	font-size: 14px;
	font-weight: bold;
    transition: 0.2s;
}

.uni-tabs .tabs .tab a:focus {
	outline: none;
}

.uni-tabs .tabs .bottom-line {
	position: absolute;
	left: 0px;
	background: #f1f1f1;
	height: 1px;
	width: 100%;
}

.uni-tabs .tabs .tab.current,
.uni-tabs .tabs .tab.ui-state-hover,
.uni-tabs .tabs .tab:hover,
.uni-tabs .tabs .tab.ui-state-active {
	color: #000;
	border-color: #1a58d7;
}

.uni-tabs .tabs .tab:focus {
	outline: none;
}
/**Вкладки**/

/*Кнопки*/
.uni-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 7px 11px 6px 11px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-property: background-color, border-color;
	transition: 0.4s;
}.uni-button:hover {
	text-decoration: none;
}.uni-button:focus {
	outline: none;
	text-decoration: none;
}

.uni-button.uni-button-gray {
	border: 1px solid #cbcbcb;
	color: #363636;
	background: #fff;
}
.uni-button.uni-button-gray:hover {
	background: #cbcbcb;
}
/**Кнопки**/

/*Кнопки прокрутки*/
.uni-slider-button-small,
.uni-slider-button {
	position: relative;
	border: none;
	background: transparent;
	transition: 0.3s;
	padding: 0px;
	cursor: pointer;
}
.uni-slider-button-small {
	width: 24px;
	height: 24px;
	border-radius: 12px;
}
.uni-slider-button {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
.uni-slider-button-small:hover,
.uni-slider-button:hover {
	background: #1a58d7;
}
.uni-slider-button-small:focus,
.uni-slider-button:focus {
	outline: none;
}

.uni-slider-button-small .icon, 
.uni-slider-button .icon {
	position: absolute;
	
	background: url('/local/templates/site/images/uni-slider-buttons.png') no-repeat;
}
.uni-slider-button-small .icon {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.uni-slider-button .icon {
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
}

.uni-slider-button-small.uni-slider-button-left .icon,
.uni-slider-button.uni-slider-button-left .icon {
	background-position: -16px 0px;
}
.uni-slider-button-small.uni-slider-button-left:hover .icon,
.uni-slider-button.uni-slider-button-left:hover .icon {
	background-position: -16px -16px;
}

.uni-slider-button-small.uni-slider-button-right .icon,
.uni-slider-button.uni-slider-button-right .icon {
	background-position: 0px 0px;
}
.uni-slider-button-small.uni-slider-button-right:hover .icon,
.uni-slider-button.uni-slider-button-right:hover .icon {
    background-position: 0px -16px;
}
/**Кнопки прокрутки**/

/*Отступы*/
.uni-indents-vertical {
	display: block;
	margin: 0px;
	padding: 0px;
}.uni-indents-vertical.indent-5 {
	padding-top: 5px;
}.uni-indents-vertical.indent-10 {
	padding-top: 10px;
}.uni-indents-vertical.indent-15 {
	padding-top: 15px;
}.uni-indents-vertical.indent-20 {
	padding-top: 20px;
}.uni-indents-vertical.indent-25 {
	padding-top: 25px;
}.uni-indents-vertical.indent-30 {
	padding-top: 30px;
}.uni-indents-vertical.indent-35 {
	padding-top: 35px;
}.uni-indents-vertical.indent-40 {
	padding-top: 40px;
}.uni-indents-vertical.indent-45 {
	padding-top: 45px;
}.uni-indents-vertical.indent-50 {
	padding-top: 50px;
}

.uni-indents-horizontal {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	min-height: 1px;
	height: 100%;
}.uni-indents-horizontal.indent-5 {
	padding-left: 5px;
}.uni-indents-horizontal.indent-10 {
	padding-left: 10px;
}.uni-indents-horizontal.indent-15 {
	padding-left: 15px;
}.uni-indents-horizontal.indent-20 {
	padding-left: 20px;
}.uni-indents-horizontal.indent-25 {
	padding-left: 25px;
}.uni-indents-horizontal.indent-30 {
	padding-left: 30px;
}.uni-indents-horizontal.indent-35 {
	padding-left: 35px;
}.uni-indents-horizontal.indent-40 {
	padding-left: 40px;
}.uni-indents-horizontal.indent-45 {
	padding-left: 45px;
}.uni-indents-horizontal.indent-50 {
	padding-left: 50px;
}
/**Отступы**/

/*Текст*/
.uni-text-default {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1px;
}
/**Текст**/

/*Выравниватель*/
.uni-aligner-vertical {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
	overflow: hidden;
}
/**Выравниватель**/

/*Поля ввода*/
.uni-input-textarea,
.uni-input-text {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #ededed;
	color: #494949;
	font-size: 14px;
	padding: 0px 10px;
	border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-input-text {
	line-height: 35px;
    height: 35px;
}

.uni-input-textarea {
	padding: 10px 10px;
}
/**Поля ввода**/

/*Минималистичные кнопки*/
.min-button div {
	position: relative;
	width: 24px;
	height: 24px;
	cursor:pointer;
}
.min-button div.remove:before,
.min-button:hover div:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 12px;
	width:24px;
	height: 24px;
	background: #3a58d2;
	z-index: -1;
}
.min-button div.remove:before {
	background: #3a58d2!important;
}
.min-button:hover div:before {
	background: #e5e5e5;
}
.min-button div.remove {
	background-position: bottom;
}
/*Добавить в отложенные*/
.min-button.like div {
	background-image: url('/local/templates/site/images/like.png');
}

/*Добавить в сравнение*/
.min-button.compare div {
	background-image: url('/local/templates/site/images/compare.png');
}

/*Удалить*/
.min-button.delete div {
	background-image: url('/local/templates/site/images/delete.png');
}
.min-button.delete div:before {
	border-radius: 4px;
	width: 18px;
	height: 18px;
	margin: 3px;
}
.min-button.delete:hover div:before {
	/*background: #3a58d2;*/
}
.min-button.delete:hover div {
	background-position: bottom;
	
}
/**Минималистичные кнопки**/

/*Изображения*/
.uni-image {
	font-size: 0px;
	text-align: center;
	white-space: nowrap;
}

.uni-image * {
	white-space: normal;
	text-align: left;
	font-size: 14px;
}

.uni-image > img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/**Изображения**/

/*Панель сортировки*/
.uni-panel-sort {
    position: relative;
    display: block;
    height: 40px;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
}

.uni-panel-sort .sort,
.uni-panel-sort .view {
    display: block;
    height: 100%;
    font-size: 0px;
}

.uni-panel-sort .sort {
    float: left;
    padding-left: 20px;
}

.uni-panel-sort .view {
    float: right;
    padding-right: 20px;
}

.uni-panel-sort .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 12px;
}

.uni-panel-sort .sort .values {
    display: inline-block;
    vertical-align: middle;
}

.uni-panel-sort .sort .values .value {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 3px 7px;
}
.uni-panel-sort .sort .values .value a {
    text-decoration: none;
    color: #363636;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
.uni-panel-sort .sort .values .value a .icon {
    display: none;
    vertical-align: middle;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url('/local/templates/site/images/uni-panel-sort.png') no-repeat;
    background-position: -48px 0px;
}
.uni-panel-sort .sort .values .value:hover,
.uni-panel-sort .sort .values .value.ui-state-active {
    background: #363636;
    border-radius: 3px;
}
.uni-panel-sort .sort .values .value:hover a,
.uni-panel-sort .sort .values .value.ui-state-active a {
    color: #fff;
}

.uni-panel-sort .sort .values .value.ui-state-active a .icon {
    display: inline-block;
}
.uni-panel-sort .sort .values .value.ui-state-active a .icon.desc {
    background-position: -48px 0px;
}
.uni-panel-sort .sort .values .value.ui-state-active a .icon.asc {
    background-position: -48px -16px;
}

.uni-panel-sort .view .views {
    display: inline-block;
    vertical-align:  middle;
}

.uni-panel-sort .view .views > a {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url('/local/templates/site/images/uni-panel-sort.png') no-repeat;
}

.uni-panel-sort .view .views > a.text {
    background-position: -16px 0px;
}
.uni-panel-sort .view .views > a.text.ui-state-active,
.uni-panel-sort .view .views > a.text:hover {
    background-position: -16px -16px;
}
.uni-panel-sort .view .views > a.list {
    background-position: 0px 0px;
}
.uni-panel-sort .view .views > a.list.ui-state-active,
.uni-panel-sort .view .views > a.list:hover {
    background-position: 0px -16px;
}
.uni-panel-sort .view .views > a.tile {
    background-position: -32px 0px;
}
.uni-panel-sort .view .views > a.tile.ui-state-active,
.uni-panel-sort .view .views > a.tile:hover {
	background-position: -32px -16px;
}

.uni-panel-sort .view .views > a:focus {
    outline: none;
}
/**Панель сортировки**/

/*Радиокнопка*/
.uni-button-radio {
	white-space: nowrap;
	cursor: pointer;
}

.uni-button-radio input {
	display: none;
}

.uni-button-radio .selector {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #e9e9e9;
	margin-right: 4px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uni-button-radio:hover .selector {
	border-color: #b9b9b9;
	background: #d9d9d9;
}

.uni-button-radio input:checked + .selector:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 4px;
	background: #1a58d7;
}

.uni-button-radio .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin-right: 20px;
}
/**Радиокнопка**/

/*Чекбокс*/
.uni-button-checkbox {
	white-space: nowrap;
	cursor: pointer;
}

.uni-button-checkbox input {
	display: none;
}

.uni-button-checkbox .selector {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background: #e9e9e9;
	margin-right: 4px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uni-button-checkbox:hover .selector {
	border-color: #b9b9b9;
	background: #d9d9d9;
}

.uni-button-checkbox input:checked + .selector:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #1a58d7;
	border-radius: 2px;
}

.uni-button-checkbox .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin-right: 20px;
}
/**Чекбокс**/

/*Числовой ввод*/
.uni-input-numeric {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0px;
}

.uni-input-numeric * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-input-numeric button {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 26px;
	color: #272727;
	font-size: 14px;
	line-height: 26px;
	height: 30px;
	text-align: center;
	transition: 0.3s;
}
.uni-input-numeric button:hover {
	background: #d2d2d2;
}
.uni-input-numeric button:focus {
	outline: none;
}

.uni-input-numeric button.increase {
	border-left: 0px;
	border-radius: 0px 3px 3px 0px;
}

.uni-input-numeric button.decrease {
	border-right: 0px;
	border-radius: 3px 0px 0px 3px;
}

.uni-input-numeric input {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 32px;
	color: #272727;
	font-size: 14px;
	line-height: 28px;
	height: 30px;
	text-align: center;
}
/**Числовой ввод**/
/* End */


/* Start:/local/templates/site/css/select2/select2.min.css?176000952215090*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/site/js/jquery.bxslider.css?17600095224079*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;/*custom*/
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/site/js/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	/* padding-top: 20px; *//*custom*/
	bottom:0px;/*custom*/
	height:34px;/*custom*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-top:8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cf9f33;/*custom*/
	text-indent: -9999px;
	display: block;
	width: 16px;/*custom*/
	height: 16px;/*custom*/
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;/*custom*/
	-webkit-border-radius: 10px;/*custom*/
	border-radius: 10px;/*custom*/
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	/* background: #000; *//*custom*/
	background: url(/local/templates/site/js/images/dot.png) no-repeat center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	/* background: url(/local/templates/site/js/images/controls.png) no-repeat 0 -32px; */
	background: url(/local/templates/site/js/images/custom_controls.png) no-repeat 0 0px; /*custom*/
}

.bx-wrapper .bx-next {
	right: 10px;
	/* background: url(/local/templates/site/js/images/controls.png) no-repeat -43px -32px; */
	background: url(/local/templates/site/js/images/custom_controls.png) no-repeat -28px 0px;/*custom*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -94px;
}

.bx-wrapper .bx-next:hover {
	background-position: -28px -94px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 32px;
	height: 89px;/*custom*/
	text-indent: -9999px;
	z-index: 12;
}
@media (max-width:774px){
	.bx-wrapper .bx-controls-direction a {
		display:none;
	}
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/site/js/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/site/js/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* End */


/* Start:/local/templates/site/js/fancybox/jquery.fancybox.css?17600095224895*/
/*! 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('/local/templates/site/js/fancybox/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('/local/templates/site/js/fancybox/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('/local/templates/site/js/fancybox/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('/local/templates/site/js/fancybox/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('/local/templates/site/js/fancybox/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('/local/templates/site/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


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


/* Start:/local/templates/site/head_style_v2.css?176000952216895*/
.head-l1 {
	display: flex;
}
.head-logo {
	width: 144px;
	min-width: 144px;
	height: 70px;
	display: block;
	position: relative;
	top: -20px;
}
.head-logo svg {
	max-width: 100%;
	max-height: 100%;
}

.head-phone {
	width: 28%;
}
.head-search {
	width: 42%;
}
.head-infopanel {
	width: 20%;
	min-width: 200px;
}
.head-phone {
	box-sizing: border-box;
	padding-left: 45px;
}

.head-phone-wr {
	text-align: right;
}
.head-tel a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.head-timework {
	font-size: 14px;
	color: #CBCBCB;
}
.head-callback,
.head-whatsapp {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 24px;
}
.head-callback {
	background: #F5F5F5;
	cursor: pointer;
}
.head-callback svg {
	fill: #000;
}
.head-callback:hover svg {
	fill: #C52440;
}
.head-whatsapp {
	background: #25D366;
}
.head-whatsapp:hover {
	background: #30AD5F;
}
.head-whatsapp a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
}
.head-callback svg,
.head-whatsapp svg {
	width: 20px;
	height: 20px;
}
.head-phone {
	display: flex;
}
.head-l1 {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.head-search {
	position: relative;
}
.head-search input {
	height: 44px;
	background: #F5F5F5;
	border-radius: 8px;
	padding: 12.5px 75px 12.5px 12.5px;
	font-size: 16px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.head-search button,
.catalog-mob-search-wr form button {
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.head-search button svg,
.catalog-mob-search-wr form button svg {
	width: 24px;
	height: 24px;
}
.head-search-clear {
	right: 50px !important;
}
.mob-search-clear {
	right: 36px !important;
}

.head-infopanel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 50px;
	box-sizing: border-box;
}
.head-infopanel-auth,
.head-infopanel-favorit,
.head-infopanel-cart {
	position: relative;
	cursor: pointer;
	height: 30px;
}
.head-infopanel-auth svg,
.head-infopanel-favorit svg,
.head-infopanel-cart svg {
	display: flex;
	align-content: center;
	align-items: center;
	fill: #000;
}
.head-infopanel-auth:hover svg,
.head-infopanel-favorit:hover svg,
.head-infopanel-cart:hover svg {
	fill: #C52440;
}
.head-infopanel-auth:before,
.head-infopanel-favorit:before,
.head-infopanel-cart:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	right: 0;
	width: 60px;
	height: 40px;
	margin: auto;
}

.head-infopanel-auth svg,
.head-infopanel-favorit svg,
.head-infopanel-cart svg {
	width: 32px;
	height: 32px;
}
.head-infopanel-count {
	position: absolute;
	top: -10px;
	left: -20px;
	background: #C52440;
	border-radius: 14px;
	font-size: 12px;
	color: #fff;
	padding: 0 8px;
}
.head-l2 {
	display: flex;
	margin-top: 15px;
}
.head-cat-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 144px;
	min-width: 144px;
	height: 44px;
	background: #F5F5F5;
	border-radius: 8px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}
.head-cat-btn:active {
	transform: scale(.97);
}
.head-cat-btn:active span {
	transform: scale(1.02);
}
.head-cat-btn[data-cl="1"] {
	z-index: 10000;
	color: #fff;
	background: #2C2B2B;
}
.head-cat-btn svg:nth-child(2) {
	display: none;
}
.head-cat-btn[data-cl="1"] svg:nth-child(1) {
	display: none;
}
.head-cat-btn[data-cl="1"] svg:nth-child(2) {
	display: block;
}
.head-cat-btn svg {
	fill: #000;
}
.head-cat-btn[data-cl="1"] svg {
	fill: #fff;
}
.head-cat-btn svg {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
.head-link-wr {
	border-top: 1px solid #CBCBCB;
	width: 100%;
	margin-left: 44px;
	display: flex;
	align-items: center;
}
.head-link-wr ul {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
}
.head-mnu-l1 {
	display: flex;
}
.head-mnu-l1 svg {
	width: 17px;
	height: 19px;
	margin-right: 8px;
	fill: #000;
}
.head-mnu-l1 li:hover svg {
	fill: #C52440;
}
.head-mnu-l1 li a,
.head-mnu-l1 li span {
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}
.head-link-wr ul li:not(:first-child) {
	margin-left: 25px;
}
.head-mnu-l1 li a:hover,
.head-mnu-l1 li span:hover {
	color: #C52440;
}

.link-sale a {
	color: #C52440 !important;
}
.link-sale a:hover {
	text-decoration: underline;
}
.head-submnu {
	position: relative;
}
.head-submnu {
	margin-right: 5px;
	position: relative;
}
.head-submnu:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(225deg);
	display: block;
	position: absolute;
	top: -3px;
	bottom: 0;
	right: -12px;
	margin: auto 0;
}
.head-submnu:hover:after {
	border-color: #C52440;
}
.head-submnu:before {
	content: '';
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: -20px;
	position: absolute;
}
.head-submnu .head-submnu-l2 ul li {
	margin-left: 0;
}
.head-submnu .head-submnu-l2 ul li:not(:last-child) {
	margin-bottom: 8px;
}
.head-submnu:hover .head-submnu-l2 {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 10px 24px;
	z-index: 100;
	width: 226px;
	box-sizing: border-box;
}
.head-mnu-l1 li:nth-last-child(-n+2) .head-submnu-l2 {
	left: -20px;
}
.head-submnu:hover .head-submnu-l2:before {
	content: '';
	top: -15px;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
}
.head-submnu:hover:after {
	transform: rotate(45deg);
}
.head-submnu:hover .head-submnu-name {
	color: #C52440;
}

.head-link-g2 {
	margin-left: auto;
}
.head-submnu-l2 {
	display: none;
}
.head-mob-l2 {
	display: none;
}
.head-infopanel-mob-mnu {
	display: none;
}
.head-mob-mnu-btn div {
	width: 20px;
	height: 17px;
}
.head-mob-mnu-btn[data-open="1"] span {
	color: #c52440;
}
.head-mob-mnu-btn[data-open="1"] svg,
.head-infopanel-mob-mnu[data-open="1"] svg {
	display: none;
}
.head-mob-mnu-btn[data-open="1"] div,
.head-infopanel-mob-mnu[data-open="1"] {
	position: relative;
}
.head-mob-mnu-btn[data-open="1"] div:after,
.head-mob-mnu-btn[data-open="1"] div:before,
.head-infopanel-mob-mnu[data-open="1"]:after,
.head-infopanel-mob-mnu[data-open="1"]:before,
.catalog-mob-search-close:after,
.catalog-mob-search-close:before {
	content: '';
	width: 1.5px;
	height: 9px;
	background-color: #c52440;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
}
.head-mob-mnu-btn[data-open="1"] div:after,
.head-infopanel-mob-mnu[data-open="1"]:after,
.catalog-mob-search-close:after {
	transform: rotate(45deg);
}
.head-mob-mnu-btn[data-open="1"] div:before,
.head-infopanel-mob-mnu[data-open="1"]:before,
.catalog-mob-search-close:before {
	transform: rotate(-45deg);
}
.catalog-mob-mnu,
.catalog-mob-search {
	display: none;
}
.catalog-mob-mnu.active,
.catalog-mob-search.active {
	display: block;
}
.catalog-mob-search-close {
	width: 44px;
	min-width: 44px;
	height: 44px;
	background: #F5F5F5;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
.catalog-mob-search-close:after,
.catalog-mob-search-close:before {
	background-color: #000;
}
.mob-mnu-phone,
.mob-infopanel-mnu,
.mob-mnu-phone.hide,
.mob-infopanel-mnu.hide {
	display: none;
}
.minicart_productlist__delete svg {
	width: 10px;
	height: 10px;
	fill: #030303 !important;
}

@media only screen and (max-width: 1260px) {
	.head-search {
		margin-left: 15px;
	}
	.head-phone {
		min-width: 325px;
	}
	.head-link-wr {
		margin-left: 30px;
	}
	.head-infopanel {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.head-search,
	.head-link-wr {
		display: none;
	}
	.head-phone {
		width: 60%;
	}
	.head-infopanel {
		width: 25%;
		padding-left: 0;
	}
	.head-mob-l2 {
		display: flex;
		width: 100%;
		padding-left: 40px;
	}
	.head-search-mob {
		width: 85%;
		margin-right: 30px;
	}
	.head-mob-mnu-btn {
		width: 82px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		margin-left: auto;
	}
	.head-mob-mnu-btn div {
		position: relative;
		top: 1px;
	}
	.head-mob-mnu-btn svg {
		width: 17px;
		height: 15px;
	}
	.head-mob-mnu-btn span {
		font-size: 16px;
		color: #000;
		display: block;
		margin-left: 10px;
	}
	.head-search-mob {
		position: relative;
		cursor: pointer;
	}
	.head-search-mob-input {
		display: flex;
		align-items: center;
		width: 100%;
		height: 44px;
		background: #F5F5F5;
		border-radius: 8px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.head-search-mob-input span {
		font-size: 16px;
		color: #CBCBCB;
	}
	.head-search-mob-btn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto 0;
		width: 24px;
		height: 24px;
		padding: 0 15px;
	}
	.head-search-mob-btn svg {
		width: 24px;
		height: 24px;
	}
	.mob-mnu-container {
		position: relative;
	}
	.catalog-mob-mnu.active,
	.catalog-mob-search.active {
		position: absolute;
		width: calc(100% - 30px);
		top: 8px;
		background-color: #fff;
		box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
		border-radius: 8px;
		z-index: 1000;
		box-sizing: border-box;
	}
	.catalog-mob-search.active {
		top: -52px;
		padding: 10px 12px;
	}
	.catalog-mob-search-wr {
		display: flex;
	}
	.catalog-mob-search-wr form {
		display: flex;
		width: 100%;
		position: relative;
		margin-right: 20px;
	}
	.catalog-mob-search-wr form  input {
		border: none;
		padding: 5px 60px 5px 15px;
		width: 100%;
	}
	.catalog-mob-search-wr form button {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.catalog-mob-mnu-content {
		display: flex;
		box-sizing: border-box;
	}
	.mob-mnu-content-c {
		width: 50%;
		padding: 24px;
		box-sizing: border-box;
	}
	.mob-mnu-content-c:nth-child(2) {
		border-left: 1px solid #CBCBCB;
		/*padding-left: 20px;*/
	}
	.mob-mnu-content-c ul {
		list-style: none;
		padding-left: 0;
		padding-top: 15px;
	}
	.mob-mnu-content-c li {
		padding: 6px 0;
	}
	.mob-mnu-content-c li a {
		font-size: 16px;
		color: #000;
		text-decoration: none;
	}
	.mob-link-sale a {
		font-size: 16px;
		text-decoration: none;
		color: #C52440;
		display: flex;
		align-items: center;
	}
	.mob-link-sale a:hover {
		color: #C52440 !important;
	}
	.mob-link-sale svg,
	.mob-point svg {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}
	.mob-submnu-name {
		display: flex;
		align-items: center;
		cursor: pointer;
		font-size: 16px;
		color: #000;
	}
	.mob-submnu-l2 {
		display: none;
	}
	.mob-submnu{
		position: relative;
	}
	.mob-submnu:before {
		content: '';
		width: 14px;
		height: 10px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto 0;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.34643 0.507159C7.61863 0.194937 8.09239 0.162487 8.40462 0.434681L12.9929 4.43468C13.1562 4.57711 13.25 4.78326 13.25 5.00001C13.25 5.21676 13.1562 5.42291 12.9929 5.56534L8.40462 9.56534C8.09239 9.83753 7.61863 9.80509 7.34643 9.49286C7.07424 9.18064 7.10669 8.70687 7.41891 8.43468L10.4984 5.75001H1.5C1.08579 5.75001 0.75 5.41422 0.75 5.00001C0.75 4.5858 1.08579 4.25001 1.5 4.25001H10.4984L7.41891 1.56534C7.10669 1.29315 7.07424 0.819382 7.34643 0.507159Z' fill='black'/%3E%3C/svg%3E");
	}
	.mob-point-650 {
		display: none;
	}
	.catalog-mob-mnu-content.hide {
		display: none;
	}
	.mob-mnu-lev-2 {
		padding: 24px;
	}
	.mob-mnu-lev-2-prev {
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		position: relative;
	}
	.mob-mnu-lev-2-prev:before {
		content: '';
		display: block;
		width: 9px;
		height: 9px;
		border-top: 1.5px solid #000;
		border-left: 1.5px solid #000;
		transform: rotate(-45deg);
	}
	.mob-mnu-lev-2-btn {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.mob-mnu-lev-2-name {
		font-size: 16px;
		font-weight: 500;
		margin-right: 8px;
	}
	.mob-mnu-lev-2-content ul {
		padding-left: 0;
		list-style: none;
	}
	.mob-mnu-lev-2-content ul li {
		padding: 6px 0;
	}
	.mob-mnu-lev-2-content ul li a,
	.mob-mnu-lev-2-content ul li span {
		color: #000;
		text-decoration: none;
		display: inline;
		cursor: pointer;
		font-size: 16px;
	}
	.mob-search-clear {
		right: 50px !important;
	}
	.catalog-mob-search-wr form input {
		padding: 5px 80px 5px 15px;
	}
	.head-infopanel {
		min-width: unset;
	}
}

@media only screen and (max-width: 650px) {
	.head-phone {
		display: none;
	}
	.head-mob-mnu-btn {
		width: 44px;
		min-width: 44px;
		height: 44px;
		background: #F5F5F5;
		border-radius: 8px;
	}
	.head-mob-mnu-btn span {
		display: none;
	}
	.head-mob-mnu-btn[data-open="1"],
	.head-infopanel-mob-mnu[data-open="1"] {
		background: #C52440;
	}
	.head-mob-mnu-btn[data-open="1"] div:after,
	.head-mob-mnu-btn[data-open="1"] div:before,
	.head-infopanel-mob-mnu[data-open="1"]:after,
	.head-infopanel-mob-mnu[data-open="1"]:before {
		background-color: #fff;
	}
	.head-mob-l2 {
		padding-left: 20px;
	}
	.head-search-mob {
		margin-right: 20px;
	}
	.head-cat-btn {
		width: 110px;
		min-width: 110px;
	}
	.head-infopanel {
		margin-left: auto;
		width: 43%;
		max-width: 200px;
	}
	.head-l2 {
		margin-top: 4px;
	}
	.catalog-mob-search.active,
	.catalog-mob-mnu.active {
		left: 0;
		right: 0;
		width: 100%;
		box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.18);
		top: -54px;
	}
	.catalog-mob-mnu.active {
		top: 10px;
	}
	.catalog-mob-search-wr form input {
		background: #F5F5F5;
		border-radius: 8px;
	}
	.catalog-mob-search-close {
		margin-left: auto;
	}
	.catalog-mob-search-wr form button {
		right: 0;
		padding: 0px 15px;
	}
	.head-mob-mnu-btn {
		margin-left: 0;
	}
	.head-search-mob {
		width: 90%;
	}
	.catalog-mob-mnu.active {
		padding: 10px 15px;
	}
	.mob-mnu-phone {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-left: 0;
		min-width: unset;
	}
	.mob-mnu-phone .head-callback,
	.mob-mnu-phone .head-whatsapp {
		margin-left: 20px;
	}
	.catalog-mob-mnu-content {
		display: block;
		margin-top: 25px;
	}
	.mob-mnu-content-c {
		padding: 0;
		border-left: none !important;
	}
	.mob-point {
		display: none;
	}
	.mob-mnu-content-c {
		width: 100%;
		max-width: 350px;
	}
	.mob-mnu-content-c ul {
		padding-left: 30px;
		padding-top: 0;
	}
	.mob-mnu-content-c li {
		padding: 12px 0;
	}
	.mob-mnu-content-c:nth-child(1) ul {
		margin-bottom: 0;
		margin-top: 12px;
	}
	.mob-mnu-content-c:nth-child(2) ul {
		margin-top: 0;
	}
	.mob-point-650 {
		display: block;
		margin-top: 24px;
	}
	.mob-submnu-l2.active {
		display: block;
	}
	.mob-mnu-lev-2 {
		padding: 0;
		margin-top: 25px;
	}
	.mob-search-clear {
		right: 36px !important;
	}
	.catalog-mob-search-wr form input {
		padding: 5px 65px 5px 15px;
	}
}


@media only screen and (max-width: 380px) {
	.head-infopanel-auth,
	.head-infopanel-favorit,
	.head-mob-mnu-btn,
	.head-search-mob-input {
		display: none;
	}
	.head-infopanel-mob-mnu {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #F5F5F5;
		border-radius: 8px;
		width: 44px;
		height: 44px;
		cursor: pointer;
		margin-left: 20px;
	}
	.head-infopanel-mob-mnu svg {
		width: 17px;
		height: 15px;
	}
	.head-search-mob {
		width: 44px;
		min-width: 44px;
		height: 44px;
		background: #F5F5F5;
		border-radius: 8px;
		margin-right: 0;
		margin-left: auto;
	}
	.head-search-mob .head-search-mob-btn {
		padding: 0;
	}
	.head-search-mob-btn {
		margin: auto;
		left: 0;
		right: 0;
	}
	.head-infopanel-cart {
		margin-left: auto;
		background: #F5F5F5;
		border-radius: 8px;
		width: 44px;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.head-infopanel-count {
		top: -5px;
		left: -12px;
	}
	.head-search-mob-btn {
		margin: auto;
		left: 0;
		right: 0;
	}
	.head-mob-l2 {
		width: 44px;
		margin-left: auto;
		padding-left: 20px;
	}
	.head-cat-btn,
	.head-infopanel {
		width: 100%;
	}
	.head-l2 {
		margin-top: 5px;
	}
	.head-logo {
		width: 150px;
		min-width: 150px;
		height: 73px;
		top: -15px;
	}
	.mob-infopanel-mnu {
		display: flex;
		width: calc(100% - 2px);
	}
	.mob-infopanel-favorit,
	.mob-infopanel-auth {
		width: 44px;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #F5F5F5;
		border-radius: 8px;
		cursor: pointer;
	}
	.mob-infopanel-favorit {
		width: 100%;
	}
	.mob-infopanel-favorit span {
		color: #000;
		font-size: 16px;
		margin-left: 12px;
	}
	.mob-infopanel-auth {
		min-width: 44px;
		margin-left: 20px;
	}
	.mob-infopanel-favorit svg {
		width: 20px;
		height: 18px;
	}
	.mob-infopanel-auth svg {
		width: 24px;
		height: 24px;
	}
	.catalog-mob-mnu.active .mob-infopanel-mnu {
		margin-bottom: 20px;
	}
	.head-infopanel-cart svg {
		width: 24px;
		height: 24px;
	}
}
/* End */


/* Start:/local/templates/site/components/arturgolubev/search.title/header-desktop-v3/style.css?17600095226394*/
.search-form.active {
	position: relative;
	z-index: 41;
}
.search-form.active:before {
	content: '';
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	width: 105%;
	height: 60px;
	top: 0;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: auto;
}
.search-form.active input {
	background-color: #fff !important;
}
.search-form.active form {
	position: relative;
	z-index: 10;
}
.search-form.active-res:before {
	border-radius: 8px 8px 0 0;
}
.search-form-res {
	position: absolute;
	width: 105%;
	left: -15px;
	top: 52px;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	padding: 27px 26px 27px 27px;
	box-sizing: border-box;
	border-top: 1px solid #CBCBCB;
	z-index: 41;
}
.search-title {
	display: flex;
	align-items: center;
}
.search-title svg {
	width: 24px;
	height: 24px;
}
.search-title span {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	margin-left: 12px;
	width: 100%;
	white-space: nowrap;
}
.search-title span:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #F5F5F5;
	margin-left: 24px;
}
.search-list,
.search-cat-list {
	margin-top: 20px;
}
.search-cat-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #C4C4C4;
	cursor: pointer;
}
.search-cat-item:not(:last-child) {
	margin-bottom: 8px;
}
.search-cat-item:hover {
	color: #000;
	text-decoration: underline;
}
.search-cat-item svg {
	width: 24px;
	height: 24px;
	margin-left: auto;
	fill: #000;
}
.search-cat-item:hover svg {
	fill: #C52440;
}
.search-cat {
	margin-bottom: 30px;
}
.search-pr-price {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	min-width: 60px;
	margin-right: 8px;
}
.search-pr-price svg {
	width: 20px;
	height: 20px;
}
.search-pr-status {
	display: flex;
	align-items: center;
}
.search-pr-status {
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
.search-pr-status svg {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
.search-pr-favorite {
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.search-pr-favorite svg {
	width: 24px;
	height: 24px;
}
.search-pr-favorite[data-active="1"] {
	position: relative;
}
.search-pr-favorite[data-active="1"]:before,
.search-pr-favorite[data-active="1"]:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 17px;
	border-radius: 20px 20px 15px 15px;
	background-color: #C52440;
	display: block;
}
.search-pr-favorite[data-active="1"]:before {
	transform: rotate(-40deg);
	top: 3px;
	left: 5px;
}
.search-pr-favorite[data-active="1"]:after {
	transform: rotate(40deg);
	top: 3px;
	right: 5px;
}
.search-pr-content-row,
.search-pr-item {
	display: flex;
}
.search-pr-img {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 8px;
}
.search-pr-img a {
	width: 54px;
	height: 54px;
	display: block;
	box-sizing: border-box;
	border-radius: 8px;
	background-size: cover;
}
.search-pr-item {
	margin-top: 20px;
}
.search-pr-content {
	margin-left: 30px;
	width: 100%;
}
.search-pr-link {
	font-size: 16px;
	line-height: 24px;
	color: #C4C4C4;
	text-decoration: none;
	min-height: 45px;
	display: block;
}
.search-pr-content-row .search-pr-content-col:nth-child(1) {
	display: flex;
}
.search-pr-content-row .search-pr-content-col:nth-child(2) {
	margin-left: auto;
}

.search-pr-link:hover {
	text-decoration-line: underline;
	color: #C4C4C4;
}
.search-pr-item:hover .search-pr-img {
	border-color: #C52440;
}
.search-res {
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5F5F5;
	border-radius: 8px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	margin-top: 40px;
}
.search-res:hover {
	background-color: #ECEAEA;
}
.search-nil {
	text-align: center;
	padding: 30px 0;
}
.search-nil svg {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
}
.search-nil-t1,
.search-nil-t2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.search-nil-t1 {
	margin-top: 30px;
	color: #C52440;
}
.search-nil-t2 {
	margin-top: 20px;
	color: #000;
}

.search-cat-item.search-history {
	cursor: default;
	text-decoration: none;
	color: #C4C4C4;
}
.search-history span {
	cursor: pointer;
}
.search-history span:hover {
	text-decoration: underline;
	color: #000;
}
.search-history svg {
	cursor: pointer;
}
.search-cat-oftensearched-list {
	padding-top: 20px;
	margin-bottom: -20px;
}
.search-cat-oftensearched-list span {
	background: #F5F5F5;
	border-radius: 8px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding: 0 24px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	white-space: nowrap;
}
.search-cat-oftensearched-list span:hover {
	background-color: #ECEAEA;
}
.search-cat-item:hover svg {
	fill: #000;
}
.search-cat-item.search-history svg:hover {
	fill: #C52440;
}
.search-form-res,
.search-form-def {
	display: none;
}
.search-form-res.active,
.search-form-def.active {
	display: block;
}

.search-layer-close {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 40;
	background-color: rgba(0,0,0,0.1);
}
.search-history-section {
	display: none;
}
.search-history-section.active {
	display: block;
}
#header-desktop-ajax-search_js,
#mob-head-ajax-search_js {
	display: none;
}
#header-desktop-ajax-search_js.active,
#mob-head-ajax-search_js.active {
	display: block;
}

@media only screen and (max-width: 1023px) {
	.search-pr-favorite-y {
		position: relative;
		left: -42px;
	}
	.search-pr-price {
		order: 1;
		margin-right: 0;
	}
	.search-pr-favorite {
		order: 0;
		position: relative;
		margin-right: 18px;
	}
	.search-pr-favorite svg {
		position: relative;
		z-index: 1;
	}
	.search-pr-favorite:after {
		content: '';
		width: 44px;
		height: 44px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -8px;
		right: 0;
		margin: auto;
		background-color: #fff;
		border-radius: 50% 0 0 0;
	}
	.search-pr-favorite[data-active="1"]::after {
	  top: -1px;
	  right: -12px;
	}
	.search-pr-item:hover .search-pr-img {
	  border-color: rgba(0, 0, 0, 0.08) !important;
	}
	.search-pr-link:hover {
		text-decoration: none !important;
	}
	.search-form-res {
		position: relative;
		width: 100%;
		left: unset;
		top: 10px;
		box-shadow: none;
	}
	.catalog-mob-search {
		padding: 0 !important;
	}
	#mob-head-ajax-search {
		padding: 10px 15px 0 15px;
	}
}
/* End */


/* Start:/local/templates/site/components/bitrix/catalog.section.list/top_catalog_v2/style.css?176000952121699*/
.jvlabelWrapHidden {
    display: none;
}
button.catalog_btn:hover {
    background-color: #373634;
}
.catalog_menu_block {
    display: none;
    font-family: Ubuntu;
}
.catalog_menu_block.opened {
    display: block;
}

.catalog_btn {
    display: flex;
    align-items: center;
    padding: 0 45px 0 25px !important;
}
.catalog_btn span {
   position: relative !important;
   height: unset !important;
   width: 35px !important;
}
.catalog_btn span div {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 1px;
    transition: transform .3s,background-color .3s;
    background-color: #fff;
}

.catalog_btn span div:not(:first-child) {
    margin-top: 3px;
}
.catalog_btn[data-cl="1"] span div:nth-child(1) {
    transform: translateY(0) translateZ(0) rotate(45deg);
}
.catalog_btn[data-cl="1"] span div:nth-child(2) {
    transition: opacity .3s;
    opacity: 0;
}
.catalog_btn[data-cl="1"] span div:nth-child(3) {
    transform: translateY(0) translateZ(0) rotate(-45deg);
}
.catalog_btn[data-cl="1"] span div:nth-child(1),
.catalog_btn[data-cl="1"] span div:nth-child(3) {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mob_dopmenu_block {
    display: none;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    border: none;
}
.mob_dopmenu_block.opened {
    display: block;
}
.mob_dopmenu_slogan {
    color: #2C2B2B;
    font-size: 12px;
    padding: 10px;
}
.mob_dopmenu_head_btn_wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #C52440;
    padding: 6px 10px;
}
.mob_dopmenu_btn_sale,
.mob_dopmenu_btn_catalog {
    width: 50%;
}
.mob_dopmenu_btn_catalog button.catalog_btn {
    padding: 0 25px 0 40px;
}

.mob_dopmenu_btn_sale a.sale_btn {
    width: 100%;
    height: 38px;
    background-color: #9F2628;
    color: #FFB238;
    font-size: 16px;
    outline: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.mob_dopmenu_btn_sale a.delivery_btn {
    background-color: #a6273d;
    color: #fff;
    border-radius: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 38px;
    font-size: 16px;
    padding: 0 4px;
    line-height: 16px;
    text-align: center;
}
.mob_dopmenu_btn_sale a.sale_btn span {
    margin: auto;
    padding-bottom: 2px;
}
.mob_dopmenu_btn_sale a.sale_btn svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #FFB238;
    position: relative;
    top: 1px;
}
.mob_dopmenu_mnu {
    padding: 0;
    list-style: none;
}
.mob_dopmenu_submnu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background-color: #fff;
    padding-bottom: 4px;
}
.mob_dopmenu_submnu.opened {
    display: block;
}
.mob_dopmenu_infopanel__prorogue,
.mob_dopmenu_infopanel__cart {
    position: relative;
}
.mob_dopmenu_infoblock__link {
	display: block;
	padding: 4px 0;
	color: #2C2B2B;
}
.mob_dopmenu_infoblock__link:hover {
	color: #2C2B2B;
}
.mob_dopmenu_infopanel__lk,
.mob_dopmenu_infopanel__prorogue,
.mob_dopmenu_infopanel__cart {
    cursor: pointer;
    padding-left: 25px;
}
.mob_dopmenu_infopanel__lk {
	margin-top: 12px;
}
.mob_dopmenu_infopanel {
    padding: 0 15px;
    margin: 35px 0 20px 0;
}
.mob_dopmenu_infopanel__prorogue {
    margin: 15px 0;
}
.mob_dopmenu_infopanel svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.mob_dopmenu_infopanel__name {
    vertical-align: middle;
    margin-left: 10px;
}
.mob_dopmenu_infopanel .infopanel_quantity {
    top: -10px;
    left: 0;
    right: auto;
}
.mob_dopmenu_infoblock {
    margin: 10px 0;
    padding: 0 15px;
}
.mob_dopmenu_infoblock__btn {
    text-decoration: underline;
    padding: 4px 0;
    display: block;
    cursor: pointer;
}
.mob_dopmenu_contact {
    margin: 10px 0;
    padding: 0 15px;
}
.mob_dopmenu_phone {
    color: #2C2B2B;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.mob_dopmenu_phone:hover {
    color: #9F2628;
}
.mob_dopmenu_timework {
    color: #0A0A0A;
    display: block;
}
.mob_dopmenu_mnu span,
.mob_dopmenu_mnu a {
    color: #373737;
}
.mob_dopmenu_lev1 {
    background-color: #EDEDED;
    border-bottom: 1px solid #fff;
}
.mob_dopmenu_lev1 span {
    position: relative;
}
.mob_dopmenu_lev1 span,
.mob_dopmenu_lev1 a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
}
.mob_dopmenu_lev2 {
	padding-left: 15px;
}
.mob_dopmenu_close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.mob_dopmenu_close svg {
    width: 10px;
    height: 10px;
}
.mob_dopmenu_submnu_click {
    position: relative;
}
.mob_dopmenu_submnu_click:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #373737;
    border-right: 1px solid #373737;
    -webkit-transform: translate3d(0,-50%,0) rotate(135deg);
    transform: translate3d(0,-50%,0) rotate(135deg);
}
.mob_dopmenu_submnu_click.is-active:after {
    -webkit-transform: translate3d(0,-50%,0) rotate(-45deg);
    transform: translate3d(0,-50%,0) rotate(-45deg);
}


@media only screen and (max-width: 540px) {
    .catalog_menu_block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 100vh;
        overflow-x: initial;
        z-index: 10000;
    }
    .catalog_modal_menu_list,
    .catalog_modal_menu_sub {
        width: 100%;
    }
    .catalog_modal_menu_sub {
        position: fixed;
    }
    .catalog_menu_block .infopanel_search form {
        max-width: 100%;
        margin: 0 25px;
    }
    .mob_dopmenu_btn_sale {
        width: 55%;
    }
    .mob_dopmenu_btn_catalog {
        width: 45%;
    }
}



/*---------------------------*/
.catalog_menu_block {
    position: relative;
    z-index: 10000;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

.catalog_modal_menu_list,
.catalog_modal_menu_list > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog_modal_menu_sub1 {
    display: none;
}
.catalog_modal_menu_lev1 {
    display: flex;
    font-size: 14px;
}
.catalog_modal_menu_lev1 a {
    color: #2c2b2b;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 8px 30px 8px 5px;
}
.catalog_modal_menu_lev1 a:hover {
    color: #2c2b2b;
}
.catalog_modal_menu_lev1.is-active {
background-color: #F7F7F7;
    border-radius: 4px;
}
.catalog_modal_menu_lev1 svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
    fill:  #FAB71B;
    margin-right: 14px;
}

.catalog_modal_menu_list {
    width: 300px;
    min-width: 300px;
    border-right: 1px solid #E0E0E0;
}
.catalog_modal_menu_subicon {
    position: relative;
}
.catalog_modal_menu_subicon:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 14px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #424242;
    border-right: 1px solid #424242;
    -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
    transform: translate3d(0,-50%,0) rotate(45deg);
}

.catalog_menu_wrapper {
    display: flex;
}
.catalog_menu_bl {
    width: calc(75% - 30px);
    padding-left: 30px;
}
.catalog_menu_head {
    margin-top: 30px;
}
.catalog_menu_title {
    font-size: 26px;
    color: #2C2B2B;
    margin-top: 35px;
}

.catalog_menu_search {
    position: relative;
}
.catalog_menu_search form {
    border-bottom: 1px solid #A09898;
}
.catalog_menu_search form input {
    border: none;
    width: calc(100% - 140px);
    height: 32px;
    padding: 1px 0 1px 5px;
    font-size: 14px;
}
.catalog_menu_search form button {
    border: none;
    background-color: #C52440;
    border-radius: 50px;
    color: #fff;
    height: 32px;
    padding: 0 25px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.catalog_menu_search form button:hover {
    background-color: #252423;
}
.catalog_menu_body {
    display: flex;
    margin-top: 25px;
}
.catalog_menu_body_mnu {
    width: 100%;
}
.catalog_menu_body_baner {
    width: 240px;
}
.catalog_menu_footer {
    margin-top: 45px;
}
.catalog_menu_footer_title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.catalog_menu_footer_br_l {
    display: flex;
    justify-content: space-between;
    margin: 10px -5px 0 -5px;
}
.catalog_menu_footer_item {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 20px;
    flex: 1 1 auto;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog_menu_footer_item:hover {
    border-color: #C52440;
}
.catalog_menu_title.hidden,
.catalog_menu_body_mnu.hidden,
.catalog_menu_footer.hidden {
    display: none;
}

.catalog_menu_body_mnu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 20px;
    margin-right: 20px;
}

.catalog_menu_body_mnu .catalog_modal_menu_subicon:after {
    display: none;
}

.catalog_menu_body_mnu .catalog_modal_menu_lev1 {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    margin-left: 0;
    padding: 0;
    font-weight: 500;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}
.catalog_menu_body_mnu .catalog_modal_menu_lev1 a {
    padding: 0;
    margin-bottom: 8px;
}
.catalog_menu_body_mnu .catalog_modal_menu_lev1 a:hover {
    color: #C52440;
}
.catalog_menu_body_mnu .catalog_modal_menu_lev2 {
    font-size: 14px;
    font-weight: normal;
}
.catalog_menu_body_mnu .catalog_modal_menu_sub {
    margin: 0;
    column-count: 1;
     column-gap: unset;
}
.catalog_menu_body_mnu .catalog_modal_menu_sub a {
    padding: 0;
    margin-bottom: 5px;
}

.catalog_menu_all_view {
    cursor: pointer;
    color: #C4C4C4;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-right: 14px;
    font-weight: normal;
}
.catalog_menu_all_view:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    -webkit-transform: translate3d(0,-50%,0) rotate(135deg);
    transform: translate3d(0,-50%,0) rotate(135deg);
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    bottom: 0;
    margin: auto;
}
.catalog_menu_all_view[data-st="1"]:before {
    -webkit-transform: translate3d(0,-50%,0) rotate(-45deg);
    transform: translate3d(0,-50%,0) rotate(-45deg);
}

.hidden_mnu {
    display: none;
}
.hidden_mnu.not {
    display: block;
}
.clear_search_input,
.clear_search_input_r {
    width: 18px;
    height: 18px;
    display: none;
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 4px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100000;
}
.clear_search_input svg,
.clear_search_input_r svg {
    width: 16px;
    height: 16px;
    fill:  #b6b9be;
}
.clear_search_input:hover svg,
.clear_search_input_r:hover svg {
    fill: #a6a9b1;
}
.clear_search_input.view {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_menu_head_navbtn[data-mob-lev="0"] {
    cursor: default;
}
.catalog_menu_head_navbtn[data-mob-lev="0"]:after {
    display: none;
}
.catalog_menu_scroll.stopScroll {
    overflow: unset;
}


@media only screen and (max-width: 1300px) {
    .catalog_menu_body_mnu ul {
        column-count: 2;
    }
    .catalog_menu_bl {
        width: calc(71% - 30px);
    }
}

@media only screen and (max-width: 1150px) {
    .catalog_menu_body_mnu ul {
        column-count: 1;
    }
    .catalog_menu_bl {
        width: calc(68% - 30px);
    }
}

@media only screen and (max-width: 1023px) {
    .catalog_menu_body_baner {
        display: none;
    }
    .catalog_menu_body_mnu ul {
        column-count: 3;
    }
    .mob_dopmenu_btn_sale a.delivery_btn {
        width: unset !important;
        max-width: 250px;
        margin-left: auto;
    }
}
@media only screen and (max-width: 992px) {
    .catalog_menu_body_mnu ul {
        column-count: 2;
    }
}
@media only screen and (min-width: 962px) {
    .catalog_btn:active {
        transform: scale(.97);
    }
}

@media only screen and (max-width: 962px) {
    .catalog_menu_bl {
        display: none;
    }
    .catalog_menu_block {
        display: unset;
    }
    .catalog_menu_wrapper {
        display: none;
        z-index: 100000;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff
    }
    .catalog_menu_wrapper.opened {
        display: block
    }
    .catalog_menu_head {
        margin-top: 0;
        border-bottom: 1px solid #E0E0E0;
    }
    .catalog_menu_head_nav {
        display: flex;
        align-items: center;
        height: 36px;
    }
    .catalog_menu_head_navbtn {
        width: 24px;
        height: 24px;
        position: relative;
        left: 20px;
        cursor: pointer;
        padding: 4px;
    }
    .catalog_menu_head_navbtn:after {
        content: '';
        display: block;
        position: absolute;
        top: 16px;
        left: 5px;
        bottom: 0;
        margin: auto 0;
        width: 11px;
        height: 11px;
        border-top: 2px solid #424242;
        border-right: 2px solid #424242;
        -webkit-transform: translate3d(0,-50%,0) rotate(-135deg);
        transform: translate3d(0,-50%,0) rotate(-135deg);
    }
    .catalog_menu_text {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .catalog_menu_head_close {
        width: 22px;
        height: 22px;
        position: relative;
        right: 20px;
        cursor: pointer;
        padding: 4px
    }
    .catalog_menu_head_close svg {
        width: 18px;
        height: 18px;
        fill: #000;
        margin: auto;
        display: block;
        position: relative;
        top: 4px;
    }
    .catalog_modal_menu_list {
        width: 100%;
        min-width: unset;
        border: none;
    }
    .catalog_menu_scroll {
        overflow: auto;
        height: calc(100vh - 100px);
        padding: 25px 0;
    }
    .catalog_menu_wrapper ul li:first-child {
        border-top: 1px solid #E0E0E0
    }
    .catalog_menu_wrapper ul li {
        border-bottom: 1px solid #E0E0E0
    }
    .catalog_modal_menu_lev1 a {
        padding: 8px 45px 8px 20px;
    }
    .catalog_modal_menu_lev1 a:after {
        right: 25px;
    }
    .catalog_menu_head_search {
        position: relative;
        border-bottom: 1px solid #A09898;
        margin: 0 20px 32px 20px;
    }
    .catalog_menu_head_search input {
        border: none;
        width: calc(100% - 140px);
        height: 32px;
        padding: 1px 0 1px 5px;
        font-size: 14px;
    }
    .catalog_menu_head_search button {
        border: none;
        background-color: #C52440;
        border-radius: 50px;
        color: #fff;
        height: 32px;
        padding: 0 25px;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .catalog_menu_head_search .bx-searchtitle-preloader {
        display: block;
    }
    .catalog_menu_sublev_scroll {
        display: block;
        position: fixed;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        top: 37px;
        overflow: auto;
    }
    .catalog_modal_menu_sub.opened {
        display: block;
        padding-bottom: 80px;
        position:  unset;
    }
    .catalog_menu_scroll.lev_open {
        padding: 0;
        overflow: unset;
    }
    .catalog_menu_subhead {
        height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .catalog_menu_subhead .cat_mnu_subhead_wr {
        text-align: center
    }
    .cat_mnu_head_title {
        font-size: 22px;
        color: #424242;
    }
    .cat_mnu_head_btn {
        font-size: 16px;
        color: #C52440;
        position: relative;
        cursor: pointer;
        margin: 8px auto 0 auto;
        width: 200px;
    }
    .cat_mnu_head_btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 8.4px;
        right: 0;
        bottom: 0;
        margin: auto 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #C52440;
        border-right: 1px solid #C52440;
        -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
        transform: translate3d(0,-50%,0) rotate(45deg);
    }
    .catalog_modal_menu_sub2 {
        display: none
    }
    .catalog_menu_subhead[data-lev="1"] {
        height: 158px;
        border-radius: 10px;
        background-color: #EFEFEF;
        margin: 14px 20px 40px 20px;
        overflow: hidden;
        position: relative;
    }
    .catalog_menu_subhead[data-lev="1"] .cat_mnu_subhead_wr {
        text-align: left;
        min-width: 300px;
        max-width: 360px;
    }
    .catalog_menu_subhead[data-lev="1"] .cat_mnu_head_btn {
        background-color: #C52440;
        border-radius: 50px;
        color: #fff;
        height: 32px;
        padding: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 200px;
        min-width: unset;
        margin: 0;
        margin-top: 8px;
    }
    .catalog_menu_subhead[data-lev="1"] .cat_mnu_head_btn:after {
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        right: 18px;
    }
    .catalog_menu_subhead__img {
        position: absolute;
        top: 0;
        left: 0;
        height: 158px;
        width: 160px;
        min-width: unset !important;
    }
    .catalog_menu_subhead__img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 220px;
        width: 170px;
        background-color: #C52440;
        -webkit-transform: translate3d(-45px,-10px,0) rotate(-25deg);
        transform: translate3d(-45px,-10px,0) rotate(-25deg);
    }
    .catalog_menu_subhead__img span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 150px;
        width: 150px;
        z-index: 1;
        margin:  auto 0;
    }
    .mob-menu-open .title-search-result {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        z-index: 100100;
        margin-left: 0 !important;
        left: 0 !important;
        height: calc(100vh - 99px);
        overflow: auto;
    }
}

@media only screen and (max-width: 680px) {
    .catalog_menu_subhead[data-lev="1"] {
        justify-content: unset;
    }
    .catalog_menu_subhead[data-lev="1"] .cat_mnu_subhead_wr {
        margin-left: 40%;
        min-width: unset;
    }
}

@media only screen and (max-width: 440px) {
    .catalog_menu_subhead__img {
        display: none
    }
    .catalog_menu_subhead[data-lev="1"] .cat_mnu_subhead_wr {
        margin-left: 0;
        text-align: center;
    }
    .catalog_menu_subhead[data-lev="1"] {
        justify-content: center
    }
    .catalog_menu_subhead[data-lev="1"] .cat_mnu_head_btn {
        margin: 8px auto 0 auto;
    }
}

@media only screen and (max-width: 540px) {
    .new_header_menu_mob__catalog_btn button {
        padding: 0 20px 0 10px !important;
    }
    .new_header_menu_mob__catalog_btn .catalog_btn_mob span {
        left: 4px !important;
        width: 30px !important;
    }
    .mob_dopmenu_btn_catalog button.catalog_btn {
        padding: 0 20px 0 10px !important;
    }
}

@media only screen and (min-width: 962px) {
    .catalog_menu_block {
        position: absolute;
        display: unset !important;
        left: -3000px;
        transition: .4s all;

    }
    .catalog_menu_block.opened {
        position: fixed;
        top: 0;
        left: 0;
    }
    .catalog_menu_bl {
        width: 100vw;
        max-width: calc(100vw - 400px);
        height: calc(100vh);
        overflow-y: auto;
    }
    .catalog_modal_menu_list {
        max-height: calc(100vh);
        overflow-y: auto;
        margin-left: 30px;
    }
    .scrollStopMenu {
        overflow: hidden;
    }
    .catalog_menu_container {
        max-width: 1290px !important;
    }
    .decktop_cloce_menu {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5px;
        right: 15px;
        cursor: pointer;
    }
    .decktop_cloce_menu:before,
    .decktop_cloce_menu:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 15px;
        height: 1.5px;
        background-color: #000;
        opacity: 0.7;
    }
    .decktop_cloce_menu:before {
        transform: rotate(-45deg);
    }
    .decktop_cloce_menu:after {
        transform: rotate(45deg);
    }
    .catalog_modal_menu_list li:last-child {
        margin-bottom: 25px;
    }
    .decktop_cloce_menu:hover:before,
    .decktop_cloce_menu:hover:after {
        opacity: 1;
    }

}
/* End */


/* Start:/local/templates/site/components/bitrix/breadcrumb/breadcrumb_v2/style.css?17600095211532*/
.breadcrumbs {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 25px;
	min-height: 30px;
}

.breadcrumbs-list {
	list-style: none;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0 0 30px 0;
	margin: 0;
}
.breadcrumbs div {
	overflow: hidden;
	height: 20px;
}
.breadcrumbs-list li {
	display: inline-block;
}
.breadcrumbs-list li a,
.breadcrumbs-list li span {
margin: 10px 5px;
color: #828282;
}
.breadcrumbs-list li a {
	text-decoration: underline;
}
.breadcrumbs-list li a:hover {
	text-decoration: none;
}
.breadcrumbs-list li a:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #828282;
	margin-left: 10px;
}
.breadcrumbs-backward {
	position: relative;
	margin-right: 15px;
	text-decoration: none;
	background-color: #eaebec;
	color: #2c2b2b;
	width: 80px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	padding-left: 8px;
	min-width: 85px;
}
.breadcrumbs-backward:hover {
	background-color: #dfe0e1;
	color: #000;
}
.breadcrumbs-backward:before,
.breadcrumbs-backward:after {
	content: '';
	position: absolute;
	background-color: #828282;
	width: 1px;
	height: 6px;
}
.breadcrumbs-backward:before {
	top: 14px;
	left: 18px;
	transform: rotate(-45deg);
}
.breadcrumbs-backward:after {
	top: 10px;
	left: 18px;
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
	.breadcrumbs-backward {
		font-size: 0;
		min-width: 30px;
		width: 30px;
	}
}
/* End */


/* Start:/local/templates/site/components/bitrix/system.auth.form/brown/style.css?1760009521870*/
.bx_auth {	
	
}
.bx_auth a.personal_cabinet {
	font-size: 13px;
	text-decoration:underline;
	display: block;
	color: #656565;
	position:relative;
}
.bx_auth a.personal_cabinet:hover {

}
.bx_auth a.logout {
	margin-left: 10px;
}
.bx_auth a.personal_cabinet:after {
	content:"";
	float:left;
	width:18px;
	height:19px;
	background:url(/local/templates/site/components/bitrix/system.auth.form/brown/images/lock.png);
	margin-top: 9px;
	margin-right: 6px;
}
.bx_auth .bx_login_top_inline_link {
	display:block;
	float:left;
	font-size: 13px;
	text-decoration:none;	
	margin-left: 20px;
	text-decoration:underline;
	color: #656565;
}
@media (max-width:480px){
	.adaptiv .top_panel_wrap .top_personal {
		float:left;
	}
	.adaptiv .bx_auth .bx_login_top_inline_link {
		margin-right: 7px;
		margin-left:0;
	}
	.adaptiv .bx_auth{
		margin-right:0px;
		margin-left:0;
	}
	.adaptiv .bx_auth a.personal_cabinet:after {
		margin-right:5px;
	}
}
/* End */


/* Start:/local/templates/site/styles.css?176123405178738*/
@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Regular.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-Light.eot');
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Light.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-LightItalic.eot');
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
        url('/local/templates/site/font/ubuntu/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-LightItalic.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Medium.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-Italic.eot');
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Italic.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Bold.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-BoldItalic.eot');
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
        url('/local/templates/site/font/ubuntu/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-BoldItalic.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/site/font/ubuntu/Ubuntu-MediumItalic.eot');
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
        url('/local/templates/site/font/ubuntu/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/site/font/ubuntu/Ubuntu-MediumItalic.woff') format('woff'),
        url('/local/templates/site/font/ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

button {
	outline: 0;
}
.new_header_container {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}
.catalog_menu_container {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
    padding-left: 10px;
}
.new_header_top {
    background-color: #F1F1F1;
}
.infopanel_logo a svg {
    width: 167px;
    height: 80px;
}
.infopanel_logo svg.mob {
    display: none;
}
.new_top_wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.new_top_slogan {
    width: 40%;
}
.new_top_menu {
	width: 60%;
}
.new_top_slogan span {
    padding: 10px 0;
    display: block;
}
.new_top_menu {
    text-align: right;
    padding-top: 10px;
}
.new_top_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.new_top_menu ul li {
    display: inline-block;
    margin-left: 45px;
}
.top_submnu_wrapp {
    display: none;
}
.top_menu_href {
    text-decoration: underline;
    cursor: pointer;
    color: #020202;
}
.top_menu_href:hover {
    text-decoration: none;
    color: #020202;
}
.top_menu_submnu {
    position: relative;
}
.top_menu_submnu:hover .top_submnu_wrapp {
    display: block;
}
.top_menu_submnu:hover:after {
    content: '';
    position: absolute;
    width: 250px;
    height: 20px;
    right: 0;
    top: 10px;
}
.top_submnu_wrapp {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 27px;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0px 0px 25px rgba(196, 196, 196, 0.5);
}
.top_submnu_wrapp ul {
    width: 100%;
    text-align: left;
}
.top_submnu_wrapp ul li {
    margin-left: 0;
}
.top_submnu_wrapp ul li a,
.top_submnu_wrapp ul li span {
    white-space: nowrap;
    text-decoration: none;
    padding: 7px 25px;
    color: #414141;
    display: block;
    position: relative;
    min-width: 200px;
}
.top_submnu_wrapp ul li a:hover,
.top_submnu_wrapp ul li span:hover {
    background-color: #FFCB67;
    z-index: 20;
}
.top_submnu_wrapp ul li span {
    cursor: pointer;
}
.new_header_infopanel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
}
.infopanel_logo {
    width: 15%;
    height: 80px;
}
.infopanel_search {
    width: 35%;
    position: relative;
}
.infopanel_search form {
    margin: 0 auto;
    position: relative;
}
.infopanel_search form input[type="text"] {
    width: 100%;
    border: 1px solid #E2E2E2;
    background-color: #F1F1F1;
    border-radius: 18px;
    padding: 10px 34px 10px 15px;
    box-sizing: border-box;
}
.infopanel_search form input[type="text"]:focus {
    border: 1px solid #000;
}
.infopanel_search form button[type="submit"] {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border: none;
    margin: auto 0;
    border-radius: 50%;
    padding-top: 4px;
    opacity: 0.7;
    background-color: transparent;
}
.infopanel_search form button[type="submit"]:hover {
    opacity: 1;
}
.infopanel_search form button[type="submit"] svg {
    width: 18px;
    height: 18px;
}
.infopanel_phone {
    width: 25%;
    padding-left: 15px;
}
.infopanel_phone svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.infopanel_phone__tel {
    text-decoration: none;
    font-size: 22px;
    color: #2C2B2B;
    font-weight: bold;
    vertical-align: middle;
}
.infopanel_phone__tel:hover {
    color: #2C2B2B;
}
.infopanel_phone__icon {
    display: inline-block;
    vertical-align: middle;
}
.infopanel_timework {
    display: block;
    padding-left: 33px;
    font-size: 16px;
}
.infopanel_userpanel {
    width: 20%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}
.infopanel_userpanel svg {
    width: 30px;
    height: 30px;
}
.infopanel_userpanel > div {
    cursor: pointer;
}
.infopanel_tw_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.infopanel_tw_btn:hover:before {
    content: '';
    width: 200px;
    height: 40px;
    top: 0;
    right: -25px;
    position: absolute;
}
.infopanel_tw_btn:hover:after {
    content: attr(data-tw);
    width: 200px;
    display: block;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
    font-size: 14px;
    border-radius: 8px;
    top: 28px;
    right: -25px;
    text-align: center;
    position: absolute;
    z-index: 10;
    cursor: default;
}
.infopanel_whatsapp {
    cursor: pointer;
    font-size: 14px;
    padding-left: 93px;
    text-decoration: underline;
}
.infopanel_whatsapp:hover {
    text-decoration: none;
}
.infopanel_whatsapp svg {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    vertical-align: middle;
}
.infopanel_prorogue svg {
	fill: #020202;
}
.infopanel_prorogue:hover svg {
    fill: #81302D;
}
.infopanel_lk svg {
    fill: #020202;
}
.infopanel_lk:hover svg {
    fill: #81302D;
}
.infopanel_prorogue,
.infopanel_cart {
    position: relative;
}
.infopanel_quantity {
    position: absolute;
    top: -7px;
    right: 45px;
    width: 30px;
    height: 15px;
    background-color: #C52440;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.infopanel_minicart {
    display: none;
}
.infopanel_minicart.is-active {
    display: block;
    position: absolute;
    top: 45px;
    right: -15px;
    background-color: #fff;
    z-index: 1001;
    cursor: default;
    padding: 20px;
    width: 380px;
    box-shadow: 0px 0px 25px rgba(196, 196, 196, 0.5);
    border-radius: 10px;
}
.head-infopanel-cart.is-active:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 15;
    width: 80px;
    height: 50px;
}
.minicart_productlist {
    overflow-y: auto;
    max-height: 210px;
    margin-top: 8px;
    padding-right: 8px;
}
.minicart_productlist__iter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.minicart_productlist__iter {
    margin-bottom: 8px;
}
.minicart_head,
.minicart_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.minicart_footer {
    margin-top: 8px;
}
.minicart_head__title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    width: 50%;
    text-align-last: left;
}
.minicart_head__tocart {
    width: 50%;
    text-align: right;
    cursor: pointer;
}
.minicart_head__tocart:hover {
    text-decoration: underline;
}
.minicart_footer__price {
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    text-align: left;
}
.minicart_footer__price span {
    color: #C52440;
}
.minicart_footer__orderlink {
    width: 50%;
    text-align: right;
}
.minicart_footer__orderlink button {
    border: none;
    outline: 0;
    background-color: #C52440;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 50px;
}
.minicart_footer__orderlink:hover button {
    background-color: #9E2628;
}
.minicart_productlist__img {
    width: 60px;
    height: 60px;
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.minicart_productlist__name {
    max-width: 180px;
}
.minicart_productlist__price {
    width: 100px;
    text-align: center;
    color: #C52440;
    font-weight: bold;
}
.minicart_productlist__delete {
    cursor: pointer;
}
.minicart_productlist__delete svg {
    width: 10px;
    height: 10px;
    fill: #030303;
}
.infopanel_mob_menu {
    display: none;
}
.infopanel_phone_mob {
    display: none;
}
.new_header_menu_mob {
    display: none;
}
.new_header_menu {
    background-color: #C52440;
}
.new_header_menu ul.catalog_menu_lev1 {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin: 0;
    height: 50px;
    align-items: center;
    overflow: hidden;
}
.new_header_menu ul.catalog_menu_lev1 .mnu_head__lev1 > a {
    text-decoration: none;
    padding: 15px 8px;
    color: #fff;
    display: block;
}
.new_header_menu ul.catalog_menu_lev1 .mnu_head__lev1 > a:hover {
    color: #FFB144;
}
.new_header_menu ul.catalog_menu_lev1 .mnu_head__lev1 {
    font-size: 16px;
}
.mnu_head__lev1.mnu_head__submnu > a {
    position: relative;
}
.mnu_head__submnu a:hover:after {
    border-top: 5px solid #FFB144;
}
.mnu_head_submnu {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    top: 50px;
}
.mnu_head_submnu li.mnu_head__lev2 a {
    padding: 7px 15px;
    color: #414141;
    text-decoration: none;
    display: block;
    min-width: 200px;
    font-size: 14px;
}
.mnu_head_submnu li.mnu_head__lev2 a:hover {
    background-color: #EDEDED;
}
.mnu_head__submnu:hover .mnu_head_submnu {
    display: block;
    box-shadow: 0px 5px 10px rgba(196, 196, 196, 0.5);
}
.new_header_menu .mnu_head_sale a span {
    position: relative;
}
.new_header_menu .mnu_head_sale a {
    position: relative;
}
.new_header_menu .mnu_head_sale a:hover {
    color: #252423 !important;
}
.new_header_menu .mnu_head_sale a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 18px;
    left: -14px;
    background-color: #fff;
    border-radius: 18px;
    width: 100%;
    height: 38px;
}
.new_header_menu .mnu_head_sale svg {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: #fff;
}
.new_header_menu .mnu_head_sale a:hover svg {
    fill: #252423;
}
button.catalog_btn {
    background-color: #252423;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 18px;
    height: 38px;
    padding: 0 55px 0 50px;
    position: relative;
    outline: 0;
    z-index: 10000;
}
button.catalog_btn span {
    display: inline-block;
    width: 45px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
}
button.catalog_btn svg {
    fill: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
}
button.catalog_btn span svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
@media only screen and (max-width: 1023px) {
    .new_header_menu {
        display: none;
    }
    .infopanel_search__desktop{
    display: none;
    }
    .infopanel_mob_menu {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #C52440;
        cursor: pointer;
    padding-top: 3px;
    box-sizing: border-box;
    }
    .infopanel_mob_menu span {
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 4px 8px;
    }
    .infopanel_phone {
        width: 40%;
    }
    .new_top_slogan {
        width: 35%;
    }
    .new_top_menu {
        width: 65%;
    }
    .new_top_menu ul li:nth-child(1) {
    margin-left: 0;
    }
    .infopanel_userpanel {
    width: 20%;
    }
    .new_header_menu_mob {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
    }
    .new_header_menu_mob_bg {
    	background-color: #C52440;
    }
    .new_header_menu_mob__search {
        width: 80%;
    }
    .new_header_menu_mob__search form {
        max-width: 100%;
    }
    .new_header_menu_mob__catalog_btn {
        width: 165px;
        margin-right: 20px;
    }
    button.catalog_btn {
        padding: 0 35px 0 50px;
    }
    .infopanel_logo {
        width: 175px;
    }
    .infopanel_phone {
        padding-left: 10%;
    }
    .infopanel_whatsapp_mob {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .infopanel_phone {
        display: none;
    }
    .infopanel_phone_mob {
        display: block;
    }
    .infopanel_userpanel {
        width: 45%;
    }
    .infopanel_logo {
        width: 170px;
    }
    .new_header_top {
        display: none;
    }
    .infopanel_phone_mob svg {
        width: 27px;
        height: 27px;
    }
    .infopanel_mob_menu {
        position: relative;
        top: -3px;
    }
}

@media only screen and (max-width: 540px) {
    .infopanel_logo a {
        width: 85px;
        height: 80px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .infopanel_logo {
        width: 35%;
        height: 70px;
    }
    .infopanel_userpanel svg {
        width: 25px;
        height: 25px;
    }
    .infopanel_userpanel {
        width: 55%;
    }
    .infopanel_quantity {
        width: 30px;
        height: 15px;
        right: 20px;
    }
    .infopanel_mob_menu {
        width: 30px;
        min-width: 30px;
        height: 30px;
        padding-top: 4px;
        margin-right: 10px;
    }
    .new_header_menu_mob__catalog_btn button {
        padding: 0 25px 0 45px;
    }
    .new_header_menu_mob__catalog_btn button span {
        border-right: none;
        width: 30px;
        left: 20px;
    }
    .new_header_menu_mob__catalog_btn {
        width: 165px;
        margin-right: 10px;
    }
    .infopanel_logo svg.mob {
        display: block;
    }
    .infopanel_logo svg.desktop {
        display: none;
    }
    .infopanel_logo a svg {
        width: 66px;
        height: 69px;
    }
    .infopanel_logo {
        width: 75px;
    }
    .infopanel_phone_mob svg {
        width: 22px;
        height: 22px;
    }
}
.catalog_menu_bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    background-color: #000;
    z-index: 1000;
}
.catalog_menu_bg.opened {
    display: block;
}
.mini_cart_opened {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-color: #333;
    z-index: 1000;
}
.mob_dopmenu_slogan {
    color: #2C2B2B;
    font-size: 12px;
    padding: 10px;
}
.mob_dopmenu_head_btn_wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #C52440;
    padding: 6px 10px;
}
.mob_dopmenu_btn_sale,
.mob_dopmenu_btn_catalog {
    width: 50%;
}
.mob_dopmenu_btn_catalog button.catalog_btn {
    padding: 0 25px 0 40px;
}
.mob_dopmenu_btn_catalog svg {
	left: 0;
}
.mob_dopmenu_btn_sale a.sale_btn {
    width: 100%;
    height: 38px;
    background-color: #9F2628;
    color: #FFB238;
    font-size: 16px;
    outline: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.mob_dopmenu_btn_sale a.delivery_btn {
    background-color: #a6273d;
    color: #fff;
    border-radius: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 38px;
    font-size: 16px;
    padding: 0 4px;
    line-height: 16px;
    text-align: center;
}
.mob_dopmenu_btn_sale a.sale_btn span {
    margin: auto;
    padding-bottom: 2px;
}
.mob_dopmenu_btn_sale a.sale_btn svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #FFB238;
    position: relative;
    top: 1px;
}
.mob_dopmenu_mnu {
    padding: 0;
    list-style: none;
}
.mob_dopmenu_submnu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background-color: #fff;
    padding-bottom: 4px;
}
.mob_dopmenu_submnu.opened {
    display: block;
}
.mob_dopmenu_infopanel__prorogue,
.mob_dopmenu_infopanel__cart {
    position: relative;
}
.mob_dopmenu_infoblock__link {
	display: block;
	padding: 4px 0;
	color: #2C2B2B;
}
.mob_dopmenu_infoblock__link:hover {
	color: #2C2B2B;
}
.mob_dopmenu_infopanel__lk,
.mob_dopmenu_infopanel__prorogue,
.mob_dopmenu_infopanel__cart {
    cursor: pointer;
    padding-left: 25px;
}
.mob_dopmenu_infopanel__lk {
	margin-top: 12px;
}
.mob_dopmenu_infopanel {
    padding: 0 15px;
    margin: 35px 0 20px 0;
}
.mob_dopmenu_infopanel__prorogue {
    margin: 15px 0;
}
.mob_dopmenu_infopanel svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.mob_dopmenu_infopanel__name {
    vertical-align: middle;
    margin-left: 10px;
}
.mob_dopmenu_infopanel .infopanel_quantity {
    top: -10px;
    left: 0;
    right: auto;
}
.mob_dopmenu_infoblock {
    margin: 10px 0;
    padding: 0 15px;
}
.mob_dopmenu_infoblock__btn {
    text-decoration: underline;
    padding: 4px 0;
    display: block;
    cursor: pointer;
}
.mob_dopmenu_contact {
    margin: 10px 0;
    padding: 0 15px;
}
.mob_dopmenu_phone {
    color: #2C2B2B;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.mob_dopmenu_phone:hover {
    color: #9F2628;
}
.mob_dopmenu_timework {
    color: #0A0A0A;
    display: block;
}
.mob_dopmenu_mnu span,
.mob_dopmenu_mnu a {
    color: #373737;
}
.mob_dopmenu_lev1 {
    background-color: #EDEDED;
    border-bottom: 1px solid #fff;
}
.mob_dopmenu_lev1 span {
    position: relative;
}
.mob_dopmenu_lev1 span,
.mob_dopmenu_lev1 a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
}
.mob_dopmenu_lev2 {
	padding-left: 15px;
}
.mob_dopmenu_close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.mob_dopmenu_close svg {
    width: 10px;
    height: 10px;
}
.mob_dopmenu_submnu_click {
    position: relative;
}
.mob_dopmenu_submnu_click:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #373737;
    border-right: 1px solid #373737;
    -webkit-transform: translate3d(0,-50%,0) rotate(135deg);
    transform: translate3d(0,-50%,0) rotate(135deg);
}
.mob_dopmenu_submnu_click.is-active:after {
    -webkit-transform: translate3d(0,-50%,0) rotate(-45deg);
    transform: translate3d(0,-50%,0) rotate(-45deg);
}
.jvlabelWrapHidden {
    display: none;
}


/*
@media only screen and (min-width: 1024px) {
    .catalog_modal_menu_lev1:hover {
        background-color: #E6E6E6;
    }
    .catalog_modal_menu_lev1:hover a {
        color: #484848;
    }
    .catalog_modal_menu_lev1:hover a svg {
        fill: #545454;
    }
    .catalog_modal_menu_lev1:hover .catalog_modal_menu_subicon:after {
        border-top: 1px solid #484848;
        border-right: 1px solid #484848;
    }
    .catalog_modal_menu_sub.is-active {
        display: block;
    }
    .catalog_modal_menu_sub1 li:hover .catalog_menu_link_lev1 {
        color: #A02527;
    }
    .catalog_modal_menu_sub2 li:hover .catalog_menu_link_lev2 {
        color: #A02527;
    }
    .catalog_modal_menu_sub3 li:hover .catalog_menu_link_lev3 {
        color: #A02527 !important;
    }
}
.catalog_modal_menu_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 300px;
    background-color: #333;
}
.catalog_modal_menu_lev1 {
    background-color: #333;
    border-bottom: 1px solid #5E5E5E;
}
.catalog_modal_menu_lev1 a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-decoration: none;
    padding: 8px 15px 8px 0;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
}
.catalog_modal_menu_lev1 a svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    margin-left: 10px;
    fill: #CA971A;
}
.catalog_modal_menu_lev1 a span {
    display: block;
    margin-left: 12px;
}
.catalog_modal_menu_subicon {
    position: relative;
}
.catalog_modal_menu_subicon:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
    transform: translate3d(0,-50%,0) rotate(45deg);
}
.catalog_modal_menu_sub {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.catalog_modal_menu_sub1 {
    left: 300px;
    width: 280px;
    background-color: #E6E6E6;
}
.catalog_modal_menu_sub1 li {
    background-color: #E6E6E6;
    border-bottom: 1px solid #fff;
}
.catalog_modal_menu_sub1 li a {
    color: #333;
    padding: 8px 15px;
}
.catalog_modal_menu_sub2 {
    left: 280px;
    width: 280px;
    background-color: #F6F6F6;
}
.catalog_modal_menu_sub2 li {
    background-color: #F6F6F6;
    border-bottom: 1px solid #D9D9D9;
}
.catalog_modal_menu_sub2 li .catalog_menu_link_lev2 {
    color: #333;
}
.catalog_modal_menu_sub3 {
    left: 280px;
    width: 280px;
    background-color: #fff;
}
.catalog_modal_menu_sub3 li {
    background-color: #fff;
}
li.catalog_modal_menu_lev3 .catalog_menu_link_lev3 {
    color: #333;
}

@media only screen and (max-width: 1200px) {
    .catalog_modal_menu_list {
        width: 280px;
    }
    .catalog_modal_menu_sub1 {
        left: 280px;
        width: 240px;
    }
    .catalog_modal_menu_sub2,
    .catalog_modal_menu_sub3 {
        width: 240px;
        left: 240px;
    }
}

.catalog_menu_head_navcrumbs {
    background-color: #F0F0F0;
    color: #3A3A3A;
    padding: 10px;
}
.catalog_menu_head_navcrumbs__btn {
    position: relative;
    cursor: pointer;
}
.catalog_menu_head_navcrumbs__btn:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto 10px auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3A3A3A;
    border-right: 1px solid #3A3A3A;
    -webkit-transform: translate3d(0,-50%,0) rotate(-135deg);
    transform: translate3d(0,-50%,0) rotate(-135deg);
}
.catalog_menu_head__close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.catalog_menu_head__close:before,
.catalog_menu_head__close:after {
    position: absolute;
    top: 8px;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #3A3A3A;
}
.catalog_menu_head__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.catalog_menu_headinfo {
    background-color: #fff;
}
.catalog_menu_headtitle {
    padding: 10px 10px 10px 27px;
    font-size: 16px;
    font-weight: bold;
    color: #050505;
}
.catalog_menu_headtitle.closed {
    display: none;
}
.catalog_menu_headsubtitle {
    padding: 10px 10px 10px 27px;
    font-size: 14px;
    text-decoration: underline;
    color: #050505;
    cursor: pointer;
}
.catalog_menu_headsubtitle.closed {
    display: none;
}
.catalog_menu_head_search {
    width: 100%;
    padding-bottom: 10px;
}
.catalog_menu_head_search.closed {
    display: none;
}
.catalog_menu_head_search form {
    max-width: 255px;
}

@media only screen and (max-width: 1023px) {
    .catalog_modal_menu_h_s {
        overflow: hidden;
    }
    .catalog_modal_menu_sub {
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 200px);
    }
    .catalog_modal_menu_sub.opened {
        display: block;
    }
    .catalog_modal_menu_sub .catalog_modal_menu_subicon:after {
        border-color: #333;
    }
    .catalog_menu_head_navcrumbs__btn:before {
        position: absolute;
        left: 6px;
        top: 8px;
    }
    .catalog_menu_head_navcrumbs__btn {
        display: inline-block;
        padding-left: 20px;
        max-width: 240px;
    }
    .catalog_modal_menu_list,
    .catalog_modal_menu_sub {
        height: 100vh;
        width: 320px;
    }
    .catalog_menu_block {
        height: calc(100vh - 160px);
    }
    .catalog_modal_menu_sub1 {
        z-index: 510;
    }
    .catalog_modal_menu_sub2 {
        z-index: 520;
    }
    .catalog_modal_menu_sub3 {
        z-index: 530;
    }
    .catalog_modal_menu_list__scroll {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 540px) {
    .mob_dopmenu_block {
        border: none;
    }
    .catalog_menu_block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 100vh;
        overflow-x: initial;
        z-index: 10000;
    }
    .catalog_modal_menu_list,
    .catalog_modal_menu_sub {
        width: 100%;
    }
    .mob_dopmenu_block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    .catalog_modal_menu_sub {
        position: fixed;
    }
    .catalog_menu_block .infopanel_search form {
        max-width: 100%;
        margin: 0 25px;
    }
    .mob_dopmenu_btn_sale {
        width: 55%;
    }
    .mob_dopmenu_btn_catalog {
        width: 45%;
    }
}

 .scroll_stop {
    overflow: hidden;
 }
.scroll_catalog__menu {
    overflow: hidden;
}
.scroll_catalog__content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 5px;
}
.scroll_catalog__scrollbox {
    background: #CFCFCF;
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.scroll_catalog__scrollbar {
    background: #999999;
    position: relative;
    margin: 0 1px;
}

*/


























































.modal_wrapp {
    display: none;
}
.modal_wrapp.is-active {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.modal_inner {
    position: relative;
    overflow-y: auto;
}
.modal_inner.youtube > .modal_form {
    width: 650px;
}
.modal_inner.review > .modal_form {
    width: 450px;
}
.modal_inner.review > .modal_form .reviews_user_video {
    padding-top: 12px;
}
.modal_inner.youtube > .closeform__btn {
    top: 5px;
    right: 5px;
}
.closeform__btn {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: .5;
}
.closeform__btn::after, .closeform__btn::before {
    position: absolute;
    top: 8px;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #030303;
}
.closeform__btn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal_form {
    width: 100%;
    padding: 25px;
    width: 310px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(196, 196, 196, 0.5);
    border-radius: 10px;
}
.modal_form__ajax_ok {
    display: none;
    text-align: center;
}
.modal_form__ajax_ok.ajax_send__ok {
    display: block;
}
.modal_form__ajax_send.ajax_send__ok {
    display: none;
}
.modal_form__ajax_ok svg {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    fill: #CC4235;
}
.modal_form__ok_title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
.modal_form__ok_text {
    margin-top: 15px;
    text-align: center;
}
.modal__title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    text-align: center;
    color: #2d2d2d;
}
.modal_form form {
    margin-top: 25px;
}
.modal_form label {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}
.modal_form label.error:after {
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 0;
    content: 'РџРѕР»Рµ РЅРµ Р·Р°РїРѕР»РЅРµРЅРѕ';
    color: #C52440;
}
.modal_form label.error input {
    border-color: #C52440;
}
.modal_form label span {
    display: block;
}
.modal_form label span.bounden::after {
    content: '*';
    color: #C52440;
}
.modal_form label input {
    width: 100%;
    padding: 8px;
    border: 1px solid #E0E0E0;
    background-color: #F1F1F1;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
}
.button__btn {
    font-weight: bold;
    border: 0;
    margin: 0 auto;
    display: block;
    padding: 10px 25px;
    border-radius: 5px;
    border-radius: 50px;
}
.btn__red {
    color: #fff;
    background-color: #C52440;
}
.btn__red:hover {
    color: #fff;
    background-color: #A6273D;
}
.bg_layer.active {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
}
.new_header_menu .mnu_head_delivery {
    position: relative;
}
.new_header_menu .mnu_head_delivery a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 18px;
    left: -14px;
    background-color: #962437;
    border-radius: 50px;
    width: 100%;
    height: 38px;
}
.new_header_menu .mnu_head_delivery a:hover {
    color: #fff !important;
}
.new_header_menu .mnu_head_delivery a span {
    position: relative;
}
.mnu_head__lev1.mnu_head__submnu a svg {
    width: 10px;
    height: 10px;
    fill: #fff;
}
.mnu_head__lev1.mnu_head__submnu:hover a svg {
    fill: #FFCB67;
}
.mnu_head__lev1.mnu_head__submnu:hover a {
    fill: #FFCB67;
}
.top_menu_submnu svg {
    width: 10px;
    height: 10px;
    fill: #2C2B2B;
}

.new_footer {
    margin-top: 45px;
}
.footer_container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer_subscription_bg {
    background-color: #3e3d3d;
}
.footer_subscription_text {
    color: #fff;
    padding-right: 10px;
}
.footer_subscription {
    display: flex;
    align-items: center;
    height: 60px;
}
.footer_subscription_text,
.footer_subscription_forma {
    width: 50%;
}
.footer_subscription_forma {
    position: relative;
}
.footer_subscription_forma form {
    display: flex;
}
.footer_subscription_forma input {
    border: 0 solid transparent;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-right: 20px;
    padding: 10px 0;
    width: 80%;
}
.footer_subscription_forma button {
    border: none;
    border-radius: 50px;
    background-color: #C52440;
    color: #fff;
    height: 40px;
    padding: 0 25px;
}
.footer_subscription_forma button:hover {
    background-color: #A6273D;
}
.footer_body_bg {
    background-color: #2C2B2B;
    color: #fff;
}
.footer_title {
    font-size: 16px;
    font-weight: bold;
}
.footer_body ul {
    list-style-type: none;
    padding-left: 0;
}
.footer_body ul li {
    margin-bottom: 5px;
}
.footer_body a {
    color: #fff;
}
.footer_body a:hover {
    color: #fff;
    text-decoration: none;
}
.footer_menu_ul a {
    text-decoration: none;
}
.footer_menu_ul a:hover {
    text-decoration: underline;
}
.footer_phone_elem a,
.footer_phone_elem a:hover {
    text-decoration: none;
}
.footer_phone_elem {
    font-size: 20px;
}
.footer_timework {
    font-size: 16px;
}
.footer_body {
    display: flex;
    padding: 25px 0 55px 0;
}
.footer_logo svg {
    width: 167px;
    height: 82px;
}
.footer_logo {
    width: 35%;
}
.footer_addr {
    width: 25%;
}
.footer_menu {
    width: 20%;
}
.footer_phone {
    width: 20%;
}
.footer_logo,
.footer_addr,
.footer_menu,
.footer_phone {
    position: relative;
    min-height: 140px;
}
.footer_sitemap,
.fooler_politika,
.footer_soglashenie {
    position: absolute;
    bottom: 0;
}
.footer_mob_phone {
    display: none;
}
.footer_mob_link {
    display: none;
}
.footer_link {
    display: block;
}
.footer_link_email {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
    .footer_logo {
        width: 25%;
    }
    .footer_addr {
        width: 25%;
        padding-right: 15px;
    }
    .footer_menu {
        width: 25%;
    }
    .footer_phone {
        width: 25%;
    }
    .footer_logo,
    .footer_addr,
    .footer_menu,
    .footer_phone {
        min-height: 160px;
    }
    .footer_link {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .footer_logo,
    .footer_addr,
    .footer_menu,
    .footer_phone {
        min-height: 180px;
    }
}
@media only screen and (max-width: 768px) {
    .footer_phone {
        display: none;
    }
    .footer_logo {
        width: 35%;
    }
    .footer_addr {
        width: 30%;
    }
    .footer_menu {
        width: 30%;
    }
    .footer_link {
        display: none;
    }
    .footer_mob_link {
        display: block;
    }
    .footer_sitemap,
    .fooler_politika,
    .footer_soglashenie {
        position: relative;
        bottom: unset;
    }
    .footer_mob_phone {
        display: block;
        position: absolute;
        bottom: 15px;
    }
    .footer_mob_link {
        margin-bottom: 8px;
    }
    .modal_inner.youtube > .modal_form {
        width: 520px;
    }
}
@media only screen and (max-width: 620px) {
    .footer_subscription {
        display: block;
        height: unset;
        padding: 25px 0;
        text-align: center;
    }
    .footer_subscription_text, .footer_subscription_forma {
        width: unset;
    }
    .footer_subscription_forma form {
        display: block;
    }
    .footer_subscription_forma form input {
        display: block;
        padding-right: 0;
        margin: 20px auto 15px auto;
    }
    .footer_body {
        display: block;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_mob_phone {
        position: relative;
        bottom: unset;
        margin-top: 15px;
    }
    .footer_logo,
    .footer_addr,
    .footer_menu {
        width: 100%;
        min-height: unset;
    }
    .footer_addr,
    .footer_menu {
        margin-top: 25px;
    }
    .footer_link {
        padding-right: unset;
    }
    .footer_body {
        padding: 25px 0 35px 0;
    }
    .modal_inner.youtube > .modal_form {
        width: 320px;
    }
    .modal_inner.review > .modal_form {
        width: 320px;
    }
	.footer_subscription_text,
	.footer_subscription_forma {
		width: 80% !important;
		margin: 0 auto;
	}
}
.modal_form__fz152 a {
	color: #c52440;
	text-decoration: none;
}
.modal_form__fz152 a:hover {
	color: #c52440;
	text-decoration: underline;
}

.new_container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}
.index_slider_wrapper {
	display: flex;
	margin-top: 25px;
	min-height: 420px;
    /*padding-bottom: 4px;*/
    /*padding-right: 4px;*/
    /*overflow: hidden;*/
}
.index_bnr_carousel {
	width: 75%;
	position: relative;
}
.index_bnr_not_pr_day {
    width: 100%;
}
.index_bnr_carousel .owl-nav {
	position: absolute;
	width: 150px;
	right: 0;
	bottom: -20px;
	text-align: center;
}
.index_bnr_carousel .owl-nav button {
	width: 46px;
	height: 46px;
	background-color: #fff !important;
	border-radius: 50% !important;
	margin: 0 5px;
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
}
.index_bnr_carousel .owl-nav button:hover {
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
}
.index_bnr_carousel .owl-nav button.disabled {
	display: none;
}
.index_bnr_carousel .owl-nav button span {
	font-size: 28px;
	line-height: 20px;
	color: #424242;
}
.index_bnr_carousel .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
}
.index_bnr_carousel .owl-dots button {
	width: 30px;
	height: 5px;
	background-color: #efefef;
	border-radius: 550px;
	margin: 0 5px;
}
.index_bnr_carousel .owl-dots button.active {
	background-color: #C52440;
}
.index_bnr_carousel .owl-item img {
	border-radius: 10px;
}
.index_bnr_not_pr_day .owl-nav {
    top: 0;
    bottom: 0;
    right: unset;
    margin: auto 0;
    width: 100%;
    height: 0;
}
.index_bnr_not_pr_day .owl-nav button {
    position: absolute;
    top: -23px;
}
.index_bnr_not_pr_day .owl-nav .owl-prev {
    left: -15px;
}
.index_bnr_not_pr_day .owl-nav .owl-next {
    right: -15px;
}
.index_pruduct_day {
	width: 25%;
	padding-left: 30px;
	box-sizing: border-box;
}
.index_pruduct_inner {
	border: 2px solid #EBEBEB;
	border-radius: 10px;
	height: 100%;
}
.index_pruduct_item .list_product_img {
	position: relative;
	display: block;
	max-width: 260px;
	margin: 10px auto;
    background-size: cover;
}
.index_pruduct_item .list_product_img:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.index_pruduct_header {
	display: flex;
	padding: 4px 10px;
	background-color: #EBEBEB;
	border-radius: 5px 5px 0 0;
}
.index_pruduct_header__title,
.index_pruduct_header__timer {
	width: 100%;
}
.index_pruduct_header__title {
	text-transform: uppercase;
	font-weight: bold;
	color: #2C2B2B;
	font-size: 12px;
}
.index_pruduct_header__timer {
	text-align: right;
	color: #2C2B2B;
	font-size: 14px;
    min-height: 20px;
    line-height: 14px;
}
.list_product_content {
	padding: 0 15px 20px 15px;
}
.list_product_code {
	color: #828282;
}
.list_product_name {
	text-decoration: none;
	color: #424242;
	margin-top: 4px;
	display: block;
	font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list_product_day_cart {
	background-color: #c52440;
	width: 60px;
	height: 40px;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.list_product_day_cart:hover {
	background-color: #494949;
}
.list_product_day_cart svg {
	width: 28px;
	height: 17px;
}
.list_product_day_cart.active svg {
    display: none;
}
.list_product_day_cart.active {
/*    position: relative;*/
}
.list_product_day_cart.active:after,
.list_product_day_cart.active:before {
    content:'';
    background-color: #fff;
    position: absolute;
    width: 2px;
}
.list_product_day_cart.active:after {
    transform: rotate(35deg);
    height: 12px;
    margin-left: 6px;
}
.list_product_day_cart.active:before {
    transform: rotate(-45deg);
    height: 6px;
    margin-top: 5px;
    margin-right: 4px;

}


.product_price_real {
	font-size: 16px;
	color: #424242;
}
.product_price_old {
	font-size: 14px;
	color: #C4C4C4;
	text-decoration-line: line-through;
	margin-left: 10px;
}
.product_price_real,
.product_price_old {
	display: inline-block;
}
.list_product_price {
	margin-top: 15px;
}
.index_pruduct_slider .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	margin: auto 0;
	width: 100%;
}
.index_pruduct_slider .owl-nav button {
	width: 46px;
	height: 46px;
	background-color: #fff !important;
	border-radius: 50% !important;
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
	position: absolute;
	top: -23px;
}
.index_pruduct_slider .owl-nav button:hover {
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
}
.index_pruduct_slider .owl-nav button.disabled {
	display: none;
}
.index_pruduct_slider .owl-nav button span {
	font-size: 28px;
	line-height: 20px;
	color: #424242;
}
.index_pruduct_slider .owl-prev {
	left: -10px;
}
.index_pruduct_slider .owl-next {
	right: -10px;
}
.index_pruduct_slider .owl-dots {
	display: none;
}
.index_advantages {
	display: flex;
	margin: 70px -5px 0 -5px;
}
.index_advantages_item {
	width: 20%;
	background-color: #efefef;
	text-align: center;
	border-radius: 10px;
	flex: 1 1 auto;
	margin: 0 5px;
	padding: 30px 20px 10px 20px;

}
.index_advantages_item svg {
	width: 60px;
	height: 60px;
}
.index_advantages_desc {
	margin-top: 10px;
	color: #2C2B2B;
}
/*.index_slider_iter:after {
    content: '';
    display: block;
    padding-bottom: 43.39%;
}
.index_bnr_not_pr_day .index_slider_iter:after {
    padding-bottom: 32.559%;
}*/
@media only screen and (max-width: 1290px) {
    .index_slider_wrapper {
        min-height: 380px;
    }
    .index_pruduct_item .list_product_img {
        max-width: 230px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_pruduct_item .list_product_img {
        max-width: 200px;
    }
    .index_slider_wrapper {
        min-height: 360px;
    }
}
@media only screen and (max-width: 992px) {
    .index_advantages_item {
        min-width: 150px;
        max-width: 160px;
    }
    .index_advantages {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    .index_advantages::-webkit-scrollbar {
        width: 0;
    }
    .index_slider_wrapper {
        display: block;
    }
    .index_bnr_carousel {
        width: 100%;
        overflow: hidden;
    }
    .index_bnr_carousel .owl-nav {
        top: 0;
        bottom: 0;
        right: unset;
        margin: auto 0;
        width: 100%;
        height: 0;
    }
    .index_bnr_carousel .owl-nav button {
        position: absolute;
        top: -23px;
    }
    .index_bnr_carousel .owl-nav .owl-prev {
        left: -15px;
    }
    .index_bnr_carousel .owl-nav .owl-next {
        right: -15px;
    }
    .index_pruduct_day {
        margin-top: 55px;
        padding-left: 0;
        width: 100%;
    }
    .index_pruduct_slider {
        border: none;
    }
    .index_pruduct_item {
        max-width: 200px;
        border: 2px solid #EBEBEB;
        border-radius: 10px;
        position: relative;
    }
    .index_pruduct_item .list_product_img {
        max-width: 170px;
    }
    .index_pruduct_slider .owl-prev {
        left: -10px;
    }
    .index_pruduct_slider .owl-next {
        right: -10px;
    }
    .index_popular_cat {
        top: 0 !important;
        margin-top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .index_popular_cat {
        margin-top: 0;
    }
    .index_product_month_tabitem {
        height: 470px !important;
    }
}

.index_product_month {
	margin-top: 80px;
}
.index_product_bl {
    /*margin-top: 15px;*/
    position: relative;
    top: -30px;
}
.index_product_month_title {
	color: #2c2b2b;
	font-size: 26px;
}
.index_product_bl_tabs {
    position: relative;
    z-index: 10;
}
.index_product_month_tabs,
.index_product_bl_tabs {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.index_product_month_tabs::-webkit-scrollbar,
.index_product_bl_tabs::-webkit-scrollbar {
    width: 0;
}
.index_product_month_tabs li,
.index_product_bl_tabs li {
	margin-right: 15px;
	font-size: 20px;
	color: #c52440;
	cursor: pointer;
	white-space: nowrap;
}
.index_product_month_tabs li:hover,
.index_product_bl_tabs li:hover  {
	color: #2c2b2b;
}
.index_product_month_tabs li[data-tab-active="1"],
.index_product_bl_tabs li[data-tab-active="1"] {
	color: #2c2b2b;
	border-bottom: 3px solid #C52440;
}
.index_product_bl_tablist {
	/*margin-top: 20px;*/
}
.index_product_month_tabitem,
.index_product_bl_tabitem {
	display: none;
    height: 535px;
    overflow: hidden;
}
.index_product_month_tabitem[data-tab-active="1"],
.index_product_bl_tabitem[data-tab-active="1"] {
	display: block;
}

@media only screen and (max-width: 768px) {
	.index_product_month_title {
		font-size: 18px;
	}
	.index_product_month_tabs li,
    .index_product_bl_tabs li {
		font-size: 16px;
	}
	.index_product_month_tabs li,
    .index_product_bl_tabs li {
		font-size: 14px !important;
	}
	.productlist_this_focus {
		display: block !important;
		position: relative !important;
		width: unset !important;
		bottom: 0 !important;
		left: 0 !important;
	}
	.productlist_item:hover .productlist_this_focus {
		border-radius: 0 !important;
		padding: 0 !important;
		border: none !important;
		box-shadow: none;
	}
	.productlist_quantity_btn {
		/*padding: 10px !important;*/
	}
	.productlist_item {
		/*margin: 0 auto !important;*/
	}
	.productlist_sale {
		width: 66px !important;
		height: 66px !important;
		font-size: 12px !important;
		padding: 16px 0 !important;
	}
	.productlist_sale span {
		font-size: 22px !important;
		line-height: 16px !important;
	}
}
@media only screen and (min-width: 769px) {
	.productlist_prorogue {
		display: none !important;
	}
	.productlist_item:hover .productlist_prorogue {
		display: flex !important;
	}
	.index_pruduct_item .productlist_prorogue {
		top: 40px;
	}
	.index_pruduct_item:hover .productlist_prorogue {
		display: flex !important;
	}
}
.productlist_item {
	border: 1px solid #D8D8D8;
	background-color: #fff;
	border-radius: 10px;
	width: 300px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 15px;
}
.productlist_item_img {
	position: relative;
	margin: 0 auto 10px auto;
	display: block;
	background-size: cover;
}
.productlist_item_img:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.productlist_prop_code {
	color: #828282;
	font-size: 12px;
}
.productlist_name {
	color: #2C2B2B;
	font-size: 16px;
	text-decoration: none;
	height: 58px;
	overflow: hidden;
	margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productlist_name:hover {
	color: #2C2B2B;
}
.productlist_price {
	display: flex;
	align-items: center;
	margin-top: 6px;

}
.productlist_real {
	color: #2C2B2B;
	font-size: 16px;
    font-weight: 500;
}
.productlist_old {
	color: #C4C4C4;
	text-decoration-line: line-through;
	font-size: 14px;
	height: 16px;
	margin-left: 10px;
}
.productlist_add {
	display: flex;
	margin-top: 12px;
    height: 45px;
    align-items: center;
}
.productlist_quantity {
	width: 75%;
}
.productlist_quantity_wr {
	background-color: #EAEBEC;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
    overflow: hidden;
}
.productlist_quantity_btn {
	cursor: pointer;
	display: inline-block;
	padding: 10px 18px;
	border-radius: 3px;
	user-select: none;
}
.productlist_quantity_btn:hover {
	background-color: #dfe0e1;
}
.productlist_quantity_wr input {
	width: 50px;
	text-align: center;
	border: none;
	outline: 0;
	background-color: transparent;
}
.productlist_addtocart {
	width: 75%;
	border-radius: 10px;
	background-color: #c52440;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 38px;
	cursor: pointer;
}
.productlist_addtocart:hover {
	background-color: #494949;
}
.productlist_status {
	position: relative;
	margin-top: 8px;
	font-size: 12px;
	color: #2C2B2B;
	padding-left: 18px;
}
.productlist_status:before,
.productlist_status:after {
	content: '';
	display: block;
	background-color: #C52440;
	position: absolute;
	left: 0;
}
.productlist_status:before {
	width: 5.72px;
	height: 1.91px;
	border-radius: 0px 1px 1px 0px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: rotate(38deg);
}
.productlist_status:after {
	width: 7.62px;
	height: 1.91px;
	border-radius: 1px 0px 0px 1px;
	top: 7px;
	transform: rotate(-45deg);
	left: 3px;
}
.productlist_status.not_available {
	color: #C4C4C4;
}
.productlist_status.not_available:before,
.productlist_status.not_available:after {
	background-color: #C4C4C4;
}
.productlist_this_focus {
	display: none;
}
.productlist_item:hover {
	box-shadow: 0 10px 28px rgba(109, 96, 76, 0.12);
}
.productlist_item:hover .productlist_this_focus {
	display: block;
	position: absolute;
	width: 300px;
	bottom: -80px;
	left: -1px;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
	background-color: #fff;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-radius: 0 0 10px 10px;
	z-index: 1000;
	box-shadow: 0 20px 28px rgba(109, 96, 76, 0.12);
}
.productlist_prorogue {
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #EEEEEE;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productlist_prorogue svg {
	width: 18px;
	height: 15px;
}
.productlist_prorogue svg {
	fill: #000;
}
.productlist_prorogue.active {
	background-color: #c52440;
	border: 1px solid #c52440;
}
.productlist_prorogue.active svg {
	fill: #fff;
}
.productlist_nameplate_wr {
	height: 0;
	position: absolute;
	top: 18px;
	left: 20px;
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
}
.productlist_nameplate {
	border-radius: 5px;
	width: 75px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	text-transform: uppercase;
	margin: 4px 6px 4px 0;
	font-weight: bold;
}
.nameplate_new {
	color: #fff;
	background-color: #7DC542;
}
.nameplate_sale {
	color: #2c2b2b;
	background-color: #fbba00;
}
.nameplate_pr-sale {
    color: #fff;
    background-color: #ed3652;
}
.nameplate_hit {
	color: #fff;
	background-color: #318eeb;
}
.nameplate_advise {
	color: #fff;
	background-color: #BB6FDB;
}
.index_product_bl {
	height: 560px;
    overflow: hidden;
}
.product_list_slider .owl-stage-outer {
	min-height: 535px !important;
}
.product_list_slider {
	position: relative;
}
.product_list_slider .owl-stage {
    display: flex;
}
.product_list_slider .owl-item {
    margin: 0 10px;
}
.product_list_slider .owl-nav {
  top: -110px;
  bottom: 0;
  right: unset;
  margin: auto 0;
  width: 100%;
  height: 0;
  position: absolute;
}
.product_list_slider .owl-nav button {
  position: absolute;
  top: -23px;
}
.product_list_slider .owl-nav .owl-prev {
  left: -15px;
}
.product_list_slider .owl-nav .owl-next {
  right: -15px;
}
.product_list_slider .owl-nav button {
	width: 46px;
	height: 46px;
	background-color: #fff !important;
	border-radius: 50% !important;
	margin: 0 5px;
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
}
.product_list_slider .owl-nav button:hover {
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
}
.product_list_slider .owl-nav button.disabled {
	display: none;
}
.product_list_slider .owl-nav button span {
	font-size: 28px;
	line-height: 20px;
	color: #424242;
}
.product_list_slider .owl-dots {
 	display: none;
 }
 .productlist_sale {
 	width: 89px;
 	height: 89px;
 	background-color: #FBBA00;
 	border-radius: 50%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	color: #2c2b2b;
 	font-weight: bold;
 	font-size: 14px;
 	text-transform: uppercase;
 	position: absolute;
 	top: 20px;
 	left: 20px;
	flex-wrap: wrap;
	padding: 22px 0;
	box-sizing: border-box;
 }
 .productlist_sale span {
 	display: block;
 	font-size: 28px;
 	line-height: 28px;
 }
 .index_pruduct_item .productlist_sale {
 	top: 40px;
 }
.index_popular_cat {
	position: relative;
    margin-top: 60px;
	min-height: 515px;
}
.index_popular_cat_link {
	position: absolute;
	top: 12px;
	right: 0;
	color: #c52440;
	font-size: 14px;
}
.index_popular_cat_link:hover {
	color: #c52440;
	text-decoration: none;
}
.index_popular_cat_title {
	color: #2c2b2b;
	font-size: 26px;
	text-align: center;
}
.index_popular_item_lingr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.index_popular_cat_list > .index_popular_item_lingr:last-child {
	margin-bottom: 0;
}
.index_popular_catitem {
	border-radius: 10px;
	width: 25%;
	min-width: 155px;
	height: 130px;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
}
.index_popular_catitem[data-position="1"] {
	background-color: #EFEFEF;
	color: #424242;
	display: flex;
	align-items: center;
	padding: 15px;
	font-size: 16px;
}
.index_popular_catitem[data-position="1"]:hover {
	background-color: #dfdfdf;
}
.index_popular_catitem[data-position="1"] i {
	width: 82px;
	min-width: 82px;
	height: 82px;
	min-height: 82px;
	display: block;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center;
}
.index_popular_catitem[data-position="2"] {
	height: 290px;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 20px;
}
.index_popular_catitem[data-position="4"] {
	height: 290px;
	width: 50%;
	padding-left: 15px;
	font-size: 20px;
	display: flex;
}
.index_popular_catitem[data-position="4"] span {
	display: block;
	margin: auto 0;
}
.index_popular_catitem[data-position="4"] span > span {
	display: block;
}
.index_popular_itemgroup > .index_popular_catitem:nth-child(1) {
	margin-bottom: 30px;
}
.index_popular_itemgroup > .index_popular_catitem {
	width: 100%;
}
.index_popular_itemgroup {
	width: 25%;
	min-width: 155px;
}
.index_popular_catitem.catitem_none {
	background-color: #F6F6F6;
	border: 2px dashed #E0E0E0;
	box-sizing: border-box;
}
.index_popular_catitem.catitem_none:hover {
	background-color: #F6F6F6;
}
.index_popular_cat_slider {
	position: relative;
	margin-top: 25px;
}
.index_popular_cat_slider .owl-nav {
  top: 0;
  bottom: 0;
  right: unset;
  margin: auto 0;
  width: 100%;
  height: 0;
  position: absolute;
}
.index_popular_cat_slider .owl-nav button {
  position: absolute;
  top: -23px;
}
.index_popular_cat_slider .owl-nav .owl-prev {
  left: -30px;
}
.index_popular_cat_slider .owl-nav .owl-next {
  right: -30px;
}
.index_popular_cat_slider .owl-nav button {
	width: 46px;
	height: 46px;
	background-color: #fff !important;
	border-radius: 50% !important;
	margin: 0 5px;
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
}
.index_popular_cat_slider .owl-nav button:hover {
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
}
.index_popular_cat_slider .owl-nav button.disabled {
	display: none;
}
.index_popular_cat_slider .owl-nav button span {
	font-size: 28px;
	line-height: 20px;
	color: #424242;
}
.index_popular_cat_slider .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
}
.index_popular_cat_slider .owl-dots button {
	width: 30px;
	height: 5px;
	background-color: #efefef;
	border-radius: 550px;
	margin: 0 5px;
}
.index_popular_cat_slider .owl-dots button.active {
	background-color: #C52440;
}
.index_popular_catitem[data-position="2"] i,
.index_popular_catitem[data-position="4"] i {
    display: none;
}
.shipping_image img {
    max-width: 100%;
    position: absolute;
}
.shipping_image {
    position: relative;
    top: -45px;
}
.shipping_image.not_product_bl {
    top: 25px;
}
.shipping_image:after {
    content: '';
    padding-bottom: 15%;
    display: block;
}
.shipping_image .mob {
    display: none;
}
.about_company {
    display: flex;
}
.about_company_bl_1 {
    width: 39%;
}
.about_company_video {
	position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_company_video:after {
	content: '';
	padding-bottom: 45%;
}
.about_company_video svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}
.about_company_content {
    width: 51%;
    min-width: 400px;
    color: #2c2b2b;
    padding: 0 30px;
}
.about_company_rating {
    width: 215px;
    min-width: 215px;
}
.about_company_title {
    font-size: 26px;
    line-height: 32px;
}
.about_company_text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
}
.about_company_link {
    display: inline-block;
    background-color: #C52440;
    border-radius: 50px;
    padding: 11px 22px;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}
.about_company_link:hover {
    background-color: #494949;
    color: #fff;
}
.about_company_rating_wr {
    border: 2px solid #FFCC00;
    border-radius: 5px;
    padding: 15px;
}
.about_company_rating_title {
    font-weight: bold;
    font-size: 14px;
}
.rating_wrapper {
    font-size: 18px;
}
.rating_market {
    font-size: 24px;
    margin-bottom: 10px;
}
.rating_wrapper > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    color: #DCDCDC;
}
.rating_wrapper > span:before {
    content: "\2605";
    position: absolute;
    color: #DCDCDC;
}
.rating_wrapper[data-rating="1"] > span:nth-child(1):before,
.rating_wrapper[data-rating="2"] > span:nth-child(1):before,
.rating_wrapper[data-rating="2"] > span:nth-child(2):before,
.rating_wrapper[data-rating="3"] > span:nth-child(1):before,
.rating_wrapper[data-rating="3"] > span:nth-child(2):before,
.rating_wrapper[data-rating="3"] > span:nth-child(3):before,
.rating_wrapper[data-rating="4"] > span:nth-child(1):before,
.rating_wrapper[data-rating="4"] > span:nth-child(2):before,
.rating_wrapper[data-rating="4"] > span:nth-child(3):before,
.rating_wrapper[data-rating="4"] > span:nth-child(4):before,
.rating_wrapper[data-rating="5"] > span:nth-child(1):before,
.rating_wrapper[data-rating="5"] > span:nth-child(2):before,
.rating_wrapper[data-rating="5"] > span:nth-child(3):before,
.rating_wrapper[data-rating="5"] > span:nth-child(4):before,
.rating_wrapper[data-rating="5"] > span:nth-child(5):before {
    content: "\2605";
    position: absolute;
    color: #FFA300;
}
.about_company_rating_wr svg {
    width: 90px;
    height: 17px;
}
.about_company_video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    border-radius: 10px;
}
.reviews_user {
    color: #2C2B2B;
    margin-top: 30px;
    position: relative;
}
.reviews_user_link {
    position: absolute;
    top: 12px;
    left: 275px;
    color: #C52440;
    text-decoration: none;
    z-index: 1;
}
.reviews_user_link:hover {
    text-decoration: underline;
    color: #C52440;
}
.reviews_user_title {
    font-size: 26px;
}
.reviews_user_list {
    display: flex;
    overflow: hidden;
    padding-bottom: 1px;
}
.reviews_user_item {
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    max-width: 410px;
    margin-top: 50px;
}
.reviews_user_head {
    display: flex;
}
.reviews_user_avatar {
    width: 15%;
    min-width: 55px;
}
.reviews_user_avatar i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.reviews_user_info {
    width: 50%;
}
.reviews_user_date {
    color: #828282;
    font-size: 12px;
    line-height: 10px;
}
.reviews_user_name {
    font-weight: bold;
    color: #2c2b2b;
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reviews_user_video {
    width: 35%;
}
.reviews_user_video div {
    cursor: pointer;
}
.reviews_user_video svg {
    width: 20px;
    height: 21px;
    fill: #C52440;
    vertical-align: middle;
    margin-right: 10px;
}
.reviews_user_video span {
    color: #c52440;
    text-decoration: underline;
    font-size: 11px;
}
.reviews_user_video div:hover span {
    text-decoration: none;
}
.reviews_user_content {
    padding: 10px 25px;
}
.reviews_user_text {
    height: 75px;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.reviews_user_btn {
    display: inline-block;
    color: #C52440;
    border: 1px solid #C52440;
    border-radius: 50px;
    padding: 11px 22px;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 15px;
}
.reviews_user_btn:hover {
    color: #2C2B2B;
    border: 1px solid #2C2B2B;
}
.reviews_user_wr_list {
    display: flex;
    justify-content: space-between;
    margin-top: -35px;
    min-height: 294px;
    max-height: 294px;
}
.reviews_user_writeus {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: right;
}
.reviews_user_writeus div {
	position: absolute;
	right: 0;
}
.reviews_user_writeus span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 190px;
    padding-right: 10px;
}
.reviews_user_writeus a {
    display: inline-block;
    color: #424242;
    text-decoration: none;
    padding: 11px 22px;
    border-radius: 50px;
    background-color: #fff;
    margin-top: 18px;
}
.reviews_user_list {
    width: 65%;
    margin-right: 30px;
}
.reviews_user_writeus {
    width: 35%;
    margin-top: 50px;
}
.reviews_user_item {
	min-height: 190px;
}
.reviews_carousel .owl-nav {
	position: absolute;
	top: 0;
	right: -5px;
}
.reviews_carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #fff !important;
    border-radius: 2px !important;
    margin: 0 5px;
    border: 1px solid #E0E0E0 !important;
    cursor: pointer;
}
.reviews_carousel .owl-nav button:hover {
    box-shadow: 0px 0px 5px rgba(66, 66, 66, 0.1);
}
.reviews_carousel .owl-nav button span {
    font-size: 28px;
    line-height: 20px;
    color: #424242;
}
.reviews_carousel .owl-dots {
	display: none;
}
.fabrica_wr {
    margin-top: 55px;
}
.fabrica_title {
    color: #424242;
    font-size: 26px;
}
.fabrica_list {
    display: flex;
    margin-top: 25px;
}
.fabrica_item {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    margin-right: 15px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fabrica_carousel .owl-nav {
  top: 0;
  bottom: 0;
  right: unset;
  margin: auto 0;
  width: 100%;
  height: 0;
  position: absolute;
}
.fabrica_carousel .owl-nav button {
  position: absolute;
  top: -23px;
}
.fabrica_carousel .owl-nav .owl-prev {
  left: -15px;
}
.fabrica_carousel .owl-nav .owl-next {
  right: -15px;
}
.fabrica_carousel .owl-nav button {
    width: 46px;
    height: 46px;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin: 0 5px;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
}
.fabrica_carousel .owl-nav button:hover {
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
}
.fabrica_carousel .owl-nav button.disabled {
    display: none;
}
.fabrica_carousel .owl-nav button span {
    font-size: 28px;
    line-height: 20px;
    color: #424242;
}
.fabrica_carousel .owl-dots {
    display: none;
}
.about_company_rating_mob {
	display: none;
}
.infopanel_text {
	position: relative;
	width: 70px;
	text-align: center;
}
.infopanel_text:before {
	content: attr(data-text);
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.index_bnr_carousel .owl-stage-outer {
    position: absolute;
    width: 100%;
}
.index_pruduct_inner .index_pruduct_item,
.reviews_user_list .reviews_user_item {
    height: 0;
    overflow: hidden;

}
.index_pruduct_inner.owl-loaded .index_pruduct_item,
.reviews_user_list.owl-loaded .reviews_user_item {
    height: unset;
    overflow: visible;
}
.index_bnr_carousel.owl-carousel{
    display: block;
}
.index_bnr_carousel {
    opacity: 0;
}
.index_bnr_carousel.owl-loaded {
    opacity: 1;
}
.index_bnr_carousel.owl-loaded
.reviews_user_list {
    height: 293px;
}
@media only screen and (max-width: 1340px) {
	.index_popular_cat_slider .owl-nav .owl-prev {
	  left: -15px;
	}
	.index_popular_cat_slider .owl-nav .owl-next {
	  right: -15px;
	}
}
@media only screen and (max-width: 1100px) {
	.infopanel_userpanel {
		width: 25%;
	}
	.infopanel_search__desktop {
		width: 30%;
	}
	.infopanel_logo {
		min-width: 170px;
	}
}
@media only screen and (min-width: 1024px) {
.shipping_image:after {
    padding-bottom: 8% !important;
}
.shipping_image.not_product_bl:after {
    padding-bottom: 15% !important;
}
}
@media only screen and (max-width: 1023px) {
    .button_up {
        display: none !important;
    }
	.index_popular_catitem[data-position="1"] i {
		width: 50px;
		min-width: 50px;
		height: 50px;
		min-width: 50px;
		background-size: contain;
	}
	.index_popular_catitem[data-position="1"] {
		padding: 10px;
		font-size: 14px;
	}
	.index_popular_catitem[data-position="2"],
	.index_popular_catitem[data-position="4"]  {
		font-size: 16px;
	}
	.index_popular_item_lingr {
		margin-bottom: 15px;
	}
	.index_popular_itemgroup > .index_popular_catitem:nth-child(1) {
		margin-bottom: 15px;
	}
	.index_popular_catitem[data-position="2"],
	.index_popular_catitem[data-position="4"]{
		height: 275px;
	}
	.index_popular_cat_title {
		font-size: 22px;
	}
	.index_popular_cat_link {
		top: 8px;
	}
}
@media only screen and (max-width: 992px) {
.index_pruduct_slider {
    display: flex;
    overflow: auto;
    position: relative;
    left: -15px;
    width: calc(100% + 15px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.index_pruduct_slider .index_pruduct_item {
    height: unset !important;
    min-width: 200px;
    margin-right: 15px;
    margin-left: 15px;
}
.shipping_image {
    top: 0;
    margin-top: 35px;
}
.fabrica_list {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.fabrica_list::-webkit-scrollbar {
    width: 0;
}
.product_list_slider {
    display: flex;
    overflow: auto;
    position: relative;
    left: -15px;
    width: calc(100% + 15px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.product_list_slider::-webkit-scrollbar {
    width: 0;
}
.product_list_slider .productlist_item {
    min-width: 300px;
    margin-right: 15px;
    margin-left: 15px;
}
.product_list_slider .productlist_this_focus {
    display: block;
}
.product_list_slider .productlist_item:hover .productlist_this_focus {
    position: relative;
    top: 0;
    bottom: unset;
    left: 0;
    padding: 0;
    border: none;
    width: unset;
}
.reviews_user_writeus div {
    width: 200px;
}
.about_company_bl_1 {
    margin-top: 5px;
}
.index_pruduct_day {
    margin-top: 35px;
}
.index_product_month {
    margin-top: 30px;
}
.index_product_bl {
    margin-top: 40px;
    position: unset;
    top: unset;
}
.index_bnr_carousel .index_slider_iter img {
    display: none;
}
.index_bnr_carousel .owl-stage {
    height: 0;
    overflow: hidden;
}
.index_bnr_carousel.owl-loaded .index_slider_iter img {
    display: block;
}
.index_bnr_carousel.owl-loaded .owl-stage {
    height: unset;
    overflow: visible;
}
.index_bnr_carousel:after {
    content: '';
    display: block;
    padding-bottom: 45%;
}
.index_slider_iter:after {
    display: none;
}
.index_pruduct_day {
    height: 325px;
    overflow: hidden;
}
.infopanel_userpanel {
	min-width: 255px;
}
	.index_advantages {
		margin: 40px -5px 0 -5px;
	}
	.product_list_slider .owl-stage-outer {
		min-height: 500px !important;
	}
	.list_product_day_cart {
		width: 45px;
		height: 30px;
		bottom: 15px;
	}
	.list_product_day_cart svg {
		width: 21.07em;
		height: 12.79px;
	}
    .reviews_user_item {
    	max-width: unset;
    	box-sizing: content-box;
    }
    .reviews_user_writeus {
    	width: 42%;
    }
    .reviews_user_list {
    	width: 56%;
    }
    .reviews_user_link {
    	top: 20px;
    	left: unset;
    	position: relative;
    }
    .about_company_rating_wr {
    	display: none;
    }
    .about_company_bl_1 {
    	width: 216px;
    	min-width: 218px;
    }
    .about_company_content {
    	width: 65%;
    	min-width: 65%;
    }
    .about_company_rating {
    	display: none;
    }
    .about_company_rating_mob {
    	display: block;
    	max-width: 135px;
    	padding: 10px;
    	margin-top: 15px;
    }
    .about_company_rating_mob .rating_market {
    	font-size: 20px;
    }
    .about_company_rating_mob .rating_market {
    	margin-bottom: 4px;
    }
    .about_company_rating_title {
    	font-size: 12px;
    }
    .about_company_title {
    	font-size: 18px;
    	line-height: 24px;
    }
    .about_company_text {
    	font-size: 12px;
    }
    .about_company_content {
    	min-width: unset;
    }
    .reviews_user_writeus span {
    	width: unset;
    }
    .productlist_item:hover,
    .productlist_item:hover .productlist_this_focus {
    	box-shadow: none;
    }
    .infopanel_mob_menu {
    	min-width: 30px;
    }
    .infopanel_phone {
    	width: 30%;
    }
}
@media only screen and (max-width: 840px) {
	.infopanel_phone {
		padding-left: 5%;
	}
	.index_popular_cat_slider {
		display: flex;
		overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
	}
    .index_popular_cat_slider::-webkit-scrollbar {
        width: 0;
    }
	.index_popular_catitem[data-position="1"],
	.index_popular_catitem[data-position="2"] {
		width: 200px;
		margin-right: 20px;
	}
	.index_popular_catitem[data-position="4"] {
		width: 420px;
	}
	.index_popular_itemgroup .index_popular_catitem {
		margin-right: 0;
	}
	.index_popular_item_lingr {
		justify-content: unset;
	}
}
@media only screen and (min-width: 768px) {
.shipping_image:after {
    padding-bottom: 12%;
}
.shipping_image.not_product_bl:after {
    padding-bottom: 15% !important;
}
}
@media only screen and (max-width: 768px) {
.product_list_slider .productlist_item {
    min-width: 226px !important;
    max-width: 226px !important;
}
.index_product_month_tabitem {
    height: 500px;
}
.shipping_image.not_product_bl {
    top: -20px;
}
.index_product_bl {
    height: 510px;
    overflow: hidden;
}
.about_company {
    margin-top: 35px;
}
.shipping_image {
    top: 0;
    margin-top: 15px;
}
.footer_subscription_text {
    width: 40%;
}
.footer_subscription_forma {
    width: 60%;
}
.infopanel_text:before {
	display: none;
}
.infopanel_text {
	width: unset;
}
.infopanel_userpanel {
	width: 55%;
	min-width: unset;
	padding-right: 0;
}
.infopanel_mob_menu {
	margin-right: 10%;
	margin-left: 10px;
}
.infopanel_logo {
	min-width: unset;
}
.infopanel_quantity {
	right: 25px;
}
	.index_pruduct_item .productlist_prorogue {
		top: 35px;
		right: 10px;
	}
    .shipping_image .mob {
        display: block;
        width: 100%;
    }
    .shipping_image .desktop {
        display: none;
    }
    .reviews_user_writeus {
    	background-position-x: -55px;
    }
    .productlist_nameplate_wr {
    	max-width: 180px;
    }
}
@media only screen and (max-width: 660px) {
.shipping_image.not_product_bl {
    top: 10px;
}
.shipping_image.not_product_bl:after {
    padding-bottom: 15% !important;
}
.reviews_user_list {
    height: 222px;
}
.reviews_user_wr_list {
	min-height: 502px;
    max-height: unset;
}
.footer_subscription_text {
	width: 40%;
}
.footer_subscription_forma {
	width: 60%;
}
.reviews_user_list {
	overflow: visible;
	padding-bottom: 0;
}
.reviews_user_wr_list {
	margin-top: 10px;
}
.reviews_user_item {
	margin-top: 0;
}
.about_company_video:after {
	padding-bottom: 30%;
}
 .about_company_bl_1 {
 	order: 1;
 	width: 100%;
 	display: flex;
 }
 .about_company_content {
 	order: 0;
 	width: 100%;
 	padding: 0;
 }
 .about_company {
 	flex-wrap: wrap;
 	margin-top: 30px;
 }
 .about_company_video {
 	width: 50%;
 	margin-right: 15px;
 	margin-top: 15px;
 }
 .reviews_user_wr_list {
 	display: block;
 }
 .reviews_user_list {
 	width: 100%;
 }
 .reviews_user_writeus {
 	width: 100%;
 	height: 210px;
 	background-position-x: 0;
 	margin-top: 95px;
 }
 .reviews_user_writeus div {
 	width: 265px;
 }
 .reviews_user_link {
 	top: -280px;
 }
 .reviews_user_btn {
 	margin: 0 0 0 25px;
 	padding: 0;
 	border: none;
 	border-radius: 0;
 	text-decoration: underline;
 }
 .reviews_user_btn:hover {
 	border: none;
 }
.reviews_carousel .owl-nav {
  top: 0;
  bottom: 0;
  right: unset;
  margin: auto 0;
  width: 100%;
  height: 0;
  position: absolute;
}
.reviews_carousel .owl-nav button {
  position: absolute;
  top: -17.5px;
}
.reviews_carousel .owl-nav .owl-prev {
  left: -15px;
}
.reviews_carousel .owl-nav .owl-next {
  right: -15px;
}
}
@media only screen and (max-width: 550px) {
.index_product_bl {
    margin-top: 40px;
}
.fabrica_wr {
    margin-top: 30px;
}
.shipping_image:after {
    padding-bottom: 14%;
}
	.index_popular_cat {
		min-height: 200px;
	}
.infopanel_quantity {
    width: 30px;
    height: 15px;
    right: 15px;
}
    .index_popular_catitem[data-position="2"] i,
    .index_popular_catitem[data-position="4"] i {
        display: inline-block;
        width: 50px;
        min-width: 50px;
        height: 50px;
        background-size: contain;
        margin-right: 8px;
    }
	.index_popular_catitem {
		width: 280px !important;
		min-width: 280px !important;
		height: 130px !important;
		background-image: none !important;
		background-color: #EFEFEF !important;
		color: #424242 !important;
		font-size: 14px !important;
		display: flex !important;
		align-items: center !important;
		padding: 10px !important;
		margin-right: 20px !important;
	}
	.index_popular_cat_slider {
		display: flex;
	}
	.index_popular_itemgroup {
		display: flex;
		width: unset !important;
		min-width: unset !important;
	}
	.index_popular_cat_list {
		display: flex;
	}
	.index_popular_itemgroup > .index_popular_catitem:nth-child(1) {
		margin-bottom: 0;
	}
	.index_popular_catitem.catitem_none {
		display: none !important;
	}
	.index_popular_cat_link {
		top: unset;
		bottom: -20px;
		left: 0;
		right: 0;
		text-align: center;
	}
    .popular_catitem_sale {
        background-color: #C52440 !important;
        color: #fff !important;
        background-image: url('/local/templates/site/images/index_popular_cat/s2_m_i3.png') !important;
        padding-left: 130px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
    }
     .reviews_user_writeus div {
	 	width: 180px;
	 }
}
@media only screen and (max-width: 360px) {
	 .reviews_user_writeus {
	 	background-position-x: -40px;
	 }
	 .reviews_user_writeus div {
	 	width: 180px;
	 }
.infopanel_mob_menu {
	margin-right: 5%;
	margin-left: 0;
}
}
.modal_inner.review .reviews_user_text {
	height: auto;
	display: block;
}
.productlist_rating.true .productlist_count_reviews {
    cursor: pointer;
}
.productlist_rating.true .productlist_count_reviews:hover {
    text-decoration: underline;
}
.popup-window-overlay {
    position: fixed;
}

.footer-date {
    text-align: center;
    padding-bottom: 55px;
}
/* End */


/* Start:/local/templates/site/template_styles.css?176122189918735*/
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
html {-webkit-text-size-adjust:none; height: 100%;}
body {

	position: relative;
	margin:0;
	padding:0;
	color:#282828;
	/*font-family: 'Noto Sans', 'PT Sans','Ubuntu', Verdana, Arial, sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	outline:none;
	min-width: 1162px;
	min-height: 100%;
	/*padding-bottom: 300px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
body.adaptiv {
    min-width: 320px;
}
.svg_fill_solid {
	fill:#1a58d7;
}
/*buttons and inputs*/
.solid_button,
.solid_element {
	background:#1a58d7;
	color: #fff;
	font-family: 'PT Sans','Ubuntu', 'Noto Sans', Verdana, Arial, sans-serif;
}
.solid_button.ui-state-active,
.solid_button.ui-state-current,
.solid_button:focus,
.solid_button:hover {
	background:#546dd1;
	color:#fff;
}
.border_button {
	border:1px solid #e2e2e2;
	background:#fff;
	color:#a7a7a7;
	cursor:pointer;
}
.border_button:hover {
	background:#e2e2e2;
}
.solid_input {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 19px;
	height: 38px;
	border: none;
	border-radius: 6px;
	background: #e9e9e9;
	box-shadow: none;
	font-weight: normal;
	font-size: 14px;
	float: none;
	margin-bottom: 25px;
}
/*end buttons*/
.new_price,
.old_price,
.title_f {
	font-family: 'Ubuntu', 'PT Sans',sans-serif;
}
.title_product {
	font-family: 'PT Sans',sans-serif;
}
.sl_header1,
.sl_header2,
.sl_header3  {
	font-family: 'Ubuntu',sans-serif;
}
a img { border:none;}
a,
.open_call,
.hover_link :hover{
	text-decoration:underline;
	color:#1a58d7;
	cursor:pointer;
}
a:hover,
.open_call:hover {
	color:#636363;
}
h3 {
	
}
/*float class*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/*TOP-PANEL*/
.top_panel {
	width:100%;
	background:#f1f1f1;
}
.top_panel_wrap {
	margin:0 auto;
	max-width:1162px;	
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}

.top_panel .search_wrap {
	float: left;
	padding-top: 7px;
}

.top_panel .basket_wrap {
	margin-left: 20px;
    white-space: nowrap;
}

.top_panel .phone_block {
	display: block;
	white-space: nowrap;
}

.top_panel .phone_block  .phone  {
	display: inline-block;
	vertical-align: baseline;
	font-size:14px;
	color:#656565;
	margin-right:20px;
}
.top_panel .phone_block  .call_button {
	display: inline-block;
	vertical-align: baseline;
	font-size:12px;
}

.top_panel .top_personal { 
	margin-left: 30px;
}

@media all and (max-width: 920px) {
	.adaptiv .top_panel .phone_block {
		float: none !important;
	}
	
	.adaptiv .top_panel .search_wrap {
		float: none;
	}
	
	.adaptiv .top_panel .phone_block  {
		float: none;
	}
	
	.adaptiv .top_panel .basket_wrap {
		float: none;
		margin-left: 0px;
	}
	
	.adaptiv .top_panel .top_personal {
		float: none;
		margin-left: 0px;
	}
	
	.adaptiv .top_panel .top_panel_wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:390px){
	.adaptiv .top_panel_wrap{
		padding:0;
	}
}
/*TOP-PANEL END*/
/* ---- HEADER ---- */
.header_wrap {
	position:relative;
	z-index:20;
}
.header_wrap .header_wrap_information {
    min-height: 120px;
}
.header_wrap .phone {
	font-size: 18px;
   font-weight: bold;
}
.header_wrap .call_button { }
.workarea_wrap {
	position:relative;
	z-index:10;
}
.header_wrap_container {
	margin:0 auto;
    width: 100%;
	max-width:1162px;
	position:relative;
}
.header_wrap_container .logo_wrap {
	width:auto;
    width: 22%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header_wrap_container .logo_wrap img {
	
}
.header_wrap_container .search_wrap {
    padding-left: 20px;
}
.header_wrap_container .right_wrap {
    width: 73%;
}
.header_wrap_container .right_wrap table.table_wrap {
    float: right;
    width: 100%;
}
.header_wrap_container .right_wrap table.table_wrap .menu_wrap {
    position: static;
    display: block;
    padding-left: 20px;
    margin: 0px;
}
.header_wrap_container .right_wrap table.table_wrap .phone_wrap {
    white-space: nowrap;
	padding-left: 20px;
	text-align: right;
}
.header_wrap_container .right_wrap table.table_wrap .basket_wrap {
    white-space: nowrap;
	padding-left: 20px;
}

.top_panel .top_panel_wrap .b_compare,
.top_panel .top_panel_wrap .b_basket {
	line-height: normal;
}

.b_compare,
.b_basket {
	display: inline-block;
	vertical-align: middle;
}

@media all and (max-width: 1200px) {
    .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-phone.with-basket {
        display: block !important;
    }
}

@media all and (max-width: 1150px) {
    .adaptiv .header_wrap .border_catalog_menu {
        display: none;
    }
    .adaptiv .top_panel_wrap .bg_top_menu {
        display: none;
    }
    .adaptiv .header_wrap .top.with-top-menu {
        display: block !important;
    }
}

@media all and (max-width: 1000px) {
    .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-basket {
        display: block !important;
    }
}

@media all and (max-width: 920px) {
	.adaptiv .header_wrap .header_wrap_information {
        padding-left: 20px;
		padding-right: 20px;
    }
}

@media all and (max-width: 900px) {
    .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-phone {
        display: block !important;
    }
}

@media all and (max-width: 825px) {
    .adaptiv .header_wrap_container .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu {
        display: block !important;
    }
}

@media all and (max-width: 800px) {
    .adaptiv .header_wrap_container {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .adaptiv .header_wrap_container .search_wrap {
        padding-left: 0px;
    }
	.adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap {
		padding-left: 0px;
	}
    .adaptiv .header_wrap_container tbody {
        display: block;
    }
    .adaptiv .header_wrap_container tbody tr {
		display: block;
	}
	.adaptiv .header_wrap_container tbody tr td {
        display: block;
		padding-top: 5px;
		padding-bottom: 5px;
    }
    .adaptiv .header_wrap_container .logo_wrap {
        display: block;
    }
    .adaptiv .header_wrap_container .right_wrap {
        display: block;
        width: auto;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap {
        float: none;
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
        display: block;
        float: left;
		margin-top: 5px;
        margin-bottom: 5px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .phone_wrap {
        text-align: left;
		padding-left: 0px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap.fly {
        width: 300px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
        display: block;
        float: right;
		margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 510px) {
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
        float: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
        float: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .call_button {
        text-align: left;
    }
}

.worakarea_wrap_container {
	margin:0 auto;	
	max-width:1162px;
	padding:0 9px;
	min-height:350px;
}
.header_grey {
	font-size: 21px;
	color: #444648;	
	font-weight: normal;
	font-family: 'Ubuntu','PT Sans',sans-serif;
	margin-top:0;
	margin-bottom: 25px;
}
.standart_block {
	margin-bottom:30px;
}
@media (max-width:980px) {
	.adaptiv .header_wrap_container .logo_wrap {
		width:30%;
	}
}
@media (max-width:640px) {
	.adaptiv .header_wrap_container .logo_wrap {
		width: 35%;
	}
}
@media (max-width:1024px) {
	.adaptiv .workarea_wrap {
		min-height:400px;
	}
}
.workarea_wrap h1 {
	padding-bottom:0;
	font-size:27px;
	color:#444648;	
	font-weight:normal;
}
.workarea_wrap h1 a {
	color:#000;
	text-decoration:none;
}
.bx_title_section {
	margin-top:0;
	padding-top:0;
	vertical-align:middle;
	font-size:26px;
}
.footer_wrap_container {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}
/* ---- INC SOCIAL HEADER ---- */
.bx_inc_social_footer h4{
	text-align: left;
	font-weight: normal;
	font-size:26px;
}
.social_buttons {margin-top: 0px}
.social_buttons ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.social_buttons ul li{
	display: inline-block;
	width: 21px;
	height: 21px;
	list-style:none;
}
.social_buttons ul li a{
	display: block;
	width: 21px;
	height: 21px;
	background: url(/local/templates/site/images/sprite_social.png) no-repeat;	
}
.social_buttons ul li.fb a{ background-position: -21px 0;}
.social_buttons ul li.tw a { background-position:-42px 0;}
.social_buttons ul li.vk a{ background-position:0 0}
.social_buttons ul li a:hover{opacity:0.65;}
/* ---- INC SOCIAL HEADER END---- */
/*HEADER_LOGO*/
span.code {
	font-size:17px;
}
table.header_table td.logo {
	width:50%;
}
table.header_table td.logo_wrap {	
	padding-left:12px;
	max-height:60px;
}
table.header_table td.logo_wrap img {
	max-height:60px;
}
@media (max-width:1200px){
	.adaptiv table.header_table td.logo {
		width:40%;
	}
	.adaptiv table.header_table td.address {
		width:20%;
	}
	.adaptiv table.header_table td.phone {
		width:20%;
	}
}
@media (max-width:920px){
	.adaptiv table.header_table td.logo {
		width: 30%;
	}
	.adaptiv table.header_table td.address {
		width:25%;

	}
	.adaptiv table.header_table td.phone {
		width:25%;
	}
}
@media (max-width:740px){
	.adaptiv table.header_table td.logo {
		display:block;
		float:left;
		width:30%;
		margin-top: 5px;
		margin-bottom: 5px;		
		
	}
	.adaptiv table.header_table td.socnet {
		display:none;
	}
	.adaptiv table.header_table td.address {	
		display:block;
		float:left;
		width:30%;
		margin-left:20px;	
		margin-left: 10px;	
		margin-top:2%;
	}
	.adaptiv table.header_table td.phone {		
		display:block;
		float:right;
		width:35%;
		margin-right:10px;
		margin-bottom:5px;
		text-align:right;
	}
	.adaptiv table.header_table {
		max-height: 60px;
	}
}
@media (max-width:600px) {
	.adaptiv table.header_table td.address {
		display:none;
	}
	.adaptiv table.header_table td.phone {
		width:50%;
		font-size: 18px;
	}
	.adaptiv span.code {
		font-size:14px;
	}	
}
@media (max-width:550px) {	
	.adaptiv .header_wrap_container .logo_wrap {
		width:100%;
		margin-bottom:10px;
	}
	.adaptiv .top_panel .phone_block .phone {
		margin-right: 6px;
	}
}
/*TOP_SLIDER*/
.slider{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	width:100%;
}
.slider .slider_container{
	position:absolute;
	top:0px;
	padding:0px;
}
.slider .slider_container  .slider_item{
	overflow:hidden;
	float:left;
}
.slider .slider_container  .slider_item img{
	
}
/*INDEX_HEADER*/
.section_header{	
	text-transform:uppercase;
	font-size:30px;
	color:#cf9f33;
	width:100%;
	text-align:center;
	background:url(/local/templates/site/images/header_line.jpg) repeat-x center;
	margin-bottom:35px;
	margin-top: 26px;
}
.section_header div{
	padding:0 11px;
	display:inline-block;
	background:white;
}
/*///////////*/
.text_block{
	font-size:12px;	
	color:#686868;
}
/*footer*/
.bg_footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background:#f1f1f1;
    color: #292929;
	padding: 10px 0;
	margin-top:60px;
}
.bg_footer .footer{
    position: relative;
	max-width:1162px;
	margin:0 auto;
    overflow:  hidden;
    padding: 13px 20px;
}
.bg_footer .footer .table_footer {
	width:100%;
}
.bg_footer .contacts {
	color: inherit;
}
.bg_footer .contacts .one_phone {
	font-size:13px;	
	color: inherit;
}
.bg_footer .contacts .text_phone {
	font-size:13px;
	color: inherit;
	padding-left:2px;	
}
.bg_footer .phone-block {
    text-align: right;
}
.bg_footer .phone-block .phone {
	font-size:19px;
	color: inherit;
}
.bg_footer .phone-block .call_button {
    font-size:13px;
	color: inherit;	
}
.bg_footer .logo-block {
    padding-top: 25px;
}
.table_footer .contacts {
	width:32%;
	padding-left:13px;
}
.table_footer .footer_menu {
	width:100%;
	overflow:hidden;
}
@media (max-width:650px){
    .adaptiv .bg_footer .contacts {
        float: none;
    }
    
    .adaptiv .bg_footer .menu {
        float: none;
    }
    
    .adaptiv .bg_footer .phone-block {
        float: none;
        text-align: left;
    }
}
/*END_FOOTER*/
/*BX_POPUP_WINDOW*/
.popup-window	{
	border:0;
	border-radius:0;
	box-shadow:0;
	font-size:0;
}
.popup-window-close-icon {
	width: 11px;
	height: 11px;
	background:url(/local/templates/site/images/close_popup.png) no-repeat 0 0;
	opacity:0.38;
}
.popup-window-close-icon:hover {
	background:url(/local/templates/site/images/close_popup.png) no-repeat 0 0;
	opacity:1;
}
.popup-window-top-row,
.popup-window-left-column,
.popup-window-right-column {
	display:none;
}
.popup-window-content {
	margin:0;
	background:#fff;
	border-radius: 7px;
}
.popup-window,
.popup-window-content-row .popup-window-center-column {
	background:none;
}
/*END BX_POPUP_WINDOW*/
.bx_left_catalog {
	float:left;
	width: 18.7%;
}
.bx_content_right {
	width: 80%;
	float: right;
	clear: right;
}
@media (max-width:959px){
	.adaptiv .bx_left_catalog {
		display:none;
	}
	.adaptiv .bx_content_right {
		width:100%;
		float:none;
	}
}
ul.top_personal_menu {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	top:1px;
}
ul.top_personal_menu li {
	float:left;
	display:block;
	list-style:none;
	border:1px solid #fff;
	border-bottom:0;
}
ul.top_personal_menu li.active {
	border:1px solid #bebebe;
	border-bottom:1px solid #fff;
}
ul.top_personal_menu li a {
	display:block;
	font-size:14px;
	padding:14px 17px;
	color:#5a5a5a;
	font-family:'Babas',Arial,sans-serif;
	text-decoration:none;
}
.personal_body {
	border:1px solid #bebebe;
	width:100%;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
@media (max-width:600px){
	.adaptiv ul.top_personal_menu li a {
		padding:12px 10px;
	}
}
@media (max-width:480px){
	.adaptiv ul.top_personal_menu li a {
		padding:12px 4px;
		font-size:12px;
	}
}
.bx_page {
	font-size:14px;
}
@media (max-width:800px) {
	.adaptiv .left_col_index {
		display:none;
	}
	.adaptiv .right_col,
	.adaptiv .right_col_index	{
		width:100%;
	}
	.adaptiv .left_col {
		width:100%;
		margin-bottom:15px;
	}
}
/*contacts*/

@media (max-width:768px) {
	.adaptiv .cnt_contacts {
		width:100%;
	}
	.adaptiv .cnt_map {
		width:100%;
		margin-top:15px;
	}
}
/*block see*/
.one_see .img_see {
	width: 58px;
	height:58px;
	display:block;
	float: left;
	text-align: center;
}
.one_see {
	clear:both;
	margin-bottom: 15px;
	overflow:hidden;
}
.one_see .right_see {
	float: right;
	width: 60%;
}

/*To cart*/
.min-button.to-cart div {
	background-image: url('/local/templates/site/images/to_cart.png');
}

/*Catalog button*/
.catalog-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 13px 6px 13px;
	text-decoration: none;
	background: #3a58d2;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}.catalog-button:hover {
	background: #546dd1;
	text-decoration: none;
	color: #fff;
}.catalog-button:focus {
	background: #3252d1;
	color: #fff;
	outline: none;
	text-decoration: none;
}

/*Hover shadow*/
.hover_shadow {
	transition-property: box-shadow;
	transition: 0.2s;
}
.hover_shadow:hover {
	box-shadow: 0px 10px 18px rgba(0,0,0,0.15);
}
/*flexel*/
.nbs-flexisel-container {
    position:relative;
    /*max-width:98%;*/
	margin:0 auto;
	overflow:hidden;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
	overflow:hidden;    
	/*width:97%;*/
	margin:0 auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left {
	position: absolute;
	top: -50px !important;
	left:auto;
	right: 36px;
}
.nbs-flexisel-nav-right {
	position: absolute;
	top: -50px !important;
	right: 8px;
}

.error404 {
	max-width:563px;
	margin:0 auto;
	font-family:"Ubuntu",sans-serif;
	text-align:center;
}
.error404 .img {
	color: #fff;
	text-align: center;
	font-size: 50px;
	width: 145px;
	height: 145px;
	line-height: 145px;
	margin: 0 auto;
	border-radius: 145px;
	font-weight: bold;
	font-family: "Ubuntu";
}
.error404 .header_text {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	font-family:"Ubuntu",sans-serif;
	color:#111111;
	padding:30px 0;
}
.error404 .text {
	font-size:14px;
	margin-bottom:30px;
}
.error404 .solid_button,
.error404 .border_button {
	text-decoration:none;
	font-size:16px;
	text-align:center;
	width:263px;
	height:35px;
	line-height:35px;
	border-radius:6px;
}
@media (max-width:700px) {
	.error404 .solid_button,
	.error404 .border_button {
		width:100%;
		margin-bottom:10px;
	}
}
.button_up {
	width: 39px;
	height: 39px;
	position: fixed;
	display:none;
	bottom: 30px;
	right: 30px;
	border-radius: 5px;
	z-index: 50;
	cursor: pointer;
	border-radius: 50%;
	background-color: #C52440 !important;
}
.button_up:hover {
	background-color: #494949 !important;
}
.button_up i {
	width: 12px;
	height: 9px;
	margin:15px auto;
	
	background: url(/local/templates/site/images/sprite_to_up.png) no-repeat bottom;
	display: block;
}

.uni-button.solid_button.button.ui-state-current {
	   background: orange!important;
}

.button_up {
	bottom: 75px;
}
/* End */
/* /local/templates/site/css/normalize.css?176000952210110 */
/* /local/templates/site/css/main.css?17600095226075 */
/* /local/templates/site/grid.css?17600095221566 */
/* /local/templates/site/controls.css?176000952213404 */
/* /local/templates/site/css/select2/select2.min.css?176000952215090 */
/* /local/templates/site/js/jquery.bxslider.css?17600095224079 */
/* /local/templates/site/js/fancybox/jquery.fancybox.css?17600095224895 */
/* /local/templates/site/lib/owl/assets/owl.carousel.min.css?17600095223351 */
/* /local/templates/site/head_style_v2.css?176000952216895 */
/* /local/templates/site/components/arturgolubev/search.title/header-desktop-v3/style.css?17600095226394 */
/* /local/templates/site/components/bitrix/catalog.section.list/top_catalog_v2/style.css?176000952121699 */
/* /local/templates/site/components/bitrix/breadcrumb/breadcrumb_v2/style.css?17600095211532 */
/* /local/templates/site/components/bitrix/system.auth.form/brown/style.css?1760009521870 */
/* /local/templates/site/styles.css?176123405178738 */
/* /local/templates/site/template_styles.css?176122189918735 */
