

/* Start:/local/templates/intermediate/css/desktop/styles.css?171287661541823*/
/* [styles.css] */
/* [head-wrapper] */
/* [head-line_1] */
.head-wrapper .head-line_1-wrapper
{
  width: 100%;
  height: 40px;
  background-color: #333;
  color: #ffffff;
}
.head-wrapper .head-line_1-wrapper .content
{
  width: 100%;
  max-width: 1260px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  padding-left: 8px;
}
@media (min-width:550px) and (max-width:1260px) {
  .head-wrapper .head-line_1-wrapper .content {
    padding: 0 8px 0 16px;
  }
}
.head-wrapper .head-line_1-wrapper .content .h1,
.head-wrapper .head-line_1-wrapper .content h1
{
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.head-wrapper .head-line_1-wrapper .content .h1 a {
  color: #c8c8c8;
  text-decoration: none;
}
.head-wrapper .head-line_1-wrapper .content .h1 img {
  width: 14px;
  margin-top: -8px;
  opacity: .5;
}

.head-wrapper .head-line_1-wrapper .content .hot-phone
{
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 10px;
  color: #ffffff; /* fix? */
}
.head-wrapper .head-line_1-wrapper .content .social
{
  float: right;
  margin-left: 10px;
  padding-top: 8px;
}
/* [/head-line_1] */

/* [head-line_2] */
.head-wrapper .head-line_2-wrapper
{
  width: 100%;
  height: 100px;
}
.head-wrapper .head-line_2-wrapper .content
{
  width: 100%;
  max-width: 1260px;
  height: 100px;
  padding: 0;
  margin: 0 auto;
  padding-left: 5px;
}
@media (max-width:549px) {
  .head-wrapper .head-line_2-wrapper
  {
    height: 60px;
  }
  .head-wrapper .head-line_2-wrapper .content
  {
    height: 60px;
  }
}
@media (min-width:550px) and (max-width:1260px) {
  .head-wrapper .head-line_2-wrapper .content {
    padding: 0 8px 0 13px;
  }
}
#menu-head-360-wrapper
{
  display: none;
}

#logo-wrapper {
  width: 250px;
  height: 100px;
  margin: 0 auto;
  background: #ffffff url("/local/templates/intermediate/css/desktop/images/full_logo-20190615.svg") no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position-y: 50%;
}
#logo-wrapper a
{
  width: 100%;
  display: block;
  height: 100%;
}
@media (max-width:549px) {
  #logo-wrapper {
    width: 82px;
    height: 60px;
    float: right;
    -webkit-background-size: 90% auto;
    -o-background-size: 90% auto;
    background-size: 90% auto;
    background-position-y: 50%;
  }
}
#user-menu.middle {
  margin-top: -90px;
}
@media (max-width:549px) {
  #user-menu
  {
    display: none;
  }
}

#logo-360-wrapper
{
  display: none;
}

#title-search
{
  height: 100%;
}
@media (max-width:549px) {
  #title-search
  {
    padding-right: 8px;
  }
}
#title-search-360
{
  display: none;
}

#user-menu
{
  float: right;
}
#user-menu-360
{
  display: none;
}
@media (min-width:550px) and (max-width:659px) {
  #logo-wrapper {
    width: 106px;
  }
}
@media (min-width:660px) and (max-width:779px) {
  #logo-wrapper {
    width: 150px;
  }
}
@media (min-width:780px) and (max-width:889px) {
  #logo-wrapper {
    width: 200px;
  }
}
/* [/head-line_2] */

/* [head-line_3] */
.head-wrapper .head-line_3-wrapper
{
  width: 100%;
  height: 50px;
  background-color: #FAFAFA;
  color: #333333;
}
@media (max-width:549px) {
  .head-wrapper .head-line_3-wrapper
  {
    height: 100px;
  }
}
.head-wrapper .head-line_3-wrapper .content
{
  width: 100%;
  max-width: 1260px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width:550px) and (max-width:1260px) {
  .head-wrapper .head-line_3-wrapper .content {
    padding: 0 8px 0 6px;
  }
}

.head-wrapper .head-line_3-wrapper .content.w360
{
  display: none;
}
/* [/head-line_3] */
/* [/head-wrapper] */

/* [body-wrapper] */
.body-wrapper {
  width: 100%;
  float: left;
}
/* bottom footer */
#body-wrapper {
  display: table-row; height: 100%;
  float: none;
}
.content-wrapper
{
  width: 100%;
  padding-top: 20px;
  max-width: 100vw;
}
#content-container
{
  width: 100%;
  float:left;
}
.content-wrapper .content
{
  width: 100%;
  margin: 0 auto;
}
@media (max-width:549px) {
  .content-wrapper .content
  {
    padding: 0 2px;
  }
}
@media (min-width:550px) and (max-width:1279px) {
  .content-wrapper .content
  {
    padding: 0 8px;
  }
}

/*[columns]*/
.left-column-wrapper
{
  width: 260px;
/*  padding-top: 100%;*/
  float: left;
  min-height: 100vh;
}
.left-column-wrapper .left-column
{
  width: 260px;
  position: absolute;
  top: 0;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -ms-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}

.center-column-wrapper
{
  width: calc(100% - 260px - 240px);
  float: left;
  padding: 0 15px 0 15px;
}
.center-column-wrapper .center-column
{
}

.right-column-wrapper
{
  width: 240px;
  float: left;
}
.right-column-wrapper .right-column
{
  width: 240px;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -ms-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
.vkwidget-content {
  float: left;
}

@media (max-width:681px) {
  .left-column-wrapper {
    display: none;
  }

  .center-column-wrapper {
    width: 100%;
    padding: 0;
  }

  .right-column-wrapper {
    display: none;
  }
}
@media (min-width:682px) and (max-width:1279px) {
  .center-column-wrapper
  {
    width: calc(100% - 260px);
    padding: 0 0 0 15px;
  }

  .right-column-wrapper {
    display: none;
  }
}
@media (min-width:1280px) {
  .center-column-wrapper
  {
    width: calc(100% - 260px - 240px);
    padding: 0 15px 0 15px;
  }
}
/*[/columns]*/


.content .center-wrapper
{
  width: 100%;
  float: left;
}

/* [*Left menu] */
#menu-catalog
{
  width: 263px;
  height: 724px; /* с запасом */
  max-width: 263px;
  border: 2px #e21e24 solid;
  padding: 0px;
  margin-top: 2px;
}
/*-----------------------------*/
.hmenu-item
{
}
.hmenu-item.arrow.right {
  background-image: url("/local/templates/intermediate/css/desktop/images/arrow-right-catalog-menu-green.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
}
.hmenu-item .hmenu-link
{
  font-size:14px;
  color:#333333;
  line-height:40px;
  height:40px;
  padding-left:35px;
  width:100%;
  display:block;
  background-repeat:no-repeat;
  -webkit-background-size: 25px auto;
  -o-background-size: 25px auto;
  background-size: 25px auto;
  background-position:5px 50%;
  text-decoration:none;
  border-bottom: 1px #cccccc solid;
}
.rstop-menu .hmenu-item .hmenu-link
{
  font-weight: normal;
}
.hmenu-item:hover .hmenu-link
{
  color:#ffffff;
  background-color:#e21e24;
  text-decoration:none;
}
.rstop-menu .hmenu-item:hover .hmenu-link
{
  color:#e21e24 !important;
  background-color:#f2f2f2 !important;
  text-decoration:none;
}
.hmenu-cont > a
{
  display: block;
  width: 250px;
  font-size: 14px;
  line-height: 36px;
  background: none !important;
  padding: 0 10px;
  border-bottom: 1px #cccccc solid;
  font-weight: normal !important;
}
.hmenu-cont > a.backurl
{
  display: none;
}
.rstop-menu .hmenu-cont>a
{
  width: 300px;
  color: #333333 !important;
  font-weight: normal;
}
.rstop-menu .hmenu-cont>a.TitleH3
{
}
.hmenu-cont>a.TitleH3
{
}
.hmenu-cont>a.active
{
  color:#e21e24;
}
.hmenu-cont>a:hover
{
  color:#e21e24 !important;
  background-color: #f2f2f2 !important;
}
.hmenu-cont
{
  position:absolute;
  left:261px;
  top:4px;
  height: 724px; /* с запасом */
}
.hmenu-cont
{
  border:2px solid #e21e24;
  border-left:none;
  background-color:#fff;
  padding-bottom:8px;
  -webkit-box-shadow: 2px 2px 5px #797979;
  -moz-box-shadow: 2px 2px 5px #797979;
  -o-box-shadow: 2px 2px 5px #797979;
  -ms-box-shadow: 2px 2px 5px #797979;
  box-shadow: 2px 2px 5px #797979;
  z-index:199;
}
/*-----------------------------*/
/* [/*Left menu] */
/* Отсутствует локализация стилей для разных местоположений блока... */
/* [PopUp menu] */
.rstop-menu #menu-catalog-wrapper
{
  z-index: 995;
  position: absolute;
  top: 38px;
  left: 0;
  padding-top: 2px;
  display: none;
}
.rstop-menu li:hover #menu-catalog-wrapper
{
  display: block;
}
.rstop-menu #menu-catalog
{
  background-color: #fff;
/*
  -webkit-box-shadow:2px 2px 5px rgba(0,0,0,.15);
  -moz-box-shadow:2px 2px 5px rgba(0,0,0,.15);
  -o-box-shadow:2px 2px 5px rgba(0,0,0,.15);
  -ms-box-shadow:2px 2px 5px rgba(0,0,0,.15);
  box-shadow:2px 2px 5px rgba(0,0,0,.15);
*/
  -webkit-box-shadow: 2px 2px 5px #797979;
  -moz-box-shadow: 2px 2px 5px #797979;
  -o-box-shadow: 2px 2px 5px #797979;
  -ms-box-shadow: 2px 2px 5px #797979;
  box-shadow: 2px 2px 5px #797979;
}
/* [/PopUp menu] */
/* [/body-wrapper] */
/* [/template_styles.css] */

/*-----------------------------*/
/* [/*top user system menu] */
/* [/system.auth.authorize.css] */

/* [form.result.new.css] */
/* [form ID=3] */
.content-for-button .component form
{
  padding-top: 30px;
  font-size: 18px;
  text-align: left;
  color: #333333;
  line-height: 38px;
}
/* [/form ID=3] */
/* [/form.result.new.css] */

/* [footer.css] */
/* [footer] */
.footer-wrapper
{
  width: 100%;
  margin-top: 60px;
  float: left;
}
.footer-wrapper .footer
{
  width: 100%;
/*  min-width: 1000px;*/
  margin: 0 auto;
  float: left;
}
.footer .mobile-qt{
  display: none;
}
.footer-float-wrapper {
  float: left;
  width: 100%;
}
.footer-float {
  background-color: #ffffff;
  width: 100%;
}
.footer-float .footer-float-top {
  background-color: #fbfbfb;
}
.footer-float .footer-float-bottom {
  background-color: #333333;
  float: left;
  width: 100%;
  color: #cccccc;
}
.footer-content-wrapper {
  width: 100%;
  float: left;
  min-height: 143px;
}
.footer-content {
  width: 100%;
  padding: 10px;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-content .menu {
  float: left;
}
.ws-footer {
  position: relative;
  float: left;
}
.footer-content .menu .uMenuRoot {
  padding: 0;
  margin: 0;
}
.footer-content .menu .uMenuRoot li {
  display: block;
}
.footer-content .menu .uMenuRoot li > div > a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
  cursor: default;
  color: #cccccc;
}
.footer-content .menu .menu-2 .uMenuRoot li > div > a span {
/*  color: transparent;*/
}
.footer-content .menu .uMenuRoot li > div ul {
  margin-left: -10px;
  margin-right: 20px;
  border: 0;
  background-color: #333333;
}
.footer-content .menu .uMenuRoot li > div ul li {
  line-height: 24px;
}
.footer-content .menu .uMenuRoot li > div ul li a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  color: #cccccc;
}
.footer-content .menu .uMenuRoot li > div ul li a:hover {
  background-color: #222222;
}
.footer-content .adding {
  float: right;
}
.footer-float .hot-phone {
  clear: both;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  line-height: 36px;
  text-decoration: none;
  color: #cccccc;
}
.footer-float .social-wrapper {
  margin-top: 0;
  margin-right: -10px;
  padding-top: 10px;
}
.footer-float .social-wrapper .social {
  height: 36px;
  padding: 0 10px;
}
.footer-float .social-wrapper .social .rem {
  float: left;
  padding-right: 5px;
  line-height: 36px;
  display: none;
}
.footer-float .social-wrapper .social a {
  width: 45px;
  padding-top: 15px;
}
.footer-float .social-wrapper .social .fa{
  font-size: 26px;
  padding: 5px;
  background: #F2F2F2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.footer .social-wrapper .social .vk-button {
  background-image: url('/local/templates/intermediate/css/desktop/images/vk.svg');
}
.footer .social-wrapper .social .ig-button {
  background-image: url('/local/templates/intermediate/css/desktop/images/ig.svg');
}
.footer .social-wrapper .social .ok-button {
  background-image: url('/local/templates/intermediate/css/desktop/images/ok.svg');
}
.footer-float .copyright-wrapper {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-float .copyright-wrapper .copyright-date {
  padding: 0;
  max-width: 240px;
}
.footer-float .copyright-wrapper .copyright-date table {
  height: 42px;
  margin-top: -42px;
}
.footer-float .copyright-wrapper .copyright-date td {
  text-align: right;
  font-size: 14px;
  color: #cccccc;
}
.footer-float .copyright-wrapper .copyright {
  padding: 0px;
  max-width: calc(100% - 180px);
}
.footer-float .copyright-wrapper .copyright table {
  height: 42px;
}
.footer-float .copyright-wrapper .copyright td {
  font-size: 12px;
  color: #cccccc;
}
.footer-fix-wrapper {
  width: 100%;
  float: left;
}
.footer-fix {
  background-color: #333333;
  width: 100%;
/*  position: fixed;*/
  bottom: 0;
  z-index: 1000;
  padding: 15px;
  border-top: 1px #797979 solid;
}
.footer-fix-wrapper .footer-fix .copyright-new-brand {
  margin-bottom: 15px;
  text-align: center;
  color: #cccccc;
}
.footer-fix-wrapper .footer-fix .copyright {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  float: initial;
  background-color: transparent;
}
.footer-fix-wrapper .footer-fix .copyright table {

}
.footer-fix-wrapper .footer-fix .copyright td {
  font-size: 13px;
  color: #999999;
  text-align: center;
}
/* [/footer] */
/* [/footer.css] */

.rabitz {
  position: absolute;
  display: none;
/*  width: calc(100% + 288px);*/
  width: 100%;
  height: 100%;
  z-index: 245;
  background-color: #C2C2C2;
  opacity: 0.6;
  top: 0;
/*  left: -288px;*/
}

#cclosed
{
  top: 153px;
}

.sidebar {
  width: 100vw;
  max-width: 360px;
  top: 40px;
  left: 0px;
  height: 700px;
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  z-index: 249;
}
.sidebar-menu
{}
.sidebar.sidebar-menu
{}

#back-top {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 2147483000 !important;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #eeeeee;
  opacity: .3;
  background-image: url("/local/templates/intermediate/css/desktop/images/move-up.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  border-radius: 50%;
}
#back-top a:hover {
  opacity: .8;
}
#back-top a span
{
}

.back-standart-template {
  background-color: #363636;
}

.menu-title-search-buttom {
  display: none !important;
  line-height: 48px !important;
  height: 50px !important;
  background-color: #000000;
  border: 0 !important;
  color: rgba(255,255,255,.3) !important;
  text-decoration: underline !important;
  font-style: italic;
  font-size: 14px !important;
}
.rstop-menu .hmenu-item:hover .hmenu-link.menu-title-search-buttom {
  background-color: #000000 !important;
  color: rgba(255,255,255,.7) !important;
}

.social-wrapper {
/*  display: none;*/
}

.footer-float .hot-phone {
/*  display: none;*/
}
.copyright-date {
  padding: 8px 20px 0 0;
  display: block;
  float: right;
}
.copyright {
  float: left;
  text-align: left;
  padding: 0 20px;
  font-size: 12px;
}

.footer-float-bottom.mobile {
  display: none;
}

/* discount-informer */
.ws-discount-informer-wrapper {
  float: right;
}
.ws-discount-informer-box {
}
.ws-discount-informer-value {
  margin-right: 15px;
  float: left;
  line-height: 40px;
}
.ws-discount-informer-value a span {
  color: #FFffff;
}
.ws-discount-informer-value a {
  text-decoration: none !important;
  color: #FFFFFF;
  display: block;
  padding-right: 35px;
  background-image: url("/local/templates/intermediate/css/desktop/images/bonus.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 25px;
}

.ws-discount-informer-countdown-wrapper {
  float: left;
}
.countdownHolder {
  font: unset;
}
.ws-discount-informer-countdown p {
  margin: 0;
  font-size: 16px;
}
.ws-discount-informer-countdown p span {
}
#ws-discount-informer-countdown {
  margin: 8px 10px 0 0;
}
#ws-discount-informer-countdown.countdownHolder .position {
  background-color: #828282;
  color: #FFFFFF;
  font-size: 14px;
  width: 20px;
  height: 24px;
  display: block;
  line-height: 24px;
  float: left;
  margin-right: 2px;
  text-align: center;
  border-radius: 2px;
}
#ws-discount-informer-countdown.countdownHolder .countSeconds .position {
  background-color: #B4B4B4;
}
#ws-discount-informer-countdown.countdownHolder .countDiv {
  display: block;
  width: 10px;
  float: left;
  height: 24px;
  position: relative;
}
#ws-discount-informer-countdown.countdownHolder .countDiv::before,
#ws-discount-informer-countdown.countdownHolder .countDiv::after {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #f8f8f8;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.45em;
  content: '';
}
#ws-discount-informer-countdown.countdownHolder .countDiv:after{
  top:1em;
}
.digit {
  position: unset;
  width: unset;
}

