<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/css/check-coupon-price.css?17367868572806*/
.sale-prices {
    width: 100%;
    display: flex;
    margin-top: 5px;
}
.sale-prices__single {
    display: inline-block;
    border: 1px solid #4a8ac1;
    border-radius: 4px;
    padding: 7px 10px;
    width: 201px;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    transition: 0.15s;
}
.sale-prices__single:first-child {
    margin-right: 20px;
}
.sale-prices__single .header {
    font-size: 12px;
    color: #4a8ac1;
    font-weight: bold;
    text-align: center;
}
.sale-prices__single .header.red {
    font-size: 14px;
    color: #fe3131;
    text-align: center;
}
.sale-prices__single .header__big {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: red;
    padding: 3px 5px 2px;
    font-size: .9em;
    text-align: center;
    border-radius: 2px;
    font-family: "Roboto";
}
.sale-price__code::-webkit-input-placeholder {
    color: #d6d6d6;
}
.sale-price__code::-moz-placeholder {
    color: #d6d6d6;
}
.sale-prices .vip-price_button {
    margin-top: 0;
    margin-right: 30px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    color: #4b8ab6;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: #fff;
    line-height: 24px;
    vertical-align: baseline;
    padding: 0px 6px;
    border: 1px solid;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: width 0.3s;
}
.vip-price_button.clicked {
    height: auto;
}
.sale-prices__single .header__big.header__big--yellow {
    background-color: #fdcc27;
    color: #000000;
}
.sale-prices__hidden {
    margin-top: 8px;
}
.sale-prices__hidden .link {
    color: #83c731;
    font-size: 12px;
    text-decoration-style: dashed;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 4px;
}
.sale-prices__hidden .footer-text {
    color: #9bacb9;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.sale-prices__button-container {
    text-align: center;
}
.sale-prices__button-container .submit-discount {
    margin-top: 10px;
    margin-bottom: 10
}
.sale-prices__hidden, .success-discount, .fail-discount {
    display: none;
}
.sale-prices__hidden input {
    width: 100%;
    padding: 2px 5px;
    border: 1px solid #4a8ac1;
    box-sizing: border-box;
}
.success-discount {
    margin-top: 15px;
}

