

/* Start:/js/colorbox/colorbox.css?14327931033268*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.6; filter: alpha(opacity = 60);}
#colorbox{outline:0;}
    #cboxContent{margin-top:0; overflow:visible; background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff;}
        #cboxLoadingGraphic{background:url(/js/colorbox/images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; background:url(/js/colorbox/images/controls.png) no-repeat 0 0;}
        #cboxSlideshow, #cboxClose {top:10px;}
        #cboxPrevious, #cboxNext {bottom: 10px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:10px;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


.form-popup #cboxLoadedContent {
border: 5px solid #dcdada;

}

/* End */


/* Start:/css/lib/select2.css?143279310316152*/
/*
Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 28px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
 
    white-space: nowrap;
    line-height: 28px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 30px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/css/lib/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;

    top: 100%;
    font-family: 'Georgia', sans-serif;
    font-size: 16px;
    background: #fff;
    color: #000;

    border: 1px solid #dbdbdb;

    z-index: 9999;

}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-bottom: 0;
}

.select2-drop-active {
 
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  
}

.select2-drop-auto-width {
  
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 36px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-clip: padding-box;
    background: #fff;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/css/lib/select2.png') no-repeat 5px 0px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/css/lib/select2.png') no-repeat 100% -22px;
    background: url('/css/lib/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/css/lib/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/css/lib/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/css/lib/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/css/lib/select2.png') no-repeat -37px -22px;
    background: url('/css/lib/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/css/lib/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/css/lib/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/css/lib/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/css/lib/select2-spinner.gif') no-repeat 100%;
    background: url('/css/lib/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/css/lib/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/css/lib/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/css/lib/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {

    outline: none;


}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;


    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {

    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
   
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 5px -31px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

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

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #dbdbdb;
    color: #000;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
 
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/css/lib/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;


    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {

    outline: none;


}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/css/lib/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;



    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/css/lib/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}



/* End */


/* Start:/css/lib/icheck.css?14327931031353*/
/* iCheck.js skin
----------------------------------- */
.icheckbox_ichek,
.iradio_ichek {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
    width: 11px;
    height: 11px;

    background: url(/css/lib/icheсk.png) no-repeat;
    border: none;
    cursor: pointer;
    top: 0px;
    vertical-align: -6px;
}

.icheckbox_ichek {
	margin: 0 2px 0 0;
	padding: 0;
	width: 11px;
	height: 11px;

	display: inline-block;
	top: 0px;

	background: url('/css/lib/icheсk.png') no-repeat;
	border: none;
	cursor: pointer;

	vertical-align: -2px;
}

.icheckbox_ichek,
.icheckbox_ichek.static:hover {
 background-position: -23px 0;
}
    .icheckbox_ichek.hover,
    .icheckbox_ichek:hover {
    
    }
    .icheckbox_ichek.checked {
        background-position:  -34px 0;
    }
    .icheckbox_ichek.disabled {
        background-position: right 0;
        cursor: default;
    }
    .icheckbox_ichek.checked.disabled {
         background-position:  -20px 0;
    }

.iradio_ichek,
.iradio_ichek.static:hover {
    background-position: -10px 0;
}
    .iradio_ichek.hover,
    .iradio_ichek:hover {
    
    }
    .iradio_ichek.checked {
        background-position:  0 0;
    }
    .iradio_ichek.disabled {
          background-position: -10px 0;
        cursor: default;
    }
    .iradio_ichek.checked.disabled {
         background-position:  0 0;
    }
/* End */


/* Start:/css/style.css?145771419137251*/
@charset "UTF-8";
/* line 18, ../../src/scss/_variables.scss */
.main:before, .header__top:before, .header__pane-frame:before, .promo:before, .social-networks:before, .product-card:before, .characteristics:before, .gallery__thumbs:before, .footer__frame:before, .main:after, .header__top:after, .header__pane-frame:after, .promo:after, .social-networks:after, .product-card:after, .characteristics:after, .gallery__thumbs:after, .footer__frame:after {
  content: "";
  display: table;
}
/* line 23, ../../src/scss/_variables.scss */
.main:after, .header__top:after, .header__pane-frame:after, .promo:after, .social-networks:after, .product-card:after, .characteristics:after, .gallery__thumbs:after, .footer__frame:after {
  clear: both;
}