.ws-discount-informer-wrapper .ws-discount-description {
  display: none;
  position: absolute;
  top: 41px;
  left: 10px;
  width: 240px;
  color: #333333;
  background-color: #FFFFFF;
  padding: 10px;
  z-index: 20;
}
.ws-discount-informer-wrapper:hover .ws-discount-description {
}
/* /disciunt-informer */

/* Вариант 999 под вопросом - 360 или 720px */
@media (max-width:549px) {
  .footer-float-bottom.mobile {
    display: block;
  }
  .footer-float-bottom.desktop {
    display: none;
  }

  .body-wrapper {
    padding: 0 4px;
  }
  .root .body-wrapper,
  .catalog .body-wrapper,
  .element .body-wrapper,
  .master-class .body-wrapper,
  .usage-example .body-wrapper,
  .news .body-wrapper,
  .search .body-wrapper,
  .single-pages .body-wrapper {
    padding: 0;
  }
/*
  .head-wrapper .head-line_1-wrapper .content,
  .head-wrapper .head-line_2-wrapper .content,
  .head-wrapper .head-line_3-wrapper .content,
*/
  .content-wrapper .content
  {
    width: 100%; /*320px;*/ /*720px*/
  }
  .content-wrapper .content {
/*    border-top: 1px #FFFFFF solid;*/
  }
  .content-wrapper
  {
    padding-top: 0;
  }
/*
  .head-wrapper .head-line_1-wrapper {
    position: relative;
    height: 0;
  }
  .head-wrapper .head-line_1-wrapper .content .h1,
  .head-wrapper .head-line_1-wrapper .content h1,
  .head-wrapper .head-line_1-wrapper .content .hot-phone {
    display: none;
  }
  .head-wrapper .head-line_1-wrapper .content .vbc_bonus_accoun_informer_wrapper {
    position: absolute;
    right: 90px;
    z-index: 25;
  }
  .head-wrapper .head-line_1-wrapper .content .vbc_bonus_accoun_informer_value {
    margin-right: 0;
  }
  .vbc_bonus_accoun_informer_value a span {
    font-size: 12px;
  }

  .head-wrapper .head-line_2-wrapper {
    height: 40px;
    background-color: #000;
  }
  .head-wrapper .head-line_2-wrapper .content
  {
    height: 100%;
    position: relative;
    padding: 0 10px;
  }
*/
/*
  #logo-wrapper,
  #user-menu
  {
    display: none;
  }
*/
  #menu-head-360-wrapper,
  #logo-360-wrapper
  {
    display: block;
  }

  #user-menu-360 {
    width: 100vw;
    max-width: 360px;
    top: 40px;
    left: 0px;
    position: absolute;
    z-index: 250;
    height: 40px;
  }
  .menu-title-search-buttom {
    display: block !important;
  }

  #menu-head-360-wrapper
  {
    width: 35px;/*60px;*/
    height: 100%;
    float: left;
  }
  #menu-head-360-wrapper .menu-head
  {
    height: 100%;
  }
  #menu-head-360-wrapper .menu-head > a
  {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url("/local/templates/intermediate/css/desktop/images/catalog-menu-button-360.png") 0% 50% no-repeat;
  }

  #menu-head-360-wrapper .menu-head .main-menu {
    left: -10px;
    position: relative;
    background-color: #FFFFFF;
    z-index: 250;
    width: 100%;
    top: 750px;
  }
  #menu-head-360-wrapper .menu-head .main-menu ul.sys-menu-user
  {
    width: 100vw;
    max-width: 360px;
    position: absolute;
    background-color: #E4E4E4;
  }
  #menu-head-360-wrapper .menu-head .main-menu ul.sys-menu-user li {
    height: 40px;
    border-right: 0;
    width: 100% !important;
    text-align: left;
    border-bottom: 1px #CCCCCC solid;
    padding: 0;
    border-radius: 0;
    background-color: #F2F2F2;
  }
  #menu-head-360-wrapper .menu-head .main-menu ul.sys-menu-user li a {
    width: 100%;
    font-size: 14px;
    height: 39px;
    line-height: 38px;
    padding-left: 5px;
    color: #000000;
  }
  #menu-head-360-wrapper .menu-head .main-menu ul.sys-menu-user li a:hover {
    background-color: #666666;
    border-bottom: 1px #666666 solid;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
  }
/*
  #title-search {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fff;
    z-index: 250;
    left: 0;
  }
  .searchForm
  {
    width: 100%;
    margin: 0;
  }
  .schQuery
  {
    width: 100%;
    margin: 0;
    border-color: #000000;
  }
  .schQuery input
  {
    height: 38px;
    font-size: 18px;
  }
  .schBtn
  {
    right: 0;
    width: 48px;
    height: 49px;
  }
  .searchSbmFl
  {
    width: 48px;
    height: 37px;
    background-image: url("/local/templates/intermediate/css/desktop/images/search-green.png") !important;
    -webkit-background-size: 70% auto !important;
    -o-background-size: 70% auto !important;
    background-size: 70% auto !important;
  }
*/
  #num_products {
    color: #CCCCCC;
    width: 34px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    font-size: 12px;
    right: 0px;
  }

  #logo-360-wrapper
  {
    width: 78px;/*380px;*/
    height: 100%;
    display: inline-block;
    float: left;
    background: url("/local/templates/intermediate/css/desktop/images/full_logo-360-20190615.svg") 50% 50% no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  #logo-360-wrapper a
  {
    width: 100%;
    display: block;
    height: 100%;
  }
/*
  #title-search-360 {
    width: 80px;
    position: absolute;
    right: 0px;
    bottom: -50px;
  }
  #title-search-360.catalog {
    right: 90px;
  }
  #title-search-360 .title-search-buttom {
    width: 100%;
    height: 50px;
    background: url("/local/templates/intermediate/css/desktop/images/search-menu-button-360.png") 90% 50% no-repeat;
    display: block;
display: none;
  }
*/
  #title-tools-360 {
    display: none;
    width: 44px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    height: 28px;
  }
  #title-tools-360.catalog {
    display: block;
  }

  #title-tools-360 .title-tools-buttom {
    width: 100%;
    height: 28px;
    background: url("/local/templates/intermediate/css/desktop/images/tools-menu-button-360.png") 50% 50% no-repeat;
    display: block;
  }

  #user-menu-360 .user-wrapper {
    height: 100%;
    width: 100%;
  }
  #user-menu-360 .user-wrapper .avatar-wrapper {
    height: 100%;
    width: 85px;
    float: left;
    border-right: 1px #CCCCCC solid;
    display: none;
  }
  #user-menu-360 .user-wrapper .avatar-wrapper .avatar {
    width: 65px;
    height: 65px;
    border: 1px #CCCCCC solid;
    border-radius: 50%;
    margin: 10px auto;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 50% 50%;
    font-size: 13px;
    text-align: center;
    line-height: 62px;
  }
  #user-menu-360 .user-wrapper .login-wrapper {
    height: 100%;
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
  }
  #user-menu-360 .user-wrapper .login-wrapper .login {
    font-size: 13px;
    line-height: 40px;
  }
  #user-menu-360 .user-wrapper .login-wrapper .login a {
    display: block;
    text-decoration: underline;
    width: 75%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #user-menu-360 .user-wrapper .login-wrapper .login a.logout {
    width: 25%;
  }
  #user-menu-360 .user-wrapper .login-wrapper .login span {
    background-color: #b3fff7b3;
    padding: 0 5px;
  }
  #user-menu-360 .user-wrapper .login-wrapper .login a.logout span {
    background-color: initial;
  }
  #user-menu-360 .user-wrapper .close-button-wrapper {
    height: 100%;
    width: 50px;
    float: left;
  }
  #user-menu-360 .user-wrapper .close-button-wrapper .close-button {
    height: 100%;
  }
  #user-menu-360 .user-wrapper .close-button-wrapper .close-button a {
    display: block;
    width: 100%;
    height: 100%;
/* ?
    background-image: url("/local/templates/intermediate/css/desktop/images/arrow-right-green.png");
    background-repeat: no-repeat;
    background-position: 35px 50%;
*/
  }


  #user-menu-360 ul.sys-menu-user
  {
    margin: 0 6px;
  }
  #user-menu-360 ul.sys-menu-user li
  {
    padding: 0;
    border-radius: 0;
  }
  #user-menu-360 ul.sys-menu-user li:hover
  {
    background-color: none;
  }
  #user-menu-360 ul.sys-menu-user li a
  {
    
  }
  
  .header-basket-block
  {
    width: 70px;
  }
  .header-basket-block #basket_right_header
  {
    margin: 0px;
    height: 100%;
  }
  .header-basket-block li
  {
/*    background: none;*/
    height: 100%;
  }
  .header-basket-block li > a {
    padding-left: 70px;
    width: 0px;
    height: 100%;
/*    background: url("/local/templates/intermediate/css/desktop/images/basket-menu-button-360.png") 5px 50% no-repeat;*/
    color: transparent;
    overflow: hidden;
    background-size: auto 26px;
  }
  .header-basket-block li > a.area-down
  {
    display: none;
  }
  .header-basket-block li #popup-basket-info-wrapper
  {
    margin-top: -20px;
  }
  .header-basket-block:hover li #popup-basket-info-wrapper
  {
    display: none !important;
  }
