

/* Start:/local/templates/electro/libs/fancybox/jquery.fancybox.css?14852681454899*/
/*! 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/electro/libs/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/electro/libs/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/electro/libs/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/electro/libs/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/electro/libs/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/electro/libs/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/electro/libs/popup/jquery.popup.css?1485268145387*/
/* Popup
-----------------------------------------------------------------------------*/
.popup_back {
	position: fixed;
	z-index: 9;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0,0.6);
	display: none;
}
.popup {
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 400px;
	margin-left: 200px;
	background: #ffffff;
	display: none;
}
/* End */


/* Start:/local/templates/electro/template_styles.css?152208808436444*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template,
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
* {
    box-sizing: border-box;
}
img {
    vertical-align: top;
    max-width: 100%;
}
input,
textarea,
button {
    margin: 0;
    border: none;
    outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
a {
    color: inherit;
}
p,
li,
h1,
h2,
h3,
h4,
h5,
blockquote {
    margin: 1em 0;
}
p:first-child,
li:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
blockquote:first-child {
    margin-top: 0;
}
p:last-child,
li:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
blockquote:last-child {
    margin-bottom: 0;
}
body {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2;
    font-size: 14px;
    color: #383838;
    background: #fff;
}
.clear {
    clear: both;
}
.wrapper {
    max-width: 1170px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.content-inside {
    padding-top: 24px;
}
.content-section {
    padding: 30px 0;
}
.content-simple + .content-simple {
    padding-top: 10px;
}
.mobile-full {
    margin: 0 -15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mobile-gray {
    background-color: #f3f6f7;
}
.desktop {
    display: none;
}
.input {
    font-size: 12px;
    color: #434667;
    font-style: italic;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 15px 16px;
    width: 100%;
}
.input::-webkit-input-placeholder {
    color: #434667;
}
.input:-moz-placeholder {
    color: #434667;
}
.input::-moz-placeholder {
    color: #434667;
}
.input:-ms-input-placeholder {
    color: #434667;
}
textarea.input {
    resize: none;
}
.input_value {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #383838;
    text-align: right;
    width: 35px;
    margin: -4px 0;
}
.input-border {
    box-shadow: none;
    border: 1px solid #eaeaea;
}
.input-border:focus {
    border: 2px solid #54aaec;
    margin: -1px;
}
.input-shadow {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}
.input:focus {
    color: #383838;
    font-style: normal;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section {
    padding: 30px 0;
}
.section-gray {
    background-color: #f3f6f7;
}
.title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
}
.title-big {
    font-size: 24px;
    margin-bottom: 24px;
}
.subtitle {
    color: #9d9d9d;
    margin-bottom: 20px;
}
.title + .subtitle {
    margin-top: -8px;
}
.text {
    line-height: 1.45;
    color: #383838;
}
.text a {
    color: #ce1b1b;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
    color: #383838;
}
.text hr {
    height: 1px;
    background-color: #f3f3f3;
    border: none;
    margin: 0;
}
.text blockquote {
    border: 1px solid #f3f3f3;
    margin-left: 30px;
    margin-right: 30px;
    padding: 28px 28px 28px 88px;
    background: url("/local/templates/electro/images/blockquote.png") left 30px top 32px no-repeat;
}
.text table {
    color: #383838;
    border-collapse: collapse;
}
.text table thead {
    background-color: #f3f6f7;
}
.text table thead td {
    font-weight: 700;
}
.text table tr:nth-child(even) {
    background-color: #fbfbfb;
}
.text table td {
    border: 1px solid #dedede;
    padding: 10px 22px;
}
.text table.no_border td {
    border: none;
}
.icon {
    display: block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon-inline {
    display: inline-block;
    vertical-align: middle;
}
.icon-first {
    margin-right: 8px;
}
.icon-last {
    margin-left: 8px;
}
svg.icon circle,
symbol.icon circle,
svg.icon ellipse,
symbol.icon ellipse,
svg.icon g,
symbol.icon g,
svg.icon line,
symbol.icon line,
svg.icon path,
symbol.icon path,
svg.icon polygon,
symbol.icon polygon,
svg.icon polyline,
symbol.icon polyline,
svg.icon rect,
symbol.icon rect {
    fill: currentColor;
    stroke: inherit;
}
.button {
    display: inline-block;
    font-size: 12px;
    color: #ce1b1b !important;
    text-decoration: none;
    border: 2px solid rgba(206,27,27,0.8);
    border-radius: 4px;
    padding: 8px 14px;
    cursor: pointer;
}
.button:hover {
    color: #fff !important;
    background-color: #ce1b1b;
    border-color: #ce1b1b;
}
.button .icon {
    font-size: 15px;
    vertical-align: bottom;
}
.button-gray {
    color: #000 !important;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.button-gray:hover {
    color: #000 !important;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}
.button-red {
    color: #fff !important;
    background-color: #ce1b1b;
    border-color: #ce1b1b;
}
.button-red:hover {
    background-color: #f15151;
    border-color: #f15151;
}
.button-big {
    font-size: 14px;
    padding: 12px 16px;
}
.button-bigger {
    font-size: 16px;
    padding: 12px 16px;
}
.button-icon .icon {
    font-size: 24px;
    margin: -3px 14px -3px -3px;
}
.cart {
    text-decoration: none;
}
.cart_icon {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    margin-right: 14px;
    position: relative;
}
.cart_icon .icon {
    margin-right: 0;
}
.cart_icon_value {
    position: absolute;
    top: -2px;
    right: -5px;
    font-size: 12px;
    line-height: 1;
    color: #ce1b1b;
    text-align: center;
    padding: 2px 2px;
    min-width: 16px;
    background-color: #fff;
    border-radius: 8px;
}
.auth_item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.auth_item:first-child {
    margin-left: 0;
}
.auth a {
    text-decoration: none;
}
.line {
    height: 1px;
    background-color: #f3f3f3;
    border: none;
    margin: 0;
}
.align-center {
    text-align: center;
}
.header_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.header_mobile_menu {
    width: 66px;
    min-width: 66px;
    min-height: 66px;
    background: #ce1b1b url("/local/templates/electro/images/header-mobile-menu.svg") center center no-repeat;
    position: relative;
    z-index: 1;
}
.header_mobile_search {
    padding: 12px 16px;
    background: #f3f3f3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.header_mobile_back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ce1b1b;
    display: none;
}
.header_mobile_popup {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    color: #fff;
    background-color: #ce1b1b;
    padding: 3px 0 10px;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    display: none;
}
.header_mobile_popup_auth {
    background-color: rgba(255,255,255,0.1);
    padding: 24px 0;
    text-align: right;
    font-size: 12px;
}
.header_mobile_popup_cart {
    display: block;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    text-align: center;
    padding: 10px 10px;
    margin-top: 12px;
}
.header_mobile_popup_menu {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 26px;
}
.header_mobile_popup_menu li.selected{
    background: #861515;
}
.header_mobile_popup_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_mobile_popup_menu li {
    margin: 0;
}
.header_mobile_popup_menu a {
    display: block;
    padding: 9px 0;
    text-decoration: none;
}
.header_mobile-opened .header_mobile_back,
.header_mobile-opened .header_mobile_popup {
    display: block;
}
.header_mobile-opened .header_mobile_menu {
    background-image: url("/local/templates/electro/images/header-mobile-menu-close.svg");
}
.search {
    position: relative;
}
.search_input {
    padding-right: 50px;
}
.search_button {
    text-align: left;
    text-indent: -9999px;
    background: url("/local/templates/electro/images/search-button.svg") center center no-repeat;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    cursor: pointer;
}
.promo {
    padding: 40px 0 150px;
    background: url("/local/templates/electro/images/promo-back.jpg") center center no-repeat;
    background-size: cover;
}
.promo_logo {
    margin-bottom: 32px;
    text-align: center;
}
.advantages_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px 12px;
    margin-top: 12px;
}
.advantages_item_icon {
    font-size: 48px;
    width: 48px;
    min-width: 48px;
    text-align: center;
    margin-right: 30px;
    color: #ce1b1b;
}
.advantages_item_title {
    font-weight: 700;
    color: #ce1b1b;
}
.advantages_item_text {
    color: #9d9d9d;
    margin-top: 10px;
}
.catalog_item {
    display: block;
    width: 48%;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 15px 13px;
    margin-bottom: 14px;
    margin-left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.catalog_item:nth-child(2n+1) {
    margin-left: 0;
}
.catalog_item_title {
    font-size: 12px;
    color: #ce1b1b;
    margin-bottom: 24px;
}
.catalog_item_title a {
    text-decoration: none;
}
.catalog_item_img {
    margin-top: auto;
    text-align: center;
    margin-bottom: auto;
}
.catalog_item_button {
    margin-top: 10px;
}
.catalog_item_button-center {
    text-align: center;
}
.catalog_item_code {
    font-size: 12px;
    color: #afafaf;
    margin-bottom: 8px;
}
.catalog_item_title + .catalog_item_code {
    margin-top: -22px;
}
.catalog_item_price {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
}
.word_button {
    margin-top: 16px;
}
.contact_item {
    padding: 24px 16px;
    border-radius: 3px;
    margin-top: 10px;
    width: 100%;
}
.contact_item:hover {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.contact_item-border {
    border: 1px solid #dcdcdc;
}
.contact_item_title {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.contact_item_text {
    font-size: 12px;
    color: #47475a;
    margin-top: 8px;
}
.contact_item_text a {
    color: #ce1b1b;
}
.contact_item_phone {
    color: #47475a;
    font-weight: 700;
    margin: 24px 0 14px;
}
.contact_item_phone span {
    font-size: 12px;
    font-weight: 400;
    color: #b8b8b8;
    margin-left: 10px;
}
.contact_item_phone .icon {
    color: #ce1b1b;
}
.contact_item_map {
    font-size: 12px;
    color: #b8b8b8;
    text-decoration: none;
    margin-top: 12px;
    display: inline-block;
}
.contact_item_map .icon {
    font-size: 15px;
    color: #54aaec;
}
.map {
    height: 360px;
}
.footer {
    padding: 30px 0;
}
.footer-gray {
    background-color: #f3f6f7;
}
.footer_item {
    text-align: center;
    margin-top: 12px;
}
.footer_item:first-child {
    margin-top: 0;
}
.footer_payment {
    margin-bottom: 28px;
}
.footer_payment img {
    vertical-align: middle;
}
.footer_text {
    font-size: 12px;
    color: #9d9d9d;
}
.footer_text a {
    color: #ce1b1b;
}
.footer_copyright a {
    color: #54aaec !important;
    text-decoration: underline !important;
}
.js-toggle_hide {
    display: none;
}
.js-toggle_button_hide {
    display: none;
}
.js-toggle-view .js-toggle_hide {
    display: block;
}
.js-toggle-view .js-toggle_button_default {
    display: none;
}
.js-toggle-view .js-toggle_button_hide {
    display: inline;
}
.breadcrumb {
    font-size: 12px;
    line-height: 24px;
    color: #8e8e8e;
    margin-bottom: 10px;
}
.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    display: inline;
    margin: 0 3px 0 0;
}
.breadcrumb li:after {
    content: " »";
    display: inline-block;
    margin-left: 3px;
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb a {
    color: #ce1b1b;
    text-decoration: none;
}
.sidebar_item {
    margin-top: 30px;
}
.sidebar_item:first-child, .sidebar_item.sidebar_menu {
    margin-top: 0;
}
.sidebar_menu {
    background-color: #f3f3f3;
}
.sidebar_menu_button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ce1b1b url("/local/templates/electro/images/sidebar-menu-button.svg") right 16px center no-repeat;
    padding: 10px 40px 10px 16px;
    cursor: pointer;
}
.sidebar_menu_button_toggle-opened {
    display: none;
}
.sidebar_menu-opened .sidebar_menu_button {
    background-image: url("/local/templates/electro/images/sidebar-menu-button-close.svg");
}
.sidebar_menu-opened .sidebar_menu_button_toggle-closed {
    display: none;
}
.sidebar_menu-opened .sidebar_menu_button_toggle-opened {
    display: inline;
}
.sidebar_menu_block {
    display: none;
}
.sidebar_menu-opened .sidebar_menu_block {
    display: block;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav li {
    margin: 0;
    border-bottom: 1px solid #fff;
    position: relative;
}
.nav li:last-child {
    border-bottom: none;
}
.nav a {
    display: block;
    padding: 12px 16px;
}
.nav .active {
    color: inherit;
    background-color: transparent;

    /*color: #fff;*/
    /*background-color: #404040;*/
}
.nav li.selected > a{
    background-color: #fff;
    color: inherit;
}
.nav .active > ul {
    display: block;
}
.nav .disabled a {
    text-decoration: none;
}
.disabled .nav_arrow {
    opacity: 0.5;
}
.nav_hasChildren > a {
    padding-right: 58px !important;
}
.nav_arrow {
    padding-right: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 100%;
    padding: 14px 14px;
    cursor: pointer;
}
.active > .nav_arrow .nav_arrow_rotate {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul ul .nav_arrow {
    padding-top: 9px;
    padding-bottom: 9px;
}
.nav ul ul {
    display: none;
}
.nav ul ul li {
    border-bottom: none;
}
.nav ul ul a {
    padding: 8px 16px 8px 27px;
    text-decoration: none;
    font-size: 13px;
}
.nav ul ul ul a {
    padding-left: 42px;
}
.nav ul ul ul ul a {
    padding-left: 57px;
}
.manufacturers_item {
    display: block;
    width: 48%;
    text-decoration: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 20px 18px;
    margin-top: 4%;
    margin-left: 4%;
    min-height: 100px;
}
.manufacturers_item:nth-child(2n+1) {
    margin-left: 0;
}
.manufacturers_item:nth-child(1),
.manufacturers_item:nth-child(2) {
    margin-top: 0;
}
.manufacturers_item_title {
    font-weight: 700;
    margin-bottom: 10px;
}
.manufacturers_item_icon {
    color: #ce1b1b;
}
.manufacturers_item:hover {
    border-color: rgba(206,27,27,0.8);
    box-shadow: 0 0 1px rgba(206,27,27,0.8);
}
.info_item {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-top: 24px;
}
.info_item:first-child {
    margin-top: 0;
}
.info_item_icon {
    width: 67px;
    height: 67px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #f3f3f3;
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}
.info_item_content {
    margin-top: 6px;
}
.info_item_title {
    font-weight: 700;
    margin-bottom: 8px;
}
.info_item_text {
    color: #9d9d9d;
}
.info_item_text p,
.info_item_text li {
    margin: 0;
}
.info_item_text a {
    color: #ce1b1b;
}
.pagination {
    margin-top: 14px;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination_item {
    margin: 0 8px;
}
.pagination_item-current,
.pagination_item a {
    display: block;
    line-height: 28px;
    color: #808080;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    min-width: 34px;
    padding: 2px 2px;
}
.pagination_item a:hover {
    color: #ce1b1b;
    border-color: #ce1b1b;
}
.pagination_item-current {
    background-color: #dedede;
}
.product_image {
    width: 130px;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    text-align: center;
}
.product_image img{
    max-height: 300px;
}
.product_info {
    margin-left: 145px;
}
.product_info_item {
    margin-top: 6px;
}
.product_info_item:first-child {
    margin-top: 12px;
}
.product_info_item_label {
    font-size: 12px;
    color: #9d9d9d;
}
.product_info_item_value {
    font-size: 12px;
    font-weight: 700;
}
.product_info_item-final .product_info_item_value {
    font-size: 18px;
    margin-top: 20px;
}
.product_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}
.product_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150px;
    margin-right: 15px;
}
.product_button {
    white-space: nowrap;
}
.form_item {
    width: 100%;
    margin-bottom: 16px;
}
.form_item:last-child {
    margin-bottom: 0;
}
.form_button {
    margin-top: 20px;
}
.page {
    padding-top: 0;
}
.fancybox-close {
    width: 27px;
    height: 27px;
    top: 20px;
    right: 20px;
    background: url("/local/templates/electro/images/close.svg") center center no-repeat;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 18px 28px rgba(0,0,0,0.15);
}
.fancybox-overlay {
    background: rgba(191,202,206,0.9);
}
.popup {
    padding: 30px 30px;
    border-radius: 3px;
    box-shadow: 0 18px 28px rgba(0,0,0,0.15);
}
.popup_back {
    background: rgba(191,202,206,0.9);
}
.popup_button {
    margin-top: 26px;
    text-align: center;
}
.popup .title {
    margin-bottom: 20px;
}
.order {
    margin-bottom: 40px;
}
.order_item {
    font-size: 18px;
    padding: 10px 20px;
}
.order_item-title {
    color: #ce1b1b;
}
.order_item-count input {
    font-style: normal;
    max-width: 150px;
}
.order_item-del {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 67px;
}
.order_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dedede;
    margin-top: -1px;
}
.order_flex {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.order_total {
    font-size: 20px;
    text-align: right;
    margin-top: 20px;
}
.order_button {
    text-align: right;
}
.order_button .button {
    margin-top: 20px;
    margin-left: 10px;
}
.order_button .button:first-child {
    margin-left: 0;
}
.ib{
    display: inline-block;
    width: initial;
}
.no_border{
    border: none;
}
.del_btn{
    cursor: pointer;
}
.agreement{
    margin: 5px 0;
    display: block;
}
[type="submit"][disabled]{
    cursor: not-allowed;
}
.header_info_item .phone a ,
.header_info_item .email a {
    text-decoration: none;
}
.header_info_item .email{
    margin-top: 3px;
    font-weight: normal;
    font-size: 16px;
    text-align: right;
}
.header_mobile_popup_menu .phone,
.header_mobile_popup_auth .phone .icon,
.header_mobile_popup_auth .email{
    display: none;
}
.header_mobile_popup_menu .email,
.header_mobile_popup_auth .phone{
    color: #fff;
    float: left;
    margin: -3px 0 0 3px;
    font-weight: normal;
    font-size: 20px;
}
.header_mobile_popup_menu .email{
    font-size: 16px;
    text-align: center;
    float: none;
    text-transform: none;
    margin-top: 30px;
}
.footer_item_contacts .phone a{
    text-decoration: none;
}
.footer_item_contacts .email a{
    font-size: initial;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
}
.footer_item_contacts .email {
    margin-top: 3px;
    text-align: right;
}
.g-recaptcha{
    transform:scale(0.96);
    transform-origin:0 0
}
@media (min-width: 768px) {
    .content-inside {
        padding-bottom: 50px;
    }
    .content_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .content_sidebar {
        width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 30px;
    }
    .content_container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .content-section {
        padding: 30px 0;
    }
    .content-section:first-child {
        padding-top: 0;
    }
    .content-section:last-child {
        padding-bottom: 0;
    }
    .mobile {
        display: none;
    }
    .mobile-full {
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile-gray {
        background-color: transparent;
    }
    .desktop {
        display: block;
    }
    td.desktop {
        display: table-cell;
    }
    .auth_item span {
        color: #ce1b1b;
    }
    .auth a:hover {
        color: #47475a;
    }
    .slogan {
        color: #9d9d9d;
    }
    .cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cart_icon_value {
        color: #fff;
        background-color: #ce1b1b;
    }
    .phone {
        font-size: 18px;
        font-weight: 700;
        color: #47475a;
        white-space: nowrap;
    }
    .phone .icon {
        color: #ce1b1b;
    }
    .title {
        font-size: 20px;
        margin-bottom: 36px;
    }
    .title-big {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .subtitle {
        margin-bottom: 28px;
    }
    .title + .subtitle {
        margin-top: -24px;
    }
    .section {
        padding: 55px 0 65px;
    }
    .zoom {
        position: relative;
    }
    .zoom:after {
        content: "";
        display: block;
        position: absolute;
        right: 14px;
        top: 14px;
        width: 19px;
        height: 19px;
        background: url("/local/templates/electro/images/zoom.svg") center center no-repeat;
    }
    .header_line {
        font-size: 12px;
        color: #8e8e8e;
        padding: 14px 0;
        background-color: #f3f3f3;
    }
    .header_line_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_line_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .header_line_menu li {
        margin: 0 25px 0 0;
        display: inline-block;
    }
    .header_line_menu a:hover {
        color: #47475a;
    }
    .header_info {
        padding: 8px 0;
    }
    .header_info_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .header_info_item {
        margin: 8px 15px;
    }
    .header_info_item-logo {
        width: 242px;
        min-width: 242px;
    }
    .header_info_item-search {
        width: 152px;
        min-width: 152px;
    }
    .header_info_item-cart {
        min-width: 110px;
    }
    .search_input {
        padding: 19px 11px;
        border-radius: 5px;
    }
    .menu {
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    .menu-gray {
        background-color: #f3f6f7;
    }
    .menu-underline ul {
        border-bottom: 1px solid rgba(169,169,169,0.3);
    }
    .menu ul {
        list-style: none;
        margin: auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .menu li {
        margin: 0;
    }
    .menu a {
        display: block;
        padding: 30px 10px;
        height: 100%;
        border-bottom: 2px solid transparent;
        text-decoration: none;
    }
    .menu a:hover {
        border-color: #54aaec;
    }
    .menu-inside .menu_wrapper {
        border-bottom: 2px solid #f3f3f3;
    }
    .menu-inside li {
        margin-bottom: -2px;
    }
    .menu_sale a:after {
        content: "";
        display: inline-block;
        vertical-align: baseline;
        width: 24px;
        height: 21px;
        background: url("/local/templates/electro/images/menu-sale.png") center center no-repeat;
        margin-left: 10px;
    }
    .promo {
        padding: 100px 0;
        background-image: url("/local/templates/electro/images/promo-back-desktop.jpg");
    }
    .promo_title {
        max-width: 500px;
    }
    .promo_text {
        margin: -28px 0 44px;
    }
    .advantages_item {
        border: 1px solid #dedede;
        border-radius: 3px;
        width: 32%;
        padding: 34px 44px;
        margin-left: 2%;
    }
    .advantages_item:nth-child(1),
    .advantages_item:nth-child(2),
    .advantages_item:nth-child(3) {
        margin-top: 0;
    }
    .advantages_item:nth-child(3n+1) {
        margin-left: 0;
    }
    .advantages_item_icon,
    .advantages_item_title {
        color: #383838;
    }
    .advantages_item:hover {
        border-color: rgba(206,27,27,0.8);
        box-shadow: 0 0 1px rgba(206,27,27,0.8);
    }
    .advantages_item:hover .advantages_item_icon,
    .advantages_item:hover .advantages_item_title {
        color: #ce1b1b;
    }
    .catalog_item {
        width: 32%;
        padding: 32px 24px;
        margin: 0 0 20px 2%;
        -webkit-transition: box-shadow 0.5s;
        transition: box-shadow 0.5s;
    }
    .catalog_item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .catalog_item:nth-child(3n+1) {
        margin-left: 0;
    }
    .catalog_item:hover {
        box-shadow: 0 18px 28px rgba(0,0,0,0.15);
    }
    .catalog_item_title {
        font-size: 15px;
        margin-bottom: 36px;
    }
    .catalog_item_title + .catalog_item_code {
        margin-top: -32px;
    }
    .catalog_item_price {
        margin-top: 4px;
    }
    .catalog_item_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
    .catalog_item_flex .catalog_item_price,
    .catalog_item_flex .catalog_item_button {
        margin-top: 0;
    }
    .word_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .word_img {
        width: 340px;
        min-width: 340px;
        margin-left: 2%;
        text-align: right;
    }
    .contact_item {
        width: 32%;
        padding: 24px 26px;
        margin-left: 2%;
    }
    .contact_item:nth-child(1),
    .contact_item:nth-child(2),
    .contact_item:nth-child(3) {
        margin-top: 0;
    }
    .contact_item:nth-child(3n+1) {
        margin-left: 0;
    }
    .contact_item_text {
        margin-top: 4px;
    }
    .contact_item_phone {
        margin: 14px 0;
    }
    .contact_item_map {
        margin-top: 0;
    }
    .contact_item_map .icon {
        font-size: 16px;
    }
    .contact_item_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .contact_item_flex > * {
        margin: 0;
    }
    .map {
        height: 480px;
    }
    .footer_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -15px;
        justify-content: space-between;
    }
    .footer_item {
        margin: 0 15px;
        text-align: left;
    }
    .footer_copyright {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .footer_payment {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer_text a {
        color: #8e8e8e;
        text-decoration: none;
    }
    .footer_text a:hover {
        color: #383838;
    }
    .breadcrumb {
        margin-bottom: 4px;
    }
    .manufacturers_item {
        width: 32%;
        margin: 30px 0 0 2%;
        padding: 20px 24px;
        min-height: 84px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .manufacturers_item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .manufacturers_item:nth-child(3n+1) {
        margin-left: 0;
    }
    .manufacturers_item:nth-child(3) {
        margin-top: 0;
    }
    .manufacturers_item_icon {
        margin-left: 20px;
    }
    .info_item {
        width: 32%;
        margin: 30px 0 0 2%;
    }
    .info_item:nth-child(3n+1) {
        margin-left: 0;
    }
    .info_item:nth-child(2),
    .info_item:nth-child(3) {
        margin-top: 0;
    }
    .pagination {
        margin-top: 8px;
    }
    .pagination_block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .sidebar_item {
        margin-top: 60px;
    }
    .sidebar_menu {
        padding: 16px 6px;
    }
    .sidebar_menu_title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2px;
        padding: 0 12px;
    }
    .sidebar_menu_block {
        display: block;
    }
    .nav a {
        padding: 12px 12px;
    }
    .nav a:hover {
        color: #ce1b1b;
    }
    .nav_arrow:hover {
        color: #ce1b1b;
    }
    .nav ul ul a:hover {
        background-color: #fff;
        color: inherit;
    }
    .nav .active {
        color: inherit;
        background-color: transparent;
    }
    .nav_hasChildren > a {
        padding-right: 52px !important;
    }
    .product_image {
        width: 290px;
        margin-right: 60px;
    }
    .product_info {
        margin-left: 350px;
    }
    .product_info_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 24px;
    }
    .product_info_item:first-child {
        margin-top: 14px;
    }
    .product_info_item_label {
        font-size: 16px;
        min-width: 125px;
        margin-right: 10px;
    }
    .product_info_item_value {
        font-size: 16px;
    }
    .product_info_item-final {
        display: block;
    }
    .product_info_item-final .product_info_item_value {
        font-size: 24px;
    }
    .product_line {
        margin-top: 42px;
        padding: 29px 0;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .form_back {
        padding: 40px 34px;
        background: #f3f6f7;
    }
    .form_item {
        margin-bottom: 16px;
    }
    .form_item-small {
        width: 32%;
        margin-left: 2%;
    }
    .form_item-smaller{
        width: 29%;
    }
    .form_item-small:nth-child(3n+1) {
        margin-left: 0;
    }
    .form_button {
        margin-top: 0;
        text-align: right;
    }
    .page {
        padding-top: 0;
    }
    .order_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .order_flex .order_item {
        width: 20%;
    }
    .order_flex .order_item-title {
        width: 40%;
    }
}
@media (min-width: 1024px) {
    .header_info_flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .catalog:not(.catalog-inside) .catalog_item {
        width: 23.5%;
        margin: 0 0 20px 2% !important;
    }
    .catalog:not(.catalog-inside) .catalog_item:nth-child(4n+1) {
        margin-left: 0 !important;
    }
}
/* End */
/* /local/templates/electro/libs/fancybox/jquery.fancybox.css?14852681454899 */
/* /local/templates/electro/libs/popup/jquery.popup.css?1485268145387 */
/* /local/templates/electro/template_styles.css?152208808436444 */