/* HTML5 display-role reset for older browsers */
/* line 2, ../../src/scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 7, ../../src/scss/_reset.scss */
html {
  max-height: 1000000px;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

/* line 13, ../../src/scss/_reset.scss */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, ../../src/scss/_reset.scss */
img {
  border: 0;
}

/* line 24, ../../src/scss/_reset.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 29, ../../src/scss/_reset.scss */
input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

/* line 36, ../../src/scss/_reset.scss */
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 41, ../../src/scss/_reset.scss */
input[type="text"],
input[type="password"],
input[type="file"],
input[type="url"],
input[type="submit"],
input[type="search"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
}

/* line 57, ../../src/scss/_reset.scss */
input[type="button"],
input[type="submit"],
button {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 63, ../../src/scss/_reset.scss */
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

/* line 64, ../../src/scss/_reset.scss */
input[type="button"]::-moz-focus-inner {
  border: 0;
}

/* line 65, ../../src/scss/_reset.scss */
button::-moz-focus-inner {
  border: 0;
}

/* line 66, ../../src/scss/_reset.scss */
input[type="submit"]:hover {
  cursor: pointer;
}

/* line 67, ../../src/scss/_reset.scss */
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline: none;
}

/* line 70, ../../src/scss/_reset.scss */
input[type="search"],
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 72, ../../src/scss/_reset.scss */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 77, ../../src/scss/_reset.scss */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* line 78, ../../src/scss/_reset.scss */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/* line 79, ../../src/scss/_reset.scss */
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* line 80, ../../src/scss/_reset.scss */
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 81, ../../src/scss/_reset.scss */
input[type="search"]::-ms-clear {
  display: none;
}

/* line 82, ../../src/scss/_reset.scss */
input[type="search"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* line 86, ../../src/scss/_reset.scss */
input[type="search"]:-ms-input-placeholder {
  color: #000;
}

/* line 87, ../../src/scss/_reset.scss */
input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

/* line 88, ../../src/scss/_reset.scss */
input[type="search"]:-moz-placeholder {
  color: #000;
}

/* line 89, ../../src/scss/_reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1, ../../src/scss/_layout.scss */
html {
  height: 100%;
}

/* line 4, ../../src/scss/_layout.scss */
body {
  color: #000;
  background: #fff;
  margin: 0;
  min-width: 1000px;
  height: 100%;
  font: 15px/1.5em Arial, Helvetica, sans-serif;
}

/* line 13, ../../src/scss/_layout.scss */
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

/* line 20, ../../src/scss/_layout.scss */
.main {
  width: 980px;
  margin: 0 auto;
  padding: 10px 10px 110px;
}

/* line 27, ../../src/scss/_layout.scss */
.article-col {
  float: right;
  width: 682px;
  padding: 0 0 0 50px;
}

/* line 33, ../../src/scss/_layout.scss */
.aside {
  float: left;
  width: 245px;
}

/* line 38, ../../src/scss/_layout.scss */
.hightlight_orange {
  color: #f3941c;
}

/* line 42, ../../src/scss/_layout.scss */
.catalog-image {
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
/* line 47, ../../src/scss/_layout.scss */
.catalog-image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 54, ../../src/scss/_layout.scss */
a {
  color: #f3941c;
}

/* line 58, ../../src/scss/_layout.scss */
p {
  margin: 0 0 1em;
}

/* line 62, ../../src/scss/_layout.scss */
.mf_ta_center {
  text-align: center;
}

/* line 66, ../../src/scss/_layout.scss */
.mf_ta_right {
  text-align: right;
}

/* line 70, ../../src/scss/_layout.scss */
.mf_ta_left {
  text-align: left;
}

/* line 74, ../../src/scss/_layout.scss */
.mf_ws_nowrap {
  white-space: nowrap;
}

/* line 78, ../../src/scss/_layout.scss */
.mf_fw_bold {
  font-weight: bold;
}

/* line 82, ../../src/scss/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
}

/* line 1, ../../src/scss/_header.scss */
#header-top-fixed {
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -moz-transition-property: padding, background-color;
  -o-transition-property: padding, background-color;
  -webkit-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 12, ../../src/scss/_header.scss */
#header-top-fixed.state-fixed {
  background-color: #ebebeb;
  padding: 5px 0;
}

/* line 18, ../../src/scss/_header.scss */
.header {
  padding: 35px 0 0;
}

/* line 22, ../../src/scss/_header.scss */
.header__top {
  width: 980px;
  margin: 0 auto;
  padding: 8px 10px 10px;
}
/* line 28, ../../src/scss/_header.scss */
.header__top a {
  color: #f3941c;
}

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


/* line 33, ../../src/scss/_header.scss */
.contacts {
  float: left;
  margin: 0 0 0 -6px;
  padding: 0;
  list-style: none;
  font: bold 14px/17px Arial, Helvetica, sans-serif;
}
/* line 40, ../../src/scss/_header.scss */
.contacts li {
  float: left;
  padding: 0 19px 0 0;
}

/* line 46, ../../src/scss/_header.scss */
.contacts__icon {
  display: inline-block;
  vertical-align: top;
}

/* line 51, ../../src/scss/_header.scss */
.contacts__icon_phone {
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -14px -14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

/* line 55, ../../src/scss/_header.scss */
.contacts__icon_mail {
  margin: 0 3px 0 0;
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -37px 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

/* line 60, ../../src/scss/_header.scss */
.userbox {
  float: right;
  margin: 0 -3px 0 0;
  font: bold 14px/17px Arial, Helvetica, sans-serif;
}

/* line 67, ../../src/scss/_header.scss */
.userbox .user-login {
  padding: 0 0 0 20px;
  float: left;
}

/* line 73, ../../src/scss/_header.scss */
.user-login__icon {
  display: inline-block;
  vertical-align: top;
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -51px 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 2px 0 0;
}

/* line 81, ../../src/scss/_header.scss */
.top-cart a {
  color: #000;
  text-decoration: none;
}
/* line 86, ../../src/scss/_header.scss */
.top-cart .top-cart__info {
  color: #f3941c;
  text-decoration: underline;
}
.top-cart .top-cart__info:hover {

  text-decoration: none;
}

/* line 91, ../../src/scss/_header.scss */
.userbox .top-cart {
  padding: 0 0 0 25px;
  float: left;
}

/* line 97, ../../src/scss/_header.scss */
.top-cart__icon {
  display: inline-block;
  vertical-align: top;
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: 0 -14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

/* line 104, ../../src/scss/_header.scss */
.header__pane {
  margin: 25px 0 0;
  background: #f3941c;
  min-height: 23px;
}

/* line 110, ../../src/scss/_header.scss */
.header__pane-frame {
  width: 798px;
  padding: 9px 7px 8px 195px;
  margin: 0 auto;
  position: relative;
}

/* line 118, ../../src/scss/_header.scss */
.logo {
  position: absolute;
  top: -14px;
  left: 8px;
}

/* line 124, ../../src/scss/_header.scss */
.header-nav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 12px/22px Arial, Helvetica, sans-serif;
}
/* line 131, ../../src/scss/_header.scss */
.header-nav li {
  float: left;
  padding: 0 10px;
}
/* line 135, ../../src/scss/_header.scss */
.header-nav li.active > a {
  text-decoration: none;
  font-weight: bold;
}
/* line 141, ../../src/scss/_header.scss */
.header-nav a {
  color: #000;
  text-decoration: underline;
}
/* line 145, ../../src/scss/_header.scss */
.header-nav a:hover {
  text-decoration: none;
}
/* line 150, ../../src/scss/_header.scss */
.header-nav .discounts {
  background: #ffd8a7;
  border-radius: 2px 0 0 2px;
  position: relative;
  margin-right: 22px;
  padding-right: 9px;
}
/* line 157, ../../src/scss/_header.scss */
.header-nav .discounts:before {
  display: none;
}
/* line 160, ../../src/scss/_header.scss */
.header-nav .discounts:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -28px -14px;
  background-repeat: no-repeat;
  width: 10px;
  height: 22px;
}

/* line 170, ../../src/scss/_header.scss */
.header-search {
  background: #fff;
  float: right;
}
/* line 174, ../../src/scss/_header.scss */
.header-search fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 180, ../../src/scss/_header.scss */
.header-search input[type=text] {
  border: 0;
  margin: 0;
  height: 14px;
  padding: 4px 3px 4px 7px;
  outline: 0;
  float: left;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  width: 200px;
}
/* line 34, ../../src/scss/_variables.scss */
.header-search input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 38, ../../src/scss/_variables.scss */
.header-search input[type=text]:-ms-input-placeholder {
  color: #999;
}
/* line 39, ../../src/scss/_variables.scss */
.header-search input[type=text]::-webkit-input-placeholder {
  color: #999;
}
/* line 40, ../../src/scss/_variables.scss */
.header-search input[type=text]:-moz-placeholder {
  color: #999;
}
/* line 191, ../../src/scss/_header.scss */
.header-search input[type=submit]:hover,
.header-search input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -38px -14px;
  background-repeat: no-repeat;
  width: 22px;
  height: 23px;
}

/* line 1, ../../src/scss/_promo.scss */
.promo {
  width: 986px;
  margin: 0 auto -2px;
  padding: 30px 4px 0;
  color: #f3941c;
  font: 20px/24px Georgia, "Times New Roman", serif;
}
/* line 9, ../../src/scss/_promo.scss */
.promo img {
  float: right;
}
/* line 13, ../../src/scss/_promo.scss */
.promo h1 {
  margin: 9px 0 16px;
  color: #000;
  font: 26px/30px Georgia, "Times New Roman", serif;
}
/* line 19, ../../src/scss/_promo.scss */
.promo p {
  margin: 0 0 15px;
}

/* line 1, ../../src/scss/_widgets.scss */
.widget {
  border: 5px solid #dcdada;
  margin: 0 0 21px;
  padding: 5px 16px 10px;
  font: 12px/1.5em Arial, Helvetica, sans-serif;
}

/* line 8, ../../src/scss/_widgets.scss */
.widget__heading {
  margin: 0 0 7px;
  padding: 5px 2px;
  border-bottom: 1px dotted #a9a9a9;
}
/* line 13, ../../src/scss/_widgets.scss */
.widget__heading h4 {
  margin: 0;
  font: 16px/22px Georgia, "Times New Roman", serif;
}

/* line 20, ../../src/scss/_widgets.scss */
.catalog-list,
.price-list {
  margin: 0 -16px;
  padding: 0;
  list-style: none;
  counter-reset: num;
}
/* line 27, ../../src/scss/_widgets.scss */
.catalog-list a,
.price-list a {
  color: #000;
  text-decoration: underline;
  display: block;
}
/* line 32, ../../src/scss/_widgets.scss */
.catalog-list a:hover,
.price-list a:hover {
  background: #f2f2f2;
  color: #f3941c;
  text-decoration: none;
}
/* line 39, ../../src/scss/_widgets.scss */
.catalog-list > li > span,
.price-list > li > span, 
.catalog-list > li > a,
.price-list > li > a {
  padding: 4px 25px 4px 19px;
  font-weight: bold;
}
/* line 44, ../../src/scss/_widgets.scss */
.catalog-list ul,
.price-list ul {
  padding: 2px 0 4px;
  margin: 0;
  list-style: none;
}
/* line 49, ../../src/scss/_widgets.scss */
.catalog-list ul a,
.price-list ul a {
  padding: 2px 25px 2px 29px;
}
.catalog-list li ul li span {
  padding: 2px 25px 2px 29px;
}

/* line 53, ../../src/scss/_widgets.scss */
.catalog-list ul li.active > a,
.price-list ul li.active > a {
  color: #f3941c;
}
.catalog-list_active > a {
color: #F3941C;
} 

/* line 59, ../../src/scss/_widgets.scss */
.catalog-list__discounts:before {
  display: none;
}

/* line 64, ../../src/scss/_widgets.scss */
.news-list {
  margin: 0 -16px;
  padding: 0;
  list-style: none;
}
/* line 69, ../../src/scss/_widgets.scss */
.news-list a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 4px 18px;
}
/* line 75, ../../src/scss/_widgets.scss */
.news-list a:hover {
  background: #f2f2f2;
  color: #f3941c;
}
/* line 81, ../../src/scss/_widgets.scss */
.news-list .hightlight_orange {
  color: #f3941c;
  text-decoration: underline;
}

/* line 87, ../../src/scss/_widgets.scss */
.news-list__date {
  padding: 0 5px 0 0;
  font-weight: bold;
}

/* line 92, ../../src/scss/_widgets.scss */
.support {
  padding: 10px 0 20px;
}
/* line 95, ../../src/scss/_widgets.scss */
.support a {
  color: #010101;
  text-decoration: underline;
}
/* line 99, ../../src/scss/_widgets.scss */
.support a:hover {
  color: #f3941c;
}

/* line 105, ../../src/scss/_widgets.scss */
.support__item {
  margin: 7px 0 20px 10px;
  padding: 2px 0 0 78px;
  overflow: hidden;
  color: #010101;
  font: 14px/1.29em Arial, Helvetica, sans-serif;
}

/* line 113, ../../src/scss/_widgets.scss */
.support__icon {
  float: left;
  margin: 0 0 0 -78px;
}
/* line 117, ../../src/scss/_widgets.scss */
.support__item_faq .support__icon {
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: 0 -95px;
  background-repeat: no-repeat;
  width: 64px;
  height: 58px;
}
/* line 121, ../../src/scss/_widgets.scss */
.support__item_request .support__icon {
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  width: 66px;
  height: 58px;
}

/* line 1, ../../src/scss/_social-networks.scss */
.social-networks {
  padding: 0 0 20px;
}
/* line 5, ../../src/scss/_social-networks.scss */
.social-networks a {
  float: left;
  margin: 0 2px 0 0;
  text-decoration: none;
}
/* line 10, ../../src/scss/_social-networks.scss */
.social-networks a img {
  float: left;
}
/* line 15, ../../src/scss/_social-networks.scss */
.social-networks .count {
  width: 16px;
  height: 19px;
  padding: 1px 6px 0 9px;
  margin: 0 0 0 2px;
  text-align: center;
  color: #707070;
  font: 11px/18px Arial, Helvetica, sans-serif;
  float: left;
  background: url(/css/../images/social-balloon.jpg) no-repeat;
}

/* line 1, ../../src/scss/_categories.scss */
.categories {
  width: 100%;
  word-spacing: -.36em;
  display: table;
  counter-reset: categories-num;
  margin: 0 0 0 -14px;
}
  .categories-schemes {

    width: 100%;
  } 
    .categories-schemes .categories__image {
      text-align: center;
    }
    .categories-schemes .categories__image img {
      width: auto;
      display: inline-block;      
    }

/* line 8, ../../src/scss/_categories.scss */
.categories__item {
  word-spacing: normal;
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  counter-increment: categories-num 1;
  box-sizing: border-box;
  padding: 0 0 23px 14px;
}
/* line 17, ../../src/scss/_categories.scss */
.categories__item a {
  text-decoration: none;
}

/* line 22, ../../src/scss/_categories.scss */
.categories__heading {
  margin: 0;
  padding: 7px 0 7px 10px;
  min-height: 45px;
  font: 17px/1.29em Georgia, "Times New Roman", serif;
  color: #fff;
  background: #101010;
  border-bottom: 1px solid #fff;
}
}
/* line 35, ../../src/scss/_categories.scss */
a:hover .categories__heading {
  background: #f3941c;
  color: #191919;
}

