#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:url(/local/templates/provento/styles/../images/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/local/templates/provento/styles/../images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/local/templates/provento/styles/../images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(/local/templates/provento/styles/../images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/local/templates/provento/styles/../images/colorbox/loading.gif) no-repeat center center;}

/* 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; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/local/templates/provento/styles/../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */



/* Start:/local/cache/less/local/templates/provento/components/techart/form.result.new/.default/style.css?1438866742953*/

.callback__form {
    padding: 0 20px;
}
.form__label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.form__control .inputtext {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    background: #fff !important;
    padding: 5px 10px;
    margin: 10px 0;
}
.form__button {
    height: 32px;
    line-height: 32px;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #03a9f5;
    border: none;
    display: inline-block;
    box-sizing: content-box;
    font: 18px 'Bender Black', serif;
    text-transform: uppercase;
    margin: 15px 0;
}
.form__comment {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.form__description {
    margin-bottom: 20px;
}

/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/sale.basket.basket.line/.default/style.css?14388667421259*/

.cart-line {
    position: absolute;
    top: 53px;
    left: 757px;
    vertical-align: middle;
}
.cart-line__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #19b5fe;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.cart-line__link:hover {
    text-decoration: underline;
    color: #0d72ac;
}
.cart-line__link_personal {
    display: block;
}
.cart-line__link_cart:after {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 13px;
    content: '';
    vertical-align: middle;
    background: url('/local/templates/provento/components/bitrix/sale.basket.basket.line/.default/images/cart.png') no-repeat 0 0;
}
.cart-line__products-num {
    display: inline-block;
    padding: 5px 0 0 0;
    vertical-align: middle;
    color: #959ea7;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
@media screen and (max-width: 1360px) {
    .cart-line {
        left: 697px;
    }
}
@media screen and (max-width: 1270px) {
    .cart-line {
        top: 120px;
        left: 62px;
    }
    .cart-line__link_personal {
        display: inline-block;
        margin-right: 40px;
    }
}

/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/menu/top_menu/style.css?14388667421691*/
.top-menu {
    display: inline-block;
    padding-right: 28px;
    list-style: none;
    position: relative;
    top: -15px;
    z-index: 200;
    white-space: nowrap;
}
.top-menu__item {
    display: inline-block;
    padding: 17px 16px;
    background: none;
    margin: 0;
    line-height: normal;
}
@media screen and (max-width: 1190px) {
    .top-menu__item {
        font-size: 16px;
        padding: 17px 9px;
    }
}
.top-menu__item_with-children:hover {
    background: #cad1d7;
}
.top-menu__item_with-children:hover .top-menu__submenu {
    display: block;
}
.top-menu__item_with-children:hover .top-menu__link {
    color: #2c3e50;
}
.top-menu__item_with-children:hover .top-menu__link:hover {
    color: #fff;
}
.top-menu__link {
    display: inline-block;
    padding: 0 0 5px 0;
    text-decoration: none;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #2c3e50;
    font-family: 'Bender Black', serif;
    font-size: 18px;
}
@media screen and (max-width: 1170px) {
    .top-menu__link {
        font-size: 16px;
    }
}
.top-menu__link_selected {
    color: #e40428;
}
.top-menu__submenu {
    display: none;
    position: absolute;
    z-index: 200;
}
.top-submenu {
    background: #cad1d7;
    padding: 22px;
    margin-left: -16px;
    margin-top: 10px;
    min-width: 135px;
}
@media screen and (max-width: 1190px) {
    .top-submenu {
        padding: 22px 14px;
        margin-left: -9px;
        margin-top: 7px;
    }
}
.top-submenu__item {
    background: none;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}
.top-submenu__item:first-child {
    margin-top: 0;
}
.top-submenu__link {
    text-decoration: none;
    color: #2d3e50;
}
.top-submenu__link:hover {
    color: #e40428;
}
.top-submenu__link_selected {
    color: #ffffff;
}

/* End */



/* Start:/local/cache/less/local/templates/.default/components/bitrix/menu/left/style.css?1438866883661*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.left-menu {
    padding-bottom: 35px;
    border-bottom: 1px solid #c0c6d4;
    margin-bottom: 35px;
}
.left-menu__item {
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    margin-bottom: 5px;
}
.left-menu__link {
    display: block;
    font-family: 'Bender', serif;
    font-size: 18px;
    color: #2c3e52;
    padding: 4px 0;
    text-decoration: none;
    letter-spacing: .3px;
}
.left-menu__link_selected {
    color: #19b5fe;
}
@media screen and (max-width: 1359px) {
    .left-menu__wrapper {
        display: none;
    }
}

/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/menu/catalog-menu/style.css?1438866883919*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.catalog-menu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #19b5fe;
    font-weight: 200;
    display: inline-block;
}
.catalog-menu a:hover,
.catalog-menu a.current {
    color: #e40428;
}
.catalog-menu li,
.catalog-menu ul {
    display: block;
    padding: 0;
    background: none;
    margin: 0;
    line-height: normal;
}
.catalog-menu li span,
.catalog-menu ul span {
    display: block;
    color: #e40428;
    padding: 7px 0 ;
}
.catalog-menu > ul {
    display: block;
    margin: 0;
    padding: 0;
}
.catalog-menu > ul > li {
    border-bottom: 1px dashed #000;
}
.catalog-menu > ul > li > a {
    padding: 10px 0;
    width: 220px;
}
.catalog-menu > ul ul {
    padding: 0 0 10px 40px;
}
.catalog-menu > ul ul a {
    padding: 5px 0;
    font-size: 13px;
}

/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/menu/bottom_menu/style.css?1438866743827*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.bottom-menu {
    list-style: none;
    padding: 0 6px;
}
.bottom-menu__item {
    display: inline-block;
    padding: 0 0 10px 48px;
    background: none;
    margin: 0;
    line-height: normal;
}
.bottom-menu__item:first-child {
    padding-left: 0;
}
@media screen and (max-width: 1270px) {
    .bottom-menu__item {
        padding-left: 35px;
    }
}
.bottom-menu__link {
    display: inline-block;
    font-family: 'Bender Black', serif;
    font-size: 20px;
    color: #283138;
    color: #19b5fe;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}
.bottom-menu__link:hover {
    color: #0d72ac;
}
@media screen and (max-width: 1270px) {
    .bottom-menu__link {
        font-size: 16px;
    }
}

/* End */


/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
.provento-gate h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==================================
   Don't beat me, plz! ^^'
   ==================================
*/
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Bender';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/Bender-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Bender';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/Bender-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Bender Black';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/Bender-Black.woff) format('woff');
}
@font-face {
    font-family: 'Bender Light';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/Bender-Light.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/OpenSans-ExtraBold.woff) format('woff');
}
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.possible-wysiwyg {
    margin-bottom: 60px;
}
.provento-gate h1,
provento-gate .h1 {
    font: 48px 'Bender Light', sans-serif;
    color: #000000;
}

