﻿

/* Start:/bitrix/templates/eshop_bootstrap_black/colors.css?17641266801756*/
body.bx-background-gradient{
	background: rgb(247,247,247);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small {
	color: #0083D1;
}
/*ABOUT*/

a.bxd-block:hover {
	border-color: #0083d1;
}

.bxd-icon {
	border: 1px solid #0083d1;
}

a.bxd-block:hover .bxd-icon {
	background: #0083d1;
}

.bxd-icon .fa {
	color: #0083d1;
}

a.bxd-block:hover .bxd-icon .fa {
	color: #fff;
}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/css/hamburgers.css?148749650224418*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 15px 0 15px;
  display: inline-block;
  cursor: pointer;outline: none;
  transition-property: background, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  vertical-align: top;
  margin: 0 0 0 35px;
  overflow: visible; }
.hamburger:focus{
	outline: none !important;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: transform,width;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
     .hamburger-inner{
     	width: 36px;
     } 
    .hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner::before,.hamburger:hover .hamburger-inner::after {
    	width: 40px;
      background: #5eb1f7; }
    .hamburger.is-active     .hamburger-inner{
    	width: 40px;
    }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/css/tooltipster.main.css?16168427246197*/
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/css/tooltipster.bundle.css?16168427249678*/
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/css/swiper.min.css?163637579013666*/
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/components/bitrix/search.title/main-search/style.css?15634242454057*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	position: relative;
	    z-index: 2;
	    float: left;
	    width: 100%;
	    margin-bottom: 0;
	    display: block;
	    width: calc(100% - 40px);
	    /* height: 34px; */
	    padding: 3px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #FFF;
	    background-color: #303030;
	    border: none;
	    border-bottom: 1px solid #FFF;
	    border-right: none;
	    outline: none;
	    box-shadow: none !important;
	    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	    border-radius: 0;
	    margin: 3px 0;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
//	min-width: 276px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('../../../../../templates/eshop_bootstrap_black/components/bitrix/search.title/main-search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	
	padding: 5px 0px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative;
	    border-top: 1px solid #e8e8e8;
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 45px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 13px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: underline;
	line-height: 16px;
	border: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/components/bitrix/sale.basket.basket.line/basket/style.min.css?14918870574477*/
.bx-basket-block {
    font-size: 12px;
    padding-bottom: 0px !important;
    white-space: nowrap;
    position: relative;
    padding-left: 0px !important;
}

.bx-basket-block>.fa {
    color: #97a1ab;
    width: 12px;
    position: absolute;
    left: 0;
    top: 3px
}
.bx-basket-block>a {
	display: inline-block;
	border: none !important;
}
.bx-basket-block a {
	border-radius: 50%;
	padding: 3px 6px;

    margin-right: 0px !important;
}

.bx-basket-block a:hover {
    text-decoration: none;

}

@media(min-width:768px) {
    .bx-basket-fixed {
        width: 200px;
        position: fixed;
        z-index: 1100;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden
    }
    .bx-basket-fixed.top {
        top: 10px
    }
    .bx-basket-fixed.right {
        right: 10px
    }
    .bx-basket-fixed.bottom {
        bottom: 10px
    }
    .bx-basket-fixed.left {
        left: 10px
    }
    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px
    }
}

@media(max-width:767px) {
    .bx-basket-fixed {
        position: fixed;
        z-index: 1100;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
        bottom: 0;
        left: 0;
        right: 0
    }
    .bx-basket-item-list {
        display: none
    }
}

.bx-basket-fixed .bx-basket-block {
    margin-left: 10px
}

.bx-basket-item-list {
    position: absolute;
    display: none;
    background: white;
    padding-bottom: 20px;
    border-top: 1px solid #f7f7f7;
    overflow: hidden
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px
}

.bx-max-height .bx-basket-item-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.bx-closed .bx-basket-item-list {
    height: 20px;
    overflow: hidden
}

.bx-basket-item-list-action {
    cursor: pointer;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 120;
    height: 20px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    padding: 3px 0
}

.bx-basket-item-list-button-container {
    text-align: center;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #f7f7f7;
    padding: 10px 0;
    background: #fff;
    left: 0;
    right: 0
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    padding-top: 15px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f7f7f7
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.bx-basket-item-list-item-status {
    font-weight: bold;
    padding: 3px;
    background: #ebebeb;
    margin: 0 10px 20px;
    line-height: 16px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center
}

.bx-basket-item-list-item-img {
    text-align: center;
    position: relative;
    padding-bottom: 5px
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #e6e6e6
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    color: #3f3f3f;
    text-decoration: none
}

.bx-basket-item-list-item-remove {
    position: absolute;
    right: 10px;
    top: -7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
    opacity: .5
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px
}

.bx-basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px
}

.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    text-decoration: line-through;
    color: #b0b0b0
}

.bx_cart_login_top .bx-hdr-profile a {
    text-decoration: none
}

.bx_cart_login_top .bx-hdr-profile {
    line-height: 1.44em
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/components/bitrix/menu/catalog_horizontal/style.css?176475510711428*/
.bx-top-nav-container {
	margin-top: 0px;
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
	color: #fff;
	border-radius: 2px;
	position: relative;

}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
	margin-bottom: 5px;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #303030;;
	display: block;
	text-decoration: none;

	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
}
.home .bx-top-nav-container .bx-nav-1-lvl>a{
	color: #787878;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 0px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    line-height: 40px;
    cursor: pointer;
    z-index: 1750;
    color: #fff;
    text-align: center;
    padding: 5px;
    background: #303030;
}
.bx-opened .bx-aside-nav-control{
	background: transparent;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 28px;
	vertical-align: top;
}
.bx_catalog_text .bx_catalog_text_title a{
    padding-top: 5px;
    padding-bottom: 5px;

}
.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;

	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 385px;
	height: 425px;
	background: #303030;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 19px;
	display: block;
	border-bottom: 1px solid #9f9f9f;
	padding-left: 0px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}