/* line 41, ../../src/scss/_categories.scss */
.categories__image {
  overflow: hidden;
}
/* line 44, ../../src/scss/_categories.scss */
.categories__image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 50, ../../src/scss/_categories.scss */
a:hover .categories__image {
  /* opacity: .8;
  filter: alpha(opacity=80);
*/
}

/* line 1, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs-frame {
  margin: 0 0 14px;
  padding: 17px 0 6px;
  font: 16px/1.2em Georgia, "Times New Roman", serif;
  color: #000;
  border-bottom: 1px dotted #a9a9a9;
}

/* line 9, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 15, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs li {
  display: inline;
}
/* line 18, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs li:before {
  content: "/ ";
}
/* line 22, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs li:first-child:before {
  display: none;
}
/* line 27, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs a {
  color: #000;
}
/* line 30, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs a:hover {
  color: #f3941c;
}

/* line 1, ../../src/scss/_table-product.scss */
.table-product,
.table-auto {
  border-collapse: collapse;
  border-spacing: 0;
  font: 12px/1.59em Arial, Helvetica, sans-serif;
  width: 100%;
}

/* line 8, ../../src/scss/_table-product.scss */
.table-product th,
.table-auto th {
  background: #dcdada;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  border: 3px solid #fff;
}
/* line 16, ../../src/scss/_table-product.scss */
.table-product th:first-child,
.table-auto th:first-child {
  border-left: 0;
}
/* line 20, ../../src/scss/_table-product.scss */
.table-product th:last-child,
.table-auto th:last-child {
  border-right: 0;
}
/* line 25, ../../src/scss/_table-product.scss */
.table-product td,
.table-auto td {
  padding: 9px 10px;
  border: 3px solid #fff;
}


