

/* Start:/local/components/a114u/catalog.cartridges/templates/.default/style.css?17604571913146*/
#content > .message-error {
    background-color: #F7C5CB;
    padding: 10px;
    font-size: 18px;
}
#content .message-error p,
#content .message-success p,
#content .message-info p {
    padding-bottom: 7px;
}
#content .message-error ul,
#content .message-success ul,
#content .message-info ul {
    padding-bottom: 2px;
}
.section-container {
    position: relative;
    margin-bottom: 30px;
}
.section-container .message-error,
.section-container .message-success,
.section-container .message-info {
    padding: 10px;
    margin: 5px 0 10px;
    font-size: 18px;
}
.section-container .message-error {
    background-color: #F7C5CB;
}
.section-container .message-success {
    background-color: #C3FACE;
}
.section-container .message-info {
    background-color: #D0E3FF;
}
.box-modal .message-error {
    background-color: #F7C5CB;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
}
.box-modal b {
    font-weight: 700;
}
.arcticmodal-container p {
    padding-bottom: 15px;
}
.arcticmodal-container em {
    font-style: italic;
}
.arcticmodal-container b {
    font-weight: 700;
}
.arcticmodal-container ol li {
    padding-bottom: 5px;
}
.arcticmodal-container h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.two-columns {
    width: 100%;
    font-size: 0;
}

.two-columns > div {
    display: inline-block;
    width: 73%;
    margin-left: 2%;
    vertical-align: top;
}

.two-columns > div.column-filter {
    width: 25%;
    margin: 0;
    color: #999;
    text-align: center;
}
.section-container h1 {
    color: #444;
    font-size: 34px;
    padding: 15px 0 25px;
    line-height: 1;
    white-space: normal;
}
.section-container h2 {
    text-align: left;
    color: #555;
    font-size: 2em;
    padding-top: 15px;
}
.section-container h2 span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    color: #777;
}
.message-empty {
    padding: 10px 25px;
    background: #FFCBCB;
    font-size: 20px;
    line-height: 1.2;
}
.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.zoomContainer {
    z-index: 1;
}