.bx-active span
{
border-radius: 5px;
/*border: 1px solid #b5b5b5;
border-bottom: 1px solid white;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;*/
position: relative;
z-index: 9;
background: transparent;
}
.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 15px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 12px 0px 12px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 0px 9px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 0px 0px 0px}
	.bx_catalog_text .bx_catalog_text_title a {padding-top: 0px; padding-bottom: 0px;}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-top-nav-container{display: none;}
	 .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}


}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/components/bitrix/menu/catalog_horizontal/themes/black/colors.min.css?1486357230825*/
.bx-black.bx-top-nav .bx-top-nav-container{background:#333}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{background:#5c5c5c;border-bottom:0}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a{color:#333;background-color:transparent}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover{color:#333;background:#f0f0f0}.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover{color:#333;background:#f0f0f0}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1544597282467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/components/bitrix/eshop.socnet.links/templates/.default/style.css?15445972821394*/
.bx-socialsidebar {
	margin: 0px 0;
	display: inline-block;
	vertical-align: middle;
}
.bx-socialsidebar .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-socialsidebar-group {margin: 5px 0;
}
.bx-socialsidebar-group ul {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-socialsidebar-group ul li {
	display: inline-block;
	width: 38px;
	height: 38px;
	font-size: 20px;
	margin-right: 0px;
}
.bx-socialsidebar-group ul li:first-child{
	margin-right: 0px;
}
.bx-socialsidebar-group ul li a {
	display: block;color: #FFF;
	width: 38px;
	line-height: 38px;text-align: center;
	height: 38px; 
	background-repeat: no-repeat;
	/*opacity: .8;*/
	border-bottom: none;
}
.bx-socialsidebar-group ul li a.fb {background-position: 0 0}
.bx-socialsidebar-group ul li a.gp {background-position: -44px 0}
.bx-socialsidebar-group ul li a.tw {background-position: -88px 0}
.bx-socialsidebar-group ul li a.vk {background-position: -132px 0}
.bx-socialsidebar-group ul li a.in {background-position: -176px 0}
.bx-socialsidebar-group ul li a:hover {opacity: .9;}

.fa.fa-vk{
	border-radius: 5px;
	    background: white;
	    color: #303030;
	    font-size: 18px;
	    padding: 3px;
}
.fa-instagram{
	font-size: 28px;
	line-height: 29px;
	vertical-align: middle;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/components/bitrix/sale.basket.basket.line/.default/style.min.css?15238506323569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/styles.css?176406801516887*/
p {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

p.bxe-first-letter:first-letter, .bxe-first-letter-s {
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    margin-right: 10px;
    float: left;
    vertical-align: top;

}

.lead {
    color: #757575;
    margin-left: 40px;
    padding: 0 0 0 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    border-left: 3px solid #99cded;
}

@media (min-width: 768px) {
    .lead {
        font-size: 16px;
        margin-left: 20px;
    }
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px 20px;
    border-left: 3px solid #c2c2c2;
}

blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #757575;
    font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
    blockquote p {
        font-size: 16px;
    }
}

blockquote.bxe-quote {
    position: relative;
    padding-left: 70px;
    padding-top: 8px;
    min-height: 50px;
    border-left: none;
}

blockquote.bxe-quote:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-background-size: 40px;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

hr.bxe-bolder {
    border-bottom-width: 5px;
}

hr.bxe-dashed {
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}

hr.bxe-normal {
}

hr.bxe-light {
    border-bottom-color: #e5e5e5

}

hr.bxe-dotted {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
}

/**/
.bg-primary {
    background: #60aadb !important;
    color: #fff;
}

.bg-success {
    background: #64ba4e !important;
    color: #fff;
}

.bg-info {
    background: #9bc6dd !important;
    color: #fff;
}

.bg-warning {
    background: #fec139 !important;
    color: #fff;
}

.bg-danger {
}

/**/
img.pull-left {
    padding: 5px 15px 5px 0;
}

img.pull-right {
    padding: 5px 0 5px 15px;
}

/**/
.alert {
    border: none;
    border-radius: 1px;
    font-size: 14px;
}

.alert.alert-note {
    background: #f2f2f3;
}

.alert.alert-sys {
    background: #f5f2ec;
    color: #81641F;
}

.alert.bxe-icon {
    padding-left: 90px;
    min-height: 100px;
    position: relative;
}

.alert.bxe-icon:after {
    left: 22px;
    top: 20px;
    position: absolute;
    content: " ";
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../../../templates/eshop_bootstrap_black/images/editor_sprite.png);
    background-repeat: no-repeat;
}

.alert.bxe-icon.alert-success:after {
    background-position: 0 0
}

.alert.bxe-icon.alert-info:after {
    background-position: 0 -50px
}

.alert.bxe-icon.alert-warning:after {
    background-position: 0 -100px
}

.alert.bxe-icon.alert-danger:after {
    background-position: 0 -200px
}

.alert.bxe-icon.alert-note:after {
    background-position: 0 -150px
}

.alert.bxe-icon.alert-sys:after {
    background-position: 0 -250px
}

.bxe-aleft-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.bx-panel-tooltip {
    z-index: 2210 !important;
    overflow: hidden !important;
    position: absolute !important;
    letter-spacing: normal !important;
    list-style: none !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: none !important;
    visibility: visible !important;
    white-space: normal !important;
    word-spacing: normal !important;
    vertical-align: baseline !important;
    margin: 0 !important;
    padding: 15px !important;
    float: none !important;
    text-decoration: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid;
    border-color: #f0f0f0;
    background: #fff;
    color: #35414e;
    font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title {
    display: block;
    padding: 5px;
    border: 1px dashed #ccc;
}

/**/
.bxe-list,
.bxe-list ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 15px;
}

.bxe-list-default,
.bxe-list-default ul {

}

.bxe-list .fa {
    color: #9fb2bd;
    margin-right: 6px;
}

.bxe-lis-blue .fa {
    color: #0083d1;
}

.ctweb_one_click {
    background: #20965d;
    float: right;
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ctweb_one_click:hover {
    background: #20b45d;
}

.popup_overlay {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
}

.popup {
    display: none;
    background: transparent;
    width: 450px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -200px;
    z-index: 2000;
}

.popup_title {
    font-weight: bold;
    padding: 10px;
}

.closer {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    font-size: 30px;
    z-index: 1;
}

.jivo_z_index {
    z-index: 1 !important;
}

.title_buy_one_click {
    color: #fff;
    position: relative;
    top: -20px;
    font-size: 22px;
    margin: 0;
}

#button_buy_one_click {
    width: 170px;
    background: #48b0ec;
    border: none;
    color: #fff;
    line-height: 35px;
    border-radius: 30px;
    margin-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#buy_one_click_phone {
    width: 250px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border-radius: 30px;
}

.popup_content {
    text-align: center;
}

#buy_one_click_name {
    font-weight: 600;
}

#button_buy_one_click:disabled {
    background: #999999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.buy_one_click_send {
    background: rgba(51, 102, 0, 0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.popup_one {
    display: none;
    background: transparent;
    width: 440px;
    position: fixed;
    top: 7%;
    left: 50%;
    margin-left: -225px;
    z-index: 2000;
}

.popup_one {
    background: #fff;
    color: #383838;
}

.popup-intro {
    border-bottom: 2px solid #48b0ec;
}

.popup_one .popup-intro .pop-up-title {
    font-size: 25px;
    font-weight: 700;
    padding: 15px 25px 15px;
}

.popup_one .form-wr {
    padding: 30px 35px 35px;
}

.popup_one .form-wr > p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 15px;
}

.popup_one div.form-control_one {
    background-color: #fff;
    border: 0 solid #d5dadc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0 0 19px;
}

.btn.btn-default {
    background-color: #1976d2;
    border-color: #1976d2;
    color: #ffffff;
}

.licence_block_one {
    padding: 0 0 20px;
    position: relative;
    margin: -10px 0 0;
}

.licence_block_one input[type="checkbox"] {
    display: block;
    width: 0;
}

.licence_block_one input + label {
    padding-left: 23px;
    font-size: 13px;
    color: #888;
    cursor: pointer;
}

.licence_block_one input[type="checkbox"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 0 1px #ccc inset;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
}

.licence_block_one input[type="checkbox"]:checked + label:after {
    box-shadow: none;
    background: url(/local/templates/eshop_bootstrap_black/images/Input_icons.svg) 0 0 no-repeat;
    z-index: 3;
}

.licence_block_one input[type="checkbox"] + label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    z-index: 1;
}

.licence_block_one input[type="checkbox"] + label:hover:before, .licence_block_one input[type="checkbox"]:checked + label:before {
    display: inline-block;
    top: 15px;
    background-color: #1976d2;
    border-radius: 2px;
}

.star {
    font-size: 12px;
    color: #e62222;
}

.popup_one input[type=text] {
    width: 100%;
    padding: 8px 13px 7px;
    line-height: 20px;
}