/* line 29, ../../src/scss/_table-product.scss */
.table-product td:first-child,
.table-auto td:first-child {
  border-left: 0;
}
/* line 33, ../../src/scss/_table-product.scss */
.table-product td:last-child,
.table-auto td:last-child {
  border-right: 0;
}
/* line 38, ../../src/scss/_table-product.scss */
.table-product .odd td,
.table-auto .odd td {
  background: #f3f3f3;
}


/* line 42, ../../src/scss/_table-product.scss */
.table-product .border td,
.table-auto .border td {
  height: 3px;
  padding: 0;
  background: #f3f3f3;
}
/* line 48, ../../src/scss/_table-product.scss */
.table-product .odd + .border,
.table-auto .odd + .border {
  display: none;
}
/* line 52, ../../src/scss/_table-product.scss */
.table-product .ins,
.table-auto .ins {
  border: 1px solid #dcdadb;
  background: #fff;
  color: #000;
  font: 12px/1.17em Arial, Helvetica, sans-serif;
  padding: 5px 2px;
  text-align: center;
  width: 19px;
height: 13px;
}
/* line 62, ../../src/scss/_table-product.scss */
.table-product a,
.table-auto a {
  color: #f3941c;
}

/* line 67, ../../src/scss/_table-product.scss */
.table-auto {
  margin: 0 0 34px;
}
/* line 70, ../../src/scss/_table-product.scss */
.table-auto th {
  text-decoration: underline;
}

/* line 76, ../../src/scss/_table-product.scss */
.table-auto__thumb-cell img {
  float: left;
}
/* line 80, ../../src/scss/_table-product.scss */
.table-auto__thumb-cell .holder {
  overflow: hidden;
  padding: 0 0 0 10px;
}

/* line 86, ../../src/scss/_table-product.scss */
.table-product__button-buy {
  display: inline-block;
  background: #f3941c;
  color: #000;
  padding: 4px 10px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 94, ../../src/scss/_table-product.scss */
.table-product .table-product__button-buy {
  color: #000;
}

/* line 99, ../../src/scss/_table-product.scss */
.product-ins {
  display: inline-block;
  position: relative;
  padding: 0 14px 0 0;
}
/* line 104, ../../src/scss/_table-product.scss */
.product-ins .ins-btnU,
.product-ins .ins-btnD {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  margin: 0;
  border: 0;
  padding: 0;
  background: #dcdadb;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 119, ../../src/scss/_table-product.scss */
.product-ins .ins-btnU:before,
.product-ins .ins-btnD:before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  background: #000;
}
/* line 131, ../../src/scss/_table-product.scss */
.product-ins .ins-btnD {
  top: auto;
  bottom: 0;
}
/* line 137, ../../src/scss/_table-product.scss */
.product-ins .ins-btnU:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 2px;
  left: 50%;
  margin: 0 0 0 -1px;
  background: #000;
}

/* line 1, ../../src/scss/_product-card.scss */
.product-card {
  font: 12px/1.58em Arial, Helvetica, sans-serif;
}
/* line 5, ../../src/scss/_product-card.scss */
.product-card h2 {
  font: 24px/1.08em Georgia, "Times New Roman", serif;
  margin: 0 0 18px;
}
/* line 10, ../../src/scss/_product-card.scss */
.product-card .dot-list__dot {
  position: relative;
  top: -4px;
  margin: -1.58em -50px 0 0;
}

/* line 17, ../../src/scss/_product-card.scss */
.product-card__type {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
  padding: 4px 10px;
  background: #dcdada;
}

/* line 27, ../../src/scss/_product-card.scss */
.product-stick .form-buy {
  float: right;
}
/* line 31, ../../src/scss/_product-card.scss */
.form-buy input[type=submit] {
  cursor: pointer;
  background: #f3941c;
  color: #000;
  border: 0;
  padding: 0 19px;
  margin: 0;
  font: 20px/24px Arial, Helvetica, sans-serif;
  height: 36px;
}

/* line 43, ../../src/scss/_product-card.scss */
.form-buy__fieldset {
  white-space: nowrap;
}

/* line 47, ../../src/scss/_product-card.scss */
.form-buy__price {
  display: inline-block;
  vertical-align: top;
  font: 20px/1.8em Arial, Helvetica, sans-serif;
}

/* line 53, ../../src/scss/_product-card.scss */
.form-buy__add {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 18px;
}
/* line 58, ../../src/scss/_product-card.scss */
.form-buy__add .ins {
  border: 1px solid #dcdadb;
  background: #fff;
  color: #000;
  font: 20px/1.2em Arial, Helvetica, sans-serif;
  padding: 2px;
  text-align: center;
  width: 27px;
  height: 24px;
}
/* line 68, ../../src/scss/_product-card.scss */
.form-buy__add .product-ins {
  float: left;
  position: relative;
  padding: 0 17px 0 0;
  margin: 3px 8px 0 0;
}
/* line 74, ../../src/scss/_product-card.scss */
.form-buy__add .product-ins .ins-btnU,
.form-buy__add .product-ins .ins-btnD {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 0;
  padding: 0;
  background: #dcdadb;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 89, ../../src/scss/_product-card.scss */
.form-buy__add .product-ins .ins-btnU:before,
.form-buy__add .product-ins .ins-btnD:before {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  background: #000;
}
/* line 101, ../../src/scss/_product-card.scss */
.form-buy__add .product-ins .ins-btnD {
  top: auto;
  bottom: 0;
}
/* line 107, ../../src/scss/_product-card.scss */
.form-buy__add .product-ins .ins-btnU:after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 2px;
  left: 50%;
  margin: 0 0 0 -1px;
  background: #000;
}