/*
  .head-wrapper .head-line_3-wrapper
  {
    height: 0;
  }
  .head-wrapper .head-line_3-wrapper .content
  {
    height: 0;
  }
*/
  .head-wrapper .head-line_3-wrapper .content.w360
  {
    display: block;
  }
  .head-wrapper .head-line_3-wrapper .content.w360 span {
    line-height: 40px;
    font-size: 20px;
  }
  .head-menu-catalog-button-wrapper
  {}
  .head-menu-catalog-button-wrapper .head-menu-catalog-button
  {
    width: 140px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E43034), color-stop(100%,#B7171C));
    background: -webkit-linear-gradient(top, #E43034 0%,#B7171C 100%);
    background: -moz-linear-gradient(top, #E43034 0%,#B7171C 100%);
    background: -ms-linear-gradient(top, #E43034 0%,#B7171C 100%);
    background: -o-linear-gradient(top, #E43034 0%,#B7171C 100%);
    background: linear-gradient(to bottom, #E43034 0%,#B7171C 100%);
    border: 2px #fff solid;
    position: absolute;
    right: 40px;
    top: -20px;
    z-index: 199;
  }
  .head-menu-catalog-button-wrapper .head-menu-catalog-button a
  {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding-top: 8px;
  }
  .head-menu-catalog-button-wrapper .head-menu-catalog-button a span
  {
    line-height: 30px !important;
    font-size: 26px !important;
  }
  .hmenu-item .hmenu-link.menu-title-search-buttom {
    background-image: url("/local/templates/intermediate/css/desktop/images/search-menu-button-360.png") !important;
    background-position: 98% 50%;
    background-repeat: no-repeat;
  }

  #content-container {
    position: relative;
  }
  .button-bar {
    padding: 0;
  }

  .content .center-wrapper
  {
    width: 100%;
  }
  .content-title-wrapper
  {
    width: 100%;
    padding: 0 10px 12px;
    margin: 0;
/*    background-color: #593C3F;*/
    background-color: #333;
  }
  .button-bar-wrapper
  {
    background-color: transparent;
  }
  .news .master-class .content-title-div {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
/*    background-color: #593C3F;*/
    background-color: #333;
    text-align: left;
  }

  .page-selector.top,
  .page-selector.bottom
  {
    display: none;
  }
  .content-container-wrapper.default
  {
    padding-top: 1px;
  }

  #goods_cont
  {
    padding: 0px 0px;
  }
  .goods-list
  {
    margin-left: 0;
  }

  .footer-wrapper {
    margin-top: 20px;
  }
  .footer-fix-wrapper {
  }

  .footer-float {
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .footer-content {
    padding: 0;
  }
  .footer-content .adding {
    float: right;
    width: 100%;
  }
  .footer-float .hot-phone {
    display: block;
    background-color: #000000;
    color: #CCCCCC;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    float: none;
  }

  .footer-float .uMenuH {
    float: left;
    width: 100%;
    background-color: #333333;
    padding-bottom: 3px;
  }
  .footer-float .uMenuH .uMenuRoot {
    margin: 0 auto;
    padding: 0;
  }
  .footer-float .uMenuH .uMenuRoot li {
    display: block;
    float: initial;
    padding: 0;
  }
  .footer-float .uMenuH .uMenuRoot li a {
    text-decoration: none;
    color: #CCCCCC;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
  }
  .footer-float .uMenuH .uMenuRoot li a:hover {
    color: #FFFFFF;
  }

  .footer-content .menu {
    width: 100%;
  }
  .footer-content .menu .ws-footer {
    width: calc(100%/2);
  }
  .footer-content .menu .uMenuRoot {
    padding-left: 4px;
  }
  .footer-content .menu .uMenuRoot li > div > a {
/*    display: none;*/
  }
  .footer-content .menu .uMenuRoot li > div ul {
    padding: 0;
    min-width: initial;
  }
  .footer-content .menu .uMenuRoot li > div ul li {
    line-height: 25px;
  }
  .footer-content .menu .uMenuRoot li > div ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .footer .social-wrapper {
    float: left;
    width: 100%;
    margin-top: 0;
    display: flex;
    padding: 30px 0 30px;
    background-color: #ffffff;
  }
  .footer .social-wrapper .social {
    width: 100%;
    margin: 0 auto;
  }
  .footer-float .social-wrapper .social .rem {
    padding-right: 0;
    width: 100%;
    text-align: center;
    color: #333333;
  }
  .footer-float .social-wrapper .social .icons {
    width: 140px;
    margin: 0 auto;
  }
  .footer .social-wrapper .social a {
    display: block;
    width: 40px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    margin: 0 1.5px;
    padding: 0;
  }

  .footer .mobile-qt{
    display: block;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 5px;
  }
  .footer .mobile-qt a{
    text-decoration: none;
  }
  
  .footer-float .copyright-wrapper {
    min-height: 24px;
    padding: 0;
    float: left;
  }
  .copyright-date {
    color: #666666;
    padding: 0;
    display: block;
    float: initial;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  .footer-float .copyright-wrapper .copyright-date {
    max-width: initial;
    background-color: #f2f2f2;
  }
  .footer-float .copyright-wrapper .copyright-date table {
    width: 100%;
    height: 24px;
    margin-top: 0;
  }
  .footer-float .copyright-wrapper .copyright-date td {
    text-align: center;
    font-size: 14px;
    color: #666666;
  }
  .copyright {
    float: left;
    text-align: center;
    padding: 2px 10px 4px;
    font-size: 12px;
    color: #CCCCCC;
    background-color: #000000;
  }
  .footer-float .copyright-wrapper .copyright {
    max-width: 100%;
    padding: 5px;
  }
  .footer-float .copyright-wrapper .copyright td {
    text-align: center;
  }

  .footer-fix-wrapper .footer-fix .copyright {
    width: auto;
    margin: 0 10px;
  }
  .footer-fix-wrapper .footer-fix .copyright table {
  }
  .footer-fix-wrapper .footer-fix .copyright td {
    font-size: 13px;
  }

  div.footer-subscription {
    display: none;
  }

  .footer-wrapper .footer {
    min-width: auto;
  }

  #popup-login-form-wrapper .popup,
  #popup-register-form-wrapper .popup
  {
    width: 320px;
    height: auto;
    margin: 0;
    float: left;
  }
  #popup-login-form-wrapper .popup
  {
  }
  #popup-register-form-wrapper .popup
  {
  }
  #popup-login-form-wrapper .footer, #popup-register-form-wrapper .footer {
    height: auto;
    float: left;
  }
  #popup-login-form-wrapper .footer .field,
  #popup-register-form-wrapper .footer .field {
    height: 54px;
    float: left;
  }

  /* discount-informer */
  .ws-discount-informer-wrapper {
    position: absolute;
    top: 41px;
    background-color: #211617;
    width: 100%;
  }
  .ws-discount-informer-box {
    width: 296px;
    margin: 0 auto;
    height: 40px;
  }
  #ws-discount-informer-countdown {
    margin: 8px 0 0 0;
  }
  #ws-discount-informer-countdown.countdownHolder .position {
    background-color: #777172;
  }
  #ws-discount-informer-countdown.countdownHolder .countSeconds .position {
    background-color: #AAA7A8;
  }
  .head-wrapper .head-line_2-wrapper.discount-informer {
    margin-bottom: 41px;
  }
}
/*
@media (max-width:559px) {
  .head-wrapper .head-line_1-wrapper .content .hot-phone {
    margin-left: 0;
  }
}
*/
/*
@media (min-width:550px) {
  .center-wrapper .body-wrapper {
    padding: 0 10px
  }
}
*/
@media (min-width:550px) and (max-width:889px) {
  #user-menu {
/*    display: none;*/
  }
  .header-basket-block {
    overflow: hidden;
  }
  #num_products {
  }
  .header-basket-block li > a.area-down {
    display: none;
  }
  .ws-discount-informer-countdown-wrapper {
    display: none;
  }
}
@media (min-width:550px) and (max-width:659px) {
/*
  #logo-wrapper {
    width: 106px;
  }
*/
/*
  #title-search {
    width: calc(100% - 166px - 50px);
  }
*/
/*
  .head-wrapper .head-line_1-wrapper .content .h1,
  .head-wrapper .head-line_1-wrapper .content h1 {
    font-size: 14px;
  }
  .vbc_bonus_accoun_informer_value {
    margin-right: 0;
  }
  .head-wrapper .head-line_1-wrapper .content .hot-phone {
    font-size: 18px;
  }
*/
}
/*
@media (min-width:550px) and (max-width:579px) {
  .head-wrapper .head-line_1-wrapper .content .hot-phone {
    font-size: 17px;
  }
  .vbc_bonus_accoun_informer_value {
    margin-right: 0;
    font-size: 9px;
  }
}
*/
/*
@media (min-width:550px) and (max-width:699px) {
  .vbc_bonus_accoun_informer_value {
    margin-right: 0;
  }
}
*/
/*
@media (min-width:580px) and (max-width:599px) {
  .head-wrapper .head-line_1-wrapper .content .hot-phone {
    font-size: 17px;
  }
  .vbc_bonus_accoun_informer_value {
    margin-right: 0;
    font-size: 12px;
  }
}
*/
/*
@media (min-width:660px) and (max-width:889px) {
  #title-search {
    width: calc(100% - 300px - 50px);
  }
}
*/
/*
@media (min-width:890px) {
  #title-search {
    width: calc(100% - 620px);
  }
}
*/
/*
@media (min-width:660px) and (max-width:1107px) {
  .head-wrapper .head-line_1-wrapper .content .h1,
  .head-wrapper .head-line_1-wrapper .content h1 {
    font-size: 16px;
  }
  .head-wrapper .head-line_1-wrapper .content .hot-phone {
    font-size: 20px;
  }
}
*/
/*
@media (max-width:889px) {
  .head-wrapper .head-line_1-wrapper .content .work-time {
    display: none;
  }
}
*/
/*
@media (min-width:890px) {
  .head-wrapper .head-line_1-wrapper .content .work-time {
    float: right;
    padding-right: 20px;
    font-size: 12px;
    line-height: 40px;
  }
}
*/
@media (min-width:550px) and (max-width:719px) {
  .footer-content .menu {
    max-width: 280px;
  }
  .footer-content .menu .menu-1 .uMenuRoot li > div > a,
  .footer-content .menu .menu-2 .uMenuRoot li > div > a {
    display: none;
  }
  .footer-content .menu .menu-1 .uMenuRoot li > div ul {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .footer-content .menu .menu-2 .uMenuRoot li > div ul {
    padding-top: 0;
  }
}
@media (max-width:719px) {
  .footer-float .social-wrapper .social .rem {
  }
}
@media (min-width:682px) and (max-width:748px) {
  .left-column-wrapper .content {
    min-width: unset;
  }
}
@media (min-width:749px) and (max-width:889px) {
  .left-column-wrapper .content {
    min-width: unset;
  }
}
@media (min-width:780px) and (max-width:889px) {
  .left-column-wrapper .content {
    min-width: unset;
  }
}
@media (min-width:890px) and (max-width:1107px) {
  .left-column-wrapper .content {
    min-width: unset;
  }
}
@media (min-width:1108px) and (max-width:1279px) {
  .left-column-wrapper .content {
    min-width: unset;
  }
}

@media (min-width:1280px) {
/*
  .head-wrapper .head-line_1-wrapper .content,
  .head-wrapper .head-line_2-wrapper .content,
  .head-wrapper .head-line_3-wrapper .content,
*/
  .content-wrapper .content
  {
    width: 1260px;
  }
}
.bx-soa-pp-list-description a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
  -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
  -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
  -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
  transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
  outline:0;
  background-color:#da3737;
  border-color:#da3737;
  color:#FFF
}
.bx-soa-pp-list-description a:hover {
  outline:0;
  background-color:#e48d8d;
  border-color:#e48d8d;
  color:#FFF;
  text-decoration:none;
}

.catalog-left-h2 {
  font-size: 18px;
  font-weight: bold;
  border: 1px #E4E4E4 solid;
  padding: 10px 7px;
  border-bottom: 0;
  border-top: 2px #D92121 solid;
  color: #D92121;
}

h1.content-title-div {
  margin: 0;
  background-color: #fafafa;
  padding: 13px 10px;
  border: 1px #e4e4e4 solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 28px;
}
h1.content-title-div.single-pages {
  margin-bottom: 10px;
}
@media (max-width:549px) {
  .content-title-div {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width:550px) and (max-width:1020px) {
  h1.content-title-div.subcatalog {
    font-size: 26px;
  }
}

/* [gag ocleft-desktop-20190615] */
#woc-catalog-container-for-left {
  border: 1px #e4e4e4 solid;
  margin-bottom: 20px;
}
li.active > #woc-catalog-container-for-left {
  border-top: 0;
}