.close_one {
    float: right;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.licence_block_one .licence_error_one {
    display: none;
    position: absolute;
    top: -5px;
    color: #e62222 !important;
    font-size: 12px;
    left: 0;
    font-weight: 400;
}

.form-control_one .fio_error_one, .form-control_one .phone_error_one {
    display: none;
    color: #e62222 !important;
    font-size: 12px;
    float: right;
    font-weight: 400;
}

.close_one:hover {
    color: #48b0ec;
}

.with_this_product_buy, .leaders_items {
    max-width: 980px;
    margin: 0 auto;
}

.with_this_product_buy img, .leaders_items img {
    height: 200px;
    object-fit: contain;
}

.with_this_product_buy .with_this_product_buy_item {
    text-align: center;
    padding-bottom: 30px;
}

.with_this_product_buy_title, .leaders_items_title {
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
    line-height: 38px;
    font-size: 22px;
    padding-bottom: 8px;
    color: black;
}

.back_leaders_items {
    background: #fff;
    padding: 50px 0;
    overflow: hidden;
}

.leaders_item, .with_this_product_buy_item {
    text-align: center;
    margin-bottom: 30px;
}

.leaders_items_link, .with_this_product_buy_link {
    display: block;
    border: 1px solid rgba(152, 152, 152, 0.5);
    padding: 15px 0;
    border-radius: 5px;
}

.leaders_items_link:hover, .with_this_product_buy_link:hover {
    border: 1px solid #68b2e2;
}

.leaders_items_minprice, .with_this_product_buy_minprice {
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.leaders_items_button, .with_this_product_buy_button {
    padding: 4px 17px;
    border-radius: 18px;
    font-size: 18px;
    margin-top: 14px;
    border: 1px solid #68b2e2;
    color: #fff;
    background: #68b2e2;
}

.tabs-ctweb {
    border: 1px solid;
    color: #68b2e2;
    border-color: #68b2e2;
    background: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.tabs-ctweb.active {
    border-color: #68b2e2;
    background: #68b2e2;
    color: #fff;
    cursor: default;
}

.tabs-ctweb:not(.active):hover {
    background: rgba(104, 178, 226, 0.2);
}

.bx-aside-nav-control {
    display: none;
}

.menu-phone-burger {
    display: none;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    padding: 5px;
    background: #303030;
    border-radius: 5px;
    z-index: 1001;
}

.menu-phone-burger img {
    width: 28px;
}

.menu-phone-burger.fixed-burger {
    position: fixed;
    top: 15px;
    right: 15px;
}

.bx-basket.burger {
    padding-right: 42px;
}

.phone-menu-block {
    visibility: hidden;
    position: fixed;
    background: #333;
    height: 100%;
    top: 0;
    left: 101%;
    right: 0;
    z-index: 12222;
    transition: all 0.3s;
}

.phone-menu-inner_block {
    padding: 30px;
    height: 100%;
}

.phone-menu-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.phone-menu-list {
    height: 100%;
    overflow: scroll;
}

.phone-submenu {
    display: none;
    padding: 15px 20px;
    overflow: hidden;
}

.phone-submenu a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
    background: #333;
    margin: 5px 10px;
    display: block;
}

.phone-main_menu a[data-submenu] {
    margin: 0 10px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 20px;
}

.phone-main_menu li {
    list-style-type: none;
}

.phone-menu-block.show-menu {
    visibility: visible;
    left: 0;
}

.jdiv-hidden-index {
    z-index: 5 !important;
}

.show-menu-body {
    overflow: hidden;
}

h2 {
    font-size: 25px;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    color: #0e0e0e;
    margin-bottom: 15px;
}
.bx_catalog_text .bx_catalog_text_ul{
	margin: 0;
	border: 1px solid #b5b5b5;
	    border-radius: 6px;
	    position: relative;
	    top: -1px;
}
.bx_catalog_text .bx_catalog_text_title a {
		color: #303030;
		line-height: 1.42857143;
	}
@media (max-width: 992px) {
    .about-company > .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-phone-burger {
        display: inline-block;
    }
	.bx-breadcrumb {
		
		text-align: center;
	}
	.bx-breadcrumb .bx-breadcrumb-item {
		display: inline-block;
		float: none;
	    margin-right: 4px;
	    padding-left: 4px;
	}
    header .menu-container {
     
    }
	.bx_catalog_text .bx_catalog_text_ul {
	    margin: 0;
        border: none;
        border-radius: 0;
        position: relative;
        top: 0;
        border-bottom: 0;
        margin: 0;
        padding-bottom: 9px;
        background: #e1e1e100;
	
}

.bx_catalog_text .bx_catalog_text_title {
	    font-size: 19px;
}
	.bx_catalog_text .bx_catalog_text_title a {
		color: #303030;
		line-height: 1.42857143;
	}

}

@media (max-width: 970px) {
  
    .popup {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .closer {
        display: none;
    }

    .title_buy_one_click {
        text-align: center;
    }

    #buy_one_click_phone {
        margin: 20px 0;
        width: 200px;
    }

    #button_buy_one_click {
        margin: 0;
    }

    .popup_one {
        width: 95%;
        margin-left: 0;
        left: 2.5%;
        overflow-y: scroll;
        height: 95%;
        top: 2.5%;
    }
}
.subcategory-title {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 25px;
	padding-bottom: 6px;
	text-transform: uppercase;
}
@media (max-width: 570px) {
	.bx_catalog_list_home .bx_catalog_item_images_double {
		    margin-top: -65%;
	}
	.bx_item_detail .item_info_section {
		text-align: center;
	}
	.bx_item_detail .bx_item_detail_size,.bx_item_detail .bx_item_detail_scu {
		width: 100%;
		max-width: 100%;
	}
	.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu {
	    overflow-x: auto;
	    
	    margin: 0 auto;
	}
	.bx_catalog_list_home .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images {
		padding-top: 35%;
		    width: 70%;
		    padding-bottom: 30%;
	}
    .bx_catalog_item_anounce {
        display: none;
    }
	
    .bx-basket-fixed {
        display: none;
    }
	.bx_rb {
		padding: 0 15px;
	}
	.item_info_section .ctweb_one_click{
		
		    /* float: left; */
		    margin: 0 auto 20px auto;
		    width: 49%;
		    text-align: center;
		    padding: 8px 7px;
		    font-size: 15px;
		    display: block;
		    float: none;}
 
}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_black/template_styles.css?176414873255365*/
@font-face {
    font-family: "HelveticaBold";
    src: url("../../../../../templates/eshop_bootstrap_black/fonts/HelveticaBold/HelveticaBold.eot");
    src: url("../../../../../templates/eshop_bootstrap_black/fonts/HelveticaBold/HelveticaBold-1.eot")format("embedded-opentype"),
    url("../../../../../templates/eshop_bootstrap_black/fonts/HelveticaBold/HelveticaBold.woff") format("woff"),
    url("../../../../../templates/eshop_bootstrap_black/fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Bold.eot') format('embedded-opentype'),  url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Bold.otf')  format('opentype'),
	     url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-UltraLight.eot') format('embedded-opentype'),  url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-UltraLight.otf')  format('opentype'),
	     url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-UltraLight.woff') format('woff'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-UltraLight.ttf')  format('truetype'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-UltraLight.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Light.eot') format('embedded-opentype'),  url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Light.otf')  format('opentype'),
	     url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Light.ttf')  format('truetype'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Light.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
 
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Roman.eot') format('embedded-opentype'),  url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
	     url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'), url('../../../../../templates/eshop_bootstrap_black/fonts/HelveticaNeueCyr-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bx-basket.burger {
	padding-right: 0 !important;
}
.iphone11 {
	background: white;
}
.bx-content h1 {
	
	text-align: center;
}
.iphone11pro-text {
	color: white;
	top:30%;
	left: 20%;
	position: absolute;
	font-size: 32px;;
}
.iphone11pro-text  h3 {
	font-weight: bold;
	line-height: 1.3em;
	color: white;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.iphone11pro-text h5 {
	font-size: 23px;
	    margin: 10px 0 0 0;
}
.iphone11pro-text .price {
	    color: white !important;
	    margin: 5px;
	    font-size: 22px;
	    display: inline-block;
	    vertical-align: middle;
	  
}
.iphone11pro-text a {
	color: white;
	font-size: 20px;
}
.iphone11 .container {
	display: flex;
	align-items: center;
}
.logo-image {
	font-weight: 900;
	font-size: 2.3em;
}
.unit-copy-wrapper {width: 50%;
	text-align: center;
}
.iphone11 img {
	width: 50%;
	margin: 40px 0;
}
.airpodspro img {
	
}
.airpodspro-text {
	position: relative;
	margin-left: 0%;
	padding-top: 3%;
	width: 40%;
	text-align: left;
}
.airpodspro-text h1 {
	text-shadow: none;
	color: white;
	font-size: 3.5em;
	font-weight: 700;
}
.airpodspro-text h3 {
	line-height: 2em;
}
.iphone11pro {
	background: black;
 
}
.iphone11pro  img {
	float: right;
	width: 50%;
	height: auto !important;
	    /* height: 50%; */
	    /* position: absolute; */
	    /* bottom: 0; */
	    /* right: 0; */
	    margin: 40px 0 0 0;
}
.bx_catalog_menu_nav{
	background: transparent;
	top: -2px;
	position: relative;
}
.macbook-menu{
	background: white;
}
.bx_slide .bx_active:after{
	display: none;
}

.bx_catalog_text_ul:after {
 
}
.btn-new-omega-blue,
.btn-primary{
	border: 1px solid #48b0ec;
    	background: #48b0ec;
    position: relative;
    border-radius: 7px !important;
    text-align: center;
    text-decoration: none;
    transition: .3s ease;
    font-size: 19px;
    font-weight: bold !important;
    padding: 5px 13px;
    color: inherit;
    height: max-content;
    line-height: 130%;
    outline: 0;
    top: 0;
    	color: #fff;
}
.btn-new-omega-pur{
	border: 1px solid #5f5091;
    	background: #5f5091;
    position: relative;
    border-radius: 7px !important;
    text-align: center;
    text-decoration: none;
    transition: .3s ease;
    font-size: 19px;
    font-weight: bold !important;
    padding: 5px 13px;
    color: inherit;
    height: max-content;
    line-height: 130%;
    outline: 0;
    top: 0;
    	color: #fff;
}
.btn-new-omega-transp{
	border: 1px solid #000000;
    	background: #48b0ec00;
    position: relative;
    border-radius: 7px !important;
    text-align: center;
    text-decoration: none;
    transition: .3s ease;
    font-size: 19px;
    font-weight: bold !important;
    padding: 5px 13px;
    color: inherit;
    height: max-content;
    line-height: 130%;
    outline: 0;
    top: 0;
    	color: #000000;
}

@media (max-width:767px){#bx-panel{display:none !important}}
body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.bx-opened {
	overflow: hidden;
}
button, input, optgroup, select, textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}
.bx-menu-section .container{
	background: #f2f2f2;
}
.home .bx-menu-section  .container{
	background: #f2f2f2;
}
.bx_catalog_list_home .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images{
	text-decoration: none;border: none;
} 
body.bx-background-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}
.bx_catalog_list_home .bx_catalog_item_title{
	text-align: left;
	padding-top: 5px;
}
.menu-phone-burger svg{
	fill: white;
}
.quant-num{
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-weight: 600;
	color: #5eb1f7;
	font-size: 14px;
	background: white;
	border-radius: 9px;
	width: 18px;
	text-align: center;
	line-height: 16px;
	padding: 2px 0 0 0;
}
.popup-window-titlebar div{

	    white-space: nowrap;
	    margin: 17px 0;
	    font-weight: bold;
	    color: black;
	    font-size: 22px;
}
.popup-window-content img{
	height: 260px;
}
.bx_item_detail .bx_big.bx_bt_button, .bx_item_detail .bx_big.bx_bt_button_type_2{
	border-radius: 18px;
	    font-size: 19px;
	    font-weight: 600;
}
.hamburger {
	display: none;
}
.inner .bx-top-nav{
	
	width: 100%;
	top: 0;
	left: 0px;
	background: transparent!important;
	
}
.menu-block{
	position: relative;	
}
 
.bx-top-nav-container .bx-nav-1-lvl{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
}
@media (max-width: 767px){
	body.bx-background-image{
		background: none ;
	}
	.amo-button-holder.amo-vertical{
	    	right: 10px!important;
    		bottom: 10px!important;
    		transform: scale(0.8);
	}
}

.menu-container{
	max-width: 1200px;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
	background-color: #9d9d9d;
	
	box-sizing: content-box;
	background-size: 50% 50%;
}
.carousel-control-prev-icon {
		padding: 12px 14px 12px 9px;
		background-position: 12px;
}
.carousel-control-next-icon {
padding: 12px 9px 12px 14px;
background-position: 15px;
}

body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}
.home .hamburger{
	display: none;
}

