

/* Start:/bitrix/wizards/bitrix/store/css/panel.css?1715286910240*/
div.bx-top-panel table.bx-pnbutton div.icon-wizard {background-image:url(/bitrix/wizards/bitrix/store/css/wizard.gif)}

td.popupmenu div.popupitem .wizard {background-image:url(/bitrix/wizards/bitrix/store/css/wizard.gif);}
td.popupmenu div.popupitem .wizard-clear {background-image:url(/bitrix/wizards/bitrix/store/css/wizard_clear.gif);}
/* End */


/* Start:/bitrix/templates/NewDesing_v2_test/components/bitrix/search.title/search/style.css?17152869511676*/
.search-sections {
  position: absolute;
  top: 0;
  right: 39px;
  width: 170px;
  font-size: 15px;
  cursor: pointer; }

.toolbar form.w-select {
  padding-right: 209px; }

.search-sections:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-top-color: #d5d5d5;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -2px; }

.search-sections-value {
  height: 39px;
  line-height: 39px;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: 1px solid #d5d5d5;
  border-width: 0 1px; }

.search-sections-value:after {
  content: '';
  position: absolute;
  height: 39px;
  width: 20px;
  background: #fff;
  box-shadow: 0 0 12px 4px #fff;
  top: 0;
  right: 0; }

.search-sections-list {
  position: absolute;
  top: 39px;
  left: 0;
  background: #fff;
  width: 451px;
  padding: 10px 0;
  margin: 0;
  z-index: 9;
  list-style: none;
  columns: 2;
  border: 1px solid #d5d5d5;
  display: none; }

.search-sections-active .search-sections-list {
  display: block; }

.search-sections-list:before {
  content: '';
  background: #fff;
  position: absolute;
  top: -1px;
  left: 1px;
  height: 3px;
  width: 167px; }

.search-sections-list li {
  margin: 5px 0;
  padding: 0 10px;
  display: block;
  line-height: 24px;
  cursor: pointer; }