#woc-catalog-container-for-left .ocmenu-item {
  position: relative;
}
#woc-catalog-container-for-left a {
  display: block;
  font-size: 14px;
  line-height: 46px;
  text-decoration: none;
  padding: 0 30px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#woc-catalog-container-for-left .ocmenu-item.parent > a {
  background-image: url("/local/templates/intermediate/css/desktop/images/arrow-right.png");
  background-position:  95% 50%;
  background-repeat: no-repeat;
}
#woc-catalog-container-for-left .ocmenu-item.parent > a.selected {
/*  background-image: url("/local/templates/intermediate/css/desktop/images/arrow-down.png");*/
  background-image: none;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a {
  font-weight: bold;
  background-color: #fff;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a.selected,
#woc-catalog-container-for-left a.selected {
  color: #fff;
  background-color: #333;
  width: calc(100% + 2px);
  margin-left: -1px;
}
#woc-catalog-container-for-left a.first-item {
  font-weight: bold;
}
/*
#woc-catalog-container-for-left .ocmenu-item.level-1 {
  border-bottom: 1px #e4e4e4 solid;
}
#woc-catalog-container-for-left .ocmenu-item.level-1:last-child {
  border-bottom: 0;
}
*/
#woc-catalog-container-for-left .ocmenu-item .child a {
  font-weight: normal;
}
#woc-catalog-container-for-left .child {
  display: none;
}
#woc-catalog-container-for-left .child.opened {
  display: block;
}
#woc-catalog-container-for-left .child.popup {
  position: absolute;
  display: block;
  width: 260px;
  min-height: 90px;
  top: -40px;
  right: -259px;
  z-index: 2147483000 !important;
  border: 1px #e4e4e4 solid;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px #666;
     -moz-box-shadow: 5px 5px 5px #666;
       -o-box-shadow: 5px 5px 5px #666;
      -ms-box-shadow: 5px 5px 5px #666;
          box-shadow: 5px 5px 5px #666;
}
#woc-catalog-container-for-left .ocmenu-item.level-2 a
{
  background-color: #fafafa;
}
#woc-catalog-container-for-left .ocmenu-item.level-3 a
{
  background-color: #f6f6f6;
}
#woc-catalog-container-for-left .ocmenu-item.level-4 a
{
  background-color: #f2f2f2;
}
#woc-catalog-container-for-left .ocmenu-item.level-5 a {
  background-color: #dcdcdc;
}
#woc-catalog-container-for-left .opened > .ocmenu-item.level-3 a {
  padding-left: 15px;
}
#woc-catalog-container-for-left .opened > .ocmenu-item.level-4 a {
  padding-left: 23px;
}
#woc-catalog-container-for-left .opened > .ocmenu-item.level-5 a {
  padding-left: 31px;
}
#woc-catalog-container-for-left a.first-item:hover {
  background-color: transparent;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-2 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-3 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-4 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-5 a:hover,
#woc-catalog-container-for-left a:hover {
  background-color: #d8d8d8;
  color: #222;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-2 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-3 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-4 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-5 a.selected:hover,
#woc-catalog-container-for-left a.selected:hover {
  background-color: #444;
}
/* [/gag ocleft-desktop-20190615] */
/* End */


/* Start:/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/style.css?163442412611995*/
.header-basket-block {height:100%;float:right;text-align:right;}
.header-basket-block #basket_right_header {margin:0 0 0 20px;}
.header-basket-block a {
  display: flex;
  align-items: flex-end;
  height: 30px;
}
.header-basket-block svg {
  width: 24px;
  height: 24px;
  position:relative;
  fill:#ffe488;
}

.header-basket-block .header__cart-bubble{
  color: #ffe488;
}
@media (max-width:549px) {
  .header-basket-block li {
    background-position-x: 10px;
  }
}
.header-basket-block li>a {
  display:inline-block;
  padding-left:38px;
  height:40px;
  line-height:40px;
  color:#ffffff;
  text-decoration: none;
}
.header-basket-block li>a.area-down {display:inline-block;padding-left:16px;height:40px;line-height:40px;background: url('/icons/arrow-down.png') right 50% no-repeat;-webkit-background-size: 10px auto;-moz-background-size: 10px auto;-o-background-size: 10px auto;background-size: 10px auto;text-decoration:none;}
.header-basket-block li.action>a.area-down {background-image: url('/icons/arrow-up.png');}
.header-basket-block li .area-up {}
.header-basket-block li .content-basket {position:relative;-webkit-box-shadow:-2px 5px 5px rgba(0,0,0,.15);-moz-box-shadow:-2px 5px 5px rgba(0,0,0,.15);-o-box-shadow:-2px 5px 5px rgba(0,0,0,.15);-ms-box-shadow:-2px 5px 5px rgba(0,0,0,.15);box-shadow:-2px 5px 5px rgba(0,0,0,.15);padding:6px;padding-bottom:10px;border-top: 1px solid rgba(51,51,51,.3);}
.header-basket-block li #popup-basket-info-wrapper {
  display:none;
  position:absolute !important;
  top:auto;
  right:0px;
  margin-top:20px;
  z-index:1001;
  float:left;
  background-color:#fff;
  width:238px;
}
.header-basket-block:hover li #popup-basket-info-wrapper,
.header-basket-block li.action #popup-basket-info-wrapper {display: block;}

div#basket_right_header:hover li #popup-basket-info-wrapper {
  display: block;
}
div#basket_right_header:hover li #popup-basket-info-wrapper.hidden {
  display:none;
}
#popup-basket-info-wrapper div.area-up {
  position: absolute!important;
  top: auto;
  height: 30px;
  background: transparent url('/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/images/area-up.png') no-repeat 203px 15px;
  width: 100%;
  z-index: 1003;
  float: left;
}
#popup-basket-info-wrapper .popup {
  position: absolute!important;
  top: auto;
  background-color: #fff!important;
  padding: 20px!important;
  margin: 0px 0 0 0;
  width: 248px;
  height: auto;
  z-index: 1002;
  float: left;
}


.bx_cart_block{
  font-size:14px;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  white-space: normal;
  line-height: normal !important;
}
.bx_cart_block.bx_cart_fixed{
  border:1px solid #b7b7b7;
  background:#fff;
  max-height: 100%;
  width:100%;
  overflow: hidden;
  border-radius:3px;
  position:fixed;
  z-index:1000;
  width:210px;
  box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
}
/* */
.bx_cart_block .btn-hidden {
  border: 0px solid #908e8e;
  height: 10px;
  width: 24px;
  text-align: center;
  float: right;
  margin-top: -28px;
  margin-right: 0px;
}
.bx_cart_block .btn-hidden a {
  text-decoration: none;
  color: black;
  font-size: 24px;
  padding: 3px 3px;
  font-weight: bold;
}
.bx_cart_block .tovar-for-min-basket { float: left; margin-right: 10px; }
/*
.bx_cart_block ul { margin:0; padding:0; list-style-type: none; clear: both; }
.bx_cart_block ul li { clear: both; margin-bottom: 6px; }
.bx_cart_block .tov-info { position: relative; top: -3px; float: left;}
.bx_cart_block .price-tov img{ float: right; }
.bx_cart_block .action{
  border-top: 1px solid #908E8E;
  clear: both;
  text-align: center;
  padding: 2px 0;
  text-transform: uppercase;
}
.bx_cart_block .action a{color: #FF281F;font-size: 12px;font-weight: bold;}
.bx_cart_block .name-tov a {font-size:10px; color:#000; text-decoration:none;}
.bx_cart_block .action input {}
*/

.bx_cart_block.bx_cart_fixed.top  {top:5px}
.bx_cart_block.bx_cart_fixed.right  {right:5px}
.bx_cart_block.bx_cart_fixed.bottom {bottom:5px}
.bx_cart_block.bx_cart_fixed.left   {left:5px}
.bx_cart_block.bx_cart_fixed.max_height{top:5px;bottom:5px}

/**/
.bx_cart_block.bx_cart_sidebar  .bx_small_cart{text-align: left;}
.bx_cart_block.bx_cart_fixed    .bx_small_cart{padding:10px 8px;line-height: 18px;}
.bx_cart_block.bx_cart_fixed.min {min-height:88px}
.bx_cart_block.bx_cart_fixed.min .bx_small_cart{padding:10px 8px}
.bx_cart_block .bx_small_cart .icon_cart,
.bx_cart_block .bx_small_cart .icon_info,
.bx_cart_block .bx_small_cart .icon_spacer,
.bx_cart_block .bx_small_cart .icon_profile{
  display:inline-block;
  width:20px;
  height:14px;
  margin-right:3px;
  position: relative;
  margin-bottom: -3px;
}

.bx_cart_block .bx_small_cart .icon_cart{background:url(/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/images/cart.png)    no-repeat top center}
.bx_cart_block .bx_small_cart .icon_profile{background:url(/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/images/profile.png) no-repeat top center}
.bx_cart_block .bx_small_cart .icon_info{background:url(/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/images/info.png) no-repeat top center}

.bx_cart_block .bx_small_cart a{}
.bx_cart_block .bx_small_cart a:hover{text-decoration:none}
.bx_cart_block .bx_small_cart a span {
  font-size: 14px!important;
  font-weight: bold;
/*  color: #754099!important;*/
  text-decoration: none;
}
.bx_cart_block .bx_small_cart .links a{
  text-decoration: underline;
}
.bx_cart_block .bx_small_cart .link_profile{font-weight:normal}
.bx_cart_block .bx_small_cart .link_another{font-weight:normal; margin-left:26px;}