/* line 121, ../../src/scss/_product-card.scss */
.dot-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 130, ../../src/scss/_product-card.scss */
.dot-list li {
  display: table-row;
}
/* line 134, ../../src/scss/_product-card.scss */
.dot-list .mf_ta_right {
  text-align: right;
}

/* line 139, ../../src/scss/_product-card.scss */
.dot-list__cell {
  padding: 0 5px;
  vertical-align: bottom;
  display: table-cell;
  white-space: nowrap;
}

/* line 146, ../../src/scss/_product-card.scss */
.dot-list__def {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 3px;
  white-space: normal;
}

/* line 154, ../../src/scss/_product-card.scss */
.dot-list__des {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 3px;
  text-align: right;
  min-width: 50px;
}

/* line 163, ../../src/scss/_product-card.scss */
.dot-list__dot {
  display: block;
  border-bottom: 1px dotted #000;
}

/* line 168, ../../src/scss/_product-card.scss */
.product-stick {
  background: #efefef;
  color: #000;
  font: 12px/1.59em Arial, Helvetica, sans-serif;
  margin: 0 0 48px;
}
/* line 174, ../../src/scss/_product-card.scss */
.product-stick p {
  margin: 0;
}

/* line 179, ../../src/scss/_product-card.scss */
.product-stick__frame {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

/* line 186, ../../src/scss/_product-card.scss */
.product-stick__ceel {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 14px 12px 16px;
}

/* line 192, ../../src/scss/_product-card.scss */
.list-part-catalog {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-part-catalog li {
padding:0 0 0 11px;
position: relative;
}
/* line 197, ../../src/scss/_product-card.scss */
.list-part-catalog li:before {
  content: "»";
  margin: 0 0.36em 0 0;
  display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/* line 204, ../../src/scss/_product-card.scss */
.product-where-use {
  font: 12px/1.58em Arial, Helvetica, sans-serif;
  margin: 0 0 3px;
}

/* line 1, ../../src/scss/_product-auto.scss */
.characteristics {
  background: #efefef;
  font: 12px/1.58em Arial, Helvetica, sans-serif;
  padding: 12px;
  margin: 0 0 34px;
}

/* line 9, ../../src/scss/_product-auto.scss */
.characteristics__list {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  float: left;
}
/* line 17, ../../src/scss/_product-auto.scss */
.characteristics__list > li {
  display: table-row;
}

/* line 22, ../../src/scss/_product-auto.scss */
.characteristics__title,
.characteristics__data {
  display: table-cell;
  padding: 0 0 2px;
}

/* line 28, ../../src/scss/_product-auto.scss */
.characteristics__data {
  font-weight: bold;
  padding-left: 10px;
}

/* line 33, ../../src/scss/_product-auto.scss */
.characteristics__price-col {
  float: right;
  width: 33%;
}
/* line 37, ../../src/scss/_product-auto.scss */
.characteristics__price-col .characteristics__list {
  width: 100%;
}

/* line 42, ../../src/scss/_product-auto.scss */
.characteristics__price {
  font: bold 20px/1.58em Arial, Helvetica, sans-serif;
  padding-bottom: 11px;  
}

/* line 46, ../../src/scss/_product-auto.scss */
.part-box {
  margin: 0 0 34px;
}

/* line 50, ../../src/scss/_product-auto.scss */
.contact-list {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 56, ../../src/scss/_product-auto.scss */
.contact-list > li {
  display: table-row;
}

/* line 61, ../../src/scss/_product-auto.scss */
.contact-list__cell {
  display: table-cell;
  padding: 0 30px 0 0;
}

/* line 1, ../../src/scss/_article.scss */
.article {
  font: 12px/1.59em Arial, Helvetica, sans-serif;
}
/* line 4, ../../src/scss/_article.scss */
.article h3 {
  margin: 0 0 10px;
  font: 16px/1.2em Georgia, "Times New Roman", serif;
}
/* line 9, ../../src/scss/_article.scss */
.article h4 {
  margin: 0 0 9px;
  font: 16px/1.2em Georgia, "Times New Roman", serif;
}
/* line 14, ../../src/scss/_article.scss */
.article .table-product {
  margin: 0 0 58px;
}
/* line 18, ../../src/scss/_article.scss */
.article .title-dott {
  border-bottom: 1px dotted #000;
  padding: 0 0 5px;
  margin: 0 0 13px;
}
/* line 23, ../../src/scss/_article.scss */
.article .title-dott h3 {
  margin: 0;
max-height: 999999px;
}

/* line 1, ../../src/scss/_gallery.scss */
.gallery {
  margin: 0 0 24px;
}

/* line 5, ../../src/scss/_gallery.scss */
.gallery__big-image {
  text-align: center;
  margin: 0 0 9px;
}
/* line 9, ../../src/scss/_gallery.scss */
.gallery__big-image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 16, ../../src/scss/_gallery.scss */
.gallery__thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 22, ../../src/scss/_gallery.scss */
.gallery__thumbs li {
  float: left;
  margin: 0 1px 0 0;
}
/* line 26, ../../src/scss/_gallery.scss */
.gallery__thumbs li.active a {
  border: 4px solid #dcdada;
}
/* line 29, ../../src/scss/_gallery.scss */
.gallery__thumbs li.active a img {
  margin: -4px;
}
/* line 35, ../../src/scss/_gallery.scss */
.gallery__thumbs a {
  display: block;
  overflow: hidden;
}
/* line 40, ../../src/scss/_gallery.scss */
.gallery__thumbs img {
  vertical-align: top;
}

/* line 3, ../../src/scss/_last-view.scss */
.last-view h3 {
  margin: 0 0 10px;
  padding: 0 0 8px;
  font: 16px/1.2em Georgia, "Times New Roman", serif;
}
/* line 9, ../../src/scss/_last-view.scss */
.last-view .table-product {
  margin: 0 0 50px;
}

/* line 1, ../../src/scss/_popup-cart.scss */
.popup-holder {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* line 7, ../../src/scss/_popup-cart.scss */
.popup-cart {
  border: 5px solid #dcdada;
  background: #fff;
  width: 473px;
  padding: 18px 22px 21px;
}

/* line 14, ../../src/scss/_popup-cart.scss */
.popup-cart__heading {
  color: #000;
  font: 20px/25px Georgia, "Times New Roman", serif;
  margin: 0 0 7px;
}

/* line 20, ../../src/scss/_popup-cart.scss */
.popup-cart__content {
  color: #000;
  font: 12px/18px Arial, Helvetica, sans-serif;
}
/* line 24, ../../src/scss/_popup-cart.scss */
.popup-cart__content p {
  margin: 0 0 1em;
}

/* line 1, ../../src/scss/_footer.scss */
.footer {
  height: 69px;
  padding: 27px 0 0;
  margin: -97px 0 0;
  overflow: hidden;
  border-top: 1px dotted #a9a9a9;
  color: #333;
  position: relative;
  z-index: 1;
  font: 12px/18px Arial, Helvetica, sans-serif;
}
/* line 12, ../../src/scss/_footer.scss */
.footer a {
  color: #333;
}
/* line 15, ../../src/scss/_footer.scss */
.footer a:hover {
  color: #f3941c;
}
/* line 20, ../../src/scss/_footer.scss */
.footer p {
  margin: 0;
}

/* line 25, ../../src/scss/_footer.scss */
.footer__frame {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 33, ../../src/scss/_footer.scss */
.footer__copy {
  float: left;
  width: 295px;
}

/* line 38, ../../src/scss/_footer.scss */
.footer__contact {
  float: left;
  width: 220px;
}
/* line 42, ../../src/scss/_footer.scss */
.footer__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 48, ../../src/scss/_footer.scss */
.footer__contact i {
  display: inline-block;
  vertical-align: top;
  margin: 2px 6px 0 0;
}
/* line 53, ../../src/scss/_footer.scss */
.footer__contact i.icon-tel {
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -7px 0;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
}
/* line 57, ../../src/scss/_footer.scss */
.footer__contact i.icon-mail {
  background-image: url('/css/../images/sprite-s019d9acf1d.png');
  background-position: -22px 0;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
}

/* line 63, ../../src/scss/_footer.scss */
.footer__payments {
  float: left;
}

/* line 67, ../../src/scss/_footer.scss */
.footer__developer {
  float: right;
  width: 220px;
  background: url(/css/../images/developer-logo.gif) no-repeat;
  padding: 0 10px 7px 50px;
}


input:focus,
textarea:focus,
button:focus,
.btn:focus {
  outline: none;
}
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
  padding: 0 10px;
  margin: 0;
  height: 28px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: #ffffff;
  border: 1px solid #dbdbdb;;
  outline: none;
  -webkit-appearance: none;
}
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="tel"]:focus,
.lt-ie9 input[type="email"],
.lt-ie9 input[type="email"]:focus,
.lt-ie9 input[type="text"],
.lt-ie9 input[type="text"]:focus,
.lt-ie9 input[type="password"],
.lt-ie9 input[type="password"]:focus {
  line-height: 28px;
}
.field {
  margin: 0 0 12px 0;
  padding: 0;
}
.field .field-label,
.field label {
  margin: 0 0 3px 0;
  padding: 0;

  display: inline-block;
  color: #000000;

  font-weight: normal;
  line-height: 16px;
}
.field input[type=tel],
.field input[type=email],
.field input[type=text],
.field input[type=password] {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  border: 1px solid #dcdadb;

  background: #ffffff;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field textarea {
  margin: 0;
  padding: 10px 0px 0 10px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  /*resize: none;*/
  overflow-x: hidden;
  color: inherit;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field_error input[type="password"],
.field_error input[type="text"],
.field_error textarea,
.field_error input[type="password"]:focus,
.field_error input[type="text"]:focus,
.field_error textarea:focus {
  border-color: #eeeeee;
  color: #ff4040;
}
.field_tips {
  font-size: 11px;
  color: #cccccc;
}
.field-input {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-inline .field-label,
.form-inline label {
  margin: 9px -105px 5px 0;
  padding: 0;
  width: auto;
}
.form-inline .field-input {
  padding: 0 0 0 105px;
}
.form-inline .field-btn {
  margin: 10px 0 0 0;
}
.lt-ie8 .field input[type=text],
.lt-ie8 .field input[type=password] {
  padding: 0;
}
.lt-ie8 .field textarea {
  padding: 0;
}
.field_radio label {
padding-left: 20px;
margin-right: 20px; 
  width: auto;
  display: inline-block;
 float: none;
  font-weight: normal;

}
.field_radio label input[type="checkbox"],
.field_radio label input[type="radio"] {
	margin:1px 3px 0 -20px;
	vertical-align: top;
	
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 0 2px 0;
  vertical-align: middle;
}
input[type=submit],
input[type=reset],
.btn {
  margin: 0 ;
  padding: 0 10px;
  height: 28px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 27px;
  color: #000000;
  border: none;
  background: #f3941c;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover,
input[type=reset]:hover,
.btn:hover {
  text-decoration: none;
  color: #000000;
  background: #f28f12;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/*# sourceMappingURL=style.css.map */


.from-feedback {

width: 300px;
}

/* chrome android bigger font fix */
.breadcrumbs,
.buy-and-sale-add-form ul,
.detail-text-note {
	max-height: 999999px;
}
.buy-and-sale-add-form .data-table { width: 310px; }
.buy-and-sale-add-form .data-table.second {
  margin-left: 15px;
}
.buy-and-sale-add-form .data-table  input[type="text"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.buy-and-sale-add-form .main-fields {
margin-bottom: 30px;
}

.buy-and-sale-add-form .other-fields {
clear: both;
}

/* Webkit */
::-webkit-input-placeholder { font-style: italic; }

/* Firefox 4-18 */
:-moz-placeholder { font-style: italic; }

/* Firefox 19+ */
::-moz-placeholder {font-style: italic; }

/* IE10+ */
:-ms-input-placeholder { font-style: italic;  }

.news-video {
	margin: 20px 0;
}
/* End */


/* Start:/css/dev.css?145104922812592*/
.button-buy-wrapper {
	text-align: right;
	margin: -40px 0 40px;
}
#bx-panel {
z-index: 1000 !important;}
 
.header-nav li {
position: relative;

}

.header-nav li:hover .header-nav-sub {
display: block;
}

.header-nav-sub {
margin: 0;
padding: 10px;
min-width: 75px;
display: none;
position: absolute;
float: none;
left: 0px;
background: #f3941c;
}

.header-nav-sub li {
margin: 0;
padding: 0;
list-style: none;

}
.header-nav-sub li  a {
text-decoration: none;

}
.header-nav-sub li  a:hover {
text-decoration: underline;

}

.important {
	color: #FF0000;
}

.table-product__button-buy.sebekon-add-to-basket,
.button-buy-wrapper .table-product__button-buy,
.table-product .ins,
.table-product .catalog-price {
	font-weight: bold;
}

.table-product s ,
.product-card s {
	/*	display: none;*/
	font-size: 12px;
	line-height: 13px;
}
.product-card s {
	display: block;
}

.qty_help {
	line-height: 27px;
	vertical-align: middle;
}

.preorder_btn {
	font-weight: bold;
	font-size: 14px
}
.product-stick__ceel .preorder_btn {
	font-size: 20px;
}

#order_form_content {
counter-reset: section;
}

#order_form_content .panel {
	
	margin-bottom: 30px;
	counter-increment: section;
}

.bx_order_make.grid {
margin: 0 -20px;
overflow: hidden;
}
#order_form_content  .panel {
	margin: 0 20px 20px 20px;
	width: 318px;
	display: inline-block;
	vertical-align: top;
}
#order_form_content  .panel_summary {
	width: auto;
display: block;
} 
.col_clear {
clear: both;
}




#order_form_content .panel-body .table-product {
	margin-bottom: 10px;
}
#order_form_content .panel-body .table-product  a {
color: #000;
}

#order_form_content .panel  .panel-head {
	margin: 0 0 15px 0;
	padding: 5px 11px 5px 11px;
	font-size: 16px;
	color: #000;
	background: #dcdadb;
}
#order_form_content .panel  .panel-head:before {

content: counters(section,'.') ".";
margin-right: 5px;
font-size: 16px;
}