.search-sections-list li:hover {
  background: #7dba33;
  color: #fff; }

.search-sections-list li:first-child {
  margin-top: 0; }

@media screen and (max-width: 995px) {
  .search-sections {
    display: none; }

  .toolbar form.w-select {
    padding-right: 39px; } }

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

/* End */


/* Start:/bitrix/templates/NewDesing_v2_test/components/bitrix/catalog.section.list/newmenu/style.css?17152869509000*/
.popup-menu {
    position: absolute;
    top: 100%;
    left: 0;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    box-shadow: 0 20px 30px rgba(0, 47, 88, 0.25);
    visibility: hidden;
    display: none;
    z-index: 20;
    opacity: 0;
    transition: opacity, visibility 0.4s ease-out;
}

@media screen and (min-width: 756px) {
    .js-catalog-menu:hover .popup-menu,
    .popup-menu.active {
        opacity: 1;
        visibility: visible;
        display: flex;
    }
}

.popup-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popup-menu a {
    text-decoration: none;
}

.popup-menu__root {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    max-height: calc(100vh - 420px);
}

.popup-menu__root-link {
    position: relative;
    display: flex;
    min-height: 40px;
    gap: 8px;
    align-items: center;
    padding: 4px 24px;
    border-bottom: 1px solid #E9EAEC;
    box-sizing: border-box;
    color: #303031;
    width: 250px;
    text-align: left;
}

.popup-menu__close {
    border-bottom: 1px solid #E9EAEC;
    height: 40px;
    background: #303031 !important;
    padding: 0 24px;
    color: #7dba33;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.popup-menu__close::before,
.popup-menu__close::after {
    content: '';
    position: absolute;
    right: 32px;
    top: 20px;
    width: 20px;
    height: 2px;
    background: #7dba33;
}

.popup-menu__close::before {
    transform: rotate(45deg);
}

.popup-menu__close::after {
    transform: rotate(-45deg);
}

.popup-menu_margin {
    margin-top: 32px;
}

.popup-menu_big {
    font-size: 18px;
}

.popup-menu_highlight {
    color: #7dba33;
}

.popup-menu_highlight:hover {
    color: #fff;
}

.popup-menu__root-item:hover {
    background: #FFF2E5;
}

.popup-menu__root-link:hover svg {
    color: #fff;
}

.popup-menu__root-item.popup-menu__root-opened {
    background: #FF7C00;
}

.ci::before {
    content: '';
    background-image: url(/bitrix/templates/NewDesing_v2_test/components/bitrix/catalog.section.list/newmenu/./scsprite.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 -5px 0 -15px;
    width: 33px;
    height: 27px;
    flex: none;
}

.ci.ci_second::before {
    background-position-y: -30px;
}

.ci.ci_third::before {
    background-position-y: -60px;
}

.popup-menu__root-link svg {
    width: 19px;
    height: 19px;
}

.popup-menu__root-link svg {
    color: #7dba33;
}

.popup-menu__child-btn {
    height: 40px;
    width: 40px;
    position: relative;
    margin-left: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-menu__title {
    display: none;
    background: #F7F7F7;
    min-height: 40px;
    padding: 4px 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
}

.popup-menu__title::after {
    content: '';
    display: block;
    border-bottom: 2px solid #d5d5d5;
    border-left: 2px solid #d5d5d5;
    height: 10px;
    width: 10px;
    transform: rotate(-135deg);
    transition: all 0.4s ease-out;
}

.popup-menu__child-btn::after {
    content: '';
    display: block;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-out;
}

.popup-menu__root-opened .popup-menu__child-btn::after {
    transform: rotate(-135deg);
    border-color: #fff;
}

.popup-menu__root-opened .popup-menu__root-link {
    color: #fff;
}

.popup-menu__children {
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    min-height: 100%;
    height: 100%;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0 20px 30px rgba(0, 47, 88, 0.25);
    border: 1px solid #E9EAEC;
    border-bottom: none;
    visibility: hidden;
    max-height: calc(100vh - 420px);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 676px;
}

.popup-menu__root-opened .popup-menu__children {
    visibility: visible;
}

.popup-menu__level1 {
    min-width: 168px;
    margin-right: 20px;
    list-style-type: none;
}

ul.popup-menu__level1 {
    margin: 16px 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 220px;
    text-align: left;
}

a.popup-menu__level1-link {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 16px;
    text-align: left;
    color: #FF7C00;
}

a.popup-menu__level1-link:hover {
    color: #7DBA33;
    border-bottom: 1px dashed #7DBA33;
}

.popup-menu__category {
    margin-bottom: 16px;
}

.popup-menu__categories {
    overflow-y: auto;
    overflow-x: hidden;
    columns: 2;
    padding: 16px 16px 16px 0;
}

.popup-menu__category-title {
    font-size: 15px;
    opacity: 0.8;
    text-transform: uppercase;
    padding: 0 16px 4px 16px;
    color: #7DBA33;
}

.popup-menu__category-link {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #303031;
    text-decoration: none;
    padding: 0 16px;
    text-align: left;
}

.popup-menu__category-link:hover {
    color: #FF7C00;
    text-decoration: underline;
}

.popup-menu_mobile {
    display: none;
}

.popup-menu__child-back {
    display: none;
    height: 40px;
    align-items: center;
    padding: 0 16px;
    opacity: 0.8;
    border-bottom: 1px solid #d5d5d5;
}

.popup-menu__child-back span {
    margin-right: 8px;
    font-size: 20px;
}

@media screen and (max-width: 995px) {
    .popup-menu__children {
        width: 434px;
        flex-direction: column;
    }

    .popup-menu__category-title {
        text-align: left;
    }

    .popup-menu__level1 {
        overflow: visible;
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        border-bottom: 1px solid #d5d5d5;
    }

    .popup-menu__categories {
        columns: 1;
    }

}

@media screen and (max-width: 755px) {
    .popup-menu_mobile {
        display: block;
    }

    .popup-menu {
        position: fixed;
        top: 38px;
        height: calc(100vh - 76px);
        z-index: 9999;
    }

    .popup-menu__root {
        max-height: 100%;
        height: 100%;
    }

    .popup-menu.active-mobile {
        width: 100vw;
    }

    .popup-menu__root-link {
        width: 100vw;
    }

    .popup-menu__children {
        display: none;
    }
}

@media screen and (min-width: 1210px) {
    .popup-menu__children {
        width: auto;
        max-width: 914px;
    }

    .popup-menu__categories {
        columns: 3;
    }
}

@media screen and (min-width: 1480px) {
    .popup-menu__children {
        max-width: 1154px;
    }

    .popup-menu__categories {
        columns: 3;
    }
}

@media screen and (min-width: 1690px) {
    .popup-menu__children {
        max-width: 1395px;
    }
}

.popup-menu.active-mobile {
    opacity: 1;
    visibility: visible;
    display: flex;
    position: fixed;
    top: 0;
    height: 100vh;
}

.popup-menu.active-mobile .popup-menu__root {
    max-height: 100%;
    height: 100%;
}

.popup-menu.active-mobile .popup-menu__children {
    width: calc(100vw - 250px);
}

@media screen and (max-width: 755px) {
    .popup-menu__close {
        display: flex;
    }

    ul.popup-menu__root {
        padding-top: 40px;
    }

    .popup-menu.active-mobile {
        width: auto;
    }

    .popup-menu.active-mobile .popup-menu__title {
        display: flex;
    }

    .popup-menu.active-mobile .popup-menu__children {
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        bottom: 0;
        z-index: 999;
        width: 100%;
        transition: all 0.4s ease-out;
    }

    .popup-menu__level1 {
        flex-direction: column;
    }

    .popup-menu__level1-link {
        display: flex;
        position: relative;
        min-height: 40px;
        gap: 8px;
        align-items: center;
        padding: 4px 24px;
        border-bottom: 1px solid #E9EAEC;
        box-sizing: border-box;
        color: #303031;
        width: 100%;
        text-align: left;
    }

    .popup-menu__level1-link:last-child {
        border-bottom: none !important;
    }

    a.popup-menu__level1-link:hover {
        background: #FF7C00;
        border-bottom: 1px solid #E9EAEC;
        color: #fff;
    }

    .popup-menu.active-mobile .popup-menu_active .popup-menu__children {
        left: 0;
    }

    .popup-menu__category-link {
        display: flex;
        min-height: 40px;
        align-items: center;
    }

    .popup-menu__child-back {
        display: flex;
    }
}

@media screen and (max-width: 550px) {
    .popup-menu.active-mobile {
        width: 100vw;
    }

    .popup-menu.active-mobile .popup-menu__root-link {
        width: 100vw;
    }
}

#js-mobmenu {
    font-weight: bold;
}

#js-mobmenu.active::after {
    font-size: 1.1em;
    content: '\00D7';
}

/* End */


/* Start:/bitrix/templates/NewDesing_v2_test/components/bitrix/menu/bottom/style.css?1715286951626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/NewDesing_v2_test/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/NewDesing_v2_test/css/city_chng.css?17152869504146*/
#topCityLang{overflow:hidden}#topCityLang span{display:inline}#topCityLang,.cityplace{margin:0 auto}#definition-box{position:relative;width:271px;height:61px;background:#92C64B;display:none;border:1px solid #fff;border-radius:5px;z-index:170;text-align:center;box-shadow:0 0 17px 0 rgba(94,102,116,1);margin:15px auto;font-weight:400}#definition-box span{font-weight:400;font-size:12px}div.definition-box-top{display:none}#definition-box
h2{color:#fff;font-size:12px;padding-top:9px;margin-bottom:6px}#definition-box:before,#definition-box:after{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:12px;top:-24px;margin-left:133px;left:-5px}#definition-box:after{border-bottom-color:#92C64B;left:-5px;top:-23px}div.deny-city,div.acept-city{height:24px;border-radius:7px;float:left;cursor:pointer;box-shadow:inset 0 -2px 0 0 #719F32;background-color:#fff}div.deny-city{width:110px;margin-left:28px}div.acept-city{width:110px;margin-left:8px}div.deny-city span,div.acept-city
span{color:#42424f;display:block;padding:4px 0;font-size:12px}.pro-popup-close{display:none}.cityplace{display:none}.citi-grid{width:300px;z-index:999;background:#fff;max-width:100%;padding:10px;border:1px solid #ccc;box-shadow:0 0 17px 0 rgba(94,102,116,1);position:relative;margin:15px auto}.citi-grid span::before,.citi-grid span::after{top:-43px;left:10px;border:solid transparent;border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;content:" ";height:0;width:0;border-color:rgba(255,255,255,0);border-bottom-color:rgba(255,255,255,0);border-bottom-color:#ccc;border-width:15px;margin-left:-18px;position:relative}.citi-grid span::after{border-bottom-color:#fff;top:-41px;left:-2px}.citi-grid .title{display:none;font-size:18px;font-weight:700}.citi-grid input{width:100%;border-radius:2px}.list-items{font-size:15px;color:#000;text-decoration:none;list-style:none;padding-left:3px;text-align:left;font-weight:400}.list-items li{padding-top:10px}.list-items a{text-decoration:none;color:#000}@media screen and (max-width: 995px){.citi-grid::before{top:-42px}.citi-grid:after{top:-322px}}@media (max-width: 755px){.pro-popup-close{display:block}.citi-grid{border-radius:10px;position:fixed;top:20%;width:450px;box-shadow:none;margin-left:0}.citi-grid span{display:none!important}.citi-grid input{width:100%;border-radius:2px}.citi-grid .title{display:block!important}.list-items{font-size:15px;color:#000;text-decoration:none;list-style:none;padding-left:3px}.list-items li{padding-top:10px}.list-items a{text-decoration:none;color:#000}}@media (max-width:560px){.citi-grid{min-width:240px;width:98%}.citi-grid span{display:none!important}.citi-grid .title{display:block}}#definition-box.active, div.cityplace.active {display: block!important;}

.item-delivery > .cityplace {
    margin: 0 auto;
    position: absolute;

}
.item-delivery  .citi-grid {
    width: 300px;
    z-index: 999;
    background: #fff;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 17px 0 rgba(94, 102, 116, 1);

    margin: 12px 8px auto;
}

.item-delivery  .citi-grid span::before, .item-delivery  .citi-grid span::after {
    top: -43px;
    left: 10px;
    border-image-repeat: stretch;
    border-image-source: none;
    border-image-width: 1;
    content: " ";
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ccc;
    border-width: 15px;
    margin-left: -18px;
    position: relative
}

.item-delivery  .citi-grid span::after {
    border-bottom-color: #fff;
    top: -41px;
    left: -2px
}

.item-delivery  .citi-grid .title {
    display: none;
    font-size: 18px;
    font-weight: 700
}

.item-delivery  .citi-grid input {
    width: 100%;
    border-radius: 2px
}

.item-delivery   .list-items {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    list-style: none;
    padding-left: 3px;
    text-align: left;
    font-weight: 400
}
/* End */


/* Start:/bitrix/templates/NewDesing_v2_test/styles.css?1715286950871*/
.text-box {
  padding: 0 10px;
  line-height: 20px;
  text-align: justify; }
  .text-box ul {
    list-style: none; }
  .text-box li {
    position: relative;
    margin: 10px 0; }
    .text-box li:before {
      content: '\2192';
      color: #7dba33;
      position: absolute;
      top: 0;
      left: -23px; }
  .text-box h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0; }
  .text-box h3 {
    font-size: 18px;
    margin: 30px 0; }

.text-small {
  font-size: 14px; }

.proff-notice {
  display: block;
  padding: 20px 30px;
  text-align: center;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  position: relative; }

.proff-notice-close {
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16pt;
  color: rgb(255 255 255);
  font-weight: bold;
}

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

/* End */


/* Start:/bitrix/templates/NewDesing_v2_test/template_styles.css?1715286950158222*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: Verdana, Geneva, sans-serif;
  background: #f7f7f7;
  font-size: 16px;
  color: #303031; }

a, div, span, button, ul, form, input, li, textarea {
  box-sizing: border-box; }

a {
  color: #ed711f; }

.h1,
h1 {
  font-size: 34px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: normal; }
  .h1:first-child,
  h1:first-child {
    margin-top: 0; }

h2 {
  font-weight: normal; }

.mob-show {
  display: none; }

h1, h2, h3 {
  margin-top: 0; }

.spinbox {
  display: inline-block;
  border: 1px solid #d5d5d5;
  width: 60px;
  height: 42px;
  position: relative;
  border-radius: 4px;
  vertical-align: middle; }
  .spinbox input {
    width: 32px;
    border: none;
    text-align: center;
    height: 40px;
    line-height: 40px; }
  .spinbox-dec, .spinbox-inc {
    position: absolute;
    border-radius: 4px;
    right: -1px;
    width: 26px;
    height: 20px;
    background: #7dba33;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .spinbox-dec:hover, .spinbox-inc:hover {
      background: #ed711f; }
  .spinbox-inc {
    top: -1px; }
  .spinbox-dec {
    bottom: -1px; }
  .spinbox svg.ico {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    height: 75%; }

.button, button, select, input {
  outline: none; }

.button {
  border: none;
  cursor: pointer;
  outline: none;
  width: 220px;
  height: 39px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
  .button svg.ico {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
  .button.call {
    left: 15px;
    top: 60px;
    position: absolute; }
    .button.call .icon {
      margin-right: 5px;
      top: 3px;
      width: 1.2em;
      height: 1.2em; }
  .button.viewed {
    right: 15px;
    top: 100px;
    position: absolute; }
  .button.btn-white {
    border: 2px solid #ed711f;
    color: #ed711f;
    background: #fff; }
    .button.btn-white:hover {
      background: #ed711f;
      color: #fff; }
  .button.btn-ok:after {
    padding-left: 10px;
    text-align: center;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    content: '\2714'; }
  .button.i-next svg.ico {
    margin-left: 5px;
    width: 1.1em;
    height: 1.1em; }
  .button.btn-orange {
    background: #ed711f;
    color: #fff !important; }
    .button.btn-orange:hover {
      background: #7dba33; }
  .button.btn-paleorange {
    background: #ff9956;
    color: #fff !important; }
    .button.btn-paleorange:hover {
      background: #7dba33; }
  .button.btn-green {
    border: 2px solid #7dba33;
    color: #7dba33;
    font-weight: bold;
    background: #fff; }
    .button.btn-green:hover {
      background: #7dba33;
      color: #fff; }
  .button.btn-green2 {
    border: 2px solid #7dba33;
    background: #7dba33;
    color: #fff;
    font-weight: bold; }
    .button.btn-green2:hover {
      background: #fff;
      color: #7dba33; }
  .button.btn-gray {
    background: #d5d5d5;
    color: #303031 !important; }
    .button.btn-gray.active {
      color: #fff !important;
      background: #7dba33; }
    .button.btn-gray:hover {
      color: #fff !important;
      background: #ed711f; }
  .button.btn-gray-dark {
    border: 2px solid #444445;
    color: #fff !important;
    font-weight: bold;
    background: #444445; }
    .button.btn-gray-dark:hover {
      background: #fff;
      color: #444445 !important; }
  .button.btn-gray-middle {
    border: 2px solid #67676a;
    color: #fff !important;
    font-weight: bold;
    background: #67676a; }
    .button.btn-gray-middle:hover {
      background: #fff;
      color: #67676a !important; }
  .button.btn-in-cart {
    background: red; }
    .button.btn-in-cart:after {
      text-align: center;
      font-size: 23px;
      line-height: 33px;
      display: inline-block;
      vertical-align: middle;
      content: '\2714'; }

.btn-like {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 82px;
  overflow: hidden; }
  .btn-like svg.ico {
    height: 28px;
    width: 28px; }
    .btn-like svg.ico.ico-active {
      display: none; }
    .btn-like svg.ico.ico-hover {
      display: none; }
  .btn-like.active .ico-active {
    display: inline-block !important;
    color: #ed711f; }
  .btn-like.active .ico-inactive {
    display: none !important; }
  .btn-like:hover .ico-active {
    color: #fff; }
  .btn-like:hover .ico-inactive {
    color: #fff; }

.popup-window-buttons .btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: auto;
  padding: 0 10px;
  margin: 10px 5px 0 5px;
  height: 39px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  max-width: 100%;
  border: 2px solid #d5d5d5 !important;
  color: #67676a;
  font-weight: bold;
  background: #fff; }
  .popup-window-buttons .btn:hover {
    color: #444445;
    border-color: #444445 !important; }

.popup-window-buttons .btn.btn-primary {
  border: 2px solid #ed711f !important;
  color: #ed711f;
  background: #fff; }
  .popup-window-buttons .btn.btn-primary:hover {
    background: #ed711f;
    border: 2px solid #ed711f !important;
    color: #fff; }

.btn-wide {
  margin: 10px 0;
  width: 100%; }

.wrap {
  width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px; }

.top {
  background: #303031;
  line-height: 38px;
  height: 38px; }
  .top_box {
    position: relative; }
    .top_box .userbox {
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 38px;
      height: 38px;
      color: #fff;
      padding: 0 10px;
      overflow: hidden;
      width: 145px; }
      .top_box .userbox .ico {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        position: relative;
        top: 3px; }
      .top_box .userbox:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 38px;
        right: -1px;
        box-shadow: 0 0 15px 3px #303031; }
      .top_box .userbox a {
        position: absolute;
        line-height: 38px;
        height: 38px;
        width: 135px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        white-space: nowrap;
        top: 0;
        right: 10px; }
        .top_box .userbox a:hover {
          color: #ed711f; }
    .top_box menu {
      line-height: 38px;
      height: 38px;
      list-style: none;
      margin: 0;
      padding: 0 0 0 5px;
      overflow: hidden; }
      .top_box menu li {
        float: left;
        padding: 0 8px 0 5px; }
        .top_box menu li a {
          font-size: 14px;
          color: #b3b4ba;
          text-decoration: none; }
          .top_box menu li a:hover {
            color: #fff; }

.mob-btn {
  display: none; }

.btn-send-order {
  left: 15px;
  top: 107px;
  position: absolute; }

header {
  box-sizing: border-box;
  background: #fff;
  height: 195px;
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
  padding-top: 15px; }
  header .wrap {
    position: relative; }
  header .plan {
    position: absolute;
    right: 15px;
    top: 60px;
    height: 32px;
    font-size: 15px;
    line-height: 16px;
    padding-left: 32px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAgCAYAAADEx4LTAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QscFSgTv901XgAAADpJREFUOMtjLN9h8p+BSMDEQAJgYWBgYKSJySQ7Y9SDox6krwdZWJl5hrUHGd8Wyg/vGGRkYRwEHgQA4FMKVIiW00cAAAAASUVORK5CYII=) 0 0 no-repeat; }
    header .plan div:first-child {
      color: #95979a; }
    header .plan div:nth-of-type(2) {
      font-size: 12px; }
  header .logo_box {
    text-align: center; }
    header .logo_box .logo {
      display: inline-block;
      width: 197px;
      height: 117px; }
    header .logo_box div {
      font-size: 14px;
      font-weight: bold; }
      header .logo_box div span {
        display: block; }
  header .phones {
    position: absolute;
    width: 285px;
    left: 15px;
	z-index:2;
    top: 0; }
    header .phones > .ico {
      position: absolute;
      right: 0;
      top: 6px;
      width: 20px;
      height: 20px;
      -webkit-transition: all ease-out 0.4s;
      -moz-transition: all ease-out 0.4s;
      -o-transition: all ease-out 0.4s;
      transition: all ease-out 0.4s; }
    header .phones .phone {
      float: left; }
    header .phones a {
      color: #303031;
      display: block;
      font-size: 29px;
      line-height: 30px;
      text-decoration: none;
      white-space: nowrap; }
      header .phones a:hover {
        color: #ed711f; }
    header .phones span {
      display: block;
      text-align: right;
      color: #95979a;
      font-size: 14px; }
    header .phones .phones-other {
      display: none;
      background: #fff;
      overflow: hidden;
      clear: both;
      width: 100%;
      position: absolute;
      top: 45px;
      left: 0;
      padding: 0 0 10px 0;
      z-index: 2; }
    header .phones:hover > .ico {
      transform: rotate(-180deg); }
    header .phones:hover .phones-other {
      display: block; }

header .phones .current span{
	display:none;
}
header .phones:hover .current span{
	display:block;
	background:#fff;
}


  header .userbox {
    position: absolute;
    top: 0;
    right: 15px;
    width: 220px;
    height: 54px;
    overflow: hidden; }
    header .userbox_fav {
      position: absolute;
      top: 5px;
      left: 0;
      height: 44px;
      width: 44px;
      border-radius: 50%;
      border: 1px solid #eee;
      color: #545459;
      text-decoration: none; }
      header .userbox_fav svg {
        height: 32px;
        width: 32px;
        top: 7px;
        left: 5px; }
      header .userbox_fav span {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        min-width: 22px;
        background: #ed711f;
        color: #fff;
        position: absolute;
        top: -3px;
        right: -10px;
        border-radius: 11px;
        text-align: center; }
      header .userbox_fav:hover {
        color: #ed711f; }
    header .userbox_cart {
      position: absolute;
      top: 0;
      right: 0;
      height: 54px;
      width: 155px;
      overflow: hidden;
      background: #f7f7f7;
      border: 1px solid #eee;
      padding: 0 5px 0 60px;
      text-decoration: none; }
      header .userbox_cart svg {
        color: #545459;
        position: absolute;
        top: 13px;
        left: 15px;
        width: 26px;
        height: 26px; }
      header .userbox_cart-count {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        min-width: 22px;
        background: #ed711f;
        color: #fff;
        position: absolute;
        top: 2px;
        left: 30px;
        border-radius: 11px;
        text-align: center; }
      header .userbox_cart-body {
        width: 90px;
        text-align: center; }
      header .userbox_cart-title {
        display: block;
        text-align: center;
        color: #ed711f;
        font-size: 13px;
        line-height: 20px;
        padding-top: 4px; }
      header .userbox_cart-summ {
        display: block;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        color: #303031;
        font-weight: bold; }
      header .userbox_cart:hover .userbox_cart-summ, header .userbox_cart:hover svg {
        color: #ed711f; }

footer {
  background: #303031;
  padding: 30px 0; }
  footer .wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 10px 125px 3fr 2fr 2fr 245px 10px;
    -ms-grid-columns: 10px 125px 3fr 2fr 2fr 245px 10px;
    font-size: 12px;
    color: #95979a; }
  footer .logo {
    grid-column: 2;
    -ms-grid-column: 2;
    background: transparent url(/bitrix/templates/NewDesing_v2_test/images/lnd.svg) 0 0 no-repeat;
    background-size: contain;
    min-width: 79px;
    min-height: 131px;
    display: block; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      padding-bottom: 11px; }
      footer ul li:last-child {
        padding: 0; }
  footer .menu-catalog {
    grid-column: 3;
    -ms-grid-column: 3; }
  footer .menu-about {
    grid-column: 4;
    -ms-grid-column: 4; }
  footer .menu-ext {
    grid-column: 5;
    -ms-grid-column: 5; }
  footer .contacts {
    grid-column: 6;
    -ms-grid-column: 6;
    text-align: right; }
  footer a {
    font: inherit;
    color: inherit;
    text-decoration: none; }
    footer a:hover {
      color: #fff; }
  footer .contacts-email {
    color: #7dba33;
    padding: 5px 0; }
  footer svg.ico {
    width: 20px;
    height: 20px; }
  footer .contacts-phone a {
    font-size: 16px;
    color: #fff; }
    footer .contacts-phone a:hover {
      text-decoration: underline; }
  footer .contacts-phone svg.ico {
    color: #ed711f; }
  footer .contacts-addr svg.ico {
    color: #ed711f; }

.bottom {
  background: #2a2a2b;
  height: 58px;
  padding: 0 10px; }
  .bottom .copy {
    color: #5b5b60;
    line-height: 58px;
    font-size: 12px;
    float: left;
    padding-left: 5px; }
  .bottom .soc {
    float: right;
    height: 58px;
    padding-right: 5px; }
    .bottom .soc a {
      line-height: 58px;
      margin-right: 5px;
      color: #5b5b60;
      text-decoration: none; }
    .bottom .soc svg.ico {
      color: inherit;
      width: 16px;
      height: 16px; }
    .bottom .soc a.soc-vk svg.ico {
      width: 17px;
      height: 17px; }
    .bottom .soc a.soc-fb svg.ico {
      width: 18px;
      height: 18px; }
    .bottom .soc a.soc-vk:hover {
      color: #4a76a8; }
    .bottom .soc a.soc-fb:hover {
      color: #4267b2; }
    .bottom .soc a.soc-tw:hover {
      color: #1ea1f3; }
    .bottom .soc a.soc-in:hover {
      color: #c233af; }
    .bottom .soc a.soc-ok:hover {
      color: #ee8208; }

.toolbar .wrap {
  position: relative;
  padding: 20px 15px;
  height: 83px; }
.toolbar-catalog {
  background: #7dba33;
  position: absolute;
  left: 15px;
  top: 20px;
  line-height: 43px;
  height: 43px;
  width: 220px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  z-index: 10; }
  .toolbar-catalog-menu {
    display: none;
    margin: 0;
    padding: 30px 0 10px 0;
    position: absolute;
    top: 43px;
    width: 940px;
    background: #fff;
    -webkit-columns: 235px 4;
    -moz-columns: 235px 4;
    columns: 235px 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-align: left;
    line-height: 18px; }
    .toolbar-catalog-menu a {
      text-decoration: none;
      color: #303031;
      font-size: 14px;
      display: block;
      margin: 10px 0; }
      .toolbar-catalog-menu a:hover {
        color: #7dba33; }
    .toolbar-catalog-menu > li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column;
      margin: 0 0 20px 50px; }
      .toolbar-catalog-menu > li > a {
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 10px; }
      .toolbar-catalog-menu > li ul {
        padding: 0; }
        .toolbar-catalog-menu > li ul a {
          font-weight: normal; }
    .toolbar-catalog-menu li.toolbar-catalog-menu-close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 20px;
      height: 20px;
      line-height: 15px;
      font-size: 20px;
      color: #d5d5d5;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      list-style: none; }
      .toolbar-catalog-menu li.toolbar-catalog-menu-close:hover {
        color: #ed711f; }
.toolbar-ya {
  position: absolute;
  right: 15px;
  top: 20px;
  border: 1px solid #d5d5d5;
  height: 43px;
  width: 220px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
.toolbar form {
  background: #fff;
  display: block;
  height: 43px;
  border: 2px solid #7dba33;
  margin: 0 240px;
  padding-right: 39px;
  position: relative; }
  .toolbar form input[type=email],
  .toolbar form input[type=tel],
  .toolbar form input[type=text] {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
    outline: none; }
  .toolbar form button {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #fff; }
    .toolbar form button:hover {
      color: #ed711f; }

.mainmenu-active {
  display: block; }

.mosaic .wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 10px 220px 20px 220px 20px 220px 20px 220px 10px;
  -ms-grid-columns: 10px 220px 20px 220px 20px 220px 20px 220px 10px;
  grid-template-rows: 261px 20px 184px 20px 184px;
  -ms-grid-rows: 261px 20px 184px 20px 184px; }
.mosaic .box {
  background: #fff; }
.mosaic .box:nth-of-type(1) {
  grid-column: 2 / 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-row: 1;
  -ms-grid-row: 1; }
.mosaic .box:nth-of-type(2) {
  grid-column: 8;
  -ms-grid-column: 8;
  grid-row: 1;
  -ms-grid-row: 1; }
.mosaic .box:nth-of-type(3) {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 3;
  -ms-grid-row: 3; }
.mosaic .box:nth-of-type(4) {
  grid-column: 4;
  -ms-grid-column: 4;
  grid-row: 3 / 6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3; }
.mosaic .box:nth-of-type(5) {
  grid-column: 6/9;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-row: 3;
  -ms-grid-row: 3; }
.mosaic .box:nth-of-type(6) {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 5;
  -ms-grid-row: 5; }
.mosaic .box:nth-of-type(7) {
  grid-column: 6;
  -ms-grid-column: 6;
  grid-row: 5;
  -ms-grid-row: 5; }
.mosaic .box:nth-of-type(8) {
  grid-column: 8;
  -ms-grid-column: 8;
  grid-row: 5;
  -ms-grid-row: 5; }
.mosaic .box:nth-of-type(9) {
  display: none; }
.mosaic-link {
  border: 1px solid #d5d5d5;
  background: #fff;
  text-align: center; }
  .mosaic-link img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
.mosaic-block {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none; }
.mosaic-img {
  display: block;
  height: 100%;
  width: 100%; }
.mosaic-content {
  padding: 10px;
  border: 1px solid #d5d5d5;
  background: #fff none center center no-repeat; 
  background-size: contain;
  transition: all ease-out 0.4s;
}
.mosaic .box:hover .mosaic-content{
	background-size: 105%;
}

.box-goods{
	min-height:184px;
}
.mosaic-content-simple {
  border: 1px solid #d5d5d5;
  background: #fff; }
.mosaic .box:hover .mosaic-block {
  min-height: 100%;
  height: auto; }
.mosaic-title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  position: relative; }
.mosaic ul {
  z-index: 2;
  position: relative;
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }
  .mosaic ul li {
    margin-bottom: 5px; }
  .mosaic ul a {
    text-decoration: none;
    color: #ed711f;
    font-size: 13px;
    line-height: 15px; }
    .mosaic ul a:hover {
      color: #7dba33;
      border-bottom: 1px dashed #7dba33; }
.mosaic-label {
  position: absolute;
  background: transparent url(/bitrix/templates/NewDesing_v2_test/images/label.png) 0 0 no-repeat;
  width: 80px;
  height: 68px;
  top: -4px;
  left: -3px;
  z-index: 3; }
  .mosaic-label b {
    width: 223px;
    background: #5b5b60;
    display: block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 16px; }

.pos-t-r {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.img-top {
  position: absolute;
  top: 0;
  left: 0; }

.widelink {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ed711f; }
  .widelink svg.ico {
    margin-left: 5px;
    width: 1.1em;
    height: 1.1em; }

a:hover .widelink {
  color: #7dba33; }

.box-topimg {
  text-align: center;
  padding-bottom: 10px; }

.box-labeled {
  position: relative; }

.std {
  padding: 20px 0; }

.std-side {
  padding: 0 10px; }

.tabs {
  clear: both; }
  .tabs-head {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 0; }
    .tabs-head .button, .tabs-head button {
      display: inline-block;
      vertical-align: middle;
      line-height: 39px; }
  .tabs-tab {
    display: none; }
    .tabs-tab.active {
      display: block; }

.labels {
  position: absolute;
  top: 70px;
  right: -1px; }

.label {
  font-size: 12px;
  z-index: 2;
  background: #7dba33;
  color: #fff;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  margin-bottom: 5px;
  position: relative; }
  .label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    border: 9px solid transparent;
    border-width: 9px 5px;
    width: 10px;
    height: 18px;
    box-sizing: border-box; }
  .label:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    border: 9px solid transparent;
    border-width: 9px 5px;
    width: 10px;
    height: 18px; }
  .label-green {
    background: #7dba33; }
    .label-green:after, .label-green:before {
      border-color: #7dba33 transparent; }
  .label-yellow {
    background: #f4be2d; }
    .label-yellow:after, .label-yellow:before {
      border-color: #f4be2d transparent; }
  .label-red {
    background: #ff3000; }
    .label-red:after, .label-red:before {
      border-color: #ff3000 transparent; }

.goods-movie {
  position: absolute;
  top: 62px;
  left: 5px;
  color: #118cff;
  z-index: 2;
  text-align: left; }
  .goods-movie span {
    font-size: 12px;
    display: block; }

.itembox {
  text-align: center;
  clear: both;
  overflow: hidden; }
  .itembox .item {
    float: left;
    height: 218px;
    width: 156px;
    padding: 10px;
    margin: 0; }
    .itembox .item a {
      display: block;
      line-height: 198px;
      height: 198px;
      width: 136px;
      text-align: center; }
      .itembox .item a img {
        max-height: 198px;
        max-width: 136px;
        display: inline-block;
        vertical-align: middle; }

.confirm-btns {
  margin: 20px 0; }

.confirm-btns .button {
  width: auto !important;
  display: inline-block;
  margin: 10px; }

.goods-list {
  text-align: center;
  font-size: 0; }
.goods-item {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 240px; }
.goods-box {
  border: 1px solid #d5d5d5;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 10px;
  height: 345px; }
  .goods-box a {
    text-decoration: none !important; }
  .goods-box a:hover .goods-title {
    max-height: none;
    color: #ed711f; }
.goods-title {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 10px 5px 10px;
  max-height: 75px;
  overflow: hidden;
  font: bold 14px/20px Verdana, Geneva, sans-serif;
  color: #303031;
  background: rgba(255, 255, 255, 0.3); }
.goods-image {
  display: table;
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
  height: 160px; }
  .goods-image span {
    display: table-cell;
    height: 160px;
    overflow: hidden;
    vertical-align: middle; }
    .goods-image span img {
      margin-left: -10px;
      max-width: 100%;
      max-height: 100%; }
.goods-price {
  height: 38px;
  line-height: 38px;
  color: #303031;
  text-decoration: none; }
  .goods-price s {
    font-size: 12px;
    color: #5b5b60; }
  .goods-price b {
    margin: 0 5px; }
.goods-price span {
    margin: 0 5px; font-weight: bold; }
.goods-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.goods-btns .button {
      display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
}
.goods-btns .btn-orange {
  padding: 0 10px;
  line-height: 39px; }
  .goods-btns .btn-orange svg.ico {
    top: -1px; }
.goods-btns .btn-white {
  width: 39px; }
  .goods-btns .btn-white .ico-active {
    display: none; }
  .goods-btns .btn-white.active .ico-active {
    display: inline-block; }
  .goods-btns .btn-white.active .ico-inactive {
    display: none; }
.goods-info {
  height: 20px;
  line-height: 20px;
  font-size: 12px; }
  .goods-info div {
    display: inline-block; }
.goods-delivery {
  color: #ff3000;
  display: none; }
.goods-more {
  clear: both;
  overflow: hidden;
  padding: 20px 10px;
  text-align: center; }
  .goods-more a {
    height: 40px;
    line-height: 38px;
    display: inline-block; }

.stock {
  color: #5b5b60;
  margin-top: 10px; }
  .stock-in {
    color: #7dba33; }
    .stock-in span {
      color: #5b5b60; }

.goods-list-wide {
  clear: both;
  text-align: center;
  width: 970px; }
  .goods-list-wide .goods-item {
    float: none;
    display: inline-block;
    vertical-align: middle; }

.reviews {
  background: #fff url(/bitrix/templates/NewDesing_v2_test/images/bgpar.jpg) 50% top no-repeat;
  background-attachment: fixed;
  padding: 30px;
  overflow: hidden;
  clear: both; }
  .reviews-list {
    padding: 80px 0 0 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAjCAYAAAAAEIPqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3lJREFUeNq0mH1ojVEcx5/72DSaYSlicnMReZu/rIVoXkqNkrYoaUr+8TrLy6JG3hJaS5OXolAjmeSPecsiLP9gtVDDNa8ru3/gDnfXru/PPVfH2TnPfZ5nP7/6dG6/8zznfO/vnN9zXgKJRMJyssrGMU7VQ8FeUAImgrdyZX6425rb3G310vqC3aAM7Mo9Eq7N8NnQeHAKFIKA9X+MAnIMFIN/dHoVnQsugCJF7HcQZRR8BqwAtuSLgxdeRR8Fa5R3OsB+cJhJ7HpwAPSTfJ3gJKbFRi+RHgkegWGS7xeoBhVMYrPBPUoDyUfJdgliS9SHM9IkYSmKsyBTcn8Gk0A7k+ACcAMMkHw/wBzQpHvBdhB8CEWdIrgVjGAUvBo8UATTlAuaBBsjDcE09BsUdxsYy5hs9Ak7riQ0JfM4EHF60dYI3qwRTI1NYxRcJD6ZASVPCtMJ7iEagqegOKg8Qwmx0E1jHpLumiZg5aDZTQPqi9c1PkqSu4xRvgmyFF8Y1LhtwJaiXKV81shoDV7OPC0KNP6VXhqRo7pFU/+QcVqQndD42ryOpC2ivFVZhVJWwSiY8mW0xn/aa0O2g7j4vtmtTYyiaw3+Gs+iEeUQyiGGYeO06Rpf1M/0o0hvMtS9YRS8xLCQdfhpjETPNNR1MopeZPBH/YoOGuoGiXIWeCo6SAi6xUiUuezHtJoOFGVIfL/lPoj2SHmwSn0psP1OqMswdCTsA8hLI+iJmK8xtUI6bn3UrAHywjIqzQmIdEzGNjWSinQfh1HIcxFF2gO3pHmmv0Nd0MWRbTh4jahnp4RxnPHo9HvRoT6ToY8ccVAw76d92FJxytFZnKmPfES72BZzl8MCmh1iymKMwam0xdGGy2YY/B2MfUy1RWZy2WCDv4WxjywSfZ+xQVNSn+Pswxb3DFz2zeC/DLqY+uiysZN7jh/PmBp87FB3hamP97Z0PuOwaoe6dUyfvvN/RCPaDSjqe9kYjVaDQz3dlWzrZR9fsJTv+Lu4QDhtH9/5bOwnWODiObrzu+WzD9pAlepWxJC4RfKUGGC+pdxNO9g8cNWH4LWIckMP0Yh2DNAtUp14MJ3RN36CjyuGxWCnyzn+lf4oXaYbb5iE+GVW8gqsXqxmMeVwQNvRVVbyXu+lz+HeIxYjuhr7ZCXvuFNGq/Qr+mMQmwNuyy/+FmAAaNTX+s5HgMEAAAAASUVORK5CYII=) 50% 0 no-repeat; }
  .reviews-item {
    width: 50%;
    float: left;
    padding: 10px; }
  .reviews-box {
    height: 160px;
    overflow: hidden;
    position: relative; }
  .reviews-image {
    width: 100%;
    height: 114px;
    background: #fff none 50% 50% no-repeat;
    background-size: contain;
    display: block;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .reviews-price {
    line-height: 46px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #303031;
    font-weight: bold; }
  .reviews-goods {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 140px;
    border: 1px solid #d5d5d5;
    background: #fff;
    text-decoration: none; }
    .reviews-goods:hover .reviews-price {
      color: #7dba33; }
  .reviews-head {
    display: block;
    color: #ed711f;
    height: 30px;
    white-space: nowrap;
    overflow: hidden; }
    .reviews-head i {
      font-size: 12px;
      color: #5b5b60; }
  .reviews-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 46px;
    height: 46px;
    padding-left: 10px;
    background: #fff;
    color: #7dba33;
    display: block;
    box-shadow: 0 0 30px 10px #fff; }
    .reviews-link svg.ico {
      margin-left: 5px; }
  .reviews-body {
    color: #5b5b60;
    display: block;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .reviews-text {
    height: 100%;
    margin-left: 160px;
    display: block;
    border: 1px solid #d5d5d5;
    background: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    position: relative; }
    .reviews-text:hover .reviews-link {
      color: #ed711f; }

.btns-center {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
  text-align: center; }
  .btns-center .button {
    display: inline-block; }

.bg-light {
  background: #fff; }

.half {
  width: 50%;
  float: left;
  padding: 10px; }

.newsline h2 {
  text-align: center;
  font-weight: normal; }
.newsline_date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #7dba33;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px; }
  .newsline_date svg.ico {
    top: 1px;
    margin-right: 5px; }
.newsline_img {
  display: block;
  width: 100%;
  height: 246px;
  background: #fff none 50% 50%;
  background-size: cover; }
.newsline_head {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: bold;
  font-size: 13px;
  color: #303031;
  line-height: 19px; }
.newsline_text {
  display: block;
  font-size: 13px;
  color: #95979a;
  line-height: 19px;
  padding: 0 10px; }
.newsline_body {
  position: relative;
  display: block;
  overflow: hidden;
  height: 125px; }
  .newsline_body:after {
    background: #fff;
    content: '';
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 13px 6px #fff; }
.newsline_item {
  display: block;
  text-decoration: none;
  background: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #d5d5d5; }
  .newsline_item:hover {
    box-shadow: 0 0 5px 0 #d5d5d5; }
    .newsline_item:hover .newsline_head {
      color: #ed711f; }

.progall {
  clear: both;
  overflow: hidden;
  position: relative; }
  .progall_box {
    clear: both;
    overflow: hidden;
    position: relative; }
    .progall_box > div {
      position: relative; }
    .progall_box span {
      height: 100%;
      padding: 10px;
      position: relative;
      float: left; }
    .progall_box a {
      display: block; }
      .progall_box a img {
        vertical-align: middle; }
  .progall_nav {
    position: absolute;
    height: 100%;
    top: 0;
    cursor: pointer; }
    .progall_nav:hover {
      color: #ed711f; }
  .progall_prev {
    left: 0; }
  .progall_next {
    right: 0;
    text-align: right; }

.brandsline {
  background: #fff; }
  .brandsline .prof-slider-box {
    margin: 0 61px; }
  .brandsline-slider {
    height: 135px; }
  .brandsline-item {
    width: 140px;
    height: 135px;
    display: block;
    float: left;
    padding: 10px; }
    .brandsline-item img {
      vertical-align: middle;
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all ease-out 0.4s;
      -moz-transition: all ease-out 0.4s;
      -o-transition: all ease-out 0.4s;
      transition: all ease-out 0.4s; }
    .brandsline-item a {
      display: block;
      background-size: contain;
      height: 115px;
      line-height: 115px; }
      .brandsline-item a:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }

.breadcrumb > ul {
  list-style: none;
  margin: 0 10px;
  padding: 0; }
  .breadcrumb > ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden; }
  .breadcrumb > ul ul {
    position: absolute;
    left: -10px;
    top: 12px;
    background: #f7f7f7;
    margin: 0;
    padding: 10px;
    list-style: none;
    line-height: 16px;
    border: 1px solid #d5d5d5;
    border-top: none;
    z-index: 5;
    display: none; }
  .breadcrumb > ul > li {
    float: left;
    color: #ed711f;
    font-size: 12px;
    position: relative; }
    .breadcrumb > ul > li:after {
      color: #5b5b60;
      padding: 0 5px;
      content: '\00bb'; }
    .breadcrumb > ul > li:hover ul {
      display: block; }
  .breadcrumb > ul li:last-child:after {
    display: none; }
.breadcrumb-child > a:after {
  content: '';
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 4px solid transparent;
  border-top-color: #5b5b60;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  top: 1px;
  position: relative; }
.breadcrumb a {
  color: #5b5b60;
  text-decoration: none;
  white-space: nowrap; }
  .breadcrumb a:hover {
    color: #ed711f; }

.wside:after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%; }
.wside-left {
  width: 240px;
  float: left; }
.wside-right {
  float: left;
  width: 720px; }
  .wside-right form {
    margin: 20px 10px; }

.group-filter {
  padding: 10px 5px; }
  .group-filter a {
    white-space: nowrap;
    text-decoration: none;
    color: #5b5b60;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 14px; }
    .group-filter a:after {
      content: '\00d7';
      color: #ed711f;
      padding-left: 5px; }
    .group-filter a:hover {
      color: #ed711f; }

.small-filter {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr; }
  .small-filter .checkbox label {
    font-size: 13px; }
  .small-filter .goods-item {
    float: none !important; }
  .small-filter .goods-item:nth-child(1) {
    -ms-grid-column: 1; }
  .small-filter .goods-item:nth-child(2) {
    -ms-grid-column: 2; }
  .small-filter .goods-item:nth-child(3) {
    -ms-grid-column: 3; }

.input {
  border: 1px solid #d5d5d5;
  background: #fff;
  height: 35px;
  line-height: 35px; }

.checkbox {
  overflow: hidden;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 40px;
  cursor: pointer; }
  .checkbox label {
    display: block;
    height: 35px;
    line-height: 35px; }
    .checkbox label:before {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      box-sizing: border-box;
      content: '';
      border: 1px solid #d5d5d5;
      background: #fff; }
  .checkbox input {
    position: absolute;
    top: -90px; }
    .checkbox input:checked + label:before {
      padding-left: 3px;
      text-align: center;
      font-size: 23px;
      line-height: 33px;
      content: '\2714';
      color: #ed711f; }

.radiobox {
  overflow: hidden;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 40px;
  cursor: pointer; }
  .radiobox label {
    display: block;
    height: 35px;
    line-height: 35px; }
    .radiobox label:before {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      box-sizing: border-box;
      content: '';
      border: 1px solid #d5d5d5;
      background: #fff;
      border-radius: 17px; }
  .radiobox input {
    position: absolute;
    top: -90px; }
    .radiobox input:checked + label:after {
      position: absolute;
      top: 6px;
      left: 6px;
      box-sizing: border-box;
      content: '';
      width: 23px;
      height: 23px;
      border-radius: 12px;
      background: #ed711f; }

.proselect {
  position: relative;
  cursor: pointer; }
  .proselect svg.ico {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 11px;
    height: 11px;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .proselect-current {
    margin: 0 30px 0 10px;
    height: 33px; }
  .proselect-values {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin: 0;
    list-style: none;
    border-top: none;
    padding: 0;
    display: none;
    z-index: 10; }
  .proselect li {
    padding: 0 10px; }
    .proselect li:hover {
      background: #7dba33;
      color: #fff; }
  .proselect-active ul {
    display: block; }
  .proselect-active svg.ico {
    transform: rotate(-180deg); }

.filter-group {
  margin: 0 10px 10px;
  background: #fff; }
.filter-btns {
  margin: 0 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 10px;
  text-align: center; }
  .filter-btns .button {
    width: 100%;
    display: block; }
  .filter-btns a {
    display: inline-block;
    margin-top: 10px;
    color: #ed711f;
    text-decoration: none; }
    .filter-btns a:hover {
      text-decoration: underline; }
.filter-head {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  position: relative;
  cursor: pointer; }
  .filter-head span {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5; }
  .filter-head svg.ico {
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 4px;
    width: 15px;
    height: 15px;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .filter-head:hover svg.ico {
    color: #ed711f; }
.filter-body {
  border: 1px solid #d5d5d5;
  padding: 10px;
  display: none;
  max-height: 193px;
  overflow: auto; }
.filter-opened .filter-head svg.ico {
  transform: rotate(-180deg); }
.filter-opened .filter-body {
  display: block; }
.filter .checkbox {
  padding-left: 26px; }
  .filter .checkbox label {
    font-size: 14px; }
    .filter .checkbox label:before {
      width: 20px;
      height: 20px;
      top: 7px; }
  .filter .checkbox input:checked + label:before {
    line-height: 18px;
    padding: 0; }

.scroll {
  cursor: pointer;
  color: #7dba33;
  opacity: 0.7;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px; }
  .scroll:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -3px;
    left: -3px;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, 0.1);
    -webkit-animation: pulses 2s linear infinite;
    -moz-animation: pulses 2s linear infinite;
    animation: pulses 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(125, 186, 51, 0.41);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(125, 186, 51, 0.41);
    box-shadow: inset 0px 0px 15px 10px rgba(125, 186, 51, 0.41);
    -webkit-animation: pulses 1s infinite cubic-bezier(0.6, 0, 0, 1); }

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .6; }
  70% {
    -webkit-transform: scale(1.3);
    opacity: .85; }
  80% {
    -webkit-transform: scale(1.4);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.6);
    opacity: 0; } }
.prof-slider {
  position: relative; }
  .prof-slider-box {
    overflow: hidden; }
  .prof-slider-wrap {
    width: 10000px; }
  .prof-slider-nav {
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 25px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    text-align: center; }
    .prof-slider-nav svg.ico {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 10px; }
    .prof-slider-nav:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #ed711f; }
  .prof-slider-prev {
    left: -10px; }
  .prof-slider-next {
    right: -10px; }
  .prof-slider-nonav .prof-slider-nav {
    display: none; }

.sc {
  position: relative; }
  .sc:before {
    content: '';
    background-image: url(/bitrix/templates/NewDesing_v2_test/images/scsprite.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: -35px;
    width: 33px;
    height: 27px; }
  .sc-downlight:before {
    background-position: -1px -1px; }
  .sc-floor:before {
    background-position: -1px -30px; }
  .sc-lampy-i-svetodiody:before {
    background-position: -1px -59px; }
  .sc-outdoor:before {
    background-position: -1px -88px; }
  .sc-pendant:before {
    background-position: -1px -117px; }
  .sc-picture:before {
    background-position: -1px -146px; }
  .sc-podvesnye-lyustry:before {
    background-position: -1px -175px; }
  .sc-potolochnye_lyustry:before {
    background-position: -1px -204px; }
  .sc-spots:before {
    background-position: -1px -233px; }
  .sc-svetilniki-potolochnye:before {
    background-position: -1px -262px; }
  .sc-table:before {
    background-position: -1px -291px; }
  .sc-wall:before {
    background-position: -1px -320px; }
  .sc-wall-celling:before {
    background-position: -1px -349px; }

#mainmenu-btn-off,
#mainmenu-btn {
  display: block;
  height: 100%;
  width: 100%; }
  #mainmenu-btn-off:after,
  #mainmenu-btn:after {
    content: '\2630';
    padding-left: 5px; }

.mainmenu-btn-active:after {
  content: '\00D7' !important; }

.popup-window-titlebar-text {
  color: #5b5b60; }

.bx-catalog-subscribe-form-container-label {
  color: #5b5b60;
  font-size: 13px; }

.bx-catalog-subscribe-form-container-input input[type="text"] {
  width: 100%;
  display: block;
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
  border: 1px solid #d5d5d5;
  background: #f7f7f7; }

.popup-window-with-titlebar .popup-window-content {
  padding: 0; }

.popup-window {
  border: 1px solid #d5d5d5; }

/*.form-row-single input {
}
.form-row input {
}
.form-row textarea, .form-row input {
}*/
.popup-window-close-icon {
  top: 5px;
  right: 5px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  width: 26px;
  font-size: 22px !important;
  position: absolute;
  color: #95979a;
  cursor: pointer;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
  .popup-window-close-icon:after {
    content: '\00D7' !important;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto; }
  .popup-window-close-icon:hover {
    transform: rotate(-180deg);
    color: red; }

.pro-popup-close {
  top: 5px;
  right: 5px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  width: 26px;
  font-size: 22px;
  position: absolute;
  color: #95979a;
  cursor: pointer;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
  .pro-popup-close:after {
    content: '\00D7' !important; }
  .pro-popup-close:hover {
    transform: rotate(-180deg);
    color: red; }
.pro-popup-title {
  margin-right: 25px;
  font-weight: bold;
  min-height: 15px; }
.pro-popup-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 998; }
.pro-popup-ok {
  padding: 20px 0;
  text-align: center;
  font-size: 20px; }
.pro-popup-box {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 300px;
  max-height: 100%;
  z-index: 999;
  background: #fff;
  margin-left: -150px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #d5d5d5; }
  .pro-popup-box .form-btns .button {
    max-width: 100%; }

.form-callme {
  width: 240px;
  margin-left: -120px; }

@media (max-width: 240px) {
  .form-callme {
    width: 100%;
    margin-left: auto;
    left: 0; } }
.form-region {
  width: 480px;
  margin-left: -240px; }
  .form-region .search-popup {
    position: absolute;
    z-index: 3;
    background: #fff;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    height: 125px;
    width: 100%; }
    .form-region .search-popup-row {
      line-height: 24px;
      height: 24px;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      padding: 0 10px;
      cursor: pointer; }
      .form-region .search-popup-row:hover {
        background: #ff9956; }
  .form-region #selectPointView {
    position: relative; }

@media (max-width: 240px) {
  .form-region {
    width: 100%;
    margin-left: auto;
    left: 0; } }
.form .location-block-wrapper .bx-sls .dropdown-block {
  height: 39px;
  line-height: 39px;
  padding: 0 30px;
  border: 1px solid #d5d5d5;
  border-radius: 0; }
.form .location-block-wrapper .bx-ui-sls-container {
  height: 37px !important; }
  .form .location-block-wrapper .bx-ui-sls-container input {
    height: 37px !important;
    line-height: 37px !important;
    margin: 0; }
.form .location-block-wrapper .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant {
  white-space: nowrap;
  overflow: hidden; }
  .form .location-block-wrapper .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover {
    background: #fdefe5; }
.form .location-block-wrapper .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant-active {
  background: #fdefe5; }
.form-note {
  margin: 10px 0;
  color: #5b5b60;
  font-size: 14px; }
.form-sign {
  line-height: 39px;
  height: 39px; }
  .form-sign label {
    font-size: 12px;
    color: #5b5b60;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle; }
    .form-sign label:before {
      top: 2px; }
  .form-sign a {
    color: #5b5b60;
    text-decoration: underline; }
.form-warn {
  color: #ed711f; }
.form h2 {
  font-size: 18px;
  margin: 10px; }
.form-teaser {
  background: #ed711f;
  color: #fff;
  padding: 10px;
  text-align: center; }
.form .radiogroup {
  margin: 10px; }
  .form .radiogroup .form-row .checkbox {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 10px;
    height: auto; }
    .form .radiogroup .form-row .checkbox label {
      height: auto;
      position: relative;
      padding-left: 50px; }
      .form .radiogroup .form-row .checkbox label:before {
        top: 50%;
        margin-top: -17px; }
      .form .radiogroup .form-row .checkbox label span {
        display: block; }
        .form .radiogroup .form-row .checkbox label span.title {
          font-weight: bold; }
        .form .radiogroup .form-row .checkbox label span.accent {
          color: #ed711f;
          font-size: 13px; }
        .form .radiogroup .form-row .checkbox label span.note {
          color: #95979a;
          font-size: 13px; }
.form-error {
  color: red;
  text-align: center;
  margin: 10px 0; }
.form-row {
  margin: 10px 0; }
  .form-row label {
    display: block;
    line-height: 20px; }
  .form-row textarea, .form-row input {
    border: 1px solid #d5d5d5;
    background: #f7f7f7; }
  .form-row textarea {
    width: 100%;
    display: block;
    line-height: 18px;
    padding: 10px;
    height: 110px; }
  .form-row input {
    height: 39px;
    line-height: 39px;
    padding: 0 10px; }
  .form-row-single input {
    width: 100%;
    display: block; }
  .form-row-single.form1-captcha {
    padding-right: 119px !important; }
    .form-row-single.form1-captcha input {
      font-size: 12px; }
  .form-row-once {
    margin: 10px; }
    .form-row-once .checkbox {
      height: auto; }
      .form-row-once .checkbox label {
        height: auto;
        position: relative;
        padding-left: 50px; }
        .form-row-once .checkbox label:before {
          top: 50%;
          margin-top: -17px; }
        .form-row-once .checkbox label span {
          display: block; }
          .form-row-once .checkbox label span.title {
            font-weight: bold; }
          .form-row-once .checkbox label span.accent {
            color: #ed711f;
            font-size: 13px; }
          .form-row-once .checkbox label span.note {
            color: #95979a;
            font-size: 13px; }
.form-input-note {
  color: #95979a;
  font-size: 13px; }
.form-file {
  height: 39px;
  line-height: 39px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff; }
  .form-file input {
    position: absolute;
    top: -80px;
    opacity: 0; }
  .form-file span {
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 14px; }
  .form-file div {
    position: absolute;
    right: 0;
    top: 0;
    background: #7dba33;
    color: #fff;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px; }
  .form-file-margin {
    margin-top: 10px; }
  .form-file:hover div {
    background: #ed711f; }
.form-btns {
  margin: 20px 10px;
  text-align: center; }
.form-selector {
  margin: 10px 10px 30px; }
  .form-selector label {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  .form-selector-item {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background: #d5d5d5;
    color: #303031;
    height: 44px;
    line-height: 44px;
    width: 210px;
    text-align: center;
    margin: 0 10px; }
    .form-selector-item:hover {
      border-bottom: 3px solid #7dba33; }
  .form-selector-active {
    background: #7dba33;
    color: #fff;
    position: relative; }
    .form-selector-active:after {
      margin-left: -12px;
      content: '';
      box-sizing: border-box;
      width: 24px;
      height: 16px;
      border-top: 8px solid #7dba33;
      border-left: 12px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 8px solid transparent;
      position: absolute;
      bottom: -16px;
      left: 50%;
      z-index: 2; }
.form-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 300px;
  -ms-grid-columns: 1fr 1fr 300px; }
  .form-grid .form-row:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .form-grid .form-row:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .form-grid .form-row:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1; }
  .form-grid .form-row:nth-of-type(4) {
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2; }
  .form-grid .form-row:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2; }
  .form-grid .form-row:nth-of-type(6) {
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2; }
  .form-grid .form-row:nth-of-type(7) {
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3; }
  .form-grid .form-row:nth-of-type(8) {
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3; }
  .form-grid .form-row:nth-of-type(9) {
    grid-column: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3; }
  .form-grid textarea, .form-grid input {
    display: block;
    width: 100%;
    background: #fff; }
  .form-grid .form-row {
    margin: 10px; }
.form .textarea textarea {
  display: block;
  width: 100%;
  background: #fff; }
.form-errorfield {
  position: relative; }
  .form-errorfield input, .form-errorfield textarea {
    border-color: red; }
  .form-errorfield-msg {
    display: none; }
  .form-errorfield .form-errorfield-msg {
    background: #fff;
    display: block;
    position: absolute;
    bottom: 42px;
    right: 0;
    border: 1px solid red;
    height: 26px;
    line-height: 22px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: red;
    padding: 0 10px; }
    .form-errorfield .form-errorfield-msg:before {
      display: inline-block;
      font-size: 12px;
      content: '!';
      border: 1px solid red;
      height: 14px;
      line-height: 12px;
      width: 14px;
      border-radius: 7px;
      text-align: center;
      margin-right: 5px; }
    .form-errorfield .form-errorfield-msg:after {
      content: '';
      background: transparent url(/bitrix/templates/NewDesing_v2_test/images/error.png) 0 0 no-repeat;
      width: 20px;
      height: 15px;
      position: absolute;
      bottom: -15px;
      right: 10px; }
.form sup {
  color: #ed711f; }
.form-quadro {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  margin: 10px; }
  .form-quadro .form-row {
    margin: 0; }
  .form-quadro label {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px; }
  .form-quadro .form-row:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-row: 1 !important; }
  .form-quadro .form-row:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-row: 1 !important; }
  .form-quadro .form-row:nth-child(3) {
    grid-column: 3 !important;
    grid-row: 1 !important;
    -ms-grid-column: 3 !important;
    -ms-grid-row: 1 !important; }
  .form-quadro .form-row:nth-child(4) {
    grid-column: 4 !important;
    grid-row: 1 !important;
    -ms-grid-column: 4 !important;
    -ms-grid-row: 1 !important; }

.js-add-file {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dotted #ed711f; }

.di {
  background-image: url(/bitrix/templates/NewDesing_v2_test/images/dtsprite.png);
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 25px; }
  .di-about {
    background-position: 0 0; }
  .di-pay {
    background-position: 0 -25px; }
  .di-review {
    background-position: 0 -50px; }
  .di-serti {
    background-position: 0 -75px; }

.detail-fororder {
  color: #ff9956; }
.detail .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 480px auto;
  grid-template-columns: 160px 480px auto;
  grid-template-rows: max-content max-content min-content auto;
  -ms-grid-rows: max-content max-content min-content 1fr; }
.detail-title {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  grid-column: 3;
  grid-row: 1;
  align-self: stretch;
  justify-self: stretch;
  padding: 10px 10px 0 10px; }
  .detail-title h1 {
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    background: #fff;
    margin: 0;
    font-size: 20px; }
.detail-short {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  grid-column: 3;
  grid-row: 2;
  margin: 0;
  padding: 0 10px; }
  .detail-short ul {
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-width: 0 1px;
    background: #fff;
    margin: 0; }
    .detail-short ul li {
      display: block;
      line-height: 26px;
      font-size: 14px; }
    .detail-short ul img {
      display: inline-block;
      vertical-align: middle;
      max-height: 26px; }
.detail-photo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 /4;
  padding: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: zoom-in; }
  .detail-photo-img {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .detail-photo-img img {
      display: block; }
  .detail-photo .present-lamp {
    position: absolute;
    top: 9px;
    left: 16px;
    width: 158px;
    height: 152px;
    background: transparent url("/bitrix/templates/NewDesing_v2_test/images/presentlamp2.png") 0 0 no-repeat;
    background-size: contain; }
  .detail-photo .present-basket {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 257px;
    height: 149px;
    background: transparent url("/bitrix/templates/NewDesing_v2_test/images/presentbasket2.png") 0 0 no-repeat;
    background-size: contain; }
  .detail-photo .present-clean {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 311px;
    height: 86px;
    background: transparent url("/bitrix/templates/NewDesing_v2_test/images/clean.png") 0 0 no-repeat;
    background-size: contain; }
  .detail-photo .help {
    width: 0 !important;
    height: 100% !important;
    display: inline-block !important;
    opacity: 0 !important;
    vertical-align: middle !important; }
  .detail-photo.no-thumbs {
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
    .detail-photo.no-thumbs .detail-photo-box {
      width: 620px; }
  .detail-photo .label {
    top: 30px;
    right: 5px; }
  .detail-photo .goods-movie {
    top: 20px;
    left: 20px; }
  .detail-photo-box {
    background: #fff;
    width: 460px;
    height: 434px;
    line-height: 434px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    .detail-photo-box img {
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%; }
    .detail-photo-box img#main-video {
      vertical-align: middle;
      max-width: 30%;
      max-height: 30%;
      display: none; }
    .detail-photo-box svg.ico {
      color: #ed711f;
      vertical-align: middle;
      width: 30%;
      height: 30%;
      display: none; }
    .detail-photo-box .black-friday {
      position: absolute;
      bottom: -20px;
      right: 0;
      width: 120px;
      height: 120px;
      background: transparent url(/bitrix/templates/NewDesing_v2_test/images/black-friday.png) 50% 50% no-repeat;
      background-size: contain; }
.detail-thumbs {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-column: 1;
  grid-row: 1 /4;
  padding: 10px; }
  .detail-thumbs .video img {
    max-width: 50% !important;
    max-height: 50% !important; }
.detail .vsslider {
  background: #fff;
  height: 434px;
  overflow: hidden;
  position: relative; }
  .detail .vsslider .prof-slider-wrap {
    width: 100%;
    height: 10000px; }
  .detail .vsslider .prof-slider-box {
    height: 352px;
    margin-top: 41px;
    border: 1px solid #d5d5d5;
    border-width: 0 1px;
    overflow: hidden; }
    .detail .vsslider .prof-slider-box span {
      display: block;
      padding: 10px 10px; }
    .detail .vsslider .prof-slider-box a {
      display: block;
      border: 1px solid #d5d5d5;
      text-align: center;
      width: auto;
      height: 100px;
      line-height: 100px;
      overflow: hidden; }
      .detail .vsslider .prof-slider-box a:hover, .detail .vsslider .prof-slider-box a.active {
        border: 1px solid #ed711f; }
      .detail .vsslider .prof-slider-box a img {
        vertical-align: middle;
        display: inline-block;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
      .detail .vsslider .prof-slider-box a svg.ico {
        vertical-align: middle;
        display: inline-block;
        margin: auto;
        width: 40%;
        height: 40%; }
  .detail .vsslider .prof-slider-nav {
    position: absolute;
    background: #7dba33;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 41px;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0; }
    .detail .vsslider .prof-slider-nav svg.ico {
      width: 30px;
      height: 30px;
      margin-top: 4px; }
  .detail .vsslider .prof-slider-prev {
    top: 0;
    bottom: auto; }
  .detail .vsslider .prof-slider-next {
    top: auto;
    bottom: 0; }
  .detail .vsslider.prof-slider-nonav {
    border: 1px solid #d5d5d5; }
    .detail .vsslider.prof-slider-nonav .prof-slider-box {
      margin: 0;
      height: 100%;
      width: 100%; }
.detail-basket {
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-width: 0 1px;
  background: #fff;
  position: relative; }
  .detail-basket .btn-orange {
    vertical-align: middle;
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    float: right; }
    .detail-basket .btn-orange svg.ico {
      display: inline-block;
      margin: 0 5px 0 0;
      height: 20px;
      width: 20px; }
  .detail-basket .btn-green2 {
    width: 100%;
    margin-top: 10px; }
.detail-buy {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-column: 3;
  grid-row: 3 / 5;
  padding: 0 10px; }
  .detail-buy .is-available {
    color: #7dba33; }
  .detail-buy-price, .detail-buy-available {
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-width: 0 1px;
    background: #fff;
    text-align: center; }
  .detail-buy-available {
    font-size: 14px;
    font-weight: bold; }
    .detail-buy-available span {
      color: #5b5b60; }
  .detail-buy-price-old {
    text-decoration: line-through;
    color: #5b5b60;
    font-size: 20px; }
  .detail-buy-price-value {
    display: inline-block;
    white-space: nowrap;
    font-size: 40px; }
    .detail-buy-price-value.small {
      font-size: 24px; }
  .detail-buy-price .button {
    display: inline-block;
    height: 48px;
    width: 48px;
    position: relative; }
    .detail-buy-price .button svg.ico {
      position: absolute;
      height: 30px;
      width: 30px;
      top: 8px;
      left: 7px;
      margin-left: 0; }
    .detail-buy-price .button .ico-active {
      display: none; }
    .detail-buy-price .button.active .ico-inactive {
      display: none; }
    .detail-buy-price .button.active .ico-active {
      display: block; }
.detail-body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  grid-column: 1 / 3;
  grid-row: 4; }
  .detail-body .prof-slider-box {
    margin: 0 70px; }
  .detail-body .prof-slider-nav {
    color: #303031; }
  .detail-body .prof-slider-next {
    right: 0; }
  .detail-body .prof-slider-prev {
    left: 0; }
  .detail-body .tabs-tab {
    padding: 10px; }
  .detail-body .tabs-head {
    margin: 0;
    list-style: none; }
    .detail-body .tabs-head li {
      width: 160px;
      float: left;
      padding: 10px; }
    .detail-body .tabs-head button {
      display: block;
      height: 79px;
      width: 100%;
      background: #fff;
      border: 1px solid #d5d5d5;
      position: relative;
      text-align: center;
      cursor: pointer; }
      .detail-body .tabs-head button > span {
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold; }
        .detail-body .tabs-head button > span span {
          font-weight: normal;
          color: #95979a; }
      .detail-body .tabs-head button i {
        position: absolute;
        top: 16px;
        left: 50px; }
      .detail-body .tabs-head button:hover, .detail-body .tabs-head button.active {
        border-width: 4px;
        border-color: #ed711f; }
        .detail-body .tabs-head button:hover > span, .detail-body .tabs-head button.active > span {
          top: 52px; }
        .detail-body .tabs-head button:hover i, .detail-body .tabs-head button.active i {
          top: 13px;
          left: 47px; }
.detail-delivery {
  background: #fff;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-width: 0 1px;
  font-size: 14px; }
.detail-cheaper {
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-width: 0 1px;
  background: #fff; }
  .detail-cheaper .button {
    height: 42px;
    line-height: 38px;
    width: 100%; }
    .detail-cheaper .button svg.ico {
      width: 27px;
      height: 27px; }
.detail-hotline {
  padding: 10px;
  background: #f4be2d;
  color: black;
  position: relative; }
  .detail-hotline-head, .detail-hotline-tel, .detail-hotline-note {
    margin-left: 70px; }
  .detail-hotline-head {
    font-size: 14px; }
  .detail-hotline-tel {
    line-height: 30px;
    font-size: 22px;
    text-decoration: none;
    color: #000; }
  .detail-hotline-note {
    font-size: 12px;
    color: #ed711f; }
  .detail-hotline-text {
    text-align: center;
    font-size: 13px;
    line-height: 16px; }
    .detail-hotline-text a {
      text-decoration: none; }
  .detail-hotline-btns {
    padding-top: 10px;
    text-align: right; }
    .detail-hotline-btns a {
      font-size: 12px; }
    .detail-hotline-btns a:hover {
      text-decoration: none; }
  .detail-hotline_red {
    background: #ff3000; }
    .detail-hotline_red a, .detail-hotline_red .detail-hotline-text {
      color: #fff;
      font-weight: bold; }
  .detail-hotline_lilac {
    background: #911ff4; }
    .detail-hotline_lilac a, .detail-hotline_lilac .detail-hotline-text {
      color: #fff; }
  .detail-hotline svg.ico {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    left: 23px; }
.detail-tables {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px; }
  .detail-tables table {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    border-collapse: collapse;
    border: 1px solid #d5d5d5;
    margin: 0 0 20px 0;
    width: 100%; }
  .detail-tables thead th {
    background: #eee;
    border: 1px solid #d5d5d5;
    padding: 10px;
    font-size: 14px; }
  .detail-tables tbody tr {
    background: #fff;
    border-bottom: 1px solid #eee; }
    .detail-tables tbody tr:last-child {
      border-bottom: none; }
  .detail-tables tbody td {
    background: #fff;
    padding: 10px;
    font-size: 13px; }
    .detail-tables tbody td:last-child {
      font-weight: bold;
      width: 38%; }
.detail-images {
  text-align: center; }
  .detail-images div {
    margin: 0 0 20px; }
  .detail-images a {
    display: inline-block;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    cursor: zoom-in; }
    .detail-images a img {
      display: block;
      max-width: 100%;
      height: auto; }
.detail .text-box {
  margin: 0;
  padding: 0; }

.detail-footer {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 5;
  grid-column: 1 / 4;
  grid-row: 5; }
  .detail-footer .detail-buy {
    background: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-rows: max-content max-content max-content;
    -ms-grid-rows: max-content max-content max-content;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    margin: 10px;
    padding: 0;
    border: 1px solid #d5d5d5; }
    .detail-footer .detail-buy .detail-buy-available {
      border: none;
      grid-column: 1 / 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-row: 1;
      -ms-grid-row: 1; }
    .detail-footer .detail-buy .detail-buy-price {
      border: none;
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 2;
      -ms-grid-row: 2; }
    .detail-footer .detail-buy .detail-basket {
      border: none;
      grid-column: 2;
      -ms-grid-column: 2;
      grid-row: 2;
      -ms-grid-row: 2; }
    .detail-footer .detail-buy .detail-delivery {
      border: none;
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 3;
      -ms-grid-row: 3; }
    .detail-footer .detail-buy .delivery-box {
      grid-column: 2;
      -ms-grid-column: 2;
      grid-row: 3;
      -ms-grid-row: 3;
      padding: 10px;
      border: none; }
  .detail-footer .detail-basket form {
    margin: 0 10px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: max-content;
    -ms-grid-rows: max-content;
    grid-template-columns: 1fr 80px 42px 170px 215px;
    -ms-grid-columns: 1fr 80px 42px 170px 215px; }
    .detail-footer .detail-basket form .spinbox {
      position: relative;
      top: auto;
      right: auto;
      grid-column: 2;
      -ms-grid-column: 2;
      margin: 10px; }
    .detail-footer .detail-basket form .btn-like {
      position: relative;
      top: auto;
      left: auto;
      grid-column: 3;
      -ms-grid-column: 3;
      vertical-align: middle;
      display: inline-block;
      align-self: center;
      margin: 10px 0; }
    .detail-footer .detail-basket form .btn-orange {
      grid-column: 4;
      -ms-grid-column: 4;
      float: none;
      margin: 10px;
      height: 42px;
      line-height: 42px; }
    .detail-footer .detail-basket form .btn-green2 {
      grid-column: 5;
      -ms-grid-column: 5;
      margin: 10px;
      height: 42px;
      line-height: 42px; }

.catalog .goods-list:after {
  display: block;
  content: '';
  clear: both; }

.leftmenu {
  margin: 10px;
  background: #fff; }
  .leftmenu-head {
    background: #7dba33;
    color: #fff;
    height: 42px;
    line-height: 42px;
    text-align: center; }
  .leftmenu > ul {
    border: 1px solid #d5d5d5;
    border-width: 0 1px 1px 1px;
    margin: 0;
    padding: 0; }
    .leftmenu > ul li {
      font-size: 14px;
      display: block;
      overflow: hidden; }
      .leftmenu > ul li ul {
        margin: 0;
        padding: 0 10px;
        display: none; }
      .leftmenu > ul li li a {
        display: block;
        position: relative;
        padding-left: 20px; }
        .leftmenu > ul li li a:before {
          position: absolute;
          width: 12px;
          height: 12px;
          left: 0;
          top: 50%;
          margin-top: -6px;
          content: '\003E';
          display: inline-block;
          font-size: 12px;
          color: #95979a;
          background: #d5d5d5;
          line-height: 11px; }
        .leftmenu > ul li li a:hover:before {
          color: #fff;
          background: #ed711f; }
      .leftmenu > ul li a {
        margin: 8px 0;
        display: block;
        text-decoration: none;
        color: #303031; }
        .leftmenu > ul li a:hover {
          color: #ed711f; }
    .leftmenu > ul div.sc {
      position: relative;
      display: -ms-grid;
      display: grid;
      grid-template-columns: 35px 1fr 35px;
      -ms-grid-columns: 35px 1fr 35px;
      align-items: center;
      justify-content: center;
      -ms-align-items: center;
      -ms-justify-content: center;
      border: 1px solid #d5d5d5;
      border-width: 1px 0;
      min-height: 42px; }
      .leftmenu > ul div.sc:before {
        position: relative;
        top: auto;
        left: auto;
        -ms-grid-column: 1;
        align-self: center; }
      .leftmenu > ul div.sc a {
        text-transform: uppercase;
        margin: 14px 0;
        -ms-grid-column: 2; }
      .leftmenu > ul div.sc span {
        align-self: center;
        -ms-grid-column: 3;
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #d5d5d5;
        cursor: pointer;
        position: relative;
        background: #fff; }
        .leftmenu > ul div.sc span svg.ico {
          box-sizing: border-box;
          position: absolute;
          top: 5px;
          right: 4px;
          width: 15px;
          height: 15px;
          -webkit-transition: all ease-out 0.4s;
          -moz-transition: all ease-out 0.4s;
          -o-transition: all ease-out 0.4s;
          transition: all ease-out 0.4s; }
        .leftmenu > ul div.sc span:hover svg.ico {
          color: #ed711f; }
    .leftmenu > ul li.leftmenu-opened ul {
      display: block; }
    .leftmenu > ul li.leftmenu-opened div.sc {
      background: #eee; }
      .leftmenu > ul li.leftmenu-opened div.sc span svg.ico {
        transform: rotate(-180deg); }

.filter-btn-box {
  margin: 10px 0;
  padding: 0 10px;
  display: none; }

.filter-btn {
  display: block;
  width: 100%;
  border: 1px solid #d5d5d5;
  background: #fff;
  height: 33px;
  line-height: 33px;
  position: relative;
  text-align: left; }
  .filter-btn svg.ico {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 11px;
    height: 11px;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .filter-btn.active svg.ico {
    transform: rotate(-180deg); }

.brand-info {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 240px 1fr;
  -ms-grid-columns: 240px 1fr;
  grid-template-rows: min-content min-content 1fr;
  -ms-grid-rows: min-content min-content 1fr;
  margin: 0 10px; }
  .brand-info h1 {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-left: 0; }
.brand-logo {
  grid-row: 1/4;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 3;
  width: 240px;
  height: 186px; }
.brand-img {
  display: block;
  width: 220px;
  height: 186px;
  border: 1px solid #d5d5d5;
  background: #fff none 50% 50% no-repeat;
  background-size: contain; }
.brand-params, .brand-links {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  line-height: 24px;
  font-size: 14px; }
.brand-params span {
  color: #ed711f; }
.brand-links a {
  color: #303031; }
  .brand-links a:hover {
    color: #ed711f; }
.brand-sections {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
  padding: 20px;
  margin: 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
  font-size: 14px; }
  .brand-sections li {
    margin: 10px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    .brand-sections li:first-child {
      margin-top: 0; }
    .brand-sections li:last-child {
      margin-bottom: 0; }
.brand-description {
  margin: 20px 0; }

.brands {
  list-style: none;
  margin: 0;
  padding: 0; }
  .brands:after {
    display: block;
    content: '';
    clear: both; }
  .brands-logo {
    margin: 0 auto;
    display: block;
    height: 140px;
    width: 180px;
    background: #fff none 50% 100% no-repeat; }
  .brands-name {
    margin-top: 10px;
    line-height: 20px;
    display: block;
    color: #303031; }
  .brands-item {
    padding: 10px;
    float: left;
    width: 240px; }
  .brands-box {
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 10px;
    height: 220px;
    display: block; }
    .brands-box:hover {
      box-shadow: 0 0 5px 0 #303031; }
      .brands-box:hover .brands-name {
        color: #ed711f; }

.infopage {
  border: 1px solid #d5d5d5;
  background: #fff;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .infopage:after {
    content: '';
    position: absolute;
    background: #fff url(/bitrix/templates/NewDesing_v2_test/images/lnd.svg) 0 0 no-repeat;
    bottom: -40px;
    right: -45px;
    width: 118px;
    height: 196px;
    background-size: contain;
    z-index: 1; }
  .infopage h1 {
    color: #7dba33;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px; }
  .infopage p {
    max-width: 500px;
    margin: 10px auto;
    font-size: 20px;
    z-index: 2;
    position: relative; }
  .infopage-info {
    margin: 40px auto 10px auto;
    max-width: 500px;
    z-index: 2;
    position: relative; }
  .infopage-note {
    font-size: 14px;
    color: #5b5b60; }
  .infopage-contact {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    -ms-grid-columns: 1fr 20px 1fr; }
  .infopage svg.ico {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    color: #ed711f; }
  .infopage a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }
  .infopage-email {
    grid-column: 3;
    -ms-grid-column: 3;
    text-align: left; }
  .infopage-phone {
    grid-column: 1;
    -ms-grid-column: 1;
    text-align: right; }
    .infopage-phone span {
      display: block;
      color: #5b5b60;
      font-size: 14px; }
    .infopage-phone a {
      color: #303031;
      text-decoration: none; }

.steps {
  margin: 0 10px; }
  .steps-item {
    background: #ed711f;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: relative; }
    .steps-item:after {
      margin-left: -12px;
      content: '';
      box-sizing: border-box;
      width: 24px;
      height: 16px;
      border-top: 8px solid #ed711f;
      border-left: 12px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 8px solid transparent;
      position: absolute;
      bottom: -16px;
      left: 50%;
      z-index: 2; }
    .steps-item:nth-child(even) {
      background: #7dba33; }
      .steps-item:nth-child(even):after {
        border-top: 8px solid #7dba33; }
    .steps-item:last-child:after {
      display: none; }
  .steps-num {
    font-size: 60px;
    margin-bottom: 10px; }
  .steps-body {
    font-size: 12px; }

.carttable {
  margin: 20px 10px;
  background: #fff; }
  .carttable table {
    border: 2px solid #d5d5d5;
    border-collapse: collapse;
    width: 100%; }
  .carttable td {
    padding: 10px; }
  .carttable thead td {
    background: #d5d5d5;
    border-right: 2px solid #f7f7f7;
    text-transform: uppercase; }
    .carttable thead td:last-child {
      border-right-color: #d5d5d5; }
  .carttable tbody td {
    border: 2px solid #d5d5d5;
    text-align: center; }
    .carttable tbody td:first-child {
      text-align: left; }
  .carttable tfoot td {
    border: 2px solid #d5d5d5; }
    .carttable tfoot td:first-child {
      font-weight: bold;
      text-align: right; }
  .carttable-label {
    display: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.roll label {
  margin-bottom: 5px; }
.roll-body {
  display: none; }
.roll-btn {
  text-decoration: none; }
  .roll-btn span {
    text-decoration: underline; }
  .roll-btn:after {
    content: '+';
    width: 12px;
    height: 12px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ed711f;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
.roll-opened .roll-btn:after {
  content: '-'; }
.roll-opened .roll-body {
  display: block; }

.sidemenu {
  margin: 0 10px 10px;
  padding: 0;
  list-style: none;
  background: #fff; }
  .sidemenu li {
    display: block;
    border: 1px solid #d5d5d5; }
  .sidemenu a {
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 30px;
    text-decoration: none;
    color: #303031;
    font-size: 14px;
    font-weight: bold; }
    .sidemenu a > svg.ico {
      box-sizing: border-box;
      position: absolute;
      top: 10px;
      left: 4px;
      width: 20px;
      height: 20px; }
    .sidemenu a span {
      position: absolute;
      top: 7px;
      right: 7px;
      width: 25px;
      height: 25px;
      border: 1px solid #d5d5d5; }
      .sidemenu a span svg.ico {
        box-sizing: border-box;
        position: absolute;
        top: 5px;
        right: 4px;
        width: 15px;
        height: 15px; }
    .sidemenu a:hover {
      color: #ed711f; }

.sideform {
  margin: 10px; }
  .sideform input {
    width: 100%; }
  .sideform .form-btns {
    margin: 10px 0; }

.tools {
  margin: 10px;
  text-align: right; }
  .tools:first-child {
    margin-top: 0; }
  .tools svg.ico {
    width: 20px;
    height: 20px; }

.wrapper {
  margin: 10px; }

.basket {
  width: 100%;
  border-collapse: collapse;
  background: #fff; }
  .basket tr {
    border: 1px solid #d5d5d5; }
  .basket td {
    padding: 10px; }
  .basket-img {
    width: 1%; }
    .basket-img a {
      display: block;
      width: 118px;
      height: 118px;
      line-height: 118px;
      border: 1px solid #d5d5d5;
      background: #fff;
      background-size: contain;
      overflow: hidden;
      text-align: center; }
      .basket-img a img {
        max-height: 116px;
        max-width: 116px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle; }
  .basket-available {
    font-size: 12px; }
    .basket-available span {
      color: #7dba33; }
  .basket-title {
    font-weight: bold;
    color: #303031;
    text-decoration: none;
    margin: 10px 0;
    display: block;
    font-size: 14px; }
    .basket-title:hover {
      color: #ed711f; }
  .basket-quantity {
    white-space: nowrap; }
  .basket-price {
    white-space: nowrap; }
    .basket-price-old {
      color: #5b5b60;
      text-decoration: line-through;
      white-space: nowrap; }
    .basket-price-value {
      white-space: nowrap;
      font-size: 20px; }
  .basket-summa {
    font-size: 20px;
    white-space: nowrap; }
  .basket-del {
    width: 1px; }
    .basket-del a {
      color: #5b5b60;
      text-decoration: none; }
      .basket-del a:hover {
        color: #ed711f; }
  .basket-summary {
    line-height: 20px;
    text-align: right;
    margin: 10px; }
    .basket-summary-links {
      float: left; }
    .basket-summary-old {
      color: #5b5b60;
      font-size: 14px;
      display: inline-block;
      padding-right: 10px; }
      .basket-summary-old span {
        font-size: 18px;
        text-decoration: line-through; }
    .basket-summary-value {
      color: #5b5b60;
      font-size: 14px;
      display: inline-block; }
      .basket-summary-value span {
        font-size: 18px; }
  .basket-coupon {
    margin: 10px;
    padding-right: 230px;
    position: relative; }
    .basket-coupon .button {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 30px; }
      .basket-coupon .button svg.ico {
        width: 24px;
        height: 24px; }
    .basket-coupon input {
      text-align: center;
      border-radius: 4px;
      width: 100%;
      height: 39px;
      line-height: 39px;
      border: 1px solid #d5d5d5;
      background: #fff; }
  .basket-text {
    margin: 20px 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d5d5d5; }
  .basket-total {
    margin: 20px 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    text-align: right;
    font-size: 28px; }
    .basket-total span {
      font-weight: bold;
      color: #ed711f;
      font-size: 32px; }
  .basket-btns {
    margin: 20px 10px;
    text-align: center; }
  .basket-add {
    border-radius: 4px;
    border: 4px solid #ed711f;
    width: 295px;
    height: 84px;
    line-height: 76px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0 10px; }
    .basket-add > span {
      display: inline-block;
      vertical-align: middle;
      line-height: 22px; }
    .basket-add-title {
      font-size: 20px;
      line-height: 22px;
      display: block; }
    .basket-add-note {
      display: block;
      font-size: 12px;
      line-height: 16px; }
    .basket-add-ur {
      background: #ed711f; }
      .basket-add-ur:hover {
        border-color: #7dba33; }
    .basket-add-fi {
      background: #7dba33;
      border-color: #7dba33; }
      .basket-add-fi:hover {
        border-color: #ed711f; }
  .basket-friends {
    font-size: 12px; }
    .basket-friends svg.ico {
      margin-left: 5px; }

.reviewspage-item {
  background: #fff;
  margin: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 170px auto;
  -ms-grid-columns: 170px auto;
  border: 1px solid #d5d5d5; }
.reviewspage-goods {
  grid-column: 1;
  -ms-grid-column: 1;
  padding: 10px; }
.reviewspage-text {
  padding: 10px;
  grid-column: 2;
  -ms-grid-column: 2; }
.reviewspage-image {
  display: block;
  width: 100%;
  height: 170px;
  background: #fff none 50% 50% no-repeat;
  background-size: contain; }
.reviewspage-head {
  font-size: 14px; }
  .reviewspage-head i {
    color: #5b5b60;
    font-size: 12px; }
.reviewspage-path {
  margin: 10px 0;
  padding: 0;
  list-style: none; }
  .reviewspage-path li {
    display: inline-block;
    font-size: 14px; }
    .reviewspage-path li:after {
      color: #5b5b60;
      padding: 0 0 0 7px;
      content: '\00bb';
      display: inline-block; }
    .reviewspage-path li:last-child:after {
      display: none; }
.reviewspage-body {
  text-decoration: none;
  color: #303031;
  margin: 20px 0;
  display: block; }
  .reviewspage-body:hover {
    color: #ed711f; }
.reviewspage-imgs a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin-right: 10px; }
.reviewspage-imgs img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }
.reviewspage-price {
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 10px; }
.reviewspage-answer {
  margin-top: 15px;
  border-top: 1px solid #cecece;
  padding: 15px; }
  .reviewspage-answer__body {
    font-style: italic;
    padding-left: 30px; }
  .reviewspage-answer__author {
    padding-bottom: 5px;
    color: #777;
    font-size: 14px; }

.detail-body .reviewspage-item {
  margin: 10px 0; }

.rate {
  width: 98px;
  height: 21px;
  margin: 0 auto;
  position: relative; }
  .rate-star, .rate-value {
    height: 21px;
    position: absolute;
    top: 0;
    left: 0; }
  .rate-star {
    width: 98px;
    background: url(/bitrix/templates/NewDesing_v2_test/images/stars.png);
    background-size: contain;
    z-index: 2;
    cursor: pointer; }
  .rate-value {
    width: 0;
    background: #FFEE00;
    z-index: 1; }
  .rate input {
    margin-left: 130px; }

.centered {
  text-align: center; }

.infobox {
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 10px 0;
  margin: 10px;
  text-align: center; }
  .infobox-item {
    padding: 10px 150px; }
  .infobox-underline {
    border-bottom: 1px solid #d5d5d5; }
    .infobox-underline:last-child {
      border-bottom: none; }
  .infobox h2 {
    font-weight: normal;
    color: #ed711f;
    font-size: 20px; }
  .infobox h3 {
    font-size: 18px; }
  .infobox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px; }
  .infobox p {
    line-height: 30px; }
  .infobox .map {
    width: 100%;
    height: 320px;
    margin-bottom: 20px; }
  .infobox-phones {
    margin: 10px;
    text-align: center;
    font-size: 20px;
    background: #d5d5d5;
    color: #000;
    padding: 20px; }
    .infobox-phones a {
      color: inherit;
      font: inherit;
      text-decoration: none;
      white-space: nowrap; }

.contactpage {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr; }
  .contactpage-box {
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 10px;
    font-size: 14px; }
    .contactpage-box p {
      line-height: 20px; }
  .contactpage-item {
    margin: 10px;
    justify-self: stretch;
    overflow: hidden; }
    .contactpage-item:nth-child(1) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 1;
      -ms-grid-column: 1; }
    .contactpage-item:nth-child(2) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 2;
      -ms-grid-column: 2; }
    .contactpage-item:nth-child(3) {
      grid-row: 2;
      -ms-grid-row: 2;
      grid-column: 1;
      -ms-grid-column: 1; }
    .contactpage-item:nth-child(4) {
      grid-row: 2;
      -ms-grid-row: 2;
      grid-column: 2;
      -ms-grid-column: 2; }
    .contactpage-item:nth-child(5) {
      grid-row: 3;
      -ms-grid-row: 3;
      grid-column: 1;
      -ms-grid-column: 1; }
    .contactpage-item:nth-child(6) {
      grid-row: 3;
      -ms-grid-row: 3;
      grid-column: 2;
      -ms-grid-column: 2; }
    .contactpage-item h2 {
      text-align: center;
      font-weight: normal; }
    .contactpage-item ul {
      border: 1px solid #d5d5d5;
      border-top: none;
      list-style: none;
      margin: 0;
      padding: 10px 10px 10px 40px;
      background: #fff; }
      .contactpage-item ul li {
        position: relative;
        margin: 10px 0;
        font-size: 14px; }
        .contactpage-item ul li svg.ico {
          width: 20px;
          height: 20px;
          position: absolute;
          left: -30px;
          top: 50%;
          margin-top: -10px;
          color: #ed711f; }
        .contactpage-item ul li a {
          color: #7dba33; }
  .contactpage .map {
    width: 100%;
    height: 200px; }

.conform {
  background: #fff url(/bitrix/templates/NewDesing_v2_test/images/bgform.jpg) 50% top no-repeat;
  background-size: cover;
  padding: 10px;
  overflow: hidden;
  clear: both;
  border: 1px solid #d5d5d5;
  border-width: 1px 0; }
  .conform h2, .conform .form-warn {
    text-align: center; }
  .conform form {
    margin: 0 auto;
    max-width: 900px; }
  .conform .wrap {
    margin: 10px auto; }

.form1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-rows: max-content max-content max-content max-content max-content;
  -ms-grid-rows: max-content max-content max-content max-content max-content; }
  .form1 input[type=email],
  .form1 input[type=tel],
  .form1 input[type=text], .form1 textarea {
    width: 100%; }
  .form1 .form-row {
    margin: 10px; }
    .form1 .form-row textarea {
      height: 157px; }
  .form1-1 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .form1-2 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2; }
  .form1-3 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3;
    -ms-grid-row: 3; }
  .form1-3 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3;
    -ms-grid-row: 3; }
  .form1-captcha {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 4;
    -ms-grid-row: 4;
    position: relative;
    padding-right: 137px !important; }
    .form1-captcha img {
      position: absolute;
      top: 0;
      right: 0;
      width: 117px;
      height: 39px; }
  .form1-text {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3; }
  .form1-sign {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 4;
    -ms-grid-row: 4; }
  .form1 .form-btns {
    grid-column: 1 /3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 5;
    -ms-grid-row: 5; }

.form1-wf .form1-text {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2; }
  .form1-wf .form1-text textarea {
    height: 99px; }
.form1-wf .form1-file {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 3;
  -ms-grid-row: 3; }

.newspage:after {
  content: '';
  clear: both;
  display: block; }
.newspage-item {
  width: 240px;
  padding: 10px;
  float: left; }
.newspage-date {
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #7dba33;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }
  .newspage-date svg.ico {
    margin-right: 5px; }
.newspage-img {
  height: 214px;
  background: #fff none 50% 50% no-repeat;
  background-size: cover;
  display: block; }
.newspage-body {
  border: 1px solid #d5d5d5;
  border-top: none;
  height: 212px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 10px 10px; }
  .newspage-body:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    clear: both;
    display: block;
    width: 100%;
    box-shadow: 0 0 16px 5px #fff; }
.newspage-title {
  margin: 10px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #303031; }
.newspage-teaser {
  display: block;
  font-size: 14px;
  color: #5b5b60; }
.newspage-box {
  overflow: hidden;
  display: block;
  text-decoration: none; }
  .newspage-box:hover {
    box-shadow: 0 0 5px 0 #303031; }
    .newspage-box:hover .newspage-date {
      background: #ed711f; }
    .newspage-box:hover .newspage-title {
      color: #ed711f; }

.prohide input {
  padding: 5px;
  font-size: 12px; }
.prohide-label {
  cursor: pointer;
  position: relative;
  padding-right: 20px; }
  .prohide-label span {
    font-size: 12px; }
  .prohide-label svg.ico {
    width: 12px;
    height: 12px;
    margin-left: 5px; }
  .prohide-label:hover svg.ico {
    color: #ed711f; }

.white-box {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 10px 20px !important;
  margin: 0 10px; }

.text-box {
  clear: both;
  overflow: hidden; }
  .text-box h1 {
    line-height: 40px;
    font-size: 27px;
    text-align: center;
    margin: 0 0 30px 0; }
.text-image-box {
  float: left;
  max-width: 50%;
  position: relative;
  margin: 10px 20px 20px 0;
  min-width: 160px;
  min-height: 30px; }
.text-image {
  max-width: 100%; }
.text-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 10px;
  background: #7dba33;
  font-size: 14px;
  line-height: 30px; }
  .text-date svg.ico {
    margin-right: 5px; }
.text-footer {
  margin-top: 30px;
  clear: both;
  overflow: hidden; }
  .text-footer li:before {
    display: none; }
.text-social {
  float: left; }
.text-btns {
  float: right; }
  .text-btns .button {
    display: inline-block;
    width: auto;
    padding: 0 10px; }

.not-available .detail-photo-box {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative; }
  .not-available .detail-photo-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/bitrix/templates/NewDesing_v2_test/images/not.png) 50% 50% no-repeat; }
.not-available .detail-basket {
  border-bottom: 1px solid #d5d5d5; }

button.aslink {
  background: transparent;
  color: #ed711f;
  text-decoration: underline;
  border: none;
  margin-top: 10px;
  cursor: pointer; }
  button.aslink:hover {
    color: #7dba33; }

.sliderBox {
  position: relative;
  overflow: hidden;
  clear: both;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 25px 60px 1fr 25px 60px 25px;
  -ms-grid-columns: 25px 60px 1fr 25px 60px 25px;
  grid-template-rows: max-content max-content;
  -ms-grid-rows: max-content max-content; }
  .sliderBox span, .sliderBox input {
    background: #fff;
    height: 30px; }
  .sliderBox input {
    width: 60px;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #d5d5d5;
    border-left: none; }
  .sliderBox span:nth-of-type(1) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    -ms-grid-column: 1;
    line-height: 28px;
    border: 1px solid #d5d5d5;
    border-right: none;
    padding-left: 5px;
    font-size: 12px; }
  .sliderBox input:nth-of-type(1) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2;
    -ms-grid-column: 2; }
  .sliderBox span:nth-of-type(2) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 4;
    -ms-grid-column: 4;
    line-height: 28px;
    border: 1px solid #d5d5d5;
    border-right: none;
    padding-left: 5px;
    font-size: 12px; }
  .sliderBox input:nth-of-type(2) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 5;
    -ms-grid-column: 5; }
  .sliderBox span:nth-of-type(3) {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 6;
    -ms-grid-column: 6;
    line-height: 30px;
    font-size: 12px;
    text-align: right; }
  .sliderBox .range-box {
    padding: 20px 0 10px 0;
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1 / 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    width: 100%;
    position: relative; }

.city {
  text-align: center; }
  .city-select {
    display: inline-block;
    border: 1px solid #d5d5d5;
    vertical-align: middle;
    padding-right: 32px;
    position: relative;
    width: 300px; }
  .city input[type=text] {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    padding: 0 5px;
    font-size: 14px; }
  .city button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    background: #7dba33;
    color: #fff;
    border: none;
    cursor: pointer; }
    .city button:hover {
      background: #ed711f; }

.fancybox-share__button--mr {
  background: #134785; }
  .fancybox-share__button--mr:hover {
    background: #104482; }

.fancybox-share__button--ok {
  background: #eb722e; }
  .fancybox-share__button--ok:hover {
    background: #e9692c; }

.dbl {
  line-height: 3px;
  font-size: 3px;
  opacity: 0; }

div.title-search-result {
  background: #fff;
  border: 1px solid #d5d5d5;
  max-height: 40%;
  overflow: auto;
  z-index: 99;
  display: none;
  padding: 10px; }

table.title-search-result {
  width: 100%; }

.title-search-item a {
  display: inline-block;
  vertical-align: middle;
  color: #303031; }
  .title-search-item a:hover {
    color: #ed711f; }
.title-search-item .photo {
  width: 80px;
  height: 80px;
  background: #fff none 50% 50% no-repeat;
  background-size: contain;
  text-decoration: none !important;
  border: 1px solid #d5d5d5; }

.title-search-fader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 28px 10px #fff; }

.title-search-more {
  color: #5b5b60;
  font-size: 15px;
  padding: 10px 0; }

.title-search-separator {
  height: 1px;
  overflow: hidden; }

.stylebox {
  margin: 20px;
  padding: 20px 0;
  position: relative;
  border-top: 4px solid #ed711f;
  border-bottom: 4px solid #7dba33;
  box-sizing: border-box;
  background: #fff; }
  .stylebox p {
    margin: 10px 10px 10px 110px; }
  .stylebox-hit {
    margin-top: 30px !important;
    color: #ed711f;
    font-size: 18px;
    text-align: center; }
  .stylebox:before {
    content: '';
    background: #fff url(/bitrix/templates/NewDesing_v2_test/images/lnd.svg) 50% 0 no-repeat;
    background-size: contain;
    height: 100%;
    width: 100px;
    display: block;
    position: absolute;
    top: -4px;
    left: 0; }

.img-shadow {
  box-shadow: 0 0 20px 0 #777; }

.actions {
  text-align: center;
  margin: 20px 0; }
  .actions-title {
    color: #ed711f;
    font-size: 24px;
    margin: 30px 0; }
  .actions-image {
    margin: 10px 0; }
    .actions-image img {
      max-width: 100%; }
  .actions-countdown {
    margin: 60px 0; }
    .actions-countdown .countDiv {
      height: 20px;
      top: -16px; }
      .actions-countdown .countDiv:before {
        top: 0; }
      .actions-countdown .countDiv:after {
        top: auto;
        bottom: 0; }

.pageradapt {
  clear: both;
  margin: 10px 5px;
  position: relative; }
  .pageradapt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: block; }
    .pageradapt ul li {
      display: inline-block; }
      .pageradapt ul li a {
        box-sizing: border-box;
        display: inline-block;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ed711f;
        text-decoration: none; }
        .pageradapt ul li a:hover {
          border-color: #7dba33;
          color: #7dba33; }
        .pageradapt ul li a.active {
          cursor: default;
          font-weight: bold;
          background: #ed711f;
          color: #fff; }

.lebels2 {
  position: absolute;
  top: 80px;
  left: 0; }

.label-lamp {
  display: block;
  height: 50px;
  width: 50px;
  background: transparent url(/bitrix/templates/NewDesing_v2_test/images/lamp2_s.png) 50% 50% no-repeat;
  background-size: contain; }

.label-present {
  display: block;
  height: 50px;
  width: 50px;
  background: transparent url(/bitrix/templates/NewDesing_v2_test/images/present_s.png) 50% 50% no-repeat;
  background-size: contain; }

a#mainmenu-btn-off, a#mainmenu-btn {
  color: #fff !important;
  text-decoration: none; }

.to-top {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  position: fixed;
  top: 50%;
  right: 5px;
  margin-top: -20px;
  z-index: 20;
  cursor: pointer;
  background: #7dba33;
  border-radius: 20px;
  opacity: 0.6; }
  .to-top svg.ico {
    color: #fff;
    height: 20px;
    width: 20px;
    top: -2px;
    left: 1px; }
  .to-top:hover {
    opacity: 1; }

.nav-panel {
  margin-bottom: 10px; }

.navalt {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-rows: max-content;
  -ms-grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin: 0 10px;
  padding: 0; }
  .navalt li {
    text-align: center;
    display: block;
    width: 100%;
    background: #ed711f;
    border-left: 1px solid #ff9956; }
    .navalt li:first-child {
      border: none; }
    .navalt li a {
      display: block;
      height: 40px;
      line-height: 40px;
      width: 100%;
      color: #fff;
      text-decoration: none;
      font-weight: bold; }
      .navalt li a:hover {
        background: #ff9956; }
    .navalt li:nth-child(1) {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1; }
    .navalt li:nth-child(2) {
      grid-column: 2;
      -ms-grid-column: 2;
      grid-row: 1;
      -ms-grid-row: 1; }
    .navalt li:nth-child(3) {
      grid-column: 3;
      -ms-grid-column: 3;
      grid-row: 1;
      -ms-grid-row: 1; }
    .navalt li:nth-child(4) {
      grid-column: 4;
      -ms-grid-column: 4;
      grid-row: 1;
      -ms-grid-row: 1; }
    .navalt li:nth-child(5) {
      grid-column: 5;
      -ms-grid-column: 5;
      grid-row: 1;
      -ms-grid-row: 1; }
    .navalt li:nth-child(6) {
      grid-column: 6;
      -ms-grid-column: 6;
      grid-row: 1;
      -ms-grid-row: 1; }
    .navalt li:nth-child(7) {
      grid-column: 7;
      -ms-grid-column: 7;
      grid-row: 1;
      -ms-grid-row: 1; }

header, .toolbar {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }

@media screen and (min-width: 970px) {
  .sticky #sticky-holder {
    height: 96px; }
  .sticky header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    height: 54px;
    overflow: hidden; }
    .sticky header .userbox {
      top: -16px; }
    .sticky header .phones {
      top: -8px;
      width: 210px; }
      .sticky header .phones a {
        font-size: 22px;
        line-height: 22px; }
      .sticky header .phones svg.ico {
        display: none; }
    .sticky header .logo_box {
      display: none; }
  .sticky .toolbar {
    position: fixed;
    top: 5px;
    left: 0;
    z-index: 99;
    height: 1px;
    width: 100%; }
    .sticky .toolbar .wrap {
      height: 0;
      padding: 0; }
      .sticky .toolbar .wrap > div {
        height: 0; }
    .sticky .toolbar form {
      margin: 0 auto;
      width: 460px; }
    .sticky .toolbar-ya, .sticky .toolbar-catalog {
      display: none; } }
.sticknav {
  display: none;
  position: fixed;
  bottom: 0;
  display: block;
  font-size: 12px;
  background: #fff;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  z-index: 90;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5; }
  .sticknav ul {
    list-style: none;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important; }
  .sticknav li {
    display: inline-block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .sticknav a, .sticknav span {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    color: #5b5b60; }
    .sticknav a svg.ico, .sticknav span svg.ico {
      position: absolute;
      height: 30px;
      width: 22px;
      top: 5px;
      left: 9px; }
    .sticknav a .double-first, .sticknav span .double-first {
      left: 5px !important; }
    .sticknav a .double-second, .sticknav span .double-second {
      left: 13px !important; }
  .sticknav span {
    color: #d5d5d5; }
    .sticknav span.active {
      font-weight: bold;
      border: 1px solid #ed711f;
      color: #ed711f; }
  .sticknav a:hover {
    color: #ed711f; }

.button.call {
  height: 30px;
  line-height: 17px; }

.btn-send-order {
  height: 30px;
  line-height: 17px; }

a.head-soc-link{
  border: 2px solid #ed711f;
  background:#fff;
  height:30px;
  min-height:30px;
  box-sizing:border-box;
  text-align:center;
  border-radius: 4px;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  text-decoration:none;
  transition: all ease-out 0.4s;
  font-size:13px;
 gap:5px;
}
a.head-soc-link:hover{
	background:#ed711f;
	color:#fff;
}
a.head-soc-link::before{
	display:inline-block;
	height:20px;
	width:20px;
	content:'';
	background:transparent none 0 0 no-repeat;
	background-size:contain;
}
.telegram a.head-soc-link::before {
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEcklEQVRIx5WWW2xUVRSGv73POTOdaQszHS6JFKxMsTYhJpAgEDVKMCEqT2CCJCY0RHwoGkKMVCPKTYyVGBKUF6OCd0IAiQ1eiPigoMQLoqBtpBfoxZa2TJkytTNnzjnLhzMtM7RqWU97Z++99lr/+tdFIQIA/Wl4LwFPz/D3Oy9YBK0yRB4BHgDmAlMBBfQC54GvEA6hJMEzs7MA7OoCOwrZEChQox/UtcKrcX/9ZnsFV7LPYhk1iAT5T5EMsB8x69k0qw2APU2QqMr74Hg/LJsK/GbySvQxAs42HGahmKAIiOrAC2xh3jfvs2y1w84+SE1BcToBi8pAxGDHn3UErO2AgalAuAkRQLlY6RdpvaOePcplXyLPxm0X1mDofQS14mZFAa6ABmwRsrKWrZX7R47g7c44yewp0t50LH1zijMCKQdMBUGNMhQSUj1ErHuoKW8xeL7RIuVuRhtLJ6RcABEY9ogNu8yPmlTPn8yeZTHCIYMzbcOgdQl9WZfFT35tEg2VARsQYZRRNxrqCeIKuIDrcXfEZGF1KXdVF/PwbWFKDB+IS5dtGPag2IBivZESo95EZOW4rgtge2ALIgKTDTbNDrFgdpjby0NURiwu9mf4oTvDfTOK8Dyh9o8UWCr3XgGywgQeKlDsCKRcP2jFBourwmyeW0z5tCDlUYuygKY5kWX7l71kwia1d5aiFaSyHvRkUUX6OhCiHjSB6hH9pgeOAuJhdlaFeLQyTKTEYnKRxsix9rlvE3z0/VXW3xtlw4IIQdOH5+deG5JZJGrmY1FtArGRnZN0ePz+CHuXxAgYhWw91p5m96FuTvTYNNTeyvKKooLzo+1pyArogvyZWkAbPcngrXMpgh/3sP7kAL/22iQyHhuP97H8pRY6laJz25wxygFe78ygAmqccO5qawbi+TFQ1xzE9iBksGJJjHRjEq8sQMOqWzDHYZntQXB3G6QFinS+B80aaCzguKGQqAXTg2AqzK5hQnNKeW3plHGVA5zszsCAC4Ex5aVRg/p8/GQCLM3BbptV5UEqIhbdaY8D3yX46bJdcP2LzjRkPR//Qnw+08Dhf61qhoJBFyvjMuDC9qM9rD7SzxMH/+LTpiG83LWzXcM+/8dUWD4xmLfexqOUgFqE1mMTzlKc6chw5OwgDV0ZiAXo+Vs48MsgKBgyNYdPJ+nXyvdA5WBKubsZdBr8b9/piHPVOUVapo+xZCT5XIFgLoAKtAjeNdcvHyWG74EAjgchPVrsfJPXzmwh6dbhiIxBKxd4AnnsEPBQUGrCJIPR3iGAg8dVt46a8hYAzekB/9HW+AcoezMeDp4w4W6m1fV+oHAozr6Ain/ot4EEmoUROHEZlHKZUVdPSWAdWl0agWLCzcyknZC1jo0/1rNFubzcB83RvKb/xu/w1Fx/vfdSBUm3DpMalCr6H+1pbPYT1fXUVlwE4FATnK+6Yaq4MgTHBmDNTH+/o9UipMqAlcjo2DItp7UXOIfiBHCYIS/Blrg/trzbAa0xUP7Y8g8soMaccSYHuwAAAABJRU5ErkJggg==');
}
.whatsapp a.head-soc-link::before {
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAGAUlEQVRIx23WeYyV1RkG8N/3fffO3NlghoGBiOxbWUyUGjFFK1TH1lqRtNUoqY7VShqbShcLWG2NVVvTxbapoa7oVIhtrUasbaqDURM1IlRcQAy0MwNBhmVghuXOdu/9Tv+4g1t6kpM3Ocn7vO953pPnOZG2Fp9Yza3l2NaSRT2W4kLMwzhE2I/taMNT6NHcWhjO+wRc9ImDj8AnYwWuJ6oRUkKBkA7jJ8QxUQz9WIvfaG7t+HSRjwo0t9LWEmMZ7hBFk6MQhKFewgkyI6kYS1Ri6BjFPCGRVNQqxVlC+gF+isc0txZO4pYLlMEj3IS7RElWOkBfB6POtmHKZWaOGC9UVBENigr79fTl3bNno791vU6mgYo6QikdLnK35taSthbRh3dpa7kC60VJHBX7hP5drp97i3unX6J7IO8f7W860L2XUp+q2tiSqbNNGz3Xvw695eIt96gsZQ1WN5CWAr6pubXVMKG0tUzDK0TjhCLH3vLDs9e4+5RzrNv+oluevUvP0b36MxFxJcVgdrbKzM9+waMX3mTQAePaVsomVQoVdYT0KM7S3Loz0taSwc9wsyihd4spZ9yufcpS1732uLUPLaNxJqObqKwZHjRRqSjse5vpc+SXP6P9+A6nvfQT6k8hTeB3WBmjoQwe09/FmEXapy61Ydcma9csc8ni1X65/AFfm3iebF9vmc4QhCTDpDNV7dyh5okbzGs408ox53N4PxUJfA+NMS4pJ5Uodnl6znJ9pYKljy82cuq5Vpx3hR/NPM/vv77aaXUTGDhWZjYE0mBg4hm8/mcvdP7drfMuo3OfON9HNiGEK2NcCkoDVE2wuG6iJ9q3cLjf3LHTjWxoArv37nLiSBe5OgSiiECIY9kRc1y/6SVxXb15YxZI3+6glJLLfiXGXCJKQ1SOlyaJdbvfJFfrtd53de1tB++X8namb8j2dJGt5PgRBvOIFKrqTe45JJfp9o1TZ9JzmHe7GCpNjzG2TGxKnBVFkVJhgGQElXWWPPUdz7Vvdc2Mc2y76QOF6iBu30rTRCqryR8lkyEtiUNRbZKlOke+n+1do+LhqRFlKPQIacn4hlMZ2kc2JxNX+9If5nvkvZfNqG00tGqj+QsW2XnFbTZd9QtzRk8gf0SoqjNkhG3Hu0kjcpX0F+IYB0GSo79T72DerZ9ZRERcGFSsHinXdI5vrVlkxatP6ivU2nzl3WY0VDmraYpLZ57Lvm1OnzbLwGCN+/b8W5LJkQYqkp7E1adfgFniLIMHFCvHu/rUs2zNZ7y/Yy110xSzlbK1472x+dc29/WbP2aaA4OJ53e+av3GR3SNTG247Ff+c3CHh176rVA3mRQVma2RtpbluJ9IRTpoaKDTPz//mNmZelPW3Sg6tE2obiLOiEoFId9N3WhyjezZzLEOr6x6wcJJZ4ruu5yuA9Q3MVRkRG51jKdPzmEoqUKlL7/3sMm1jYyZJbz3Dgc30r1N6D9CJic+1Mm7f6Wyw5bVr1o4aaHvbvg5HTvEI5solcjEhPBYBj24Bz8glLU+yQqB88dO8tUfPy/KVbth8184uIO0IB19mpVzrrVq/rVG1SSWPXmzxzc/Ixo7SxpSSoHq7AOymUMnxW4GXhfFo/S+w9wbhVlXS6VCOqw9SSISifQKToiM8Hzny7644V72d9A0taxTaUpkQBKf4ftt739crq8i+pNiN40XuD0/zm0dbex+mMrpzLhcy9hZRoXjnjm6y3/3vMfuTdRMZ2QTpeKwfCCXWW7Fcw9+2nASIaySqbgzKZ2ISts3y3aeUBgzRSQV8nso7ScaS1wvrqiR1jSQJOWu01BuNBvfYcHUO33u/iGtSz9lmS9ekxhKr5OJbpfNjLOnl/ZuqrJlDw7hpNF+qKrSUI5JfEQ2uc3M0Q+6aP2gh5ZQmYg/RhGLHy2ZMeIBhXShUvpHE+qLpo1mYKj8MoTyTkNZzEopcURVdq1MtMBFs9e4aP2g+y8ml/yfX8XHfxbPXZVVm2tUKF6p88iFDp2YJYoaEYmiw5Jol0zyAtbJJId8+9khsHbJST8g8D/3GW+r0m2edwAAAABJRU5ErkJggg==');
}

.whatsapp {
  position: absolute;
  left: 15px;
  top: 139px;
  width:220px;
  height:30px;
  display: block !important; }
  .whatsapp img {
		height:24px;
  }

.telegram{
  position: absolute;
  left: 15px;
  top: 105px;
  width:220px;
  height:30px;
  display: block !important; }
  .telegram img {
		height:24px;
}
	
.button.call {
	z-index: 1;
  top: 37px; }

.btn-send-order {
  top: 71px; }

@media screen and (max-width: 995px) {
  .btn-send-order {
    display: none; }

  .wrap {
    width: 730px; }

  .opened-top {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 52;
    background: #f7f7f7; }
    .opened-top-close {
      cursor: pointer;
      padding: 0 15px;
      background: #303031;
      line-height: 38px;
      color: #7dba33;
      height: 38px; }
      .opened-top-close:hover {
        color: #fff; }
    .opened-top menu {
      width: 100%;
      padding: 0;
      margin: 0; }
      .opened-top menu li {
        background: #fff;
        display: block;
        margin-bottom: 2px;
        border: 1px solid #d5d5d5;
        border-width: 1px 0;
        float: none;
        padding: 0;
        text-align: center; }
        .opened-top menu li a {
          text-decoration: none;
          line-height: 38px;
          height: 38px;
          display: block;
          text-transform: uppercase;
          color: #303031; }
          .opened-top menu li a:hover {
            color: #ed711f; }

  .top {
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0; }
    .top menu {
      display: none; }
    .top .userbox {
      margin: 0 auto;
      position: relative;
      right: auto;
      top: auto; }

  .reviews-item {
    float: none;
    width: 100%; }

  header {
    margin-top: 38px; }
    header .logo_box {
      float: left; }
    header .plan,
    header .button.call,
    header .phones {
      left: auto;
      right: 15px; }
    header .plan {
      top: 111px; }
    header .button.viewed {
      display: none; }
    header .userbox {
      position: fixed;
      top: 0;
      z-index: 51;
      height: 38px;
      width: 200px; }
      header .userbox_fav {
        height: 38px;
        width: 33px;
        border: none;
        top: 0; }
        header .userbox_fav span {
          top: 2px; }
        header .userbox_fav svg.ico {
          height: 24px;
          width: 24px;
          color: #fff; }
        header .userbox_fav:hover svg.ico {
          color: #ed711f; }
      header .userbox_cart {
        height: 38px;
        width: 150px;
        padding-left: 50px;
        background: transparent;
        border: none; }
        header .userbox_cart-summ {
          color: #fff;
          line-height: 38px; }
        header .userbox_cart-title {
          display: none; }
        header .userbox_cart svg.ico {
          height: 24px;
          width: 24px;
          color: #fff;
          top: 6px; }
        header .userbox_cart:hover .userbox_cart-summ,
        header .userbox_cart:hover svg.ico {
          color: #ed711f !important; }

  .mob-btn {
    color: #7dba33;
    text-decoration: none;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px; }
    .mob-btn:after {
      padding-left: 5px;
      content: '\2630'; }
    .mob-btn:hover {
      color: #fff; }

  .wside-right {
    width: 480px; }

  .toolbar-catalog-menu {
    width: 700px;
    -webkit-columns: 233.3333333333px 3;
    -moz-columns: 233.3333333333px 3;
    columns: 233.3333333333px 3; }

  .mosaic .wrap {
    grid-template-columns: 10px 220px 20px 220px 20px 220px 10px;
    -ms-grid-columns: 10px 220px 20px 220px 20px 220px 10px;
    grid-template-rows: 261px 20px 184px 20px 184px 20px 184px;
    -ms-grid-rows: 261px 20px 184px 20px 184px 20px 184px; }
  .mosaic .box:nth-of-type(2) {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 3;
    -ms-grid-row: 3; }
  .mosaic .box:nth-of-type(3) {
    grid-row: 7;
    -ms-grid-row: 7; }
  .mosaic .box:nth-of-type(4) {
    grid-row: 5 / 8;
    -ms-grid-row: 5;
    -ms-grid-row-span: 3; }
  .mosaic .box:nth-of-type(5) {
    grid-column: 4/7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3; }
  .mosaic .box:nth-of-type(6) {
    grid-column: 6;
    -ms-grid-column: 6;
    grid-row: 7;
    -ms-grid-row: 7; }
  .mosaic .box:nth-of-type(8) {
    grid-column: 2;
    -ms-grid-column: 2; }

  footer .wrap {
    grid-template-columns: 10px 125px 1fr 245px 10px;
    -ms-grid-columns: 10px 125px 1fr 245px 10px; }
  footer .menu-catalog,
  footer .menu-about,
  footer .menu-ext {
    display: none; }
  footer .contacts {
    grid-column: 4;
    -ms-grid-column: 4; }

  .detail .wrap {
    -ms-grid-columns: 160px auto;
    grid-template-columns: 160px auto;
    grid-template-rows: max-content max-content max-content min-content auto;
    -ms-grid-rows: max-content max-content max-content min-content auto; }
  .detail-title {
    grid-column: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
    .detail-title h1 {
      background: transparent;
      border: none; }
  .detail-short {
    grid-column: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 2;
    -ms-grid-row: 2; }
    .detail-short ul {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      border: 1px solid #d5d5d5; }
  .detail-photo {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    grid-column: 2;
    grid-row: 3;
    -ms-grid-row-span: 1; }
    .detail-photo-box {
      width: 100%; }
    .detail-photo.no-thumbs .detail-photo-box {
      width: 700px; }
  .detail-thumbs {
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-row: 3; }
  .detail-buy {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 1;
    grid-column: 1 / 3;
    grid-row: 4; }
    .detail-buy-available {
      border-top: 1px solid #d5d5d5;
      text-align: center; }
    .detail-buy-price {
      text-align: center; }
  .detail-body {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 5; }
    .detail-body .goods-list-wide {
      width: 700px; }
    .detail-body .prof-slider-box {
      margin: 0 -7px; }
  .detail-basket {
    position: relative; }
    .detail-basket .spinbox {
      position: absolute;
      top: 10px;
      right: 220px; }
    .detail-basket .btn-like {
      left: auto;
      right: 170px; }
  .detail-images a {
    display: inline-block; }
  .detail-hotline-head, .detail-hotline-tel, .detail-hotline-note {
    display: block;
    text-align: center; }
  .detail-footer {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 6; }
    .detail-footer .detail-buy {
      display: block; }
    .detail-footer .btn-like {
      right: auto; }

  .small-filter {
    grid-template-columns: 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr; }
    .small-filter .goods-item:nth-child(2) {
      display: none; }

  .mob-show {
    display: block; }

  .mob-hide {
    display: none; }

  .brand-sections {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }

  .infopage {
    margin: 0 10px;
    width: auto; }

  .form-selector label {
    display: block; }
  .form-selector-item {
    display: inline-block;
    margin: 0; }
    .form-selector-item:last-child {
      margin-left: 10px; }
  .form-grid {
    grid-template-columns: 1fr 300px;
    -ms-grid-columns: 1fr 300px; }
    .form-grid .form-row:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .form-grid .form-row:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-row: 1; }
    .form-grid .form-row:nth-child(3) {
      grid-column: 1;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }
    .form-grid .form-row:nth-child(4) {
      grid-column: 2;
      grid-row: 2;
      -ms-grid-column: 2;
      -ms-grid-row: 2; }
    .form-grid .form-row:nth-child(5) {
      grid-column: 1;
      grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .form-grid .form-quadro {
      grid-column: 2;
      grid-row: 3;
      -ms-grid-column: 2;
      -ms-grid-row: 3; }

  .carttable table {
    border: none; }
  .carttable thead {
    display: none; }
  .carttable-label {
    display: inline-block;
    font-size: 13px; }
  .carttable tbody {
    display: block;
    width: 100%; }
    .carttable tbody td {
      border: none; }
    .carttable tbody tr {
      border: 1px solid #d5d5d5;
      width: 100%;
      display: grid;
      display: -ms-grid;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-columns: 1fr 1fr 1fr; }
      .carttable tbody tr td:nth-child(1) {
        grid-column: 1 / 4;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 1; }
      .carttable tbody tr td:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-row: 2; }
      .carttable tbody tr td:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-row: 2; }
      .carttable tbody tr td:nth-child(4) {
        grid-column: 3;
        grid-row: 2;
        -ms-grid-column: 3;
        -ms-grid-row: 2; }
  .carttable tfoot {
    display: block; }
    .carttable tfoot tr {
      display: block; }
      .carttable tfoot tr td {
        border: none;
        box-sizing: border-box;
        width: 50%;
        float: left; }
        .carttable tfoot tr td:last-child {
          width: 49%; }

  .basket tr {
    display: grid;
    -ms-display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr; }
  .basket-img {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2; }
  .basket-summa {
    grid-column: 2 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-row: 3;
    -ms-grid-row: 3;
    text-align: right;
    border-top: 1px dotted #d5d5d5; }
  .basket-del {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3;
    -ms-grid-row: 3;
    border-top: 1px dotted #d5d5d5;
    width: auto; }
  .basket-quantity {
    grid-column: 3;
    -ms-grid-column: 3;
    grid-row: 2;
    -ms-grid-row: 2; }
  .basket-price {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 2;
    -ms-grid-row: 2; }
  .basket-info {
    grid-column: 2 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .basket-summary-links {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 10px; }
  .basket-add {
    height: auto;
    line-height: normal;
    width: 100%;
    margin: 10px 0;
    padding: 10px; }
    .basket-add-ur {
      grid-row: 2;
      -ms-grid-row: 2;
      grid-column: 1;
      -ms-grid-column: 1; }
    .basket-add-fi {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 1;
      -ms-grid-column: 1; }
  .basket-btns {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: max-content max-content;
    -ms-grid-rows: max-content max-content; }

  .infobox-item {
    padding: 10px; }
  .infobox-phones {
    font-size: 18px; }

  .text-image-box {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 10px 20px 20px 0; }
  .text-btns, .text-social {
    text-align: center;
    float: none;
    margin: 20px 0; }

  .goods-list-wide {
    width: 730px; }

  .cartpage header {
    height: 1px;
    margin-top: 38px;
    padding: 0;
    border: none; }
    .cartpage header > div {
      display: none; }
  .cartpage .toolbar {
    display: none; }

  .navalt li a {
    font-size: 14px; }

  .proff-notice {
    margin-top: 30px; }

  .whatsapp {
    left: auto;
    right: 15px;
    top: 102px; }
  .telegram {
    left: auto;
    right: 15px;
    top: 73px; }

  .button.call {
    top: 41px; }

  header .phones {
    top: -10px; }

  header .plan {
    top: 142px; } }
@media screen and (max-width: 590px) {
  .top_box .userbox {
    margin-left: 120px;
    width: 20px;
    padding: 0; }
    .top_box .userbox a {
      position: relative;
      right: auto;
      top: auto;
      width: 16px; }
      .top_box .userbox a:after {
        display: none; } }
@media screen and (max-width: 755px) {
  .navalt {
    display: none; }

  .pageradapt ul {
    position: relative;
    padding-bottom: 50px; }
    .pageradapt ul li.prev {
      position: absolute;
      bottom: 0;
      left: 5px;
      min-width: 30%; }
      .pageradapt ul li.prev a {
        width: 100%; }
    .pageradapt ul li.next {
      position: absolute;
      bottom: 0;
      right: 5px;
      min-width: 30%; }
      .pageradapt ul li.next a {
        width: 100%; }

  .countdownHolder {
    width: 240px; }
    .countdownHolder .countDiv {
      width: 14px; }
    .countdownHolder .position {
      width: 21px;
      height: 40px; }
    .countdownHolder .digit {
      width: 20px; }
      .countdownHolder .digit.static {
        font-size: 18px; }

  .wrap {
    width: 490px; }

  .tabs-head button {
    width: auto;
    padding: 0 10px; }

  .toolbar-catalog-menu {
    width: 460px;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto; }
    .toolbar-catalog-menu > li {
      display: block;
      margin: 5px 0;
      border: 1px solid #d5d5d5;
      border-width: 1px 0; }
      .toolbar-catalog-menu > li:before {
        display: none; }
      .toolbar-catalog-menu > li > a {
        display: block;
        margin: 0;
        padding: 10px;
        line-height: 18px;
        height: auto;
        text-transform: uppercase;
        color: #303031;
        text-align: center; }
    .toolbar-catalog-menu ul {
      display: none; }

  header {
    margin-top: 98px; }
    header .plan {
      display: none; }
    header .logo_box {
      float: none;
      margin: 0 auto; }
    header .phones {
      right: auto;
      left: 5px;
      top: -65px;
      width: 220px; }
      header .phones a {
        padding-left: 10px;
        font-size: 21px; }
      header .phones .phones-other {
        background: #f7f7f7; }
    header .button.call {
      top: -65px; }

  .wside-right {
    width: 240px; }

  .toolbar .wrap {
    height: 136px; }
  .toolbar form {
    margin: 0; }
  .toolbar-catalog, .toolbar-ya {
    top: 73px; }

  .mosaic .wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 10px 220px 20px 220px 10px;
    -ms-grid-columns: 10px 220px 20px 220px 10px;
    grid-template-rows: auto 20px 184px 20px 184px 20px 184px 20px 184px;
    -ms-grid-rows: auto 20px 184px 20px 184px 20px 184px 20px 184px; }
  .mosaic .box:nth-of-type(1) {
    grid-column: 2 / 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3; }
  .mosaic .box:nth-of-type(5) {
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-row: 9;
    -ms-grid-row: 9; }
  .mosaic .box:nth-of-type(6) {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-row: 9;
    -ms-grid-row: 9; }
  .mosaic .box:nth-of-type(7) {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-row: 3;
    -ms-grid-row: 3; }

  .bottom {
    height: auto;
    text-align: center; }
    .bottom .copy {
      display: block;
      float: none;
      padding-top: 10px;
      line-height: 20px; }
      .bottom .copy span {
        display: inline; }
    .bottom .soc {
      display: block;
      float: none; }
      .bottom .soc a {
        margin: 0 10px; }

  .detail .wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto; }
  .detail-title {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  .detail-short {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 4;
    -ms-grid-row: 4; }
  .detail-photo {
    grid-column: 1 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-row: 2;
    -ms-grid-row: 2; }
    .detail-photo-box {
      height: auto;
      line-height: normal; }
    .detail-photo.no-thumbs .detail-photo-box {
      width: 100%;
      margin: 0 auto; }
    .detail-photo .present-lamp {
      width: 79px;
      height: 72px; }
    .detail-photo .present-basket {
      width: 128px;
      height: 75px; }
    .detail-photo .present-clean {
      width: 155px;
      height: 43px; }
  .detail-thumbs {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3;
    -ms-grid-row: 3;
    width: 100%; }
  .detail-buy {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 5;
    -ms-grid-row: 5; }
    .detail-buy-available, .detail-buy-price {
      text-align: center; }
  .detail-tables {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
  .detail-body {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 6;
    -ms-grid-row: 6;
    max-width: 100%;
    overflow: hidden; }
    .detail-body .tabs-head {
      text-align: center; }
      .detail-body .tabs-head li {
        width: 161px;
        display: inline-block;
        float: none; }
    .detail-body .goods-list-wide {
      width: 100%;
      width: 460px; }
  .detail .vsslider {
    padding-bottom: 41px;
    height: 130px;
    margin-bottom: 40px; }
    .detail .vsslider.prof-slider {
      width: 460px;
      margin: 0 auto;
      position: relative; }
    .detail .vsslider .prof-slider-box {
      height: 90px;
      margin: 0;
      border-top: 1px solid #d5d5d5; }
      .detail .vsslider .prof-slider-box span {
        padding: 10px;
        display: inline-block;
        height: 90px;
        width: 90px; }
      .detail .vsslider .prof-slider-box a {
        display: inline-block;
        margin: 0;
        height: 70px;
        line-height: 70px;
        overflow: hidden; }
        .detail .vsslider .prof-slider-box a img {
          max-width: 100%;
          max-height: 100%; }
    .detail .vsslider .prof-slider-prev {
      top: auto;
      bottom: 0;
      width: 49%; }
    .detail .vsslider .prof-slider-next {
      left: auto;
      right: 0;
      width: 49%; }
  .detail-hotline-head, .detail-hotline-tel, .detail-hotline-note {
    margin: 0; }
  .detail-footer {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 7;
    -ms-grid-row: 7; }
    .detail-footer .detail-basket {
      display: block; }
      .detail-footer .detail-basket form {
        display: block;
        margin: 0; }
      .detail-footer .detail-basket .btn-green2 {
        margin: 10px auto;
        width: 80%; }

  .reviews-goods {
    display: none; }
  .reviews-text {
    margin: 0; }

  .small-filter {
    grid-template-columns: auto;
    -ms-grid-template-columns: auto; }
    .small-filter .goods-item {
      padding-top: 0; }
    .small-filter .goods-item:nth-child(3) {
      display: none; }

  .leftmenu {
    display: none; }

  .brand-info {
    display: block; }
  .brand-logo {
    width: 100%;
    text-align: center; }
    .brand-logo span {
      margin: 0 auto; }
  .brand-sections {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }

  .brands-item {
    float: none;
    display: block;
    width: auto; }
  .brands-box {
    margin: 0 auto; }

  .infopage:after {
    right: -30px;
    bottom: -30px;
    width: 79px;
    height: 131px;
    opacity: 0.3; }
  .infopage h1 {
    font-size: 28px; }
  .infopage p {
    font-size: 18px; }
  .infopage-contact {
    display: block; }
  .infopage-email {
    text-align: right;
    margin-top: 10px; }

  .order-side {
    display: none; }

  .order-body {
    width: 490px; }

  .basket-img {
    grid-row: 1;
    -ms-grid-row-span: 1; }
  .basket-price {
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    text-align: center; }
  .basket-quantity {
    text-align: center; }
  .basket-page {
    display: -ms-grid;
    display: grid;
    grid-template-rows: max-content max-content;
    -ms-grid-rows: max-content max-content; }
    .basket-page .wside-right {
      grid-row: 1;
      -ms-grid-row: 1;
      width: auto;
      float: none; }
    .basket-page .wside-left {
      grid-row: 2;
      -ms-grid-row: 2;
      width: auto;
      float: none; }

  .reviews-page .tabs-head .button {
    font-size: 14px;
    margin-bottom: 10px; }

  .infobox p, .infobox ul {
    font-size: 14px; }

  .contactpage {
    display: block; }

  .form1 {
    display: block; }

  .goods-list-wide {
    width: 490px; }

  .basket-note input {
    max-width: 100%; }

  header .phones {
    top: -65px; }

  header .button.call {
    top: -65px; }

  .whatsapp {
    height: auto;
    position: fixed;
    width: 50%;
    z-index: 8000;
    left: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 0; }
    .whatsapp img {
		width: 100%;
      height: auto; } 
	a.head-soc-link{
		height:auto;
		max-width: 90%;
		margin: 0 5%; 
		padding: 5px 10px;
		line-height: 18px;
	}
  .telegram {
    height: auto;
    position: fixed;
    width: 50%;
    z-index: 8000;
    left: auto;
	right:0;
    top: auto;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 0; }
    .telegram img {
		height: auto;
	width:100%;} 
	jdiv{
		display:none !important;
	}
}
@media screen and (max-width: 560px) {
  .wrap {
    min-width: 295px;
    width: 100%; }

  header {
    height: 186px;
    margin-top: 160px; }
    header .phones {
      top: -125px;
      left: 0;
      padding: 0 10px;
      margin: 0 auto;
      width: 100%; }
      header .phones > svg.ico {
        right: 10px; }
      header .phones .phones-other {
        padding: 0 10px 10px; }
    header .button.call {
      width: 80%;
      right: 10%; }
    header .logo_box {
      padding-bottom: 10px; }
    header .userbox {
      width: 120px; }
      header .userbox_cart {
        width: 60px; }
        header .userbox_cart-summ {
          display: none; }

  .toolbar .wrap {
    width: 100%;
    padding: 10px 0;
    height: auto; }
  .toolbar form {
    margin: 0 10px 10px; }
  .toolbar-ya {
    display: none; }
  .toolbar-catalog {
    width: 100%;
    position: relative;
    top: auto;
    left: auto; }
    .toolbar-catalog-menu {
      width: 100%; }

  .mosaic {
    padding: 0; }
    .mosaic .wrap {
      display: -ms-grid;
      display: grid;
      grid-template-columns: auto;
      -ms-grid-columns: auto;
      grid-template-rows: max-content max-content max-content max-content max-content max-content max-content max-content;
      -ms-grid-rows: max-content max-content max-content max-content max-content max-content max-content max-content; }
    .mosaic .box {
      -ms-grid-column-span: 1 !important;
      -ms-grid-row-span: 1 !important;
      padding: 0 0 20px;
      margin: 0 10px; }
      .mosaic .box-img {
        margin: 10px -5px;
        border-width: 1px 0; }
      .mosaic .box:nth-of-type(1) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        -ms-grid-row: 1; }
      .mosaic .box:nth-of-type(2) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 3;
        -ms-grid-row: 3; }
      .mosaic .box:nth-of-type(3) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 4;
        -ms-grid-row: 4; }
      .mosaic .box:nth-of-type(4) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 7;
        -ms-grid-row: 7; }
      .mosaic .box:nth-of-type(5) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 2;
        -ms-grid-row: 2; }
      .mosaic .box:nth-of-type(6) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 5;
        -ms-grid-row: 5; }
      .mosaic .box:nth-of-type(7) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 6;
        -ms-grid-row: 6; }
      .mosaic .box:nth-of-type(8) {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 8;
        -ms-grid-row: 8; }
    .mosaic-content-simple {
      padding-bottom: 59px;
      border: 1px solid #d5d5d5;
      border-width: 1px 0;
      background: #fff; }
    .mosaic-label b {
      width: 269px; }

  .goods-item {
    float: none;
    display: block;
    width: 100%; }

  .goods-list-wide .goods-item {
    width: 240px; }

  .wside-right, .wside-left {
    float: none;
    width: 100%; }

  .half {
    float: none;
    width: auto; }

  .reviews .button:first-child {
    margin-bottom: 10px; }

  .tabs-head {
    margin: 0; }
    .tabs-head button {
      margin: 10px; }

  .goods-list-wide {
    width: 100%; }
    .goods-list-wide .prof-slider-box {
      width: 240px;
      margin: 0 auto; }

  .detail-short ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
  .detail-body .goods-list-wide {
    width: 100%; }
  .detail-body .tabs-head {
    text-align: center; }
    .detail-body .tabs-head li {
      box-sizing: border-box;
      display: inline-block;
      width: 41%;
      vertical-align: middle; }
    .detail-body .tabs-head button {
      width: 100%;
      height: 45px; }
      .detail-body .tabs-head button i {
        display: none; }
      .detail-body .tabs-head button > span {
        position: relative;
        display: block;
        top: auto !important;
        left: auto !important; }
  .detail-basket .btn-orange {
    width: 150px; }
  .detail-basket .spin-box {
    right: 170px; }
  .detail-photo a {
    height: auto; }
  .detail-photo-box {
    height: auto;
    line-height: 1; }
  .detail .vsslider.prof-slider {
    width: 245px; }
  .detail-hotline svg.ico {
    display: none; }

  footer .wrap {
    display: block; }
  footer a.logo {
    display: none; }

  .small-filter .goods-item {
    padding-top: 10px; }

  #js-filter {
    display: none; }

  .filter-box-opened {
    display: block !important; }

  .form-selector-item {
    margin: 0 !important;
    width: 100%; }
  .form-grid {
    display: block; }

  .carttable tbody tr {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr; }
    .carttable tbody tr td:nth-child(1) {
      grid-column: 1 / 3;
      -ms-grid-column-span: 2; }
    .carttable tbody tr td:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-row: 2;
      text-align: left; }
    .carttable tbody tr td:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
      -ms-grid-column: 2;
      -ms-grid-row: 2;
      text-align: left; }
    .carttable tbody tr td:nth-child(4) {
      grid-column: 1 / 3;
      grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      -ms-grid-row: 3;
      text-align: right; }
  .carttable tfoot tr {
    text-align: right; }
    .carttable tfoot tr td {
      float: none;
      width: auto !important;
      margin: 10px 5px; }

  .basket-coupon {
    padding: 0; }
    .basket-coupon input, .basket-coupon button {
      display: block; }
    .basket-coupon .button {
      position: relative;
      margin: 10px auto;
      right: auto;
      top: auto; }

  .reviewspage-item {
    display: block; }

  .goods-list-wide {
    width: 295px; } }
@media screen and (min-width: 1210px) {
  .wrap {
    width: 1210px; }

  .wside-right {
    width: 960px; }

  .top menu {
    display: block; }

  .toolbar-catalog-menu {
    width: 1180px;
    -webkit-columns: 236px 5;
    -moz-columns: 236px 5;
    columns: 236px 5; }

  .mosaic .wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 10px 220px 20px 220px 20px 220px 20px 220px 20px 220px 10px;
    -ms-grid-columns: 10px 220px 20px 220px 20px 220px 20px 220px 20px 220px 10px;
    grid-template-rows: 350px 20px 184px 20px 184px;
    -ms-grid-rows: 350px 20px 184px 20px 184px; }
  .mosaic .box:nth-of-type(1) {
    grid-column: 2 / 9;
    -ms-grid-column-span: 7; }
  .mosaic .box:nth-of-type(2) {
    grid-column: 10;
    -ms-grid-column: 10; }
  .mosaic .box:nth-of-type(6) {
    grid-column: 10;
    -ms-grid-column: 10;
    grid-row: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1; }
  .mosaic .box:nth-of-type(7) {
    grid-column: 2;
    -ms-grid-column: 2; }
  .mosaic .box:nth-of-type(8) {
    grid-column: 6 / 9;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-row: 5;
    -ms-grid-row: 5; }
  .mosaic .box:nth-of-type(9) {
    grid-column: 10;
    -ms-grid-column: 10;
    grid-row: 5;
    -ms-grid-row: 5;
    display: block; }
  .mosaic-label b {
    width: 463px; }

  .detail .wrap {
    -ms-grid-columns: 160px 680px 1fr;
    grid-template-columns: 160px 680px 1fr;
    grid-template-rows: max-content max-content min-content minmax(99px, min-content) auto;
    -ms-grid-rows: max-content max-content min-content minmax(99px, min-content) auto; }
  .detail-photo-box {
    width: 660px;
    height: 623px;
    line-height: 623px; }
  .detail-photo.no-thumbs .detail-photo-box {
    width: 820px; }
  .detail-thumbs .vsslider {
    height: 623px; }
    .detail-thumbs .vsslider .prof-slider-box {
      height: 541px; }
  .detail-tables {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
  .detail-body {
    grid-row: 5;
    -ms-grid-row: 5;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    .detail-body .tabs-head {
      margin-top: -99px; }
  .detail-footer {
    grid-row: 6;
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    .detail-footer .detail-buy {
      width: 940px;
      margin: 0 auto; }
  .detail-basket .btn-orange {
    width: 120px; }
  .detail-basket .btn-like {
    left: 78px; }

  .small-filter {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .goods-list-wide {
    width: 1180px; }

  header .logo_box div {
    font-size: 16px; }
    header .logo_box div span {
      display: inline; }

  .basketForm {
    position: relative; }

  .basket-summary-links {
    position: absolute;
    top: -45px; }

  .basket-coupon {
    position: absolute;
    top: -60px;
    width: 432px;
    left: 257px; }

  .basket-page .tools {
    margin-top: 7px; }

  .sticky .toolbar form {
    width: 700px; } }
@media screen and (min-width: 1480px) {
  .wrap {
    width: 1450px; }

  .wside-right {
    width: 1200px; }

  .toolbar-catalog-menu {
    width: 1420px;
    -webkit-columns: 236.6666666667px 6;
    -moz-columns: 236.6666666667px 6;
    columns: 236.6666666667px 6; }

  .mosaic .wrap {
    grid-template-columns: 10px 220px 20px 220px 20px 220px 20px 220px 20px 220px 20px 220px 10px;
    -ms-grid-columns: 10px 220px 20px 220px 20px 220px 20px 220px 20px 220px 20px 220px 10px;
    grid-template-rows: 350px 20px 184px;
    -ms-grid-rows: 350px 20px 184px; }
  .mosaic .box:nth-of-type(4) {
    grid-column: 12;
    -ms-grid-column: 12;
    grid-row: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3; }
  .mosaic .box:nth-of-type(5) {
    grid-column: 6;
    -ms-grid-column: 6;
    grid-row: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1; }
  .mosaic .box:nth-of-type(6) {
    grid-column: 10;
    -ms-grid-column: 10;
    grid-row: 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1; }
  .mosaic .box:nth-of-type(7) {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-row: 3;
    -ms-grid-row: 3; }
  .mosaic .box:nth-of-type(8) {
    grid-column: 8;
    -ms-grid-column: 8;
    grid-row: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1; }
  .mosaic .box:nth-of-type(9) {
    display: none; }
  .mosaic-label b {
    width: 223px; }

  .detail .wrap {
    -ms-grid-template-columns: 160px 680px 1fr 1fr;
    grid-template-columns: 160px 680px 1fr 1fr; }
  .detail-photo a {
    width: 630px;
    height: 597px; }
  .detail-thumbs .vsslider {
    height: 597px; }
    .detail-thumbs .vsslider-box {
      height: 515px; }
  .detail-title {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    padding: 10px; }
    .detail-title h1 {
      border: none;
      background: transparent; }
  .detail-short {
    -ms-grid-column: 4;
    grid-column: 4;
    grid-row: 2 / 5; }
    .detail-short ul {
      border: 1px solid #d5d5d5; }
  .detail-buy {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2 / 5; }
    .detail-buy-available {
      border-top: 1px solid #d5d5d5; }
  .detail-body {
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
  .detail-hotline-tel {
    font-size: 20px; }

  .small-filter {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

  .brand-sections {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4; }

  .goods-list-wide {
    width: 1420px; }

  .basket-coupon {
    width: 570px;
    left: 320px; }

  .sticky .toolbar form {
    width: 940px; } }
@media screen and (min-width: 1210px) and (max-width: 1480px) {
  .detail-basket .btn-orange {
    width: 120px; }
  .detail-hotline svg.ico {
    width: 20px;
    height: 20px;
    left: 14px;
    margin-top: -10px; }
  .detail-hotline-tel, .detail-hotline-note, .detail-hotline-head {
    margin-left: 33px; } }
@media screen and (min-width: 1690px) {
  .fullpage .wrap {
    width: 1690px; }
  .fullpage .wside-right {
    width: 1440px; }
  .fullpage .toolbar-catalog-menu {
    width: 1660px;
    -webkit-columns: 237.1428571429px 7;
    -moz-columns: 237.1428571429px 7;
    columns: 237.1428571429px 7; }
  .fullpage .mosaic .wrap {
    grid-template-columns: 10px 220px 20px 220px 20px 220px 20px 220px 20px 220px 20px 220px 20px 220px 10px;
    -ms-grid-columns: 10px 220px 20px 220px 20px 220px 20px 220px 20px 220px 20px 220px 20px 220px 10px;
    grid-template-rows: 350px 20px 184px;
    -ms-grid-rows: 350px 20px 184px; }
  .fullpage .mosaic .box:nth-of-type(2) {
    grid-column: 12;
    -ms-grid-column: 12; }
  .fullpage .mosaic .box:nth-of-type(4) {
    grid-column: 14;
    -ms-grid-column: 14; }
  .fullpage .mosaic .box:nth-of-type(5) {
    grid-column: 4 /7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3; }
  .fullpage .mosaic .box:nth-of-type(6) {
    grid-column: 10;
    -ms-grid-column: 10;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1; }
  .fullpage .mosaic .box:nth-of-type(7) {
    grid-column: 8;
    -ms-grid-column: 8; }
  .fullpage .mosaic .box:nth-of-type(8) {
    grid-column: 12;
    -ms-grid-column: 12; }
  .fullpage .mosaic .box:nth-of-type(9) {
    grid-column: 10;
    -ms-grid-column: 10;
    grid-row: 3;
    -ms-grid-row: 3;
    display: block; }
  .fullpage .detail .wrap {
    -ms-grid-template-columns: 160px 1160px 1fr;
    grid-template-columns: 160px 1160px 1fr; }
  .fullpage .detail-photo a {
    width: 1140px; }
  .fullpage .detail .half-box-xxl {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
    .fullpage .detail .half-box-xxl > div {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column; }
  .fullpage .detail-tables {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4; }
  .fullpage .detail-basket .btn-orange {
    width: 150px; }
  .fullpage .small-filter {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

  .goods-list-wide {
    width: 1660px; }

  .detail .goods-list-wide {
    width: 1440px; }
  .detail .prof-slider-nonav .prof-slider-box {
    margin: 0; }

  .basket-coupon {
    left: 420px; } }
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  margin: 0 10px; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #d5d5d5; }

.noUi-connect {
  background: #ed711f; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  position: absolute;
  width: 17px;
  height: 17px;
  top: -7px;
  border-radius: 8px;
  border: 3px solid #7dba33;
  outline: none;
  background: #fff; }

.noUi-active {
  background: #ed711f; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.for-print {
  display: none; }

a.changeCityForm::before,
a.changeCityForm::after {
	content: '';
	display: inline-block;
	width: 10px;
	right: 0;
	height: 2px;
	background: #ed711f;
	position: absolute;
	top: 50%;
	transition:background 0.4s ease-out;
}
a.changeCityForm::before{
	transform: rotate(45deg);
}
a.changeCityForm::after{
	transform: rotate(-45deg);
}
  
a.changeCityForm {
	position: relative;
	padding-right: 12px;
}
a.changeCityForm:hover::before,
a.changeCityForm:hover::after {
	background:#7dba33
}
.mosaic-content__internal{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	padding-top: 18px;
}
.box-goods .mosaic-content__internal{
	min-height:162px;
}
@media all and (max-width:560px){
	.box-delivery{
		height:255px;
	}
}
@media print {
  .wrap {
    width: 100%; }

  .top, .toolbar, .breadcrumb, footer, .bottom, .wside-left, .basket-add, .button, #bx-panel,
  .basket-coupon input, .basket-del, .spinbox-inc, .spinbox-dec, .prohide-label svg.ico,
  .prohide input, .basket-friends, #bx-panel-top, #bx-panel-site-toolbar,
  .jivo-iframe-container-bottom, jdiv, .globalClass_ET {
    display: none !important; }

  .spinbox {
    width: auto;
    border: none;
    text-align: right; }
    .spinbox input {
      background: transparent;
      width: auto;
      display: inline-block;
      max-width: 50px;
      text-align: right; }

  .wside-right {
    width: 100%;
    float: none; }
    .wside-right .tools {
      display: none; }

  header .viewed, header .userbox, header .call {
    display: none; }
  header .phones {
    left: auto;
    right: 0;
    width: 190px !important; }
    header .phones a {
      font-size: 15px;
      line-height: 18px; }
    header .phones-other {
      display: block !important; }
    header .phones svg.ico {
      display: none; }
  header .plan {
    top: 10px;
    bottom: auto; }

  .for-print {
    display: block; } }

.text-box ol li::before{
   display:none;
  content:'';
}
.text-box ul li::before{
	left:0;
}
.text-box ul li{
	padding-left: 23px;
}

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

/* End */
/* /bitrix/wizards/bitrix/store/css/panel.css?1715286910240 */
/* /bitrix/templates/NewDesing_v2_test/components/bitrix/search.title/search/style.css?17152869511676 */
/* /bitrix/templates/NewDesing_v2_test/components/bitrix/catalog.section.list/newmenu/style.css?17152869509000 */
/* /bitrix/templates/NewDesing_v2_test/components/bitrix/menu/bottom/style.css?1715286951626 */
/* /bitrix/templates/NewDesing_v2_test/css/city_chng.css?17152869504146 */
/* /bitrix/templates/NewDesing_v2_test/styles.css?1715286950871 */
/* /bitrix/templates/NewDesing_v2_test/template_styles.css?1715286950158222 */