.bx_cart_block              .bx_item_listincart{position:relative;width:100%}
.bx_cart_block.bx_cart_fixed      .bx_item_listincart{padding-bottom:21px}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart{
  position: absolute;
  bottom: 0;
  top: 70px;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top2{top: 55px;}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top1{top: 40px;}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{ top:auto !important}

.bx_cart_block               .bx_item_listincart .bx_itemlist_container{padding-top:10px;width:100%}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{position:relative}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow:auto;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_itemlist_container{
  position: absolute;
  bottom: 80px;
  top: 0;
}
.bx_cart_block.bx_cart_fixed.close.top{bottom:auto}
.bx_cart_block.bx_cart_fixed.close.bottom{top:auto}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{height:0;overflow:hidden}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .status{
  width:100%;
  background:#f7f7f7;
  position:absolute;
  bottom:0;
  z-index:120;
  text-align:center;
  font-size:12px;
  color:#4f4f4f;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  padding:3px;
  border-radius:0 0 2px 2px ;
}

.bx_cart_block .bx_item_listincart .status:hover{background:#ececec;cursor:pointer}
.bx_cart_block .bx_item_listincart .bx_itemincart {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  float: left;
}
.bx_cart_block          .bx_item_listincart .bx_item_status{
  font-weight:bold;
  padding:3px;
  background:#ebebeb;
  margin:0 10px 20px;
  line-height:16px;
  font-size:13px;
  /*height:16px;*/
  border-radius:3px;
  text-align:center;
}
/*.bx_cart_block.bx_cart_fixed    .bx_item_listincart .bx_itemincart{position:relative}*/
.bx_cart_block .bx_item_listincart .bx_item_delete{
  background:url(/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/images/delete_item.png) no-repeat center;
  width:16px;
  height:16px;
  position:absolute;
  right:1px;
  top:2px;
  cursor:pointer;
  opacity: .4;
}

.bx_cart_block .bx_item_listincart .bx_item_delete:hover {opacity: 1;}
.bx_cart_block .bx_item_listincart .bx_item_img_container {
  float: left;
}
.bx_cart_block .bx_item_listincart .bx_item_img_container a {}
.bx_cart_block .bx_item_listincart .bx_item_img_container a img {}

.bx_cart_block .bx_item_listincart .bx_item_title {
  width: calc(100% - 69px);
  margin-top: -2px;
  float: left;
}
.bx_cart_block .bx_item_listincart .bx_item_title a {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bx_cart_block .bx_item_listincart .bx_item_title a:hover{text-decoration:underline}
.bx_cart_block .bx_item_listincart .bx_item_price{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_price .bx_item_oldprice{
  text-decoration:line-through;
  color:#b0b0b0;
  vertical-align:bottom;
  font-size:12px;
  font-weight:bold;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ {
  width: calc(100% - 69px);
  float: left;
  color: grey;
  font-size: 14px;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ .bx_item_oldprice {
  text-decoration:line-through;
  color:#b0b0b0!important;
  vertical-align:bottom;
  font-size:12px!important;
  font-weight:bold;
}

.bx_cart_block .bx_item_listincart .bx_item_col_summ span {
  font-size: 14px !important;
  font-weight: bold;
  color: grey !important;
  text-decoration: none;
}

.bx_cart_block .bx_item_listincart .bx_itemincart:last-child .bx_item_col_summ{border-bottom:none}
.bx_cart_block .bx_item_hr{
  border: none;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  margin: 11px 0;
}
.bx_cart_block .bx_item_listincart .bx_button_container {
  border:none;
  clear: both;
  text-align: center;
  padding: 0;
  text-transform: none;
}
.bx_cart_block .bx_item_listincart .bx_button_container a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  border-top: 1px solid #cad4d9!important;
  border-right: 1px solid #cad4d9!important;
  border-bottom: 1px solid #cad4d9!important;
  border-left: 1px solid #cad4d9!important;
  background-color: #fff!important;
  vertical-align: middle;
  text-align: center;
  color: #000!important;
  width: 114px;
  height: 28px;
  font: 12px Tahoma, Verdana, Arial, sans-serif;
  margin-top: 8px;
  line-height: 27px;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_button_container{position:relative}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_button_container{
  position:absolute;
  bottom:21px;
}


/* buttons */
.bx_cart_block .bx_bt_button_type_2{
  display:inline-block;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  font-size:13px;
  cursor:pointer;
}

.bx_cart_block .bx_bt_button_type_2         {
  border:1px solid #e9e9e9;
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
  background-image:-webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image:-moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image:-o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image:linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  color:#656565;
  text-shadow:0 1px 0 #fff;
}
.bx_cart_block .bx_bt_button_type_2:hover     {background:#fff}
.bx_cart_block .bx_bt_button_type_2:active  {
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
  background-image:-webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image:-moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image:-o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image:linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_cart_block .bx_small.bx_bt_button_type_2{
  display:inline-block;
  min-width:20px;
  line-height:20px;
}

.bx_cart_block .bx_small.bx_bt_button_type_2    { }
.bx_cart_block .bx_small.bx_bt_button_type_2:hover  { }
.bx_cart_block .bx_small.bx_bt_button_type_2:active   { }


.bx_cart_block .bx_medium.bx_bt_button_type_2   {
  padding:0 13px;
  height:25px;
  font-weight:bold;
  line-height:25px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2     {font-weight:bold}
.bx_cart_block .bx_medium.bx_bt_button_type_2:hover{ }
.bx_cart_block .bx_medium.bx_bt_button_type_2:active{ }

/* End */


/* Start:/local/templates/intermediate/components/bitrix/advertising.banner/head-fixed-inline/style.css?16548118104062*/
@media (max-width:549px) {
  .head-inline-banner-wrapper {
    width: 100%;
    background-color: #cc0001;
  }
}
@media (min-width:550px) {
  .head-wrapper .head-line_1-wrapper {
    background-color: #cc0001;
    top: 0;
    z-index: 2;
  }
  .head-wrapper .head-line_1-wrapper .content .h1,
  .head-wrapper .head-line_1-wrapper .content h1 {
    padding: 4px 0;
  }
/*
  .head-wrapper .head-line_1-wrapper .content .h1 a {
    line-height: 30px;
    display: block;
    padding: 0 5px;
    background-color: #6F1315;
    border-radius: 5px;
    color: #fff;
    border: .5px #FF3300 solid;
  }
*/
}
@media (min-width:550px) and (max-width:767px) {
  .head-wrapper .head-line_1-wrapper .content .h1,
  .head-wrapper .head-line_1-wrapper .content h1 {
    display: none;
  }
}
.ws-discount-informer-wrapper {
  display: none;
}
.head-inline-banner-wrapper {
  float: right;
}
.ws-hi-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  padding: 0px 20px;
  color: #FFFFD5;
}

.ws-hi-banner-countdown-wrapper {
  padding-top: 7px;
}
.countdownHolder {
  font: unset;
}
.ws-hi-banner-countdown p {
  margin: 0;
  font-size: 16px;
}
.ws-hi-banner-countdown p span {
}
#ws-hi-banner-countdown {
  width: 180px;
  height: 26px;
  margin: 0 auto 7px;
}
#ws-hi-banner-countdown.countdownHolder .position {
  background-color: #FFFFFF;
  color: #600;
  font-size: 16px;
  font-weight: bold;
  width: 22px;
  height: 24px;
  display: block;
  line-height: 24px;
  float: left;
  margin-right: 3px;
  text-align: center;
  border-radius: 5px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F1EE74));
  background: -webkit-linear-gradient(top,#FFFFFF 0,#F1EE74 100%);
  background:    -moz-linear-gradient(top,#FFFFFF 0,#F1EE74 100%);
  background:     -ms-linear-gradient(top,#FFFFFF 0,#F1EE74 100%);
  background:      -o-linear-gradient(top,#FFFFFF 0,#F1EE74 100%);
  background:         linear-gradient(top,#FFFFFF 0,#F1EE74 100%);
}
#ws-hi-banner-countdown.countdownHolder .countDiv {
  display: block;
  width: 13px;
  float: left;
  height: 24px;
  position: relative;
}
#ws-hi-banner-countdown.countdownHolder .countDiv::before,
#ws-hi-banner-countdown.countdownHolder .countDiv::after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f8f8f8;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  top: 5px;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}
#ws-hi-banner-countdown.countdownHolder .countDiv:after{
  top:15px;
}
.digit {
  position: unset;
  width: unset;
}
#ws-hi-banner-countdown.countdownHolder .countDiv.countDiv2,
#ws-hi-banner-countdown.countdownHolder .countSeconds {
  display: none;
}
#ws-hi-banner-countdown.countdownHolder .countDiv.countDiv1::before,
#ws-hi-banner-countdown.countdownHolder .countDiv.countDiv1::after {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  100% { background-color: rgba(248, 248, 248, 0); }
}
@keyframes blink {
  100% { background-color: rgba(248, 248, 248, 0); }
}
@media (max-width:999px) {
}

.banner-head-phone {
  z-index: 2;
  top: 0;
}
.topline .head-inline-banner-wrapper div {
  float: none;
}
.topline .head-inline-banner-wrapper .ws-hi-text-wrapper{
  float: left;
}
.topline .head-inline-banner-wrapper .ws-hi-timer-wrapper{
  float: right;
}
.topline .ws-hi-text{
  font-size: 16px;
  padding: 0 10px;
}
.topline #ws-hi-banner-countdown{
  width: 152px;
}
.topline #ws-hi-banner-countdown.countdownHolder .position{
  font-size: 14px;
  width: 18px;
  height: 22px;
}
@media(min-width: 768px){
  .topline .ws-hi-text{
    font-size: 18px;
    padding: 0 20px;
  }
  .topline #ws-hi-banner-countdown{
    width: 180px;
  }
  .topline #ws-hi-banner-countdown.countdownHolder .position{
    font-size: 16px;
    width: 22px;
    height: 24px;
  }
}

/* End */


/* Start:/local/templates/intermediate/components/bitrix/menu/navbar/style.css?16480623839074*/
.add-smblock-wrapper
{
  position: absolute;
  top: auto;
  z-index: 990;
  display: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1260px;
}
.add-smblock-wrapper .add-smblock
{
  background-color: #F3F3E9;
  border: 1px #CCCCCC solid;
  color: #333333;
  float: left;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
.add-smblock-wrapper .smblock-close {
  background-image: url('/local/templates/intermediate/components/bitrix/menu/navbar/images/cross.png');
  background-repeat: no-repeat;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: block;
  background-position: top right;
  position: absolute;
  top: 30px;
  right: calc(2.5% + 10px);
  cursor: pointer;
  border: 0
}
.add-smblock-wrapper .add-smblock .smitem-wrapper
{
  float: left;
  padding-left: 10px;
}

.add-smblock-wrapper .add-smblock .smitem-wrapper .smitem .smenu-wrapper .smenu h2
{
  font-size: 24px !important;
  font-weight: bold;
  text-align: left !important;
  margin: 10px 0;
}

.add-smblock-wrapper .add-smblock .menu,
.add-smblock-wrapper .add-smblock .button,
.add-smblock-wrapper .add-smblock .menu-bottom
{
  float:left;
  width:100%;
}
.add-smblock-wrapper .add-smblock .button
{
  margin-top:50px;
  text-align:left;
}
.add-smblock-wrapper .add-smblock .button.notmenu
{
  margin-top: -10px;
  margin-left: -10px;
}
.add-smblock-wrapper .add-smblock .button a
{
  min-width: 220px;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  border: 1px #CCCCCC solid;
  border-top-width: 0;
  border-left-width: 0;
}
.add-smblock-wrapper .add-smblock .button a.active
{
  background-color: #E11D24;
  border-color: #E11D24;
  color: #FFFFFF;
}
.add-smblock-wrapper .add-smblock .button a:hover
{
  opacity: 0.90;
}
.add-smblock-wrapper .add-smblock .menu .smitem-wrapper
{
}
.add-smblock-wrapper .add-smblock .button .smitem-wrapper
{
  padding-left: 0;
}
.add-smblock-wrapper .add-smblock .menu-bottom
{
  margin-top:50px;
  text-align:left;
}

.add-smblock > .content-wrapper
{
  width: 100%;
  float: left;
  padding-top: 0;
}
.add-smblock > .content-wrapper > .content
{
  width: 100% !important;
  padding: 0 !important;
  font-size: 14px;
  text-align: center;
}
.add-smblock > .content-wrapper > .content span
{
  display: block;
  float: left;
  width: 100%;
  line-height: normal;
  padding-bottom: 10px;
}
.add-smblock > .content-wrapper > .content span span,
.add-smblock > .content-wrapper > .content span span.city,
.add-smblock > .content-wrapper > .content span span.address
{
  display: initial;
  float: unset;
  margin: 0;
}
.slogan-wrapper
{
  width: calc(100% + 20px);
  margin: 10px 0 -10px -10px;
  float: left;
}
.component .slogan-wrapper
{
  width: 100%;
  margin: 10px 0 0 0;
}
.slogan-wrapper .slogan
{
  float: left;
  width: 100%;
  background-color: #e21e24;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.slogan-wrapper .slogan a.single
{
  display: block;
  width: 100%;
  height: 100%;
}
.content-button .content-wrapper .content-for-button
{
  display: none;
}
.content-button .content-wrapper .content-for-button.active
{
  display: block;
}
form[name="SIMPLE_FORM_5"]
{
  margin-top: 10px;
  padding-top: 0!important;
  float: left;
  font-size: 14px !important;
}
form[name="SIMPLE_FORM_5"] .form-error-wrapper
{
}
form[name="SIMPLE_FORM_5"] .form-error-wrapper .form-error
{
}
form[name="SIMPLE_FORM_5"] .inputtext-field-wrapper
{
  width: calc(100% + 75px);
}
form[name="SIMPLE_FORM_5"] .inputtext-field-wrapper .inputtext-field
{
  margin-left: -75px;
  width: 100%;
}
form[name="SIMPLE_FORM_5"] .inputtext
{
  height: 35px;
  border: 1px #CCCCCC solid;
  width: calc(100%/3 - 76px);
  margin-left: 75px;
  padding: 0 10px;
}
form[name="SIMPLE_FORM_5"] .inputtext.your-name
{
}
form[name="SIMPLE_FORM_5"] .inputtext.email
{
}
form[name="SIMPLE_FORM_5"] .inputtext.phone
{
}
form[name="SIMPLE_FORM_5"] .inputselect
{
  display: block;
  margin-top: 30px;
  border: 1px #CCCCCC solid;
  height: 35px;
  width: calc((100% + 75px)/3*2 - 75px);
  padding: 0 10px;
}
form[name="SIMPLE_FORM_5"] .inputtextarea.message
{
  margin-top: 30px;
  border: 1px #CCCCCC solid;
  height: 160px;
  width: 100%;
  padding: 10px;
}
form[name="SIMPLE_FORM_5"] input[type="submit"]
{
  width: 264px;
  height: 40px;
  margin-top: 30px;
  background-color: #FFFFFF;
  border: 1px #CCCCCC solid;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
form[name="SIMPLE_FORM_5"] .checkbox
{
  margin-top: 31px;
  width: calc(100% - 264px - 40px);
  float: right;
  margin-bottom: 0;
}
form[name="SIMPLE_FORM_5"] .checkbox label
{
  padding-left: 30px;
  display: block;
  float: left;
}
form[name="SIMPLE_FORM_5"] .checkbox input[type="checkbox"]
{
  position: relative;
  margin-top: 14px;
  margin-left: -30px;
  float: left;
}
form[name="SIMPLE_FORM_5"] .checkbox .main-user-consent-request a
{
  cursor: pointer !important;
  font-size: 13px;
  display: block;
  max-width: calc(100% - 40px);
  text-align: justify;
  line-height: 14px;
  font-style: italic;
  color: #999999 !important;
  margin-bottom: 0;
  float: left;
}

.hotline,
.hotmail,
.whatsapp,
.address
{
  width: 51%;
  display: block;
  text-align: left;
  float: left;
  line-height: normal;
}

.hotline
{
  margin: 10px 0 0 10px;
}

.hotline .phone
{
  width: unset;
  float: unset;
  font-size: 32px;
  font-weight: bold;
}

.hotmail
{
  margin-left: 10px;
  font-size: 18px;
  margin-top: 10px;
}
.hotmail .email
{
  width: unset;
  float: unset;
}
.hotmail .email a
{}

.whatsapp
{
  margin-left: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.whatsapp .phone
{
  width: unset;
  float: unset;
  font-size: 18px;
}

.address
{
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.address .city
{
  display: inline-block;
  width: unset;
  float: unset;
}
.address .address
{
  display: inline-block;
  width: unset;
  float: unset;
  margin: 0;
}

.social-wrapper
{
  float: right;
  margin-top: -82px;
}
.social-wrapper .social
{
}
.social-wrapper .social span
{
  display: block;
  font-size: 20px;
}
.social-wrapper .social a
{
  display: inline-block;
  width: 80px;
  padding-top: 80px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.social-wrapper .social .vk-button
{
  background-image: url('/local/templates/intermediate/components/bitrix/menu/navbar/images/vk.png');
}
.social-wrapper .social .ig-button
{
  background-image: url('/local/templates/intermediate/components/bitrix/menu/navbar/images/ig.png');
}
.social-wrapper .social .ok-button
{
  background-image: url('/local/templates/intermediate/components/bitrix/menu/navbar/images/ok.png');
}
.social-wrapper .social .tg-button
{
  background-image: url('/local/templates/intermediate/components/bitrix/menu/navbar/images/tg.svg');
}

li.uWithSubmenu ul {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 100;
  padding: 10px 0;
  right: 0;
  border: 1px #CCCCCC solid;
}
li.uWithSubmenu ul li {
  line-height: 40px;
}
li.uWithSubmenu > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
}
li.uWithSubmenu > ul > li:hover {
  background-color: #eeeeee;
}
li.uWithSubmenu:hover ul {
  display: block;
}

@media (max-width:549px) {
  form[name="SIMPLE_FORM_5"]
  {
  }
  form[name="SIMPLE_FORM_5"] .form-error-wrapper
  {
  }
  form[name="SIMPLE_FORM_5"] .form-error-wrapper .form-error
  {
  }
  form[name="SIMPLE_FORM_5"] .inputtext-field-wrapper
  {
    width: 100%;
  }
  form[name="SIMPLE_FORM_5"] .inputtext-field-wrapper .inputtext-field
  {
    margin-left: 0;
  }
  form[name="SIMPLE_FORM_5"] .inputtext
  {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  form[name="SIMPLE_FORM_5"] .inputtext.your-name
  {
  }
  form[name="SIMPLE_FORM_5"] .inputtext.email
  {
  }
  form[name="SIMPLE_FORM_5"] .inputtext.phone
  {
  }
  form[name="SIMPLE_FORM_5"] .inputselect
  {
    margin-top: 0;
    width: 100%;
  }
  form[name="SIMPLE_FORM_5"] .inputtextarea.message
  {
  }
  form[name="SIMPLE_FORM_5"] input[type="submit"]
  {
    width: 100%;
  }
  form[name="SIMPLE_FORM_5"] .checkbox
  {
    width: 100%;
  }
  form[name="SIMPLE_FORM_5"] .checkbox label
  {
  }
  form[name="SIMPLE_FORM_5"] .checkbox input[type="checkbox"]
  {
  }
  form[name="SIMPLE_FORM_5"] .checkbox .main-user-consent-request a
  {
  }
}
@media (min-width:550px) {
  .header-basket-block li #popup-basket-info-wrapper { /*    */
    margin-top: 10px;
  }
  ul.rstop-menu > li {
    padding: 0 2px;
  }
}
@media (min-width:550px) and (max-width:779px) {
  ul.rstop-menu > li > a > table td {
    font-size: 12px;
  }
}
@media (min-width:780px) and (max-width:889px) {
  ul.rstop-menu > li > a > table td {
    font-size: 14px;
  }
}

@media (min-width:550px) and (max-width:681px) {
}
@media (min-width:682px) and (max-width:748px) {
}
@media (min-width:749px) and (max-width:1107px) {
}
@media (min-width:749px) and (max-width:889px) {
}
@media (min-width:780px) and (max-width:889px) {
}
@media (min-width:890px) and (max-width:1249px) {

}
@media (min-width:890px) and (max-width:1107px) {
}
@media (min-width:1108px) and (max-width:1249px) {
}
@media (min-width:1250px) {
}
@media (min-width:1108px) and (max-width:1579px) {
}
@media (min-width:1580px) {
}
/* End */


/* Start:/local/templates/intermediate/components/bitrix/search.title/header-search/style.css?15716762622049*/
.searchForm {
  position: relative;
  width: 292px;
  float: right;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 8px;
}
.searchForm form {
  margin: 0;
}
.schQuery input {
  padding: 0;
  margin: 0 6px 0 4px;
  width: calc(100% - 10px);
  border: 0;
  color: #333;
  outline: none;
  height: 32px;
  font-size: 13px;
}
.schBtn.tablet,
.searchSbmFl {
  padding: 0px;
  margin: 0px;
  font-size: 8pt;
  background: url('/local/templates/intermediate/components/bitrix/search.title/header-search/images/search-yellow-2.png') #333 no-repeat 50% 50% !important;
  background-size: 20px 21px !important;
  width: 62px;
  height: 34px;
  color: #fff;
  border: 1px #333 solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  text-indent: -9999px;
}
.schQuery {
  text-align: left;
  border-radius: 4px;
  border: 1px #999 solid;
  float: left;
  width: 100%;
  background-color: #fff;
}
.schBtn.tablet,
.schBtn {
  position: absolute;
  right: 0;
  top: 0;
}
.schBtn.tablet {
  display: none;
}

@media (min-width:550px) and (max-width:1107px) {
  .searchForm {
    width: 62px;
  }
  .searchForm form {
    display: none;
  }
  .schQuery {
    border-color: #333;
    background-color: #333;
  }
  .schQuery input {
    color: #fff;
    background-color: #333;
  }
  .schBtn.tablet {
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .searchForm.opened {
    width: calc(100% - 8px*2);
    position: absolute;
    top: 0;
    right: 8px;
  }
  .searchForm.opened form {
    display: block;
  }
  .searchForm.opened .schBtn.tablet {
    display: none;
  }
}
@media (max-width:549px) {
  .searchForm {
    width: calc(100% - 8px);
  }
}

div.title-search-result {
  display: none;
  border: 1px #D7D7D7 solid;
  background-color: #FFFFFF;
  z-index: 255;
  -webkit-box-shadow: 2px 2px 5px #797979;
     -moz-box-shadow: 2px 2px 5px #797979;
       -o-box-shadow: 2px 2px 5px #797979;
      -ms-box-shadow: 2px 2px 5px #797979;
          box-shadow: 2px 2px 5px #797979;
}

/* End */


/* Start:/local/templates/intermediate/components/bitrix/menu/ocleft-desktop-20190615/style.css?16361932923899*/
#woc-catalog-container-for-left {
  border: 1px #e4e4e4 solid;
  margin-bottom: 20px;
}
li.active > #woc-catalog-container-for-left {
  border-top: 0;
}

#woc-catalog-container-for-left .ocmenu-item {
  position: relative;
  border-bottom: 1px #e4e4e4 solid;
}
#woc-catalog-container-for-left a {
  display: block;
  font-size: 14px;
  line-height: 46px;
  text-decoration: none;
  padding: 0 30px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#woc-catalog-container-for-left .ocmenu-item.parent > a {
  background-image: url("/local/templates/intermediate/components/bitrix/menu/ocleft-desktop-20190615/images/arrow-right.png");
  background-position:  95% 50%;
  background-repeat: no-repeat;
}
#woc-catalog-container-for-left .ocmenu-item.parent.active > a,
#woc-catalog-container-for-left .ocmenu-item.parent > a.selected {
/*  background-image: url("/local/templates/intermediate/components/bitrix/menu/ocleft-desktop-20190615/images/arrow-down.png");*/
  background-image: none;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a {
  font-weight: bold;
  background-color: #fff;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a.selected,
#woc-catalog-container-for-left a.selected {
  color: #fff;
  background-color: #333;
  width: calc(100% + 2px);
  margin-left: -1px;
}
#woc-catalog-container-for-left a.first-item {
  font-weight: bold;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a.selected.rainbow,
#woc-catalog-container-for-left a.selected.rainbow {
  color: #222;
}
/*
#woc-catalog-container-for-left .ocmenu-item.level-1 {
  border-bottom: 1px #e4e4e4 solid;
}
#woc-catalog-container-for-left .ocmenu-item.level-1:last-child {
  border-bottom: 0;
}
*/
#woc-catalog-container-for-left .ocmenu-item .child a {
  font-weight: normal;
}
#woc-catalog-container-for-left .child {
  display: none;
}
#woc-catalog-container-for-left .child.opened {
  display: block;
}
#woc-catalog-container-for-left .child.popup {
  position: absolute;
  display: block;
  width: 260px;
  min-height: 90px;
  top: -40px;
  right: -259px;
  z-index: 2147483000 !important;
  border: 1px #e4e4e4 solid;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px #666;
     -moz-box-shadow: 5px 5px 5px #666;
       -o-box-shadow: 5px 5px 5px #666;
      -ms-box-shadow: 5px 5px 5px #666;
          box-shadow: 5px 5px 5px #666;
}
#woc-catalog-container-for-left .ocmenu-item.level-2 a
{
  background-color: #fafafa;
}
#woc-catalog-container-for-left .ocmenu-item.level-3 a
{
  background-color: #f6f6f6;
}
#woc-catalog-container-for-left .ocmenu-item.level-4 a
{
  background-color: #f2f2f2;
}
#woc-catalog-container-for-left .ocmenu-item.level-5 a {
  background-color: #dcdcdc;
}
#woc-catalog-container-for-left .opened > .ocmenu-item.level-3 a {
  padding-left: 15px;
}
#woc-catalog-container-for-left .opened > .ocmenu-item.level-4 a {
  padding-left: 23px;
}
#woc-catalog-container-for-left .opened > .ocmenu-item.level-5 a {
  padding-left: 31px;
}
#woc-catalog-container-for-left a.first-item:hover {
  background-color: transparent;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-2 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-3 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-4 a:hover,