.bx_ordercart .bx_ordercart_order_pay {
margin-top: 0 !important;
}

#order_form_content .panel-body {

}
.select2-container {
width: 100%;

}
#sale_order_props .select2-container {
margin-bottom: 10px;
}


.login-pane  {
margin-bottom: 40px;
padding: 17px 20px 5px 20px;
background: #dcdadb;
overflow: hidden;
}
.login-pane  .field {
margin-right: 20px;
float: left;
}
.login-pane   .field label {
margin-right: 2px;
margin-top: 6px;
width: auto;
}
.login-pane   a {
margin-top: 4px;
display: inline-block;
float: right;
}
.login-pane   .field  .field-input {
width: 130px;
}
input[type=submit].btn_gray {
padding: 0 20px;
background: #959595;
border: 1px solid #000;
}




.ordercart-btn-pane {

margin-top: 20px;
padding-top: 20px;



	display: block;
	overflow: hidden;
	font-weight: bold;
	font-size: 22px;
border-top: 1px solid #e4e6e8;

}
.bx_order_make.grid .ordercart-btn-pane  {
margin-left: 20px;
margin-right: 20px;
}
.ordercart-btn-pane a:hover {
text-decoration: none;

}


.ordercart-btn-back { 
padding: 8px 0 10px 40px;
position: relative;
float: left; 

}
.ordercart-btn-next {
padding: 8px 40px 10px 0;
position: relative;
float: right;

}