.modern-page-navigation {
    display: inline-block;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    box-sizing: content-box;
}
.modern-page-navigation > a,
.modern-page-navigation > span {
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
}
.modern-page-navigation a,
.modern-page-current,
.modern-page-dots {
    text-decoration: none;
    color: #222;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}
.modern-page-navigation a:hover {
    color: #005c9b;
}
.modern-page-navigation > span.modern-page-current {
    font-weight: bold;
    color: #005c9b;
    border-color: #005c9b;
    font-size: 22px;
}
.modern-page-title {
    padding-right: 10px;
}
/* End */


/* Start:/local/components/a114u/catalog.element/templates/.default/style.css?17604571912943*/
.catalog-element .catalog-element__image img {
    max-width: 100%;
}
.catalog-element .price-box__value {
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}
.catalog-element .price-box__value em {
    font-style: normal;
    font-size: 30px;
}
.catalog-element .price-box__value,
.catalog-element .price-box__basket {
    display: inline-block;
}
.catalog-element .price-box__old {
    text-decoration: line-through;
    color: #777;
}
.catalog-element .prop-box__file a {
    text-decoration: none;
}
.catalog-element .prop-box__file a span {
    text-decoration: underline;
}
.catalog-element .prop-box__file a:hover span {
    text-decoration: none;
}
.catalog-element .prop-box__file .fa-file-pdf-o {
    color: #CD0000;
}
.catalog-element .prop-box dl {
    height: 24px;
    width: 100%;
    position: relative;
    margin: 8px 0;
    border-bottom: dotted 1px #ccc;
    display: block;
}
.catalog-element .prop-box dl dt,
.catalog-element .prop-box dl dd {
    position: absolute;
    margin-top: 5px;
    font-size: 18px;
    color: #444;
}
.catalog-element .prop-box dl dd {
    right: 0;
    padding-left: 3px;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catalog-element .sales-box {
    font-size: 16px;
}
.expand-box {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.js-toggled .expand-box {
    height: auto;
    max-height: inherit;
}
.expand-box:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/static_files/images/bg-expand.png) left bottom repeat-x;
    height: 80px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.toggle-box {
    margin: 15px 0 0;
    height: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.toggle-box span {
    position: absolute;
    top: 0;
    left: 50%;
    height: 30px;
    line-height: 28px;
    margin-left: -60px;
    background: #F0F0F0;
    border: 1px solid #DFDFDF;
    color: #8A8395;
    z-index: 2;
    padding: 0 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 14px;
    text-transform: lowercase;
}
.toggle-box span:hover {
    background: #fff;
}
.toggle-box:after {
    content: "";
    position: absolute;
    bottom: 47%;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 50px;
    padding: 0 0 0 55px;
    background: #DFDFDF;
    z-index: 1;
}
.js-toggled .expand-box {
    height: auto;
    max-height: inherit;
    cursor: default;
}
.js-toggled .expand-box:after {
    display: none;
}
.js-toggled .toggle-box .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* End */


/* Start:/local/modules/mango.dev/css/spectrum.css?176045719515428*/
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* End */


/* Start:/local/components/a114u/catalog.similar/templates/.default/style.css?17604571915912*/
.catalog-items .catalog-items__container {
    height: 300px;
}
.catalog-items .catalog-items__container > div {
    height: 100%;
    position: relative;
}
.catalog-items .catalog-items__item {
    text-align: center;
    height: 100%;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.catalog-items .catalog-items__item .item-image {
    position: relative;
    height: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.catalog-items .catalog-items__item .item-image .item-image__photo {
    display: inline-block;
    vertical-align: middle;
}
.catalog-items .catalog-items__item .item-image .item-image__photo a {
    display: inline-block;
    position: relative;
}
.catalog-items .catalog-items__item .item-image .item-image__photo img {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    float: left;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.catalog-items .catalog-items__item .item-info {
    padding: 0 15px;
}
.catalog-items .catalog-items__item .item-info,
.catalog-items .catalog-items__item .item-image .item-image__photo {
    text-align: center;
}
.catalog-items .catalog-items__item .helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.catalog-items .catalog-items__item .item-info__name {
    margin-bottom: 15px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
}
.catalog-items .catalog-items__item .item-info__options {
    font-size: 16px;
    margin-bottom: 25px;
    display: none;
}
.catalog-items .catalog-items__item .item-info__options > div {
    border-bottom: 1px dotted;
    height: 22px;
    margin-bottom: 10px;
}
.catalog-items .catalog-items__item .item-info__price {
    font-size: 1.7em;
    margin-bottom: 15px;
    font-weight: 700;
    display: inline-block;
    color: #111;
    width: 100%;
}
.catalog-items .catalog-items__item .item-info__tobasket {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    display: none;
}
.catalog-items .catalog-items__item .item-info__tobasket span {
    display: inline-block;
    background-color: #005c9b;
    color: #fff;
    padding: 3px 35px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
}
.catalog-items .catalog-items__item .item-info__options label {
    clear: both;
    float: left;
}
.catalog-items .catalog-items__item .item-info__options span {
    float: right;
}
.catalog-items:not(.view-list) .catalog-items__item:hover {
    height: auto;
    z-index: 999;
    background: #fff;
    box-shadow: 0 7px 30px 0 rgba(0,0,0,.19);
    border: 1px solid transparent;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 10px;
}
.catalog-items .catalog-items__item:hover .item-info__name,
.catalog-items.view-list .catalog-items__item .item-info__name{
    white-space: normal;
    height: auto;
}
.catalog-items .catalog-items__item:hover .item-info__options,
.catalog-items .catalog-items__item:hover .item-info__tobasket,
.catalog-items.view-list .catalog-items__item .item-info__options,
.catalog-items.view-list .catalog-items__item .item-info__tobasket {
    display: block;
}
.catalog-items.view-list .catalog-items__container {
    height: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.catalog-items.view-list .catalog-items__item {
    height: auto;
    position: static;
}
.catalog-items.view-list .catalog-items__item .item-image {
    position: relative;
    width: 100%;
}
.catalog-items.view-list .catalog-items__item .item-info {
    position: relative;
    width: 100%;
    margin: 15px 0;
}

@media (min-width: 768px) {
    .catalog-items.view-list .catalog-items__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .catalog-items.view-list .catalog-items__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-items.view-list .catalog-items__item .item-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        height: auto;
    }
    .catalog-items.view-list .catalog-items__item .item-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}
@media (min-width: 992px) {
    .catalog-items.view-list .catalog-items__item .item-info .item-info__advanced {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-items.view-list .catalog-items__item .item-info .item-info__advanced .item-info__options {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
    .catalog-items.view-list .catalog-items__item .item-info .item-info__advanced .item-info__buyer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
}
/* End */


/* Start:/local/components/a114u/catalog.viewed/templates/.default/style.css?17604571914689*/
.item_viewed {
    font-size: 14px;
}
.item_viewed .poster-item-cont {
    float: left;
    height: 250px;
    width: 14.5%;
    margin: 0 0 30px 2%;
}
.item_viewed .poster-item-cont > div {
    height: 100%;
}
.item_viewed .poster-item {
    text-align: center;
    height: 100%;
    border: 1px solid #ccc;
    position: relative;
}
.item_viewed .poster-item .price span {
    color: #777;
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 0.6em;
    display: block;
}
.item_viewed .poster-image {
    height: 150px;
    position: relative;
}
.item_viewed .poster-image.no-quantity:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/icons/no_quantity.png) center center no-repeat;
    z-index: 1;
    top: 0;
    left: 0;
}
.item_viewed .poster-item .info {
    margin-top: 5px;
    padding: 0 15px;
}
.item_viewed .poster-item .photo,
.item_viewed .poster-item .info {
    text-align: center;
}
.item_viewed .poster-item .info .name {
    font-size: 1.4em;
    margin-bottom: 6px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item_viewed .poster-item .info .name a {
    color: #DC4348;
}
.item_viewed .poster-item .info .options {
    font-size: 0.9em;
}
.item_viewed .poster-item .info .options label {
    float: left;
}
.item_viewed .poster-item .info .options span {
    float: right;
}
.item_viewed .baget-help {
    border-bottom: 1px dashed #DC4348;
    color: #DC4348;
    cursor: help;
    position: relative;
}
.item_viewed .baget-help:hover:before {
    content: attr(data-item);
    position: absolute;
    top: -24px;
    left: -60px;
    color: #fff;
    background-color: #8d1725;
    padding: 2px 10px;
    border-radius: 5px;
    white-space: nowrap;
}
.item_viewed .baget-help:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 8px solid #8D1725;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.item_viewed .poster-item .price {
    font-size: 1.7em;
    margin-top: 10px;
    font-weight: 700;
    display: inline-block;
    color: #AE2838;
    position: absolute;
    bottom: 33px;
    left: 0;
    top: auto;
    width: 100%;
}
.item_viewed .poster-item .info .basket-button {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}
.item_viewed .poster-item .info .basket-button span {
    display: inline-block;
    background-color: #AE2838;
    color: #fff;
    padding: 3px 35px;
    font-size: 18px;
    cursor: pointer;
}
.item_viewed .poster-item .photo {
    display: inline-block;
    vertical-align: middle;
}
.item_viewed .poster-item .photo a {
    display: inline-block;
    position: relative;
}
.item_viewed .poster-item .photo img {
    margin-top: 5px;
    max-width: 180px;
    float: left;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.item_viewed .stickers {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.item_viewed .stickers > div {
    position: relative;
    background-color: #6dcff6;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 12px 0 5px;
    height: 22px;
    line-height: 22px;
    margin: 10px -2px -2px 0;
    text-shadow: 1px 1px 1px #134558;
}
.item_viewed .stickers > div:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 13px solid #6dcff6;
}
.item_viewed .stickers > div:after {
    content: "";
    position: absolute;
    width: 14px;
    z-index: 1;
    height: 30px;
    right: -4px;
    top: -8px;
    background: url(/images/icons/icons-sprite1.png) 0 -668px no-repeat;
}
.item_viewed .stickers .bestseller {
    font-size: 20px;
    font-weight: 700;
}
.item_viewed .sales {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -7px;
    top: -7px;
    text-align: center;
    background-color: #005c9b;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.item_viewed .sales span {
    font-size: 20px;
    font-weight: 700;
}
a.poster-corner:after {
    content: "";
    position: absolute;
    bottom: -17px;
    right: -16px;
    background: url(/images/icons/icons-sprite1.png) no-repeat 0 -753px;
    width: 41px;
    height: 41px;
}
/* End */
/* /local/components/a114u/catalog.cartridges/templates/.default/style.css?17604571913146 */
/* /local/components/a114u/catalog.element/templates/.default/style.css?17604571912943 */
/* /local/modules/mango.dev/css/spectrum.css?176045719515428 */
/* /local/components/a114u/catalog.similar/templates/.default/style.css?17604571915912 */
/* /local/components/a114u/catalog.viewed/templates/.default/style.css?17604571914689 */