@media (max-width: 1115px) {
    .sale-prices .vip-price_button {
        text-align: center;
        padding: 0px 2px 5px 2px;
        line-height: 20px;
    }
    .sale-prices__single {
        line-height: 18px;
        width: auto;
        padding: 6px;
    }
    .item .price-and-basket {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/css/categories.css?16939022812511*/
.af-categories {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 0 5px 0;
    position: relative;
}

.af-categories:before,
.af-categories:after {
    content: '';
    width: 160px;
    height: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background: #0094E7;
}

.af-categories:after {
    top: auto;
    bottom: 0;
}

.af-categories-single {
    width: 98px;
    text-align: center;
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #2C2C2C;
    font-size: 12px;
    font-family: 'Roboto';
    margin: 0 5px 30px;
}

.af-categories-single small {
    color: #838383;
}

.af-categories-single.active:before {
    content: '';
    width: 70px;
    height: 70px;
    background: #0094E7;
    position: absolute;
    border-radius: 100%;
    left: 13px;
    top: -3px;
    z-index: -1;
    transition: 0.3s;
}

.af-categories-single img {
    height: 66px;
    object-fit: scale-down;
    width: 100%;
}

.af-partners {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    height: 70px;
    box-sizing: border-box;
    overflow: hidden;
}

.af-partners__active {
    height: auto;
}

.af-partners-single {
    width: 126px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.af-partners-single a {
    display: block;
    height: 100%;
}

.af-partners-single img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.af-partners__container {
    justify-content: center;
}

.af-partners-btn {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #0094E7;
    letter-spacing: 0.05em;
    background: transparent;
    border: 1px solid #0094E7;
    padding: 9px 31px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.af-partners-btn:hover {
    background: #0094E7;
    color: #ffffff;
}

.af-categories-title {
    margin-top: 5px;
}

/* End */


/* Start:/local/js/libs/fancybox/3.5.7/jquery.fancybox.min.css?156464899512802*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0 auto;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:2px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* End */


/* Start:/local/js/libs/codemirror/codemirror.css?14802457676519*/
/* BASICS */

.div-input-text .CodeMirror {
    height: 20px !important;
}

.CodeMirror {
    /* Set height, width, borders, and global font properties here */
    font-family: monospace;
    height: 89px;
    padding: 2px 0;
    background: #F6F6F6 !important;
    font-size: 13px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
  cursor: text;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
  z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
  z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}

.cm-tab { display: inline-block; }

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px; padding-right: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-code pre {
  border-right: 30px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CodeMirror-wrap .CodeMirror-code pre {
  border-right: none;
  width: auto;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }

.cm-searching {
  background: #FF6F6F;
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}

.bx-core-dialog-content .error {
    font-size: 13px;
    padding-bottom: 8px;
}

.bx-core-dialog-head {margin-bottom: 5px !important}
/* End */


/* Start:/local/css/catalog-n.css?16714375515321*/
/* ROBOTO 700 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}

/* ROBOTO 500 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}

/* ROBOTO 400 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

@keyframes opacitied {
    from {opacity: 0;}
    25% {opacity: .25;}
    50% {opacity: .50;}
    75% {opacity: .75;}
    to {opacity: 1;}
}

.css-catalog-controls {font-size: 11px;margin-bottom: 8px;}
.css-catalog-controls.--bottom-offet {margin-bottom: 30px;}
.css-catalog-controls.css-controls-last {margin-bottom: 20px !important;}
.css-catalog-navLine::after {display:block;content:"";clear:both;}
.css-catalog-navLine:after {display:block;content:"";clear:both;}
.css-catalog-navLine span {font-weight: bold}
.css-catalog-leftBlock {float: left;height: 21px;position:absolute;}
.css-catalog-rightBlock {float: right;height: 21px;}
.css-catalog-mr {margin-right: 20px}

.css-catalog-not-found-phrase {font-size: 14px}
.css-catalog-not-found-phrase a {color: #4b8ab6}

.af-catalog-additionals {
    display: flex;
    width: 750px;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    justify-content: flex-start;
    align-items: center;
}
.af-catalog-additionals .af-additionals-image {
    display: block;
    width: auto;
    height: 130px;
    margin-right: 20px;
}
.af-catalog-additionals .af-additionals-information {
    display: block;
}
.af-catalog-additionals .af-additionals-title {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #0F74D1;
    margin: 0 0 10px;
}
.af-catalog-additionals .af-additionals-description {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #222222;
    margin: 0 0 20px;
}
.af-catalog-additionals .af-additionals-buttons {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.af-catalog-additionals .af-button {
    margin-right: 20px;
}

.c-css-refresh {display: none;background: url(/local/img/filter-go.png) no-repeat 100% 50%;width: 18px;height: 15px;position: absolute;top: 3px;cursor: pointer;right: 3px}
.c-css-price-wrapper {position: relative;display: inline-block}
.c-css-price-filter {
    width:60px;
    padding: 1px 25px 1px 2px;
    border-width: 1px;
    border-style: inset;
    border-color: rgb(133, 133, 133);
    box-sizing: content-box;
    line-height: 1.7em;
}
.c-css-sort-select {height: 21px}

.css-availability-filter {
    display:inline-block;
    color:#1E1E1E !important;
    padding: 2px 6px 2px 6px;
    padding-left: 6px !important;
    text-decoration:none;
    vertical-align:middle;
    line-height:12px !important;
    z-index:10;
    position:relative;
    background-color: #e9e9e9;
    border: 1px #dddddd solid;
}
.css-availability-checkbox {
    display: inline-block;
    height: 12px;
    color: #1E1E1E;
    vertical-align: middle;
    line-height: 12px;
    z-index:10;
    position:relative;
    cursor: pointer;
    margin: 0 0 0 4px;
}

/* End */


/* Start:/local/css/catalog.css?173236058228559*/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Black"), local("Roboto-Black"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

@-webkit-keyframes animate-icon {
    0% {
        transform: scale3d(1, 1, 1);
    }
    25% {
        transform: scale3d(1.3, 1.3, 1);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
    75% {
        transform: scale3d(1.3, 1.3, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes animate-icon {
    0% {
        transform: scale3d(1, 1, 1);
    }
    25% {
        transform: scale3d(1.3, 1.3, 1);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
    75% {
        transform: scale3d(1.3, 1.3, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.clear {
    height: 0;
    clear: both;
}
.mTop5 {
    margin-top: 5px;
}
.mTop20 {
    margin-top: 20px;
}
.code {
    color: #848282;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}
.code-block {
    height: 16px;
    margin-bottom: 7px;
}
.code-block .article,
.code-block .place-review {
    float: left;
    margin-top: 3px;
}
.code-block .place-review a {
    text-decoration: underline;
    color: #848282;
}
.code-block .place-review a:hover {
    color: #4b8ab6;
}
.code-block .stars {
    float: right;
}
.code-block .stars-wrapper {
    float: left;
    margin-right: 10px;
}
.code-block .stars-wrapper span {
    display: block;
    float: left;
}
.buyif-wrap {
    float: right;
    position: relative;
    z-index: 2;
}
.price {
    font-size: 12px;
    font-weight: 700;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.price table {
    border-collapse: collapse;
}
.price td {
    padding: 0;
    vertical-align: middle;
}
.price .right {
    text-align: right;
}
.price .base {
    color: #ff6000;
}
.price .discount,
.price .cur-price {
    color: #ff0000;
}
.price .base,
.price .discount {
    margin-right: 7px;
}
.price .cur-price {
    margin-right: 4px;
}
.price label {
    color: #4b8ac2;
    padding-right: 4px;
}
.price .num {
    font-size: 14px;
    position: relative;
}
.price .base div {
    display: inline-block;
}
.price .old .num:after {
    content: "";
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #ff6000;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    left: 0;
}
.price .old .num s {
    text-decoration: inherit;
}
.price .dec {
    font-size: 10px !important;
}
.price .curprice__info {
    position: relative;
    background-image: url(/local/img/price-info.svg);
    width: 17px;
    height: 17px;
    vertical-align: top;
}

.price .curprice__info:hover:after {
    white-space: pre;
    position: absolute;
    content: attr(data-info);
    top: 25px;
    left: -150px;
    width: max-content;
    max-width: 400px;
    padding: 8px;
    text-align: left;
    background-color: white;
    color: #4D4D4D;
    font-weight: 400;
    z-index: 10;
    border: 1px solid #4b8ab6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 5px -1px;
}
.css-big-bata .oldprice .base {
    color: #555 !important;
    font-weight: 400 !important;
}
.css-big-bata .old .num:after {
    border-top: 1px solid #555 !important;
}
.css-big-bata.history {
    line-height: 1 !important;
    padding-top: 0 !important;
    margin-bottom: 20px;
}

/* ACTIONS */
.goods-list .item.item-wrapper .price-and-basket {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.goods-list .item.item-wrapper .price {
    width: calc(100% - 220px);
    margin-top: 8px;
    margin-right: auto;
}
.goods-list .item.item-wrapper .item-actions {
    display: flex;
    width: 220px;
    height: auto;
    padding: 0;
    margin: 8px 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}
.goods-list .item.item-wrapper .item-basket {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 8px;
    position: relative;
}
.goods-list .item.item-wrapper .item-basket::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    align-self: flex-start;
}
.goods-list .item.item-wrapper .item-basket:not(.adding)::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/local/img/assets/basket.svg");
}
.goods-list .item.item-wrapper .item-basket:not(.adding)::after {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background-size: 100% auto;
	background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/img/assets/plus.svg");
    position: absolute;
    left: 17px;
    top: 16px;
    transform-origin: center;
    transform-style: preserve-3d;
}
.goods-list .item.item-wrapper .item-basket:not(.adding):not(.added):not(.changed):hover::after,
.goods-list .item.item-wrapper .item-basket.added.changed:not(.adding):hover::after {
    -webkit-animation: animate-icon 500ms ease-in;
            animation: animate-icon 500ms ease-in;
}
.goods-list .item.item-wrapper .item-basket.added:not(.adding):not(.changed)::after {
    background-image: url("/local/img/assets/mark.svg");
}
.goods-list .item.item-wrapper .item-basket.adding::before {
    position: relative;
    z-index: 2;
    background-image: url("/local/img/preloader-micro.gif");
}
.goods-list .item.item-wrapper .item-basket.adding::after {
    content: attr(data-adding);
    display: flex;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #222222;
    padding-right: 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.goods-list .item.item-wrapper .item-quantity {
    display: block;
    width: 40px;
    min-height: 28px;
    height: auto;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1;
    text-align: right;
    font-weight: 400;
    color: #222222;
    margin: 0 6px 0 0;
    padding: 4px;
    outline: none;
    border: 1px solid #c1c5c8;
    box-sizing: border-box;
    align-self: flex-end;
    margin-left: auto;
    background-color: #ffffff;
    box-shadow: inset 2px 2px 2px -1px rgb(180 188 191 / 50%);
}
.goods-list .item.item-wrapper .item-measure {
    color: #848282;
    font-size: 12px;
    margin-right: 146px;
    margin-bottom: 10px;
    line-height: 10px;
}
.goods-list .item.item-wrapper .item-buttons {
    display: block;
    width: auto;
    max-width: calc(100% - 82px);
    height: auto;
    align-self: flex-end;
    margin-left: auto;
}
.goods-list .item.item-wrapper .af-button {
    height: 28px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    border-radius: 3px;
}
.goods-list .item.item-wrapper .af-button.af-button__buy,
.basket .adding-wrap a.af-button__buy {
    display: flex;
    color: #ffffff !important;
    border: 0;
}
.goods-list .item.item-wrapper .af-button.af-button__proceed,
.basket .adding-wrap.added a.af-button__proceed {
    display: flex;
    color: #222222 !important;
}
.goods-list .item.item-wrapper .af-button.af-button__update,
.basket .adding-wrap.added.changed a.af-button__update {
    display: flex;
    color: #ffffff !important;
    border: 0;
}
.goods-list .item.item-wrapper .css-tinkoff-info,
#content .main .goods-list .item.item-wrapper .css-tinkoff-info {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1;
    text-align: right;
    font-weight: 400;
    color: #0F74D1;
    text-decoration: none;
    padding: 2px 0 2px 20px;
    float: none;
}
.goods-list .item.item-wrapper .css-tinkoff-info:hover,
#content .main .goods-list .item.item-wrapper .css-tinkoff-info:hover {
    color: #0A65B9
}
.goods-list .item.item-wrapper .item-basket.added .af-button__buy,
.goods-list .item.item-wrapper .item-basket.added.changed .af-button__buy,
.goods-list .item.item-wrapper .item-basket.added.changed .af-button__proceed,
.goods-list .item.item-wrapper .item-basket.added:not(.changed) .af-button__buy,
.goods-list .item.item-wrapper .item-basket.added:not(.changed) .af-button__update,
.goods-list .item.item-wrapper .item-basket.changed:not(.added) .af-button__update,
.goods-list .item.item-wrapper .item-basket.changed:not(.added) .af-button__proceed,
.goods-list .item.item-wrapper .item-basket:not(.added):not(.changed) .af-button__update,
.goods-list .item.item-wrapper .item-basket:not(.added):not(.changed) .af-button__proceed {
    display: none;
}

/* Styles for ie6 */
* html .price-and-basket {
    width: 95%;
}
* html .price-and-basket .price {
    width: 90%;
}
/* контент карточки */
.specifications {
    font-size: 12px;
    padding-bottom: 2px;
}
.specifications table {
    border-collapse: collapse;
}
.stSpecTitle {
    display: -moz-inline-stack;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100%;
    _width: 99%;
    text-indent: 0;
    position: relative;
    /* общее */
    color: #222222;
}
.specifications .fntSpecBig span {
    font: 12px Tahoma, Geneva, sans-serif;
}
.specifications .fntSpecBig .tab_link {
    font-size: 12px;
    font-weight: 700;
}
.specifications .l-descr-side {
    width: 47%;
    float: left;
    padding: 0 0 5px 15px;
}
.specifications .r-descr-side {
    width: 47%;
    float: left;
    padding: 0 5px 5px 0;
}
.specifications .content {
    margin-left: 10px;
}
.specifications .content .data-sheets .title {
    position: relative;
}
.specifications .content .data-sheets .title:after {
    content: "";
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #dcdfe2;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 1;
}
.specifications .content .data-sheets .title span {
    background: #fff;
    color: #2d2d2d;
    padding-right: 3px;
    position: relative;
    z-index: 10;
}
.specifications .content .data {
    display: -moz-iline-stack;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100%;
}
.specifications .content .name {
    color: #485e6d;
    white-space: nowrap;
}
.specifications .bug-link {
    float: right;
}
.specifications .bug-link a,
.specifications .opinion {
    font-size: 11px;
    color: #848282 !important;
    text-decoration: underline !important;
}
.specifications .bug-link a:hover,
.specifications .opinion:hover {
    color: #4b8ab6;
}
.sliderWrap .title {
    background: url("data:image/gif;base64,R0lGODlhFQAHAJECAMzMzAAAAP///wAAACH5BAEAAAIALAAAAAAVAAcAAAIeVISpCWuXgpwHNDUxRfaiHUlMF0KYQoaOYy3myiwFADs=") no-repeat 0 50%;
}
.sliderWrap.emptyR .title {
    color: #ccc;
    background-position: -14px;
}
.sliderWrap .title.active {
    background-position: -7px;
}
.specifications .opinion-wrapper {
    float: right;
}
/* списки */
.item .name a {
    color: #4b8ab6 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.item .name a:hover {
    text-decoration: underline;
}
.item .name span {
    color: #4b8ab6;
    font-size: 14px;
    cursor: help;
}
.more-item .item .code,
.list-section-block .item .code,
.search-page .item .code {
    margin-top: 5px;
}
.list-section-block .item .code.chain {
    margin-top: 1px;
}
.list-section-block .item .code .css-list-section-chain {
    color: #848282;
    text-decoration: none;
}
.list-section-block .item .code .css-list-section-chain:hover {
    text-decoration: underline;
}
.more-item .item .price-and-basket {
    margin: 5px 0;
}
.available .price-var {
    color: #ff6000;
    border-bottom: 1px dashed #ff6000;
}
.analogs-list li {
    border-top: 1px solid #dcdfe2;
    padding: 5px 0;
}
.analogs-list .first {
    border-top: none;
    padding-top: 0;
}
.analogs-list .last {
    padding-bottom: 0;
}
.analogs-list .price {
    padding-top: 0;
}
.analogs-list .analog-l-side {
    float: left;
}
.analogs-list .analog-r-side {
    margin-left: 70px;
}
.analog-popup {
    display: none;
    border-radius: 4px;
    background: #fff;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 550px;
    box-shadow: 0 0 5px #4B8AB6;
    border: 2px solid #4B8AB6;
}
.analog-popup .price-and-basket {
    margin-bottom: 0;
}
.analog-popup .popup-close {
    text-align: right;
    float: right;
    font-size: 11px
}
.analog-popup .popup-close a {
    cursor: pointer;
}
.analog-popup .popup-close a:hover span {
    background-position: 0 -10px;
}
.analog-popup .popup-close span {
    background: url('/local/img/popup-close.png') 0 0 no-repeat;
    height: 10px;
    min-height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    _height: 10px;
    width: 10px;
}
/* печать в каталоге */
.img-wrapper {
    position: relative;
    float: left;
}
.img-print {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.popup.img-print {
    display: block;
    right: 15px;
    bottom: 15px;
    z-index: 10000;
}

/* лупа в списке */
.gallery-h {
    position: relative;
    display: block;
}
.gallery-h .enlarge {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* контейнеры списка */
.image-wrapper {
    position: relative;
}
.image-wrapper::after {
    display: block;
    content: "";
    clear: both;
}
.image-wrapper:after {
    display: block;
    content: "";
    clear: both;
}
.reviews-line {
    position: relative;
}
.reviews-line .r-count {
    padding-left: 10px;
    vertical-align: bottom;
}
.reviews-line .opinion-wrapper,
.reviews-line .op {
    position: absolute;
    bottom: 0;
    right: 0;
}
.reviews-line .tab_link {
    float: left;
}
.discounted {
    cursor: default;
    display: block;
    position: absolute;
    width: 39px;
    height: 39px;
    right: 0;
    background: url('/local/img/percent.png');
    z-index: 1;
}
/* new detail item */
.specifications .content .n {
    padding-left: 15px;
}
.specifications .data-sheets {
    width: 100%;
    margin-bottom: 5px;
}
/* reviews */
.rev-star-block {
    border: 0;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.blockTitleWrap .star-line-wrapper {
    float: left;
    position: relative;
}
.star-line {
    background: url(/local/img/star_none_16.png) repeat-x;
    width: 80px;
    height: 16px;
    position: absolute;
    top: -1px;
}
.star-line div {
    background: url(/local/img/voted_16.png) repeat-x;
    height: 16px;
}
.star-line-inner-1 {
    width: 16px;
}
.star-line-inner-2 {
    width: 32px;
}
.star-line-inner-3 {
    width: 48px;
}
.star-line-inner-4 {
    width: 64px;
}
.star-line-inner-5 {
    width: 80px;
}
.star-line-wrapper.normal {
    margin-bottom: 5px;
}
.star-line-wrapper.normal .star-line {
    position: inherit;
    top: 0;
}
.single-review::after {
    display: block;
    content: "";
    clear: both;
}
.single-review:after {
    display: block;
    content: "";
    clear: both;
}
.single-review {
    margin-top: 7px;
    position: relative;
    padding-bottom: 7px;
}
.single-review .date {
    position: relative;
    right: 0;
    text-align: right;
    top: 7px;
    float: right;
}
.single-review .markName {
    float: left;
    width: 150px;
}
.single-review .opinion_part .name {
    font-weight: 700;
}
.single-review.nLine:after {
    content: "";
    background-color: transparent;
    display: block;
    height: 1px;
    border-bottom: 1px solid #dcdfe2;
    position: absolute;
    width: 30%;
    left: 35%;
    z-index: 1;
    bottom: 0;
}
.specifications.reviews-line {
    margin-bottom: 10px;
}
.line-after {
    padding-bottom: 5px;
}
.line-after:after {
    content: "";
    background-color: transparent;
    display: block;
    height: 1px;
    border-bottom: 1px solid #dcdfe2;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 0;
}
.compare-form {
    float: left;
}
.list-css-sortsettings {
    margin-left: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.list-css-allstore {
    height: 16px;
    display: block;
    text-decoration: none;
    color: #1e1e1e;
    padding: 1px 0 0 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAb1BMVEUAAABZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVnPQ0XkAAAAJHRSTlMA+gjH9M6GR+jep4JLMxN2LyLy0sC1l5F9XVZROCcZDbx6Yju6TnlVAAAAmElEQVQY00WOWRKDIBAFB2QVRKPGNZrt3f+MQSFl/0xVf7xp4s0g9U4XN0QcXZQYZiurS1i2kBSeeLUl8UDbQREFY5tTBGUwuXKugfFz14eqfBxiDBAM/ZNOFgEUEoDPrx1jE+eKob6duwwo4uU90B7ia5KgArB00DgBFcII1Llw/Y9qShTIvHgSulzfgPIxLMNpN91GMesH3zgMB13KBjoAAAAASUVORK5CYII=') no-repeat;
}
.list-css-allstore-txt {
    border-bottom: 1px dashed;
    font-size: 11px;
}
.list-css-allstore:hover .list-css-allstore-txt {
    color: #4b8ab6;
}
.list-css-allstore-popup {
    margin-left: -85px;
    left: 50%;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    width: 155px;
    padding: 10px 10px 8px 6px !important;
    outline: none;
    font-weight: 400;
}
.list-css-allstore-popup input {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 9px 3px 4px;
}
.list-css-allstore-popup:after,
.list-css-allstore-popup:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.list-css-allstore-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}
.list-css-allstore-popup:before {
    border-color: rgba(75, 138, 182, 0);
    border-bottom-color: #4B8AB6;
    border-width: 8px;
    margin-left: -8px;
}
.slider2title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
/*Кнопка: показать цену по VIP-карте*/
.price__block {
    line-height: 20px;
}
.vip-price_button {
    display: inline-block;
    overflow: hidden;
    color: #4b8ab6;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    line-height: 24px;
    vertical-align: baseline;
    padding: 0px 6px;
    margin-top: 6px;
    border: 1px solid;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: width 0.3s;
}
.vip-price_button.clicked {
    cursor: default;
    margin-bottom: 6px;
}
.vip-price_icon {
    display: inline-block;
    width: 32px;
    height: 18px;
    position: relative;
    top: 4px;
    background: url('/local/img/common-icons/vipcard_icon.svg');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}
.vip-price_value-block {
    display: none;
}
.vip-price_value {
    font-size: 15px;
    color: red;
    text-align: center;
}
.vip-price_value .dec {
    font-size: .65em;
}
.vip-price_value-txt {
    transition: opacity 0.3s;
}
.vip-price_value-txt::before {
    content: 'Цена по VIP-карте';
    position: absolute;
    line-height: 28px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    vertical-align: bottom;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
    z-index: 10;
    left: 0;
    top: -24px;
    transition: top 300ms;
}
.vip-price_value-txt.shown::before {
    top: 0;
    transition: top 300ms;
}
.vip-price_addVIP {
    line-height: 16px;
    padding-bottom: 3px;
    text-align: center;
}
.vip-price_button .add2basket {
    color: #6bbc02;
    border-bottom: 1px dashed #6bbc02;
}
.vip-price_button .add2basket * {
    pointer-events: none;
}
.vipcardprice {
    font-size: 0.94em;
    margin-top: 2px;
    color: #7d93a2;
}
.css-section-title {
    display: flex;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #222222;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.css-section-title .admin-section {
    padding-left: 5px;
}
.admin-section .admin-section-images {
    margin: 0 !important;
    padding: 0 !important;
    width: 14px;
    height: 14px;
}
.af-label__catalog-promo {
    display: flex;
    width: auto;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
    padding: 4px 8px 3px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #0F74D1;
}
.css-section-hr {
    height: 1px;
    border-width: 0;
    border-top: 1px solid #e7e7e7;
    margin-top: 0;
    margin-bottom: 14px;
}
.cat-tile3d-button {
    position: relative;
    float: right;
    padding: 0px 0px 0px 10px;
    line-height: 32px;
    text-align: center;
}
.cat-tile3d-button a {
    color: #3a8ed8;
    font-size: 11px;
    font-weight: 700;
    vertical-align: top;
}
.cat-tile3d-button a * {
    display: inline-block;
}
.cat-tile3d-button a span {
    line-height: 16px;
    padding-right: 6px;
    text-align: right;
    text-decoration: underline;
}
.cat-tile3d-button a img {
    float: right;
}
.quantity_info a {
    font-style: italic !important;
    color: #4b8ab6 !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #4b8ab6;
}
@media screen and (max-width: 1050px) {
    .cat-tile3d-button {
        position: absolute;
        float: none;
        margin-top: 185px;
        margin-left: -165px;
    }
}
.no-src.lazyload,
.no-src.lazyloading {
    opacity: 0;
}
.no-src.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
.blur-up {
    -webkit-filter: blur(.9px);
    filter: blur(.9px);
}
.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}
.fancybox-thumbs&gt;ul {
    margin: 0 auto;
}
.fancybox-thumbs&gt;ul&gt;li:before {
    border-width: 2px !important;
}
.normal-size {
    font-size: 12px;
}
.td-row {
    display: flex;
}
@media (max-width: 1553px) {
    .td-row {
        flex-direction: column;
        margin-right: 10px;
    }
}

/* CATEGORY PAGE INFORMATION */
.text.after-list {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px;
}
.text.after-list h1 {
    font-size: 24px;
    line-height: 1.33;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px;
}
.text.after-list h2 {
    font-size: 20px;
    line-height: 1.33;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 8px;
}
.text.after-list a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    color: #0f74d1;
    font-family: 'Roboto', sans-serif !important;
}
.text.after-list p {
    display: block;
    font-size: 12px;
    line-height: 1.33;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px;
}
.text.after-list ul {
    margin: 0 0 16px;
    list-style-type: disc;
    list-style-position: inside;
}
.text.after-list li {
    font-size: 12px;
    line-height: 1.33;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin:0 0 8px;
}

/* СОПУТСТВУЮЩИЕ ТОВАРЫ */
.more-item .quantity {
    box-sizing: border-box;
    padding: 4px;
    outline: none;
    border: 1px solid #c1c5c8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
    color: #222222;
    vertical-align: middle;
    font-size: 13px;
    height: auto;
    width: 38px;
    margin: 1px 3px 2px 0;
    text-align: right;
}
.more-item .css-measure .quantity {
    width: 57px;
}
.more-item .price-and-basket {
    display: -moz-inline-stack;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100%;
    margin: 8px 0 0;
}
.more-item .price-and-basket .basket {
    float: right;
    text-align: right;
    position: relative;
    margin-left: 30px;
}
.more-item .price-and-basket .basket.css-measure {
    width: 182px;
}
.more-item .price-and-basket .basket .add2basket {
    font-family: 'Roboto', sans-serif;
    color: #6bbc02;
    text-decoration: none;
    border-bottom: 1px dashed #6bbc02;
}
.more-item .price-and-basket .basket .go {
    color: #ff6000;
}
.more-item .price-and-basket .basket .img {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -13px;
}
.more-item .basket .adding-wrap {
    padding-top: 1px;
    text-align: left;
}
.more-item .basket .adding-wrap span {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    position: relative;
    float: right;
    padding-top: 6px;
}
.more-item .basket .adding-wrap.adding span {
    padding-left: 20px;
}
.more-item .basket .adding-wrap.adding span img {
    position: absolute;
    top: -1px;
    left: 0;
}
.more-item .basket .adding-wrap.adding,
.more-item .basket .adding-wrap.adding a {
    color: #4b8ab6 !important;
}
.more-item .basket .adding-wrap.added a {
    color: #ff6000 !important;
}
.more-item .basket .adding-wrap.added .quantity_info a {
    color: #4b8ab6 !important;
}
.more-item .basket .adding-wrap.added .add2basket {
    display: none;
}
.more-item .basket .adding-wrap.added .go {
    display: inherit;
}
.more-item .basket .adding-wrap.added.changed .add2basket {
    display: inherit;
    border-bottom: 1px dashed #ff6000;
}
.more-item .basket .adding-wrap.added.changed .go {
    display: none;
}
.more-item .basket .adding {
    color: #4b8ab6 !important;
}
.more-item .basket .adding a {
    display: none;
}

/* End */


/* Start:/local/css/catalog-bonus.css?16789551551037*/
.price__bonuses {
    display: flex;
    background: #FAFAFA;
    border-radius: 5px;
    min-width: 200px;
}

.price__bonuses__default {
    align-items: center;
    padding: 5px 10px;
    margin-left: 10px;
}

.price__bonus {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.price__bonus p {
    font-size: 14px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
}

.price__bonus .price__bonus__percent {
    font-size: 10px;
    margin-left: 5px;
}

.price__bonus:before {
    content: '';
    background: url("/local/img/assets/ruble.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -3px;
}

.price__bonuses__default .price__bonus:before {
    top: -2px;
}

.price__bonus.element-bonus:before {
    top: 5px;
}

.card-discount-restriction {
    color: #ff0000;
}

.not-visible {
    display: none !important;
}

@media (max-width: 1553px) {
    .price__bonus p {
        margin-top: 5px;
    }
    .price__bonus:before {
        top: 3px;
    }
}

/* End */


/* Start:/local/css/store.css?16533933613185*/
.el-css-onstore {color: #4b8ab6 !important; border-bottom: 1px dashed #4b8ab6;text-decoration: none !important}
.el-css-onstore-popup {top: 30px;opacity: 0;visibility: hidden; padding: 10px 10px 8px !important;outline: none; width: 230px;}
.market-warning-wrapper .el-css-onstore-popup { width: 850px !important;max-width: 850px !important;}
.el-js-onstore-hide-popup {display: none}
.el-css-stockline {position: relative;padding-bottom: 2px;line-height: normal;margin-bottom:2px;}
.el-css-stockline:after {content: "";background-color: transparent;display: block;height: 1px;border-top: 1px dashed #dcdfe2;position: absolute;top: 50%;width: 100%;left: 0;z-index: 1;}
.el-css-stockline span {position: relative;z-index: 10; font-size: 12px;background-color: #fff;}
.el-css-stockline-name {
    padding-right: 5px;
    background: url("/local/img/common-icons/phone_icon_store.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 21px;
    padding-bottom: 4px;
}
.el-css-stockline-name.av {
    font-weight: bold;
}
.el-css-stockline-name.es {
    background-image: none;
    padding-left: 0px;
}
.el-css-stockline-val {padding-left: 5px;float:right}
.el-css-stockline-val span {color: #ccc}
.tooltip-shops .el-css-stockline-val span.blue {text-shadow: none;}
.el-css-signpadding .el-css-stockline-val .noSign {padding-left: 10px}
.el-css-storedescr {font-size: 11px; font-style: italic; padding-top: 15px;}
.el-css-storeclose {text-align: right;padding-top: 5px}
.el-css-storeclose a {color:#929292 !important; font-size: 11px}

.el-css-onstore-source {display:none}

.in-stock {color: #6bbc02}
.in-stock-orange {color: orange;}

.available, .buyif-wrap {font-size: 12px;margin-bottom: 5px; position: relative;}

.available {
    position: relative;
}
.available-es {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
}
.available-es .el-css-stockline-name {
    padding-left: 0; 
}
.available .ui-tooltip {
    min-width: 300px;
    max-width: 500px;
}
.available-es .ui-tooltip{
    min-width: 150px;
    max-width: 350px;
}
.available-basket{position: relative !important;}

.warning,
.warning &gt; a {
    color: #ffc107 !important;
    line-height: 22px;
    font-size: 12px;
}
.warning {
    display: inline-block;
    margin-top: 6px;
}
.css-mobile-version .warning {
    margin-top: 0;
}
.warning.tooltip-nob {
    cursor: pointer;
}
.info-icon.warning:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/local/img/info-warning.svg);
    background-repeat: no-repeat;
    margin-right: .3em;
    vertical-align: text-bottom;
}
.ui-tooltip.spec-conditions-ui-tooltip-content {
    font-size: 12px;
}
.ui-tooltip.spec-conditions-ui-tooltip-content p {
    margin-bottom: 0px;
    line-height: normal;
}
.ui-tooltip.spec-conditions-ui-tooltip-content p:not(:first-child) {
    margin-top: 10px;
}
.ui-tooltip.spec-conditions-ui-tooltip-content p.starstext {
    color: #888;
    font-style: italic;
}
.ui-tooltip p.close-widget {
    display: inline-block;
    float: right;
    border-bottom: 1px dashed #222222;
    cursor: pointer;
}

/* End */
/* /local/css/check-coupon-price.css?17367868572806 */
/* /local/css/categories.css?16939022812511 */
/* /local/js/libs/fancybox/3.5.7/jquery.fancybox.min.css?156464899512802 */
/* /local/js/libs/codemirror/codemirror.css?14802457676519 */
/* /local/css/catalog-n.css?16714375515321 */
/* /local/css/catalog.css?173236058228559 */
/* /local/css/catalog-bonus.css?16789551551037 */
/* /local/css/store.css?16533933613185 */
</pre></body></html>