.bx-top-nav-container .bx-nav-1-lvl>a{
	font-size: 23px;
}
a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
a[id*="_buy_link"]{
	background: #48b0ec !important;
    position: relative;
    border-color: #48b0ec !important;
    color: #fff !important;
    border-radius: 7px !important;
}
a[id*="_buy_link"]:hover{
	background: #7bbbe5 !important;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.carousel-caption{
	right: auto;
	left: 0;
	top: 20px;
}
.bx_size ul:after{
content: "";
height: 100%;
right: 0px;
position: absolute;
width: 1px;
background: white;
display: block;
}
.bx_item_detail_size .bx_active:after,.bx_item_detail_size li:hover:after{
content: "";
height: calc(100% - 8px);
right: 0px;
top: 4px;
bottom: 6px;
position: absolute;
width: 1px;
background: #48b0ec;
z-index: 99;
}
.carousel-caption h1{
	color: white;
	font-family: 'Helvetica Neue';
	font-weight: 300;
	font-size: 84px;
}
.bx-header {}
/*Logo*/
.hamburger:after{
	content: "Меню";
	    color: white;
	    display: inline-block;
	    padding: 7px 5px;
	    vertical-align: top;
	    line-height: 15px;
	    font-weight: bold;
}
.hamburger:hover:after{
	color: #68b2e2;
}
.bx-logo {
	padding-left: 17px;
	padding-bottom: 19px;
}
.section_title{
	font-size: 1.7em;
	text-align: center;
}
.bx-logo .bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}
.features-list{
	font-size: 18px;
	line-height: 36px;
	padding: 20px 20px;
}
.bx_catalog_text .bx_catalog_text_ul{
border: 0!important;
padding-bottom: 5px;
}
.xiaomi-page .bx_catalog_text .bx_catalog_text_ul li{
 
}
.features-list li{
	list-style-type: none;
}
.features-list h3{
	font-size: 120%;
	padding-bottom: 5px;
}
.about-logo{
	color: #5eb1f7;

	float: left;
	text-decoration: none !important;
	font-size: 7em;
	font-family: 'Helvetica Neue';
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	border: none;
	margin-bottom: 10px;
	line-height: 100px;
	padding: 0 0 20px 0;
}.bx-basket-block a{
	color: white;
}
.about-desc{
	font-size: 22px;
	padding: 15px 0;
}
.about-logo span{
	color: #303030;
	font-size: 38px;
	display: inline-block;
	font-family: 'Helvetica Neue';
	position: absolute;
	right: 8px;
	bottom: 0px;
	line-height: 25px;
	font-weight: bold;
}
.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	 
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}
.bx-inc-orginfo-phone {
	
	margin: 18px 0;
}
@media (min-width:767px) {

.search-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}
}
@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
	}
	div.title-search-result {
		margin-top: 0;
	}

	.bx-searchtitle .bx-input-group {
		width: 100%;
		display: flex;
	}
	.bx-inc-orginfo-phone {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
		.bx-inc-orginfo-phone p {
			font-size: 15px;
		}
	.pa-mobile {
		/*position: absolute;
		left: 0;
		top: 5px;*/
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
}
/* Sections */

/*.bx-header-section {
	padding: 0px 5px 0px;
}*/
 .bx-header-section.container .row:before{
 	
display: none !important;
 }
.servicelist li{
	list-style-type: none;
margin: 3px 0px;
padding: 4px 0px;
}
 
 .watch-filters{
 	display: inline-block;font-size: 0;
 	margin: 15px 0 25px 0;
 	border-radius: 8px;
 	border: 1px solid #5eb1f7;
 }
 .watch-filters li{
	color: #5eb1f7;
	font-weight: 400; 	
	border-right: 1px solid #5eb1f7;
	font-size: 18px;
	display: inline-block;cursor: pointer;
	padding: 4px 10px;
 }
  .watch-filters li:first-child{
  	border-top-left-radius: 6px;
  	border-bottom-left-radius: 6px;
  }
 .watch-filters li:last-child{
 	border-right: none;
 	border-top-right-radius: 6px;
 		border-bottom-right-radius: 6px;
 }
   .watch-filters li:hover{
   	background: #95c9f4;color: white;
   }
  .watch-filters li.active{
  	background: #5eb1f7;
  	color: white;
  }
.servicelist li a{
	line-height: 34px;
	border-bottom: none;
	text-decoration: none;
	font-size: 24px;
	color: #303030;
	display: inline-block;
}
.main-blocks{
	display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}
.main-blocks>div{
	display: -webkit-box;
	   display: -webkit-flex;
	   display: -ms-flexbox;
	   display: flex;
}
.main-blocks>div{
	height: 250px;
	background-size: cover;
	border-top: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
}
.main-blocks>div:last-child{
	border-right: 5px solid white;
}
.main-blocks h2{
	text-align: center;
	    font-weight: 400;
	    top: 45%;
	    position: absolute;
	    font-size: 30px;
	    width: 100%;
	    font-weight: 400;
	    margin-left: -15px;
}
.main-blocks a{
	display: block;
	width: 100%;text-decoration: none;
	height: 100%;
	border-bottom: none;
}
.bx-header div[id*="bx_incl_area_"]{
	display: inline-block;
}
.menu-block div[id*="bx_incl_area_"]{
	width: 100%;
}
#bx_3966226736_101580 .bx_catalog_item_images  {
	background-size: 70%;
}
#bx_3966226736_101580 .bx_catalog_item_images_double {
	background-size: 60%;
}
#bx_3966226736_101579 .bx_catalog_item_images,#bx_3966226736_101579 .bx_catalog_item_images_double {
	background-size: 85%;
}
/*.main-blocks>div:nth-child(even) a{
		color: #303030;
}
.main-blocks>div:nth-child(odd) a{
		color: white;
}*/

	#pagetitle{
		position: relative;
		top: -16px;
		margin-bottom: -25px;
	}    