#woc-catalog-container-for-left .ocmenu-item.level-5 a:hover,
#woc-catalog-container-for-left a:hover {
  background-color: #d8d8d8;
  color: #222;
}
#woc-catalog-container-for-left .ocmenu-item.level-1 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-2 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-3 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-4 a.selected:hover,
#woc-catalog-container-for-left .ocmenu-item.level-5 a.selected:hover,
#woc-catalog-container-for-left a.selected:hover {
  background-color: #444;
}

/* End */


/* Start:/local/templates/intermediate/components/bitrix/menu/footer_n-desktop-20190615/style.css?1545709389502*/
/* Footer menu
------------------------------------------------------------------------------*/
.footer-float .uMenuH .uMenuRoot {
  margin: 0 auto;
  padding: 0;
  width: 320px;
  display: block;
}
.footer-float .uMenuH .uMenuRoot li {
  display: inline;
  float: left;
  padding: 0 10px;
}
.footer-float .uMenuH .uMenuRoot li a {
  text-decoration: none;
}
.footer-float .uMenuH .uMenuRoot li a:hover {
  color: #4b93d2;
}

.footer-float li.uWithSubmenu ul {
  display: block;
  position: initial;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17217352082729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/intermediate/styles.min.css?168374734920190*/
html{height:100%;margin:0;padding:0}body{display:table;width:100%;height:100%;margin:0;padding:0;background:#fff;font-family:Arial,Tahoma;font-size:14px;color:#333}img{border:0}a{color:#222}*{-webkit-box-sizing:border-box;box-sizing:border-box}.ws-whatsapp-chat *{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;outline:0!important}.ws-whatsapp-chat{position:relative;width:100%;-webkit-font-smoothing:antialiased}.ws-whatsapp-chat-bubble{width:26px;height:26px;margin-right:14px}.ws-whatsapp-chat-icon svg{width:22px;height:26px;fill:#c00;-o-object-fit:contain;object-fit:contain}@media(min-width:768px){.ws-whatsapp-chat-window{display:inline-block;position:fixed;bottom:0;right:0;left:auto;z-index:9999999}.ws-whatsapp-chat-bubble{display:-webkit-box;display:-ms-flexbox;display:flex;width:60px;height:60px;margin-bottom:25px;margin-right:25px;margin-left:16px;-webkit-box-shadow:rgba(0,0,0,.15) 0 3px 12px;box-shadow:rgba(0,0,0,.15) 0 3px 12px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;outline:transparent none medium;background-color:#fff;opacity:.7}.ws-whatsapp-chat-bubble:hover{opacity:1}.ws-whatsapp-chat-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.ws-whatsapp-chat-icon svg{fill:#4fce5d;width:32px;height:32px}}.desktop .element_packing{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.desktop .element_packing .pred{position:absolute;left:0;top:0;background:#fc0;color:#333;padding:2px 7px;font-size:10px;font-weight:600;border-top-left-radius:5px;border-bottom-right-radius:5px}.desktop .element_packing .stick_pred td{padding-top:15px}.desktop .element_basket .subscribe-caption{font-size:16px;width:100%;color:#999;border:1px #777 solid;font-weight:600}table.counter tbody tr td#quantity_control{width:120px}#quantity_control .quantity_control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx_ordercart .bx_ordercart_order_table_container tbody td.custom a{position:relative;bottom:unset;right:unset;width:32px;height:32px;border-radius:0;background:0 0;padding:5px;border-color:#eee}.bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus{background:url(/local/templates/intermediate/components/bitrix/catalog.section/catalog-desktop-band/images/minus-green.png) no-repeat 50% 50%;background-size:50%;margin-right:5px}.bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus{background:url(/local/templates/intermediate/components/bitrix/catalog.section/catalog-desktop-band/images/pluse-green.png) no-repeat 50% 50%;background-size:50%;margin-left:5px}.phone .goods-list .list-item-wrapper{height:auto}.phone .list-item .element_wishlist{display:none}.phone .list-item-wrapper .list-item{padding-bottom:10px}.phone .element_wrap .overlay_back{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:rgb(34 34 34 / 70%)}.phone .element_wrap>a{display:block}.phone .element_wrap .element_middle{padding:5px 5px 0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:45px}.phone .element_wrap .element_middle .min_count{min-width:60px}.phone .element_wrap .element_middle .price_forone{text-align:right}.phone .element_wrap .element_middle .price_forone .price_forone__price{font-size:14px;font-weight:600;line-height:1}.phone .element_wrap .element_middle .price_forone .price_forone__price>span{font-weight:400;font-size:12px}.phone .element_wrap .element_middle .price_forone .price_forone__step{font-size:12px;line-height:1;text-align:right}.phone .element_wrap .element_middle .price_forone .unit{font-size:12px}.phone .element_wrap .element_price .old-price{display:none}.phone .element_wrap .element_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px}.phone .element_wrap .element_bottom .element_prices{width:100%}.phone .element_prices .element_price .price .current-price{padding-left:20px;padding-right:0}.phone .element_price .price{text-align:center}.phone .element_prices .element_price.discount.promo-down .price.current{display:none}.phone .element_prices .element_price .price.sticker{display:none}.phone .element_wrap .overlay_back.act{display:block}.phone .element_wrap .element_name{display:none}.phone .element_wrap .arrow_down_wrap{width:100%;height:15px;text-align:center;padding:0 10px}.phone .element_wrap .arrow_down_wrap a{padding-right:40px;position:relative;display:block}.phone .element_wrap .arrow_down_wrap a:after{content:"";width:50%;height:2px;border-top:1px #d7d7d7 dashed;display:block;position:absolute;top:0;bottom:0;right:0;margin:auto}.phone .element_wrap .arrow_down_wrap a:before{content:"";width:27%;height:2px;border-top:1px #d7d7d7 dashed;display:block;position:absolute;top:0;bottom:0;left:0;margin:auto}.phone .element_wrap .arrow_down_wrap a i{font-size:32px;font-weight:500;color:#999;line-height:18px}.phone .element_wrap .pop_up_prices{display:none;position:fixed;top:0;bottom:initial;left:0;width:100%;height:100%;background:#fff;margin:auto;z-index:10001;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow-x:scroll}.phone .element_wrap .pop_up_prices>.close{display:block;width:25px;height:25px;position:absolute;top:15px;right:15px;background:#f7f7f7;border:1px #eee solid;text-align:center}.phone .element_wrap .pop_up_prices>.close span{display:block;width:15px;height:1px;background:#333;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.phone .element_wrap .pop_up_prices>.close span:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.phone .element_wrap .pop_up_prices>.close span:nth-child(2){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.phone .element_wrap .pop_up_prices.act{display:-webkit-box;display:-ms-flexbox;display:flex}.phone .element_wrap .pop_up_prices .wrap__prices{width:100%}.phone .element_wrap .pop_up_prices .wrap__prices form{margin-bottom:0}.phone .element_wrap .pop_up_prices .element_packin{width:100%;border-bottom:1px #fff solid;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.phone .element_wrap .pop_up_prices.rrc .element_packin input[type=radio]{display:none}.phone .element_wrap .pop_up_prices .element_packin label.act{background:#f2f2f2;color:#000}.phone .element_wrap .pop_up_prices .element_packin.single{border-bottom:1px #ddd solid}.phone .element_wrap .pop_up_prices .element_packin.single>label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.phone .element_wrap .pop_up_prices .element_packin.single>label span{margin:0 5px}.phone .element_wrap .pop_up_prices .element_packin .benefits{color:#c00;font-size:14px;line-height:1;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.phone .element_wrap .pop_up_prices .element_packin .benefits .salevig{color:#ddd;font-size:16px;line-height:1;font-weight:400;text-decoration:line-through}.phone .element_wrap .pop_up_prices .element_packin label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px;margin:0 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:500;line-height:1}.phone .element_wrap .pop_up_prices .element_packin label>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.phone .element_wrap .pop_up_prices .element_packin label .for_one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.phone .element_wrap .pop_up_prices .element_packin label .for_one span:first-child{font-size:21px;font-weight:500;line-height:1}.phone .element_wrap .pop_up_prices .element_packin label .for_one span:last-child{font-weight:500;font-size:12px}.phone .element_wrap .pop_up_prices .item_description{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.phone .element_wrap .pop_up_prices .item_description .image_item{width:100%;height:auto}.phone .element_wrap .pop_up_prices .item_description .item_title{width:100%;margin-top:10px;line-height:1.6}.phone .element_wrap .pop_up_prices .item_description .el_article{color:#777;font-size:12px;margin-top:10px}.phone .element_wrap .pop_up_prices .btn_cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px 10px 10px;margin-top:15px}.phone .element_wrap .pop_up_prices .btn_cart .cart_add{text-decoration:none;display:block;width:50px;height:50px;background:#06f;text-align:center;line-height:1.3;color:#fff;font-weight:300;font-size:42px}.phone .element_wrap .pop_up_prices .btn_cart .complekt_add{text-decoration:none;display:none;width:50px;height:50px;background:#06f;text-align:center;line-height:1.3;color:#fff;font-weight:300;font-size:42px}.phone .element_wrap .pop_up_prices .btn_cart .complekt_add.active{display:block}.phone .element_wrap .pop_up_prices .btn_cart .count{padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px #ddd solid}.phone .element_wrap .pop_up_prices .btn_cart .count .minus{display:block;width:30px;height:30px;position:relative;text-align:center;font-size:36px;line-height:1.3;color:#555;margin-right:5px}.phone .element_wrap .pop_up_prices .btn_cart .count .minus>span{display:block;width:20px;height:2px;background:#333;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.phone .element_wrap .pop_up_prices .btn_cart .count .plus{display:block;width:30px;text-align:center;position:relative;font-size:36px;line-height:1.3;color:#555;margin-left:5px}.phone .element_wrap .pop_up_prices .btn_cart .count .plus>span{display:block;width:20px;height:2px;background:#333;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.phone .element_wrap .pop_up_prices .btn_cart .count .plus>span:nth-child(2){-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.phone .element_wrap .pop_up_prices .btn_cart .count .val_count{display:block;line-height:1.8;font-size:14px;font-weight:400;color:#333;width:50px;text-align:center}.phone .element_wrap .pop_up_prices .btn_cart .total{font-size:18px;line-height:1;font-weight:600;min-height:50px;border:1px #ddd solid;padding:15px 0;width:60%;text-align:center;border-left:none}.phone .element_wrap .element_bottom .btn-bay .complekt_add{display:none}.phone .element_wrap .element_bottom .btn-bay .complekt_add.active{display:block}.phone .goods-list .list-item .image{min-height:185px;background-size:cover}.phone .element_wrap .element_packing{display:none}.phone .element_wrap .element_article{display:none}.phone .element_wrap .question-wrapper{display:none}.phone .element_basket .btn-bay{border:0!important;background:0 0!important;float:right}.phone .element_basket .btn-bay a{text-decoration:none;display:block;width:45px;height:45px;background:#06f;text-align:center;line-height:1.45;border-radius:50%;color:#fff;font-weight:300;font-size:32px;float:right}.d-none{display:none!important}.phone .new-product-icon{width:45px;height:45px;background-image:url(/local/templates/intermediate/images/new_ico.svg);background-repeat:no-repeat;background-position:center;position:absolute;left:6px;top:6px;display:block;background-size:100%}.phone .new-good-icon{width:45px;height:45px;background-image:url(/local/templates/intermediate/images/best_ico.svg);background-repeat:no-repeat;background-position:center;position:absolute;left:6px;top:6px;display:block;background-size:100%}.phone .product-item-label-ring{width:45px;height:45px;background-image:url(/local/templates/intermediate/images/sale_ico.svg);background-repeat:no-repeat;background-position:center;background-size:100%;background-color:transparent;font-size:14px}.phone .product-item-amount-field-container .count{padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.phone .product-item-amount-field-container .count .minus{display:block;width:30px;text-align:center;font-size:28px;line-height:1.5;color:#06f;margin-right:5px}.phone .product-item-amount-field-container .count .plus{display:block;width:30px;text-align:center;font-size:28px;line-height:1.5;color:#06f;margin-left:5px}.phone .product-item-amount-field-container .count .val_count{display:block;line-height:1.8;font-size:18px;text-decoration:underline;font-weight:600;color:#30f}.head-wrapper .head-line_2-wrapper .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#user-menu.middle{margin-top:0!important}.head-wrapper .head-line_1-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;background:#f5f4ef}.head-wrapper .head-line_1-wrapper .left_side{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-wrapper .head-line_1-wrapper .right_side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.head-wrapper .head-line_1-wrapper .header-basket-block li{list-style:none;width:30px;height:30px;background:url(/local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/images/basket-menu-button-yellow-2.png) left center no-repeat;background-size:85%;position:relative;margin:5px 0}.head-wrapper .head-line_1-wrapper #num_products{color:#fff;width:15px;line-height:15px;background:#2f2f2f;text-align:center;position:absolute;bottom:-5px;font-size:8px;border-radius:50%;right:-5px}.head-wrapper #logo-wrapper{display:block;background:url(/local/templates/intermediate/css/desktop/images/full_logo-20190615.svg) 50% 50% no-repeat;width:250px;height:80px;background-size:95%}.head-wrapper .search_mob{display:block;background:url(/local/templates/intermediate/css/phone/images/loupe.svg) 50% 50% no-repeat;width:30px;height:30px;background-size:100%;margin-right:10px}.head-wrapper .nav_btn .visuallyHidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.head-wrapper .nav_btn .hamburger{margin:0 auto;width:25px;height:20px;position:relative}.head-wrapper .nav_btn .hamburger .bar{padding:0;width:25px;height:2px;background-color:red;display:block;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;position:absolute}.head-wrapper .nav_btn .bar1{top:0}.head-wrapper .nav_btn .bar2,.head-wrapper .nav_btn .bar3{top:9px}.head-wrapper .nav_btn .bar3{right:0}.head-wrapper .nav_btn .bar4{bottom:0}.head-wrapper .nav_btn .hamburger3 .bar1{-webkit-transform-origin:5%;-ms-transform-origin:5%;transform-origin:5%}.head-wrapper .nav_btn .hamburger3 .bar4{-webkit-transform-origin:5%;-ms-transform-origin:5%;transform-origin:5%}.head-wrapper .nav_btn .checkbox3:checked+label>.hamburger3>.bar1{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);height:2px;width:28px}.head-wrapper .nav_btn .checkbox3:checked+label>.hamburger3>.bar3{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);height:2px;background-color:transparent}.head-wrapper .nav_btn .checkbox3:checked+label>.hamburger3>.bar2{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);height:2px;background-color:transparent}.head-wrapper .nav_btn .checkbox3:checked+label>.hamburger3>.bar4{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);height:2px;width:28px}ul.sys-menu-user{margin:0!important}.header-basket-block li>a{display:block!important}.head-wrapper .head-line_2-wrapper.hidden{display:none}.head-wrapper .schQuery input{background-color:transparent;color:#333;padding:5px;font-weight:600}.head-wrapper .searchForm .searchSbmFl{background:url(/local/templates/intermediate/css/phone/images/loupe.svg) no-repeat 50% 50%;background-size:50%}.phone .inBasket a .fa{font-size:21px;line-height:2}.phone .btn_cart .complekt_add{display:none}.phone .btn_cart .complekt_add.active{display:block}.phone .wrap_packing_container .wrap__prices{width:100%}.phone .wrap_packing_container .element_packin{width:100%;padding:15px;background:#ae0000;border-bottom:1px #fff solid;color:#fff;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-right:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.phone .wrap_packing_container .element_packin.p0{background:#fff;color:#000}.phone .wrap_packing_container .element_packin .benefits{color:#ff0;font-size:24px;line-height:1;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.phone .wrap_packing_container .element_packin .benefits .salevig{color:#ddd;font-size:16px;line-height:1;font-weight:400;text-decoration:line-through}.phone .wrap_packing_container .element_packin label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-right:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:500;line-height:1}.phone .wrap_packing_container .element_packin label>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.phone .wrap_packing_container .element_packin label .for_one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.phone .wrap_packing_container .element_packin label input{margin-left:5px}.phone .wrap_packing_container .element_packin label .for_one span:first-child{font-size:21px;font-weight:500;line-height:1;margin-bottom:3px}.phone .wrap_packing_container .element_packin label .for_one span:last-child{font-weight:500;font-size:12px}.phone .element_prices .element_price.discount .price.current{display:none}.phone .list-item.d_item_none{display:none}.phone .ws-whatsapp-chat-window{z-index:10000}.phone #back-top{display:none}@media (max-width:576px){.head-wrapper .head-line_1-wrapper .header-basket-block li{list-style:none;height:30px;background:url(/local/templates/intermediate/css/phone/images/shopping-cart.svg) 50% 50% no-repeat;background-size:100%;position:relative}.head-wrapper #logo-wrapper{background:url(/local/templates/intermediate/css/phone/images/logo_mobile.svg) 50% 50% no-repeat;width:120px;height:40px;background-size:90%;margin-left:10px}}
/* End */


/* Start:/local/templates/intermediate/template_styles.css?172495380429733*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: Arial, Tahoma, serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  background: #ffffff;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}

.topline {
  background: #333;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.topline:after {
  content: '';
  display: block;
  clear: both;
}

.topline .container{
  padding: 0;
  max-width: 1240px;
}

.header-basket-block {
  display: none;
}

.header {
  background: #F5F4EF;
  padding: 14px 0;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-toggler {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  border: 0;
  position: relative;
  background: none;
  margin-right: 15px;
  outline: none;
}

.menu-toggler:before,
.menu-toggler:after,
.menu-toggler span {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #CC0000;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu-toggler:before {
  top: 2px;
}

.menu-toggler:after {
  bottom: 2px;
}

.menu-toggler span {
  top: 11px;
}

.menu-toggler.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}

.menu-toggler.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
}

.menu-toggler.active span {
  display: none;
}

.header__menu {
  display: none;
}

.header__menu--left .nav-menu__item {
  margin-right: 12px;
}

.header__menu--right .nav-menu__item {
  margin-left: 12px;
}

.nav-menu__item {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.nav-menu__item:hover, .nav-menu__item.active {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.header__logo {
  margin-right: auto;
}

.header__logo svg {
  height: 32px;
}

.header__logo svg .st0 {
  fill: #AE1F24;
}

.header__logo svg .st1 {
  fill: #E4393F;
}

.header__logo svg .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E11D24;
}

.header__logo svg .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #AD1D22;
}

.header__logo svg .st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E31E24;
}

.header__cart {
  position: relative;
}

.header__cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.header__cart svg {
  width: 26px;
  height: 26px;
  fill: #CC0000;
}

.header__cart-bubble {
  font-size: 12px;
  color: #333;
}

.navbar {
  background: #F5F4EF;
  padding: 5px 0;
  margin-bottom: 40px;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__menu {
  display: none;
}

.topmenu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topmenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.topmenu__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  list-style: none;
  padding: 0;
}

.topmenu__link {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 2.2;
  text-decoration: none;
}

.topmenu__link:hover {
  color: #000;
  text-decoration: none;
}

.topmenu__link[href="/tseny-skidki"] {
  color: #AF1E23;
}

.topmenu__submenu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  padding: 10px 20px;
  border: 1px #CCCCCC solid;
  z-index: 100;
}

.topmenu__item:hover > .topmenu__submenu {
  display: block;
}

.search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search__field {
  position: relative;
}

.search__input {
  border: 1px solid #DBDBDB;
  padding: 6px 6px 6px 40px;
  border-radius: 5px;
  width: 100%;
}

.search__button {
  position: absolute;
  left: 5px;
  top: 3px;
  border: 0;
  background: none;
  cursor: pointer;
}

.search__button svg {
  width: 20px;
  fill: #CC0000;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  z-index: 99999;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow-y: scroll;
}

.mobile-menu__item {
  border-bottom: 1px solid #DBDBDB;
}

.mobile-menu__link, .mobile-menu__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #333;
  text-decoration: none;
}

.mobile-menu__back {
  color: gray;
}

.mobile-menu__back:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/local/templates/intermediate/./images/arrow.svg") no-repeat center;
  margin-right: 10px;
  -webkit-filter: contrast(0.1);
  filter: contrast(0.1);
}

.mobile-menu__item--parent > .mobile-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu__item--parent > .mobile-menu__link:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background: url("/local/templates/intermediate/./images/arrow.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-contact-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mobile-contact-info.active {
  display: block;
}

.mobile-contact-info .hotline,
.mobile-contact-info .hotmail,
.mobile-contact-info .whatsapp,
.mobile-contact-info .address {
  width: 100%;
  float: none;
  text-align: center;
}

.mobile-contact-info .social-wrapper {
  margin: 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-contact-info__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #DBDBDB;
}

.mobile-contact-info__back {
  color: gray;
}

.mobile-contact-info__back:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/local/templates/intermediate/./images/arrow.svg") no-repeat center;
  margin-right: 10px;
  -webkit-filter: contrast(0.1);
  filter: contrast(0.1);
}

.enter-button,
.personal-button,
.catalog-link {
  font-weight: 600;
  position: relative;
}

.enter-button:before,
.personal-button:before,
.catalog-link:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: no-repeat center;
  background-size: contain;
}

.enter-button:before,
.personal-button:before {
  background-image: url("/local/templates/intermediate/./images/user.svg");
}

.catalog-link:before {
  background-image: url("/local/templates/intermediate/./images/catalog.svg");
}

.mobile-submenu {
  display: none;
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 67px;
  height: 100vh !important;
  background: #fff;
}

.mobile-submenu-current {
  overflow-y: auto;
}

.mobile-submenu.active {
  display: block;
  height: 100%;
  z-index: 10;
  /*.mobile-submenu{
      &.active{
        z-index: 20;

        .mobile-submenu{
          &.active{
            z-index: 30;

            .mobile-submenu{
              &.active{
                z-index: 40;

                .mobile-submenu{
                  &.active{
                    z-index: 50;
                  }
                }
              }
            }
          }
        }
      }
    }*/
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: -10px;
  margin-bottom: 26px;
}

.bx-breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-right: 10px;
  white-space: nowrap;
  float: none;
  color: #666;
}