.ordercart-btn-next:before {
content: '';
width: 35px;
height: 35px;
position: absolute;
top: 0;
right: 0;
background: transparent url(/css/../images/order-arrow.png) no-repeat right 0 ;
}
.ordercart-btn-back:before {
content: '';
width: 35px;
height: 35px;
position: absolute;
top: 0;
left: 0;
background: transparent url(/css/../images/order-arrow.png) no-repeat 0 0;
}

.quick-search {
	background-color: #f3f3f3;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.quick-search input[type=text]{
	width: 240px;
	height: 22px;
	padding: 0 5px;
}
.quick-search-check {
	float: right;
}
.quick-search-check input {
	border-radius:0px;
	
}


.catalog-list li ul li ul li span,
.catalog-list li ul li ul li a {
  padding: 2px 25px 2px 39px;
}

.catalog-list li ul li ul li ul li span,
.catalog-list li ul li ul li ul li a {
  padding: 2px 25px 2px 49px;
}

.support a {
	font-weight: bold;
}
.header-nav li > span {
	text-decoration: underline;
	cursor: pointer;
}
.header-nav li.active > span {
	text-decoration: none;
	font-weight: bold;
}



.product-stick__ceel .preorder_btn {
	float: right;
}

.categories__section_wrapper {
  background-color: #EFEFEF;  
  padding: 10px;
}

.categories__section_wrapper .categories__image {
	min-height: 205px;
	background: #fff;
}
.categories__section_wrapper .categories__heading {
	padding: 10px 0 0 0;
	color: #000;
	background: #EFEFEF;
	border-bottom: 0px;
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, sans-serif;
	min-height: 0px;
}

.categories_main .categories__item:hover .categories__heading,
.categories__heading:hover {
	color: #191919;
	background-color: #F3941C;
}
.categories_main .categories__item:hover .categories__image {
filter: alpha(opacity=80);
opacity: .8;

}

.ordercart-devider {
margin: 3px 0;
width: 86px;
height: 1px;
display: inline-block;
background: #000;
}