.service-title{
	padding: 0 0 15px 0;
	text-align: left;
	font-size: 28px;
}

.service-table{
	display: none;
	
}
.servicetable{
	padding: 0px;margin: 10px auto 0px auto; border: 1px solid #d1d1d1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-collapse: separate;
} 
.service-table.active{
	display: block;
}
.service-table td,.service-table th{
	padding:6px 11px ; border-bottom: 1px solid #d1d1d1;
	font-size: 17px;
	font-weight: normal;
	}
.service-table td:first-child,.service-table th:first-child{
	border-right: 1px solid #d1d1d1;
}
.service-table td:last-child,.service-table th:last-child	{
	text-align: center;
}
.service-table tr:last-child td{
	border-bottom: none;
}
.service-table th{
	font-size: 18px;
}
.bx-breadcrumb .bx-breadcrumb-item{
	position: relative;
	z-index:999;
}
.servicelist li.active a{
 
	display: block;
	 color: #5eb1f7;
 
}
.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
	/*border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;*/
}

@media (min-width: 1200px) {
	/*.bx-header-section {
		padding: 0px 5px 0px;
	}*/
	.bx-content-seection {
		padding:0px 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*.bx-header-section {
		padding: 10px 30px 10px;
	}*/
	.bx-content-seection {
		padding: 0 30px 5px;
	}
	.bx-logo-block{
		font-size: 32px !important;line-height: 45px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/*.bx-header-section {
		padding: 10px 15px 10px;
	}*/
	.bx-content-seection {
		padding: 0 0px 5px;
	}
}

@media (max-width: 767px) {
	#search{
		float: left;
	}
	.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a, 
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a.buy_credit {
		width: 100%;
	}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:last-child{
	margin-bottom: 30px;
}
	/*.bx-header-section {
		padding: 5px 5px 0px;text-align: center;
	}*/
.bx-header-section {
	padding-top:15px;
}
	.bx-content-seection {
		padding: 0 0px 10px
	}
	.workarea{
		background: #f2f2f2;
	}
	.bx_item_detail .bx_item_detail_size{
		padding: 0 0px;
	}
	.bx-content h1 {
		text-align: center;
	}
.bx_item_detail .item_price{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
gap: 16px 0;
}
.bx_item_detail .item_current_price{
	padding-bottom: 5px!important;
}
}
@media (max-width:540px) {
.bx-header-section {
	padding-top:15px;
}
	.ctweb_one_click {
		    float: left;
    margin: 0px 1% 25px 0;
    width: 48%;
    text-align: center;border-radius: 12px;
    padding: 6px 7px;
    font-size: 16px;
	}
.bx_bt_button.bx_medium
	{
	    padding: 3px 0 !important;
    height: auto !important;
	}
	.bx-inc-orginfo-phone {
		flex-direction: row;
	}
}
/* header / phone */
.bx-inc-address{
line-height: 14px;
    font-size: 15.3px;
}
.bx-menu-section{
	background: #f2f2f2;
}
.bx-inc-orginfo {font-family: 'Helvetica Neue';
text-align: center;color: #f2f2f2;
margin-top: 5px;	font-weight: bold;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 0px;
	}
}
.bx-socialsidebar .bx-block-title{
	display: none;
}
.bx-inc-orginfo-phone {

	font-size: 10px;line-height: 20px;

        word-wrap: break-word;
	 
}
.bx-basket-block>.fa {
    color: white;
    width: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}
.bx-inc-orginfo-phone i {
	color: white;
	position: relative;

}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime {}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {

	color: #787878;

	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #787878;
	font-weight: normal;
	/* font-weight: 600; */
	text-transform: none;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {

	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
.bx_catalog_text .bx_catalog_text_title{
	font-weight: 400;
}
textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	 
	color: #fff;
	font-weight: 600;
}
i[title="Белый"] + .cnt .cnt_item{
	border: 1px solid #c7c7c7;
}
.bx_active i[title="Белый"] + .cnt .cnt_item{
	border: none;
}
.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	 
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
	    float: left;
	    width: 33.333%;
	    font-size: 19px;
	 
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	 
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	 
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(../../../../../templates/eshop_bootstrap_black/images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	 
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.bx-content-seection  .poster a {
border-bottom: 0;
}
.bx-wt-block ul li {
	padding-bottom: 7px;
}
.bx-content-seection .dbg_title{
	text-align: center;
	//border-bottom: 1px solid #ececec;
	font-size: 2em;
	line-height: 1.2em;
} 
.bx-content-seection .poster{
	text-align: center;
overflow: hidden;
}
.bx-content-seection .poster img{
	height: 200px;width: auto;max-width: inherit !important;
}
.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
} 
/* FOOTER */ 
.bx-top-nav-container .bx-nav-1-lvl>a span {
	font-size: 19px;
}
.bx-top-nav-container .bx-nav-1-lvl{
	width: 20%;text-align: center;
}
.service-center-description{
	font-size: 21px;
	clear: both;
	float: none;
	text-align: justify;
	margin-top: 15px;
}
.bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a, .bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a, .bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
   background: none;
    border-bottom: none;
    color: #5eb1f7;
}
 .bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a span,
.bx_catalog_text .bx_catalog_text_title a.current,
.bx_catalog_text .bx_catalog_text_ul li a.current{
	color: white;
    border-radius: 20px;
    background: #5eb1f7;
	font-weight: 400!important;
}
.bx-active {
	
}

.bx-inclogofooter-logo{
	color: white !important;
}
.bx-footer {
	background: #f3f3f3;
	color: #c8cece;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bx-footer-section.bx-center-section>div {
	margin-bottom: 20px;
}
.left-footer-menu li:nth-child(3n){
	clear: both;
}
.bx-footer a {
	color: #787878;
	border: none;  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} 
.bx-footer a:hover {
text-decoration: none;color: black;
border-bottom: 1px solid;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	background: #303030;
	font-size: 14px;
	color: #f2f2f2;
	font-weight: 400;
	padding: 5px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-footer {
		text-align: left;
	}
	.bx-up {
		text-align: left;
	font-size: 28px;
	padding-bottom: 9px;

	}
}
/**/

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

.rectangle:first-child {
    grid-column: -20/span 4;
    grid-row: -5;
    background-color:#555abf;
}

.rectangle:nth-child(2) {
    grid-column: viewport-start/span 4;
    grid-row: -4;
    background-color: #c4f0ff;
}

.rectangle:nth-child(3) {
    grid-column: 5/span 3;
    grid-row: -4;
    background-color: #7795f8;
 
}

.rectangle:nth-child(4) {
    grid-column: 17/span 4;
    grid-row: -4;
    background-color: #7795f8;
}


.rectangle:nth-child(5) {
    grid-column: -5/viewport-end;
    grid-row: -4;
    background-color: #555abf;
  position: relative;

}

.rectangle:nth-child(6) {
    grid-column: -8/span 4;
    grid-row: -3;
    background-color: #2bbbee;
}










.outercontainer {
    position: relative;
    z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
padding: 0 20px;
width: 100%;
  box-sizing: border-box;
}

.outercontainer2 {
padding: 30px 60px;
border-bottom: 2px solid rgba(207,215,223,.25);
position: relative;

background-color: #fff;

border-radius: 8px;

padding: 30px;

-webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);

box-shadow: 0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);
  
box-sizing: border-box;
}

.outercontainer3 {
  text-align: center;
}

.realoutercontainer {
  padding: 90px 0;
  z-index: 10;
  position:relative;  
}
.product-item-title a {
	text-decoration: none;
    font-size: 15px;
}
.product-item-image-wrapper {
	
    text-decoration: none;
    border: none;
}
.outercontainer4 h1 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #32325d;
}

.outercontainer4 p {
  font-size: 18px;
  color: #525f7f;
}

.outercontainer4 {
  width: 90%;
  margin: 10px auto;
}


/* General code starts */
.common-rectangleGrid {
 --rectangle-height:48px;
 --content-columns:12;
 --gutter-columns:4;
 position:absolute;
 width:100%;
 top:0;
 bottom:0;
 z-index:-1;
 pointer-events:none
}