table.v-table {
    width: 100%;
    margin: 25px 0;
}
table.v-table td,
table.v-table th {
    padding: 10px 15px;
    text-align: left;
}
table.v-table tbody tr:nth-child(odd) td,
table.v-table tbody tr:nth-child(odd) th {
    background: #f0f1f3;
}
table.v-table a {
    color: #19b5ff;
}
/* Подключение сетки из bootsrap, для использования сетки нужно обернуть ее в класс .grid-on */
.grid-on * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-on *:before,
.grid-on *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-on .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .grid-on .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .grid-on .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .grid-on .container {
        width: 1170px;
    }
}
.grid-on .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.grid-on .row {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-on .col-xs-1,
.grid-on .col-sm-1,
.grid-on .col-md-1,
.grid-on .col-lg-1,
.grid-on .col-xs-2,
.grid-on .col-sm-2,
.grid-on .col-md-2,
.grid-on .col-lg-2,
.grid-on .col-xs-3,
.grid-on .col-sm-3,
.grid-on .col-md-3,
.grid-on .col-lg-3,
.grid-on .col-xs-4,
.grid-on .col-sm-4,
.grid-on .col-md-4,
.grid-on .col-lg-4,
.grid-on .col-xs-5,
.grid-on .col-sm-5,
.grid-on .col-md-5,
.grid-on .col-lg-5,
.grid-on .col-xs-6,
.grid-on .col-sm-6,
.grid-on .col-md-6,
.grid-on .col-lg-6,
.grid-on .col-xs-7,
.grid-on .col-sm-7,
.grid-on .col-md-7,
.grid-on .col-lg-7,
.grid-on .col-xs-8,
.grid-on .col-sm-8,
.grid-on .col-md-8,
.grid-on .col-lg-8,
.grid-on .col-xs-9,
.grid-on .col-sm-9,
.grid-on .col-md-9,
.grid-on .col-lg-9,
.grid-on .col-xs-10,
.grid-on .col-sm-10,
.grid-on .col-md-10,
.grid-on .col-lg-10,
.grid-on .col-xs-11,
.grid-on .col-sm-11,
.grid-on .col-md-11,
.grid-on .col-lg-11,
.grid-on .col-xs-12,
.grid-on .col-sm-12,
.grid-on .col-md-12,
.grid-on .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.grid-on .col-xs-1,
.grid-on .col-xs-2,
.grid-on .col-xs-3,
.grid-on .col-xs-4,
.grid-on .col-xs-5,
.grid-on .col-xs-6,
.grid-on .col-xs-7,
.grid-on .col-xs-8,
.grid-on .col-xs-9,
.grid-on .col-xs-10,
.grid-on .col-xs-11,
.grid-on .col-xs-12 {
    float: left;
}
.grid-on .col-xs-12 {
    width: 100%;
}
.grid-on .col-xs-11 {
    width: 91.66666667%;
}
.grid-on .col-xs-10 {
    width: 83.33333333%;
}
.grid-on .col-xs-9 {
    width: 75%;
}
.grid-on .col-xs-8 {
    width: 66.66666667%;
}
.grid-on .col-xs-7 {
    width: 58.33333333%;
}
.grid-on .col-xs-6 {
    width: 50%;
}
.grid-on .col-xs-5 {
    width: 41.66666667%;
}
.grid-on .col-xs-4 {
    width: 33.33333333%;
}
.grid-on .col-xs-3 {
    width: 25%;
}
.grid-on .col-xs-2 {
    width: 16.66666667%;
}
.grid-on .col-xs-1 {
    width: 8.33333333%;
}
.grid-on .col-xs-pull-12 {
    right: 100%;
}
.grid-on .col-xs-pull-11 {
    right: 91.66666667%;
}
.grid-on .col-xs-pull-10 {
    right: 83.33333333%;
}
.grid-on .col-xs-pull-9 {
    right: 75%;
}
.grid-on .col-xs-pull-8 {
    right: 66.66666667%;
}
.grid-on .col-xs-pull-7 {
    right: 58.33333333%;
}
.grid-on .col-xs-pull-6 {
    right: 50%;
}
.grid-on .col-xs-pull-5 {
    right: 41.66666667%;
}
.grid-on .col-xs-pull-4 {
    right: 33.33333333%;
}
.grid-on .col-xs-pull-3 {
    right: 25%;
}
.grid-on .col-xs-pull-2 {
    right: 16.66666667%;
}
.grid-on .col-xs-pull-1 {
    right: 8.33333333%;
}
.grid-on .col-xs-pull-0 {
    right: auto;
}
.grid-on .col-xs-push-12 {
    left: 100%;
}
.grid-on .col-xs-push-11 {
    left: 91.66666667%;
}
.grid-on .col-xs-push-10 {
    left: 83.33333333%;
}
.grid-on .col-xs-push-9 {
    left: 75%;
}
.grid-on .col-xs-push-8 {
    left: 66.66666667%;
}
.grid-on .col-xs-push-7 {
    left: 58.33333333%;
}
.grid-on .col-xs-push-6 {
    left: 50%;
}
.grid-on .col-xs-push-5 {
    left: 41.66666667%;
}
.grid-on .col-xs-push-4 {
    left: 33.33333333%;
}
.grid-on .col-xs-push-3 {
    left: 25%;
}
.grid-on .col-xs-push-2 {
    left: 16.66666667%;
}
.grid-on .col-xs-push-1 {
    left: 8.33333333%;
}
.grid-on .col-xs-push-0 {
    left: auto;
}
.grid-on .col-xs-offset-12 {
    margin-left: 100%;
}
.grid-on .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.grid-on .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.grid-on .col-xs-offset-9 {
    margin-left: 75%;
}
.grid-on .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.grid-on .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.grid-on .col-xs-offset-6 {
    margin-left: 50%;
}
.grid-on .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.grid-on .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.grid-on .col-xs-offset-3 {
    margin-left: 25%;
}
.grid-on .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.grid-on .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.grid-on .col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .grid-on .col-sm-1,
    .grid-on .col-sm-2,
    .grid-on .col-sm-3,
    .grid-on .col-sm-4,
    .grid-on .col-sm-5,
    .grid-on .col-sm-6,
    .grid-on .col-sm-7,
    .grid-on .col-sm-8,
    .grid-on .col-sm-9,
    .grid-on .col-sm-10,
    .grid-on .col-sm-11,
    .grid-on .col-sm-12 {
        float: left;
    }
    .grid-on .col-sm-12 {
        width: 100%;
    }
    .grid-on .col-sm-11 {
        width: 91.66666667%;
    }
    .grid-on .col-sm-10 {
        width: 83.33333333%;
    }
    .grid-on .col-sm-9 {
        width: 75%;
    }
    .grid-on .col-sm-8 {
        width: 66.66666667%;
    }
    .grid-on .col-sm-7 {
        width: 58.33333333%;
    }
    .grid-on .col-sm-6 {
        width: 50%;
    }
    .grid-on .col-sm-5 {
        width: 41.66666667%;
    }
    .grid-on .col-sm-4 {
        width: 33.33333333%;
    }
    .grid-on .col-sm-3 {
        width: 25%;
    }
    .grid-on .col-sm-2 {
        width: 16.66666667%;
    }
    .grid-on .col-sm-1 {
        width: 8.33333333%;
    }
    .grid-on .col-sm-pull-12 {
        right: 100%;
    }
    .grid-on .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .grid-on .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .grid-on .col-sm-pull-9 {
        right: 75%;
    }
    .grid-on .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .grid-on .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .grid-on .col-sm-pull-6 {
        right: 50%;
    }
    .grid-on .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .grid-on .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .grid-on .col-sm-pull-3 {
        right: 25%;
    }
    .grid-on .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .grid-on .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .grid-on .col-sm-pull-0 {
        right: auto;
    }
    .grid-on .col-sm-push-12 {
        left: 100%;
    }
    .grid-on .col-sm-push-11 {
        left: 91.66666667%;
    }
    .grid-on .col-sm-push-10 {
        left: 83.33333333%;
    }
    .grid-on .col-sm-push-9 {
        left: 75%;
    }
    .grid-on .col-sm-push-8 {
        left: 66.66666667%;
    }
    .grid-on .col-sm-push-7 {
        left: 58.33333333%;
    }
    .grid-on .col-sm-push-6 {
        left: 50%;
    }
    .grid-on .col-sm-push-5 {
        left: 41.66666667%;
    }
    .grid-on .col-sm-push-4 {
        left: 33.33333333%;
    }
    .grid-on .col-sm-push-3 {
        left: 25%;
    }
    .grid-on .col-sm-push-2 {
        left: 16.66666667%;
    }
    .grid-on .col-sm-push-1 {
        left: 8.33333333%;
    }
    .grid-on .col-sm-push-0 {
        left: auto;
    }
    .grid-on .col-sm-offset-12 {
        margin-left: 100%;
    }
    .grid-on .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .grid-on .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .grid-on .col-sm-offset-9 {
        margin-left: 75%;
    }
    .grid-on .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .grid-on .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .grid-on .col-sm-offset-6 {
        margin-left: 50%;
    }
    .grid-on .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .grid-on .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .grid-on .col-sm-offset-3 {
        margin-left: 25%;
    }
    .grid-on .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .grid-on .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .grid-on .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .grid-on .col-md-1,
    .grid-on .col-md-2,
    .grid-on .col-md-3,
    .grid-on .col-md-4,
    .grid-on .col-md-5,
    .grid-on .col-md-6,
    .grid-on .col-md-7,
    .grid-on .col-md-8,
    .grid-on .col-md-9,
    .grid-on .col-md-10,
    .grid-on .col-md-11,
    .grid-on .col-md-12 {
        float: left;
    }
    .grid-on .col-md-12 {
        width: 100%;
    }
    .grid-on .col-md-11 {
        width: 91.66666667%;
    }
    .grid-on .col-md-10 {
        width: 83.33333333%;
    }
    .grid-on .col-md-9 {
        width: 75%;
    }
    .grid-on .col-md-8 {
        width: 66.66666667%;
    }
    .grid-on .col-md-7 {
        width: 58.33333333%;
    }
    .grid-on .col-md-6 {
        width: 50%;
    }
    .grid-on .col-md-5 {
        width: 41.66666667%;
    }
    .grid-on .col-md-4 {
        width: 33.33333333%;
    }
    .grid-on .col-md-3 {
        width: 25%;
    }
    .grid-on .col-md-2 {
        width: 16.66666667%;
    }
    .grid-on .col-md-1 {
        width: 8.33333333%;
    }
    .grid-on .col-md-pull-12 {
        right: 100%;
    }
    .grid-on .col-md-pull-11 {
        right: 91.66666667%;
    }
    .grid-on .col-md-pull-10 {
        right: 83.33333333%;
    }
    .grid-on .col-md-pull-9 {
        right: 75%;
    }
    .grid-on .col-md-pull-8 {
        right: 66.66666667%;
    }
    .grid-on .col-md-pull-7 {
        right: 58.33333333%;
    }
    .grid-on .col-md-pull-6 {
        right: 50%;
    }
    .grid-on .col-md-pull-5 {
        right: 41.66666667%;
    }
    .grid-on .col-md-pull-4 {
        right: 33.33333333%;
    }
    .grid-on .col-md-pull-3 {
        right: 25%;
    }
    .grid-on .col-md-pull-2 {
        right: 16.66666667%;
    }
    .grid-on .col-md-pull-1 {
        right: 8.33333333%;
    }
    .grid-on .col-md-pull-0 {
        right: auto;
    }
    .grid-on .col-md-push-12 {
        left: 100%;
    }
    .grid-on .col-md-push-11 {
        left: 91.66666667%;
    }
    .grid-on .col-md-push-10 {
        left: 83.33333333%;
    }
    .grid-on .col-md-push-9 {
        left: 75%;
    }
    .grid-on .col-md-push-8 {
        left: 66.66666667%;
    }
    .grid-on .col-md-push-7 {
        left: 58.33333333%;
    }
    .grid-on .col-md-push-6 {
        left: 50%;
    }
    .grid-on .col-md-push-5 {
        left: 41.66666667%;
    }
    .grid-on .col-md-push-4 {
        left: 33.33333333%;
    }
    .grid-on .col-md-push-3 {
        left: 25%;
    }
    .grid-on .col-md-push-2 {
        left: 16.66666667%;
    }
    .grid-on .col-md-push-1 {
        left: 8.33333333%;
    }
    .grid-on .col-md-push-0 {
        left: auto;
    }
    .grid-on .col-md-offset-12 {
        margin-left: 100%;
    }
    .grid-on .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .grid-on .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .grid-on .col-md-offset-9 {
        margin-left: 75%;
    }
    .grid-on .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .grid-on .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .grid-on .col-md-offset-6 {
        margin-left: 50%;
    }
    .grid-on .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .grid-on .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .grid-on .col-md-offset-3 {
        margin-left: 25%;
    }
    .grid-on .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .grid-on .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .grid-on .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .grid-on .col-lg-1,
    .grid-on .col-lg-2,
    .grid-on .col-lg-3,
    .grid-on .col-lg-4,
    .grid-on .col-lg-5,
    .grid-on .col-lg-6,
    .grid-on .col-lg-7,
    .grid-on .col-lg-8,
    .grid-on .col-lg-9,
    .grid-on .col-lg-10,
    .grid-on .col-lg-11,
    .grid-on .col-lg-12 {
        float: left;
    }
    .grid-on .col-lg-12 {
        width: 100%;
    }
    .grid-on .col-lg-11 {
        width: 91.66666667%;
    }
    .grid-on .col-lg-10 {
        width: 83.33333333%;
    }
    .grid-on .col-lg-9 {
        width: 75%;
    }
    .grid-on .col-lg-8 {
        width: 66.66666667%;
    }
    .grid-on .col-lg-7 {
        width: 58.33333333%;
    }
    .grid-on .col-lg-6 {
        width: 50%;
    }
    .grid-on .col-lg-5 {
        width: 41.66666667%;
    }
    .grid-on .col-lg-4 {
        width: 33.33333333%;
    }
    .grid-on .col-lg-3 {
        width: 25%;
    }
    .grid-on .col-lg-2 {
        width: 16.66666667%;
    }
    .grid-on .col-lg-1 {
        width: 8.33333333%;
    }
    .grid-on .col-lg-pull-12 {
        right: 100%;
    }
    .grid-on .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .grid-on .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .grid-on .col-lg-pull-9 {
        right: 75%;
    }
    .grid-on .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .grid-on .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .grid-on .col-lg-pull-6 {
        right: 50%;
    }
    .grid-on .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .grid-on .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .grid-on .col-lg-pull-3 {
        right: 25%;
    }
    .grid-on .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .grid-on .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .grid-on .col-lg-pull-0 {
        right: auto;
    }
    .grid-on .col-lg-push-12 {
        left: 100%;
    }
    .grid-on .col-lg-push-11 {
        left: 91.66666667%;
    }
    .grid-on .col-lg-push-10 {
        left: 83.33333333%;
    }
    .grid-on .col-lg-push-9 {
        left: 75%;
    }
    .grid-on .col-lg-push-8 {
        left: 66.66666667%;
    }
    .grid-on .col-lg-push-7 {
        left: 58.33333333%;
    }
    .grid-on .col-lg-push-6 {
        left: 50%;
    }
    .grid-on .col-lg-push-5 {
        left: 41.66666667%;
    }
    .grid-on .col-lg-push-4 {
        left: 33.33333333%;
    }
    .grid-on .col-lg-push-3 {
        left: 25%;
    }
    .grid-on .col-lg-push-2 {
        left: 16.66666667%;
    }
    .grid-on .col-lg-push-1 {
        left: 8.33333333%;
    }
    .grid-on .col-lg-push-0 {
        left: auto;
    }
    .grid-on .col-lg-offset-12 {
        margin-left: 100%;
    }
    .grid-on .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .grid-on .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .grid-on .col-lg-offset-9 {
        margin-left: 75%;
    }
    .grid-on .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .grid-on .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .grid-on .col-lg-offset-6 {
        margin-left: 50%;
    }
    .grid-on .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .grid-on .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .grid-on .col-lg-offset-3 {
        margin-left: 25%;
    }
    .grid-on .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .grid-on .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .grid-on .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.grid-on .clearfix:before,
.grid-on .clearfix:after,
.grid-on .container:before,
.grid-on .container:after,
.grid-on .container-fluid:before,
.grid-on .container-fluid:after,
.grid-on .row:before,
.grid-on .row:after {
    content: " ";
    display: table;
}
.grid-on .clearfix:after,
.grid-on .container:after,
.grid-on .container-fluid:after,
.grid-on .row:after {
    clear: both;
}
.grid-on .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.grid-on .pull-right {
    float: right !important;
}
.grid-on .pull-left {
    float: left !important;
}
.grid-on .hide {
    display: none !important;
}
.grid-on .show {
    display: block !important;
}
.grid-on .invisible {
    visibility: hidden;
}
.grid-on .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.grid-on .hidden {
    display: none !important;
}
.grid-on .affix {
    position: fixed;
}
.l-wrapper {
    min-width: 979px;
}
@media screen and (max-width: 1359px) {
    .l-wrapper {
        margin-left: 38px;
    }
}
@media screen and (max-width: 1034px) {
    .l-wrapper {
        margin-left: 28px;
    }
}
.l-wrapper_main {
    margin-left: 0;
}
.l-top-die {
    position: relative;
    z-index: 101;
}
.l-top-die__inner {
    padding: 10px 0;
    max-width: 1480px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.l-header {
    max-width: 1480px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.l-header__inner {
    position: relative;
    padding: 43px 0 27px;
}
.l-middle {
    width: 100%;
    padding: 0 0 30px;
    position: relative;
    max-width: 1480px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.l-middle:after {
    display: table;
    clear: both;
    content: '';
}
.l-container {
    width: 100%;
    float: left;
    padding-top: 12px;
    display: block;
}
.l-container:after,
.l-container:before {
    content: '';
    display: table;
}
.l-container:after {
    clear: both;
}
.l-content-wrapper {
    padding: 0;
}
.l-content {
    width: 100%;
    float: left;
}
.l-left-sidebar {
    float: left;
    width: 345px;
    vertical-align: top;
    display: none;
}
.l-footer {
    position: relative;
    float: none;
    clear: both;
}
.l-footer__inner {
    max-width: 1480px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 23px 0;
}
@media screen and (max-width: 1270px) {
    .l-container {
        width: auto;
        margin: 0;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 1360px) {
    body {
        margin-left: 0;
    }
    .l-left-sidebar {
        display: block;
        margin-left: -100%;
    }
    .l-content-wrapper {
        padding: 0 0 0 365px;
    }
}
.top-die {
    background-color: #2d3e50;
}
.top-die__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-die__links a {
    display: inline-block;
    padding: 10px 0 10px 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #19b5fe;
}
@media screen and (max-width: 1359px) {
    .top-die__links a {
        font-size: 16px;
    }
}
.top-die__links a:last-child {
    padding-right: 0;
}
.top-die__links a.corp {
    background-image: url(/local/templates/provento/images/icon_corp.png);
}
.top-die__links a.vent {
    background-image: url(/local/templates/provento/images/icon_vent.png);
}
.top-die__links a.elec {
    background-image: url(/local/templates/provento/images/icon_electro.png);
    color: #ffffff;
    text-decoration: none;
}
.top-die__links a.term {
    background-image: url(/local/templates/provento/images/icon_terminal.png);
}

.header__inner a.logo {
    display: inline-block;
    width: 245px;
    padding: 8px 0 68px 0;
}
.header__inner .slogan {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding: 0;
    font-family: 'Bender Light', serif;
    font-size: 28px;
    line-height: 1;
    padding-top: 5px;
    letter-spacing: 0.4px;
    color: #959ea7;
}
@media screen and (max-width: 1270px) {
    .header__inner .slogan {
        width: 340px;
        font-size: 24px;
        line-height: 1.2;
    }
}
.header__inner .phone {
    float: right;
    text-align: right;
}
@media screen and (max-width: 1270px) {
    .header__inner .phone {
        float: none;
        display: inline-block;
        position: relative;
        top: -5px;
        margin-left: 40px;
    }
}
.header__inner .phone span {
    display: block;
    font-family: 'Bender Black', serif;
    font-size: 29px;
    text-transform: uppercase;
    text-decoration: none;
    color: #283138;
    line-height: 1;
    color: #0d72ac;
}
.header__inner .phone a {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #19b5fe;
    padding: 8px 5px;
}
.header__inner .phone a:hover {
    color: #e30529;
    text-decoration: none;
}
.header__inner .main-navigation {
    margin-top: -15px;
}
.header__inner .main-navigation .search-form {
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    float: right;
    width: 18%;
    text-align: right;
    position: relative;
}
.header__inner .main-navigation .search-form .search {
    position: absolute;
    display: block;
    left: 1px;
    text-decoration: none;
    top: 5px;
    width: 17px;
    height: 17px;
    background-image: url(/local/templates/provento/images/search.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.header__inner .main-navigation .search-form .search-form-container {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    transition: 0.5s;
    width: 0;
}
.header__inner .main-navigation .search-form form {
    position: relative;
}
.header__inner .main-navigation .search-form input {
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
}
.header__inner .main-navigation .search-form input[type=text] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: none;
    float: left;
}
.header__inner .main-navigation .search-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 20px;
    background: #03a9f4;
    font-family: 'Bender Black', serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
    border-radius: 10px;
}
.header__inner .main-navigation .search-form input[type=submit]:hover {
    background: #0d72ac;
}
.header__inner .main-navigation .search-form.opened {
    border-color: #2c3e50;
}
.header__inner .main-navigation .search-form.opened .search-form-container {
    width: 92%;
}
@media screen and (max-width: 1460px) {
    .header__inner .main-navigation .search-form {
        height: 0;
        display: block;
        float: none;
        width: 100%;
        top: -33px;
    }
    .header__inner .main-navigation .search-form .search {
        left: auto;
        right: 7px;
        top: -24px;
        z-index: 200;
    }
    .header__inner .main-navigation .search-form.opened {
        padding-top: 10px;
        height: auto;
    }
    .header__inner .main-navigation .search-form.opened .search-form-container {
        width: 100%;
    }
}
.footer {
    background-color: #2d3e50;
}
.footer .sm {
    position: absolute;
    top: 106px;
    right: 0;
    width: 329px;
    height: 61px;
    background-image: url(/local/templates/provento/images/sm_sprite_v1.png);
}
.footer .sm a {
    display: inline-block;
    vertical-align: middle;
    width: 61px;
    height: 61px;
    margin-right: 22px;
}
.footer .sm.sm-tw {
    background-position: 0 61px;
}
.footer .sm.sm-fb {
    background-position: 0 122px;
}
.footer .sm.sm-yt {
    background-position: 0 183px;
}
.footer__inner .copyright {
    padding: 35px 7px 38px;
    font-family: 'Bender', serif;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 0.7px;
}
@media screen and (max-width: 1270px) {
    .footer__inner .copyright {
        font-size: 30px;
    }
}
.footer__inner .contacts,
.footer__inner .links {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #ffffff;
}
.footer__inner .contacts a,
.footer__inner .links a {
    color: #19b5fe;
}
.footer__inner .contacts {
    width: 460px;
    line-height: 36px;
    padding-left: 10px;
}
.footer__inner .develop {
    display: inline-block;
    padding: 20px 0 0 0;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    bottom: 31px;
    right: 95px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.footer__inner .develop__link {
    color: #19b5fe;
}
.footer__inner .develop__link_techart {
    color: #ffffff;
}
@media screen and (max-width: 1390px) {
    .footer__inner .develop {
        position: static;
        display: block;
        text-align: right;
        padding-right: 95px;
    }
}
.footer__inner .links {
    width: 700px;
}
.footer__inner .links div {
    padding: 11px 0 0 39px;
    background-repeat: no-repeat;
    background-position: 0 17px;
}
.footer__inner .links .term {
    background-image: url(/local/templates/provento/images/icon_terminal.png);
}
.footer__inner .links .vent {
    background-image: url(/local/templates/provento/images/icon_vent.png);
}
.footer__inner .links .elec {
    background-image: url(/local/templates/provento/images/icon_electro.png);
}
.footer__inner .links .elec a {
    text-decoration: none;
    color: #ffffff;
}
.left-sidebar {
    position: fixed;
    top: 0;
    left: -410px;
    bottom: 0;
    background: #eff1f3;
    display: block;
    padding: 33px 28px 45px 37px;
    transition: left 0.3s ease-out;
    z-index: 110;
}
.left-sidebar .side-title {
    font-family: 'Bender Light', serif;
    font-size: 30px;
}
.left-sidebar__handle {
    display: block;
    position: absolute;
    width: 38px;
    top: 0;
    bottom: 0;
    right: -38px;
    cursor: pointer;
    background: #959ea7;
}
.left-sidebar__handle-text {
    font-family: 'Bender Light', serif;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
}
.left-sidebar__handle-text:before {
    content: '';
    background: url(/local/templates/provento/images/ham.png) no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 77px;
    transform: rotate(90deg);
}
.left-sidebar_shown {
    left: 0;
    z-index: 300;
}
@media screen and (max-width: 1034px) {
    .left-sidebar__handle {
        width: 28px;
        right: -28px;
    }
    .left-sidebar_shown {
        left: 0;
    }
}
@media screen and (min-width: 1360px) {
    .left-sidebar {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        padding: 12px 0 0 0;
        background: transparent;
    }
    .left-sidebar__handle {
        display: none;
    }
}
.left-sidebar ul {
    list-style: none;
}
.left-sidebar ul a {
    display: block;
}
.left-sidebar .current-menu {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.left-sidebar .current-menu li {
    width: 230px;
}
.left-sidebar .current-menu a {
    padding: 9px;
    font-family: 'Bender Black', serif;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.left-sidebar .current-menu a.current {
    color: #fff;
    background: url(/local/templates/provento/images/texture_slider_230_45.png);
}
.l-container {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.bx_breadcrumbs {
    list-style: none;
}
.bx_breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    background: none;
    margin: 0;
    line-height: normal;
    padding: 0;
}
.bx_breadcrumbs li a {
    color: #000;
}
.bx_breadcrumbs li a:hover {
    text-decoration: none;
}
.bx_breadcrumbs li span {
    font-size: 13px;
}
.bx_breadcrumbs li:not(:last-of-type):after {
    content: ' /';
}
.bx_breadcrumbs li:last-of-type a {
    text-decoration: none;
}
.provento-gate h1 {
    font-family: 'Bender Light', serif;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 30px 0 10px;
}
.workpage-content-container {
    font-size: 15px;
    color: #D4D9DD;
}
.workpage-content-container p {
    margin-bottom: 20px;
}
.workpage-content-container a {
    color: #FFDB44;
}

.workpage-content-container h1,
.workpage-content-container h2,
.workpage-content-container h3,
.workpage-content-container h4,
.workpage-content-container h5,
.workpage-content-container h6
{
    color: #fff;
}
.workpage-content-container ul {
    margin-bottom: 20px;
}
.workpage-content-container ul li {
    position: relative;
    padding: 0 0 10px 25px;
    list-style: none;
}
.workpage-content-container ul li:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
}
.bx_breadcrumbs {
    color: #fff;
    margin-bottom: 20px;
}
.bx_breadcrumbs li a {
    color: #fff !important;
    text-decoration: underline;
}
.obj-dealers__main-title {
    font-family: 'Bender Light';
    font-weight: normal;
    font-size: 52px;
    color: #000;
    margin-bottom: 30px;
}
.obj-dealers__low-title {
    display: block;
    margin: 35px 0 25px;
    font-size: 24px;
    color: #15273C;
    font-family: 'Bender';
}
.obj-dealers__backlink {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    font-size: 30px;
    font-family: 'Bender Light';
    color: #19b5fe;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
}
.obj-dealers__backlink:before {
    content: '';
    width: 19px;
    height: 26px;
    background: url(/images/arr-left.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 7px;
}
.obj-dealers__backlink:hover {
    border-color: transparent;
}
.obj-dealers__list {
    padding: 0;
    margin-left: 00px;
    margin-top: 50px;
    margin-bottom: 15px;
    display: block;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    position: relative;
    z-index: 0;
}
.obj-dealers__item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: none;
    margin-left: 25px;
    margin-bottom: 20px;
    width: 30%;
    min-width: 250px;
    max-width: 300px;
    position: relative;
}
.obj-dealers__item._contacts {
    margin-left: 0;
}
.obj-dealers__item._contacts:before {
    left: -5px;
    background-position: 0 -24px;
}
.obj-dealers__item:hover:before {
    background-position: 0 -24px;
}
.obj-dealers__item:hover span {
    border-bottom-color: transparent;
}
.obj-dealers__item:before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(/local/templates/provento/images/loc-sprite.png) 0 2px no-repeat;
    position: absolute;
    left: -32px;
    top: -6px;
    background-size: 99%;
}
.obj-dealers__link {
    position: relative;
    text-decoration: none;
}
.obj-dealers__link._contacts {
    position: relative;
    left: 25px;
}
.obj-dealers__link:before {
    content: none;
}
.obj-dealers__link-string {
    color: #192B42;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    border-bottom: 1px dashed #1CB6FD;
    cursor: pointer;
}
.obj-dealers__link-string:after {
    content: '';
    display: block;
    margin-bottom: 10px;
}
.obj-dealers__contacts-items {
    line-height: 18px;
    display: block;
    margin-bottom: 3px;
}
.obj-dealers__contacts-label {
    float: left;
    margin-right: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333;
}
.obj-dealers__contacts-string {
    display: block;
    vertical-align: top;
    margin-right: -10px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}
.obj-dealers__contacts-string._name {
    font-weight: bold;
}
.obj-dealers__contacts-string a {
    color: #19b5fe;
    font-size: 14px;
    font-family: 'Open Sans';
}
.obj-dealers__contacts-string a:hover {
    text-decoration: none;
}
.obj-product__layout-cart-actions {
    border-top: 1px solid #4E575E !important;
    padding-top: 20px;
    margin-top: 25px;
}
.obj-product__info-string-number {
    background: none;
    font-size: 34px;
    font-family: 'Bender Light';
    color: #888;
    border: none;
    margin-top: 7px;
}
.obj-product .text-right {
    text-align: right;
}
.bl-tabs {
    margin: 20px 0;
}
.bl-tabs__controller__list {
    display: block;
    margin: 0;
    padding: 0;
}
.bl-tabs__controller__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0;
    margin: 0;
}
.bl-tabs__controller__btn {
    background: #e8e8e8 url(/local/templates/provento/images/slider_pl_n_big.png) repeat 0 0;
    border-bottom: none;
    padding: 8px 20px 6px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #19b5fe;
    font-family: 'open sans';
    font-weight: bold;
    outline: none !important;
}
.bl-tabs__controller__btn:hover {
    background-color: #DBDBDB;
}
.bl-tabs__controller__btn.active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: -1px;
    padding-bottom: 6px;
}
.bl-tabs__container {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
}
.bl-tabs__container__item {

}
.bl-tabs__container__item.active {
    display: block;
}
.infowindow h4 {
    font-size: 20px;
}
.infowindow h5 {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.infowindow p {
    margin: 3px 0;
    font-size: 0;
}
.infowindow i {
    font-size: 14px;
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
.infowindow a {
    font-size: 16px;
    font-weight: bold;
    color: #19b5fe;
    font-family: 'open sans';
}
.infowindow a:hover {
    color: #e40428;
    text-decoration: none;
}
.obj-news {
    margin-top: 40px;
}
.obj-news__main-title {
    font-size: 48px;
    font-weight: normal;
    font-family: 'Bender Light';
    color: #000;
    margin-bottom: 40px;
    margin-top: 2px;
    padding: 0;
}
.obj-news__list {
    display: block;
    margin: 28px 0 0 0 ;
    padding: 0;
}
.obj-news__item {
    padding: 0;
    background: none;
    line-height: normal;
    display: block;
    margin: 0;
    padding: 15px 0 15px;
    border-bottom: 1px solid #ccc;
}
.obj-news__item:last-child {
    border: none;
}
.obj-news__row {
    min-height: 130px;
}
.obj-news__row:before,
.obj-news__row:after {
    content: '';
    display: table;
}
.obj-news__row:after {
    clear: both;
}
.obj-news__date._block {
    float: left;
}
.obj-news__date._string {
    font-family: 'Bender Light';
    color: #A9A9A9;
    font-size: 40px;
    font-weight: normal;
}
.obj-news__date._string._detail {
    margin-top: 4px;
    color: #19b5fe;
    display: block;
}
.obj-news__content._block {
    margin: 0 0 25px 160px;
}
.obj-news__content._title {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Bender Black';
}
.obj-news__content._title._detail {
    font-family: 'Bender Black';
    color: #333;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    margin-top: -1px;
    margin-bottom: 20px;
}
.obj-news__content._link {
    color: #19b5fe;
    text-decoration: none;
}
.obj-news__content._link:hover {
    color: red;
    text-decoration: underline;
}
.obj-news__image + .obj-news__content {
    margin-right: 190px;
}
.obj-news__image._detail + .obj-news__content {
    margin-right: 0;
}
.obj-news__image._block {
    width: 170px;
    float: right;
    margin: 0;
}
.obj-news__image._block._detail {
    width: auto;
    float: none;
    margin: 0px 0 15px;
}
.obj-news__image._img {
    max-width: 100%;
}
.obj-news__backlink {
    font-size: 22px;
    font-family: 'open sans';
    color: #19b5fe;
    line-height: 21px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    text-decoration: none;
}
.obj-news__backlink:hover {
    color: red;
    text-decoration: underline;
}
.obj-news__backlink:before {
    content: '';
    width: 19px;
    height: 26px;
    background: url(/images/arr-left.png) center no-repeat;
    background-size: 70% 70%;
    position: absolute;
    left: 0;
    top: 3px;
}
.obj-news__backlink-block {
    margin-top: 30px;
    margin-bottom: 25px;
}
.obj-news iframe {
    max-width: 100%;
}
.obj-news + .obj-pagination {
    margin-top: 40px;
    margin-bottom: 90px;
}
.obj-news__file {
    margin-top: 95px;
    height: 54px;
    width: 104px;
    padding-top: 93px;
    background: url("/local/templates/provento/images/doc.png");
}
.obj-news__file-link {
    display: block;
    margin-left: 22px;
    color: #e60527;
    margin-bottom: 3px;
}
.obj-news__file-size {
    display: block;
    margin-left: 22px;
    color: #afb5b5;
}
.obj-pagination {
    margin: 20px 0 40px;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li {
    margin: 0 8px 0 8px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Bender';
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li:first-child {
    margin-left: 0;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li a,
.obj-pagination .bx_pagination_bottom .bx_pagination_page li span {
    padding: 6px 8px;
    display: block;
    min-width: 22px;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li:hover {
    background: rgba(194, 194, 194, 0.36);
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li:hover a {
    color: #333 !important;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li.bx_active {
    background: none;
    outline: 2px solid red;
    color: #333;
}
.obj-pagination .bx_pg_text {
    display: none;
}
.obj-pagination .bx_pagination_section_two {
    display: none;
}
.obj-contacts__item {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    margin-top: 20px;
    margin-left: 20px;
}
.obj-contacts__item:hover span,
.obj-contacts__item:hover dl,
.obj-contacts__item:hover dt,
.obj-contacts__item:hover dd,
.obj-contacts__item:hover a {
    color: #111 !important;
    cursor: pointer;
}
.obj-contacts__items {
    display: block;
    font-size: 12px;
    color: #ccc;
}
.obj-contacts__contacts-label {
    float: left;
    margin-right: 5px;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #777;
}
.obj-contacts__contacts-string {
    display: block;
    vertical-align: top;
    margin-right: -10px;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #777;
    margin-right: 20px;
}
.obj-contacts__contacts-string._name {
    font-size: 20px;
    color: #19b5fe;
    font-family: 'Bender';
    display: block;
    margin: 0px 0 10px -20px;
}
.obj-contacts__contacts-string._left-icon {
    position: relative;
}
.obj-contacts__contacts-string._left-icon:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -22px;
    top: 2px;
    border-radius: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.obj-contacts__contacts-string._left-icon._TYPE1:before {
    background-image: url(/local/templates/provento/images/contacts/icon_003.png);
}
.obj-contacts__contacts-string._left-icon._TYPE2:before {
    background-image: url(/local/templates/provento/images/contacts/icon_002.png);
}
.obj-contacts__contacts-string._left-icon._TYPE3:before {
    background-image: url(/local/templates/provento/images/contacts/icon_001.png);
}
.obj-contacts a {
    color: #19b5fe;
    font-size: 12px;
    font-family: 'Open Sans';
}
.obj-contacts a:hover {
    text-decoration: none;
}
.back-to-list {
    display: inline-block;
    font-family: 'Bender Light', serif;
    font-size: 24px;
    color: #19b5fe;
    text-decoration: none;
    padding-left: 25px;
    padding-bottom: 30px;
    position: relative;
}
.back-to-list:hover {
    text-decoration: underline;
}
.back-to-list:hover:before {
    background-position: 0 100%;
}
.back-to-list:before {
    content: '';
    position: absolute;
    background: url(/local/templates/provento/images/arrow_left.png) no-repeat right center;
    width: 7px;
    height: 20px;
    left: 0;
    top: 6px;
}
@media screen and (max-width: 1270px) {
    .footer__inner .links {
        width: 520px;
    }
}
@media screen and (max-width: 1080px) {
    .footer__inner .contacts,
    .footer__inner .links {
        font-size: 17px;
    }
    .footer__inner .contacts {
        width: 410px;
    }
}
.bx_profile .bx_bt_button {
    display: inline-block;
    height: 42px;
    text-align: center;
    background: #03a9f5;
    line-height: 44px;
    font-family: 'Bender Black', serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px;
    border: none;
}
.bx_profile .bx_bt_button:hover {
    background: #e40428;
    color: #fff;
}
.bx_profile input[type="text"],
.bx_profile input[type="password"] {
    box-sizing: border-box;
    width: 540px;
    max-width: 540px;
    height: 36px;
    border: 1px solid #c7cdd9;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
    outline: none;
    background: #fff;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}
.bx_profile strong {
    color: #a9aeb2;
    font-weight: normal;
    font-size: 13px;
}
.bx_profile h2 {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #acb5c6;
    font-family: 'Bender', serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 40px;
}
.login_page strong {
    color: #a9aeb2;
    font-weight: normal;
    font-size: 13px;
}
.login_page .input_text_style {
    box-sizing: border-box;
    width: 540px;
    max-width: 540px;
    height: 36px;
    border: 1px solid #c7cdd9;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
    outline: none;
    background: #fff;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}
.login_page .bx_bt_button {
    display: inline-block;
    height: 42px;
    text-align: center;
    background: #03a9f5;
    line-height: 44px;
    font-family: 'Bender Black', serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px;
    border: none;
}
.login_page .bx_bt_button:hover {
    background: #e40428;
    color: #fff;
}
.bx_forgotpassword_page strong {
    color: #a9aeb2;
    font-weight: normal;
    font-size: 13px;
}
.bx_forgotpassword_page .input_text_style {
    box-sizing: border-box;
    width: 540px;
    max-width: 540px;
    height: 36px;
    border: 1px solid #c7cdd9;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
    outline: none;
    background: #fff;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}
.bx_forgotpassword_page .bx_bt_button {
    display: inline-block;
    height: 42px;
    text-align: center;
    background: #03a9f5;
    line-height: 44px;
    font-family: 'Bender Black', serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px;
    border: none;
}
.bx_forgotpassword_page .bx_bt_button:hover {
    background: #e40428;
    color: #fff;
}

.grid{}
.grid .bx_content_section{
    margin-bottom: 15px;
}
.grid .bx_sidebar{
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
    float: left;
    width: 66%;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media (max-width:960px){
    .grid2x1 .bx_sidebar{
        padding-left: 4%;
    }
}
@media (max-width:640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar{
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar{
        padding-left: 3%;
    }
}
@media (max-width:479px){
    .grid2x1 .bx_sidebar{
        padding-left: 1%;
    }

}
/* End */



/* Start:/local/cache/less/local/templates/.default/components/bitrix/system.pagenavigation/info/style.css?1438866742813*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.pagenav {
    margin-bottom: 80px;
}
.pagenav .blog-page-title,
.pagenav .blog-vert-separator,
.pagenav .blog-page-next,
.pagenav .blog-page-previous {
    display: none;
}
.pagenav a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    color: #c9d2d9;
    border: 2px solid #ffffff;
    line-height: 36px;
    font-family: 'Bender', serif;
    font-size: 18px;
}
.pagenav a:hover {
    color: #0a2554;
}
.pagenav .blog-page-current {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #0a2554;
    border: 2px solid #e20429;
    line-height: 36px;
    font-family: 'Bender', serif;
    font-size: 18px;
}

/* End */



/* Start:/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/style.css?143886639926956*/
/* catalog.section */
.bx_catalog_list_home{
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
}
@media (min-width:960px){
    .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0   ;width:100%}

    .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
    .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
    .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

    .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
    .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
    .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

    .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_catalog_list_home.col4 .bx_catalog_item,
    .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
    .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
    .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
    .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px  ;width:100%}

    .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item,
    .bx_catalog_list_home.col4 .bx_catalog_item,
    .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
    .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
    .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
    .bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
    .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
    .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
    .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0;
    left:0;
    right:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
    border-radius:3px;
    border:1px solid #d3d3d3;
    background:#fff;
    -webkit-animation:borderview 0.5s;
    animation:borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
    color:#a5a5a5;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
    overflow:hidden;
    height:34px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
    overflow:auto;
    height:auto !important;
}
.bx_catalog_list_home .bx_catalog_item_title a{
    color:#3f3f3f;
    text-decoration:none;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_price{
    color:#3f3f3f;
    font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
    opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
    white-space: normal;
    line-height: normal;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
    margin:1%;
    width: 48%;
    min-width:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width:640px) {
    .bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
    .bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    padding-top:135%;
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
    z-index:900;
    margin-top:-135%;
    opacity:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
    opacity:0;
    -webkit-animation:rotateimgfirst 0.5s;
    animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
    opacity:1;
    -webkit-animation:rotateimglast 0.5s;
    animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
    position:absolute;
    width:72px;
    height:74px;
    background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:0;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
    .bx_catalog_list_home .bx_stick{
        width:90px;
        height:30px;
        background-size:100%;
        line-height:30px;
    }
    .bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
    .bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
    .bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
    .bx_catalog_list_home .bx_stick_disc{
        width:64px;
        height:65px;
        background-size:100%;
        font-size:	20px;
        line-height:65px;
    }
}
@media (max-width:640px) {
    .bx-touch .bx_catalog_list_home .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }
    .bx-touch .bx_catalog_list_home .bx_stick_disc{
        width:48px;
        height:49px;
        background-size:100%;
        font-size:	16px;
        line-height:49px;
    }
}
@media (max-width:479px) {
    .bx-touch .bx_catalog_list_home .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }

    .bx-touch .bx_catalog_list_home .bx_stick_disc{
        width:37px;
        height:38px;
        background-size:100%;
        font-size:13px;
        line-height:38px;
    }
}

/* buttons */
.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2{
    display:inline-block;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    white-space:nowrap;
}

.bx_catalog_list_home .bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff;}
.bx_catalog_list_home .bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home .bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_catalog_list_home .bx_small.bx_bt_button{
    display:inline-block;
    min-width:20px;
    line-height:20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:18px;
    line-height:18px;
}

.bx_catalog_list_home .bx_small.bx_bt_button_type_2 		{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover 	{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active 	{}


.bx_catalog_list_home .bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover  {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/style.css?14388668862388*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.catalog-content-wrapper {
    padding: 0 0 30px 0;
}

.catalog-content-wrapper {
    font-size: 15px;
    color: #D4D9DD;
}
.catalog-content-wrapper p {
    margin-bottom: 20px;
}
.catalog-content-wrapper a {
    color: #FFDB44;
}

.catalog-content-wrapper h1,
.catalog-content-wrapper h2,
.catalog-content-wrapper h3,
.catalog-content-wrapper h4,
.catalog-content-wrapper h5,
.catalog-content-wrapper h6
{
    color: #fff;
}
.catalog-content-wrapper ul {
    margin-bottom: 20px;
}
.catalog-content-wrapper ul li {
    position: relative;
    padding: 0 0 10px 25px;
    list-style: none;
}
.catalog-content-wrapper ul li:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
}


.catalog-content-wrapper .catalog-item-teaser {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 300px;
    margin-bottom: 20px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 0 #dadada;
}
.catalog-content-wrapper .catalog-item-teaser:not(:nth-of-type(3n)) {
    margin-right: 1%;
}
.catalog-content-wrapper .catalog-item-teaser:hover .catalog-item-teaser-description {
    opacity: 1;
}
.catalog-content-wrapper .catalog-item-teaser:hover a {
    text-decoration: none;
}
.catalog-content-wrapper .catalog-item-teaser-photo {
    position: relative;
    height: 200px;
    background: no-repeat center center;
}
.catalog-content-wrapper .catalog-item-teaser-photo:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: url('/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section/.default/images/pl_for_catalog.png') no-repeat;
    mix-blend-mode: multiply;
}
.catalog-content-wrapper .catalog-item-teaser-description {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 140px;
    padding: 30px 25px;
    transition: .5s;
    text-decoration: none;
    opacity: 0;
    background: #ffffff url('img/frame.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.catalog-content-wrapper .catalog-item-teaser-description p {
    padding-bottom: 20px;
    color: #000000;
    font-size: 15px;
}
.catalog-content-wrapper .catalog-item-teaser-description span {
    position: absolute;
    bottom: 30px;
    padding: 2px 0;
    text-decoration: none;
    text-transform: none;
    color: #f21b56;
    font-family: 'Bender', serif;
    font-size: 20px;
}
.catalog-content-wrapper .catalog-item-teaser-info {
    position: relative;
    padding: 0 10px;
}
.catalog-content-wrapper .catalog-item-teaser-info a {
    display: block;
    padding: 10px 0;
    color: #19b5fe;
    font-family: 'Bender', serif;
    font-size: 13px;
    line-height: 16px;
    height: 48px;
    position: relative;
    overflow: hidden;
}
.catalog-content-wrapper .catalog-item-teaser-info span {
    text-transform: none;
    font-family: 'Bender Black', serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #283138;
}

/* End */



/* Start:/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section.list/.default/style.css?14388663997305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
    color: #000;
    text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
    margin-bottom: 20px;
    list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border:1px solid #ccc;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
    color: #4c7da6;
    font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px;
}


@media (max-width:639px) {
    .bx-touch .bx_catalog_line .bx_catalog_line_img{
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title{
        margin-bottom: 5px;
        line-height: 14px;
    }
    .bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
    .bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
    color: #000;
    text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
    float: left;
    margin: 0 10px 10px;
    list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
    color: #4c7da6;
    white-space: nowrap;
    font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
    .bx-touch .bx_catalog_text .bx_catalog_line_title{
        margin-bottom: 5px;
        line-height: 12px;
    }
    .bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
    color: #000;
    text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
    width:12.5%;
    list-style: none;
    text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 78px;
    height: 78px;
    border:1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
    color: #4c7da6;
    font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
    .bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_title{
        margin-bottom: 5px;
        line-height: 14px;
    }
    .bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
    .bx-touch .bx_catalog_tile .bx_catalog_tile_img{
        width: 100%;
        height: 80px;
    }
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
    color: #000;
    text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
    padding: 0;
    line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    line-height: 13px;
    margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
    color: #4c7da6;
    white-space: nowrap;
    font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
    .bx-touch .bx_sitemap .bx_catalog_line_title{
        margin-bottom: 5px;
        line-height: 12px;
    }
    .bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.section.list/.default/style.css?1438866883662*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.catalog-section {
    display: inline-block;
    width: 32%;
    margin-bottom: 20px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 0 #dadada;
}
.catalog-section:not(:nth-of-type(3n)) {
    margin-right: 1%;
}
.catalog-section a {
    display: block;
    font-family: 'Bender', serif;
    font-size: 16px;
}
.catalog-section a:first-of-type {
    height: 197px;
    text-decoration: none;
    background: no-repeat center center;
}
.catalog-section a:last-of-type {
    margin: 20px 0;
    color: #19b5fe;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}
.catalog-section:hover a {
    text-decoration: none;
    color: #e40428;
}

/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/news.list/banners/style.css?14388668873314*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.catalog-special-offers-container {
    font-size: 0;
    height: 260px;
    position: relative;
    margin: 35px 0 12px 0;
}
.catalog-special-offers-container > div {
    display: inline-block;
    vertical-align: top;
}
.catalog-special-offers-container .slider-nav {
    width: 88px;
    height: 238px;
    cursor: pointer;
    background: url('/local/templates/provento/images/cat_arr.png') no-repeat;
}
.catalog-special-offers-container .slider-nav.prev {
    background-position: top left;
}
.catalog-special-offers-container .slider-nav.prev:hover {
    background-position: bottom left;
}
.catalog-special-offers-container .slider-nav.next {
    background-position: top right;
}
.catalog-special-offers-container .slider-nav.next:hover {
    background-position: bottom right;
}
.catalog-special-offers-container .slider-wrapper {
    font-size: 14px;
    width: 80%;
    background: #e2e5ea;
    height: 238px;
    border-left: 1px solid #19b5fe;
    border-right: 1px solid #19b5fe;
}
@media screen and (max-width: 1400px) {
    .catalog-special-offers-container .slider-wrapper {
        width: 78%;
    }
}
.catalog-special-offers-container .slider-item {
    position: relative;
    width: 100%;
    border: 1px solid #19b5fe;
    margin-left: -1px;
}
.catalog-special-offers-container .slider-item img {
    position: absolute;
    z-index: 2;
    left: 4%;
    bottom: 0;
}
.catalog-special-offers-container .slider-item .slider-content-container {
    height: 186px;
    overflow: hidden;
    padding: 25px 45px;
}
@media screen and (max-width: 1400px) and (min-width: 1270px) {
    .catalog-special-offers-container .slider-item .slider-content-container {
        padding-right: 10px;
    }
}
.catalog-special-offers-container .slider-item .slider-content {
    float: right;
    width: 54%;
}
.catalog-special-offers-container .slider-item .slider-content .item-new {
    display: inline-block;
    font-family: 'Bender Black', serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #283138;
    padding: 5px 12px;
    color: #19b5fe;
    background: url('/local/templates/provento/components/bitrix/news.list/banners/images/new.png');
}
.catalog-special-offers-container .slider-item .slider-content h2 {
    font-family: 'Bender', serif;
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 10px 0 15px;
}
.catalog-special-offers-container .slider-item .slider-content .item-announce {
    font-size: 13px;
}
.catalog-special-offers-container .slider-item .slider-content .item-price,
.catalog-special-offers-container .slider-item .slider-content .item-link {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Bender Black', serif;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: #283138;
    text-transform: none;
}
.catalog-special-offers-container .slider-item .slider-content .item-price {
    padding: 17px 10px;
    color: #19b5fe;
}
.catalog-special-offers-container .slider-item .slider-content .item-link {
    padding: 2px 20px;
    margin-left: 20px;
    background: red;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-radius: 10px;
}
.catalog-special-offers-container .slider-item .slider-content .item-link:hover {
    background: #0d72ac;
}


/* Start:/local/templates/provento/components/bitrix/catalog/tech/style.css?1438866399697*/
.grid{}
.grid .bx_content_section{
    margin-bottom: 15px;
}
.grid .bx_sidebar{
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
    float: left;
    width: 66%;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media (max-width:960px){
    .grid2x1 .bx_sidebar{
        padding-left: 4%;
    }
}
@media (max-width:640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar{
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar{
        padding-left: 3%;
    }
}
@media (max-width:479px){
    .grid2x1 .bx_sidebar{
        padding-left: 1%;
    }

}
/* End */



/* Start:/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/style.css?143886639932705*/
/* item_detail_v2 */
.bx_item_detail .bx_item_title{
    padding-bottom:14px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 16px;
    min-height: 24px
}

.bx_item_detail .bx_item_title h1{
    font-size:24px;
    border-bottom:0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bx_item_detail h1 span{color:#000}
.bx_item_detail .bx_item_container{}
.bx_item_detail .bx_item_container .bx_lt{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:2%;
    width:38%;
}
.bx_item_detail .bx_item_container .bx_rt{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:2%;
    width:58%;
}
.bx_item_detail .bx_item_container .bx_md{clear:both}
.bx_item_detail .bx_item_container .bx_lb{
    float:left;
    margin-right:2%;
    width:48%;
}
.bx_item_detail .bx_item_container .bx_rb{
    float:right;
    margin-left:2%;
    width:48%;
}
.bx_item_detail .bx_optionblock{
    float:right;
    margin-left:10px;
    width:120px;
}

/* Item info */
.bx_item_detail .item_price{margin-bottom:20px}
.bx_item_detail .item_name{
    margin:0;
    padding:0;
}
.bx_item_detail .item_name a{
    color:#000;
    text-decoration:none;
    font-size:23px;
}
.bx_item_detail .item_old_price{
    padding:0 10px;
    color:#CACED2;
    text-decoration:line-through;
    font-weight:bold;
    font-size:15px;
    display: block !important;
}
.bx_item_detail .item_current_price{
    margin-top: 18px;
    color: #fff;
    border: none;
    background: none;
    font-family: 'Bender Light', serif;
    font-size: 30px;
    font-weight: bold;
    /*display: none;*/
}

.bx_item_detail .item_current_price:hover {

}

.bx_item_detail .item_economy_price{
    display:inline-block;
    padding:0 0 0 10px;
    color:#CACED2;
    font-weight:bold;
    font-size:14px;
    line-height:33px;
    display: block !important;
}

.bx_item_detail .item_info_section{
    margin:0 0 20px 0;
    font-size:13px;
    line-height:13px;

}
.bx_item_detail .item_section_name_gray{
    color:#9e9e9e;
    font-size:13px;
}
.bx_item_detail .item_info_section dl{
    margin-bottom: 20px;
    overflow: hidden;
    padding:0;
}
.bx_item_detail .item_info_section dl dt{
    clear: both;
    float: left;
    font-weight: bold;
}
.bx_item_detail .item_info_section dl dd{
    float: left;
    margin: 0 5px;
}

.bx_item_detail .item_buttons_counter_block{
    display:inline-block;
    margin-right:10px;
    vertical-align: baseline;
    color: #3f3f3f;
    font-size: 13px;
    text-align: left;
}
.bx_item_detail .item_buttons_counter_block a{
    vertical-align: baseline;
}
.bx_item_detail .bx_cnt_desc{vertical-align: baseline;}
/* Item SET */

.bx_item_detail .transparent_input{
    border:none;
    background:none;
    color:#000;
    font-weight:bold;
    font-size:14px;
    display: inline-block;
    width: 60px;
    text-align: center;
}






/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
    padding:0;
    border-bottom:1px solid #d9e1e3;
    vertical-align:bottom;
    text-align:left;
}
.bx_item_detail .tab-list li{
    display:inline-block;
    border:1px solid #d9e1e3;
    border-bottom:none;
    border-radius:3px 3px 0 0;
    background:#f7f7f7;
    box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
    vertical-align:bottom;

}
.bx_item_detail .tab-list li a{
    display:block;
    padding:0 10px;
    height:30px;
    box-shadow:none;
    color:#999;
    text-decoration:none;
    font-size:13px;
    line-height:30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{
    background:#fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
    position:relative;
    bottom:-2px;
    height:35px;
    background:#fff;
    color:#3f3f3f;
    line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off{display:none;}
.bx_item_detail .tab-boby-container .container>div{

}
.bx_item_detail .item_comments{
    display:block;
    padding-left:10px;
}
.bx_item_detail .item_comments li{
    display:block;
    padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
    display:inline-block;
    color:#5d90bd;
    font-size:14px;
}
.bx_item_detail .item_comments_date{
    display:inline-block;
    margin-left:10px;
    color:#b8b8b8;
    font-size:14px;
}
.bx_item_detail .item_comments_container p{
    margin-top:5px;
    color:#3f3f3f;
    font-size:14px;
}

.bx_item_detail .bx_notavailable{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
    white-space: normal;
    line-height: normal;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2{
    display:inline-block;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
}
.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_item_detail .bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%);
    background:   -moz-linear-gradient(top, #00a2df 0%,#006fcb 100%);
    background:    -ms-linear-gradient(top, #00a2df 0%,#006fcb 100%);
    background:     -o-linear-gradient(top, #00a2df 0%,#006fcb 100%);
    background:        linear-gradient(to bottom, #00a2df 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );
    color:#fff;
    text-shadow:0 1px 0 #006cae;
}
.bx_item_detail .bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
    background:   -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
    background:    -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
    background:     -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
    background:        linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}
.bx_item_detail .bx_bt_button:active  		{
    background:#006fcb;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006fcb), color-stop(100%,#00a2df));
    background:-webkit-linear-gradient(top, #006fcb 0%,#00a2df 100%);
    background:   -moz-linear-gradient(top, #006fcb 0%,#00a2df 100%);
    background:    -ms-linear-gradient(top, #006fcb 0%,#00a2df 100%);
    background:     -o-linear-gradient(top, #006fcb 0%,#00a2df 100%);
    background:        linear-gradient(to bottom, #006fcb 0%,#00a2df 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fcb', endColorstr='#00a2df',GradientType=0 );
    box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}

.bx_item_detail .bx_bt_button_type_2 		{
    border:1px solid #e9e9e9;
    background:#fcfcfc;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
    background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background:   -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background:    -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background:     -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background:        linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_item_detail .bx_bt_button_type_2:hover 	{
    background:#fff;
}
.bx_item_detail .bx_bt_button_type_2:active {
    background:#f1f1f1;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
    background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
    background:   -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
    background:    -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
    background:     -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
    background:        linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:20px;
    line-height:20px;
}
.bx_item_detail .bx_small.bx_bt_button  		{}
.bx_item_detail .bx_small.bx_bt_button:hover  {}
.bx_item_detail .bx_small.bx_bt_button:active {}
.bx_item_detail .bx_small.bx_bt_button_type_2 		{}
.bx_item_detail .bx_small.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_small.bx_bt_button_type_2:active{}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2	{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_item_detail .bx_medium.bx_bt_button  	{
    height:27px;
    line-height:27px;
}
.bx_item_detail .bx_medium.bx_bt_button:hover  {}
.bx_item_detail .bx_medium.bx_bt_button:active {}
.bx_item_detail .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_item_detail .bx_medium.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_medium.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2	{
    padding:0 13px;
    height:34px;
    font-weight:bold;
    line-height:34px;
}
.bx_item_detail .bx_big.bx_bt_button  	{
    height:36px;
    line-height:36px;
}
.bx_item_detail .bx_big.bx_bt_button:hover  {}
.bx_item_detail .bx_big.bx_bt_button:active {}
.bx_item_detail .bx_big.bx_bt_button_type_2 	  {}
.bx_item_detail .bx_big.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_big.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button.bx_cart span{
    position:relative;
    bottom:-7px;
    display:inline-block;
    margin:0 10px 0 0;
    width:26px;
    height:23px;
    background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/bt_cart.png) no-repeat center;
}

.bx_item_detail .bx_fwb{font-weight:bold}


@media (min-width:981px){}
@media (max-width:740px){
    .bx_item_detail .bx_optionblock{display:none}
    .bx_item_detail .item_buttons_counter_block{margin-bottom:10px}
    .bx_item_detail .bx_item_container .bx_lb,
    .bx_item_detail .bx_item_container .bx_rb{width:48%}
}
@media (min-width:640px) and (max-width:980px){}
@media (min-width:480px) and (max-width:639px){}
@media (max-width:480px) {
    .bx-touch .bx_item_detail .bx_item_container .bx_lt,
    .bx-touch .bx_item_detail .bx_item_container .bx_rt,
    .bx-touch .bx_item_detail .bx_item_container .bx_md,
    .bx-touch .bx_item_detail .bx_item_container .bx_lb,
    .bx-touch .bx_item_detail .bx_item_container .bx_rb{
        float:none;
        margin:0;
        padding:0;
        width:100%;
    }
    .bx-touch .bx_item_detail .item_info_section{padding-left:0}

}
@media (max-width:319px){}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
    position: relative;
    margin-bottom: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    max-width: 440px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    height: 0;
    width: 100%;
    padding-top: 130%;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
    vertical-align: middle;
    text-align: center;
}
/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
    position: relative;
    margin-left: -5%;
    padding: 20px 5% 0
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{position: relative}

.bx_item_detail .bx_item_slider .bx_slide{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

.bx_item_detail .bx_item_slider .bx_slide ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{margin-left: 0 !important}
.bx_item_detail .bx_item_slider .bx_slide ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {left: -5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{right:-5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_left {left:   0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_right{right:  0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_detail .bx_item_slider_lupe_small{
    position: absolute;
    background: rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.5);
    cursor: pointer;
}

.bx_item_detail .bx_item_slider_lupe{
    position: absolute;
    border: 1px solid #b2b2b2;
    left:105%;
    top: 0;
    bottom:4px;
    margin: 0;
    background: #fff url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/wait.gif) no-repeat scroll center center;
    z-index: 120;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
    max-width: 99999px !important;
    max-height: 99999px !important;
}

/* Stickers */
.bx_item_detail .bx_bigimages .bx_stick{
    position: absolute;
    width: 123px;
    height: 35px;
    background: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/stick.png) left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow:0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.bx_item_detail .bx_bigimages .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_item_detail .bx_bigimages .bx_stick.long {font-weight:normal;font-size:11px}
.bx_item_detail .bx_bigimages .bx_stick_disc{
    position: absolute;
    width: 72px;
    height: 74px;
    background: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/stick_disc.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-shadow:0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 23px;
    line-height: 74px;
}
.bx_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left{left:-2px;}
.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right{right: 0;}
.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top{top: 15px;}
.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom{bottom: 5px;}
.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
    .bx_item_detail .bx_bigimages .bx_stick{
        width: 90px;
        height: 30px;
        background-size: 100%;
        line-height: 30px;
    }
    .bx_item_detail .bx_bigimages .bx_stick.short {font-weight:normal;font-size:14px}
    .bx_item_detail .bx_bigimages .bx_stick.average {font-weight:normal;font-size:11px}
    .bx_item_detail .bx_bigimages .bx_stick.long{font-weight:normal;font-size:11px}
    .bx_item_detail .bx_bigimages .bx_stick_disc{
        width: 64px;
        height: 65px;
        background-size: 100%;
        font-size: 	20px;
        line-height: 65px;
    }
}
@media (max-width:640px) {
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick{
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 	11px;
        line-height: 30px;
    }
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
        width: 48px;
        height: 49px;
        background-size: 100%;
        font-size: 	16px;
        line-height: 49px;
    }
}
@media (max-width:479px) {
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick{
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 	11px;
        line-height: 30px;
    }

    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
        width: 37px;
        height: 38px;
        background-size: 100%;
        font-size: 13px;
        line-height: 38px;
    }
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    white-space: nowrap;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 13px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
    color: #9e9e9e;
    font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){background: #f2f2f2;}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
    padding: 3px 10px;
    font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}


.bx_item_detail .bx_missing {
    display: block!important;

}
.bx_item_detail .bx_missing .property__value-name {
    color: #b6bec9;
}
/* End */



/* Start:/local/cache/less/local/components/techart/product_ask/templates/.default/style.css?14388669001342*/
.provento-form {
    margin: 40px 0 20px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}
.provento-form__title {
    font-size: 26px;
    font-family: 'Bender', serif;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.provento-form__item {
    display: block;
    margin: 8px 0;
}
.provento-form__label {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
    color: #000;
}
.provento-form__input-block {
    width: 60%;
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
}
.provento-form__input-fuild {
    border: 1px solid #ccc;
    width: 90%;
    height: 30px;
    padding: 0 5px;
}
.provento-form__input-fuild.i-select,
.provento-form__input-fuild.i-phone {
    background: #fff;
    max-width: 250px;
}
.provento-form__input-fuild.i-textarea {
    height: 80px;
    max-height: 80px;
}
.provento-form__input-fuild.i-select {
    font-weight: bold;
}
.provento-form__footer {
    padding-left: 200px;
    margin-left: 12px;
    margin-top: 15px;
}
.provento-form__submit {
    background: #FFDB44;
    border: none;
    font-family: 'Bender', serif;
    padding: 0 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
}
.provento-form__submit:hover {
    background: #FFBB45;
    color: #4d4115 !important;
}

/* End */



/* Start:/local/cache/less/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/style.css?14388669009402*/
.clearfix {
    display: block;
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.increment-block {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: left;
    width: 65px;
    height: 42px;
    vertical-align: middle;
}
.increment-block__button {
    position: absolute;
    left: 28px;
    display: block;
    width: 17px;
    height: 15px;
    text-align: center;
    text-decoration: none;
    outline: 0;
}
.increment-block__button:after {
    position: absolute;
    left: 0;
    width: 9px;
    height: 3px;
    content: '';
    background: url('/local/templates/provento/images/modules/increment-block/select_arrows.png') no-repeat;
}
.increment-block__button_add {
    top: -15px;
}
.increment-block__button_add:after {
    top: 7px;
}
.increment-block__button_add:hover {
    background-position: 100% 0;
}
.increment-block__button_remove {
    bottom: -15px;
}
.increment-block__button_remove:after {
    top: 5px;
    background-position: 0 100%;
}
.increment-block__button_remove:hover:after {
    background-position: 100% 100%;
}
.increment-block__button:focus ~ .add-to-cart__bg {
    background-position: 0 0;
}
.increment-block__value {
    display: block;
    box-sizing: border-box;
    width: 65px;
    height: 42px;
    padding: 0 9px;
    text-align: center;
    border: none;
    background: transparent;
    line-height: 42px;
    vertical-align: middle;
    background: url('/local/templates/provento/images/modules/increment-block/frame.png') no-repeat 0 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.increment-block__value:focus {
    background-position: 0 0;
}
.obj-product .bl-tabs__controller__btn {
    font-weight: normal;
    font-family: 'Bender Black', serif;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #414141;
}
.obj-product .bl-tabs__controller__btn.active {
    color: #19b5fe;
}
.obj-product__layout-cart-actions {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}
.obj-product__info-string-number {
    color: #a1a7ab;
    border: none;
    background: none;
    font-family: 'Bender Light', serif;
    font-size: 40px;
}
.obj-product__info-string-label {
    color: #000000;
    font-family: 'Bender Black', serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #283138;
}
.obj-product .text-right {
    text-align: right;
}
.obj-product .bx_item_container .item_current_price {

}
.product__name {
    color: #000000;
    font-family: 'Bender', serif;
    font-size: 32px;
}
.product__images img {
    max-width: 100%;
}

.product__image-container {
    position: relative;
    text-align: center;
}
.product__image {
    position: static;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
.product__thumbs {
    margin-top: 50px;
    font-size: 0;
    line-height: 0;
    display: none;
}
.product__thumb {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    margin-left: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.product__thumb:first-child {
    margin-left: 0;
}
.product__thumb:nth-child(5n+1) {
    margin-left: 0;
}
.product__thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: url('/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/fill_preview.png') no-repeat;
    background-size: cover;
}
.product__thumb.current:after {
    content: none;
}
.product__ask_link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFDB44;
    border-bottom: 1px dashed #FFDB44;
    font-size: 18px;
}
.product__ask_link.go-to-quession {
    color: #FFDB44;
    border-bottom-color: #FFDB44;
}
.product__ask_link:hover {
    border-color: transparent;
}
.product__ask_link:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    width: 20px;
    height: 7px;
    content: '';
    transition: bottom 0.2s ease-in;
    transform: translateX(-50%);
    background: url('/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/arrow_down.png') no-repeat;
}
.product__ask_link:hover:after {
    bottom: -20px;
    background-position: 0 100%;
}
.property__name {
    display: block;
    margin: 10px 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.property__value-container {
    display: inline-block;
    margin: 10px 0;
}
.property__value {
    display: inline-block;
    box-sizing: border-box;
    width: 46px !important;
    height: auto !important;
    margin: 0 1px 0 0;
    padding: 0;
    float: left;
}
.property__value.bx_active:after {
    position: absolute;
    z-index: 2;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    padding: 3px;
    content: '';
    background: #ffffff url('/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/texture_slider_230_45.png') repeat 0 0;
}
.property__value.bx_active .property__value-name {
    z-index: 5;
}
.property__value.bx_active .property__value-name:after {
    display: none;
}
.property__values-list {
    display: inline-block;
    width: auto;
}
.property__values-list:after,
.property__values-list:before {
    display: table;
    clear: both;
    content: '';
}
.property__value-name {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 5px 0 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border: none;
    outline: none;
    background: #ffffff;
    line-height: 22px;
    font-family: 'Bender', serif;
    font-size: 17px;
}
/*.property__value-name:after {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    content: '';
    background: #cccccc;
}
.property__value-name:first-child:before {
    content: '';
}*/
.add-to-cart {
    position: relative;
    height: 42px;
    margin-top: 50px;
    display: none;
}
.add-to-cart__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/images/number_field_button.png') no-repeat 0 100%;
}
.add-to-cart__quantity {
    background: none;
    margin: 8px 0 8px 12px;
}
.add-to-cart__quantity:focus {
    background: none;
}
.add-to-cart__quantity-value {
    background: none;
}
.add-to-cart__quantity-value:focus {
    background: none;
}
.add-to-cart__buttons {
    display: inline-block;
    height: 42px;
    margin-left: 30px;
    vertical-align: middle;
}
.add-to-cart__buttons:hover ~ .add-to-cart__bg {
    background-position: 0 0;
}
.add-to-cart__buttons-add {
    position: relative;
    z-index: 2;
    display: inline-block;
    box-sizing: border-box;
    width: 160px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-weight: bold;
    line-height: 44px;
    font-family: 'Bender Black', serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}
.add-to-cart__buttons-add:hover {
    color: #fff;
}
.properties-list__property {
    border-top: 1px dashed #a9b4c6;
}
.properties-list__property:first-child {
    padding-top: 0;
    border-top: none;
}
.properties-list__property:last-child {
    padding-bottom: 0;
}
.product-property__title {
    display: inline-block;
    width: 400px;
    padding: 15px 0;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.product-property__value {
    display: inline-block;
    padding: 15px 0;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.easyzoom {
    display: inline-block;
    /*vertical-align: middle;*/
}
.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 560px;
    margin-top: 30px;
    border: 1px solid #a3a7a8;
    background: #ffffff;
}
.easyzoom-notice {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 250px;
    height: 40px;
    margin: auto;
    text-align: center;
    background: #ffffff;
    line-height: 40px;
}
.easyzoom.easyzoom--adjacent {
    position: relative;
    width: 100%;
}
.easyzoom.easyzoom--adjacent:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.025);
    mix-blend-mode: multiply;
}
.tied-elements-list__item {
    border-top: 1px dashed #a9b4c6;
}
.tied-elements-list__item:first-child {
    padding-top: 0;
    border-top: none;
}
.tied-elements-list__item:last-child {
    padding-bottom: 0;
}
.tied-element {
    padding: 15px 0;
}
.tied-element__image {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 25px;
    text-align: center;
    vertical-align: middle;
}
.tied-element__title {
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    vertical-align: middle;
    color: #19b5fe;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.recommendation__price {
    display: inline-block;
    height: 45px;
    vertical-align: middle;
    color: #2e3f51;
    font-weight: bold;
    line-height: 45px;
    font-family: 'Bender', serif;
    font-size: 14px;
}
.certificate__image {
    width: 50px;
    height: 70px;
}

.bx-retina .bx_item_detail.bx_blue .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_size ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt
{
    -webkit-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/provento/components/bitrix/catalog/tech/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}

.certificates-list {
    margin-bottom: 100px;
}
.certificates-list__pagenav {
    margin-bottom: 80px;
}
.certificates-list__pagenav .blog-page-title,
.certificates-list__pagenav .blog-vert-separator,
.certificates-list__pagenav .blog-page-next,
.certificates-list__pagenav .blog-page-previous {
    display: none;
}
.certificates-list__pagenav a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    color: #c9d2d9;
    border: 2px solid #ffffff;
    line-height: 36px;
    font-family: 'Bender', serif;
    font-size: 16px;
}
.certificates-list__pagenav a:hover {
    color: #0a2554;
}
.certificates-list__pagenav .blog-page-current {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #0a2554;
    border: 2px solid #e20429;
    line-height: 36px;
    font-family: 'Bender', serif;
    font-size: 16px;
}
.certificates-list-item {
    display: inline-block;
    width: 400px;
    padding: 90px 0 0;
    vertical-align: top;
}
.certificates-list-item__image {
    position: relative;
    display: inline-block;
    width: 136px;
    text-align: right;
    vertical-align: top;
}
.certificates-list-item__no-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 148px;
}
.certificates-list-item__no-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.certificates-list-item__no-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 148px;
    content: '';
    background: url('img/no-image.png');
}
.certificates-list-item__description {
    display: inline-block;
    margin-top: 5px;
    margin-left: 25px;
    vertical-align: top;
}
.certificates-list-item__mark {
    width: 41px;
    height: 41px;
}
.certificates-list-item__title {
    max-width: 200px;
    margin-top: 18px;
    font-family: 'Bender', serif;
    font-size: 18px;
}
.certificates-list-item__link {
    text-decoration: none;
    color: #18b6fd;
}
.certificates-list-item__announce {
    max-width: 230px;
    margin-top: 18px;
    font-size: 12px;
}

.actions-teaser {
    position: relative;
    width: 946px;
    height: 260px;
    margin-top: 37px;
    padding: 1px;
    background: url('img/frame_action.png');
}
.actions-teaser:first-child {
    margin-top: 0;
}
.actions-teaser:after {
    display: table;
    clear: both;
    content: '';
}
.actions-teaser__image {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 323px;
    height: 100%;
}
.actions-teaser__image img {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.actions-teaser__descr {
    position: relative;
    left: 323px;
    display: inline-block;
    box-sizing: border-box;
    width: 598px;
    height: 100%;
    margin-right: 13px;
    margin-left: 13px;
    padding: 27px 25px 55px;
    background: #ffffff;
}
.actions-teaser__date {
    color: #e00427;
    font-weight: bold;
    font-family: 'Bender', serif;
    font-size: 16px;
}
.actions-teaser__title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Bender', serif;
    font-size: 24px;
}
.actions-teaser__link {
    text-decoration: none;
    color: #000000;
}
.actions-teaser__link:hover {
    text-decoration: underline;
}
.actions-teaser__bottom {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    height: 23px;
}
.actions-teaser__benefit {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-left: 25px;
    font-family: 'Bender Black', serif;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #06a8f3;
}
.actions-teaser__benefit .old {
    text-decoration: line-through;
    font-family: 'Bender', serif;
    font-size: 24px;
    color: #959daa;
}
.actions-teaser__more {
    position: absolute;
    right: 120px;
    display: inline-block;
    height: 22px;
    padding: 0 15px;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
    border-radius: 15px;
    background: #e00427;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}
.actions {
    position: relative;
}
.actions__archive-link {
    position: absolute;
    top: 19px;
    right: 54px;
    text-decoration: none;
    color: #19b5ff;
    border-bottom: 1px solid #19b5ff;
    font-family: 'Bender Light', serif;
    font-size: 30px;
}
.actions__archive-link:hover {
    border-bottom: none;
}
.actions-list {
    margin-bottom: 64px;
}

.info-list {
    margin-bottom: 100px;
    margin-top: 40px;
}
.info-list-item {
    display: inline-block;
    width: 400px;
    padding: 83px 0 0 20px;
    vertical-align: top;
    background: url("img/doc.png") left top no-repeat;
    margin-bottom: 20px;
}
.info-list-item__title {
    font-family: 'Bender Black', serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #283138;
}
.info-list-item__date {
    color: #2c3d4f;
}
.info-list-item__link {
    color: #18b6fd;
    text-decoration: none;
}
.info-list-item__announce {
    margin-top: 10px;
    font-size: 12px;
}
.info-list-item__control-links {
    margin-top: 20px;
}
.info-list-item__control-link {
    font-size: 12px;
}
.info-list-item__control-link_more {
    color: #e60429;
}
.info-list-item__control-link_more + .info-list-item__control-link_download {
    margin-left: 30px;
}
.info-list-item__control-link_download {
    color: #a2a6a7;
}

.increment-block {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: left;
    width: 65px;
    height: 42px;
    vertical-align: middle;
}
.increment-block__button {
    position: absolute;
    left: 28px;
    display: block;
    width: 17px;
    height: 15px;
    text-align: center;
    text-decoration: none;
    outline: 0;
}
.increment-block__button:after {
    position: absolute;
    left: 0;
    width: 9px;
    height: 3px;
    content: '';
    background: url('img/select_arrows.png') no-repeat;
}
.increment-block__button_add {
    top: -15px;
}
.increment-block__button_add:after {
    top: 7px;
}
.increment-block__button_add:hover {
    background-position: 100% 0;
}
.increment-block__button_remove {
    bottom: -15px;
}
.increment-block__button_remove:after {
    top: 5px;
    background-position: 0 100%;
}
.increment-block__button_remove:hover:after {
    background-position: 100% 100%;
}
.increment-block__button:focus ~ .add-to-cart__bg {
    background-position: 0 0;
}
.increment-block__value {
    display: block;
    box-sizing: border-box;
    width: 65px;
    height: 42px;
    padding: 0 9px;
    text-align: center;
    border: none;
    background: transparent;
    line-height: 42px;
    vertical-align: middle;
    background: url('img/frame_1.png') no-repeat 0 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.increment-block__value:focus {
    background-position: 0 0;
}

.provento-form__content .provento-form__item:nth-child(8) {
    display: none;
}

div.provento-menu {
    display: inline-block;
    width: 100%;
    background: #2D3E50;
}
div.provento-menu ul {
    width: 948px;
    margin: 0 auto;
}

div.provento-menu ul li {
    float: left;
}

div.provento-menu ul li:nth-child(1) {
    padding-left: 0;
}

div.provento-menu ul li a {
    color: #FFF;
}

.provento-gate {
    margin-top: 30px;
}

.item_current_price {
    position: relative;
    display: inline-block;
    margin-top: 52px;
    text-decoration: none;
    color: #19b5fe;
    border-bottom: 1px dashed #19b5fe;
    font-family: 'Bender Light', serif;
    font-size: 25px;
}

form.price-form {
    position: fixed;
    width:350px;
    position:fixed;
    left:48%;
    top:43%;
    margin:-100px 0 0 -150px;
    display: inline-block;
    background: #FFF;
    z-index: 201;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

form.price-form {
    display: none;
}

form.price-form input {
    display: inline-block;
}

form.price-form input[type="text"] {
    width: 94%;
    margin-bottom: 15px;
    padding: 5px 5px;
}

form.price-form input[type="submit"] {
    background: #19b5fe;
    border: none;
    font-family: 'Bender', serif;
    padding: 0 13px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    height: 32px;
    line-height: 33px;
    box-sizing: border-box;
    z-index: 3;
}

form.price-form .close {
    background: url("img/cl.png") no-repeat;
    width: 33px;
    height: 32px;
    position: absolute;
    right: -17px;
    top: -17px;
    cursor: pointer;
}

.price-form-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
}

.pr-active {
    border: 2px solid #70D1FE;
}

.pr-active .property__value-name:after {
    display: none;
}

.error {
    border: 1px solid red;
    background: #FEE3E3;
}

.price-form-success {
    width: 95%;
    border: 2px solid green;
    padding: 5px;
    color: green;
    font-size: 14px;
    display: none;
    margin-top: 44px;
    font-weight: bold;
}

.item_info_section {
    /*display: none;*/
}

.chars-table td,
.chars-table th {
    padding: 5px;
    text-align: center;
}

.chars-table th {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.chars-table td {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.pr-buy {
    position: absolute;
    left: 109px;
    top: 13px;
    z-index: 2;
    display: inline-block;
    box-sizing: border-box;
    width: 160px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-weight: bold;
    line-height: 44px;
    font-family: 'Bender Black', serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #19B5FE;
    cursor: pointer;
    display: none;
}

table.chars-table {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
}

table.chars-table th,
table.chars-table tr,
table.chars-table td {
    border-color: #CCCCCC;
}

.form-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.form-h {
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.form-chars {
    font-size: 14px;
}

.form-price {
    float: left;
    padding: 7px 0 5px 15px;
}

input[name="price_form_submit"] {
    float: left;
}

span.form-char {
    font-weight: bold;
}

.to-cart-box {
    display: none;
}

.buy-box {
    position: relative;
}

.buy-box {
    width: 89px;
}

.chars-table-box {
    background: url("img/texture_slider_230_45.png") repeat;
    padding: 3px;
}

.bl-tabs__controller__item:nth-child(2) {
    display: none;
}

.product__offers {
    display: none;
}