.from-popup-cont {
	width: 477px;
overflow: hidden;
}
.from-popup-cont h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}
.from-popup-grid {
margin: 0 -12px;
}
.from-popup-cont .field {
padding: 0 12px;
}
.field-col50,
.field-PHONE,
.field-EMAIL,
.field-MODEL {
padding: 0 12px;
width: 50%;
float: left;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
.field-NAME,
.field-MESSAGE {

clear: both;
}
.field-BUTTON {
vertical-align: bottom;
text-align: right;
}
.field-CAPTCHA  label {
display: block;

}
.field-CAPTCHA-input input[type="text"] {
width: 283px;
margin: 0 10px 0 0;
vertical-align: top;
}
.field-CAPTCHA-input input[type="text"] {}

.marked-dot {
width: 12px;
height: 12px;
display: inline-block;
background: #000;
text-indent: -99999px;
overflow: hidden;
border-radius: 100%;
vertical-align: middle;
}
/*
.marked-yes,
.marked-no {
width: 12px;
height: 12px;
display: inline-block;
background: #000;
text-indent: -99999px;
overflow: hidden;
border-radius: 100%;
}
.marked-no {
background: #fff;
}

.marked-yes,
.marked-no { 
	font-size: 22px;

}
*/
.table-arrow-left, 
.table-arrow-right {
width: 18px;
height: 20px;
display: inline-block;
position: relative;
text-indent: -9999px;
overflow: hidden;

vertical-align: middle;
	
}
.table-arrow-left:after {
	content:'';
width: 18px;
height: 20px;
display: block;
position: absolute;
top: 16px;
left: 10px;
background: transparent url(/css/../images/table-arrow.png) no-repeat 0 0;
} 
.table-arrow-right:after {
	content:'';
width: 18px;
height: 20px;
display: block;
position: absolute;
top: 16px;
left: 10px;
background: transparent url(/css/../images/table-arrow.png) no-repeat right 0 ;
}

.table-arrow-left.disable:after, 
.table-arrow-right.disable:after {
	background-image: url(/css/../images/table-arrow-disable.png);
	cursor: default;
}

.table-arrow-right {
background-position: right 0 ;
}
.t-center {
text-align: center;
}

.incut {
margin-bottom: 10px;
padding: 15px 20px;
background: #f3f3f3;
overflow: hidden;
}

.wrap-select-frame {
position: relative;
}

.select-frame {
width: 30px;
height: 30px;
position: absolute;
display: none;
border: 3px solid #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 5;
}
.wrap-select-frame_sheme .select-frame {
border: 2px solid #000;
}
.wrap-select-frame .table-product {
margin-bottom: 12px;
}
.news-item {
	margin: 0 0 20px 0;
}
.news-item h3 {
padding: 5px;
font-size: 17px;
background: #DCDADA;

}
.news-item a {
color: #000;
}



.product-desc {
	margin-top: -24px;
	margin-bottom: 24px;
}


.search-page .categories__item {
	margin-left: -10px;
}

.table-product .preorder_btn {
	margin-left: 5px;
}

.table-product .even_gray td,
.table-auto .even_gray td {
  background: #dcdada;
}
.even_gray-el  .categories__section_wrapper .categories__heading,
.even_gray-el  .categories__section_wrapper {
  background-color: #dcdada;
}


.categories__section_wrapper .categories__heading {
	margin: 0;
	color: #000;
	background: #EFEFEF;
	border-bottom: 0px;
	text-align: center;
}

.categories__section_wrapper .categories__heading:hover {
	color: #000;
	background: #EFEFEF;
}
.categories__section_wrapper a:hover .categories__heading {
	text-decoration: none;
}

.even_gray-el .categories__section_wrapper .categories__heading:hover {
color: #f3941c;
background: #dcdada;
}
 .categories__section_wrapper .categories__heading:hover {
color: #f3941c;

}
 .categories__section_wrapper a:hover .categories__heading {
color: #f3941c;

}
.notetext {
	color: #337733;
}

.table-product tr.active .form-amount,
.table-product tr.active  a {
position: relative;
z-index: 20;
}

.product-replacement .table-product {
margin-bottom: 23px;
}

.widget-more {
margin-top: 5px;
text-align: right;
}
.widget-more a {
color: #000;
}
.widget-more a:hover {
color: #f3941c;
}



.links-block {
	margin-bottom: 20px;
	margin-top: 20px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}
.article .links-block h4 {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

.article .links-block h4 {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.links-block .link-block {
	width: 50%;
	float: left;

}
.sebekon-detail-scheme .links-block .link-block {
	margin: 0 0 12px 0;
	width: 100%;
	float: none;

}
.sebekon-detail-scheme  .links-block {
margin-bottom: 12px;
}
.links-block_full .link-block {
	width: 100%;
	float: none;
}
.links-block .link-block:first-child ul {
	margin-right: 30px;
}
.links-block .link-block h4 {
	margin: 0 0 0 0;
	font-weight: bold;
}

.field-two-col-left {
	width: 318px;
	display: inline-block;
}
.field-two-col-right {
	width: 318px;
	display: inline-block;
	margin-left: 45px;
	vertical-align: top;
}
.bx_order_make .bx_block.w100.block_delivery {
	margin-left: 25px;
}


a.black_link:hover,
a.black_link {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
.bold {
font-weight: bold !important;
}
.buy-and-sale-item-img {
	width: 60px;
	min-height: 10px;
	float: left;

}
.buy-and-sale-item-link {

margin: 0 0 0 60px;
display: block;
text-align: left;
}
.th-link th {
padding: 0;
}
.th-link th a {
padding: 16px 10px;
display: block;
position: relative;
z-index: 10;
}
.th-link th:hover {
	background-color: #f3941c;
}
.th-link th.disable,
.th-link th.disable:hover a,
.th-link th.disable:hover {
	background-color: #dcdada;
	cursor:default;
}

.news-detail table tr,
.news-detail table tr td,
.news-detail table {
	border-collapse: collapse;
}

.to_matrix strong,
.big {
	font-size: 18px;
}
.important a {
	color: #FF0000 !important;
}

.catalog-price.with-discount {
		color: #FF0000 !important;
}

h1.h1_404 {
	font-family: Tahoma, Arial; 
	font-size: 34px;
}
.errortext {
	color: red;
}
.field .error input[type=tel], .field .error input[type=email], .field .error input[type=text], .field .error input[type=password] {
	background: #ffeeee;
}

.field.mobile_phone2,
.field.mobile_phone {
  width: 318px;
  display: inline-block;  
}
.field.mobile_phone2 {
 margin-left: 41px;
}

.field-two-col-left .field.mobile_phone2,
.field-two-col-left .field.mobile_phone,
.field-two-col-right .field.mobile_phone2,
.field-two-col-right .field.mobile_phone {
  width: auto;
  display: block;  
margin-left: 0px;
}

.reg-wrap{ 
	margin-left: 20px;
}
.reg-wrap label{
	font-size: 14px;
	font-weight: bold;	
	display: block;
}

.reg-wrap .reg-block {
	margin-left: 17px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 320px;
}
.reg-wrap p.right-align {
	text-align: right;
	font-style: italic;
}

.anchor {
  position: relative;
  top: -45px;
  height: 1px;
  display: block;
}

.footer__developer {
display: none;
}
.footer__copy {
  float: right;
  width: 295px;
  text-align: right;
}

.footer__contact {
  float: left;
  width: 220px;
}

#cboxPrevious {
  background-position: 0px 0px;
  left: 10px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 10px;
}

#cboxPrevious, #cboxNext {
  top: 50%;
  margin: -20px 0 0 0;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
}


.special .buy-and-sale-item-img {
	width: 215px;
	min-height: 10px;
	float: none;

}
.special .buy-and-sale-item-link {
	margin: 0;
	display: block;
	text-align: left;
}
.nowrap {
  white-space: nowrap;
}

.ico-warning {
 margin: 0 1px 0 0;
 width: 12px;
 height: 12px;
 display: inline-block;
 vertical-align: -1px;
 background: transparent url(/css/../images/ico-warning.png) no-repeat 0 0;
}

.categories-schemes .categories__image img {
  max-width: 193px;
}
.catalog-price-group {
display: inline-block;
vertical-align: middle;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.small/small/style.css?1432793106329*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/local/templates/index/styles.css?16838325654*/
/**/
/* End */


/* Start:/local/templates/index/template_styles.css?16838325654*/
/**/
/* End */
/* /js/colorbox/colorbox.css?14327931033268 */
/* /css/lib/select2.css?143279310316152 */
/* /css/lib/icheck.css?14327931031353 */
/* /css/style.css?145771419137251 */
/* /css/dev.css?145104922812592 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.small/small/style.css?1432793106329 */
/* /local/templates/index/styles.css?16838325654 */
/* /local/templates/index/template_styles.css?16838325654 */