.common-rectangleGrid .backgroundContainer,.common-rectangleGrid .rectangleContainer {
  width:100%;
 height:85%;
 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:center;
 -ms-flex-align:center;
 align-items:center;
 position:absolute;
 -webkit-transform:skewY(-12deg);
 transform:skewY(-12deg);
}
.common-rectangleGrid .backgroundContainer .grid {
 grid-template-columns:1fr;
 min-width:0
}
.common-rectangleGrid .backgroundContainer .background {
 grid-row:1/-1;
 grid-column:1/-1;
 z-index:-1
}
.common-rectangleGrid .rectangleContainer {
 overflow:hidden
}
.bx_order_make {
	margin: 0;
}
.common-rectangleGrid.original .backgroundContainer,.common-rectangleGrid.original .rectangleContainer {
  justify-content:flex-end;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
}
.common-rectangleGrid.original .grid {
 height:200%;
 -ms-flex-line-pack:end;
 align-content:end;
}
.common-rectangleGrid .grid {
 --content-column-width:minmax(0,calc(1040px / var(--content-columns)));
 --gutter-column-width:1fr;
 position:absolute;
 width:100%;
 height:100%;
 display:grid;
 grid-template-rows:repeat(auto-fill,var(--rectangle-height));
 grid-template-columns:[viewport-start] 1fr [left-gutter-start] repeat(var(--gutter-columns),var(--gutter-column-width)) [left-gutter-end content-start] repeat(var(--content-columns),var(--content-column-width)) [content-end right-gutter-start] repeat(var(--gutter-columns),var(--gutter-column-width)) [right-gutter-end] 1fr [viewport-end];
}

@media (min-width:1040px) {
 .common-rectangleGrid .grid {
  --gutter-column-width:var(--content-column-width);
  min-width:calc(1040px / var(--content-columns) * (var(--gutter-columns) * 2 + var(--content-columns)))
 }
}

@media (min-width:670px) {
 .common-rectangleGrid {
  --rectangle-height:104px;
 }
}
  
  
@media only screen and (max-width: 670px) 
{   
.outercontainer4 {
  width: 90%;
}
  }


@media (max-width: 767px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
	bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
	    border-width: 2px;
	    border-color: #48b0ec;
	    border-radius: 50%;}
		
	.bx_item_detail .bx_item_container .bx_rt{
		width: 100%;
		margin-left: 0;
	}
	.bx_rt .item_info_section{
		padding-right: 10px !important;
		padding-left: 10px !important;
		text-align: start!important;
	}
	.container .bx-content{
		padding: 0;
overflow: clip;
	}
	.bx_catalog_list_home .bx_catalog_item_price .bx_price {
		text-align: center;
	}
	.bx_catalog_item_scu>div {
		width: 100%;
		text-align: start;
	}
	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li {
		float: none;
		display: inline-block;
	}
	.bx_catalog_list_home .bx_item_detail_size {
		text-align: center;
	}
	#bx_eshop_wrap {
		z-index: 1200;
	}
	.cnt h2{
		font-size: 110%;
	}
	.bx_item_detail_scu{
		text-align: center;
	}
	#pagetitle{
		top: 0;
		margin-bottom: 0;
	}
	.bx_catalog_list_home .bx_catalog_item_title a{
		font-size: 26px;
		    text-align: left;
		    line-height: 30px;
	}
	.bx_item_detail .bx_item_container .bx_lt{
		width: 100%;
	}
	#sub-sections ul li:nth-child(1),#sub-sections ul li:nth-child(2){
		border-bottom: 1px solid #5eb1f7;
	}
	.bx-breadcrumb .bx-breadcrumb-item:first-child{
		max-width: 135px;overflow: hidden;
	}
	.hidden-sm .bx-hdr-profile .bx-basket-block:first-child{
		display: none;
	}
	#sub-sections ul{
		    width: 95%;
	}
	#sub-sections .bx_catalog_text_title a {
	    padding-top: 11px;
	    padding-bottom: 10px;}
	.hidden-sm .bx-basket-block a {
		padding: 5px 12px;
	}
	.bx-basket-block a,.bx-basket-block>.fa{
		color: black;
	}
	.bx-basket-block>.fa{
		left: -5px;
		    top: 4px;
	}
	.bx-basket-block .fa-shopping-cart{
		left: -7px;
	}
	.bx_scu ul li{
		float: none;display: inline-block;
	}
	.bx_scu ul li{
		 font-size: 0;
	}
	 
	.bx_item_detail .bx_item_detail_size ul li{
		border-bottom: 1px solid #48b0ec;
	}
	.bx_size ul li{
		//border-bottom: 1px solid #48b0ec;
	}
	.left-footer-menu{
		padding: 0;
	}
	.bx-inclinksfooter-list:after{
		content: "";display: table;clear: both;float: none;
	}
	.left-footer-menu li:nth-child(3n){
		clear: none;
	}
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item:first-child{
		margin: 0 !important;
	}
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{
		margin: 20px 0 0 0;
	}
	.bx_catalog_text_ul:after{
		content: "";display: table;clear: both;float: none;
	}
	.bx_catalog_text .bx_catalog_text_ul{
		padding: 5px 0;
		flex-wrap: wrap;
		
	}
	.bx_catalog_text .bx_catalog_text_ul li{
		width: 50% !important;
	}
	.bx_catalog_text .bx_catalog_text_title  a {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	padding-right: 10px;
	padding-left:10px ;
}
@media (max-width: 1200px) {
		.bx-searchtitle .bx-input-group .bx-form-control{
			width: 90px;
		}
}
@media (max-width: 1024px) {
.bx-top-nav-container .bx-nav-1-lvl>a {
    font-size: 20px;
}  
.bx_item_detail_size[id*='_prop_1283_cont'] {
	width: 100%;
}
.bx_bt_button_type_2.bx_medium {
	//display:  none;
}
	.menu-container{
		width: 100%;max-width: 100%;
	}
	.bx-searchtitle #title-search-input{
		
	}
} 

@media (max-width: 400px){
	
	#title-search-input{
		width: 100%;
	}
	.bx_item_description table td:first-child{
		width: 90%;
		display: inline-block;
		margin-bottom: 10px;
		border-bottom: 1px solid #d4d4d4;
	}
	.bx_item_description table td:last-child{
		width: 100%;display: block;
	}
}
.bx-404-text-block {
	font-size: 20px;
	 
	padding-bottom: 20px;
}
.cnt h2{
	font-size: 125%;
	margin: 4px 0 10px 0;
}
.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	 
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}
.modal-title{
	font-size: 1.2em;
}

.thanks{
	    font-size: 1.5em;
	    display: none;
}
.map-columns {
	padding-top: 20px;
}
.modal-footer.bx_catalog_list_home{
	border-bottom: 0;
	margin-bottom: 0;
}
.modal-footer .bx_bt_button{
	height: auto;
	padding: 3px 22px 0 22px!important;
	border-radius: 18px;
	font-size: 18px;
	top: 0;
	height: inherit !important;
	line-height: 29px!important;
}
.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	 
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.fa-instagram{

	    top: -0.5px;
	    position: relative;
}
.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	 
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}
.bx-socialsidebar-group ul li,.bx-socialsidebar-group ul li a{
	vertical-align: middle;
	width: 30px;height: 30px;
}

.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,300);

@font-face {
	font-family: 'ALSRublRegular';
	src: url('/bitrix/templates/eshop_bootstrap_black/rouble.eot');
	src: local('ALS Rubl'), local('ALSRubl'), url('/bitrix/templates/eshop_bootstrap_black/rouble.woff') format('woff'), url('/bitrix/templates/eshop_bootstrap_black/rouble.ttf') format('truetype'), url('/bitrix/templates/eshop_bootstrap_black/rouble.svg#ALSRubl') format('svg');
}
.b-properties{
	margin: 0 auto !important;
	}
	.remont div{margin-bottom:30px;
		width:33.3332%;float:left;vertical-align:top;text-align:center;
		}
	.remont img{max-height:240px;max-width:100%;}
	.remont div a{text-decoration:none !important;border:none !important;
	
	}
	.remont div:hover{ }
	.remont h1{font-size:30px !important;
		margin-bottom:10px !important;
		}

.soc-buttons{    display: inline-block;
    vertical-align: middle;}
a[href^="tel"]{
color:#fff;
border-bottom: none;
}
a[href^="tel"]:hover{
color:#fff;
border-bottom: none;
}
.soc-buttons a{
      background: white; 
    border-radius: 50%;
    font-size: 26px;
    top: 11px;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    position: relative;
}
}
	.remont div a:hover {
	margin:-1px;
  border: 1px solid #aabed7 !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  display:block;
		opacity:0.9;box-shadow:0 1 2px #212121;
		}	
		.remont div a:hover img{border:none !important;}
	.remont div a:hover h1{color:red;}