.bx-breadcrumb-item::after {
  content: '\2013';
  display: block;
  margin-left: 10px;
}

.bx-breadcrumb-item:last-child {
  margin-right: 0;
}

.bx-breadcrumb-item:last-child::after {
  display: none;
}

.bx-breadcrumb-item a {
  color: #999;
  text-decoration: none;
}

.bx-404-container{
  max-width: max-content;
  margin: 0 auto 30px;
}
.bx-404-block img{
  max-width: 100%;
}

/* [system.auth.authorize.css] */
/* [*top user system menu] */
/*-----------------------------*/
#popup-login-form-wrapper,
#popup-register-form-wrapper {
  display: none;
  position: absolute;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  top: 0px;
  bottom: 0px;
  left: 0px;
}

#popup-login-form-wrapper div.area-up,
#popup-register-form-wrapper div.area-up {
  position: absolute !important;
  top: auto;
  height: 30px;
  background: transparent url("/local/templates/intermediate/images/area-up.png") no-repeat 28px 15px;
  width: 100%;
  z-index: 1003;
  float: left;
  display: none;
}

#popup-login-form-wrapper .popup,
#popup-register-form-wrapper .popup {
  width: 390px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
}

#popup-login-form-wrapper .popup > div,
#popup-register-form-wrapper .popup > div {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  background-color: #f2f2f2;
  border: 1px #e4e4e4 solid;
  border-radius: 4px;
  -webkit-box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.4);
}