.Ruble,.ruble{
	font-family: "ALSRublREgular" !important;
}
html,
body,
div,
span,
p,
a,
em,
img,
b,
u,
i,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}
a{
	text-decoration: none;color:#66a3ce;
	border-bottom: 1px solid;
}
 
 header{ 
 	background:#303030;

 	position: relative;
 	z-index: 10;
 }
 .more-contacts{width: 270px;z-index: 1000; padding: 10px 17px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
 	font-family: "Century Gothic","Open Sans";color: #141619;position: absolute;margin: 15px 0 0 -25px;
 	display: none;
	 background-color: rgba(255, 255, 255, 0.86);text-align: left;
 }
  .more-contacts::before{
  	content: "";
  	width: 100%;position: absolute;
  	height: 17px;left: 0%;
  	top: -17px;
    }
 .more-contacts::after{
 	content: "";
 	width: 1px;position: absolute;
 	height: 0px;left: 50%;margin-left: -7.5px;
 	top: -17px;
 	border-style: solid;
 	border-width: 0 7.5px 17px 7.5px;
 	border-color: transparent transparent rgba(255, 255, 255, 0.86) transparent
 }
 #nomer{
 	background:transparent;outline: none;border: none;
 font-size: 15px;

width: 180px;margin: 0;position: relative;
 top: -5px;
 }
 #nomer::-webkit-input-placeholder { /* для webkit браузеров */
     color: #d1d1d1;
  font-size: 15px; 
 }
 #nomer:-moz-placeholder { /* для браузеров mozilla */
     color: #d1d1d1;
 font-size: 15px; 
 }

 .zapros{cursor: pointer;
 	background:#80c0f6;
 	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
 	padding: 6px 6px;color: white;font-size: 15px; border:none;outline: none;
 }
 .zapros:hover{
 	background-color: #96cbf7;
 }
 #blur{filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px);z-index: -1;
 -o-filter: blur(3px); -ms-filter: blur(3px);top: 0;left: 0;
 filter: url(/bitrix/templates/eshop_bootstrap_black/blur.svg#blur);position: absolute;background:white;opacity: 0.80;
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
 	width: 100%;height: 100%;
 }
 
 .bx-logo-block{color: #5eb1f7;
 line-height: 33px;
 display: inline-block;
 text-decoration: none !important;
 font-size: 33px;
 font-family: 'Helvetica Neue';
 font-weight: bold;
 vertical-align: middle;
 position: relative;
 z-index: 500;
 border: none;
 max-width: 170px;
     padding: 0;
     margin: 7px 0 0px 0;
 }
 @media (max-width:767px) {
  .bx-logo-block{	
 	max-width: 145px;
 	padding: 0;
 	margin: 0px 0 0px 0;
 	}
 }
 .bx-inclogofooter-logo{
 	color: white;line-height: 50px;display: inline-block;text-decoration: none !important;
 		font-size: 50px;font-family: Tahoma;font-weight: bold;vertical-align: middle;border:none;    padding: 5px 0;
 } 
 .bx-black.bx-top-nav .bx-top-nav-container{
 	background: none !important;
 }
.static{
	margin: 10px auto -30px auto !important;
}
.main-menu .fixer{
		background:white;
}
.fixer{text-align: justify;
	max-width: 950px;margin: 0 auto;padding: 26px 85px;
}
.mego-menu{z-index:100;width: 100%;padding: 33px 0 38px 0;display: none;margin-top: -10px;
	background-color: rgba(255, 255, 254, 0.86);border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px;position: relative;text-align: center	;
	/*-moz-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 6px 0 rgba(0, 0, 0, 0.7);*/
}
.mego-menu ul{
padding: 12px 0 0 20px;	text-align: left;
}
.mego-menu ul li{
	list-style-type: none;
}
.mego-menu>span{
	display: inline-block;vertical-align: top;
}
.mego-menu a{border-bottom: 1px solid;
	color: #141619;font-family: "Open Sans",sans-serif;
	font-size: 20px;
}

.mego-menu>div{
font-size: 20px; ;
text-align: center;margin-top: 35px;	
}
.mego-menu a.category-title{
	font-size: 25px; 
}
.fixer:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -25px; /* your line-height */
}

.fixer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.main-menu .fixer a{font-size: 22px;
top: 25px; 
color: 
#3f4144;position: relative;

padding: 0;
display: inline-block;
}
.main-menu .fixer a:first-child, .main-menu .fixer a:last-child{
	border: none;
}
.main-menu .fixer a:first-child font,.main-menu .fixer a:last-child font{
	
	border-bottom: 1px solid;
}
.main-menu .fixer a:hover font{
	border: none;
}
.main-menu .fixer a:hover{
padding: 4px 5px;margin:-5px -6px;	border: 1px solid #aabed7;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
}
header form{ 
}
.notification{
	background:#aabed7;padding: 7px 12px;
	font-size: 15px;
	display: inline-block;
	border: none;position: relative;top: -1px;color: white;
	border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
}
#search{font-size: 16px;display: inline-block;
	color: #2e8ada;background:none;margin: 0;vertical-align: middle;
	padding: 0px 10px;outline: none !important;border: none !important; 

	
}
#search button{
	background: none;
	outline: none;
	border: none;
	color: white;
	font-size: 23px;
}


.descripter{
color: #f2f2f2;
font-size: 12px;
display: inline-block;
font-family: 'Helvetica Neue';
position: absolute;
right: 2px;
bottom: 4px;
line-height: 13px;
font-weight: bold;
}
#search::-webkit-input-placeholder { /* для webkit браузеров */
    color: #2e8ada;
 font-size: 15px; 
}
#search:-moz-placeholder { /* для браузеров mozilla */
    color: #2e8ada;
font-size: 15px; 
} 
.telephone{vertical-align: bottom;margin-top: 5px;cursor: pointer;
	font-size: 28px;color: white;display: inline-block;top:4px;position;relative;
}

img.mainsliderback{position: absolute;top: 0;z-index:-1;
	width: 100%;height: 100%;
}
.active-menu{
	margin:0 -13px 0 0;
}
.active-menu:hover{
margin: -5px -19px 0 -6px !important;
}
.active-menu:after{top: 0px;right: -5px;border-bottom: none;
	content: "●";color: #54a6ed;position: relative;
}
.main-slider{width: 100%;position: relative;
 padding: 86px 0 32px 0;color: #3d4147;
}
.main-slider a,.top-cases-block a,.item a.item-title,.footer-menu a , .mego-menu a{
	-webkit-transition: color 0.3s ease;
}
.main-slider a:hover,.top-cases-block a:hover,.item a.item-title:hover,.footer-menu a:hover, .mego-menu a:hover{
	color: #ff3c3c;
}
.ramsize{margin-bottom: 20px;margin-top: 0px;
	text-align: center;
}
.ramsize a{display: inline-block;margin: 0 5px;

	color: #3d4147;font-size: 27px;
}
.iphonetype{
	text-align: center;
}
.iphonetype a{color: #3d4147;
	font-size: 22px;display: inline-block;margin: 0 7px;
}
.slider-title{display: inline-block;
	font-size: 67px;margin-right: 25px;opacity: 0;
}
.frame{position: relative;
	text-align: center;
}
.frame #loader{
	position: absolute;top: 17%;
	margin-left: -100px;
	left: 50%;width: 200px;
}
.sliderimg{margin:0px auto 48px auto;
 text-align: center;max-width: 900px;
line-height: 212px;
}
#5s{

}
.sliderimg img{	opacity: 0;
width: 100%;vertical-align: middle;
}
.slider-price{font-size: 67px;
border: 1px solid;margin-left: 25px;
padding: 0px 15px;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
display: inline-block;opacity: 0;
line-height: 85px;	
}
.main-slider a{
	color: #3d4147;
}
.top-cases-block {
	padding-top: 30px;
}
.top-cases-block h1{text-align: center;
	font-weight: normal;
	font-size: 37px;-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	 padding-bottom: 3px;
	color: #141414;margin-bottom: 45px;
}
.top-cases-block h1 a{ font-family: "Open Sans", sans-serif;
	color: #1a95fd;
}
.cart-icon{
	background: url(../../../../../templates/eshop_bootstrap_black/images/cart-button.png) no-repeat center center;
	background-size: contain;
	width: 32px;height: 32px;
	display: inline-block;vertical-align: middle;
}
.top-items{text-align: center;
	margin-bottom: 45px;
}
.clearfix{
	clear: both;
	float: none;
}
#bx_basket1{
	margin: 0px;
	    display: inline-block;
	    vertical-align: middle;
}

.bx-menu-section .container{
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}
.bx-inc-orginfo-phone div{
	display: inline;
}
.bx-socialsidebar-group .vk{
	background: url(../../../../../templates/eshop_bootstrap_black/images/vk.png) no-repeat;
	background-position: center center !important;
}
.bx-socialsidebar-group .instagram{
	background: url(../../../../../templates/eshop_bootstrap_black/images/inst.png) no-repeat;
	background-position: center center !important;
}
.bx-basket-block{
	font-size: 18px;

}
  
.item:hover:after{
	   position:absolute;
	  
	  left: 0;
	    bottom:-24px;
	background: url(/bitrix/templates/eshop_bootstrap_black/itemshadow.png) no-repeat;	    content: "";
}
.item-photo{display: inline-block;
	border-top: 1px solid #e7e7e7;height: 228px;overflow: hidden;
	border-bottom: 1px solid #e7e7e7;padding: 7px 0;text-align: center;
}
.item-photo img{width: 100%;
background:white;

}
.item .item_price{float: left;padding: 13px 21px 0px 11px;	color: #272626;font-size: 30px;
}
.item a.item-title{margin: 12px 0px;text-align: center;
	color: #1a95fd;display: inline-block;
	font-size: 14px;
}
.basket{cursor :pointer !important;}
.item_buy{float: right;cursor: pointer;margin: 17px 5px 0 0;;font-size: 22px;color: white;padding: 5px 24px;background: #4ddb12;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkZGIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMmU1MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4ddb12 0%, #12e528 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ddb12), color-stop(100%,#12e528));
	background: -webkit-linear-gradient(top,  #4ddb12 0%,#12e528 100%);
	background: -o-linear-gradient(top,  #4ddb12 0%,#12e528 100%);
	background: -ms-linear-gradient(top,  #4ddb12 0%,#12e528 100%);
	background: linear-gradient(to bottom,  #4ddb12 0%,#12e528 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ddb12', endColorstr='#12e528',GradientType=0 );
	-webkit-transition: background 0.3s ease;
	
}

.top-slider{
	background:#161719;
}
.top-slider h3{
	font-size: 23px;color: white;padding: 34px 0;text-align: center;font-weight: normal;
}
.item_buy:hover{
	background: #2de549;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkZTU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYmVmNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2de549 0%, #3bef59 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2de549), color-stop(100%,#3bef59));
	background: -webkit-linear-gradient(top,  #2de549 0%,#3bef59 100%);
	background: -o-linear-gradient(top,  #2de549 0%,#3bef59 100%);
	background: -ms-linear-gradient(top,  #2de549 0%,#3bef59 100%);
	background: linear-gradient(to bottom,  #2de549 0%,#3bef59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2de549', endColorstr='#3bef59',GradientType=0 );
	
}
 
.fixed{
	left: 50%;position: fixed;top: 0;margin-top: 0 !important;
}
footer a{
	color: #161719;
}
#map_canvas{position: relative;
	width:100%;height: 100%;z-index: 10;
}
.rightfoot{position: relative;width: 50%;height: 100%;
	float: right;
}
.angle{pointer-events: none;
	position: absolute;left: 0;bottom: 0;height: 100%;width: 45%;z-index: 111;
}
.footer-menu{
	float: left;width: 110px;position: absolute;left: 50%;
	margin-left: -538px;top: 60px;
}
.foot-adress{text-align: left;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  width: 334px;
  left: 42%;
  z-index: 113;
  top: 40px;
  margin-left: -170px; 
  font-size: 18px;
}
.footer-menu a{line-height: 24px;-webkit-transition:color 0.3s ease;
	color: #161719;font-size: 15px;
}
footer a.hovered:first-letter{
background: black;color: white;padding: 2px;
}
.actslider{
	border: none !important;
}
.bx-content h1 {
    font-size: 32px;
    color: #000;
	margin-bottom: 25px;
}

.text-style p {margin-bottom: 12px;}
.text-style h2 {font-size: 20px;margin-bottom: 12px;}
.text-style ul {margin-left: 15px;margin-bottom: 12px;}
.mobile-icon {
	display: none;
}
@media (max-width: 470px) {

.bx-content h1 {
	font-size: 25px;
	color: #000;
	
}
.bx_catalog_menu_nav{
	background: unset;
	top: 1px;
	position: relative;

}
.mobile-icon {
	display: block;
}
}
.bx_catalog_item_controls.touch {
	display: none !important;
}
@media (max-width:768px) {
	.no_touch {
		display: none !important;
	}
	.basket-item-block-image {
		margin-bottom: 0;padding-bottom: 0;
	}
	.basket-items-list .basket-items-list-item-container>td {
		text-align: center;
	}
	h2.basket-item-info-name {
		padding: 0;
	}
	.bx_catalog_item_controls.touch {
	display: block !important;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	
	padding: 3px 13px;height: auto;
}
	.bx_catalog_list_home .bx_item_detail_scu,.bx_catalog_list_home .bx_item_detail_size {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
	}
	.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {
		text-align: left;
	}
	
	.bx_catalog_list_home .bx_item_detail_scu {
		margin-bottom: 0;
	}
	.bx_catalog_list_home .bx_catalog_item_title {
		text-align: center;
	}
	.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray {
		margin-bottom: 8px;
	}
	
	.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray {
		text-align: left;
		width: 77px;
		min-width: 77px;
	}
	.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
		margin-right: 0px;
	    width: 77px;
		min-width: 77px;
	    text-align: left;
	}
	.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container {
	    position: relative;
	    width: calc(100% - 77px);
	    max-width: max-content;
	}
	.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{
	    max-width: max-content;
	}
	.bx_size ul {
	    width: 100%!important;
    display: inline-flex !important

	}
	.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container {
		width: 100%;
	}
	.bx_catalog_list_home .bx_item_detail_size .bx_size {
		margin: 4px 0 0 0;
	}
	#search {
		font-size: 16px; 
		display: none;
		color: #2e8ada;
		background: #303030;
		margin: 0;
		vertical-align: middle;
		padding: 3px 0 0 0;
		outline: none !important;
		border: none !important;
		width: 100%;
		    top: 39px;
		    position: absolute;
		    left: 0;
    		right: 0;
		
	}
	#search button{
		background: #303030;
		outline: none;
		border: none;
		color: white;
		font-size: 23px;
		border-bottom: 1px solid #FFF;
		    z-index: 9999;
	}
	.bx-searchtitle .bx-input-group .bx-form-control{
		margin:0;
	}
	.mobile-icon {
		display: block;
		float: left;
		color: white !important;
		text-decoration: none;
		border-bottom: none;
		font-size: 19px;
		margin: 7px 0;
	}
}

/* End */
/* /bitrix/templates/eshop_bootstrap_black/colors.css?17641266801756 */
/* /bitrix/templates/eshop_bootstrap_black/css/hamburgers.css?148749650224418 */
/* /bitrix/templates/eshop_bootstrap_black/css/tooltipster.main.css?16168427246197 */
/* /bitrix/templates/eshop_bootstrap_black/css/tooltipster.bundle.css?16168427249678 */
/* /bitrix/templates/eshop_bootstrap_black/css/swiper.min.css?163637579013666 */
/* /bitrix/templates/eshop_bootstrap_black/components/bitrix/search.title/main-search/style.css?15634242454057 */
/* /bitrix/templates/eshop_bootstrap_black/components/bitrix/sale.basket.basket.line/basket/style.min.css?14918870574477 */
/* /bitrix/templates/eshop_bootstrap_black/components/bitrix/menu/catalog_horizontal/style.css?176475510711428 */
/* /bitrix/templates/eshop_bootstrap_black/components/bitrix/menu/catalog_horizontal/themes/black/colors.min.css?1486357230825 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1544597282467 */
/* /bitrix/components/bitrix/eshop.socnet.links/templates/.default/style.css?15445972821394 */
/* /bitrix/templates/eshop_bootstrap_black/components/bitrix/sale.basket.basket.line/.default/style.min.css?15238506323569 */
/* /bitrix/templates/eshop_bootstrap_black/styles.css?176406801516887 */
/* /bitrix/templates/eshop_bootstrap_black/template_styles.css?176414873255365 */