#popup-login-form-wrapper .fields,
#popup-register-form-wrapper .fields {
  width: 100%;
  float: left;
  padding: 0 45px;
}

#popup-register-form-wrapper .fields .checkbox {
  margin: 15px 0 0 0;
}

#popup-register-form-wrapper .fields .checkbox .main-user-consent-request {
  float: left;
}

#popup-register-form-wrapper .fields .checkbox .main-user-consent-request input[type=checkbox] {
  margin: 30px 4px 0 0;
  vertical-align: top;
}

#popup-register-form-wrapper .fields .checkbox .main-user-consent-request a {
  line-height: normal;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  margin-bottom: 0;
  width: 93%;
  height: auto;
  display: inline-block;
  text-align: justify;
  cursor: pointer !important;
  letter-spacing: -0.02em;
}

#popup-login-form-wrapper .fields form,
#popup-register-form-wrapper .fields form {
  position: relative;
  margin: 0;
}

#popup-login-form-wrapper .fields .login-title h2,
#popup-register-form-wrapper .fields .login-title h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
}

#popup-login-form-wrapper .fields .field,
#popup-register-form-wrapper .fields .field {
  position: relative;
  width: 100%;
}

#popup-login-form-wrapper .fields .field .form-input,
#popup-register-form-wrapper .fields .field .form-input {
  margin: 20px 0 0 0;
  /*  border-top: 1px #797979 solid;*/
}

#popup-login-form-wrapper .fields .field .form-input input,
#popup-register-form-wrapper .fields .field .form-input input {
  width: 100%;
  height: 40px;
  border: none;
  border: 1px #e4e4e4 solid;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 0px;
}

#popup-login-form-wrapper .fields .info,
#popup-register-form-wrapper .fields .info {
  min-height: 20px;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}

#popup-login-form-wrapper .fields .result,
#popup-register-form-wrapper .fields .result,
#popup-login-form-wrapper .fields .error,
#popup-register-form-wrapper .fields .error {
  font-size: 12px;
}

#popup-login-form-wrapper .fields .result,
#popup-register-form-wrapper .fields .result {
  color: #04c004;
}

#popup-login-form-wrapper .fields .error,
#popup-register-form-wrapper .fields .error {
  color: red;
}

#popup-login-form-wrapper .fields .field .form-input.login,
#popup-register-form-wrapper .fields .field .form-input.login {
  margin: 0;
}

#popup-login-form-wrapper .fields .field.login-check,
#popup-register-form-wrapper .fields .field.login-check {
  display: none;
}

#popup-login-form-wrapper .fields .field.login-check.exists,
#popup-register-form-wrapper .fields .field.login-check.exists {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/intermediate/images/check.png");
  top: 10px;
  left: -30px;
}

#popup-login-form-wrapper .fields .field.help,
#popup-register-form-wrapper .fields .field.help {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
  width: 34px;
  padding-left: 7px;
}

#popup-login-form-wrapper .fields .field.help:hover,
#popup-register-form-wrapper .fields .field.help:hover {
  cursor: pointer;
}

#popup-login-form-wrapper .fields .field.help .form-href,
#popup-register-form-wrapper .fields .field.help .form-href {
  padding: 11px 7px 0 0;
}

#popup-login-form-wrapper .fields .field.help .form-href a,
#popup-register-form-wrapper .fields .field.help .form-href a {
  line-height: 14px;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  font-family: Tahoma, Arial;
  font-size: 13px;
  padding: 0;
}

#popup-login-form-wrapper .fields .field.help .form-href a:hover,
#popup-register-form-wrapper .fields .field.help .form-href a:hover {
  text-decoration: none;
}

#popup-login-form-wrapper .fields .field.help .popup-help,
#popup-register-form-wrapper .fields .field.help .popup-help {
  position: absolute;
  top: -16px;
  left: 32px;
  display: none;
  width: 220px;
  background-color: #ffffcc;
  border-radius: 5px;
  padding: 8px 10px;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}

#popup-login-form-wrapper .fields .field.help:hover .popup-help,
#popup-register-form-wrapper .fields .field.help:hover .popup-help {
  display: block;
}

#popup-login-form-wrapper .fields .field .form-input.password,
#popup-register-form-wrapper .fields .field .form-input.password {
  margin: 0;
}

#popup-login-form-wrapper .fields .field .form-input.password input {
  padding-right: 114px;
}

#popup-login-form-wrapper .fields .field.forgot,
#popup-register-form-wrapper .fields .field.forgot {
  position: absolute;
  top: 1px;
  right: 5px;
  width: auto;
}

#popup-login-form-wrapper .fields .field.forgot .form-href,
#popup-register-form-wrapper .fields .field.forgot .form-href {
  padding: 0 7px 0 0;
}

#popup-login-form-wrapper .fields .field.forgot .form-href a,
#popup-register-form-wrapper .fields .field.forgot .form-href a {
  line-height: 40px;
  color: #ccc;
  border: none;
  border-radius: 0;
  height: auto;
  max-width: initial;
  font-size: 14px;
  font-weight: bold;
}

#popup-login-form-wrapper .fields .field.forgot .form-href a span,
#popup-register-form-wrapper .fields .field.forgot .form-href a span {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: 5px;
  line-height: normal;
  color: #fff;
  border-radius: 50%;
  background-color: #ccc;
  text-align: center;
  font-size: 12px;
}

#popup-register-form-wrapper .fields .field.submit {
  float: left;
}

#popup-login-form-wrapper .fields .field.submit .form-input,
#popup-register-form-wrapper .fields .field.submit .form-input {
  margin: 25px 0 0 0;
  border: none;
  border-radius: 0;
}

#popup-register-form-wrapper .fields .field.submit .form-input {
  margin: 3px auto 0 auto;
}

#popup-login-form-wrapper .fields .field.submit .form-input input,
#popup-register-form-wrapper .fields .field.submit .form-input input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 4px;
  border: 1px #e4e4e4 solid;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  cursor: pointer;
}

#popup-register-form-wrapper .fields .field.submit .form-input input {
  padding: 0 10px;
  margin-top: 10px;
}

#popup-login-form-wrapper .fields .field.submit .form-input input:hover,
#popup-register-form-wrapper .fields .field.submit .form-input input:hover {
  /*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: -moz-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
    cursor: pointer;
  */
}

#popup-login-form-wrapper .footer,
#popup-register-form-wrapper .footer {
  width: 100%;
  padding: 0 45px;
  float: left;
}

#popup-login-form-wrapper .footer .field,
#popup-register-form-wrapper .footer .field {
  margin: 40px 0 0 0 !important;
  width: 100%;
}

#popup-register-form-wrapper .footer .field {
  margin: 30px 0 0 0 !important;
}

#popup-login-form-wrapper .footer .field a,
#popup-register-form-wrapper .footer .field a {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  border-color: #e4e4e4;
  max-width: initial;
}

#popup-login-form-wrapper .close-button,
#popup-register-form-wrapper .close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -2px;
  cursor: pointer;
  background-image: url("/local/templates/intermediate/images/close.svg");
  background-size: 16px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #333;
}

#popup-login-form-wrapper .close-button:hover,
#popup-register-form-wrapper .close-button:hover {
  opacity: .6;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page__sidebar--left,
.page__sidebar--right {
  display: none;
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.page__content {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page__content .color{
  margin: 0 0 30px;
}
.page__header{
  position: relative;
  margin-bottom: 30px;
}
.page__title{
  position: relative;
  display: inline;
  font-size: 24px;
  background: #fff;
  padding-right: 5px;
  z-index: 1;
  margin-top: 0;
}
.page__header:after{
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  top: 100%;
  transform: translateY(-14px);
  width: 100%;
  background: #E4E4E4;
}

#basket_items_list .gift {
  display: none;
}

#back-top {
  display: none;
}

.grecaptcha-badge{
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .header-basket-block {
    display: block;
  }
  .header {
    background: none;
    padding: 0;
  }
  .header__logo {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__logo svg .st0 {
    fill: #2B2A29;
  }
  .header__logo svg .st1 {
    fill: #2B2A29;
  }
  .header__logo svg .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #2B2A29;
  }
  .header__logo svg .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #2B2A29;
  }
  .header__logo svg .st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #E31E24;
  }
  .header__menu {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__cart {
    display: none;
  }
  .navbar__menu {
    display: block;
  }
  .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .search__input {
    padding-right: 50px;
    padding-left: 6px;
  }
  .search__button {
    width: 45px;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-radius: 0 5px 5px 0;
    border-color: #999;
    background: #333;
  }
  .search__button svg {
    fill: #ffe488;
    vertical-align: middle;
  }
  .page__title{
    font-size: 32px;
  }
  .page__sidebar--left {
    margin-right: 15px;
  }
  .page__sidebar--right {
    margin-left: 15px;
    display: block;
  }
}

@media (min-width: 920px) {
  .header__logo svg {
    height: 60px;
  }
  .menu-toggler {
    display: none;
  }
  .page__sidebar--left {
    width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    display: block;
  }
  .page__sidebar--right {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media (min-width: 992px) {
  .header__logo svg {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .topmenu__link {
    font-size: 18px;
  }
  .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }
  .search__input {
    padding: 8px 45px 8px 8px;
  }
  .search__button svg {
    width: 24px;
  }
  #back-top {
    display: block;
  }
}
/* End */
/* /local/templates/intermediate/css/desktop/styles.css?171287661541823 */
/* /local/templates/intermediate/components/bitrix/sale.basket.basket.line/default-20190615/style.css?163442412611995 */
/* /local/templates/intermediate/components/bitrix/advertising.banner/head-fixed-inline/style.css?16548118104062 */
/* /local/templates/intermediate/components/bitrix/menu/navbar/style.css?16480623839074 */
/* /local/templates/intermediate/components/bitrix/search.title/header-search/style.css?15716762622049 */
/* /local/templates/intermediate/components/bitrix/menu/ocleft-desktop-20190615/style.css?16361932923899 */
/* /local/templates/intermediate/components/bitrix/menu/footer_n-desktop-20190615/style.css?1545709389502 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17217352082729 */
/* /local/templates/intermediate/styles.min.css?168374734920190 */
/* /local/templates/intermediate/template_styles.css?172495380429733 */
