

/* Start:/bitrix/templates/sm_default/assets/lib/jquery.scrollbar/jquery.scrollbar.css?151573904823056*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* End */


/* Start:/bitrix/templates/sm_default/assets/jquery.bxslider/jquery.bxslider.css?15157390486023*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto/*  60px */;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	/* left: -5px; */
	/* background: #fff; */
	/* overflow:hidden!important; */
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
@media only screen and (min-width:1100px) {
	.bx-wrapper .bx-prev {
		left: -25px;
		/* background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) no-repeat 0 -32px; */
	}
	.bx-wrapper .bx-next {
		right:-25px;
		/* background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) no-repeat -43px -32px; */
	}
}
@media only screen and (max-width:1099px) {
	.bx-wrapper .bx-prev {
		left: 0px;
		/* background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) no-repeat 0 -32px; */
	}
	.bx-wrapper .bx-next {
		right: 0px;
		/* background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) no-repeat -43px -32px; */
	}
}

.bx-wrapper .bx-prev:before {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-4px;
	margin-top:-8px;
	border-right: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.bx-wrapper .bx-prev:after {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-1px;
	margin-top:-6px;
	border-right: 6px solid #636363;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.bx-wrapper .bx-next:before {
	content:'';
	display:block;
	position:absolute;
	right:50%;
	top:50%;
	margin-right:-4px;
	margin-top:-8px;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.bx-wrapper .bx-next:after {
	content:'';
	display:block;
	position:absolute;
	right:50%;
	top:50%;
	margin-right:-1px;
	margin-top:-6px;
	border-left: 6px solid #636363;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.bx-wrapper .bx-prev:hover:after {
	border-right: 6px solid #f7700f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.bx-wrapper .bx-next:hover:after {
	border-left: 6px solid #f7700f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background:#f7700f;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 162px;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
	background:#636363;
	/* border-radius:4px; */
	border-radius:50%;
}
/* .bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 162px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
} */

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/sm_default/assets/jquery.bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/bitrix/templates/sm_default/assets/lib/fancybox/jquery.fancybox.css?15157390484939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/bitrix/templates/sm_default/assets/lib/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/bitrix/templates/sm_default/assets/lib/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/bitrix/templates/sm_default/assets/lib/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/bitrix/templates/sm_default/assets/lib/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/bitrix/templates/sm_default/assets/lib/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/bitrix/templates/sm_default/assets/lib/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/sm_default/assets/css/carousel.css?15157390481924*/


/*-----------------------------------------------------------------------------------*/
/*	3. CAROUSEL
	/*-----------------------------------------------------------------------------------*/

#wrapper .d-carousel ul li {
	background: none;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 2px 0px #b7b7b7;
	-moz-box-shadow: 0px 1px 2px 0px #b7b7b7;
	box-shadow: 0px 1px 2px 0px #b7b7b7; 
	padding: 15px;
	width: 175px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.d-carousel h4 {
	margin: 5px 0 5px 0;
}

.d-carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.d-carousel .jcarousel-item {
	width: 190px;
	height: 290px;
}

.d-carousel .jcarousel-container-horizontal {
	width: 870px;
	height: 325px;
	padding: 0 45px;
}

.d-carousel .jcarousel-item-horizontal {
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 11px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 149px;
	right: 0;
	margin-right: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(/bitrix/templates/sm_default/assets/css/style/images/blog-arrows.jpg) no-repeat top right;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(/bitrix/templates/sm_default/assets/css/style/images/blog-arrows.jpg);
}

.d-carousel .jcarousel-next-horizontal:hover {
	background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 149px;
	left: 0;
	margin-left: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(/bitrix/templates/sm_default/assets/css/style/images/blog-arrows.jpg) no-repeat top left;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(/bitrix/templates/sm_default/assets/css/style/images/blog-arrows.jpg);
}

.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}
/* End */


/* Start:/bitrix/templates/sm_default/assets/js/glass/glass.css?1515739048186*/
.glass_lupa {
	background: #fff;
	border: 4px solid #666;
	
  cursor: pointer;
  display: none;
  height: 295px;
  left: 0;
  position: absolute;
	top: 0;
	width: 295px;
	z-index: 100;
}
/* End */


/* Start:/bitrix/templates/sm_default/template_ext/catalog.section/al/swiper.min.css?151573904820100*/
/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;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{-webkit-transform-style:preserve-3d;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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);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{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);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;-webkit-box-shadow:none;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:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-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%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.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-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align: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%;-o-object-fit:contain;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;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);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{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;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;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;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:0;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}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
#sect_slider {
    margin-bottom: 15px;
}
#sect_slider .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
#sect_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#sect_slider .swiper-button-white {
    background-color: #f9730e;
    background-size: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
/* End */


/* Start:/bitrix/templates/sm_default/template_ext/catalog.section/al/lightbox.min.css?15157390482859*/
.lb-loader,.lightbox{display:none;text-align:center;line-height:0}body:after{content:url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/close.png) url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/loading.gif) url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/prev.png) url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/bitrix/templates/sm_default/template_ext/catalog.section/al/../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/include/slick/slick-theme.css?17801864073145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/include/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/include/slick/./fonts/slick.eot');
    src: url('/include/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/include/slick/./fonts/slick.woff') format('woff'), url('/include/slick/./fonts/slick.ttf') format('truetype'), url('/include/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1780186408420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/sm_default/components/bitrix/menu/main_h_multilevel/style.css?15236184744648*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	/*background:#BC262C url(/bitrix/templates/sm_default/components/bitrix/menu/main_h_multilevel/images/header_menu_bg.gif) repeat-x;*/
	min-height:27px;
	/*width:100%;*/
	list-style:none;
	/*font-size:11px;*/
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a,
#horizontal-multilevel-menu span
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
	cursor: pointer;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item,
#horizontal-multilevel-menu li span.root-item
{
	color:#3B3B3B;
	/*font-weight:bold;*/
	padding:10px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected,
#horizontal-multilevel-menu li span.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:10px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, 
#horizontal-multilevel-menu li.jshover a.root-item,
#horizontal-multilevel-menu li:hover span.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/sm_default/components/bitrix/menu/main_h_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/sm_default/components/bitrix/menu/main_h_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	/*font-weight:bold;*/
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/sm_default/components/bitrix/search.title/search_ivv/style.css?15245675174108*/
.btn {min-height: 34px!important;}
.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 {
	padding: 6px 5px 6px 5px;
}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	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;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.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: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/sm_default/components/bitrix/search.title/search_ivv/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;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: 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/sm_default/components/bitrix/search.title/search_ivv_footer/style.css?1522953875348*/

.foot-search-input{
	background: #f9730e;
	border: 1px #95a1a8 solid;
	padding: 6px 12px;
	border-radius: 27px; height: 40px!important;
	color: white;
	margin-bottom: 13px;
}
.foot-search-input::placeholder{
	color: white;
}
.l-footer__phone{
	margin-bottom: 0!important;
}
@media (max-width: 768px) {
	.foot-search-input{
		max-width: 144px;
	}
}
/* End */


/* Start:/bitrix/templates/sm_default/styles.css?16847758731247*/
.picbox__mini .picbox__scroll
{
    margin-bottom: 0px!important;
}

.catalog_item__img1
{
vertical-align: middle;
border-radius: 5px;
border: 1px #ccc solid;
}

.block_sitemap{
	
}

.block_sitemap li{
	display: inline-block;
    vertical-align: top;
    width: 22%;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.block_footer_socials{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.block_footer_socials li{
	display: inline-block;
}

.block_footer_socials li a{

}

.block_footer_socials li a .fa{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 2px solid #f9730e;
	font-size: 22px;
	padding: 3px 10px;
	color: #f9730e;
}

.block_footer_socials li a .fa:hover{
	color: #666;
    border-color: #666;
}

.block_footer_socials li a #facebook{

}

.block_footer_socials li a #facebook:before{

}

.block_footer_socials li a #instagram{

}

.block_footer_socials li a #instagram:before{

}

.block_footer_socials li a #vk{

}

.block_footer_socials li a #vk:before{

}

.block_footer_socials li a #youtube{

}

.block_footer_socials li a #youtube:before{
	    
}
/* End */


/* Start:/bitrix/templates/sm_default/template_styles.css?168477587312932*/
input
textarea,
button,
select {
	margin: 0;
	padding: 0;
	outline: -webkit-focus-ring-color auto 0;
}

/* placeholder */
::-webkit-input-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}
::-moz-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}
:-ms-input-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}
input:-moz-placeholder{color: #999;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}

.none1{
	height: 1px;
	left: -10000px;
	position: absolute;
	width: 1px;
}
.none2{display: none;}
.nowrap{white-space: nowrap;}

/* global styles - a links */

.click_protection{
	cursor: default;
}
/* global styles - prices */


/* global styles - backgrounds */
a.multimage_icons{
	cursor: pointer;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.timer_bg{background-image: url('/bitrix/templates/sm_default/assets/img/timer_bg.png');}

/* disable selection */
.disableSelection{
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


/* /header */

/*====global====*/
input:focus{
	outline: none;
}

.rs_gallery-text,
.rs_gallery-thumbs {
	float: right;
	width: 25%;
}

.rs_gallery-text {
	max-height: 112px;
	margin-bottom: 16px;
    overflow: hidden;
}

.rs_gallery-thumbs {
	clear: right;
	max-height: 428px;
	overflow-x: hidden;
	overflow-y: auto;
}

.rs_gallery-thumb {
	border: 1px solid #D1D1D1;
	border-radius: 6px;
	box-sizing: border-box;
	float: left;
	height: 90px;
	margin-bottom: 16px;
	margin-right: 5%;
	position: relative;
	width: 45%;
}

.rs_gallery-thumb.checked {
	border-color: #FD3232;
}

.rs_gallery-thumb.checked .rs_overlay {
	display: block;
}

.rs_preview {
    bottom: 0;
    left: 0;
	margin: auto;
    max-height: 100%;
    position: absolute;
	right: 0;
    top: 0;
}

.rs_overlay-wrap {
	position: relative;
}

.rs_overlay {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80FFFFFF', endColorstr='#80FFFFFF');
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.rs_gallery-pic {
	max-height: 446px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.rs_gallery-detal {
	cursor: pointer;
	max-height: 446px;
}

.rs_gallery-prev,
.rs_gallery-next {
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0;
	position: absolute;
	top: 43%;
	transition: all 0.2s ease-in-out 0s;
	width: 24px;
}

.rs_gallery-prev {
	background-position: 0 -223px;
	left: 15px;
	
}
.rs_gallery-next {
	background-position: 0 -191px;
	right: 15px;
}

.rs_gallery-pic:hover .rs_gallery-prev,
.rs_gallery-pic:hover .rs_gallery-next {
	opacity: .5;
}

.rs_cart .data-table tr{
	border-bottom: 1px solid #EAEAEA;
}
.rs_cart .data-table tr:last-child{
	border: none;
}
.rs_cart .data-table td{
	padding: 15px 25px 25px 5px;
	vertical-align: middle;
}
.rs_cart .data-table td.center_td,
.rs_cart .data-table td.col_price{
	padding-right: 0;
}
.rs_cart .data-table td.col_price{
	vertical-align: top;
	width: 20%;
}
.data-table .rs_product-name a{
	font-size: 15px;
	text-decoration: none;
}
.data-table .rs_product-name a:hover{
	text-decoration: underline;
}
.data-table .prop_item{
	clear: left;
	margin-bottom: 8px;
}
.data-table .prop_name{
	float: left;
	margin-right: 50px;
	width: 120px;
}
.data-table .prop_item.quantity .prop_name{
	line-height: 20px;
}
.data-table .prop_value{
	margin-left: 170px;
}
.rs_cart-items .basket-article,
.rs_cart-items .discount,
.rs_cart-items .prod_weight{
	color: #666;
	font-size: 11px;
}
.data-table .price, .all_price{
	color: #FD3232;
	font-size: 20px;
}

.rs_cart-items .delete{
	background-position: 0 -514px;
	height: 10px;
	margin-right: 4px;
	width: 10px;
}
.rs_cart-items .refresher{
	background-position: 0 -543px;
	height: 17px;
	margin-right: 4px;
	width: 12px;
}
.rs_cart-items .set-aside{
	background-position: 0 -527px;
	height: 17px;
	margin: -1px 4px -1px 0;
	width: 12px;
}

.rs_cart-items .rs_prices {
	margin-bottom: 16px;
}

.rs_cart-links {
	clear: left;
	float: left;
	margin-bottom: 8px;
	text-decoration: none;
}

.rs_cart-total_table {
	float: right;
	margin-left: 1em;
}
.rs_cart-total_table td {
	padding: 0 .5em;
}

.rs_form-btn,
.rs_form input,
.rs_form textarea,
.rs_form .rs_select,
.rs_input-wrap .rs_input-text {
    box-sizing: border-box;
    display: block;
    margin-bottom: 16px;
    resize: none;
    width: 100%;
}

.rs_form .context-wrap input {
	margin: 0;
}
.rs_input-wrap .rs_input-btn {
	float: right;
	margin-left: .5em;
	min-width: 0;
	width: auto;
}

.main-top-banners {
  overflow: hidden;
  margin: 10px 0;
}
.text_fade:after{
 width: 1%!important; 
}


@media (min-width: 992px){
.detail__picbox .picbox__canvas {
    height: 500px;
}
}

.block_brands_list{
	
}

.block_brands_list .item{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 220px;
	height: 245px;
	padding: 10px;
	margin: 5px 0px 15px 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.block_brands_list .item .img{
	text-align: center;
}

.block_brands_list .item .img img{
	height: 75px;
}

.block_brands_list .item .name{
	text-align: center;
}

.block_brands_list .item .name a{
	font-size: 14px;
}

.block_brands_list .item .name a:hover{
	
}




.block_brands_sections{
	/*text-align: center;*/
	margin-top: 25px;
}

.block_brands_sections .item{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 20%;
	min-width: 250px;
	padding: 20px 10px;
	margin-right: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 15px;
}

@media (max-width: 425px) {
	.block_brands_sections .item{
		margin: 15px auto;
		display: block;
	}
}
.block_brands_sections .item .img{
	text-align: center;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
}

.block_brands_sections .item .img img{
	width: 80%;
}

.block_brands_sections .item .name{
	text-align: center; min-height: 50px;
}

.block_brands_sections .item .name a{
	font-size: 18px;
}

.block_brands_sections .item .name a:hover{
	
}

.block_action_products{
	
}

.block_action_products .item{
	display: inline-block;
	vertical-align: top;
	width: 15%;
	border: 1px solid #e0e0e0;
	margin-right: 15px;
	padding: 15px 15px;
}

.block_action_products .item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.block_action_products .item .img{
	text-align: center;
}

.block_action_products .item .img img{
	width: 100%;
}

.block_action_products .item .name{
	margin-top: 15px;
}

.block_action_products .item .name a{
	
}

.block_action_products .item .name a:hover{
	
}

.block_gallery{
	
}

.block_gallery .item{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.block_gallery .item:hover{
	
}

.block_gallery .item img{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 10px;
}

.block_gallery_list .item{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	/*width: 200px;*/
	padding: 10px;
	margin-right: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.news-back_link .cmp_items__del,
.news-item-link2detail .cmp_items__del{
	display: inline-block;
    position: inherit;
}

.cat_desc {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 30px;
}

.imsz {
	width: 88%!important;
}
.albcolr {
	color: #f9730e;
	font-size: 18px;
}
.hfoto {
	height: 144px!important;
}
.hfotodet {
	/*height: 144px!important;*/
}
.hdet {
	height:700px;
}

.pait {
	margin-bottom: 17px;
}
.centbl {
	text-align: center;
}
#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:660px;
}
#slider{ /* Оболочка слайдера */
	width:640px;
	height:360px;
	overflow: hidden;
	border:#eee solid 10px;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
}
.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/bitrix/templates/sm_default/radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(/bitrix/templates/sm_default/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(/bitrix/templates/sm_default/arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}

.socdetail {
	margin-bottom: 5px;
	text-align: center;
}

.newsmain__item {
	display: none;
}
.newsmain__item:nth-child(1) {
	display: block;
}
.newsmain__item:nth-child(2) {
	display: block;
}
.newsmain__item:nth-child(3) {
	display: block;
}
.newsmain__item:nth-child(4) {
	display: block;
}

.eshe {
	padding-bottom: 90px!important;
}

.p-payment__logos{
	margin: 15px 0px!important;
}

.p-payment__logos img{
	width: auto;
    padding: 0px;
    margin: 0px 10px 0px 0px!important;
}

.p-payment__logos img:hover{
	opacity: 0.8;
    cursor: pointer;
}
.catalog_item__inner {
	text-align: -webkit-center;
}
.tab-content {
        min-height: 66px;
}

.point-main-block{
	padding: 10px;
	
}
.poin-children-block ul{
padding-left: 5px;
}
/*
.catalog_item:hover .catalog_item__zoom, .catalog_item.is-hover .catalog_item__zoom {
	background: #695757;
	background-image: linear-gradient(135deg, #7c7c7c, #695757);
	border-radius: 30px;
	display: block;
	height: 30px;
	width: 155px;
	margin: auto;
	position: absolute;
	padding: 6px;
	left: 25% !important;
	bottom: 5px !important;
}

.catalog_item__pic {
	width: 100%;
	overflow: hidden;
}

.catalog_item__img1 {
	height: auto;
	margin: auto;
	max-width: 100%;
	max-height: fit-content;
}
*/
@media (min-width: 1200px) {
.detail__picbox .picbox__canvas {  padding: 0 9%;}
}
@media (max-width: 1199px) and (min-width: 980px) {
.detail__picbox .picbox__canvas {  padding: 0 10%;}
.picbox__frame {   width: 65%;margin-right: 5px;}
.detail__picbox .picbox__pic .picbox__frame { margin-right: 5px;}
}
/* -------------------*/
@media (max-width: 979px) and (min-width: 768px) {
.detail__picbox .picbox__canvas {  padding: 0 10%;}
.picbox__frame {   width: 70%;}
}
@media (min-width: 992px){
	.modern-menu .modern-menu__root-item > .modern-menu__subitems{
		border-color: rgb(99, 95, 95) !important;
		border-style:dashed !important;
		border-top:none !important;
		box-shadow: none !important;
	}

	.modern-menu .modern-menu__root-item:hover > .modern-menu__root-item_a{
		/*border-color: rgb(99, 95, 95);*/
		border: 1px solid #a3a3a3;
		border-bottom: 1px dashed rgb(99, 95, 95);
	}

	.modern-menu .modern-menu__more-btn > .modern-menu__more-container{
		border-color: rgb(99, 95, 95) !important;
		border-style:dashed !important;
		border-top:none !important;
		box-shadow: none !important;
	}

	.modern-menu .modern-menu__more-btn:hover > .modern-menu__root-item_a{
		/*border-color: rgb(99, 95, 95);*/
		border: 1px solid #a3a3a3;
		border-bottom: 1px dashed rgb(99, 95, 95);

	}
}
@media (min-width: 768px) and (max-width: 991px){
	.modern-menu .modern-menu__root-item:hover > .modern-menu__root-item_a{
		border: 1px solid #a3a3a3;
		border-bottom: 0.5px dashed rgb(99, 95, 95);
	}
	.modern-menu .modern-menu__root-item > .modern-menu__subitems{
		border-color: rgb(99, 95, 95) !important;

		border-style:dashed !important;
		border-top:none !important;
		box-shadow: none !important;
	}

	.modern-menu .modern-menu__more-btn > .modern-menu__more-container{
		border-color: rgb(99, 95, 95) !important;

		border-style:dashed !important;
		border-top:none !important;
		box-shadow: none !important;
	}

	.modern-menu .modern-menu__more-btn:hover > .modern-menu__root-item_a{
		border: 1px solid #a3a3a3;
		border-bottom: 0.5px dashed rgb(99, 95, 95);
	}
}
@-moz-document url-prefix()
{
 .sorter__order.nav-tabs {
 	padding-bottom: 22px;
 }
}
#f_feedback_FID1 .afbf_item_pole .afbf_select, #f_feedback_FID1 .afbf_item_pole .afbf_textarea, #f_feedback_FID1 .afbf_item_pole .afbf_inputtext {
    border-radius: 0.41666em;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    padding: 9px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    background: #ededed;
    background-image: linear-gradient(180deg, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-background4-bg0',endColorstr='$theme-background4-bg100',GradientType=0);
}
#f_feedback_FID1 .afbf_item_pole .afbf_textarea {
	min-height: 60px;
}
/* End */


/* Start:/bitrix/templates/sm_default/assets/lib/owlcarousel2/assets/owl.carousel.css?15824135184151*/
/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    margin: 0 auto;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
	/*max-width: 300px;*/
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: inline-block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: inline-block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/sm_default/assets/lib/owlcarousel2/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/bitrix/templates/sm_default/assets/css/custom.css?1524912581785*/
.nav-tabs > li{
    float: none;
}
.catalog__sorter .nav-tabs:last-child{
    padding-bottom: 22px;
}

@media (max-width: 520px) {
    .nav-tabs > li{
        float: left;
    }
    .nav-tabs.gr > li{
        float: none;
        display: inline-block;
    }
}
iframe{
    max-width: 100% !important;
    padding: 5px !important;
    margin: 0 !important;
}
@media (max-width: 425px) {
    iframe{
        display: block;
        margin: 0 auto !important;
        float: none !important;
    }
    .ffsqqw1 {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .form-control{
        padding-right: 66.25px;
    }
    .form-control-feedback{
        right: 30px !important;
    }
}
/* End */


/* Start:/bitrix/templates/sm_default/assets/css/font-awesome.min.css?151573904827466*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/sm_default/assets/css/../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/bitrix/templates/sm_default/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/bitrix/templates/sm_default/assets/css/../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/bitrix/templates/sm_default/assets/css/../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/bitrix/templates/sm_default/assets/css/../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/bitrix/templates/sm_default/assets/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* End */


/* Start:/bitrix/templates/sm_default/assets/css/template.css?1699902978306463*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.btn1, .order-section .btn-default, .order-sidebar .bx-soa-cart-total-button-container > a, .shop-panel .btn.active, .shop-panel .active.btn1, .shop-panel .active.btn2, .shop-panel .active.btn3, .shop-panel .active.select__btn, .shop-panel .order-sidebar .bx-soa-cart-total-button-container > a.active, .order-sidebar .shop-panel .bx-soa-cart-total-button-container > a.active, .shop-panel .active.sale-order-list-button, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-button, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-cancel, .shop-panel .active.sale-order-detail-payment-options-methods-button-element, .shop-panel
.active.sale-order-detail-payment-options-methods-button-element-new-window,
.sale_order_full_table.complete input[type="submit"], .catalog_item.qb .catalog_item__add2cart, .sale-order-list-button, .sale-order-detail-about-order-inner-container-repeat-button, .sale-order-detail-payment-options-methods-button-element,
.sale-order-detail-payment-options-methods-button-element-new-window, .back0,
#smartFilter .lvl1_specific_size .lvl2 .props.pchecked,
#smartFilter .lvl1_price_group .lvl2 .props.pchecked,
.bx_filter .rs_prop_btn.active, .l-header__line, .offer_prop-btn .offer_prop__value input:checked + .offer_prop__icon,
.offer_prop-btn .offer_prop__value.checked,
.offer_prop-btn .offer_prop__value.checked:hover {
    background: #695757;
    background-image: linear-gradient(180deg, #7c7c7c, #695757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin0_bg0',endColorstr='$skin0_bg100',GradientType=0);
    color: #fff; }

.back0_inv,
#smartFilter .lvl1_specific_size .lvl2 .props.pchecked:hover,
#smartFilter .lvl1_price_group .lvl2 .props.pchecked:hover,
.bx_filter .rs_prop_btn.active:hover {
    background: #7c7c7c;
    background-image: linear-gradient(180deg, #695757, #7c7c7c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin0_bg100',endColorstr='$skin0_bg0',GradientType=0);
    color: #fff; }

.btn2, .rsform .btn, .rsform .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .rsform input[type="submit"], .rsform .btn1, .rsform .order-section .btn-default, .order-section .rsform .btn-default, .rsform .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .rsform .bx-soa-cart-total-button-container > a, .rsform .shop-panel .btn.active, .shop-panel .rsform .btn.active, .rsform .btn2, .rsform .btn3, .rsform .select__btn, .rsform .sale-order-list-button, .rsform .sale-order-detail-about-order-inner-container-repeat-button, .rsform .sale-order-detail-about-order-inner-container-repeat-cancel, .rsform .sale-order-detail-payment-options-methods-button-element, .rsform
.sale-order-detail-payment-options-methods-button-element-new-window, .catalog_item.da .catalog_item__add2cart, .detail__buy1click {
    /*background: #f9730e;
  background-image: linear-gradient(180deg, #fa8b0d, #f9730e);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin1_bg0',endColorstr='$skin1_bg100',GradientType=0);
    color: #000; }

.catalog_item__detail, .catalog_item__add2cart, .detail__add2cart, .fancybox-title-inside-wrap,
.fancybox-title-outside-wrap {
    background: #f9730e;/*#7c7c7c;*/
    /*background-image: linear-gradient(180deg, #7c7c7c, #695757);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin2_bg0',endColorstr='$skin2_bg100',GradientType=0);
    color: #fff; }

.btn3, .quantity__val {
    background: #e0e0e0;
    background-image: linear-gradient(180deg, #fff, #e0e0e0);
    color: #000; }

.form-control.textarea, .textarea.typeselect, .form-control.input[type="text"], .input[type="text"].typeselect, .order-section .bx-soa-coupon-item > strong.input[type="text"], .form-control.input[type="number"], .input[type="number"].typeselect, .order-section .bx-soa-coupon-item > strong.input[type="number"], .back1, .cmp_page__group, .back2, .dropdown-menu, .bx-sls .dropdown-block,
.bx-slst .dropdown-block, .form-control, .typeselect, .order-section .bx-soa-coupon-item > strong, .select__btn, .offer_prop-btn .offer_prop__value, .offer_prop-btn .offer_prop__value.disabled:hover, .bx-filter .bx-filter-parameters-box, .bx-filter .bx-filter-button-box, .panel__head, .order-section .order-section__title {
    background: #ededed;
    background-image: linear-gradient(180deg, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-background4-bg0',endColorstr='$theme-background4-bg100',GradientType=0);
    color: #000; }

.back2_inv, .offer_prop-btn .offer_prop__value:hover {
    background: #ededed;
    background-image: linear-gradient(180deg, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-background4-bg100',endColorstr='$theme-background4-bg0',GradientType=0); }

.bx-filter-param {
    background: #ededed;
    background-image: linear-gradient(180deg, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-background5-bg0',endColorstr='$theme-background5-bg100',GradientType=0);
    color: #000; }

.btn1:hover, .order-section .btn-default:hover, .order-sidebar .bx-soa-cart-total-button-container > a:hover, .shop-panel .btn.active:hover, .shop-panel .active.btn1:hover, .shop-panel .active.btn2:hover, .shop-panel .active.btn3:hover, .shop-panel .active.select__btn:hover, .order-sidebar .shop-panel .bx-soa-cart-total-button-container > a.active:hover, .shop-panel .active.sale-order-list-button:hover, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-button:hover, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-cancel:hover, .shop-panel .active.sale-order-detail-payment-options-methods-button-element:hover, .shop-panel
.active.sale-order-detail-payment-options-methods-button-element-new-window:hover,
.sale_order_full_table.complete input[type="submit"]:hover, .catalog_item.qb .catalog_item__add2cart:hover, .sale-order-list-button:hover, .sale-order-detail-about-order-inner-container-repeat-button:hover, .sale-order-detail-payment-options-methods-button-element:hover,
.sale-order-detail-payment-options-methods-button-element-new-window:hover {
    background: #969696;
    background-image: linear-gradient(180deg, #969696, #827171);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin0_hover_bg0',endColorstr='$skin0_hover_bg100',GradientType=0);
    color: #fff; }

.btn1:active, .order-section .btn-default:active, .order-sidebar .bx-soa-cart-total-button-container > a:active, .shop-panel .btn.active:active, .shop-panel .active.btn1:active, .shop-panel .active.btn2:active, .shop-panel .active.btn3:active, .shop-panel .active.select__btn:active, .order-sidebar .shop-panel .bx-soa-cart-total-button-container > a.active:active, .shop-panel .active.sale-order-list-button:active, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-button:active, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-cancel:active, .shop-panel .active.sale-order-detail-payment-options-methods-button-element:active, .shop-panel
.active.sale-order-detail-payment-options-methods-button-element-new-window:active,
.sale_order_full_table.complete input[type="submit"]:active, .catalog_item.qb .catalog_item__add2cart:active, .sale-order-list-button:active, .sale-order-detail-about-order-inner-container-repeat-button:active, .sale-order-detail-payment-options-methods-button-element:active,
.sale-order-detail-payment-options-methods-button-element-new-window:active {
    background: #686868;
    color: #fff; }

.btn1 .icon, .order-section .btn-default .icon, .order-sidebar .bx-soa-cart-total-button-container > a .icon, .shop-panel .btn.active .icon, .shop-panel .active.btn1 .icon, .shop-panel .active.btn2 .icon, .shop-panel .active.btn3 .icon, .shop-panel .active.select__btn .icon, .order-sidebar .shop-panel .bx-soa-cart-total-button-container > a.active .icon, .shop-panel .active.sale-order-list-button .icon, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-button .icon, .shop-panel .active.sale-order-detail-about-order-inner-container-repeat-cancel .icon, .shop-panel .active.sale-order-detail-payment-options-methods-button-element .icon, .shop-panel
.active.sale-order-detail-payment-options-methods-button-element-new-window .icon,
.sale_order_full_table.complete input[type="submit"] .icon, .catalog_item.qb .catalog_item__add2cart .icon, .sale-order-list-button .icon, .sale-order-detail-about-order-inner-container-repeat-button .icon, .sale-order-detail-payment-options-methods-button-element .icon,
.sale-order-detail-payment-options-methods-button-element-new-window .icon {
    fill: #fff; }

.btn2:hover, .rsform .btn:hover, .rsform .sale_order_full_table.complete input[type="submit"]:hover, .sale_order_full_table.complete .rsform input[type="submit"]:hover, .rsform .btn1:hover, .rsform .order-section .btn-default:hover, .order-section .rsform .btn-default:hover, .rsform .order-sidebar .bx-soa-cart-total-button-container > a:hover, .order-sidebar .rsform .bx-soa-cart-total-button-container > a:hover, .rsform .btn3:hover, .rsform .select__btn:hover, .rsform .sale-order-list-button:hover, .rsform .sale-order-detail-about-order-inner-container-repeat-button:hover, .rsform .sale-order-detail-about-order-inner-container-repeat-cancel:hover, .rsform .sale-order-detail-payment-options-methods-button-element:hover, .rsform
.sale-order-detail-payment-options-methods-button-element-new-window:hover, .catalog_item.da .catalog_item__add2cart:hover, .detail__buy1click:hover {
    background: #7c7b7b;/*#fc8d39;*/
    /*background-image: linear-gradient(180deg, #fda847, #fc8d39);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin1_hover_bg0',endColorstr='$skin1_hover_bg100',GradientType=0);
    color: #fff; }

.btn2:active, .rsform .btn:active, .rsform .sale_order_full_table.complete input[type="submit"]:active, .sale_order_full_table.complete .rsform input[type="submit"]:active, .rsform .btn1:active, .rsform .order-section .btn-default:active, .order-section .rsform .btn-default:active, .rsform .order-sidebar .bx-soa-cart-total-button-container > a:active, .order-sidebar .rsform .bx-soa-cart-total-button-container > a:active, .rsform .btn3:active, .rsform .select__btn:active, .rsform .sale-order-list-button:active, .rsform .sale-order-detail-about-order-inner-container-repeat-button:active, .rsform .sale-order-detail-about-order-inner-container-repeat-cancel:active, .rsform .sale-order-detail-payment-options-methods-button-element:active, .rsform
.sale-order-detail-payment-options-methods-button-element-new-window:active, .catalog_item.da .catalog_item__add2cart:active, .detail__buy1click:active {
    background: #de6700;
    color: #fff; }

.btn2 .icon, .rsform .btn .icon, .rsform .sale_order_full_table.complete input[type="submit"] .icon, .sale_order_full_table.complete .rsform input[type="submit"] .icon, .rsform .btn1 .icon, .rsform .order-section .btn-default .icon, .order-section .rsform .btn-default .icon, .rsform .order-sidebar .bx-soa-cart-total-button-container > a .icon, .order-sidebar .rsform .bx-soa-cart-total-button-container > a .icon, .rsform .btn3 .icon, .rsform .select__btn .icon, .rsform .sale-order-list-button .icon, .rsform .sale-order-detail-about-order-inner-container-repeat-button .icon, .rsform .sale-order-detail-about-order-inner-container-repeat-cancel .icon, .rsform .sale-order-detail-payment-options-methods-button-element .icon, .rsform
.sale-order-detail-payment-options-methods-button-element-new-window .icon, .catalog_item.da .catalog_item__add2cart .icon, .detail__buy1click .icon {
    fill: #fff; }

.btn3:hover {
    background: #efefef;
    background-image: linear-gradient(180deg, #fff, #efefef);
    color: #000; }

.btn3:active {
    background: #fee6e6;
    background-image: linear-gradient(180deg, #fff, #fee6e6);
    color: #000; }

.btn3 .icon {
    fill: #000; }

.catalog_item__detail:hover, .catalog_item__add2cart:hover, .detail__add2cart:hover {
    background: #969696;
    background-image: linear-gradient(180deg, #e62525, #827171);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin2_hover_bg0',endColorstr='$skin2_hover_bg100',GradientType=0);
    color: #fff; }

.catalog_item__detail:active, .catalog_item__add2cart:active, .detail__add2cart:active {
    background: #686868;
    color: #fff; }

.catalog_item__detail .icon, .catalog_item__add2cart .icon, .detail__add2cart .icon {
    fill: #fff; }

.l-header__phone a, .cart_top__title {
    color: #000; }

.icon-men {
    fill: #b3b3b3;
    height: 28px;
    width: 11px; }

.icon-women {
    fill: #b3b3b3;
    height: 28px;
    width: 13px; }

html {
    font-size: 75%;
    line-height: 1.5; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }
#catalog{
    /* display: inline-block !important; */
    display: block !important;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }
.navbar {
    min-height: 40px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    p,
    h2,
    .order-section .bx-soa-pickup-subTitle,
    h3 {
        orphans: 3;
        widows: 3; }
    h2, .order-section .bx-soa-pickup-subTitle,
    h3 {
        page-break-after: avoid; }
    .navbar {
        display: none; }
    .btn > .caret, .sale_order_full_table.complete input[type="submit"] > .caret, .btn1 > .caret, .order-section .btn-default > .caret, .order-sidebar .bx-soa-cart-total-button-container > a > .caret, .shop-panel .btn.active > .caret, .sale_order_full_table.complete .shop-panel input.active[type="submit"] > .caret, .btn2 > .caret, .btn3 > .caret, .select__btn > .caret, .order-section .btn > .caret, .sale_order_full_table.complete .order-section input[type="submit"] > .caret, .sale-order-list-button > .caret, .sale-order-detail-about-order-inner-container-repeat-button > .caret, .sale-order-detail-about-order-inner-container-repeat-cancel > .caret, .sale-order-detail-payment-options-methods-button-element > .caret,
    .sale-order-detail-payment-options-methods-button-element-new-window > .caret,
    .dropup > .btn > .caret, .sale_order_full_table.complete
    .dropup > input[type="submit"] > .caret,
    .dropup > .btn1 > .caret, .order-section
    .dropup > .btn-default > .caret, .order-sidebar
    .bx-soa-cart-total-button-container.dropup > a > .caret, .shop-panel
    .dropup > .btn.active > .caret, .sale_order_full_table.complete .shop-panel
    .dropup > input.active[type="submit"] > .caret,
    .dropup > .btn2 > .caret,
    .dropup > .btn3 > .caret,
    .dropup > .select__btn > .caret, .order-section
    .dropup > .btn > .caret, .sale_order_full_table.complete .order-section
    .dropup > input[type="submit"] > .caret,
    .dropup > .sale-order-list-button > .caret,
    .dropup > .sale-order-detail-about-order-inner-container-repeat-button > .caret,
    .dropup > .sale-order-detail-about-order-inner-container-repeat-cancel > .caret,
    .dropup > .sale-order-detail-payment-options-methods-button-element > .caret,
    .dropup >
    .sale-order-detail-payment-options-methods-button-element-new-window > .caret {
        border-top-color: #000 !important; }
    .label {
        border: 1px solid #000; }
    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }

.container, .wrap_inside {
    margin-right: auto;
    margin-left: auto;
    padding-left: 9px;
    padding-right: 9px; }
.container:before, .wrap_inside:before, .container:after, .wrap_inside:after {
    content: " ";
    display: table; }
.container:after, .wrap_inside:after {
    clear: both; }
@media (min-width: 768px) {
    .container, .wrap_inside {
        width: auto; } }
@media (min-width: 992px) {
    .container, .wrap_inside {
        width: auto; } }
@media (min-width: 1280px) {
    .container, .wrap_inside {
		width: 99%; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 9px;
    padding-right: 9px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: 0px;
    margin-right: 0px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-1 {
    width: 8.33333%; }

.col-xs-2 {
    width: 16.66667%; }

.col-xs-3 {
    width: 25%; }

.col-xs-4 {
    width: 33.33333%; }

.col-xs-5 {
    width: 41.66667%; }

.col-xs-6 {
    width: 50%; }

.col-xs-7 {
    width: 58.33333%; }

.col-xs-8 {
    width: 66.66667%; }

.col-xs-9 {
    width: 75%; }

.col-xs-10 {
    width: 83.33333%; }

.col-xs-11 {
    width: 91.66667%; }

.col-xs-12 {
    width: 100%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-pull-1 {
    right: 8.33333%; }

.col-xs-pull-2 {
    right: 16.66667%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-4 {
    right: 33.33333%; }

.col-xs-pull-5 {
    right: 41.66667%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-7 {
    right: 58.33333%; }

.col-xs-pull-8 {
    right: 66.66667%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-10 {
    right: 83.33333%; }

.col-xs-pull-11 {
    right: 91.66667%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-push-1 {
    left: 8.33333%; }

.col-xs-push-2 {
    left: 16.66667%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-4 {
    left: 33.33333%; }

.col-xs-push-5 {
    left: 41.66667%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-7 {
    left: 58.33333%; }

.col-xs-push-8 {
    left: 66.66667%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-10 {
    left: 83.33333%; }

.col-xs-push-11 {
    left: 91.66667%; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-offset-0 {
    margin-left: 0%; }

.col-xs-offset-1 {
    margin-left: 8.33333%; }

.col-xs-offset-2 {
    margin-left: 16.66667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.33333%; }

.col-xs-offset-5 {
    margin-left: 41.66667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.33333%; }

.col-xs-offset-8 {
    margin-left: 66.66667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.33333%; }

.col-xs-offset-11 {
    margin-left: 91.66667%; }

.col-xs-offset-12 {
    margin-left: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-1 {
        width: 8.33333%; }
    .col-sm-2 {
        width: 16.66667%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-4 {
        width: 33.33333%; }
    .col-sm-5 {
        width: 41.66667%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-7 {
        width: 58.33333%; }
    .col-sm-8 {
        width: 66.66667%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-10 {
        width: 83.33333%; }
    .col-sm-11 {
        width: 91.66667%; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.33333%; }
    .col-sm-pull-2 {
        right: 16.66667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.33333%; }
    .col-sm-pull-5 {
        right: 41.66667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.33333%; }
    .col-sm-pull-8 {
        right: 66.66667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.33333%; }
    .col-sm-pull-11 {
        right: 91.66667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.33333%; }
    .col-sm-push-2 {
        left: 16.66667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.33333%; }
    .col-sm-push-5 {
        left: 41.66667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.33333%; }
    .col-sm-push-8 {
        left: 66.66667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.33333%; }
    .col-sm-push-11 {
        left: 91.66667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1 {
        margin-left: 8.33333%; }
    .col-sm-offset-2 {
        margin-left: 16.66667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.33333%; }
    .col-sm-offset-5 {
        margin-left: 41.66667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.33333%; }
    .col-sm-offset-8 {
        margin-left: 66.66667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.33333%; }
    .col-sm-offset-11 {
        margin-left: 91.66667%; }
    .col-sm-offset-12 {
        margin-left: 100%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-1 {
        width: 8.33333%; }
    .col-md-2 {
        width: 16.66667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.33333%; }
    .col-md-5 {
        width: 41.66667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.33333%; }
    .col-md-8 {
        width: 66.66667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.33333%; }
    .col-md-11 {
        width: 91.66667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.33333%; }
    .col-md-pull-2 {
        right: 16.66667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.33333%; }
    .col-md-pull-5 {
        right: 41.66667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.33333%; }
    .col-md-pull-8 {
        right: 66.66667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.33333%; }
    .col-md-pull-11 {
        right: 91.66667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.33333%; }
    .col-md-push-2 {
        left: 16.66667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.33333%; }
    .col-md-push-5 {
        left: 41.66667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.33333%; }
    .col-md-push-8 {
        left: 66.66667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.33333%; }
    .col-md-push-11 {
        left: 91.66667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.33333%; }
    .col-md-offset-2 {
        margin-left: 16.66667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.33333%; }
    .col-md-offset-5 {
        margin-left: 41.66667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.33333%; }
    .col-md-offset-8 {
        margin-left: 66.66667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.33333%; }
    .col-md-offset-11 {
        margin-left: 91.66667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }

@media (min-width: 1280px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-1 {
        width: 8.33333%; }
    .col-lg-2 {
        width: 16.66667%; }
    .col-lg-3 {
        width: 20%; }
    .col-lg-4 {
        width: 33.33333%; }
    .col-lg-5 {
        width: 41.66667%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-7 {
        width: 58.33333%; }
    .col-lg-8 {
        width: 66.66667%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-10 {
        width: 83.33333%; }
    .col-lg-11 {
        width: 91.66667%; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-pull-1 {
        right: 8.33333%; }
    .col-lg-pull-2 {
        right: 16.66667%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-4 {
        right: 33.33333%; }
    .col-lg-pull-5 {
        right: 41.66667%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-7 {
        right: 58.33333%; }
    .col-lg-pull-8 {
        right: 66.66667%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-10 {
        right: 83.33333%; }
    .col-lg-pull-11 {
        right: 91.66667%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-push-1 {
        left: 8.33333%; }
    .col-lg-push-2 {
        left: 16.66667%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-4 {
        left: 33.33333%; }
    .col-lg-push-5 {
        left: 41.66667%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-7 {
        left: 58.33333%; }
    .col-lg-push-8 {
        left: 66.66667%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-10 {
        left: 83.33333%; }
    .col-lg-push-11 {
        left: 91.66667%; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-offset-0 {
        margin-left: 0%; }
    .col-lg-offset-1 {
        margin-left: 8.33333%; }
    .col-lg-offset-2 {
        margin-left: 16.66667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.33333%; }
    .col-lg-offset-5 {
        margin-left: 41.66667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.33333%; }
    .col-lg-offset-8 {
        margin-left: 66.66667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.33333%; }
    .col-lg-offset-11 {
        margin-left: 91.66667%; }
    .col-lg-offset-12 {
        margin-left: 100%; } }

.fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.in {
    display: block; }

tr.collapse.in {
    display: table-row; }

tbody.collapse.in {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease; }

.media {
    margin-top: 15px; }
.media:first-child {
    margin-top: 0; }

.media,
.media-body {
    zoom: 1;
    overflow: hidden; }

.media-body {
    width: 10000px; }

.media-object {
    display: block; }
.media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
    padding-left: 10px; }

.media-left,
.media > .pull-left {
    padding-right: 10px; }

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top; }

.media-middle {
    vertical-align: middle; }

.media-bottom {
    vertical-align: bottom; }

.media-heading {
    margin-top: 0;
    margin-bottom: 5px; }

.media-list {
    padding-left: 0;
    list-style: none; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table !important; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; } }

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table !important; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table !important; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table !important; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important; } }

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

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table !important; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print,
    td.visible-print {
        display: table-cell !important; } }

.visible-print-block {
    display: none !important; }
@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }
@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }
@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }

a:focus {
    outline: none; }

.container, .wrap_inside,
row {
    box-sizing: border-box; }

.col-xs-2d4,
.col-sm-2d4,
.col-md-2d4,
.col-lg-2d4,
.col-xs-9d6,
.col-sm-9d6,
.col-md-9d6,
.col-lg-9d6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px; }

.form-control, .typeselect, .order-section .bx-soa-coupon-item > strong {
    box-sizing: border-box; }

.form-label {
    margin-bottom: 9px; }

.input-group {
    position: relative; }

.list-inline {
    list-style: none;
    margin-left: -0.5em;
    padding-left: 0; }
.list-inline > li {
    display: inline-block;
    padding-left: .5em;
    padding-right: .5em; }

@media (min-width: 768px) {
    .col-sm-2d4 {
        width: 20%; }
    .col-sm-9d6 {
        width: 80%; } }

@media (min-width: 992px) {
    .col-md-2d4 {
        width: 20%; }
    .col-md-9d6 {
        width: 80%; } }

@media (min-width: 1280px) {
    .col-lg-2d4 {
        width: 20%; }
    .col-lg-9d6 {
        width: 80%; } }

img, frame {
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.bx-soa-pp-company-selected .img{
    max-width:300px;
    max-height:50px;


}

ol, ul {
    margin-bottom: 18px;
    margin-top: 0; }

.dl-list {
    margin-bottom: 18px; }
.dl-list dt {
    color: #666666;
    float: left;
    margin-right: 1.5em; }
.dl-list dd {
    display: block;
    margin: 0 0 4.5px 126px; }

.clear {
    clear: both; }

.clearfix, .grid, .rate, .reviews-minimized, .panel__body, .order-section .bx-soa-section-content, .panel__sub, .table_items, .table_item, .table_item__item, .order-section .order-section__title, .reviews-collapse, .reviews-navigation-box {
    *zoom: 1; }

.clearfix:after, .grid:after, .rate:after, .reviews-minimized:after, .panel__body:after, .order-section .bx-soa-section-content:after, .panel__sub:after, .table_items:after, .table_item:after, .table_item__item:after, .order-section .order-section__title:after, .reviews-collapse:after, .reviews-navigation-box:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

hr {
    border-color: #e0e0e0; }

.v_separate {
    margin-bottom: 36px;
    margin-top: 36px; }

.list-unstyled {
    list-style: none;
    padding-left: 0; }

.vcenter, .quantity__plus, .quantity__minus, .sticker, .corner__in, .picbox__canvas, .catalog_item__pic {
    white-space: nowrap; }
.vcenter:after, .quantity__plus:after, .quantity__minus:after, .sticker:after, .corner__in:after, .picbox__canvas:after, .catalog_item__pic:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    width: 0; }
.vcenter__in, .quantity__plus:after, .quantity__minus:after, .sticker__text, .corner__text, .picbox__img, .catalog_item__img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    white-space: normal; }

.justify, .detail .timer__data {
    display: -webkit-box;
    /* Android 4.3-, Safari no optimize */
    -webkit-box-pack: justify;
    /* Android 4.3-, Safari no optimize */
    display: -webkit-flex;
    /* Safari optimize */
    -webkit-justify-content: space-between;
    /* Safari optimize */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: justify;
    /* IE10-, Firefox 12-22 */
    text-align-last: justify;
    /* IE10-, Firefox 12-22 */
    /*text-justify: newspaper; /* IE7- */
    /*zoom: 1; /* IE7- */ }
.justify__col, .detail .timer__cell {
    display: inline-block;
    /*display: -webkit-box; /* !hack! Android 4.3-, after inline-block */
    /*display: inline;  /* IE7- */
    /*zoom: 1; /* IE7- */ }

.outpage, .product .added2cart,
.product.is-incart .add2cart, .product .js-add2cart.disabled, .product .js-buy1click.disabled {
    height: 1px;
    left: -10000px;
    position: absolute;
    width: 1px; }

.icon {
    display: inline-block;
    margin-top: -0.166666em;
    vertical-align: middle; }
.icon_feedback {
    background-position: 0 -78px;
    height: 11px;
    margin-right: 4px;
    width: 16px; }

.multimage_icons {
    background-image: image-url("/bitrix/templates/sm_default/assets/css/icons.png");
    vertical-align: middle; }

#svg-icons {
    display: none; }

.icon-svg {
    display: inline-block;
    fill-rule: evenodd;
    margin: 0;
    vertical-align: middle; }

.icon-png {
    display: inline-block;
    vertical-align: middle; }

.icon-phone {
    fill: #f9730e;
    height: 16px;
    width: 9px; }

.icon-dialog {
    fill: #f9730e;
    height: 11px;
    width: 15px; }

.icon-user {
    fill: #b3b3b3;
    height: 14px;
    width: 14px; }

.icon-locked {
    fill: #f9730e;
    height: 16px;
    width: 17px; }

.icon-mail {
    fill: #b3b3b3;
    height: 18px;
    width: 27px; }

.icon-left, .icon-right {
    fill: #7c7c7c;
    height: 25px;
    width: 15px; }

.icon-check {
    fill: #7c7c7c;
    height: 12px;
    width: 12px; }

.icon-glass {
    fill: #7c7c7c;
    height: 14px;
    width: 14px; }

.icon-cmp {
    fill: #b3b3b3;
    height: 13px;
    width: 14px; }

.icon-postal {
    fill: #b3b3b3;
    height: 16px;
    width: 24px; }
.btn > .icon-postal, .sale_order_full_table.complete input[type="submit"] > .icon-postal, .btn1 > .icon-postal, .order-section .btn-default > .icon-postal, .order-sidebar .bx-soa-cart-total-button-container > a > .icon-postal, .shop-panel .btn.active > .icon-postal, .sale_order_full_table.complete .shop-panel input.active[type="submit"] > .icon-postal, .btn2 > .icon-postal, .btn3 > .icon-postal, .select__btn > .icon-postal, .order-section .btn > .icon-postal, .sale_order_full_table.complete .order-section input[type="submit"] > .icon-postal, .sale-order-list-button > .icon-postal, .sale-order-detail-about-order-inner-container-repeat-button > .icon-postal, .sale-order-detail-about-order-inner-container-repeat-cancel > .icon-postal, .sale-order-detail-payment-options-methods-button-element > .icon-postal,
.sale-order-detail-payment-options-methods-button-element-new-window > .icon-postal {
    fill: #fff; }

.icon-close {
    fill: #7c7c7c;
    height: 10px;
    width: 10px; }

.icon-settings {
    fill: #7c7c7c;
    height: 12px;
    width: 12px; }

.icon-refresh {
    fill: #7c7c7c;
    height: 9px;
    width: 15px; }

.icon-blocks {
    fill: #fff;
    height: 16px;
    width: 16px; }

.icon-car {
    fill: #e0e0e0;
    height: 17px;
    width: 28px; }

.icon-lock {
    fill: #7c7c7c;
    height: 16px;
    width: 12px; }

.icon-phone-big {
    fill: #fff;
    height: 18px;
    width: 20px; }

.icon-reply {
    fill: #fff;
    height: 18px;
    width: 22px; }

.icon-floppy {
    fill: #fff;
    height: 18px;
    width: 18px; }

.icon-refresh2 {
    fill: #7c7c7c;
    height: 12px;
    width: 12px; }

.icon-list {
    fill: #7c7c7c;
    height: 19px;
    width: 14px; }

.icon-star {
    height: 15px;
    fill: #b3b3b3;
    width: 15px; }

h1, h2, .order-section .bx-soa-pickup-subTitle, h3, h4, h5, h6, p {
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0; }

p {
    margin-bottom: 18px; }

h1, .h1 {
    font-size: 29px; }

h2, .order-section .bx-soa-pickup-subTitle, .h2 {
    font-size: 23px;
    margin-bottom: 9px;
    margin-top: 9px; }

h3, .h3 {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.42857;
    margin-top: 9px;
    margin-bottom: 9px; }

h4, .h4 {
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 9px; }

h5, .h5 {
    font-size: 12px;
    line-height: 18px; }

h6, .h6 {
    font-size: 10px;
    line-height: 18px; }

/*
a {
  color: $gray-base;
  cursor: pointer;

  &amp;:hover{
    color: $skin0_bg;
    text-decoration: underline;
  }

  &amp; :active,
  &amp;:focus{
    outline: none;
  }
}

*/
a {
    color: #f9730e;
    cursor: pointer; }
a:hover {
    color: #b65105;
    text-decoration: underline; }
a :active, a:focus {
    outline: none; }

.text_fade {
    position: relative;
    overflow: hidden; }
.text_fade:after {
    background: linear-gradient(0deg, #ffffff 0%, #fff 20%, #fff 100%);
    bottom: 0;
    right: 0;
    content: "";
    height: 18px;
    position: absolute;
    top: 0;
    width: 10%; }

.text-center {
    text-align: center; }

.grid {
    margin-left: -9px;
    margin-right: -9px; }
.grid__col {
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px; }

@media (min-width: 768px) {
    .grid {
        margin-left: -9px;
        margin-right: -9px; }
    .grid__col {
        width: 20%; } }

.btn, .sale_order_full_table.complete input[type="submit"], .btn1, .order-section .btn-default, .order-sidebar .bx-soa-cart-total-button-container > a, .shop-panel .btn.active, .btn2, .btn3, .select__btn, .order-section .btn, .sale-order-list-button, .sale-order-detail-about-order-inner-container-repeat-button, .sale-order-detail-about-order-inner-container-repeat-cancel, .sale-order-detail-payment-options-methods-button-element,
.sale-order-detail-payment-options-methods-button-element-new-window {
    border: 3px #f9730e solid;
    border-radius: 0.41666em;
    box-shadow: 0 0 2px -1px #000;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    min-height: 36px;
    outline: none;
    padding: 9px 13.5px;
    text-align: center;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle; }
.btn:hover, .sale_order_full_table.complete input[type="submit"]:hover, .btn1:hover, .order-section .btn-default:hover, .order-sidebar .bx-soa-cart-total-button-container > a:hover, .shop-panel .btn.active:hover, .btn2:hover, .btn3:hover, .select__btn:hover, .sale-order-list-button:hover, .sale-order-detail-about-order-inner-container-repeat-button:hover, .sale-order-detail-about-order-inner-container-repeat-cancel:hover, .sale-order-detail-payment-options-methods-button-element:hover,
.sale-order-detail-payment-options-methods-button-element-new-window:hover {
    text-decoration: none; }
.btn:active, .sale_order_full_table.complete input[type="submit"]:active, .btn1:active, .order-section .btn-default:active, .order-sidebar .bx-soa-cart-total-button-container > a:active, .shop-panel .btn.active:active, .btn2:active, .btn3:active, .select__btn:active, .sale-order-list-button:active, .sale-order-detail-about-order-inner-container-repeat-button:active, .sale-order-detail-about-order-inner-container-repeat-cancel:active, .sale-order-detail-payment-options-methods-button-element:active,
.sale-order-detail-payment-options-methods-button-element-new-window:active {
    box-shadow: 0 -1px 2px -1px #000, 1px 1px 2px -1px #000 inset;
    text-decoration: none; }
.btn__icon {
    margin-right: .5em; }

.btn-large {
    font-size: 15px;
    line-height: 36px; }

.btn-block {
    display: block;
    width: 100%; }

.dropdown {
    position: relative; }
.dropdown-menu {
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-clip: padding-box;
    box-shadow: 3px 8px 8px 0 rgba(153, 153, 153, 0.75);
    box-sizing: border-box;
    display: none;
    float: left;
    left: 0;
    list-style: none;
    margin: -3px 0 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000; }
.dropdown-menu > li > a,
.dropdown-menu > li > label {
    display: block;
    clear: both;
    font-weight: normal;
    color: #000;
    padding: 9px 18px;
    text-decoration: none;
    white-space: nowrap; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover > .active > a:focus,
.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover > .active > label:focus {
    background-color: #ededed;
    color: #7c7c7c;
    outline: 0;
    text-decoration: none; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
    background-color: transparent;
    color: #b3b3b3;
    cursor: default;
    text-decoration: line-through; }
.dropdown.open > .dropdown-menu {
    display: block; }

.collapsed {
    /*
  &amp;-right,
  &amp;-left {
    position: relative;
  }

  &amp;-right:after,
  &amp;-left:before {
    @extend .collapsed__icon;

    bottom: 0;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
  }

  &amp;-right.collapsed:after,
  &amp;-left.collapsed:before {
    border-top: .33333em solid;
    border-bottom: none;
  }

  &amp;-right {
    margin-right: $base-line-height;

    &amp;:after {
      right: -$base-line-height;
    }
  }

  &amp;-left {
    margin-left: $base-line-height;

    &amp;:before {
      left: -$base-line-height;
    }
  }
*/ }
.collapsed__in,
.collapsed .collapsed__out {
    display: none; }
.collapsed .collapsed__in {
    display: inline; }
.collapsed__icon {
    border-bottom: .33333em solid;
    border-left: .33333em solid transparent;
    border-right: .33333em solid transparent;
    display: inline-block;
    height: 0;
    margin-left: 4.5px;
    vertical-align: middle;
    width: 0; }
.collapsed .collapsed__icon {
    border-top: .33333em solid;
    border-bottom: none; }

.l-main {
    position: relative; }

.l-header {
    position: relative; }
.l-header__infowrap {
    position: relative;
    z-index: 500; }
.l-header__top {
    background: #FBFBFB;
    background-image: linear-gradient(180deg, #FBFBFB, #F2F2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin_topline_from_color',endColorstr='$skin_topline_to_color',GradientType=0);
    box-shadow: 0 0 2px -1px #000;
    margin-bottom: 30px;
    position: relative;
    z-index: 900; }
.l-header__top .auth_top {
    float: right; }
.l-header__top .menu_top {
    float: left; }
.l-header__top .dropdown.open .dropdown-toggle {
    background-color: #FFF;
    transition: none; }
.l-header__top .dropdown-menu {
    background-color: #FFF;
    border: 1px solid #DAE1EB;
    border-top: none;
    margin: 0;
    left: -1px; }
.l-header__top .dropdown-menu > li > a {
    clear: both;
    text-decoration: none; }
.l-header__top .dropdown-menu > li > a:hover {
    text-decoration: underline; }
.l-header__top .icon {
    fill: #f9730e; }
.l-header__top .menu_icon__bar {
    border-color: #3B3B3B; }
.l-header__logo {
    margin-bottom: 18px;
    max-width: 100%;
    overflow: hidden; }
.l-header__info .icon {
    fill: #f9730e; }
.l-header__phone {
    display: none; }
.l-header__line {
    clear: both;
    position: relative;
    margin: 0 -9px; }
.l-header__line .sline_menu {
    position: relative;
    z-index: 10; }
.l-header__search {
    float: right;
}
@media (max-width: 320px){
    .l-header__search {
        float: right;
        display: inline-block;
        width: 190px;
    }
    .bx-searchtitle .bx-input-group{
        padding: 6px 5px 0px 5px !important;
    }
}
.l-header__search .search__input {
    z-index: 11; }
.l-header .cart_top {
    float: right;
    margin: 0 9px 18px; }
.l-header .cart_top .cart_top__num {
    margin-right: -9px; }

.l-main {
    padding-bottom: 18px;
    padding-top: 18px; }

.l-footer {
    background: #D2D8DE;
    background-image: linear-gradient(180deg, #EBEBEB, #dedede);
    border-top: 1px solid #E5EBF1;
    padding-top: 36px; }
.l-footer__logo, .l-footer__phone, .l-footer__soc,
.l-footer .menu_v,
.l-footer .subscribe {
    margin-bottom: 18px; }
.l-footer__catalog {
    display: none; }
.l-footer__title,
.l-footer .subscribe__title,
.l-footer .menu_cols__title {
    font-size: 12px;
    line-height: 18px; }
.l-footer__bottom {
    border-top: 1px solid #E5EBF1;
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 9px;
    padding-top: 9px; }
.l-footer__dev {
    text-align: right; }
.l-footer__title,
.l-footer .menu_v__title,
.l-footer .subscribe__title,
.l-footer .menu_cols__title {
    color: #7c7c7c;
    font-weight: bold;
    margin-bottom: 9px;
    text-transform: uppercase; }
.l-footer a {
    color: #666; }
.l-footer .icon {
    fill: #f9730e; }

.l-side__collapsed {
    cursor: pointer;
    display: block;
    margin-bottom: 18px;
    text-align: center; }

.l-overflow {
    overflow: hidden; }
.row > .l-overflow {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px; }

.l-context {
    display: table;
    -height: 1%;
    *zoom: 1; }
.row > .l-context {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px; }
.l-context:after {
    content: '. . . . . . . . . . .';
    display: block;
    font-size: .01em;
    line-height: .01em;
    height: 0;
    overflow: hidden;
    word-spacing: 99in; }

@media (min-width: 768px) {
    .l-header__logo {
        float: left; }
    .l-header__adds {
        text-align: center; }
    .l-header__phone {
        margin: 0 9px 18px;
        text-align: left; }
    .l-header__phone.feedback {
        display: inline-block; }
    .l-header__line {
        border-radius: 4px;
        margin: auto; }
    .l-header__search {
        position: relative;
        width: 230px;
        width: 19.16667rem;
        z-index: 11;
    }
    .l-header__search .search__input {
        width: 100%; }
    .l-header .cart_top {
        margin-right: auto; }
    .l-header .cart_top .cart_top__num {
        margin-right: auto; }
    .l-footer__title,
    .l-footer .menu_v__title,
    .l-footer .subscribe__title,
    .l-footer .menu_cols__title {
        font-size: 15px;
        line-height: 18px; } }

@media (min-width: 992px) {
    .l-header__phone {
        display: inline-block; }
    .l-footer__catalog {
        display: block; }
    .l-footer__catalog .menu_cols__menu ul {
        display: none; }
    .l-side__collapsed {
        display: none; }
    .l-side__collapse {
        display: block; } }

@media (min-width: 1280px) {
    .l-footer__catalog {
        display: block; }
    .l-footer__catalog .menu_cols__menu ul {
        display: block; } }

.owl-carousel .owl-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
.owl-carousel .owl-item > .col {
    width: 100%; }

.owl-carousel .owl-nav {
    /*display: none;*/ }
.owl-carousel .owl-nav__prev, .owl-carousel .owl-nav__next {
    cursor: pointer;
    display: block;
    margin-top: -13px;
    position: absolute;
    top: 50%; }
.owl-carousel .owl-nav__prev {
    left: 4px; }
.owl-carousel .owl-nav__next {
    right: 4px; }

.bx-no-touch .owl-carousel:hover .owl-nav {
    display: block; }
.bx-no-touch .owl-carousel:hover .owl-nav.disabled {
    display: none; }

.owl-carousel.owl-shift .owl-stage-outer:after {
    background: linear-gradient(0deg, #ffffff 0%, #fff 100%);
    bottom: 0;
    height: 100%;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 10px; }

.owl-carousel.owl-shift .owl-stage {
    right: 16px; }

.owl-carousel .owl-dots {
    box-sizing: content-box;
    height: 22px;
    overflow: hidden;
    padding-top: 18px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-dot {
    display: inline-block; }
.owl-carousel .owl-dot span {
    background: #cbcbcb;
    border-radius: 50%;
    display: block;
    height: 18px;
    margin: 2px 7px;
    transition: opacity 200ms ease;
    width: 18px; 
    border:2px solid #f9720f;
}
.owl-carousel .owl-dot:hover span,
.owl-carousel .owl-dot.active span {
    background: #7c7c7c; }

.nav-tabs {
    padding-left: 0;
    list-style: none;
    margin: 0 0 18px;
    overflow: auto;
    padding-bottom: 20px;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
.nav-tabs::-webkit-scrollbar {
    width: 0; }
.nav-tabs > li {
    display: inline-block;
    margin-right: 9px; }
.nav-tabs > li:last-child {
    margin-right: 18%; }

@media (max-width: 520px) {
    .nav-tabs.exs > li:last-child {
        margin: 0 auto !important;
        float: none;
    }
    .nav-tabs.exs{
        padding-left: 18px;
    }
}
.nav-tabs > li > a {
    border: 1px dashed;
    border-radius: 18px;
    box-sizing: border-box;
    /*  color: #b3b3b3;*/
    color: #686868;
    margin: 1px;
    padding: 6.75px 9px;
    position: relative;
    display: block; }
.nav-tabs > li > a, .nav-tabs > li > a:hover {
    text-decoration: none; }
.nav-tabs > li > a:hover {
    color: #f9730e; }
.nav-tabs > li.active > a {
    border: 2px solid #f9730e;
    color: #f9730e;
    cursor: default;
    margin: 0;
    text-decoration: none; }
.nav-tabs > li.active > a:before, .nav-tabs > li.active > a:after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-left: -7px;
    left: 50%;
    position: absolute;
    width: 0; }
.nav-tabs > li.active > a:before {
    border-top: 7px solid #f9730e;
    bottom: -7px; }
.nav-tabs > li.active > a:after {
    border-top: 7px solid #fff;
    bottom: -4px; }
.nav-tabs__name {
    font-weight: bold; }
.nav-tabs .dropdown-menu {
    border: 2px solid #f9730e;
    border-radius: 18px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 0; }
.nav-tabs .dropdown-menu a {
    color: #f9730e;
    padding: 6.75px 9px;
    text-decoration: none; }
.nav-tabs .dropdown-menu a:hover {
    text-decoration: underline; }
.nav-tabs .dropdown-menu > li:first-child a {
    border-radius: 18px 18px 0 0; }
.nav-tabs .dropdown-menu > li:last-child a {
    border-radius: 0 0 18px 18px; }
.nav-tabs .open > .dropdown-menu {
    display: table; }

.tab-content > .tab-pane {
    display: none; }

.tab-content > .active {
    display: block; }

.bx-sls .dropdown-block,
.bx-slst .dropdown-block {
    border-radius: 0.41666em;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    padding: 0 22px 0 30px;
    position: relative; }

.bx-slst .dropdown-arrow {
    background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/dropdown-errow.png) no-repeat center center;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    width: 22px; }

.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    outline: none;
    padding: 0;
    margin: -1px 0; }

.bx-sls .bx-ui-sls-container,
.bx-slst .bx-ui-combobox-container {
    overflow: hidden; }

.bx-sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown {
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    display: none;
    left: -1px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    right: -1px;
    top: 35px;
    z-index: 999; }

.bx-sls .dropdown-item:hover,
.bx-slst .dropdown-item:hover {
    background-color: #C7C7C7;
    cursor: pointer; }

.bx-sls .dropdown-item-text,
.bx-slst .dropdown-item-text {
    color: #666666; }

.bx-sls .dropdown-item-text span,
.bx-slst .dropdown-item-text span {
    color: #0056B6; }

.bx-sls .dropdown-img,
.bx-slst .dropdown-img {
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: none;
    height: 12px;
    margin: 3px 12px 0 0;
    vertical-align: top;
    width: 16px; }

.bx-sls .dropdown-list-title,
.bx-slst .dropdown-list-title {
    border-bottom: 1px solid #e5e5e5;
    height: 37px;
    line-height: 37px;
    padding-left: 8px; }

.bx-sls .dropdown-icon,
.bx-slst .dropdown-icon {
    background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
    height: 18px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 18px; }

.bx-sls .quick-locations,
.bx-slst .quick-locations {
    margin-bottom: 5px; }

.bx-sls .quick-location-tag,
.bx-slst .quick-location-tag {
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-color: #f2f5f8;
    border: 1px solid #cad3dc;
    border-radius: 3px;
    color: #1e55b9;
    display: inline-block;
    font-size: 15px;
    height: 27px;
    line-height: 26px;
    margin: 0 3px;
    padding: 0 14px;
    text-decoration: none;
    margin-bottom: 10px; }

.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 30%);
    width: 46px;
    height: 31px;
    position: absolute;
    top: 2px;
    right: 0; }

.bx-sls .bx-ui-sls-clear {
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    margin-top: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block; }

.bx-sls .bx-ui-sls-clear:hover {
    background-position: 6px -3418px; }

.bx-slst .bx-ui-combobox-toggle {
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2618px no-repeat scroll;
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    margin-top: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block; }

.bx-slst .bx-ui-combobox-toggle:hover {
    background-position: 6px -2696px; }

.bx-sls .bx-ui-sls-loader,
.bx-slst .bx-ui-combobox-loader {
    background-image: url("/bitrix/panel/main/images/waiter-white.gif") !important;
    background-repeat: no-repeat !important;
    background-position: right -1px !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 2px;
    display: none; }

.bx-sls .bx-ui-sls-go-edit,
.bx-slst .bx-ui-combobox-go-edit {
    display: none; }

.bx-sls input::-ms-clear,
.bx-slst input::-ms-clear {
    display: none; }

.bx-sls .bx-ui-sls-route {
    position: absolute !important;
    top: 0;
    left: 0;
    color: #aba8ac !important;
    background-color: transparent !important;
    border-color: transparent !important;
    opacity: 1 !important;
    box-shadow: none !important;
    padding-right: 22px;
    background-position: right 1px;
    background-repeat: no-repeat; }

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    background: transparent !important;
    border: none !important;
    margin: -1px 0;
    width: 100%; }

.bx-sls input[type="text"] {
    position: relative; }

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error,
.bx-slst .bx-ui-combobox-variant,
.bx-slst .bx-ui-combobox-error {
    padding: 9px; }

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-slst .bx-ui-combobox-variant {
    cursor: hand; }

.bx-sls .bx-ui-sls-error,
.bx-slst .bx-ui-combobox-error {
    color: #FF2525;
    padding-left: 30px;
    position: relative; }

.bx-slst .bx-ui-combobox-error:before,
.bx-sls .bx-ui-sls-error:before {
    top: 9px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll; }

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active,
.bx-slst .bx-ui-combobox-variant:hover,
.bx-slst .bx-ui-combobox-variant-active {
    background-color: whitesmoke; }

.bx-slst .dropdown-active .bx-ui-combobox-dropdown {
    display: block; }

.bx-slst .bx-ui-combobox-variants {
    list-style: none;
    margin: 0;
    padding: 0; }

.bx-slst .bx-ui-pager-area {
    height: 40px;
    text-align: center;
    color: gray;
    padding: 10px 0 0 0; }

/* admin correction */
/* CSS-modes below: admin, public; */
.adm-sls-edit-link {
    margin-top: 10px; }

.bx-admin-mode .bx-sls-go-edit {
    margin-left: 10px;
    display: none; }

.bx-admin-mode .dropdown-block {
    border-color: #87919c #959ea9 #9ea7b1;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    height: 25px; }

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
    height: 25px; }

.bx-admin-mode .dropdown-icon,
.bx-slst.bx-admin-mode .dropdown-icon {
    top: 7px; }

.bx-admin-mode .dropdown-fade2white,
.bx-slst.bx-admin-mode .dropdown-fade2white {
    height: 22px; }

.bx-admin-mode .dropdown-fade2white,
.bx-slst.bx-admin-mode .dropdown-fade2white {
    right: 1px; }

.bx-admin-mode .bx-ui-sls-clear {
    background-position: 6px -3389px;
    height: 22px; }

.bx-admin-mode .bx-ui-sls-clear:hover {
    background-position: 6px -3421px; }

.bx-slst.bx-admin-mode .bx-ui-combobox-toggle {
    background-position: 6px -2623px;
    height: 22px; }

.bx-admin-mode .bx-ui-sls-loader,
.bx-slst.bx-admin-mode .bx-ui-combobox-loader {
    background-position: right -4px !important;
    height: 21px; }

.bx-admin-mode .bx-ui-sls-pane,
.bx-slst.bx-admin-mode .bx-ui-combobox-dropdown {
    top: 27px; }

.bx-slst .bx-ui-state-items-discover-in-progress .bx-ui-combobox-loader {
    display: block; }

.bx-ui-slst-pool select {
    margin: 10px 10px 0 0; }

div[data-bx-ui-id="error"] {
    display: none; }

.bx-ui-state-error div[data-bx-ui-id="error"] {
    display: block; }

.bx-ui-slst-other-item,
.bx-ui-combobox-deselect-item {
    border-bottom: 1px solid #C7C7C7; }

.bx-ui-sls-tree-trunk {
    padding: 0 0 9px 30px; }

.disabled-keyboard {
    cursor: pointer;
    cursor: hand; }

.disabled-keyboard input {
    cursor: inherit; }

.bx-ui-combobox-container .bx-combobox-fake-as-input {
    padding-top: 9px;
    height: 24px; }

.breadcrumb {
    list-style: none;
    margin: 0 0 18px;
    padding: 8px 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
    padding-left: 15px;
}
.breadcrumb::-webkit-scrollbar {
    width: 0; }
.breadcrumb > li {
    display: inline-block; }
.breadcrumb > li + li {
    margin-left: 9px; }
.breadcrumb > li + li:before {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/strela.png);
    /*background-position: -34px -79px;*/
    width: 26px;
    height: 15px;
    content: '';
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    background-repeat: no-repeat;}
.breadcrumb > li:last-child {
    color: #f9730e; }
.breadcrumb > li:last-child:after {
    /*background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -23px -92px;*/
    width: 21px;
    height: 20px;
    content: '';
    display: inline-block;
    margin-left: 4.5px;
    vertical-align: middle; }
.breadcrumb > li > a {
    color: #000;
    text-decoration: none; }

@media (min-width: 1280px) {
    .breadcrumb {
        white-space: normal; } }

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative; }

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0; }

.scroll-element {
    display: none; }

.scroll-element, .scroll-element div {
    box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default; }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999; }

.scroll-textarea > .scroll-content {
    overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0; }

/*************** SCROLLBAR LIGHT ***************/
.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10; }

.scroll-wrapper > .scroll-element {
    background: #fff; }

.scroll-wrapper > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }

.scroll-wrapper > .scroll-element .scroll-element_outer {
    border-radius: 10px; }

.scroll-wrapper > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: linear-gradient(90deg, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px;
    margin: 0 auto;
    right: 0;
    width: 9px; }

.scroll-wrapper > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%; }

.scroll-wrapper > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px; }

.scroll-wrapper > .scroll-element .scroll-bar {
    background: #7c7c7c;
    border-radius: 10px; }

/* scrollbar height/width &amp; offset from container borders */
.scroll-wrapper > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px; }

.scroll-wrapper > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 5px;
    margin: 0 auto;
    right: 0; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
    left: -4px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
    left: 1px;
    top: 2px;
    width: 15px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
    top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px; }

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px; }

.load {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto; }

.load__ball {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    animation: orbit 6.96s infinite; }

.load__inner {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7c7c7c;
    left: 0;
    top: 0;
    border-radius: 10px; }

.load_1 {
    animation-delay: 1.52s; }

.load__2 {
    animation-delay: 0.3s; }

.load__3 {
    animation-delay: 0.61s; }

.load__4 {
    animation-delay: 0.91s; }

.load__5 {
    animation-delay: 1.22s; }

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out; }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%; }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%; }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%; }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%; }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%; }
    76% {
        opacity: 0;
        transform: rotate(900deg); }
    100% {
        opacity: 0;
        transform: rotate(900deg); } }

.loading, #fancybox-loading {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6); }
.loading__in, #fancybox-loading > div {
    position: absolute;
    background: transparent;
    height: 22px;
    width: 22px;
    border-radius: 12px;
    animation-name: f_fadeG;
    animation-duration: 0.362s;
    animation-iteration-count: infinite;
    animation-direction: normal; }
.loading__1 {
    left: 0;
    top: 51px;
    animation-delay: 0.0195s; }
.loading__2 {
    left: 15px;
    top: 15px;
    animation-delay: 0.026s; }
.loading__3 {
    left: 51px;
    top: 0;
    animation-delay: 0.0325s; }
.loading__4 {
    right: 15px;
    top: 15px;
    animation-delay: 0.039s; }
.loading__5 {
    right: 0;
    top: 51px;
    animation-delay: 0.0455s; }
.loading__6 {
    right: 15px;
    bottom: 15px;
    animation-delay: 0.052s; }
.loading__7 {
    left: 51px;
    bottom: 0;
    animation-delay: 0.0585s; }
.loading__8 {
    left: 15px;
    bottom: 15px;
    animation-delay: 0.065s; }

@keyframes f_fadeG {
    0% {
        background-color: #7c7c7c; }
    100% {
        background-color: transparent; } }

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.7); }

.fancybox-title-inside-wrap,
.fancybox-title-outside-wrap {
    border-radius: 9px 9px 0 0;
    font-size: 19px;
    line-height: 36px;
    padding: 9px 45px 9px 30px;
    text-align: center; }

.fancybox-skin {
    border-radius: 9px 9px 0 0; }
.fancybox-skin .rsform {
    max-width: 360px; }
.fancybox-skin .rsform.row {
    margin: 0; }
.fancybox-skin .rsform.row > .col {
    float: none;
    padding: 0;
    width: auto; }
.fancybox-skin .rsform .btn, .fancybox-skin .rsform .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .fancybox-skin .rsform input[type="submit"], .fancybox-skin .rsform .btn1, .fancybox-skin .rsform .order-section .btn-default, .order-section .fancybox-skin .rsform .btn-default, .fancybox-skin .rsform .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .fancybox-skin .rsform .bx-soa-cart-total-button-container > a, .fancybox-skin .rsform .btn2, .fancybox-skin .rsform .btn3, .fancybox-skin .rsform .select__btn, .fancybox-skin .rsform .sale-order-list-button, .fancybox-skin .rsform .sale-order-detail-about-order-inner-container-repeat-button, .fancybox-skin .rsform .sale-order-detail-about-order-inner-container-repeat-cancel, .fancybox-skin .rsform .sale-order-detail-payment-options-methods-button-element, .fancybox-skin .rsform
.sale-order-detail-payment-options-methods-button-element-new-window {
    width: 100%; }
.fancybox-skin .bx-auth-title {
    border: none; }

.fancybox-title-inside-wrap {
    margin: -25px -30px 25px; }

.fancybox-close {
    background: none;
    fill: #fff;
    height: 15px;
    right: 20px;
    top: 20px;
    width: 15px;
    z-index: 8050; }
.fancybox-close:hover {
    transform: scale(1.1, 1.1); }

.fancybox-skin .fancybox-footer {
    padding: 9px 30px;
    background-color: #ededed;
    margin: 25px -30px -25px;
    text-align: center; }
.fancybox-skin .fancybox-footer > a {
    color: #666666;
    border-bottom: 1px dashed;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s; }
.fancybox-skin .fancybox-footer > a:hover {
    border-bottom-color: transparent;
    color: #7c7c7c; }

#fancybox-loading {
    background: none;
    position: fixed;
    margin-left: -72px;
    margin-top: -72px;
    opacity: 1; }

.menu_icon {
    margin-bottom: -1px; }
.menu_icon__bar {
    border-radius: 1px;
    border-top: 3px solid #a9a9a9;
    display: block;
    height: 0;
    transition: transform 0.15s linear 0s;
    width: 22px; }
.menu_icon__bar + .menu_icon__bar {
    margin-top: 4px; }

.anchor {
    border-bottom: 1px dashed;
    color: #f9730e;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
.anchor:hover {
    text-decoration: none; }

.tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative; }
.tooltip:before, .tooltip:after, .tooltip__in {
    bottom: 32px;
    opacity: 0;
    transition: bottom .2s ease 0s, opacity .2s ease 0s;
    visibility: hidden; }
.tooltip:before, .tooltip:after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 501; }
.tooltip:before {
    border-top: 7px solid #7c7c7c;
    margin-bottom: -3px; }
.tooltip:after {
    border-top: 7px solid #fff;
    margin-bottom: 0; }
.tooltip__link:before {
    content: "";
    position: absolute;
    top: -.4em;
    left: 0;
    right: 0;
    height: .4em;
    visibility: hidden; }
.tooltip__in {
    background: #F5F8FA;
    background-image: linear-gradient(180deg, #fff, #F5F8FA);
    border: 1px solid #F3F5F8;
    border-bottom: 2px solid #7c7c7c;
    box-shadow: 2px 2px 2px -1px #B8C8D8, -2px 2px 2px -1px #B8C8D8;
    box-sizing: border-box;
    cursor: auto;
    left: -100em;
    line-height: normal;
    margin: 0 auto .4em;
    max-width: 100vw;
    max-height: 80vh;
    overflow: auto;
    padding: 1em;
    position: absolute;
    right: -100em;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 500; }
.tooltip.left > .tooltip__in {
    left: 0;
    right: -20em;
    margin: 0 0 .4em; }
.tooltip.right > .tooltip__in {
    left: -20em;
    right: 0;
    margin: 0 0 .4em auto; }
.tooltip:hover > .tooltip__in, .tooltip:hover:before, .tooltip:hover:after,
.tooltip__link:focus + .tooltip__in {
    bottom: 16px;
    transition: bottom .2s ease .4s, opacity .2s ease .4s;
    visibility: visible;
    opacity: 1; }
.tooltip:focus {
    outline: none; }

@media (max-width: 20em) {
    .tooltip > span {
        max-width: 100vw;
        box-sizing: border-box; } }

img, frame {
    max-height: 100%;
    margin: auto;
    max-width: 100%;

}

ol, ul {
    margin-bottom: 18px;
    margin-top: 0; }

.dl-list {
    margin-bottom: 18px; }
.dl-list dt {
    color: #666666;
    float: left;
    margin-right: 1.5em; }
.dl-list dd {
    display: block;
    margin: 0 0 4.5px 126px; }

.clear {
    clear: both; }

.clearfix, .grid, .rate, .reviews-minimized, .panel__body, .order-section .bx-soa-section-content, .panel__sub, .table_items, .table_item, .table_item__item, .order-section .order-section__title, .reviews-collapse, .reviews-navigation-box {
    *zoom: 1; }

.clearfix:after, .grid:after, .rate:after, .reviews-minimized:after, .panel__body:after, .order-section .bx-soa-section-content:after, .panel__sub:after, .table_items:after, .table_item:after, .table_item__item:after, .order-section .order-section__title:after, .reviews-collapse:after, .reviews-navigation-box:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

hr {
    border-color: #e0e0e0; }

.v_separate {
    margin-bottom: 36px;
    margin-top: 36px; }

.list-unstyled {
    list-style: none;
    padding-left: 0; }

.vcenter, .quantity__plus, .quantity__minus, .sticker, .corner__in, .picbox__canvas, .catalog_item__pic {
    white-space: nowrap; }
.vcenter:after, .quantity__plus:after, .quantity__minus:after, .sticker:after, .corner__in:after, .picbox__canvas:after, .catalog_item__pic:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    width: 0; }
.vcenter__in, .quantity__plus:after, .quantity__minus:after, .sticker__text, .corner__text, .picbox__img, .catalog_item__img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    white-space: normal; }

.justify, .detail .timer__data {
    display: -webkit-box;
    /* Android 4.3-, Safari no optimize */
    -webkit-box-pack: justify;
    /* Android 4.3-, Safari no optimize */
    display: -webkit-flex;
    /* Safari optimize */
    -webkit-justify-content: space-between;
    /* Safari optimize */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: justify;
    /* IE10-, Firefox 12-22 */
    text-align-last: justify;
    /* IE10-, Firefox 12-22 */
    /*text-justify: newspaper; /* IE7- */
    /*zoom: 1; /* IE7- */ }
.justify__col, .detail .timer__cell {
    display: inline-block;
    /*display: -webkit-box; /* !hack! Android 4.3-, after inline-block */
    /*display: inline;  /* IE7- */
    /*zoom: 1; /* IE7- */ }

.outpage, .product .added2cart,
.product.is-incart .add2cart, .product .js-add2cart.disabled, .product .js-buy1click.disabled {
    height: 1px;
    left: -10000px;
    position: absolute;
    width: 1px; }

.logo {
    position: relative; }
.logo__link {
    bottom: 0;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.overlay {
    min-height: 100px;
    position: relative; }
.overlay__back {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80FFFFFF', endColorstr='#80FFFFFF');
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9; }

.hint, .abc__letter {
    background: #7c7c7c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-style: normal;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: 1.5em; }
.hint > .icon-close, .abc__letter > .icon-close {
    fill: #fff;
    margin-top: -1px; }

.badge {
    background-color: #7c7c7c;
    border-radius: 13.5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    min-width: 27px;
    padding: 4.5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }

table {
    background-color: transparent; }

caption {
    color: #e0e0e0;
    margin-bottom: 9px;
    paddng-top: 9px;
    text-align: left; }

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 9px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    border-top: 1px solid #e0e0e0;
    padding: 4.5px;
    vertical-align: top; }
.table > thead > tr > th {
    border-bottom: 2px solid #e0e0e0; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.table > tbody + tbody {
    border-top: 2px solid #e0e0e0; }
.table .table {
    background-color: #fff; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e0e0e0; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; } }

@media (min-width: 768px) {
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 9px; } }

.rate {
    display: inline-block; }
.rate > .rate__icon {
    cursor: pointer;
    fill: #ffc424;
    float: left;
    height: 15px;
    padding-right: 1.125px;
    width: 15px; }
.rate > .rate__icon + .rate > .rate__icon {
    padding-left: 1.125px; }
.rate:hover > .rate__icon,
.rate.is-checked:hover > .rate__icon:hover ~ .rate__icon,
.rate.is-checked:hover > .rate__icon {
    fill: #ffc424; }
.rate:hover > .rate__icon:hover ~ .rate__icon,
.rate.is-checked:hover > .rate__icon.checked ~ .rate__icon,
.rate.is-checked > .rate__icon.checked ~ .rate__icon {
    fill: #b3b3b3; }

.webpage__title {
    margin-bottom: 18px;
    font-weight: lighter; }

.alert, .errortext, .notetext {
    margin-bottom: rhythm(0.5);
    border: 1px solid transparent;
    border-radius: 0.41666em;
    padding: 9px; }

.alert-heading {
    color: inherit; }

.alert-link {
    font-weight: bold; }

.alert-dismissible {
    padding-right: rhythm(1.5); }
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success, .notetext {
    background-color: #dff0d8;
    background-image: linear-gradient(180deg, white, #dff0d8);
    border-color: #d6e9c6;
    color: #3c763d; }
.alert-success hr, .notetext hr {
    border-top-color: #c9e2b3; }
.alert-success .alert-link, .notetext .alert-link {
    color: #2b542c; }

.alert-info {
    background-color: #d9edf7;
    background-image: linear-gradient(180deg, white, #d9edf7);
    border-color: #bce8f1;
    color: #31708f; }
.alert-info hr {
    border-top-color: #a6e1ec; }
.alert-info .alert-link {
    color: #245269; }

.alert-warning {
    background-color: #fcf8e3;
    background-image: linear-gradient(180deg, white, #fcf8e3);
    border-color: #faebcc;
    color: #8a6d3b; }
.alert-warning hr {
    border-top-color: #f7e1b5; }
.alert-warning .alert-link {
    color: #66512c; }

.alert-danger, .errortext {
    background-color: #f2dede;
    background-image: linear-gradient(180deg, white, #f2dede);
    border-color: #ebccd1;
    color: #a94442; }
.alert-danger hr, .errortext hr {
    border-top-color: #e4b9c0; }
.alert-danger .alert-link, .errortext .alert-link {
    color: #843534; }

.errortext {
    display: block; }

.notetext {
    display: block; }

.required {
    color: #a94442; }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }

label {
    display: inline-block;
    max-width: 100%; }

input[type="search"] {
    box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }

input[type="file"] {
    display: block; }

input[type="range"] {
    display: block;
    width: 100%; }

select[multiple],
select[size] {
    height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

output {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #000; }

/* global styles - input[type="text"] and textarea */
.form-control, .typeselect, .order-section .bx-soa-coupon-item > strong {
    border-radius: 0.41666em;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    padding: 9px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%; }
.form-control:focus, .typeselect:focus, .order-section .bx-soa-coupon-item > strong:focus {
    border-color: #7c7c7c; }
.form-control::-ms-expand, .typeselect::-ms-expand, .order-section .bx-soa-coupon-item > strong::-ms-expand {
    border: 0;
    background-color: transparent; }
.form-control[disabled], [disabled].typeselect, .order-section .bx-soa-coupon-item > strong[disabled], .form-control[readonly], [readonly].typeselect, .order-section .bx-soa-coupon-item > strong[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .typeselect,
fieldset[disabled] .order-section .bx-soa-coupon-item > strong, .order-section
fieldset[disabled] .bx-soa-coupon-item > strong {
    background-color: #ededed;
    opacity: 1; }
.form-control[disabled], [disabled].typeselect, .order-section .bx-soa-coupon-item > strong[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .typeselect,
fieldset[disabled] .order-section .bx-soa-coupon-item > strong, .order-section
fieldset[disabled] .bx-soa-coupon-item > strong {
    cursor: not-allowed; }

textarea.form-control, textarea.typeselect {
    height: auto;
    min-height: 36px;
    overflow-x: hidden;
    padding: 0.75em;
    resize: none; }

input[type="search"] {
    -webkit-appearance: none; }

.form-group {
    margin-bottom: 18px; }
.form-group .captcha-img {
    box-sizing: border-box;
    float: right;
    height: 36px;
    margin-left: 1.5em;
    min-width: 0;
    width: auto; }
.form-group .pull-right {
    margin-left: 1.5em; }
.form-group .calendar-icon {
    float: right; }

.has-feedback {
    position: relative; }
.has-feedback .form-control, .has-feedback .typeselect, .has-feedback .order-section .bx-soa-coupon-item > strong, .order-section .has-feedback .bx-soa-coupon-item > strong {
    padding-right: 46.25px; }

.form-control-feedback {
    display: block;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-decoration: none;
    top: 0;
    z-index: 2; }
.form-control-feedback:hover {
    text-decoration: none; }

.rsform-auth__save {
    float: right;
    margin-left: 18px;
    padding-bottom: 9px;
    padding-top: 9px; }

.checkbox,
.radio {
    color: #000;
    padding-left: 20px;
    text-decoration: none; }
.checkbox__icon,
.radio__icon {
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    display: inline-block;
    fill: transparent;
    height: 12px;
    margin: -3px 5px 0 -20px;
    position: relative;
    vertical-align: middle;
    width: 12px; }
input:hover + .checkbox__icon, input:hover +
.radio__icon {
    box-shadow: 0 0 1px 1px rgba(124, 124, 124, 0.6); }
.checkbox > label,
.radio > label {
    cursor: pointer; }

.checkbox.checked .checkbox__icon,
.checkbox input:checked + .checkbox__icon {
    fill: #7c7c7c; }

.checkbox.disabled .checkbox__icon,
.checkbox input:disabled + .checkbox__icon {
    background-color: #ededed;
    color: #b3b3b3; }

.radio__icon {
    border-radius: 50%; }
.radio__icon:before {
    background-color: #7c7c7c;
    border-radius: 50%;
    content: '';
    display: none;
    margin: 25% 0 0 25%;
    height: 50%;
    width: 50%; }

.radio.checked .radio__icon:before,
.radio input:checked + .radio__icon:before {
    display: block; }

.radio.disabled .radio__icon,
.radio input:disabled + .radio__icon {
    background-color: #ededed;
    color: #b3b3b3; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    left: 0;
    height: 12px;
    margin: 3px 0 0 1px;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 12px; }
.checkbox input[type="checkbox"]:required:invalid:focus + .checkbox__icon,
.radio input[type="radio"]:required:invalid:focus + .checkbox__icon {
    box-shadow: 0 0 1.5px 1px #ff0000; }

.checkobx-inline,
.radio-inline {
    display: inline-block;
    margin-top: 0; }
.checkobx-inline + .checkobx-inline,
.radio-inline + .checkobx-inline, .checkobx-inline +
.radio-inline,
.radio-inline +
.radio-inline {
    margin-left: 9px;
    margin-top: 0; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline .list-input {
    padding-left: 18px; }

.select {
    display: inline-block; }
.select__btn {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    min-height: 36px;
    min-width: 180px;
    padding: 9px 9px 9px 18px;
    text-align: left; }
.open > .select__btn {
    background: #fff;
    box-shadow: 3px 8px 8px 0 rgba(153, 153, 153, 0.75); }
.select__icon {
    fill: #7c7c7c;
    height: 18px;
    float: right;
    margin-left: 0.16667em;
    vertical-align: middle;
    width: 18px; }

.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle; }

.bx-auth-secure-icon {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -63px -92px;
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px; }

.bx-auth-secure-unlock {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -44px -92px;
    width: 19px;
    height: 18px; }

.sortbx a {
    display: inline-block;
    height: 18px;
    width: 18px; }

.abc {
    margin-bottom: 27px; }
.abc__letter {
    font-size: 19px;
    margin-bottom: 9px;
    padding: 2px; }
.abc__link {
    color: #666666;
    text-decoration: none; }

@media (max-width: 767px) {
    .abc_row > .abc:nth-child(2n + 1) {
        clear: both; } }

@media (min-width: 768px) and (max-width: 991px) {
    .abc_row > .abc:nth-child(3n + 1) {
        clear: both; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .abc_row > .abc:nth-child(4n + 1) {
        clear: both; } }

@media (min-width: 1280px) {
    .abc_row > .abc:nth-child(5n + 1) {
        clear: both; } }

.auth_top {
    float: right; }
.auth_top .cmp_items {
    float: left;
    min-height: auto; }
.auth_top > .dropdown, .auth_top__item {
    border-left: 1px solid #b4b4b4;
    float: left; }
.auth_top .dropdown-toggle, .auth_top__link, .cmp_items .cmp__link {
    color: #3B3B3B;
    display: block;
    padding: 11px 18px;
    text-decoration: none; }
.auth_top .dropdown-toggle:hover, .auth_top__link:hover, .cmp_items .cmp__link:hover {
    color: #f9730e;
    text-decoration: underline; }
.auth_top__text {
    display: none; }
.auth_top .dropdown-menu {
    left: auto;
    right: -1px; }

@media (min-width: 992px) {
    .auth_top .icon {
        margin-right: .5em; }
    .auth_top__text {
        display: inline; } }

.adv_owl {
    margin-bottom: 36px; }

@media (min-width: 992px) {
    .adv_owl.owl-carousel.owl-shift .owl-stage {
        right: auto; }
    .adv_owl.owl-carousel.owl-shift .owl-stage-outer:after {
        display: none; } }

.adds__phone {
    font-size: 15px;
    line-height: 36px; }

.adds a {
    text-decoration: none; }
.adds a:hover {
    text-decoration: underline; }

.adds .icon {
    margin-right: 0.45em; }

@media (min-width: 768px) {
    .adds__phone {
        font-size: 23px;
        line-height: 18px;
padding-top: 10px; } }


@media (min-width: 768px) and (max-width: 1080px) {
    .l-header__phone{
        text-align: left;
        margin: 0 9px 12px;
    }
    .l-header__phone.grrr{
        display: block;
    }
    .navbar-collapse.collapse{
        max-width: 84%;
    }
    .l-header__logo.logo{
        margin-right: 20px;
    }
    .grrr .adds__phone{
        font-size: 18px;
        line-height: 10px;
    }
    .grrr p{
        margin-bottom: 2px !important;
    }
    .l-header__phone.adds.btn-call{
        display: inline-block;
        position: absolute;
        top: 20px;
    }
    .l-header__top{
        margin-bottom: 15px;
    }
    .l-header__adds{
        float: left;
        min-width: 340px;
    }
}
@media (min-width: 1085px) and (max-width: 1285px) {
    .navbar-collapse.collapse{
        max-width: 85%;
    }
}
@media (min-width: 1285px) and (max-width: 1370px) {
    .navbar-collapse.collapse{
        max-width: 87%;
    }
}
.cart__total {
    float: right;
    width: auto; }
.cart__total > tbody > tr > td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0; }
.cart__total .price__pdv {
    line-height: 18px; }

.cart__coupons {
    float: none; }

.cart__btns > .btn, .sale_order_full_table.complete .cart__btns > input[type="submit"], .cart__btns > .btn1, .order-section .cart__btns > .btn-default, .order-sidebar .bx-soa-cart-total-button-container.cart__btns > a, .shop-panel .cart__btns > .btn.active, .sale_order_full_table.complete .shop-panel .cart__btns > input.active[type="submit"], .cart__btns > .btn2, .cart__btns > .btn3, .cart__btns > .select__btn, .order-section .cart__btns > .btn, .sale_order_full_table.complete .order-section .cart__btns > input[type="submit"], .cart__btns > .sale-order-list-button, .cart__btns > .sale-order-detail-about-order-inner-container-repeat-button, .cart__btns > .sale-order-detail-about-order-inner-container-repeat-cancel, .cart__btns > .sale-order-detail-payment-options-methods-button-element, .cart__btns >
.sale-order-detail-payment-options-methods-button-element-new-window {
    float: left;
    width: 49.7%; }
.cart__btns > .btn:nth-child(2n), .sale_order_full_table.complete .cart__btns > input[type="submit"]:nth-child(2n), .cart__btns > .btn1:nth-child(2n), .order-section .cart__btns > .btn-default:nth-child(2n), .order-sidebar .bx-soa-cart-total-button-container.cart__btns > a:nth-child(2n), .shop-panel .cart__btns > .btn.active:nth-child(2n), .sale_order_full_table.complete .shop-panel .cart__btns > input.active[type="submit"]:nth-child(2n), .cart__btns > .btn2:nth-child(2n), .cart__btns > .btn3:nth-child(2n), .cart__btns > .select__btn:nth-child(2n), .order-section .cart__btns > .btn:nth-child(2n), .sale_order_full_table.complete .order-section .cart__btns > input[type="submit"]:nth-child(2n), .cart__btns > .sale-order-list-button:nth-child(2n), .cart__btns > .sale-order-detail-about-order-inner-container-repeat-button:nth-child(2n), .cart__btns > .sale-order-detail-about-order-inner-container-repeat-cancel:nth-child(2n), .cart__btns > .sale-order-detail-payment-options-methods-button-element:nth-child(2n), .cart__btns >
.sale-order-detail-payment-options-methods-button-element-new-window:nth-child(2n) {
    margin-left: .6%; }

@media (min-width: 768px) {
    .cart__coupons {
        float: left; }
    .cart__btns {
        float: right;
        margin-bottom: 18px;
        text-align: right; }
    .cart__btns > .btn, .sale_order_full_table.complete .cart__btns > input[type="submit"], .cart__btns > .btn1, .order-section .cart__btns > .btn-default, .order-sidebar .bx-soa-cart-total-button-container.cart__btns > a, .shop-panel .cart__btns > .btn.active, .sale_order_full_table.complete .shop-panel .cart__btns > input.active[type="submit"], .cart__btns > .btn2, .cart__btns > .btn3, .cart__btns > .select__btn, .order-section .cart__btns > .btn, .sale_order_full_table.complete .order-section .cart__btns > input[type="submit"], .cart__btns > .sale-order-list-button, .cart__btns > .sale-order-detail-about-order-inner-container-repeat-button, .cart__btns > .sale-order-detail-about-order-inner-container-repeat-cancel, .cart__btns > .sale-order-detail-payment-options-methods-button-element, .cart__btns >
    .sale-order-detail-payment-options-methods-button-element-new-window {
        float: none;
        width: auto; }
    .cart__btns > .btn:nth-child(2n), .sale_order_full_table.complete .cart__btns > input[type="submit"]:nth-child(2n), .cart__btns > .btn1:nth-child(2n), .order-section .cart__btns > .btn-default:nth-child(2n), .order-sidebar .bx-soa-cart-total-button-container.cart__btns > a:nth-child(2n), .shop-panel .cart__btns > .btn.active:nth-child(2n), .sale_order_full_table.complete .shop-panel .cart__btns > input.active[type="submit"]:nth-child(2n), .cart__btns > .btn2:nth-child(2n), .cart__btns > .btn3:nth-child(2n), .cart__btns > .select__btn:nth-child(2n), .order-section .cart__btns > .btn:nth-child(2n), .sale_order_full_table.complete .order-section .cart__btns > input[type="submit"]:nth-child(2n), .cart__btns > .sale-order-list-button:nth-child(2n), .cart__btns > .sale-order-detail-about-order-inner-container-repeat-button:nth-child(2n), .cart__btns > .sale-order-detail-about-order-inner-container-repeat-cancel:nth-child(2n), .cart__btns > .sale-order-detail-payment-options-methods-button-element:nth-child(2n), .cart__btns >
    .sale-order-detail-payment-options-methods-button-element-new-window:nth-child(2n) {
        margin-left: 0; } }

@media (min-width: 992px) {
    .cart__btns {
        margin-bottom: 36px; } }

.cart_top {
    position: relative; }
.cart_top > a {
    color: #000; }
.cart_top .icon-cart {
    float: left;
    height: 35px;
    width: 40px; }
.cart_top__text {
    float: left; }
.cart_top__title {
    display: none; }
.cart_top__num {
    background: #7c7c7c;
    border-radius: 13.5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: -5px 0 0 -12px;
    min-width: 27px;
    padding: 4.5px;
    text-align: center; }
.activelife .cart_top:hover {
    color: #000; }
.cart_top:hover .cart_top__title {
    color: #f9730e; }

@media (min-width: 768px) {
    .cart_top {
        margin-right: 20px; }
    .cart_top .icon-cart {
        padding-right: 12px; }
    .cart_top__title {
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase; }
    .cart_top__num {
        background: transparent;
        color: #000;
        display: inline;
        font-size: inherit;
        margin: 0;
        min-width: 0;
        padding: 0; } }

.coupon {
    margin-bottom: 18px;
    position: relative; }
.coupon__btn {
    float: right;
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-left: 0.75em; }
.coupon__input.good, .order-section .bx-soa-coupon-item > strong.bx-soa-coupon-item-success {
    border: 1px solid;
    background: #e0f2e1;
    color: #29AA2F; }
.coupon__input.bad, .order-section .bx-soa-coupon-item > strong.bx-soa-coupon-item-danger {
    border: 1px solid;
    background: #fae7e7;
    color: #FF2525; }
.coupon__input.disabled {
    color: #9a9a9a; }
.coupon__del, .order-section .bx-soa-coupon-remove {
    background: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC") no-repeat center;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 32px;
    line-height: 36px;
    margin-left: 5px;
    margin-right: 15px;
    padding: 0;
    vertical-align: middle;
    width: 22px; }
.coupon__del.good:hover, .order-section .good.bx-soa-coupon-remove:hover {
    background: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAoklEQVQ4y2NgIBOUb7JkY6AEAA0wBuJHQGxHrgFWQPwBiP8D8WcgliTVAHuoRpAB/4A4E10BDwED3ID4K9SAP0CciK7ACYhfg2gcBvgA8Q8kA6LQFQgB8Seogq/oBgH5QUD8EyoPooNwOTUMagOKQSAbkcRBLvEhFGjoBvWi8V2JDX1kg2AY5FV7UqMR2SBQerAkN0GBDHoJSpmUJm1uYtUCAMzalTMY8Lf6AAAAAElFTkSuQmCC") no-repeat center; }
.coupon__del.bad:hover, .order-section .bx-soa-coupon-remove:hover {
    background: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAMAAAA4Nk+sAAAA1VBMVEXVLy/VMTHWMjLWMzPWNDTWNjbXODjXOjrXOzvYPT3YPz/ZQUHZQ0PaRkbaR0faSEjbTEzbTU3bTk7bT0/dWFjdWVneW1veXV3fYWHfYmLgY2PgZGTgZWXgZmbibW3ib2/jc3Pjd3flfX3lf3/mgYHojo7oj4/rm5vrnZ3soKDtpKTtpqbuqanura3wsrLxuLjxurr42tr43Nz43t754uL54+P76ur76+v77Oz87u787+/88PD88fH88vL99PT99fX99vb++Pj++fn++vr+/Pz//f3////hD3ITAAAA4klEQVQoU2XR2VrCMBRF4YWCAwIiGg1OYHGsI1qrNalGpef9H8mLNvlKXTfJ/m8P4iusWYRB+bxeH7ShvX+V1Nier1DVmhnP8wG1hs8lzzdZauNFBPnaodEwF+SiqXApfHQAIqMBtIkAOim3AKTiNGgnKQA3nAKgcnFj7cQqAE7YJnhQeqwRPCgt1qvf2Ik4XY1VRkHzPPiAs6BKWe8THgB4F6tAWXkD4B7XBZgmCkAlU4DuJxLzr1iQQtPo8FcQyXaXdZSVZ8iO6nps/NGKu57HrXhRO/HP00z1+3vR43e5/wBykDHWjqbzywAAAABJRU5ErkJggg==") no-repeat center; }
.coupon__note {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.41666em;
    display: none;
    left: 0;
    opacity: 0;
    padding: 9px;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s ease-out;
    white-space: normal;
    z-index: 1010; }
.bx-touch .coupon__note {
    display: block;
    left: auto;
    margin-top: 18px;
    opacity: 1;
    position: relative;
    top: auto; }
.coupon:hover .coupon__note {
    display: block;
    opacity: 1; }

.modern-menu {
    position: relative; }
.modern-menu .modern-menu__toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
    font-size: 15px;
    text-shadow: 0px 1px 3px #000;}
.modern-menu .modern-menu__toggle:hover {
    color: #fff;
    text-decoration: none; }
.modern-menu .modern-menu__items {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #7c7c7c; }
.modern-menu .modern-menu__root-item,
.modern-menu .modern-menu__item {
    display: block; }
.modern-menu .modern-menu__root-item:before,
.modern-menu .modern-menu__item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #7c7c7c; }
.modern-menu .modern-menu__root-item > .modern-menu__subitems,
.modern-menu .modern-menu__item > .modern-menu__subitems {
    padding: 0 0 0 18px; }
.modern-menu .modern-menu__root-item > a,
.modern-menu .modern-menu__more-btn > a,
.modern-menu .modern-menu__item > a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 12px 18px 12px 18px; }
.modern-menu .modern-menu__root-item > .modern-menu__subitems,
.modern-menu .modern-menu__subitems > .modern-menu__item > .modern-menu__subitems {
    display: none; }
.modern-menu .modern-menu__product {
    width: 0;
    display: none; }
.modern-menu .modern-menu__product:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    border-left: 1px dashed #7c7c7c; }
.modern-menu .modern-menu__product-img {
    display: block;
    text-align: center; }
.modern-menu .modern-menu__product-name {
    white-space: normal; }
.modern-menu .modern-menu__product-name a {
    color: #000;
    text-decoration: none; }
.modern-menu .modern-menu__product-name a:hover {
    text-decoration: underline; }
.modern-menu .modern-menu__product-price-wrap {
    display: block;
    text-align: left; }
.modern-menu .modern-menu__product-price {
    color: #f9730e;
    float: right;
    font-size: 19px;
    line-height: 18px;
    margin-top: 18px; }
@media (max-width: 767px) {
    .modern-menu .modern-menu__items.is-open {
        display: block; }
    .modern-menu .modern-menu__more-btn > a {
        display: none; }
    .modern-menu .modern-menu__toggle-submenu {
        cursor: pointer;
        font-style: normal;
        margin-bottom: -1px;
        padding: 12px 18px;
        text-align: center;
        z-index: 1;
        float: right;
        transform: translateY(-100%); }
    .modern-menu .modern-menu__toggle-submenu:before {
        color: #7c7c7c;
        content: '+';
        display: inline;
        font-size: 15px;
        line-height: 18px;
        vertical-align: middle; }
    .modern-menu .is-sub-open > .modern-menu__toggle-submenu:before {
        content: "-"; }
    .modern-menu .modern-menu__root-item.is-sub-open > .modern-menu__subitems,
    .modern-menu .modern-menu__item.is-sub-open > .modern-menu__subitems {
        display: block; }
    .modern-menu .modern-menu__more-container {
        display: none; } }
@media (min-width: 768px) {
    .modern-menu .modern-menu__toggle {
        display: none; }
    .modern-menu .modern-menu__item {
        max-width: 190px; }
    .modern-menu .modern-menu__items {
        display: block;
        position: static;
        white-space: nowrap;
        visibility: hidden;
        overflow: hidden;
        width: auto;
        border-bottom: 0; }
    .modern-menu.is-ready .modern-menu__items {
        visibility: visible;
        overflow: initial;
        background: inherit; }
    .modern-menu .modern-menu__root-item,
    .modern-menu .modern-menu__more-btn {
        display: inline-block;
        margin-left: -4px; }
    .modern-menu .modern-menu__root-item > a,
    .modern-menu .modern-menu__more-btn > a {
        color: #fff;
        font-weight: bold;
        border-color: transparent;
        border-style: solid solid none;
        border-width: 1px 1px medium; }
    .modern-menu .modern-menu__root-item:before,
    .modern-menu .modern-menu__item:before {
        display: none; }
    .modern-menu .modern-menu__root-item > a {
        border-right-color: #7c7c7c; }
    .modern-menu .modern-menu__root-item:hover > a,
    .modern-menu .modern-menu__more-btn:hover > a {
        background: #fff;
        border-color: white;
        box-shadow: 0 1px 2px 1px #f4f4f4;
        color: #000; }
    .modern-menu .modern-menu__root-item > .modern-menu__subitems,
    .modern-menu .modern-menu__more-btn > .modern-menu__more-container {
        background: #fff;
        border-color: white;
        border-style: none solid solid;
        border-width: medium 1px 1px;
        box-shadow: 2px 2px 2px -1px #f4f4f4, -2px 2px 2px -1px #f4f4f4;
        display: block;
        padding: 18px 0;
        position: absolute;
        visibility: hidden;
        z-index: 500; }
    .modern-menu .modern-menu__root-item:hover > .modern-menu__subitems,
    .modern-menu .modern-menu__more-btn:hover > .modern-menu__more-container {
        visibility: visible; }
    .modern-menu .modern-menu__more-container a {
        display: block;
        font-size: 15px;
        padding: 7px 18px;
        text-decoration: none;
		color: #3B3B3B;		}
    .modern-menu .modern-menu__subitems > .modern-menu__item {
        float: left;
        padding: 0; }
    .modern-menu .modern-menu__item > .modern-menu__subitems > .modern-menu__item {
        float: none; }
    .modern-menu .modern-menu__subitems > .modern-menu__item > .modern-menu__subitems {
        display: block; }
    .modern-menu .modern-menu__root-item > .modern-menu__subitems,
    .modern-menu .modern-menu__item > .modern-menu__subitems {
        padding-left: 0; }
    .modern-menu .modern-menu__root-item > .modern-menu__subitems > div > .modern-menu__item {
        margin-bottom: 4.5px;
        margin-top: 4.5px;
        white-space: normal; }
    .modern-menu .modern-menu__item a {
        color: #3B3B3B;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        padding: 10px 15px;
        text-transform: none;
        white-space: normal; }
    .modern-menu .modern-menu__item a:hover,
    .modern-menu .modern-menu__more-container a:hover {
        color: #f9730e;
        text-decoration: none; }
    .modern-menu .modern-menu__item > .modern-menu__subitems > .modern-menu__item a {
        color: #000;
        font-size: 12px;
        padding-left: 27px; }
    .modern-menu .is-desktop-hide {
        display: none; } }
@media (min-width: 992px) {
    .modern-menu .modern-menu__product {
        display: block;
        padding: 0 18px;
        width: 250px; }
    .modern-menu .modern-menu__product:before {
        margin-left: -18px; } }

/**.sline_menu {
  list-style: none;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0;

  &amp; > &amp;__item {
    float: left;
    position: static;

    &amp; > a {
      border-color: transparent;
      border-style: solid solid none;
      border-width: 1px 1px medium;

      color: $skin0_color;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
    }
  }

  &amp;__item {
    box-sizing: border-box;
	padding: 0;
  }

  &amp;__toggle {
    cursor: pointer;
    float: right;
    font-style: normal;
    margin-bottom: -1px;
    padding: 12px $base-line-height;
    position: relative;
    text-align: center;
    z-index: 1;

    &amp;:before {
      color: $skin0_bg;
      content: '-';
      display: inline;
      font-size: $font-size-h4;
      line-height: $base-line-height;
      vertical-align: middle;
    }

    &amp;.collapsed {

      &amp;:before {
        content: '+';
      }
    }
  }

  &amp; > &amp;__item:hover > &amp;__sub {
    display: block;
  }

  &amp;__sub {
    box-sizing: border-box;

    &amp;.dropdown-menu {
      margin: -3px 0 0;
      border: 1px solid $skin0_bg;
      border-bottom: none;
    }

    a {
      clear: none !important;
      color: $text-color;
      overflow: hidden;

      &amp;:after {
        background-color: $skin0_bg;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        margin-top: 12px;
        position: absolute;
        right: 0;
        width: 100%
      }
    }
  }

  &amp;__sub &amp;__sub {
    padding: 0 0 0 $base-line-height;
  }

  a {
    //border-bottom: 1px solid $skin0_bg;
    display: block;
    color: $text-color;
    padding: 12px 40px 12px $base-line-height;
    //position: relative;
    text-decoration: none;
  }

  &amp;.hml_menu-drop .hml_menu__more {
    float: none;
  }
  /.*
  &amp;.hml_menu-drop &amp;__sub {
    padding: 0;
  }
  *./
  &amp;.inited {
    overflow: visible;
  }
}

@media (min-width: $screen-sm-min) {
  .sline_menu {
    $menu_hover_shadow: lighten( desaturate( adjust-hue( $skin0_bg, 1deg ), 71 ), 47 ); //#b8c8d8
    $menu_hover_border: lighten( desaturate( adjust-hue( $skin0_bg, -2deg ), 73 ), 63 ); //#eaeff3

    //position: relative;

    &amp; > &amp;__item {
      //position: static;

      &amp; > a {
        border-right-color: $skin0_bg;
        padding-right: $base-line-height;
      }

      &amp; + &amp; > a {
        border-left-color: lighten( desaturate( adjust-hue( $skin0_bg, -2deg ), 46 ), 12 ); // #3273A8
      }

      &amp;:last-child > a {
        border-right-color: transparent;
      }

      &amp;:hover > a {
        background: $body-bg;
        border-color: $menu_hover_border;
        box-shadow: 0 1px 2px 1px $menu_hover_shadow;
        color: $text-color;
      }
    }

    &amp;__toggle {
      display: none;
    }

    &amp;__sub {
      background-color: $body-bg;
      display: none;
	  height: auto !important;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
	  z-index: 500;

      a {
        &amp;:hover {
          text-decoration: underline;
        }
      }
    }

    &amp;__sub &amp;__sub {
      display: block;
      padding-left: $base-line-height*0.5;
      position: static;

	  a {
        color: $text-color;
        line-height: $base-line-height*1.3;
      }
    }

    &amp; > &amp;__item > &amp;__sub {
      border-color: $menu_hover_border;
      border-style: none solid solid;
      border-width: medium 1px 1px;
      box-shadow: 2px 2px 2px -1px $menu_hover_shadow, -2px 2px 2px -1px $menu_hover_shadow;
      padding: $base-line-height 0;
    }

	&amp; > &amp;__item > &amp;__sub > &amp;__item {
	  float: left;
      padding: 0 $base-line-height $base-line-height;
	  width: 33.33333%;

	  a {
        display: inline;
        padding: 0;
      }

      &amp; > a {
		color: $skin0_bg;
        display: inline-block;
        font-size: $font-size-h4;
        margin-bottom: $base-line-height*0.25;
        margin-top: $base-line-height*0.25;
      }
	}

    &amp;__sub &amp;__sub &amp;__sub {
      padding-left: $base-line-height*0.5;
    }

    a {
      //border-bottom: none;

      &amp;:after {
        display: none;
      }
    }
  }
}

@media (min-width: $screen-md-min) {
  .sline_menu {
      &amp; > &amp;__item > &amp;__sub > &amp;__item {
		width: 25%;
	  }
  }
} **/
.menu_top {
    list-style: none;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0; }
.menu_top__item {
    float: left; }
.menu_top__item .dropdown-toggle {
    display: block;
    cursor: pointer;
    padding: 9px 18px; }
.dropdown-menu > .menu_top__item {
    float: none; }
.menu_top a {
    color: #3B3B3B;
    display: block;
    padding: 9px 18px;
    text-decoration: none; }
.menu_top a:hover {
    text-decoration: underline;
    color: #f9730e; }
.menu_top.inited {
    overflow: visible; }

.hml_menu.refreshing {
    float: none;
    overflow: hidden; }

.hml_menu__icon,
.hml_menu.hml_menu-drop .hml_menu__more_icon {
    display: none; }

.hml_menu.hml_menu-drop .hml_menu__icon {
    display: block; }

.menu_v__title {
    color: #000000;
    font-weight: bold;
    margin-bottom: 9px;
    text-transform: uppercase; }

.menu_v > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.menu_v > ul > li {
    margin-bottom: 9px; }

.menu_v a {
    color: #7c7c7c;
    font-weight: bold;
    text-decoration: none; }
.menu_v a:hover {
    text-decoration: underline; }

.menu_cols__menu,
.menu_cols__menu ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 0; }

.menu_cols__menu > li > a {
    color: #7c7c7c;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 9px; }

.menu_cols__menu ul > li {
    margin-bottom: 9px; }

.menu_cols__menu a {
    display: inline-block;
    text-decoration: none; }

.menu_cols__menu.ellipsis li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 160px;
}

.menu_cols a:hover {
    text-decoration: underline; }

.menu_vml {
    border-radius: 0.75em;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    position: relative; }
.menu_vml__item {
    border-bottom: 1px solid #E2E2E2;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: -1px; }
.menu_vml__item > a {
    background: #FFF;
    background-image: linear-gradient(180deg, #FFF, #F9F9F9);
    border: 1px solid #E2E2E2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$vml_menu_bg_from',endColorstr='$vml_menu_bg_to',GradientType=0);
    color: #000;
    display: block;
    padding: 13.5px 15px;
    text-decoration: none; }
.menu_vml__item > a:hover {
    color: #f9730e; }
.menu_vml__item:first-child > a {
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em; }
.menu_vml__item:last-child {
    border-bottom: none;
    margin-bottom: 0; }
.menu_vml__item:last-child > a {
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em; }
.menu_vml__name {
    max-width: 0;
    width: 100%; }
.menu_vml__toggle {
    height: 18px;
    fill: none;
    float: right;
    margin: -1px 0 -5px .35em;
    stroke: #c2c2c2;
    stroke-width: 1px;
    width: 18px; }
.menu_vml__sub {
    border-radius: 0.75em;
    display: none;
    padding: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 100%;
    z-index: 500; }
.menu_vml__item:hover > a {
    background: #F9F9F9;
    background-image: linear-gradient(180deg, #F9F9F9, #fff); }
.menu_vml__item:hover > a > .menu_vml__toggle {
    stroke: #f9730e; }
.menu_vml__item.is-hover > .menu_vml__sub {
    display: block; }
.menu_vml__sub .menu_vml__item > a {
    border: 1px solid #DCE0E6;
    border-bottom: 1px solid #d4d4d4;
    color: #000;
    background: #F9F9F9 linear-gradient(180deg, #F9F9F9, #FFF) repeat scroll 0 0; }
.menu_vml__sub .menu_vml__item:hover > a {
    color: #f9730e;
    background: #F9F9F9 linear-gradient(180deg, #F9F9F9, #F9F9F9) repeat scroll 0 0; }
.menu_vml__sub .menu_vml__item:hover > a > .menu_vml__toggle {
    stroke: #f9730e; }
.menu_vml__sub .menu_vml__toggle {
    stroke: #c2c2c2; }

.search__form {
    position: relative; }

.search__input {
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 4px;
    transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
    z-index: 5; }

.search__btn {
    background-color: transparent;
    border: 0 none;
    bottom: 0;
    height: auto;
    left: 6px;
    margin: 0;
    position: relative;
    top: 0;
    position: absolute;
    z-index: 4; }
.search__btn .icon-glass {
    fill: #7c7c7c;
    height: 18px;
    width: 18px; }

.l-header__search .search__form {
    bottom: 1px;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 1px; }

.l-header__search .search__input {
    background-color: transparent;
    box-sizing: border-box;
    border: 0 none;
    height: 100%;
    padding-right: 32px;
    padding-left: 4px;
    position: relative;
    transition: max-width 0.2s ease, background-color 0.2s ease;
    max-width: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0; }
.l-header__search .search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
.l-header__search .search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
.l-header__search .search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
.l-header__search .search__input:focus {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    max-width: none;
    width: 100%; }
.l-header__search .search__input:focus::-moz-placeholder {
    color: #666666;
    opacity: 1; }
.l-header__search .search__input:focus:-ms-input-placeholder {
    color: #666666; }
.l-header__search .search__input:focus::-webkit-input-placeholder {
    color: #666666; }

.l-header__search .search__input:focus + .search__btn {
    z-index: 6; }
.l-header__search .search__input:focus + .search__btn .icon-glass {
    fill: #7c7c7c; }

.l-header__search .search__btn {
    float: right;
    height: 100%;
    left: auto;
    position: relative;
    width: 32px; }
.l-header__search .search__btn .icon-glass {
    fill: rgba(255, 255, 255, 0.2);
    height: 22px;
    width: 22px; }

@media (min-width: 768px) {
    .l-header__search .search__form {
        bottom: auto;
        left: auto;
        margin: 9px 18px;
        position: relative;
        right: auto;
        top: auto; }
    .l-header__search .search__input {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 3px;
        height: 23px;
        max-width: none;
        padding-right: 4px;
        padding-left: 22px;
        position: static; }
    .l-header__search .search__input:focus {
        border-color: #f9730e; }
    .l-header__search .search__btn {
        left: 6px;
        position: absolute;
        width: auto; }
    .l-header__search .search__btn .icon-glass {
        fill: rgba(255, 255, 255, 0.2);
        height: 14px;
        width: 13px; } }

.search__pagenav {
    float: right; }

.search__items {
    clear: both; }

@media (min-width: 768px) {
    .search .search__form {
        margin-bottom: 36px;
        float: left; } }

.search-popup {
    background-color: #fff;
    border: 1px dashed #000;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 18px; }

.search-popup-row,
.search-popup-row-active {
    background: #fff;
    padding: 9px 18px;
    position: relative;
    cursor: pointer; }

.search-popup-row-active {
    background: #ededed; }

.search-popup-el-name,
.search-popup-el-cnt {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap; }

.search-popup-el-cnt {
    float: right;
    text-align: right; }

.search_item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
    padding-bottom: 18px; }
.search_item__pic {
    float: left;
    max-width: 225px;
    padding: 0 18px 18px 0;
    width: 25%; }
.search_item__name {
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none; }
.search_item__breadcrumb {
    display: none; }
.search_item__head, .search_item__descr {
    margin-bottom: 9px; }
.search_item .price__pv {
    margin-right: 1em; }

@media (min-width: 480px) {
    .search_item__breadcrumb {
        display: inline;
        white-space: normal; } }

.title-search-result {
    display: none;
    margin-top: 14px;
    overflow: hidden;
    z-index: 205; }

.search_popup {
    background-color: #fff;
    border: 1px dashed #000;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 #000; }
.search_popup__sep {
    background-color: #e0e0e0;
    height: 2px;
    width: 100%; }

/* search.title -> results -> catalog */
.title_search_result-catalog-item,
.title_search_result-catalog-item_overlay {
    height: 68px; }

.title_search_result-catalog-item {
    background-color: #FFF;
    position: relative; }

.title_search_result-catalog-item_overlay {
    cursor: pointer;
    position: absolute; }

.title_search_result-catalog-item.hovered .title_search_result-catalog-item-name a {
    text-decoration: underline; }

.title_search_result-catalog-item_inner {
    padding: 10px; }

.title_search_result-catalog-item-img {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 60px; }

.title_search_result-catalog-item-name a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    overflow: hidden; }

.title_search_result-catalog-item-price .price {
    float: left;
    font-size: 15px;
    padding-right: 5px; }

.title_search_result-catalog-item-price .crossed_price {
    float: left;
    font-size: 12px;
    padding-top: 3px; }

/* search.title -> results -> iblocks */
.title_search_result-iblock {
    padding-bottom: 5px;
    width: 230px; }

.title_search_result-iblock-around_title {
    height: 15px;
    position: relative;
    width: 100%; }

.title_search_result-iblock-title_line {
    position: absolute;
    width: 100%;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #DBDBDB; }

.title_search_result-iblock-title {
    height: 15px;
    left: 0;
    margin: 0 5%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 90%; }

.title_search_result-iblock-title span {
    background-color: #FFF;
    color: #999;
    padding: 0 6px; }

.title_search_result-iblock-item {
    padding: 4px 10px; }

/* search.title -> results -> other */
.title_search_result-other-item {
    padding: 4px 10px; }

.title_search_result-other-item a {
    text-decoration: none; }

.title_search_result-other-item a:hover {
    text-decoration: underline; }

.carousel .owl-stage {
    right: 20px; }

.carousel.owl-carousel .carousel__img {
    max-width: 100%;
    width: auto; }

.carousel__item {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none; }

.carousel.owl-carousel .carousel__item {
    float: none; }

.carousel__item:hover .carousel__img {
    opacity: 1; }

.carousel__img {
    max-height: 54px;
    opacity: 0.8; }

.carousel__name {
    max-height: 36px;
    margin-top: 18px; }
.carousel__name:after {
    top: 18px; }

.newsmain {
    margin-bottom: 18px; }
.newsmain .owl-stage {
    right: 16px; }
.newsmain__pic {
    display: block;
    margin: 0 9px 9px 0; }

.newsmain__body {
    overflow: hidden;
    max-width: 85%;
    margin: 0 auto;
 }
.newsmain__parent {
    color: #f9730e;
    float: left;
    text-transform: uppercase;
    text-decoration: none; }
.newsmain__name {
    clear: left;
    color: #000;
    display: block;
    text-decoration: none; }
.newsmain__name:after {
    top: 36px; }
.newsmain__preview {
    clear: both; }

@media (min-width: 992px) {
    .newsmain {
        border: 1px solid #e0e0e0;
        border-radius: 9px;
        padding: 18px 18px 0; }
    .newsmain__item {
        margin-bottom: 18px; }
    .newsmain__parent {
        margin-right: 0;
        float: left; }
    .newsmain__pic {
        display: block;
        margin-right: 0; }
    .newsmain__img {
        display: block;
        width: 100%;
		max-width: 200px; }
    .newsmain__name {
        max-height: 36px;
        clear: left;
        float: left;
        overflow: hidden; } }

.cmp__link {
    color: #000;
    text-decoration: none; }

.cmp__icon {
    fill: #b3b3b3;
    height: 13px;
    margin: -5px .5em 0 0;
    width: 14px; }

.cmp__link:hover > .cmp__icon,
.cmp__link.checked > .cmp__icon {
    fill: #7c7c7c; }

.cmp_page {
    position: relative; }
.cmp_page .hiddenCmp {
    width: 0;
    max-width: 0;
    overflow: hidden; }
.cmp_page__names {
    padding-right: 0;
    max-width: 50%; }
.cmp_page__names table {
    width: 100%; }
.cmp_page__items {
    background: #fff;
    float: none;
    overflow: auto;
    padding-left: 0; }
.cmp_page__items .cmp_page__table thead tr {
    height: 344px; }
.cmp_page__table {
    table-layout: fixed; }
.cmp_page__link .checkbox__icon {
    margin-right: .5em; }
.cmp_page .catalog_item {
    height: auto;
    position: relative;
    vertical-align: bottom; }
.cmp_page .catalog_item:hover .catalog_item__inner {
    border-width: 1px;
    border-bottom-color: transparent;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
.cmp_page .catalog_item__inner {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 -1px; }
.cmp_page td:first-child .catalog_item__inner {
    margin-left: 0; }
.cmp_page td:last-child .catalog_item__inner {
    margin-right: 0; }
.cmp_page td,
.cmp_page th {
    border: 1px solid #ededed;
    padding: 9px 18px; }
.cmp_page thead td,
.cmp_page thead td {
    border: none;
    padding: 0; }

@media (max-width: 992px) {
    .cmp_page__items td {
        width: 200px; } }

.cmp_items__list {
    display: none; }

.cmp_items .cmp__link .icon-cmp {
    fill: #f9730e; }

.cmp_items .cmp__link:hover {
    text-decoration: none; }

.cmp_items .badge {
    background-color: #fff;
    color: #7c7c7c; }

@media (min-width: 992px) {
    .cmp_items {
        margin-bottom: 18px;
        max-height: 100%;
        white-space: normal;
        z-index: 998; }
    .cmp_items.fix {
        position: fixed; }
    .cmp_items.top {
        top: 5px; }
    .cmp_items.right {
        right: 0; }
    .cmp_items.left {
        left: 0; }
    .cmp_items__body {
        background: #fff;
        border-radius: 10px 0 0 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        overflow: hidden;
        padding: 18px 0 18px 18px; }
    .cmp_items__list {
        display: block;
        list-style: none;
        margin: 0 0 9px;
        max-height: 351px;
        overflow-y: auto;
        padding: 0; }
    .cmp_items__item {
        border: 1px dashed #e0e0e0;
        border-radius: 4px;
        display: block;
        margin: 4px 4px 14.4px 0;
        padding-bottom: 100%;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 57.6px; }
    .cmp_items__item:hover {
        border-color: #7c7c7c; }
    .cmp_items__item:last-child {
        margin-bottom: 0; }
    .cmp_items__img {
        bottom: 1px;
        position: absolute;
        left: 1px;
        max-height: 98%;
        max-width: 98%;
        right: 1px;
        top: 1px; }
    .cmp_items__del {
        display: block;
        fill: #000;
        height: 8px;
        position: absolute;
        right: -4px;
        top: -4px;
        width: 8px;
        z-index: 20; }
    .cmp_items__btn {
        font-size: 10px;
        line-height: 18px;
        min-width: 0;
        padding-left: .5em;
        padding-right: .5em; } }

.product.is-incart .added2cart {
    height: auto;
    position: static;
    width: auto; }

.product .corner {
    display: none; }

.product.da .corner,
.product.qb .corner {
    display: block; }

.product.da .corner__in {
    background: #f9730e; }

.product.qb .corner__in {
    background: #7c7c7c; }

.product__article {
    color: #666666;
    font-size: 11px;
    line-height: 18px; }

.offer_prop__name {
    font-weight: bold; }

.offer_prop .select {
    margin-bottom: 9px; }

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

.offer_prop__value input {
    display: none; }

.offer_prop__value.checkbox > label {
    height: 100%;
    padding: 0;
    width: 100%; }

.offer_prop-btn .offer_prop__value {
    border: 1px solid #e0e0e0;
    border-radius: 3.99996px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    float: left;
    margin: 0 9px 9px 0;
    min-width: 54px;
    padding: 4.5px 9px;
    text-align: center; }
.offer_prop-btn .offer_prop__value.disabled {
    color: #e0e0e0;
    cursor: default; }
.offer_prop-btn .offer_prop__value.disabled:hover {
    color: #e0e0e0; }

.offer_prop-btn .offer_prop__value input:checked + .offer_prop__icon,
.offer_prop-btn .offer_prop__value.checked,
.offer_prop-btn .offer_prop__value.checked:hover {
    cursor: default; }

.offer_prop-color .offer_prop__value {
    cursor: pointer;
    float: left;
    margin: 0 9px 9px 0; }

.offer_prop-color .offer_prop__value input:checked + .offer_prop__icon,
.offer_prop-color .offer_prop__value.checked {
    cursor: default; }

.offer_prop-color .offer_prop__icon {
    border-radius: 0.33333em;
    box-sizing: border-box;
    display: block;
    height: 27px;
    position: relative;
    width: 27px; }

.offer_prop-color .offer_prop__img {
    background-size: contain;
    border-radius: 0.33333em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    width: 100%; }

.offer_prop-color .offer_prop__value input:checked + .offer_prop__icon,
.offer_prop-color .offer_prop__value.checked .offer_prop__icon {
    border: 1px solid #e0e0e0;
    padding: 2px 3px 3px 2px; }

.offer_prop-color .offer_prop__value.disabled {
    cursor: default; }

.offer_prop-color .offer_prop__value.disabled .offer_prop__icon:before {
    background: image-url("/bitrix/templates/sm_default/assets/css/missing_v2.png") no-repeat center/contain;
    bottom: 4px;
    content: ' ';
    display: block;
    left: 3px;
    position: absolute;
    right: 4px;
    top: 3px;
    z-index: 1;
    opacity: .7; }

.offer_prop-color .offer_prop__value.disabled .offer_prop__img {
    opacity: .2; }

.price__pdv,
.bx-price.all, .order-section .bx-soa-item-td .bx-price.all, .order-sidebar .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    color: #f9730e;
    font-size: 19px;
    font-weight: normal;
    line-height: 36px; }

.price__pv,
.bx-price-old, .order-section ul.bx-soa-pp-list .bx-price-old {
    color: #b3b3b3;
    font-weight: normal;
    text-decoration: line-through; }

.quantity {
    display: inline-block;
    height: 36px;
    position: relative;
    vertical-align: middle; }
.quantity__val {
    border: 1px solid #e0e0e0;
    border-radius: 0.41666em;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    min-width: 90px;
    padding: 9px 18px;
    text-align: center;
    vertical-align: middle;
    width: 1px;
    -moz-appearance: textfield; }
.quantity__plus, .quantity__minus {
    bottom: 0;
    color: #f9730e;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 18px;
    z-index: 1; }
.quantity__plus:before, .quantity__minus:before {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    width: 0; }
.quantity__plus:hover, .quantity__minus:hover {
    color: #b65105; }
.quantity__minus {
    left: 1px; }
.quantity__minus:before {
    border-right: 4px solid; }
.quantity__plus {
    right: 1px; }
.quantity__plus:before {
    border-left: 4px solid; }
.quantity-small {
    height: 36px; }
.quantity__input, .quantity__val {
    -moz-appearance: textfield;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

.sticker {
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-style: italic;
    height: 26px;
    line-height: normal;
    margin-right: 3px;
    /* padding: 2.25px 13px 2.25px 12px; */
    padding: 0px 0px 0px 3px;
    text-align: -webkit-center;
    text-transform: uppercase;
    width: 63px;}
.sticker__text {
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all; }
.sticker.new {
    background-color: #f9730e;
    font-style: normal; }
.sticker.discount {
    background-color: #b60012;
    width: 75px; }
.sticker.action {
    background-color: #7c7c7c; }
.dist{
    font-size: 12px;
    width: 100%;
    font-style: normal;}

.corner {
    overflow: hidden;
    position: relative;
    text-align: center; }
.corner:before {
    content: "";
    display: block;
    padding-top: 100%; }
.corner__in {
    height: 140%;
    left: -70%;
    position: absolute;
    top: -70%;
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11='-0.7071067811865476', M12='0.7071067811865475', M21='-0.7071067811865475', M22='-0.7071067811865476', sizingMethod='auto expand');
    width: 140%; }
.corner__text {
    color: #fff;
    font-weight: bold;
    margin-bottom: .8em;
    vertical-align: bottom; }
@media (max-width: 480px) {
    .corner .corner__text {
        font-size: 9px; } }

.gender__men, .gender__women {
    float: left;
    height: 28px;
    margin-left: 3px;
    width: 14px; }

.gender__men {
    background-position: 0 -257px; }

.gender__women {
    background-position: -14px -257px; }

.favorite {
    cursor: pointer; }
.favorite__icon {
    fill: #b3b3b3; }
.favorite.checked .favorite__icon,
.favorite:hover .favorite__icon {
    fill: #fd3232; }

.picbox__canvas {
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-decoration: none; }
.picbox__canvas:hover {
    text-decoration: none; }

.picbox__frame {
    margin-bottom: 18px;
    padding: 9px;
    position: relative;
    overflow: hidden;
    display: inline-block;}

.picbox__carousel.owl-carousel .picbox__img {
    display: inline-block;
}

.picbox__mini {
    display: none; }

@media (min-width: 768px) {
    .picbox__frame {
        border: 1px solid #b3b3b3;
        border-radius: 18px; } }

@media (min-width: 992px) {
    .picbox {
        /*
    &amp;__img {
      max-height: 100%;
    }
    */ }
    .picbox__frame {
        border: 1px solid #b3b3b3;
        border-radius: 18px; }
    .picbox__mini {
        display: inline-block;
        box-sizing: border-box;
        margin: 0 auto -16px;
        max-width: 100%;
        padding: 0 20px;
        position: relative;
        width: 140px; }
    .picbox .owl-dots {
        height: auto; }
    .picbox__dots {
        box-sizing: content-box;
        text-align: center;
        white-space: nowrap; }
    .picbox__dots .owl-dot {
        border: 2px solid;
        border-radius: 6px;
        box-sizing: border-box;
        color: #b3b3b3;
        cursor: pointer;
        display: block;
        height: 97.99992px;
        margin-top: 7px;
        margin-right: 9px;
        padding: 4.5px;
        position: relative;
        vertical-align: top;
        width: 97.99992px; }
    .picbox__dots .owl-dot:last-child {
        margin-right: 0; }
    .picbox__dots .owl-dot.active {
        border-color: #f9730e; }
    .picbox__dots .owl-dot.active:before, .picbox__dots .owl-dot.active:after {
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        content: '';
        display: block;
        height: 0;
        margin-left: -7px;
        left: 50%;
        position: absolute;
        width: 0; }
    .picbox__dots .owl-dot.active:before {
        border-bottom: 7px solid #f9730e;
        top: -7px; }
    .picbox__dots .owl-dot.active:after {
        border-bottom: 6px solid #fff;
        top: -4px; }
    .picbox__dots .owl-preview {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
    .picbox__bar .scroll-element_outer {
        background: #f9f9f9;
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        position: absolute;
        width: 100%;
        z-index: 10; }
    .picbox__bar .scroll-arrow {
        cursor: pointer;
        display: block;
        height: 25px;
        margin-top: -13px;
        position: absolute;
        top: 50%;
        width: 15px;
        z-index: 1; }
    .picbox__bar .scroll-arrow_less {
        left: 0;
    }
    .picbox__bar .scroll-arrow_more {
        right: 0;
    }

    /* for fast view detail */
    .fancybox-overlay .picbox__bar .scroll-arrow_less {
        display: none;
    }
    .fancybox-overlay .picbox__bar .scroll-arrow_more {
        display: none;
    }
    .fancybox-overlay .owl-nav__prev {
        display: none;
    }
    .fancybox-overlay .owl-nav__next {
        display: none;
    }
    .picbox__mini {
/*        width: 120px;*/
        width: 160px;
        max-height: 470px;
        overflow: hidden;
    }
    .fancybox-overlay .picbox__mini {
        float: left;
        width: 120px;
        padding: 0px;
    }
    .picbox__mini .picbox__scroll {
   /*     max-height: 530px;*/
        max-height: 470px;
    }
    .fancybox-overlay .picbox__mini .picbox__scroll {
        max-height: 450px;
        overflow: -moz-scrollbars-none !important;
    }
    .fancybox-overlay .detail__stickers {
        top: -10px;
        left: 145px;
    }
    .fancybox-overlay .detail__buy{
        margin-top: 120px;
    }
    .fancybox-overlay .fancybox-opened .fancybox-title{
        background: #6c5e5e;
    }
    .fancybox-overlay .catalog__head{
        border-bottom: none;
    }


}

.stocks .scale {
    margin-left: .25em; }
.stocks .scale.is-instock .scale__over > .scale__icon {
    fill: #5cb85c; }
.stocks .scale.is-limited .scale__over > .scale__icon {
    fill: #f0ad4e; }
.stocks .scale.is-outofstock .scale__over > .scale__icon {
    fill: transparent; }

.stocks .scale__icon {
    height: 10px;
    width: 14px; }

.stocks__table td {
    padding: .25em .5em; }

.stock__amount {
    white-space: nowrap; }

.scale {
    display: inline-block;
    position: relative; }
.scale__icon {
    display: block;
    fill: #b3b3b3;
    stroke-width: 0; }
.scale__over {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0; }
.scale__over > .scale__icon {
    fill: #f9730e; }

.catalog__tabs.nav-tabs > li > a {
    cursor: pointer; }

.catalog__tabs .nav-tabs__name {
    display: none; }

.catalog__head, .brand {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 10px;
    padding-bottom: 10px; }
.catalog__head .brand__logo, .brand .brand__logo {
    margin-right: 18px;
    vertical-align: middle; }
.catalog__head .webpage__title, .brand .webpage__title {
    display: inline-block; }

.catalog__descr {
    clear: both;
    margin-bottom: 18px; }

.catalog__pic {
    margin-left: 1em;
    vertical-align: middle; }

.catalog__pagenav {
    display: none; }

.catalog__sorter .sorter__limit {
    display: none; }

.catalog__corner {
    border-top-left-radius: 18px;
    left: -1px;
    max-width: 100px;
    position: absolute;
    top: -1px;
    width: 45%;
    z-index: 1; }

.ajaxpages {
    padding: 36px 18px 30px;
    clear: both;
    margin: 0;
    margin-bottom: -55px;
    border:none!important;
}
.ajaxpages > li > a {
    padding: 9px 18px; }
@media (max-width: 645px) {
    .ajaxpages {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 768px) {
    .catalog__sorter .nav-tabs {
        float: left;
        margin-right: 18px; }
    .catalog__sorter .nav-tabs:last-child {
        margin-right: 0; }
    .catalog__sorter .sorter__limit {
        display: block;
        overflow: visible; }
    .catalog__pagenav {
        display: block;
        float: right; } }

.catalog_items {
    margin: 0 0 36px 1px; }
.catalog_items.owl-carousel .catalog_item {
    height: auto;
    margin: 1px auto; }
.catalog_items.owl-carousel .catalog_item:hover .catalog_item__inner, .catalog_items.owl-carousel .catalog_item.is-hover .catalog_item__inner {
    box-shadow: none;
    padding-bottom: 0; }
.catalog_items.owl-carousel .catalog_item:hover .catalog_item__popup, .catalog_items.owl-carousel .catalog_item.is-hover .catalog_item__popup {
    display: none; }
.catalog_items.owl-carousel .catalog_item .catalog_item__offer_props {
    display: none; }

.catalog_item {
    height: 360px;
    margin: 0 0 -1px -1px;
    padding: 0; }
.owl-item > .catalog_item {
    margin: 0; }
.catalog_item__inner {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1.5em;
    box-sizing: padding-box;
    height: 100%;
    overflow: hidden;
    /*  padding: 18px 13.5px 0;*/
    padding: 0px 9px 0;
    position: relative;
    box-sizing: border-box;

}
.catalog_item__corner {
    display: none; }
.catalog_item.qb .catalog_item__corner,
.catalog_item.da .catalog_item__corner {
    display: block; }
.catalog_item__pic {
    display: block;
    height: 215px;
width: 215px;
    margin: 0 0 9px;
    position: relative;
    text-align: center;
    text-decoration: none; }
.catalog_item__pic:hover {
    text-decoration: none; }
.catalog_item__img {
    width: auto !important; }
.catalog_item__gender {
    position: absolute;
    right: -8px;
    top: -8px; }
.catalog_item__stickers {
    top: 4px;
    left: 7px;
    position: absolute;}
.catalog_item__head {
    height: 54px;
    margin-bottom: 9px; }
.catalog_item__name {
    color: #000;
    float: left;
    max-height: 36px;
    text-decoration: none; }
.catalog_item__name:after {
    top: 18px; }
.catalog_item__brand {
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.catalog_item__brand > a {
    color: #999999;
    text-decoration: none; }
.catalog_item__brand > a:hover {
    text-decoration: underline; }
.catalog_item__offer_props,
.catalog_item .add2basket,
.catalog_item .in_basket, .catalog_item__price, .catalog_item__buy {
    margin-bottom: 18px; }
.catalog_item .add2basket,
.catalog_item .in_basket {
    display: block;
    font-size: 12px;
    width: 100%; }
.catalog_item .add2basket.disabled {
    display: none; }
.catalog_item__inside {
    display: none; }
.bx-touch .catalog_item:hover .catalog_item__zoom,
.bx-touch .catalog_item.is-hover .catalog_item__zoom, .catalog_item__zoom, .catalog_item__close, .catalog_item__popup,
.bx-touch .catalog_item__popup {
    display: none; }
.catalog_item__measure {
    margin-left: 9px; }
.catalog_item .price__pdv, .catalog_item__quantity {
    float: right; }
.catalog_item .price__pv,
.catalog_item .price__pdd {
    display: none; }
.catalog_item__detail, .catalog_item__add2cart {
    clear: both;
    display: block;
    margin-bottom: 18px;
    width: 100%; }
.catalog_item__cmp {
    float: left;
    padding: 9px 0; }
.catalog_item__preview {
    color: gray;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 18px; }
.catalog_item .ya-share2__container {
    float: right; }
.catalog_item .favorite {
    float: left;
    font-size: 11px;
    /* margin-right: .5em; */
    margin-right: 3px; }
.catalog_item .favorite__icon {
    height: 12px;
    width: 15px; }
.catalog_item__mail {
    float: right; }
.catalog_item:hover, .catalog_item.is-hover {
    position: relative;
    z-index: 50; }
.catalog_item:hover .catalog_item__inner,
.catalog_item.is-hover .catalog_item__inner {
    border: 2px solid #7c7c7c;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: -1px;
    padding-bottom: 18px; }
.bx-no-touch .catalog_item:hover .catalog_item__popup,
.bx-no-touch .catalog_item.is-hover .catalog_item__popup {
    display: block;
    overflow: visible; }
.bx-no-touch .catalog_item:hover .catalog_item__inner,
.bx-no-touch .catalog_item.is-hover .catalog_item__inner {
    height: auto; }
.catalog_item:hover .icon-men,
.catalog_item:hover .icon-women {
    fill: #7c7c7c; }
.catalog_item.qb:hover .catalog_item__inner,
.catalog_item.qb.is-hover .catalog_item__inner {
    border: 2px solid #7c7c7c; }
.catalog_item.da:hover .catalog_item__inner,
.catalog_item.da.is-hover .catalog_item__inner {
    border: 2px solid #f9730e; }
.catalog_item.da:hover .icon-men,
.catalog_item.da:hover .icon-women {
    fill: #f9730e; }
.catalog_item:hover .catalog_item__zoom,
.catalog_item.is-hover .catalog_item__zoom {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin0_bg0',endColorstr='$skin0_bg100',GradientType=0);
    background: #695757;
    background-image: linear-gradient(135deg, #7c7c7c, #695757);
    bottom: 10px;
    border-radius: 30px;
    display: block;
    height: 30px;
    width: 155px;
    margin: auto;
    position: absolute;
    padding: 6px;
    left: calc(50% - 77px);

}
.catalog_item:hover .catalog_item__zoom > .icon-glass,
.catalog_item.is-hover .catalog_item__zoom > .icon-glass {
    fill: #fff;
    height: 18px;
    width: 18px; }
.catalog_item:hover .catalog_item__zoom:hover,
.catalog_item.is-hover .catalog_item__zoom:hover {
    background-position: 0px -1507px; }
.catalog_item:hover .catalog_item__close,
.catalog_item.is-hover .catalog_item__close {
    cursor: pointer;
    display: block;
    min-width: 20px;
    padding: 2px 0 3px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 35; }
.catalog_item:hover .catalog_item__close:hover,
.catalog_item.is-hover .catalog_item__close:hover {
    transform: scale(1.1, 1.1); }
.catalog_item:hover .catalog_item__close .icon-close,
.catalog_item.is-hover .catalog_item__close .icon-close {
    fill: #fff;
    height: 8px;
    width: 8px; }
.catalog_item .catalog_item-timer {
    display: none !important; }
.catalog_item .catalog_item-timer.timer_bg {
    background-repeat: repeat;
    background-position: 0 0;
    border-radius: 10px;
    bottom: 0;
    color: #000;
    height: 40px;
    left: 18px;
    position: absolute;
    width: 170px; }
.catalog_item .catalog_item-timer-val {
    float: left;
    line-height: 11px;
    padding: 11px 0 0 10px; }
.catalog_item .catalog_item-timer-val span {
    display: block; }
.catalog_item .catalog_item-timer-val span.value {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px; }
.catalog_item .catalog_item-timer-val span.podpis {
    font-size: 10px;
    text-align: center; }
.catalog_item .catalog_item-timer-separator {
    background-color: #fff;
    height: 40px;
    float: left;
    margin-left: 9px;
    width: 2px; }
.catalog_item .offer_prop .select__btn {
    background: transparent;
    border: none;
    border-bottom: 1px dashed #f9730e;
    border-radius: 0;
    height: auto;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 1px 0;
    text-align: center; }
.catalog_item .offer_prop .select__btn:active {
    box-shadow: none; }
.catalog_item .offer_prop .open > .select__btn {
    background: transparent;
    box-shadow: none; }
.catalog_item .offer_prop .dropdown-menu {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    left: 50%;
    margin-top: 7px;
    transform: translate(-50%, 0); }
.catalog_item .offer_prop .dropdown-menu > li > a {
    padding: 4.5px 9px; }
.catalog_item .offer_prop .dropdown-menu > li:first-child > a:before, .catalog_item .offer_prop .dropdown-menu > li:first-child > a:after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-left: -7px;
    left: 50%;
    position: absolute;
    width: 0; }
.catalog_item .offer_prop .dropdown-menu > li:first-child > a:before {
    border-bottom: 7px solid #e0e0e0;
    top: -7px; }
.catalog_item .offer_prop .dropdown-menu > li:first-child > a:after {
    border-bottom: 5px solid #fff;
    top: -4px; }
.catalog_item .offer_prop .dropdown-menu > li:first-child > a:hover:after {
    border-bottom-color: #ededed; }
.catalog_item .offer_prop__name {
    font-weight: normal;
    margin-right: 3px; }
.catalog_item .offer_prop-color .offer_prop__value.disabled:before {
    bottom: 1px;
    left: 1px;
    right: 1px;
    top: 1px; }
.catalog_item .offer_prop-color .offer_prop__icon {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0; }
.catalog_item .offer_prop-color .offer_prop__value.checked .offer_prop__icon {
    border-color: #f9730e;
    padding: 1px; }
.catalog_item .offer_prop-color .offer_prop__img {
    border-radius: 0;
    box-shadow: none; }
.catalog_item .offer_prop-btn .offer_prop__values {
    display: inline; }
.catalog_item .offer_prop-btn .offer_prop__value {
    background: transparent;
    border: none;
    border-bottom: 1px dashed;
    border-radius: 0;
    display: inline-block;
    float: none;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 1px; }
.catalog_item .offer_prop-btn .offer_prop__value:hover {
    background: transparent; }
.catalog_item .offer_prop-btn .offer_prop__value.checked {
    color: #f9730e; }
.catalog_item .offer_prop-btn .offer_prop__value.disabled {
    text-decoration: line-through; }

@media (min-width: 992px) {
    .catalog_items {
        margin: 0 0 36px 1px; }
    .catalog_item {
        height: 410px;
        /* width: 200px; */
        /*width: 211px;*/
    }
    .catalog_item__pic {
        margin: 0 0 18px; }
    .catalog_item__head {
        margin-bottom: 18px;
        margin-top: 15px;
    }
    .catalog_item .price__pdd {
        border-radius: 0 0.41666em 0.41666em 0;
        color: #fff;
        display: none;
        float: left;
        font-size: 15px;
        margin-left: -13.5px;
        padding: 9px 9px 9px 13.5px; }
    .catalog_item .price__pv {
        display: block;
        float: left;
        padding: 9px; }
    .catalog_item.da .price__pv,
    .catalog_item.qb .price__pv {
        display: none; }
    .catalog_item.da .price__pdd {
        background-color: #f9730e;
        display: block; }
    .catalog_item.qb .price__pdd {
        background-color: #7c7c7c;
        display: block; }
    .catalog_item__inside {
        display: block; } }

@media (min-width: 1900px) {
    .catalog_item__pic{
        /*text-align:left!important;*/
    }
    .catalog_item__img    {
        /*height: 185px !important;*/
        padding-top: 9px;
    }

}

.detail__brand {
    float: right;
    margin-left: 1em;
    max-width: 80px; }

.detail .webpage__title {
    display: inline; }

.detail__favorite {
    position: relative;
    top: -5.4px;
    white-space: nowrap; }

.detail .favorite__icon {
    height: 16px;
    width: 20px; }

.detail__picbox {
    margin-bottom: 18px; }

.detail__gender {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1; }

.detail__stickers {
    top: -31px;
    left: 78px;
    position: absolute;
    z-index: 1; }

.detail__buy, .order-section .bx-soa-pp-desc-container, .order-sidebar .bx-soa-cart-total {
    margin-bottom: 18px;
    padding: 18px; }

.detail__price {
    margin-bottom: 9px; }
.detail__price .price__pv {
    font-size: 15px;
    line-height: 36px; }
.detail__price .price__pdv {
    font-size: 29px; }

.detail__stocks, .detail__quantity {
    margin-bottom: 9px; }

.detail__btns {
    margin-bottom: 18px; }
.detail__btns .btn, .detail__btns .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .detail__btns input[type="submit"], .detail__btns .btn1, .detail__btns .order-section .btn-default, .order-section .detail__btns .btn-default, .detail__btns .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .detail__btns .bx-soa-cart-total-button-container > a, .detail__btns .shop-panel .btn.active, .shop-panel .detail__btns .btn.active, .detail__btns .btn2, .detail__btns .btn3, .detail__btns .select__btn, .detail__btns .sale-order-list-button, .detail__btns .sale-order-detail-about-order-inner-container-repeat-button, .detail__btns .sale-order-detail-about-order-inner-container-repeat-cancel, .detail__btns .sale-order-detail-payment-options-methods-button-element, .detail__btns
.sale-order-detail-payment-options-methods-button-element-new-window {
    display: block;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 9px;
    width: 100%; }

.detail__add2cart > .icon-cart {
    height: 26px;
    margin-right: 5px;
    width: 30px; }

.detail__add2cart > .icon-incart {
    height: 53px;
    margin-right: 5px;
    width: 65px; }

.detail__buy1click > .icon-phone {
    height: 20px;
    margin-right: 5px;
    width: 18px; }

.detail__share, .detail__tabs {
    margin-bottom: 18px; }

.detail__credit, .detail__delivery {
    border-radius: .4em;
    display: block;
    margin-bottom: 9px;
    padding: 5px 5px 5px 12px;
    text-decoration: none; }

.detail__credit {
    border: 1px dashed;
    color: #f9730e;
    font-weight: bold; }
.detail__credit:hover {
    border: 2px solid;
    color: #f9730e;
    padding: 4px 4px 4px 11px;
    text-decoration: none; }
.detail__credit .icon-png {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -66px -47px;
    width: 29px;
    height: 29px;
    margin-right: .5em; }

.detail__delivery {
    border: 1px dashed #b3b3b3; }
.detail__delivery .icon-png {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -95px -47px;
    width: 30px;
    height: 28px;
    margin-right: .5em; }

.detail__timer {
    border: 2px solid #f9730e;
    margin-bottom: 18px;
    text-align: center; }
.detail__timer .timer__cell {
    text-align: left; }
.detail__timer .timer__bottom {
    background: #f9730e; }

.detail.qb .detail__timer {
    border-color: #7c7c7c; }
.detail.qb .detail__timer .timer__bottom {
    background: #7c7c7c; }

.detail .timer__data {
    display: inline-block;
    padding: 27px 9px 9px; }

.detail .timer__cell {
    font-size: 19px;
    margin-right: .2em;
    vertical-align: top; }
.detail .timer__cell:last-child {
    margin-right: 0; }

.detail .timer__val {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px; }

.detail .timer__note {
    color: #888;
    font-size: 10px;
    line-height: 18px;
    text-align: center; }

.detail .timer__sep {
    background-color: #D6D6D6;
    height: 27px;
    width: 2px; }

.detail .timer__bottom {
    background: #f9730e;
    color: #fff;
    font-size: 19px;
    padding: .4em;
    text-align: center; }

.detail__offer_props {
    margin-bottom: 18px; }
.detail__offer_props .offer_prop {
    clear: left;
    float: left; }
.detail__offer_props .offer_prop__name {
    font-weight: bold; }

.detail__sizes {
    float: right;
    margin-top: -2px;
    position: relative; }
.detail__sizes .tooltip__in {
    /*
      right: 0;
      left: auto;
      */ }

.detail__preview {
    margin-bottom: 18px;
    max-height: 465px; }

.fancybox-inner .detail__preview_link {
    display: none; }

.detail__detail_link {
    display: none;
    float: right; }
.fancybox-inner .detail__detail_link {
    display: block; }

@media (min-width: 768px) {
    .detail__picbox .picbox__canvas {
        height: 300px; }
    .detail__buy, .order-section .bx-soa-pp-desc-container, .order-sidebar .bx-soa-cart-total {
        background: #f7f7f7;
        background-image: linear-gradient(180deg, #fff, #f7f7f7);
        border: 1px solid whitesmoke;
        box-shadow: 2px 2px 2px -1px #c7c7c7, -2px 2px 2px -1px #c7c7c7;
        margin-bottom: 36px;
        padding: 18px; } }

@media (min-width: 992px) {
    .detail {
        margin-bottom: 18px; }
    .detail__brand {
        max-width: 125px; }
    .detail__picbox {
        margin-bottom: 36px; }
    .detail__picbox .picbox__canvas {
         height: 450px;
    }
}

/* go2detail from popup */
.catalog-element .go2detail_from_popup {
    color: #7c7c7c;
    bottom: 2px;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 5px;
    text-decoration: none; }

.catalog-element .go2detail_from_popup:hover {
    text-decoration: underline; }

.catalog-element .go2detail_from_popup .icon {
    background-position: 0 -1541px;
    height: 14px;
    margin-left: 5px;
    width: 15px; }

.catalog-element .go2detail_from_popup:hover .icon {
    background-position: -16px -1541px; }

/* go2detail from popup */
.bx-modal-container .catalog_item__inner {
    border: 2px solid #f9730e; }

.bx-modal-container .catalog_item__brand {
    text-align: left;
    margin-bottom: 10px; }

.bx-modal-container .show_more_set .icon-right {
    transform: rotate(90deg);
    height: 15px;
    margin-left: 5px; }

.bx-modal-container .icon-left,
.bx-modal-container .icon-right {
    position: relative;
    z-index: 100; }
.bx-modal-container .icon-left use,
.bx-modal-container .icon-right use {
    position: relative;
    z-index: 100; }

@media (min-width: 992px) {
    .bx-modal-container .catalog_item {
        height: 360px; }
    .bx-modal-container .catalog_item .price__pdd {
        background-color: #f9730e;
        display: block; } }

@media (max-width: 992px) and (min-width: 768px) {
    .bx-modal-container .bx-constructor-container-result .buy1click {
        line-height: 1; }
    .bx-modal-container .bx-constructor-container-result .btn.add2cart, .bx-modal-container .bx-constructor-container-result .sale_order_full_table.complete input.add2cart[type="submit"], .sale_order_full_table.complete .bx-modal-container .bx-constructor-container-result input.add2cart[type="submit"], .bx-modal-container .bx-constructor-container-result .add2cart.btn1, .bx-modal-container .bx-constructor-container-result .order-section .add2cart.btn-default, .order-section .bx-modal-container .bx-constructor-container-result .add2cart.btn-default, .bx-modal-container .bx-constructor-container-result .order-sidebar .bx-soa-cart-total-button-container > a.add2cart, .order-sidebar .bx-modal-container .bx-constructor-container-result .bx-soa-cart-total-button-container > a.add2cart, .bx-modal-container .bx-constructor-container-result .add2cart.btn2, .bx-modal-container .bx-constructor-container-result .add2cart.btn3, .bx-modal-container .bx-constructor-container-result .add2cart.select__btn, .bx-modal-container .bx-constructor-container-result .add2cart.sale-order-list-button, .bx-modal-container .bx-constructor-container-result .add2cart.sale-order-detail-about-order-inner-container-repeat-button, .bx-modal-container .bx-constructor-container-result .add2cart.sale-order-detail-about-order-inner-container-repeat-cancel, .bx-modal-container .bx-constructor-container-result .add2cart.sale-order-detail-payment-options-methods-button-element, .bx-modal-container .bx-constructor-container-result
    .add2cart.sale-order-detail-payment-options-methods-button-element-new-window {
        line-height: 1; } }

.bx-modal-container .bx-catalog-set-item-container.catalog_item {
    height: 396px; }

.bx-modal-container .discount_price_block {
    color: #f9730e;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
    border: 2px dashed #7c7c7c;
    padding: 6px;
    box-sizing: border-box; }
.bx-modal-container .discount_price_block .discount_price_block_pr {
    font-size: 18px; }

.bx-modal-container .show_more_set {
    margin: 20px 0 0; }

.bx-modal-container .icon-svg.icon-phone {
    height: 20px;
    margin-right: 5px;
    width: 18px; }

.bx-modal-container .bx-modal-description {
    font-size: 80%;
    color: #8E8E8E; }

.bx-modal-container .bx-original-item-container {
    text-align: center;
    margin-bottom: 20px; }
.bx-modal-container .bx-original-item-container.catalog_item .catalog_item__inner {
    box-shadow: none;
    height: 100%;
    margin: auto; }

.bx-modal-container .bx-added-item-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
.bx-modal-container .bx-added-item-table-container {
    float: none;
    margin: 0;
    max-height: 342px;
    overflow: auto;
    width: 100%; }
.bx-modal-container .bx-added-item-table-cell-itemname, .bx-modal-container .bx-added-item-table-cell-img, .bx-modal-container .bx-added-item-table-cell-del, .bx-modal-container .bx-added-item-table-cell-price {
    box-sizing: border-box;
    border-top: 1px solid #edeef0;
    padding: 3px 5px; }
.bx-modal-container .bx-added-item-table-cell-itemname .bx-added-item-old-price, .bx-modal-container .bx-added-item-table-cell-img .bx-added-item-old-price, .bx-modal-container .bx-added-item-table-cell-del .bx-added-item-old-price, .bx-modal-container .bx-added-item-table-cell-price .bx-added-item-old-price {
    margin: 0;
    padding: 0;
    text-decoration: line-through; }
.bx-modal-container .bx-added-item-table-cell-img {
    text-align: center; }
.bx-modal-container .bx-added-item-table-cell-img img {
    max-height: 100px;
    max-width: 80px; }
.bx-modal-container .bx-added-item-table-cell-img, .bx-modal-container .bx-added-item-table-cell-del {
    width: 100px; }
.bx-modal-container .bx-added-item-table-cell-price {
    width: 80px;
    text-align: left;
    line-height: 1px; }
.bx-modal-container .bx-added-item-table-cell-del {
    width: 50px;
    text-align: center; }
.bx-modal-container .bx-added-item-table-cell-del .bx-added-item-delete-text {
    display: none; }

.bx-modal-container .bx-added-item-new-price {
    white-space: nowrap; }

.bx-modal-container .bx-added-item-delete {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMkRGNUY2QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDMkRGNUY3QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEMyREY1RjRCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyREY1RjVCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAJAAkDAREAAhEBAxEB/8QAawAAAwEAAAAAAAAAAAAAAAAAAAUICgEAAwEBAAAAAAAAAAAAAAAAAAEEAwUQAAEDAgMJAAAAAAAAAAAAAAMCBAYSBQATCEJyI7XVlgdXOBEAAgIBBQAAAAAAAAAAAAAAAAFRIgIRMYGhQv/aAAwDAQACEQMRAD8A1KSiUXhneJpFYrNL850qOb8EU/n4QrentZ3qyEes2b0hFFW0WVSc0tKqatqri9HHFaJtWIm42LOyNPXsxPe1z6hiS8dG9JAHz15M3ZtzO4YPa4DwxrhDP//Z) no-repeat center; }

.bx-modal-container .bx-item-set-result-block {
    text-align: center; }

.bx-modal-container .bx-item-set-economy-price {
    white-space: nowrap;
    color: #B8B8B8;
    font-size: 11px;
    line-height: 11px;
    padding: 0 0 10px;
    display: inline-block; }

.bx-modal-container .bx-catalog-set-topsale-slider-box {
    position: relative; }

.bx-modal-container .bx-catalog-set-topsale-slider-container {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch; }

.bx-modal-container .bx-catalog-set-item-container {
    position: relative;
    min-height: 20px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    border-radius: 18px;
    margin-bottom: 10px;
    width: 225px;
    z-index: 1; }
.bx-modal-container .bx-catalog-set-item-container:first-child {
    margin-left: 0; }

.bx-modal-container .bx-catalog-set-item-notavailable {
    height: 30px;
    background: #dedede;
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d3d3d3; }

.bx-modal-container .bx-catalog-set-item-col, .bx-modal-container .bx-catalog-set-item-scu, .bx-modal-container .bx-catalog-set-item-custom {
    padding: 5px 15px; }

.bx-modal-container .bx-catalog-set-item-img {
    padding: 10px;
    position: relative;
    padding-top: 109% !important;
    height: 0; }
.bx-modal-container .bx-catalog-set-item-img-container {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
.bx-modal-container .bx-catalog-set-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%; }

.bx-modal-container .bx-catalog-set-item-title {
    overflow: hidden;
    height: 50px;
    vertical-align: top;
    position: relative; }

.bx-modal-container .bx-catalog-set-item-title:after {
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    position: absolute;
    transition: opacity 200ms ease; }

.bx-modal-container .bx-catalog-set-item .price__pdv {
    float: right; }

.bx-modal-container .bx-catalog-set-itemosition {
    position: relative; }

.bx-modal-container .catalog_item__name {
    text-align: left; }

.bx-modal-container .bx-constructor-container-result {
    text-align: left; }

.bx-modal-container .detail__buy .icon-cart, .bx-modal-container .order-section .bx-soa-pp-desc-container .icon-cart, .order-section .bx-modal-container .bx-soa-pp-desc-container .icon-cart, .bx-modal-container .order-sidebar .bx-soa-cart-total .icon-cart, .order-sidebar .bx-modal-container .bx-soa-cart-total .icon-cart {
    height: 26px;
    margin-right: 5px;
    width: 30px; }

.bx-modal-container .bx-added-item-table-cell-del {
    box-sizing: border-box;
    height: 108px; }

.bx-modal-container .bx-catalog-set-item-price {
    margin-bottom: 10px; }

/**/
.bx-modal-container .bx-catalog-set-item-col {
    text-align: center; }

.bx-modal-container .bx-catalog-set-item-col-minus,
.bx-modal-container .bx-catalog-set-item-col-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle; }

.bx-modal-container .bx-catalog-set-item-col-input {
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    font-size: 11px; }

/**/
.bx-modal-container .bx-catalog-set-item-add-btn {
    text-align: center; }

.bx-modal-container .bx-catalog-set-item-custom {
    font-size: 12px;
    color: #B8B8B8; }

/**/
.bx-modal-container .bx-catalog-set-topsale-slide {
    display: none; }

.bx-modal-container .bx-catalog-set-topsale-slide.bx-active {
    display: block; }

.bx-modal-container .bx-catalog-set-topsale-slide-control {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }

.bx-modal-container .bx-catalog-set-topsale-slide-control-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #dbdbdb; }

.bx-modal-container .bx-catalog-set-topsale-slide-control-dot:hover,
.bx-modal-container .bx-catalog-set-topsale-slide-control-dot.bx-active {
    background: #1485CE; }

@media (max-width: 992px) {
    .picbox__bar .scroll-arrow {
        display: none; } }

@media (max-width: 530px) {
    .bx-modal-container .bx-added-item-table,
    .bx-modal-container .bx-added-item-table tbody,
    .bx-modal-container .bx-added-item-table tr,
    .bx-modal-container .bx-added-item-table-cell-img,
    .bx-modal-container .bx-added-item-table-cell-itemname,
    .bx-modal-container .bx-added-item-table-cell-price,
    .bx-modal-container .bx-added-item-table-cell-del {
        display: block; }
    .bx-modal-container .bx-added-item-table,
    .bx-modal-container .bx-added-item-table tr,
    .bx-modal-container .bx-added-item-table-cell-itemname,
    .bx-modal-container .bx-added-item-table-cell-price,
    .bx-modal-container .bx-added-item-table-cell-del {
        width: 100%; }
    .bx-modal-container .bx-added-item-table tr {
        padding-top: 10px;
        padding-bottom: 15px;
        border-top: 1px solid #EDEEF0;
        clear: both; }
    .bx-modal-container .bx-added-item-table-cell-img {
        float: left;
        border-top: none; }
    .bx-modal-container .bx-added-item-table-cell-itemname {
        border-top: none; }
    .bx-modal-container .bx-added-item-table-cell-price {
        border-top: none; }
    .bx-modal-container .bx-added-item-table-cell-del {
        text-align: right;
        border-top: none;
        margin-top: -30px;
        padding-right: 20px;
        box-sizing: border-box;
        height: auto; }
    .bx-catalog-set-topsale-slider-box .scroll-element.scroll-x.scroll-scrollx_visible {
        display: none; }
    /*  .bx-modal-container .bx-added-item-delete{
    display: none;
  }*/
    .bx-modal-container .bx-added-item-table-cell-del .bx-added-item-delete-text {
        color: #D63131;
        cursor: pointer;
        display: inline; }
    .bx-modal-container .bx-catalog-set-topsale-slider-box:after,
    .bx-modal-container .bx-catalog-set-topsale-slider-box:before {
        /*display: none;*/
        width: 2px; }
    .bx-modal-container .bx-catalog-set-item-img img {
        /*.bx-modal-container .bx-catalog-set-item-img-container {*/
        border: 1px solid #EDEEF0; }
    .bx-modal-container .bx-catalog-set-item-img,
    .bx-modal-container .bx-catalog-set-item-custom {
        padding: 10px 5px; } }

.bx-filter {
    border: 1px solid #e0e0e0;
    border-radius: 0.75em;
    margin-bottom: 18px;
    width: 100%; }

.bx-filter .bx-filter-section {
    /*background: #edf6fc; /* color */
    position: relative; }

.bx-filter .bx-filter-section > .row {
    padding: 0 5px; }

.bx-filter .bx-filter-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #000;
    text-shadow: 0 1px 0 #fff; }

/*Sections*/
.bx-filter .bx-filter-parameters-box {
    padding: 18px 1em;
    position: relative; }
.bx-filter .bx-filter-parameters-box:first-child {
    border-radius: 0.75em 0.75em 0 0; }

.bx-filter .bx-filter-parameters-box-title {
    color: #000;
    font-size: 15px;
    font-weight: bold; }

.bx-filter-parameters-box .bx-filter-parameters-box-angle {
    border-top: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle; }

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-angle {
    border-top: transparent;
    border-bottom: 4px solid; }

@media (min-width: 992px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 768px) and (max-width: 991px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
        clear: both; } }

.bx-filter .bx-filter-parameters-box-title span {
    cursor: pointer; }
.bx-filter .bx-filter-parameters-box-title span:hover {
    color: #7c7c7c; }

.bx-filter .bx-filter-block {
    box-sizing: content-box;
    display: none;
    margin-top: 9px;
    transition: padding .3s ease; }

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block; }

.bx-filter .bx-filter-parameters-box .bx-filter-block i.bx-ft-sub {
    font-style: normal;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 36px;
    margin-right: 4.5px; }

.bx-filter-param {
    border: 1px solid #e0e0e0;
    border-radus: 0.3em;
    display: block;
    margin-top: -1px;
    padding: 4.5px 9px 4.5px 27px; }
.bx-filter-param:first-child {
    margin-top: 0; }

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f; }

/*
* INPUTS
*
*/
.bx-filter .bx-filter-input-container {
    overflow: hidden; }

.bx-filter-search > input,
.bx-filter .bx-filter-input-container input {
    display: block;
    font-size: 13px;
    height: 36px;
    width: 100%;
    margin: 0;
    padding: 0 4px;
    background: #fff;
    outline: none; }

.bx-filter .bx-filter-input-container input {
    text-align: right; }

.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 1px;
    border-image: url(/bitrix/templates/sm_default/assets/css/images/border_default.png) 2 repeat; }

.bx-filter .bx-filter-input-container input:focus {
    border-color: #7c7c7c; }

.bx-retina .bx-filter .bx-filter-input-container input:focus {
    border-image: url(/bitrix/templates/sm_default/assets/css/images/active.png) 2 repeat; }

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
    /* Fix of input shadow for IOS browsers. */
    background-image: linear-gradient(#fff 0%, #fff 100%); }

.bx-filter .bx-filter-button-box {
    border-radius: 0 0 0.75em 0.75em;
    clear: both;
    padding: 18px 1em;
    text-align: center; }

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px; }

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
    background: #d8e9f0; }

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7; }

.bx-filter .bx-ui-slider-part.p1 {
    background: none;
    left: -1px; }

.bx-filter .bx-ui-slider-part.p2 {
    left: 25%; }

.bx-filter .bx-ui-slider-part.p3 {
    left: 50%; }

.bx-filter .bx-ui-slider-part.p4 {
    left: 75%; }

.bx-filter .bx-ui-slider-part.p5 {
    background: none;
    right: -1px; }

.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: bold;*/
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000; }

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
    color: #6b8086; }

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0; }

.bx-filter .bx-ui-slider-range {
    background: image-url("/bitrix/templates/sm_default/assets/css/trackbar_full.png") no-repeat scroll 0 0/contain transparent; }

.bx-filter .bx-ui-slider-pricebar {
    z-index: 100; }

.bx-filter .bx-ui-slider-pricebar-vd {
    background: #849da4;
    background: linear-gradient(180deg, #849da4 0%, #93afb7 100%);
    z-index: 60; }

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
    background: #a8dff3; }

.bx-filter .bx-ui-slider-pricebar-v {
    background: #7c7c7c;
    background-image: linear-gradient(180deg, #7c7c7c, #695757);
    z-index: 80; }

.bx-filter .bx-ui-slider-handle {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: 0px -92px;
    width: 23px;
    height: 22px;
    position: absolute;
    top: -6px;
    border-bottom: none;
    z-index: 90; }

.bx-filter .bx-ui-slider-handle:hover {
    cursor: -webkit-grab;
    cursor: grab; }

.bx-filter .bx-ui-slider-handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -21px;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/ }

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -21px;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/ }

/*
*	Select
*
*/
/*
.bx-filter .bx-filter-select-container {
	display: block;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	border-image: url(/bitrix/templates/sm_default/assets/css/images/border_default.png) 2 repeat;
}
*/
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
			border-image: url(/bitrix/templates/sm_default/assets/css/images/active.png) 2 repeat;
}*/
/*
.bx-filter .bx-filter-select-block {

	position: relative;
	display: block;
	box-sizing: border-box;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
	width: 100%;
}
*/
.bx-filter .select__btn {
    width: 100%; }

.bx-filter .bx-filter-select-text {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis; }

.bx-filter .bx-filter-select-text.fix {
    min-width: 120px; }

.bx-filter .bx-filter-select-text label {
    cursor: pointer; }

.bx-filter .bx-filter-select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 33px;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center; }

/*
*	Select popup
*
*/
/*
.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
*/
/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
    padding: 18px;
    /*border-top: 1px solid #d7eaf7;/* COLOR */
    /*border-bottom: 1px solid #d7eaf7;/* COLOR */ }

.bx-filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    /*color: #68939e;/* COLOR */
    text-shadow: none; }

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
    color: #1d3d46; }

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    float: left;
    display: block;
    margin-right: 5px; }

.bx-filter .offer_prop-btn .offer_prop__value {
    /*
	min-width: 30%;
	margin-right: 5%;

	&amp;:nth-child(2n+1) {
		margin-right: 0;
	}
	*/ }

.bx-filter-select-container .bx-filter-param-label,
.bx-filter-param-btn-block .bx-filter-param-label {
    display: block;
    float: none;
    margin-right: 0; }

.bx-filter-param-btn-prices .bx-filter-param-label {
    min-width: 48%;
    float: left;
    margin-right: 4%; }
.bx-filter-param-btn-prices .bx-filter-param-label:nth-child(2n) {
    margin-right: 0; }

.bx-filter-select-container .bx-filter-param-label {
    margin: 0; }

.bx-filter-select-container .bx-filter-btn-color-icon,
.bx-filter-param-btn-block .offer_prop__icon {
    margin-right: 0.75em;
    vertical-align: middle; }

.bx-filter-select-container .bx-filter-btn-color-icon {
    border-radius: 0;
    border: 1px solid #ededed; }

.bx-filter-select-container .offer_prop__img {
    box-shadow: 0;
    border-radius: 0; }

.bx-filter .bx-filter-param-label {
    /*font-size: 13px;*/
    cursor: pointer;
    display: block; }
.bx-filter .bx-filter-param-label.checked {
    cursor: pointer; }
.bx-filter .bx-filter-param-label .offer_prop__icon {
    display: inline-block; }

.bx-filter .bx-filter-param-label.dib {
    display: inline-block; }

.bx-filter .bx-filter-param-text {
    font-weight: normal;
    vertical-align: middle; }

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #6c6c6c; }

.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa; }

/*
*	Checkbox / Radio
*
*/
/*
.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
*/
/*
* 	BTN
*
*/
.bx-filter .bx-filter-param-btn {
    font-weight: normal;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    position: relative;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    cursor: pointer; }

.bx-retina .bx-filter .bx-filter-param-btn {
    border-style: solid;
    border-width: 1px;
    border-image: url(/bitrix/templates/sm_default/assets/css/images/border_default.png) 2 repeat; }

/* COLOR */
.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
    border-color: #7c7c7c; }

.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
    border-image: url(/bitrix/templates/sm_default/assets/css/images/active.png) 2 repeat; }

/* --- colors */
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none; }

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    position: relative; }

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7; }

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
    line-height: 26px; }

/*
* BTN P/M
*
*/
.bx-filter .bx-filter-param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent; }

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.bx-filter .bx-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12); }

.bx-filter span.bx-spm {
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000; }

/*
*	icon
*
*/
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px; }

.bx-filter-select-container .offer_prop__icon {
    border: 1px solid #e0e0e0;
    padding: 0;
    /*position:relative;*/
    /*top:4px;*/ }

.bx-filter-select-container .bx-filter-btn-color-icon {
    float: left;
    width: 1.5em;
    height: 1.5em;
    top: 0 !important; }

/*
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
*/
.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none; }

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0; }

.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0; }

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .2; }

/*
* 	BIZ
*
*/
.bx-filter .bx-filter-parameter-biz {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #1485ce;
    border-bottom: 1px dashed; }

.bx-filter .bx-filter-parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid; }

.bx-filter .bx-filter-parameter-biz.bx-active {
    position: relative;
    /*padding-left:20px;*/
    color: #000;
    border-color: transparent; }

/*
*	BTN result and reset
*
*/
.btn-themes {
    /*background-color: #1485CE;/* COLOR */
    /*border-color: #1485CE;/* COLOR */
    color: #FFF; }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    /*background-color: #53A4D8;/* COLOR */
    /*border-color: #53A4D8;/* COLOR */
    color: #FFF; }

/*
* 	Result Popup
*
*/
.bx-filter .bx-filter-popup-result {
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    background: #fff;
    border: 2px solid #7c7c7c;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    color: #3F3F3F;
    display: none;
    float: left;
	height: 30px;
   /* height: 26px;*/
    left: 102%;
    line-height: 26px;
    position: absolute;
    white-space: nowrap;
    z-index: 930; }
.bx-filter .bx-filter-popup-result:before {
    border-right: 20px solid #7c7c7c;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: '';
    display: block;
    left: -21px;
    position: absolute;
    top: -2px; }
.bx-filter .bx-filter-popup-result:after {
    border-right: 19px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: -19px;
    top: 0; }

/*
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	border-image: url(/bitrix/templates/sm_default/assets/css/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	border-image: url(/bitrix/templates/sm_default/assets/css/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}

.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
*/
.bx-filter .bx-filter-popup-result a {
    font-weight: bold;
    text-decoration: underline; }

.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none; }

.bx-filter .bx-filter-popup-result-close {
    display: none; }

@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #c6dae7;
        background: rgba(255, 255, 255, 0.9); }
    .bx-touch .bx-filter .bx-filter-popup-result br {
        display: none; }
    .bx-filter .bx-filter-popup-result .arrow {
        display: none; } }

.bx-filter-submit {
    margin-bottom: 9px; }

.bx-filter-reset {
    background: none;
    border: none;
    border-bottom: 1px dotted;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
    text-decoration: none; }

.bx-filter-reset:hover {
    color: #7c7c7c; }

.bx-filter .bx-filter-scroll {
    max-height: 198px;
    overflow: auto;
    padding-top: 1px; }
.bx-filter .bx-filter-scroll .scroll-element {
    background: #fafafa linear-gradient(180deg, #fafafa, #f2f2f2) repeat scroll 0 0; }

.filterin {
    margin-bottom: 18px; }
.filterin__prop {
    margin-right: 9px; }
.filterin__name {
    font-weight: bold;
    margin-right: 9px; }
.filterin__val {
    cursor: pointer;
    margin-right: 8px;
    white-space: nowrap; }
.filterin__val:hover {
    text-decoration: underline; }
.filterin__val:last-child {
    margin-right: 0; }
.filterin__hint {
    margin-left: .5em;
    border-radius: 0.3em;
    width: 1.125em; }
.filterin__hint.del {
    background: #7c7c7c; }
.filterin__hint.reset {
    background: #f9730e; }

@media (min-width: 992px) {
    .bx-filter-submit {
        margin: 0 auto 9px;
        width: 80%; } }

@media (min-width: 992px) {
    .bx-filter-submit {
        margin: 0 auto 9px;
        width: 80%; } }

.props_group {
    margin-bottom: 9px; }
.props_group__name {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 18px; }
.props_group__props {
    width: 100%; }
.props_group__props > tbody > tr > th,
.props_group__props > tbody > tr > td {
    padding: 9px 18px;
    text-align: left;
    width: 50%; }
.props_group__props > tbody > tr:nth-child(odd) {
    background: #e0e0e0; }
@media (min-width: 992px) {
    .props_group {
        width: 580px; } }

@media (min-width: 992px) {
    .desdop {
        width: 580px; } }

.reviews-bar .form-panel .btn, .reviews-bar .form-panel .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .reviews-bar .form-panel input[type="submit"], .reviews-bar .form-panel .btn1, .reviews-bar .form-panel .order-section .btn-default, .order-section .reviews-bar .form-panel .btn-default, .reviews-bar .form-panel .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .reviews-bar .form-panel .bx-soa-cart-total-button-container > a, .reviews-bar .form-panel .btn2, .reviews-bar .form-panel .btn3, .reviews-bar .form-panel .select__btn, .reviews-bar .form-panel .sale-order-list-button, .reviews-bar .form-panel .sale-order-detail-about-order-inner-container-repeat-button, .reviews-bar .form-panel .sale-order-detail-about-order-inner-container-repeat-cancel, .reviews-bar .form-panel .sale-order-detail-payment-options-methods-button-element, .reviews-bar .form-panel
.sale-order-detail-payment-options-methods-button-element-new-window {
    width: 100%;
    margin-bottom: 10px; }

#form_reviews {
    display: none; }

.reviews__item {
    margin-bottom: 18px; }

.reviews__user {
    background-color: #ededed;
    margin-bottom: 9px;
    padding: 9px 18px; }

.reviews__image-avatar {
    display: block;
    float: left;
    margin-right: 9px; }
.reviews__image-avatar .icon-user {
    height: 20px;
    width: 20px; }

.reviews__user-name {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 10px; }

.reviews__detail {
    margin-bottom: 9px;
    padding: 0 9px; }
.reviews__detail-name {
    font-weight: bold; }

.reviews__rate {
    vertical-align: middle; }

.reviews__date {
    vertical-align: middle; }

.reviews .btn, .reviews .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .reviews input[type="submit"], .reviews .btn1, .reviews .order-section .btn-default, .order-section .reviews .btn-default, .reviews .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .reviews .bx-soa-cart-total-button-container > a, .reviews .shop-panel .btn.active, .shop-panel .reviews .btn.active, .reviews .btn2, .reviews .btn3, .reviews .select__btn, .reviews .sale-order-list-button, .reviews .sale-order-detail-about-order-inner-container-repeat-button, .reviews .sale-order-detail-about-order-inner-container-repeat-cancel, .reviews .sale-order-detail-payment-options-methods-button-element, .reviews
.sale-order-detail-payment-options-methods-button-element-new-window {
    margin-bottom: 10px;
    width: 100%; }

.brand {
    color: #666666; }
.brand__logo {
    display: inline-block;
    min-width: 100px;
    width: 150px; }
.brand__text {
    font-size: 15px;
    padding: 9px 0; }
.brand > .media-left {
    display: block;
    padding-right: 0; }

@media (min-width: 768px) {
    .brand > .media-left {
        display: table-cell;
        padding-right: 18px; } }

.sale-personal-section-index-block {
    background: #7c7c7c;
    background-size: cover;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 87%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 18px;
    opacity: .8;
    padding: 27px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s; }

.sale-personal-section-index-block:hover,
.sale-personal-section-index-block:active,
.sale-personal-section-index-block:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none; }

.sale-personal-section-index-block-name {
    font-size: 15px;
    margin: 0; }

@media (max-width: 992px) {
    .sale-personal-section-index-block {
        height: auto;
        margin: 8px 0; } }

.sale-personal-section-row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.panel, .order-section {
    border: 1px solid #e0e0e0;
    border-radius: 0.75em;
    margin-bottom: 18px;
    position: relative; }
.panel__head, .order-section .order-section__title {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px 8px 0 0;
    border-radius: 0.75em 0.75em 0 0;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    padding: 9px 18px;
    text-align: left; }
.panel__name {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0; }
.panel__body, .order-section .bx-soa-section-content {
    margin: 0 18px 0;
    padding-top: 18px; }
.panel__body .table_items, .order-section .bx-soa-section-content .table_items {
    marginbottom: 0; }
.panel__body .table_items tr:last-child > td, .order-section .bx-soa-section-content .table_items tr:last-child > td {
    border-bottom: 0; }
.panel__body.is-hidden, .order-section .is-hidden.bx-soa-section-content {
    display: none; }
.panel__col {
    margin-bottom: 18px; }
.panel__col .list-inline {
    margin-bottom: 0; }
.panel__icon {
    fill: #e0e0e0;
    margin-right: .5em; }
.panel__icon.icon-user {
    height: 22px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 22px; }
.panel__icon.icon-box {
    height: 22px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 23px; }
.panel__icon.icon-cart {
    height: 22px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 26px; }
.panel__more {
    color: #f9730e;
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none; }
.panel__sub {
    padding: 9px 0 7.2px;
    text-transform: uppercase; }
.panel__subtitle {
    color: #999999;
    float: left;
    font-size: 10px;
    margin: 0 4.5px 0 0; }
.panel__subborder {
    background: #e0e0e0;
    display: block;
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden; }
.panel__footer {
    margin: 9px 18px;
    padding-top: 9px;
    border-top: 1px solid #e0e0e0; }
.panel__footer a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none; }
.panel__footer a:hover {
    text-decoration: underline; }

.profile_block.order_hided {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    padding: 0; }

.profile_block.order_hided .profile_block_body {
    display: none; }

.profile_block .data-table {
    width: 100%; }

.data-table .textinput40 {
    width: 100%; }

.profile_block .profile_block_head .icon {
    line-height: 40px;
    margin: -2px 7px 0 0; }

.profile_block .title-razdel {
    float: left;
    font-size: 15px;
    margin-left: 7px; }

.profile_block td {
    color: #444;
    padding-bottom: 16px; }

.profile_block img {
    max-height: 100px;
    max-width: 80px; }

.table_items,
.table_items > tbody,
.table_items > tbody > tr {
    display: block; }

.table_items > tbody > tr > td {
    display: block;
    border: none;
    padding: 0; }

.table_item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative; }
.table_item__td:first-line {
    line-height: 36px; }
.table_item__pic {
    box-sizing: border-box;
    float: left;
    padding: 0 9px 9px 0;
    text-align: center;
    width: 25%; }
.table_item__img {
    max-height: 90px; }
.table_item__head {
    margin-bottom: 9px;
    text-align: left; }
.table_item__name {
    margin: 0; }
.table_item__offer_props {
    margin-bottom: 9px; }
.table_item .table_item__price {
    float: left; }
.table_item .table_item__sum {
    clear: right;
    float: right; }
.table_item__quantity {
    float: right;
    margin-bottom: 9px; }
.table_item__total {
    clear: both;
    text-align: center; }
.table_item__link {
    margin-left: 0.75em;
    margin-right: 0.75em;
    white-space: nowrap; }
.table_item .price__pdv {
    color: #f9730e; }
.table_item .dl-list {
    overflow: hidden; }

@media (min-width: 768px) {
    .table_item__name {
        font-size: 15px; }
    .table_item__pic {
        padding: 0 18px 18px 0; }
    .table_item__props {
        clear: none; } }

@media (min-width: 992px) {
    .table_items {
        display: table;
        min-height: auto;
        width: 100%; }
    .table_items > tbody {
        display: table-row-group; }
    .table_items > tbody > tr {
        display: table-row; }
    .table_item__td,
    .table_items > tbody > tr > td,
    .table_item .table_item__quantity,
    .table_item .table_item__price,
    .table_item .table_item__total,
    .table_item .table_item__sum {
        display: table-cell;
        float: none;
        margin: 0;
        padding: 27px 4.5px;
        vertical-align: top; }
    .table_item {
        display: table-row;
        margin: 0;
        padding: 0;
        position: static; }
    .table_item__title {
        display: none; }
    .table_item .table_item__total {
        float: right;
        text-align: left; }
    .table_item__img {
        max-height: none; }
    .table_item__link {
        display: block;
        margin: 0 0 9px 0; } }

.personal-subscribe .personal-subscribe__format,
.personal-subscribe .personal-subscribe__rubrics,
.personal-subscribe .personal-subscribe__note,
.personal-subscribe .personal-subscribe__button,
.personal-subscribe .personal-subscribe__utility {
    margin-bottom: 9px; }

.personal-subscribe .personal-subscribe__utility .btn, .personal-subscribe .personal-subscribe__utility .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .personal-subscribe .personal-subscribe__utility input[type="submit"], .personal-subscribe .personal-subscribe__utility .btn1, .personal-subscribe .personal-subscribe__utility .order-section .btn-default, .order-section .personal-subscribe .personal-subscribe__utility .btn-default, .personal-subscribe .personal-subscribe__utility .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .personal-subscribe .personal-subscribe__utility .bx-soa-cart-total-button-container > a, .personal-subscribe .personal-subscribe__utility .btn2, .personal-subscribe .personal-subscribe__utility .btn3, .personal-subscribe .personal-subscribe__utility .select__btn, .personal-subscribe .personal-subscribe__utility .sale-order-list-button, .personal-subscribe .personal-subscribe__utility .sale-order-detail-about-order-inner-container-repeat-button, .personal-subscribe .personal-subscribe__utility .sale-order-detail-about-order-inner-container-repeat-cancel, .personal-subscribe .personal-subscribe__utility .sale-order-detail-payment-options-methods-button-element, .personal-subscribe .personal-subscribe__utility
.sale-order-detail-payment-options-methods-button-element-new-window {
    margin: 9px 0; }

.personal-subscribe .personal-subscribe__note {
    color: #666666; }

.personal-subscribe .personal-subscribe__save-icon {
    background-position: 0 -1787px;
    height: 16px;
    width: 24px; }

.personal-subscribe .personal-subscribe__email {
    display: inline-block;
    width: auto;
    min-width: 220px; }

.personal-subscribe .radio-inline,
.personal-subscribe .checkbox-inline {
    padding: 9px 18px 9px 21.6px; }

.authform .authform__title {
    font-size: 16px;
    line-height: 18px; }

.authform .authform__nonsecure-note,
.authform .authform__btn,
.authform .authform__title {
    margin-bottom: 18px; }

.authform .authform__captcha-input {
    float: left;
    max-width: 138.5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.authform .authform__restore-link:hover {
    color: #7c7c7c;
    text-decoration: underline; }

.authform input {
    max-width: 275px; }

.authform .authform__btn {
    width: 100%;
    max-width: 260px; }

.authform.is-popup .authform__btns > div {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: -4px; }

.authform.is-popup .authform__btns > div:nth-child(1) {
    width: 40%; }

.authform.is-popup .authform__btns > div:nth-child(1) .btn, .authform.is-popup .authform__btns > div:nth-child(1) .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .authform.is-popup .authform__btns > div:nth-child(1) input[type="submit"], .authform.is-popup .authform__btns > div:nth-child(1) .btn1, .authform.is-popup .authform__btns > div:nth-child(1) .order-section .btn-default, .order-section .authform.is-popup .authform__btns > div:nth-child(1) .btn-default, .authform.is-popup .authform__btns > div:nth-child(1) .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .authform.is-popup .authform__btns > div:nth-child(1) .bx-soa-cart-total-button-container > a, .authform.is-popup .authform__btns > div:nth-child(1) .btn2, .authform.is-popup .authform__btns > div:nth-child(1) .btn3, .authform.is-popup .authform__btns > div:nth-child(1) .select__btn, .authform.is-popup .authform__btns > div:nth-child(1) .sale-order-list-button, .authform.is-popup .authform__btns > div:nth-child(1) .sale-order-detail-about-order-inner-container-repeat-button, .authform.is-popup .authform__btns > div:nth-child(1) .sale-order-detail-about-order-inner-container-repeat-cancel, .authform.is-popup .authform__btns > div:nth-child(1) .sale-order-detail-payment-options-methods-button-element, .authform.is-popup .authform__btns > div:nth-child(1)
.sale-order-detail-payment-options-methods-button-element-new-window {
    width: 100%; }

.authform.is-popup .authform__btns > div:nth-child(2) {
    width: 60%; }

.authform.is-popup input {
    max-width: 100%; }

.authform.is-popup div.bx-auth-services div {
    width: auto; }

.authform.is-popup div.bx-auth-services b {
    display: none; }

.authform.is-popup .authform__captcha-input {
    padding: 9px 0; }

.sale-personal-section-index-block {
    background: #7c7c7c;
    background-size: cover;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 87%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 18px;
    opacity: .8;
    padding: 27px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s; }

.sale-personal-section-index-block:hover,
.sale-personal-section-index-block:active,
.sale-personal-section-index-block:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none; }

.sale-personal-section-index-block-name {
    font-size: 15px;
    margin: 0; }

@media (max-width: 992px) {
    .sale-personal-section-index-block {
        height: auto;
        margin: 8px 0; } }

.sale-personal-section-row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.sale-personal-account-wallet-container {
    max-width: 430px;
    margin-bottom: 18px; }

.sale-personal-account-wallet-title {
    background-color: #7c7c7c;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 18px;
    border-radius: 3px 3px 0 0; }

.sale-personal-account-wallet-list-container {
    background-color: #967676;
    color: #fff;
    border-radius: 0 0 3px 3px; }

.sale-personal-account-wallet-list-item {
    position: relative;
    padding: 9px 18px;
    font-size: 15px;
    overflow: hidden;
    border-bottom: 1px solid #7c7c7c; }

.sale-personal-account-wallet-list .sale-personal-account-wallet-list-item:last-child {
    border-bottom: none; }

.sale-personal-account-wallet-currency {
    display: inline-block;
    float: left;
    font-size: 15px;
    vertical-align: middle; }

.sale-personal-account-wallet-currency-item {
    font-size: 15px;
    font-weight: bold;
    color: #fff; }

.sale-personal-account-wallet-currency-item + .sale-personal-account-wallet-currency-item {
    font-size: 11px;
    font-weight: bold; }

.sale-personal-account-wallet-sum {
    display: inline-block;
    float: right;
    white-space: nowrap;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle; }

.sale-acountpay-block {
    margin-bottom: 10px; }

.sale-acountpay-title {
    font-size: 14px; }

.sale-acountpay-fixedpay-list {
    list-style: none;
    margin: 0;
    padding: 0; }

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #d1ecf0;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #000;
    font-size: 13px;
    min-width: 55px;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 0 9px;
    transition: background 300ms ease; }

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
    background: #d1e6f0; }

.bx-sap .control-label.input-lg {
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    vertical-align: middle; }

/*pay*/
.sale-acountpay-pp-company {
    padding-bottom: 20px;
    z-index: 100;
    position: relative; }

.sale-acountpay-pp .sale-acountpay-pp-company {
    padding: 7px;
    border: 1px solid transparent;
    transition: all 100ms ease; }

.sale-acountpay-pp-company-graf-container {
    border: 2px solid #c3cace;
    border-radius: 2px;
    position: relative;
    background: #fff;
    width: auto;
    height: 0;
    padding-top: 50%; }

.sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container {
    border-color: #159ebb; }

.sale-acountpay-pp-company.bx-error .sale-acountpay-pp-company-graf-container {
    border-color: #db4a29; }

.sale-acountpay-pp-company.bx-warning .sale-acountpay-pp-company-graf-container {
    border-color: #ccbe71; }

input[type=checkbox].sale-acountpay-pp-company-checkbox {
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    z-index: 100; }

.sale-acountpay-pp-company-image {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.sale-acountpay-pp-company-smalltitle {
    padding-top: 9px;
    color: #a3a3a3;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px; }

.sale-acountpay-pp-company-title {
    font-size: 19px;
    font-weight: bold; }

.sale-acountpay-pp-company-selected {
    padding: 4px 0; }

ul.sale-acountpay-pp-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000; }

ul.sale-acountpay-pp-list li {
    clear: both;
    padding: 5px 0; }

.sale-acountpay-pp-list-termin {
    color: #8d8d8d;
    display: block; }

.sale-acountpay-pp-list-description {
    display: block; }

.sale-acountpay-pp-delivery-cost {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 2px 4px;
    right: -2px;
    bottom: -2px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.5); }

.sale-acountpay-pp-field .form-control, .sale-acountpay-pp-field .typeselect, .sale-acountpay-pp-field .order-section .bx-soa-coupon-item > strong, .order-section .sale-acountpay-pp-field .bx-soa-coupon-item > strong {
    background: #fff; }

.sale-acountpay-pp-price {
    text-align: right;
    padding: 4px 0; }

.sale-acountpay-service-small {
    color: #a3a3a3;
    font-size: 11px; }

@media (min-width: 1200px) {
    .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(4n+1),
    .sale-acountpay-pp-item-container .sale-acountpay-pp-company:nth-child(4n+1) {
        clear: both;
        padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
    .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(3n+1),
    .sale-acountpay-pp-item-container .sale-acountpay-pp-company:nth-child(3n+1) {
        clear: both;
        padding-left: 0; } }

@media (max-width: 767px) {
    .sale-acountpay-pp,
    .sale-acountpay-pp-item-container {
        max-width: 300px; }
    .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(2n+1),
    .sale-acountpay-pp-item-container .sale-acountpay-pp-company:nth-child(2n+1) {
        clear: both;
        padding-left: 0; } }

#loading_screen {
    position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px; }

.sale-acountpay-input {
    text-align: right; }

.btn.sale-account-pay-button, .sale_order_full_table.complete input.sale-account-pay-button[type="submit"], .sale-account-pay-button.btn1, .order-section .sale-account-pay-button.btn-default, .order-sidebar .bx-soa-cart-total-button-container > a.sale-account-pay-button, .shop-panel .sale-account-pay-button.btn.active, .sale-account-pay-button.btn2, .sale-account-pay-button.btn3, .sale-account-pay-button.select__btn, .sale-account-pay-button.sale-order-list-button, .sale-account-pay-button.sale-order-detail-about-order-inner-container-repeat-button, .sale-account-pay-button.sale-order-detail-about-order-inner-container-repeat-cancel, .sale-account-pay-button.sale-order-detail-payment-options-methods-button-element,
.sale-account-pay-button.sale-order-detail-payment-options-methods-button-element-new-window {
    padding: 0 28px;
    height: 38px;
    border: 0;
    border-radius: 2px;
    background: #70bb18;
    font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff; }

.btn.sale-account-pay-button:hover, .sale_order_full_table.complete input.sale-account-pay-button[type="submit"]:hover, .sale-account-pay-button.btn1:hover, .order-section .sale-account-pay-button.btn-default:hover, .order-sidebar .bx-soa-cart-total-button-container > a.sale-account-pay-button:hover, .sale-account-pay-button.btn2:hover, .sale-account-pay-button.btn3:hover, .sale-account-pay-button.select__btn:hover, .sale-account-pay-button.sale-order-list-button:hover, .sale-account-pay-button.sale-order-detail-about-order-inner-container-repeat-button:hover, .sale-account-pay-button.sale-order-detail-about-order-inner-container-repeat-cancel:hover, .sale-account-pay-button.sale-order-detail-payment-options-methods-button-element:hover,
.sale-account-pay-button.sale-order-detail-payment-options-methods-button-element-new-window:hover {
    background: #7bd314;
    color: #fff;
    transition: background ease-out 0.5s; }

.bx-auth-profile .panel__name {
    display: inline; }

.sale-personal-profile-list-actions {
    min-width: 120px; }

.sale-personal-profile-list-arrow-up,
.sale-personal-profile-list-arrow-down {
    text-decoration: none; }

.sale-personal-profile-list-border {
    display: inline-block;
    margin: 0 5px;
    height: 22.5px;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle; }

.sale-profile-detail-link-list {
    margin-bottom: 20px; }

.req {
    color: red; }

.sale-personal-profile-detail-input-file {
    display: none !important; }

.sale-personal-profile-detail-load-file-info {
    margin-left: 5px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer; }

.sale-personal-profile-hide {
    display: none; }

.sale-personal-profile-detail-form-file {
    padding-top: 15px; }

.sale-personal-profile-detail-form-label.vertical-align-top {
    vertical-align: top; }

.empty-cart {
    text-align: center; }
.empty-cart .empty-cart__image {
    width: 131px;
    height: 116px;
    margin: 50px auto 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.empty-cart .empty-cart__text {
    font-size: 29px;
    margin-bottom: 36px;
    margin-top: 36px;
    color: #b3b3b3; }
.empty-cart .empty-cart__descr {
    font-size: 16px;
    margin-bottom: 72px;
    margin-top: 72px; }

.order-section .order-section__edit {
    text-align: right; }

.order-section .bx-soa-editstep {
    font-size: 12px;
    font-weight: normal; }

.order-section.bx-selected .order-section__edit {
    display: none; }

.order-section .bx-soa-section-content {
    padding-bottom: 18px; }

.order-section .bx-soa-custom-label {
    font-weight: bold;
    margin: 9px 0; }

.order-section .order-section__icon {
    display: none;
    width: 30px;
    height: 30px;
    fill: #7c7c7c;
    padding-right: 18px; }

.order-section:not(.bx-step-completed) .order-section__icon:nth-child(1) {
    display: inline-block; }

.order-section.bx-step-completed .order-section__icon:nth-child(2) {
    display: inline-block;
    fill: #a3d48e; }

.order-section.bx-step-completed.bx-step-error .order-section__icon:nth-child(2) {
    display: none; }

.order-section.bx-step-completed.bx-step-error .order-section__icon:nth-child(3) {
    fill: #d59595;
    display: inline-block; }

.order-section .bx-authform-starrequired {
    color: red; }

.order-section .radio-inline {
    display: inline-block; }

.order-section .bx-soa-pp-item-container {
    text-align: center; }

.order-section .bx-soa-pp-company {
    border: 1px solid transparent;
    transition: all 100ms ease;
    padding-bottom: 9px;
    padding-top: 9px;
    position: relative; }

.order-section .bx-soa-pp-company-graf-container {
    border: 2px solid transparent;
    border-radius: 2px;
    position: relative;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    padding: 1px;
    width: 100%; }

.order-section .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: transparent; }

.order-section .bx-soa-pp-company-image {
    width: 100%;
    height: 70px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.order-section .bx-soa-pp-company-logo {
    max-width: 150px; }

.order-section input[type=checkbox].bx-soa-pp-company-checkbox {
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    z-index: 100;
    display: none; }

.order-section .bx-soa-pp-company .checkbox__icon {
    margin: 0;
    position: absolute;
    left: 7px;
    top: 7px; }

.order-section .bx-soa-pp-delivery-cost {
    font-size: 16px;
    line-height: 18px;
    text-align: center; }

.order-section .bx-soa-pp-company-smalltitle {
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 9px;
    text-align: center;
    white-space: normal; }

.order-section .bx-bd-waring {
    border-color: #CCBE71; }

.order-section .bx-soa-pp-company {
    background: #fff;
    float: none;
    clear: both;
    width: auto;
    white-space: nowrap;
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
    width: 50%; }

.order-section .bx-soa-pp-company * {
    white-space: normal; }

.order-section .bx-soa-pp-company-selected {
    margin-bottom: 4.5px;
    margin-top: 4.5px; }

.order-section .bx-soa-pp-company-selected img {
    vertical-align: middle;
    border: 0; }

.order-section .bx-soa-pp-company-selected strong {
    margin-left: 18px;
    vertical-align: middle; }

.order-section {
    margin-bottom: 4.5px;
    margin-top: 4.5px;
    text-align: right; }

.order-section .bx-soa-pp-desc-container {
    margin-left: -9px; }

.order-section .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: 9px;
    text-align: center; }

.order-section .bx-soa-pp-desc-container .bx-soa-pp-company {
    width: 100%;
    background: transparent; }

.order-section .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    text-align: center;
    margin: 9px auto; }

.order-section ul.bx-soa-pp-list {
    padding: 0;
    font-size: 13px;
    list-style: none;
    margin: 18px 0; }

.order-section ul.bx-soa-pp-list .bx-soa-pp-list-termin {
    color: #b3b3b3; }

.order-section .bx-soa-coupon {
    border-top: 1px solid #b3b3b3;
    margin-top: 36px;
    padding-bottom: 18px;
    padding-top: 18px; }

.order-section .bx-soa-coupon-label {
    font-weight: bold;
    margin-bottom: 4.5px; }

.order-section .bx-soa-coupon-input {
    position: relative;
    margin-bottom: 4.5px;
    max-width: 260px; }

.order-section .bx-soa-coupon-input:after {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
    cursor: pointer; }

.order-section .bx-soa-coupon-item {
    display: block;
    max-width: 260px; }

.order-section .bx-soa-coupon-item > strong {
    display: block;
    margin-bottom: 9px;
    margin-top: 9px;
    padding-bottom: 9px;
    padding-top: 9px;
    position: relative;
    font-weight: normal; }

.order-section .bx-soa-coupon-remove {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%); }

.order-section .bx-soa-tooltip {
    display: none; }

.order-section .bx-soa-more {
    margin: 0; }

.order-section .bx-soa-more-btn {
    border-top: 1px solid #b3b3b3;
    padding: 18px 0; }

.order-section .bx-soa-item-table {
    display: table;
    min-width: 100%; }

.order-section .bx-soa-item-tr {
    display: table-row; }

.order-section .bx-soa-item-td {
    border-top: 1px dotted #b3b3b3;
    display: table-cell;
    padding: 18px 0;
    transition: all .2s ease;
    vertical-align: top; }
.order-section .bx-soa-item-td .bx-price.all {
    line-height: 1; }

.order-section .bx-soa-item-tr:nth-child(1) .bx-soa-item-td {
    border-top-width: 0; }

.order-section .bx-soa-item-img-block {
    float: left;
    padding-right: 18px;
    width: 50px; }

.order-section .bx-soa-item-imgcontainer {
    border-radius: 4px;
    border: 1px solid transparent;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.order-section .bx-soa-tooltip {
    display: none;
    cursor: pointer;
    position: relative; }

.order-section .bx-soa-tooltip:before,
.order-section .bx-soa-tooltip:after,
.order-section .tooltip:hover:before,
.order-section .tooltip:hover:after {
    content: initial; }

.order-section .bx-soa-tooltip.bx-soa-tooltip-static {
    padding: 9px 0;
    position: relative; }

.order-section .bx-soa-tooltip-danger {
    color: #a94442; }

.order-section .bx-soa-reference {
    color: #b3b3b3;
    padding-bottom: 27px; }

.order-section .bx-soa-pickup-list .bx-soa-pickup-list-item {
    border-top: 1px solid #b3b3b3;
    padding: 18px 36px;
    position: relative; }

.order-section .bx-soa-pickup-l-item-adress {
    font-weight: bold;
    font-size: 17px;
    padding-left: 18px;
    position: relative; }

.order-section .bx-soa-pickup-l-item-detail {
    display: block;
    min-height: 80px;
    padding-left: 108px;
    padding-top: 18px;
    position: relative; }

.order-section .bx-soa-pickup-l-item-img {
    position: absolute;
    top: 23px;
    left: 0;
    max-width: 90px;
    max-height: 90px;
    height: auto;
    width: auto; }

.order-section .bx-soa-pickup-l-item-name {
    font-weight: bold; }

.order-section .bx-soa-pickup-l-item-btn {
    float: none;
    padding-left: 108px;
    padding-top: 18px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0; }

.order-section .bx-soa-pickup-preview-img {
    display: none; }

@media (min-width: 768px) {
    .order-section .bx-soa-pp-company {
        display: block;
        padding-bottom: 9px;
        padding-top: 9px;
        width: auto; }
    .order-section .bx-soa-pp-company-smalltitle {
        display: inline-block;
        padding: 18px;
        vertical-align: middle; }
    .order-section .bx-soa-pp-item-container {
        text-align: left; }
    .order-section .bx-soa-pp-company-graf-container {
        width: auto; }
    .order-section .bx-soa-pp-company-image {
        width: 118px; } }

@media (min-width: 768px) {
    .order-section .bx-soa-editstep {
        line-height: 30px; }
    .order-section .bx-soa-section-content {
        margin-left: 72px; }
    .order-section .bx-soa-item-img-block {
        width: 85px; } }

.order-sidebar {
    position: relative; }
.order-sidebar * {
    box-sizing: border-box; }
.order-sidebar .bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: fixed;
    top: 10px; }
.order-sidebar .bx-soa-cart-total-line {
    border-top: 1px solid #b3b3b3;
    line-height: 27px;
    overflow: hidden;
    padding: 5.4px 0; }
.order-sidebar .bx-soa-cart-total-line:nth-child(1) {
    border-top: 0; }
.order-sidebar .bx-soa-cart-t {
    float: left;
    font-weight: bold; }
.order-sidebar .bx-soa-cart-d {
    float: right; }
.order-sidebar .bx-soa-cart-total-button-container {
    display: block;
    padding: 9px 0;
    text-align: right; }
.order-sidebar .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 28px;
    line-height: auto; }
@media (min-width: 768px) {
    .order-sidebar .bx-soa-cart-total-button-container {
        display: none; } }

.order_item .sale-order-list-inner-row {
    padding: 9px 0 7.2px; }

.sale-order-history-link {
    display: inline-block;
    font-size: 15px;
    color: #4a90e2;
    padding: 0 34px 0 0; }

.sale-order-title {
    margin-top: 40px;
    font-size: 19px;
    color: #262626; }

.sale-order-list-inner-row {
    padding: 0;
    position: relative; }

.sale-order-list-inner-row-template {
    display: none; }

div.sale-order-list-repeat-container {
    padding: 0; }

.sale-order-link-accomplished {
    padding: 0;
    text-decoration: none; }

.sale-order-list-cancel-payment {
    margin-top: 18px;
    display: inline-block; }

.sale-order-list-status-alert,
.sale-order-list-status-success {
    display: inline-block;
    padding: 4px 10px 5px 8px;
    border: 1px solid #eab3b9;
    border-radius: 2px;
    background: #ffe5e8;
    color: #d0021b;
    font-weight: bold; }

.sale-order-list-status-success {
    background: #e3f0bd;
    border: 1px solid #bed277;
    color: #597707; }

.sale-order-list-payment-price {
    padding: 4px 0 0 0;
    font-size: 13px; }

.sale-order-list-change-payment {
    margin: 6px 0 0 0;
    font-size: 13px; }

.sale-order-list-button {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    max-width: none;
    float: none; }

.sale-order-list-shipment {
    font-size: 13px;
    list-style: none; }

.sale-order-list-shipment-item {
    padding: 6px 0 0 0; }

.sale-order-list-shipment-list-item-link {
    padding: 16px 0 0 0;
    text-decoration: underline; }

.sale-order-list-shipment-id {
    font-weight: 700; }

.sale-order-list-shipment-id-icon {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url("/bitrix/templates/sm_default/assets/css/../img/sale-order-order-list-options-methods-shipment-list-item-id-element.svg") center no-repeat;
    cursor: pointer; }

.sale-order-list-top-border {
    width: auto;
    height: 1px;
    margin: 18px 15px 21px 15px;
    background: #f2f2f2; }

.sale-order-list-accomplished-title-container {
    background: #f2f2f2; }

.sale-order-list-accomplished-date-container {
    text-align: right; }

.sale-order-list-accomplished-date {
    padding: 0 8px 0 0; }

.sale-order-list-accomplished-date {
    color: #4b8c03; }

.sale-order-list-accomplished-date.canceled-order {
    color: #ff0000; }

.sale-order-list-accomplished-date-number {
    color: #888; }

.sale-order-list-repeat-accomplished {
    text-align: right; }

.sale-order-list-inner-accomplished {
    border: 1px solid #efecec;
    padding: 13px 15px 15px 15px; }

.sale-order-list-shipment-status {
    margin: 2px 0 0 0; }

.sale-order-list-shipment-status-item {
    display: inline-block;
    margin: 6px 0 5px 0;
    vertical-align: middle; }

.sale-order-list-shipment-status-block {
    display: inline-block;
    padding: 5px;
    border: 1px solid rgba(128, 134, 142, 0.2);
    border-radius: 2px;
    background: #f3f4f5;
    font-size: 13px;
    font-weight: bold;
    color: #535c69;
    vertical-align: middle; }

/* state's */
.sale-order-state-green {
    background: #c2f388; }

.sale-order-state-yellow {
    background: #d7dd39; }

.sale-order-state-red {
    background: #dd6239; }

.sale-order-state-grey {
    background: #f2f2f2; }

@media (min-width: 768px) {
    .sale-order-list-button {
        float: right;
        max-width: 115px; } }

/* sale personal order component */
.sale-order-detail-back-to-list-link-up {
    display: inline-block;
    margin-bottom: 18px; }

.sale-order-detail-back-to-list-link-down {
    display: inline-block;
    margin-top: 18px; }

.sale-order-detail-title-element {
    margin: 0;
    font-size: 29px;
    color: #262626; }

.sale-order-detail-about-order,
.sale-order-detail-payment-options {
    margin-top: 20px; }

.sale-order-detail-about-order-inner-container {
    padding: 17px 16px 22px 19px;
    border: 1px solid #efecec; }

.sale-order-detail-about-order-inner-container-name {
    margin-bottom: 18px; }

.sale-order-detail-about-order-inner-container-name-read-more,
.sale-order-detail-payment-options-methods-info-change-link,
.sale-order-detail-about-order-inner-container-name-read-less,
.sale-order-detail-show-link,
.sale-order-detail-hide-link {
    display: inline-block;
    text-decoration: none; }
.sale-order-detail-about-order-inner-container-name-read-more:hover,
.sale-order-detail-payment-options-methods-info-change-link:hover,
.sale-order-detail-about-order-inner-container-name-read-less:hover,
.sale-order-detail-show-link:hover,
.sale-order-detail-hide-link:hover {
    text-decoration: none; }

.sale-order-detail-about-order-inner-container-name-read-less,
.sale-order-detail-hide-link {
    display: none; }

.sale-order-detail-about-order-inner-container-name-detail,
.sale-order-detail-about-order-inner-container-status-detail,
.sale-order-detail-about-order-inner-container-price-detail {
    padding: 5px 0 0 0;
    font-size: 15px;
    font-weight: bold; }

div.sale-order-detail-about-order-inner-container-repeat {
    padding-left: 0; }

.sale-order-detail-about-order-inner-container-repeat-button {
    display: block;
    font-size: 13px;
    font-weight: bold; }

.sale-order-detail-about-order-inner-container-repeat-cancel {
    background: transparent;
    border: none;
    box-shadow: none;
    display: block;
    padding: 7px 0 0 0;
    font-size: 13px;
    color: #9b9b9b;
    text-align: center;
    text-decoration: underline; }

.sale-order-detail-about-order-inner-container-details-title {
    padding: 7px 0 10px 0;
    border-bottom: 1px solid #f2f2f2; }

.sale-order-detail-about-order-inner-container-details-list {
    padding: 0; }

.sale-order-detail-about-order-inner-container-list-item {
    display: block;
    padding: 15px 0 0 0; }

.sale-order-detail-about-order-inner-container-list-item-element {
    font-size: 13px;
    font-weight: bold;
    color: #303030; }

.sale-order-detail-about-order-inner-container-list-item-link {
    display: block;
    padding: 3px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #4a90e2; }

/* payment */
.sale-order-detail-payment-options-methods-container {
    position: relative;
    overflow: hidden; }

div.payment-options-methods-row {
    position: relative;
    overflow: hidden; }

.sale-order-detail-payment-options-inner-container {
    border: 1px solid #efecec; }

div.sale-order-detail-payment-options-methods,
div.sale-order-detail-payment-options-shipment {
    padding: 20px 0 26px 0;
    border-top: 1px solid #f2f2f2;
    overflow: hidden; }

div.sale-order-detail-payment-options-shipment-image-container,
div.sale-order-detail-payment-options-methods-image-container {
    text-align: center; }

.sale-order-detail-payment-options-info-image {
    display: inline-block;
    /*max-width: 46px;*/
    /*width: 46px;*/
    height: 54px;
    background: url("/bitrix/templates/sm_default/assets/css/../img/sale-personal-order-payment-options-order-number.svg") center no-repeat; }

.sale-order-detail-payment-options-info-container {
    padding: 8px 0 0 6px !important; }

.sale-order-detail-payment-options-info-order-number,
.sale-order-detail-payment-options-info-total-price {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.sale-order-detail-payment-options-info-total-price {
    font-size: 15px;
    font-weight: bold; }

.sale-order-detail-payment-options-method {
    position: relative; }

.sale-order-detail-payment-options-methods-information-block {
    position: static;
    transition: opacity .5s .3s ease;
    opacity: 1; }

.sale-order-detail-payment-options-methods-image-element,
.sale-order-detail-payment-options-shipment-image-element {
    display: block;
    height: 51px;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.sale-order-detail-payment-options-methods-info {
    padding-left: 5px !important; }

.sale-order-detail-payment-options-methods-info-title,
.sale-order-detail-payment-options-methods-shipment-list-item-title {
    font-size: 13px;
    font-weight: bold;
    color: #000; }

.sale-order-detail-payment-options-shipment-button-element {
    font-size: 13px;
    font-weight: bold;
    color: #4a90e2; }

.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-success {
    display: inline-block;
    padding: 4px 10px 5px 8px;
    border: 1px solid #eab3b9;
    border-radius: 2px;
    background: #ffe5e8;
    font-weight: bold;
    color: #d0021b; }

.sale-order-detail-payment-options-methods-info-title-status-success {
    background: #e3f0bd;
    border: 1px solid #bed277;
    color: #597707; }

.sale-order-detail-payment-options-methods-info-total-price {
    padding: 4px 0 0 0;
    font-size: 13px; }

div.sale-order-detail-payment-options-methods-button-container {
    padding: 0 15px 0 0; }

.sale-order-detail-payment-options-methods-button-element,
.sale-order-detail-payment-options-methods-button-element-new-window {
    display: block;
    font-size: 13px;
    font-weight: bold; }

.sale-order-detail-payment-options-methods-template {
    /*display: none;*/ }

div.sale-order-detail-payment-options-methods-template {
    position: absolute;
    left: 1000px;
    padding: 24px 38px 24px 38px;
    margin: 0;
    border: 1px solid #3bc8f5;
    transition: opacity .5s .3s ease;
    opacity: 0; }

/* Active statement */
.sale-order-detail-active-event .sale-order-detail-payment-options-methods-template {
    position: relative;
    left: 0;
    opacity: 1; }

.sale-order-detail-active-event .sale-order-detail-payment-options-methods-information-block {
    position: absolute;
    left: 1000px;
    opacity: 0; }

.sale-order-detail-active-event .sale-order-detail-payment-options-methods-template.sale-paysystem-close {
    position: absolute;
    left: 1000px; }

.inactive-button,
.inactive-button:hover,
.inactive-button:active {
    background: #dff0d8;
    color: #FFFFFF;
    cursor: default; }

.sale-order-detail-payment-options-shipment-composition-item-product-container,
.sale-order-detail-payment-options-order-content-item-product-container {
    display: table;
    width: 100%;
    border-top: 1px solid #f2f2f2; }

/* shipment */
.sale-order-detail-payment-options-methods-shipment-list {
    padding-left: 5px !important;
    font-size: 13px;
    list-style: none; }

.sale-order-detail-payment-options-methods-shipment-list-item {
    padding: 6px 0 0 0; }

.sale-order-detail-shipment-id {
    font-weight: 700; }

.sale-order-detail-shipment-id-icon {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url("/bitrix/templates/sm_default/assets/css/../img/sale-order-item-id-element.svg") center no-repeat;
    cursor: pointer; }

.sale-order-payment-cancel {
    text-decoration: underline;
    cursor: pointer; }

.sale-order-payment-cancel:hover {
    text-decoration: none; }

.sale-order-detail-payment-options-shipment-button-container {
    text-align: right; }

.sale-order-detail-payment-options-shipment-button-element {
    display: block;
    text-decoration: underline; }

.sale-order-detail-payment-options-shipment-composition-map {
    display: none; }

.sale-order-detail-payment-options-shipment-composition-map-title {
    padding: 44px 0 8px 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #2f3435; }

.sale-order-detail-payment-options-shipment-composition-map-container-map {
    width: 100%;
    min-height: 251px; }

.sale-order-detail-payment-options-shipment-map-address {
    margin: 19px 0 39px 0; }

.sale-order-detail-payment-options-shipment-map-address-title {
    color: #2f3435;
    font-size: 15px;
    font-weight: bold; }

.sale-order-detail-payment-options-shipment-map-address-element {
    font-size: 15px; }

.sale-order-detail-payment-options-shipment-composition-item-container {
    padding: 17px 20px 14px 17px;
    border: 1px solid #efecec; }

.sale-order-detail-payment-options-shipment-composition-item,
.sale-order-detail-payment-options-shipment-composition-item-product-container {
    display: table;
    width: 100%; }

.sale-order-detail-payment-options-order-content-item-product-name,
.sale-order-detail-payment-options-order-content-item-product-cost,
.sale-order-detail-payment-options-order-content-item-product-amount,
.sale-order-detail-payment-options-order-content-item-product-total-price,
.sale-order-detail-payment-options-shipment-composition-item-title,
.sale-order-detail-payment-options-shipment-composition-item-product-name,
.sale-order-detail-payment-options-shipment-composition-item-product-amount,
.sale-order-detail-payment-options-order-content-item-title {
    display: table-cell;
    text-align: center; }

.sale-order-detail-payment-options-shipment-composition-item-product-container {
    padding: 11px 0 13px !important; }

.sale-order-detail-payment-options-shipment-composition-item-product-name,
.sale-order-detail-payment-options-shipment-composition-item-product-amount {
    line-height: 55px !important; }

.sale-order-detail-payment-options-shipment-composition-item-product-name {
    padding: 0 0 0 18px !important; }

.sale-order-detail-payment-options-shipment-composition-item-title {
    padding: 0 0 12px 0 !important; }

.sale-order-detail-payment-options-order-content-item {
    display: table;
    width: 100%;
    padding: 19px 0 12px 0; }

.sale-order-detail-total-payment {
    padding: 18px 0; }

.sale-order-detail-total-payment-list-left,
.sale-order-detail-total-payment-list-right {
    list-style: none; }

.sale-order-detail-total-payment-list-left-item {
    font-size: 15px;
    color: #2f3435;
    text-align: right;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.sale-order-detail-total-payment-list-right-item {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #2f3435;
    text-align: right; }

/* colors grey */
.sale-order-detail-about-order-inner-container-list-item,
.sale-order-detail-about-order-inner-container-name-titile,
.sale-order-detail-about-order-inner-container-status-title,
.sale-order-detail-about-order-inner-container-price-title,
.sale-order-detail-payment-options-shipment-composition-item-title,
.sale-order-detail-payment-options-order-content-item-title {
    font-size: 13px;
    color: #888; }

.sale-order-detail-about-order-inner-container-details {
    display: none; }

.sale-order-detail-about-order-inner-container-details-title {
    font-size: 13px;
    font-weight: bold;
    color: #888; }

/* titles */
.sale-order-detail-about-order-title-element,
.sale-order-detail-payment-options-title-element,
.sale-order-detail-payment-options-order-content-title-element,
.sale-order-detail-general-item {
    font-size: 15px;
    font-weight: bold;
    margin: 0; }

.sale-order-detail-payment-options-shipment-composition-title-element {
    font-size: 15px;
    font-weight: bold; }

/* General detail theme color */
.sale-order-detail-general {
    border: 1px solid #179ebb; }

.sale-order-detail-general-head {
    background: #179ebb; }

.sale-order-detail-general-item {
    display: inline-block;
    color: #fff; }

.sale-order-detail-payment-options-order-content {
    margin-top: 20px; }

.sale-order-detail-payment-options-order-content-inner-container {
    border: 1px solid #efecec; }

.sale-order-detail-payment-options-shipment-composition-container {
    margin: 18px 0 36px; }

.sale-order-detail-payment-inner-row-template {
    display: none;
    cursor: pointer;
    margin-top: 20px; }

/* Advanced info */
.sale-order-detail-order-item-info-container {
    position: relative;
    height: 35px; }

.sale-order-detail-order-item-info-container .sale-order-detail-order-item-td {
    border: none;
    position: absolute; }

.sale-order-detail-order-item-info-container .sale-order-detail-order-item-info-block {
    height: 0;
    overflow: hidden;
    margin-bottom: 10px; }

.sale-order-detail-order-item-info-block.bx-active {
    padding-top: 10px;
    height: auto; }

.sale-order-detail-order-info-block {
    border: none;
    max-width: 100%; }

.sale-order-detail-order-info-line {
    line-height: 15px; }

.sale-order-detail-order-info-title {
    color: #7c7c7c;
    font-size: 12px;
    padding: 4px 0;
    vertical-align: top; }

.sale-order-detail-order-info-text {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    vertical-align: top; }

/* Close icon */
.sale-paysystem-close {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1; }

.sale-paysystem-close-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bitrix/templates/sm_default/assets/css/../img/sale-personal-order-sprite.svg) 1px 1px no-repeat;
    transition: opacity .3s ease;
    opacity: 1;
    cursor: pointer; }

.sale-paysystem-close-item:hover {
    opacity: .5; }

/* Media */
@media (min-width: 768px) and (max-width: 991px) {
    .sale-order-detail-payment-options-methods-button-container {
        float: right; }
    .sale-order-detail-payment-options-methods-button-element {
        display: block;
        padding: 8px 22px 10px 22px;
        margin: 15px 0 0 0;
        border-radius: 2px;
        background: #70bb18;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        cursor: pointer; } }

@media (max-width: 767px) {
    div.sale-order-detail-payment-options-methods-button-container {
        margin: 15px 0 0 0; } }

@media (max-width: 768px) {
    .sale-order-detail-payment-options-methods-shipment-list,
    .sale-order-detail-payment-options-methods-info {
        padding-left: 15px !important; }
    .sale-order-detail-about-order-inner-container-price {
        margin: 15px 0; }
    .sale-order-detail-about-order-inner-container-repeat {
        margin: 15px; }
    .sale-order-detail-payment-options-info-order-number,
    .sale-order-detail-payment-options-info-total-price {
        height: auto; }
    .sale-order-detail-payment-options-shipment-button-element {
        text-align: center; } }

@media (max-width: 320px) {
    .sale-order-detail-total-payment-list-left-item,
    .sale-order-detail-payment-options-info-total-price {
        font-size: 15px; }
    .sale-order-detail-payment-options-info-order-number,
    .sale-order-detail-total-payment-list-right-item {
        font-size: 15px; }
    .sale-order-detail-payment-options-info-image {
        display: none; }
    .sale-order-detail-payment-options-shipment-button-element {
        text-align: center; } }

.shops .shops__list {
    border: 1px solid #b3b3b3;
    border-radius: 0.41666em;
    margin-bottom: 18px;
    padding: 18px; }

@media (min-width: 992px) {
    .shops .shops__list {
        height: 315px;
        max-height: 315px;
        overflow-y: auto; } }

.shop-item {
    cursor: pointer;
    margin-bottom: 9px; }
.shop-item .shop-item__name {
    font-weight: bold; }
.shop-item:hover .shop-item__name {
    text-decoration: underline; }

.shop-panel .btn, .shop-panel .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .shop-panel input[type="submit"], .shop-panel .btn1, .shop-panel .order-section .btn-default, .order-section .shop-panel .btn-default, .shop-panel .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .shop-panel .bx-soa-cart-total-button-container > a, .shop-panel .btn.active, .shop-panel .btn2, .shop-panel .btn3, .shop-panel .select__btn, .shop-panel .sale-order-list-button, .shop-panel .sale-order-detail-about-order-inner-container-repeat-button, .shop-panel .sale-order-detail-about-order-inner-container-repeat-cancel, .shop-panel .sale-order-detail-payment-options-methods-button-element, .shop-panel
.sale-order-detail-payment-options-methods-button-element-new-window {
    margin-bottom: 9px;
    padding: 9px 27px; }

.share .b-share {
    float: right;
    padding: 0 !important;
    vertical-align: top; }

.share .b-share__handle {
    height: auto;
    padding: 3px 4.5px !important; }
.share .b-share__handle:hover .b-share-icon_vkontakte {
    background-position: -17px -474px; }
.share .b-share__handle:hover .b-share-icon_facebook {
    background-position: -17px -461px; }
.share .b-share__handle:hover .b-share-icon_twitter {
    background-position: -16px -487px; }

.share .b-share-icon {
    background-image: image-url("/bitrix/templates/sm_default/assets/css/icons.png");
    float: left;
    padding: 0 !important; }

.share .b-share-icon_vkontakte {
    background-position: 0 -474px;
    height: 10px;
    width: 9px; }

.share .b-share-icon_facebook {
    background-position: 0 -461px;
    height: 10px;
    width: 6px; }

.share .b-share-icon_twitter {
    background-position: 0 -487px;
    height: 10px;
    width: 8px; }

.ya-share2__container .ya-share2__item:last-child {
    margin-right: 0; }

.ya-share2__list_direction_horizontal {
    margin-bottom: -4px !important; }

.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-bottom: 4px !important; }

.doc {
    margin-bottom: 18px; }
.doc__inner {
    overflow: hidden; }
.doc__name {
    font-weight: bold;
    text-decoration: none; }
.doc__type {
    float: left;
    margin-right: 1em;
    text-align: center;
    width: 50px; }
.doc__icon {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: 0px -47px;
    width: 34px;
    height: 45px;
    display: block; }
.doc__icon.doc {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -85px 0px;
    width: 43px;
    height: 45px; }
.doc__icon.excel {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: -42px 0px;
    width: 43px;
    height: 45px; }
.doc__icon.pdf {
    background-image: url(/bitrix/templates/sm_default/assets/css/../img/icons.png);
    background-position: 0px 0px;
    width: 42px;
    height: 47px; }
.doc__size {
    color: #999;
    font-size: 11px; }

.catalog-element-docs .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 293px; }

.catalog-element-docs .item_inner {
    margin-left: 52px; }

.catalog-element-docs .item .doc_icon.other {
    background-position: 0 -1247px;
    height: 47px;
    width: 43px; }

.catalog-element-docs .item .doc_icon.doc {
    background-position: 0 -1147px;
    width: 43px;
    height: 45px; }

.catalog-element-docs .item .doc_icon.pdf {
    background-position: 0 -1095px;
    width: 44px;
    height: 47px; }

.catalog-element-docs .item .doc_icon.excel {
    background-position: 0 -1197px;
    width: 43px;
    height: 45px; }

.reviews-note-box {
    margin-bottom: 18px; }
.reviews-note-box > p {
    margin: 0; }

div.reviews-info-box {
    padding: 0.5em 1.117em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em;
    margin-bottom: 2em;
    zoom: 1; }

/* Header */
div.reviews-header-box {
    font-size: 1em;
    padding: 0.462em 1.117em;
    vertical-align: middle; }

/* Link to forum */
div.reviews-link-box {
    font-size: 1em;
    padding: 0.462em;
    vertical-align: middle;
    margin-bottom: 1em; }

/* Page navigation */
.reviews-page-navigation {
    float: right; }

/* Topic posts table */
table.reviews-post-table {
    margin-bottom: 27px;
    width: 100%;
    line-height: 1.5em;
    padding: 1px 3px 1px 0;
    table-layout: fixed; }

table.reviews-post-hidden {
    background: none repeat scroll 0 0 #E5F8E3 !important; }

table.reviews-post-table thead td {
    background: #ededed;
    padding: 9px 18px; }
table.reviews-post-table thead td .icon-user {
    fill: #b3b3b3;
    height: 20px;
    margin-right: .5em;
    width: 20px; }
table.reviews-post-table thead td .icon-star {
    fill: #b3b3b3;
    height: 13px;
    margin-right: 5px;
    width: 13px; }
table.reviews-post-table thead td .icon-star.checked {
    fill: #ffc424; }

.review-user_name {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    margin-right: .5em;
    vertical-align: middle; }

table.reviews-post-table thead td, table.reviews-post-table tbody td div.reviews-text {
    padding-top: 18px; }

table.reviews-post-table thead td .message-post-date {
    float: right;
    font-size: 13px;
    color: #999999;
    font-size: 14px;
    font-weight: normal; }

table.reviews-post-table thead td .review-avatar {
    background-color: #ECEAEC;
    border: 1px solid #C4C4C4;
    float: left;
    height: 30px;
    margin-right: 0.5em;
    width: 30px; }

table.reviews-post-table thead td .review-rating {
    float: right; }

table.reviews-post-table thead td .review-rating .rating-vote {
    line-height: 24px; }

/* First Post Table */
/* Odd Post Table */
/* Even Post Table */
/* Last Post Table */
table.reviews-post-last {
    margin-bottom: 0; }

/* Post Table Cell */
table.reviews-post-table td {
    padding: 0;
    vertical-align: top; }

/* Post Table: Post and Actions Cell */
table.reviews-post-table td.reviews-cell-post, table.reviews-post-table td.reviews-cell-actions {
    border-right-width: 1px;
    border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.reviews-post-table td.reviews-cell-contact, table.reviews-post-table td.reviews-cell-actions {
    border-top-width: 1px;
    border-top-style: dashed;
    height: 1.5em; }

div.reviews-post-date, div.reviews-post-entry {
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1em;
    font-weight: normal; }

div.reviews-post-date {
    border-bottom-width: 1px;
    border-bottom-style: dashed; }

div.reviews-post-text {
    padding: 0.5em 0; }

/* Post Table: Quote and Author Name Links*/
table.reviews-post-table .reply-action-note {
    color: #777777;
    font-style: italic;
    line-height: 18px;
    font-size: 11px;
    display: inline-block;
    margin: 2px; }

table.reviews-post-table .reply-action-note:hover {
    text-decoration: none; }

div.reviews-post-reply-buttons a {
    font-size: 11px;
    line-height: 18px; }

div.reviews-post-reply-buttons a:hover {
    text-decoration: underline; }

/* Post Attachments */
div.reviews-post-attachments {
    margin: 1.5em 0; }

div.reviews-post-attachments label {
    font-weight: bold;
    padding-bottom: 0.5em; }

div.reviews-post-attachment {
    padding-left: 0.5em; }

div.reviews-post-lastedit {
    padding: 0.5em 0;
    font-style: italic; }

span.reviews-post-lastedit-user {
    font-weight: bold; }

div.reviews-user-info {
    padding: 0.5em 1em 1.5em 1em; }

div.reviews-user-avatar {
    margin: 0.5em 0; }

div.reviews-user-status {
    margin-bottom: 0.5em; }

div.reviews-user-name span {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1em; }

span.reviews-vote-user a {
    text-decoration: none;
    vertical-align: top;
    font-size: 1.1em; }

div.reviews-contact-links {
    padding: 0.5em 1em 0.5em 1.5em; }

div.reviews-action-links {
    padding: 0.5em 1.5em 0.5em 1em;
    text-align: right; }

div.reviews-action-links span {
    white-space: nowrap; }

div.reviews-post-entry {
    font-size: 1em;
    padding-bottom: 1em;
    height: 100%; }

/*BBCode: List*/
div.reviews-post-entry ul, div.reviews-post-entry ol {
    padding: 0.5em 0 0.5em 2em; }

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-code {
    width: 95%;
    margin: 0.5em 0 0; }

table.forum-quote th, table.forum-code th {
    font-weight: bold;
    padding: 0.25em 1em;
    text-align: left; }

table.forum-quote td, table.forum-code td {
    padding: 0.9em 1em 0; }

div.reviews-code-box {
    font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
    font-size: 1em;
    width: 100%;
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    margin: 0.5em 0; }

div.reviews-code-box ol, div.reviews-code-box ol li, div.reviews-code-box ol li span {
    margin: 0;
    padding: 0;
    border: none; }

div.reviews-code-box ol {
    list-style: decimal;
    margin-left: 3em;
    padding: 0.5em 0; }

div.reviews-code-box ol li {
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    padding: 0 0.5em 0 1.5em !important;
    margin: 0;
    line-height: 1.5em; }

/* Reply Form*/
div.reviews-reply-field-lastedit-reason label {
    display: block; }

div.reviews-reply-field-bbcode {
    line-height: 1.7em;
    zoom: 1; }

div.reviews-bbcode-line {
    margin-right: 2em;
    float: left; }

div.reviews-smiles-line {
    white-space: nowrap;
    float: left; }

div.reviews-bbcode-line img, div.reviews-smiles-line img {
    border: 0; }

div.reviews-bbcode-line a, div.reviews-smiles-line a {
    vertical-align: middle; }

div.reviews-bbcode-line a {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0.2em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block; }

div.reviews-bbcode-line a, div.reviews-bbcode-line img, div.reviews-smiles-line a, div.reviews-smiles-line img {
    outline: none; }

div.reviews-bbcode-line select {
    float: left;
    margin-left: 3px;
    padding: 0px;
    height: 20px; }

/*BBCode Icons*/
a.reviews-bbcode-bold {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_bold.gif); }

a.reviews-bbcode-italic {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_italic.gif); }

a.reviews-bbcode-color {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_color.gif); }

a.reviews-bbcode-underline {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_underline.gif); }

a.reviews-bbcode-strike {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_strike.gif); }

a.reviews-bbcode-url {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_link.gif); }

a.reviews-bbcode-img {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_image.gif); }

a.reviews-bbcode-video {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_video.gif); }

a.reviews-bbcode-code {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_code.gif); }

a.reviews-bbcode-quote {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_quote.gif); }

a.reviews-bbcode-video {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_video.gif); }

a.reviews-bbcode-list {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_list.gif); }

a.reviews-bbcode-translit {
    background-image: url(/bitrix/templates/sm_default/assets/css/images/bbcode/font_translit.gif); }

div.reviews-reply-field-tags {
    display: none; }

div.reviews-reply-field-tags input {
    width: 80%; }

div.reviews-reply-field-lastedit-reason input {
    width: 80%; }

div.reviews-reply-field-captcha input {
    width: 180px; }

div.reviews-reply-field-settings input, div.reviews-uploaded-file input, div.reviews-reply-field-lastedit-view input {
    width: 1.55em;
    height: 1.55em;
    margin: 0 0 0 -0.25em;
    vertical-align: middle;
    font-size: 1em; }

div.reviews-reply-field-settings label, div.reviews-uploaded-file a, div.reviews-reply-field-lastedit label {
    vertical-align: middle; }

div.reviews-reply-field-upload a {
    outline: none; }

div.reviews-upload-file-hint {
    display: none; }

div.reviews-upload-file-hint span {
    font-weight: bold; }

div.reviews-upload-file {
    display: none;
    margin-top: 0.262em; }

div.reviews-upload-file input {
    font-size: 1.184em; }

div.reviews-reply-buttons {
    margin-top: 1em; }

div.reviews-reply-buttons input {
    padding: 0 0.5em;
    font-size: 1.184em;
    overflow: visible;
    /*IE paddings*/ }

/* --------------------------------------------------Special Elements---------------------------------------------- */
div.reviews-header-box {
    color: #fff;
    background: #6c6c6c;
    border-color: #7a7a7a; }

/* --------------------------------------------------Icons---------------------------------------------- */
/* Popups */
div.reviews-popup-postform {
    width: 502px;
    padding: 0px;
    margin: 0;
    overflow: hidden;
    color: black; }

div.reviews-popup-postform table.reviews-popup {
    border: 1px solid gray;
    width: 500px;
    background-color: white;
    font-size: 1em;
    cursor: default; }

div.reviews-popup-postform table.reviews-popup td {
    font-size: 1em;
    border: none;
    background-color: white;
    font-size: 1em; }

div.reviews-popup-postform table.reviews-popup thead td {
    font-weight: bold;
    padding: 0.5em 0.5em 0.1em 0.8em;
    font-size: 1.1em;
    text-align: left; }

div.reviews-popup-postform table.reviews-popup thead td div.close {
    cursor: pointer;
    cursor: hand;
    background-image: url("/bitrix/templates/sm_default/assets/css/images/close.gif");
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 13px;
    height: 13px;
    float: right; }

div.reviews-popup-postform table.reviews-popup tbody td {
    padding: 1em; }

div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field {
    width: 100%; }

div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field span.title {
    width: 100%;
    display: block; }

div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field input {
    width: 95%; }

div.reviews-popup-postform table.reviews-popup tfoot td {
    padding: 0.3em;
    text-align: center; }

/*/Popups */
div.reviews-smiles-line, div.reviews-smiles-line a, div.reviews-reply-field-bbcode div.reviews-reply-field-showsmiles {
    float: left; }

div.reviews-smiles-line span.reviews-smiles-item {
    display: block;
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }

div.reviews-smiles-line span.reviews-smiles-item a {
    text-decoration: none;
    border: none;
    float: left;
    margin-right: 5px; }

div.reviews-smiles-line div.reviews-smiles-item {
    float: left; }

div.reviews-smiles-corrected {
    overflow: hidden; }

body.reviews-popup-body {
    padding: 1.51em;
    font-size: 0.75em; }

div.reviews-text table.forum-quote {
    background: url("/bitrix/templates/sm_default/assets/css/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
    border-color: #EEE9CC;
    color: #4A483F; }

div.reviews-text table.forum-quote thead {
    display: none; }

div.reviews-text table.forum-code thead {
    display: table-cell; }

div.reviews-text table.forum-quote, div.reviews-text table.forum-spoiler, div.reviews-text table.forum-code, div.reviews-text div.forum-code-box {
    border: 1px solid #dddddd;
    table-layout: fixed;
    padding: 3px;
    width: 100%; }

div.reviews-text table.forum-quote td, div.reviews-text table.forum-spoiler td, div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box ol {
    color: #696969; }

div.reviews-text table.forum-quote th, div.reviews-text table.forum-spoiler th, div.reviews-text table.forum-code th, div.reviews-text div.forum-code-box {
    font-weight: bold;
    text-align: left;
    color: #888; }

div.reviews-text table.forum-code pre {
    overflow: auto;
    width: 100%; }

div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box td {
    font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
    font-size: 12px; }

div.reviews-collapse {
    margin-bottom: 18px; }

.reviews-collapse .btn, .reviews-collapse .sale_order_full_table.complete input[type="submit"], .sale_order_full_table.complete .reviews-collapse input[type="submit"], .reviews-collapse .btn1, .reviews-collapse .order-section .btn-default, .order-section .reviews-collapse .btn-default, .reviews-collapse .order-sidebar .bx-soa-cart-total-button-container > a, .order-sidebar .reviews-collapse .bx-soa-cart-total-button-container > a, .reviews-collapse .shop-panel .btn.active, .shop-panel .reviews-collapse .btn.active, .reviews-collapse .btn2, .reviews-collapse .btn3, .reviews-collapse .select__btn, .reviews-collapse .sale-order-list-button, .reviews-collapse .sale-order-detail-about-order-inner-container-repeat-button, .reviews-collapse .sale-order-detail-about-order-inner-container-repeat-cancel, .reviews-collapse .sale-order-detail-payment-options-methods-button-element, .reviews-collapse
.sale-order-detail-payment-options-methods-button-element-new-window {
    float: right; }

div.reviews-expanded {
    width: auto;
    float: right; }

div.reviews-post-entry table.forum-quote {
    background: url("/bitrix/templates/sm_default/assets/css/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
    border-color: #EEE9CC;
    color: #4A483F; }

div.reviews-post-entry table.forum-quote thead {
    display: none; }

div.reviews-post-entry table.forum-code thead {
    display: table-cell; }

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-spoiler, div.reviews-post-entry table.forum-code, div.reviews-post-entry div.forum-code-box {
    border: 1px solid #dddddd;
    padding: 3px;
    width: 100%; }

div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-quote td,
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-code td {
    background-color: transparent;
    padding: 0.9em 1em; }

div.reviews-post-entry table.forum-quote td, div.reviews-post-entry table.forum-spoiler td, div.reviews-post-entry table.forum-code td, div.reviews-post-entry div.forum-code-box ol {
    color: #696969; }

div.reviews-post-entry table.forum-quote th, div.reviews-post-entry table.forum-spoiler th, div.reviews-post-entry table.forum-code th, div.reviews-post-entry div.forum-code-box {
    font-weight: bold;
    text-align: left;
    color: #888; }

.reviews-actions .ilike-light .bx-ilike-right-wrap {
    margin-right: 2px; }

.reviews-actions .ilike-light .bx-ilike-right {
    padding: 0px 1px 0 11px;
    font-size: 11px;
    line-height: 19px; }

.reviews-actions .ilike-light .bx-ilike-text {
    padding: 0; }

.reviews-post-reply-buttons .bx-rating span, .reviews-post-reply-buttons .bx-rating a {
    color: #929292;
    font-size: 11px; }

/* autosave */
a.postFormAutosave {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 -4px 0 0;
    position: relative;
    z-index: 2; }

.forum-notify-bar {
    width: 100%;
    height: 2em;
    background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
    position: relative; }

.forum-notify-close {
    display: block !important;
    height: 12px !important;
    margin: 3px 6px 0 0;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 12px !important; }

.forum-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
    display: block !important;
    height: 12px !important;
    width: 12px !important;
    cursor: pointer; }

.forum-notify-text {
    color: #000000 !important;
    margin: 0 !important;
    padding: 3px 20px 5px !important;
    text-align: center !important; }

.forum-notify-text a.postFormAutorestore {
    position: relative;
    color: #ff0000;
    cursor: pointer;
    text-decoration: underline;
    margin-right: 9px;
    margin-top: 5px;
    z-index: 2; }

.mainbanners {
    height: 220px;
    width: 100%;
    margin-bottom: 40px; }
.mainbanners .mainbanners__owl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
.mainbanners .mainbanners__owl .owl-stage-outer,
.mainbanners .mainbanners__owl .owl-stage,
.mainbanners .mainbanners__owl .owl-item {
    height: 100%; }
.mainbanners .mainbanners__owl .fadeIn {
    animation-name: fadeIn; }
.mainbanners .mainbanners__owl .fadeOut {
    animation-name: fadeOut; }
.mainbanners .mainbanners__owl .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 10px; }
.mainbanners .mainbanners__owl .animated {
    animation-duration: 2s; }
.mainbanners .mainbanners__additionals {
    position: relative;
    top: 50%;
    text-align: right; }
@media (min-width: 480px) {
    .mainbanners {
        height: 250px; } }
@media (min-width: 768px) {
    .mainbanners {
        height: 320px; }
    .mainbanners .mainbanners__owl .owl-dots {
        position: absolute;
        bottom: 15px; } }
@media (min-width: 992px) {
    .mainbanners {
        height: 480px; } }

.mainbanner {
    display: block;
    height: 100%; }
.mainbanner .mainbanner__link {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
.mainbanner .mainbanner__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0; }

.additional-banners {
    position: relative; }
.additional-banners .additional-banners__banner {
    display: block;
    position: absolute;
    right: 0;
    top: 230px;
    width: 20%;
    opacity: 0;
    transform: translateX(9999px);
    transition: transform 1s step-end, opacity .5s; }
.owl-item.active .additional-banners .additional-banners__banner {
    opacity: 1;
    transition: transform 2s, opacity 2s step-end; }
.mainbanners__owl.is-initialized .owl-item.active .additional-banners .additional-banners__banner:nth-child(1) {
    transform: translateX(0);
    transition: transform 2s, opacity 2s step-end;
    transition-timing-function: cubic-bezier(1, 0.7, 0.3, 1.07); }
.mainbanners__owl.is-initialized .owl-item.active .additional-banners__banner:nth-child(2) {
    transform: translateX(-100%);
    transition: transform 1.9s, opacity 2s step-end;
    transition-timing-function: cubic-bezier(1, 0.7, 0.3, 1.06); }
.mainbanners__owl.is-initialized .owl-item.active .additional-banners__banner:nth-child(3) {
    transform: translateX(-200%);
    transition: transform 1.8s, opacity 2s step-end;
    transition-timing-function: cubic-bezier(1, 0.7, 0.3, 1.05); }
.mainbanners__owl.is-initialized .owl-item.active .additional-banners__banner:nth-child(4) {
    transform: translateX(-300%);
    transition: transform 1.7s, opacity 2s step-end;
    transition-timing-function: cubic-bezier(1, 0.7, 0.3, 1.04); }
.mainbanners__owl.is-initialized .owl-item.active .additional-banners__banner:nth-child(5) {
    transform: translateX(-400%);
    transition: transform 1.6s, opacity 2s step-end;
    transition-timing-function: cubic-bezier(1, 0.7, 0.3, 1.03); }
.owl-item.active .additional-banners__banner:nth-child(n+6) {
    display: none; }
.additional-banners .additional-banners__banner img {
    transition: transform .5s;
    -webkit-backface-visibility: hidden;
    transform: scale(0.6); }
.mainbanners__owl.is-initialized .owl-item.active .additional-banners .additional-banners__banner img {
    transform: scale(1); }
.additional-banners .additional-banners__banner:hover img,
.mainbanners__owl.is-initialized .owl-item.active .additional-banners .additional-banners__banner:hover img {
    transform: translateY(-7px) scale(1.7); }
.owl-item .additional-banners img {
    max-width: 90%;
    width: auto; }
@media (min-width: 768px) {
    .additional-banners .additional-banners__banner {
        top: 270px; } }
@media (min-width: 992px) {
    .additional-banners .additional-banners__banner {
        top: 320px; } }

.mainbanner-progressline {
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 3; }

.mainbanner-progressline__progress {
    content: "";
    width: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 100%; }

@keyframes fadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }

@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

.news-item .news-item-prev_text {
    max-height: 110px;
    overflow: hidden; }

@media (max-width: 590px) {
    .news-item .news_text_sm {
        width: 100%; }
    .news-item .news_pic_sm {
        width: 100%; } }

/* Delivery page */
.p-delivery {
    /**&amp; &amp;__delivery-point:before,
  &amp; &amp;__delivery-time:before {
    font-family: PeIcon7Stroke;
    position: absolute;
    top: 0;
    font-size: 64px;
    color: $price-color;
  }
  &amp; &amp;__delivery-time:before {
    content: "\e67e";
    left: 0;
    right: 0;
  }
  &amp; &amp;__delivery-point:before {
    content: "\e673";
    left: 0;
  } **/ }
.p-delivery * {
    box-sizing: border-box; }
.p-delivery .p-delivery__guarantee {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    display: inline-block; }
.p-delivery .p-delivery__guarantee-icon {
    display: inline-block;
    padding: 20px 0 30px 15px;
    width: 30%;
    vertical-align: middle; }
.p-delivery .p-delivery__guarantee-icon img {
    max-width: 80%; }
.p-delivery .p-delivery__guarantee-text {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    max-width: 475px;
    width: 70%;
    margin-top: -15px; }
.p-delivery .p-delivery__table-wrap {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px; }
.p-delivery .p-delivery__table-wrap .table {
    border-collapse: separate; }
.p-delivery .p-delivery__table-wrap .table tr th {
    background-color: #ededed;
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle; }
.p-delivery .p-delivery__table-wrap .table tr td {
    border: 0;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed; }
.p-delivery .p-delivery__table-wrap .table tr td:last-child {
    border-right: 0; }
.p-delivery .p-delivery__freeprice,
.p-delivery .p-delivery__price {
    font-weight: bold; }
.p-delivery .p-delivery__freeprice {
    color: #82d026; }
.p-delivery .p-delivery__price {
    color: #f9730e; }
.p-delivery .p-delivery__table-wrap .table tr td,
.p-delivery .p-delivery__table-wrap .table tr th {
    width: 150px; }
.p-delivery .p-delivery__table-wrap .table tr td:nth-child(1),
.p-delivery .p-delivery__table-wrap .table tr th:nth-child(1) {
    width: auto; }
.p-delivery .p-delivery__delivery-point,
.p-delivery .p-delivery__delivery-time {
    padding-top: 75px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
.p-delivery .p-delivery__delivery-time {
    width: 40%;
    font-size: 16px;
    text-align: center;
    max-width: 205px;
    margin-right: 10%; }
.p-delivery .p-delivery__delivery-point {
    margin: -4px;
    width: 50%; }
.p-delivery .p-delivery__svg-icon {
    position: absolute;
    top: 0;
    height: 40px;
    left: 0;
    width: 40px; }
.p-delivery .p-delivery__delivery-time .p-delivery__svg-icon {
    width: 100%; }
@media (max-width: 767px) {
    .p-delivery .p-delivery__delivery-point,
    .p-delivery .p-delivery__delivery-time {
        display: block;
        margin: auto;
        width: auto; }
    .p-delivery .p-delivery__delivery-point {
        max-width: 250px;
        text-align: center;
        margin-top: 40px; }
    .p-delivery .p-delivery__delivery-point .p-delivery__svg-icon {
        width: 100%; }
    .p-delivery .p-delivery__delivery-point:before {
        left: 0;
        right: 0; } }

/* /Delivery page */
/* Payment page */
.p-payment {
    width: 100%;
    margin-bottom: 40px; }
.p-payment * {
    box-sizing: border-box; }
.p-payment figure {
    margin: 0; }
.p-payment .p-payment__warning {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
.p-payment .p-payment__warning-icon {
    display: inline-block;
    padding: 20px 30px 30px 15px;
    max-width: 30%;
    vertical-align: middle; }
.p-payment .p-payment__warning-icon img {
    max-width: 80%; }
.p-payment .p-payment__warning-text {
    display: inline-block;
    margin-left: -4px;
    margin-top: -15px;
    vertical-align: middle;
    max-width: 475px;
    width: 70%; }
.p-payment .p-payment__logos img {
    display: block;
    margin: 15px auto; }
.p-payment img {
    max-width: 100%; }
.p-payment h2, .p-payment .order-section .bx-soa-pickup-subTitle, .order-section .p-payment .bx-soa-pickup-subTitle {
    margin: 15px 0; }
@media (min-width: 1280px) {
    .p-payment {
        width: 50%; } }
@media (min-width: 768px) {
    .p-payment .p-payment__logos img {
        display: inline-block;
        margin: 30px 20px; } }

.sorter__by {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    height: 0;
    width: 0; }
.sorter__by.asc {
    border-bottom: 4px solid; }
.sorter__by.desc {
    border-top: 4px solid; }

.sorter .asc {
    background-position: -18px -575px; }

.sorter .desc {
    background-position: -18px -564px; }

.sorter .personal-tabsheader a.select {
    cursor: pointer; }

/* output */
.sorter .sorter-output {
    float: left;
    position: relative; }

.sorter .personal-tabsheader a.select {
    cursor: pointer; }

.sorter a.incative.select.true_select {
    margin-right: 0; }

.sorter a.incative.select .asc,
.sorter a.incative:hover .asc {
    background-position: -3px -575px; }

.sorter a.incative.select .desc,
.sorter a.incative:hover .desc {
    background-position: -3px -564px; }

.sorter .sorter-output-popup {
    background-color: #fff;
    border: 2px solid #7c7c7c;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 46px;
    z-index: 50; }

.sorter .sorter-output-popup a {
    border: 1px solid #fff;
    display: block;
    font-size: 13px;
    min-width: 26px;
    padding: 3px 9px 5px 7px;
    text-decoration: none; }

.sorter .sorter-output-popup a:hover {
    color: #7c7c7c;
    text-decoration: none; }

.pagination, .order-section .bx-pagination-container {
    margin: 0 0 18px;
    padding-bottom: 5px;
    position: relative;
    text-align: center; }
.pagination > ul, .order-section .bx-pagination-container > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.pagination > ul > li, .order-section .bx-pagination-container > ul > li {
    display: inline-block; }
.pagination > ul > li > a, .order-section .bx-pagination-container > ul > li > a,
.pagination > ul > li > span, .order-section .bx-pagination-container > ul > li > span {
    border: 2px solid #b3b3b3;
    border-radius: 18px;
    box-sizing: border-box;
    color: #000;
    display: block;
    min-width: 36px;
    padding: 6.75px 9px;
    text-decoration: none; }
.pagination > ul > li > a:hover, .order-section .bx-pagination-container > ul > li > a:hover {
    border-color: #7c7c7c; }
.pagination > ul > li.active > span, .order-section .bx-pagination-container > ul > li.active > span {
    border-color: #7c7c7c;
    position: relative; }
.pagination > ul > li.active > span:before, .order-section .bx-pagination-container > ul > li.active > span:before, .pagination > ul > li.active > span:after, .order-section .bx-pagination-container > ul > li.active > span:after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-left: -7px;
    left: 50%;
    position: absolute;
    width: 0; }
.pagination > ul > li.active > span:before, .order-section .bx-pagination-container > ul > li.active > span:before {
    border-top: 7px solid #7c7c7c;
    bottom: -7px; }
.pagination > ul > li.active > span:after, .order-section .bx-pagination-container > ul > li.active > span:after {
    border-top: 7px solid #fff;
    bottom: -4px; }
.pagination .pagination__all > a, .order-section .bx-pagination-container .pagination__all > a,
.pagination .pagination__prev > a, .order-section .bx-pagination-container .pagination__prev > a,
.pagination .pagination__next > a, .order-section .bx-pagination-container .pagination__next > a {
    border: none; }
.pagination__icon {
    fill: #7c7c7c;
    height: 14px;
    width: 15px; }
.pagination__prev:hover .pagination__icon,
.pagination__next:hover .pagination__icon {
    fill: #969696; }
.pagination__prev:active .pagination__icon,
.pagination__next:active .pagination__icon {
    fill: #686868; }

/*pay*/
.sale-order-payment-change-pp.row {
    margin-right: 0;
    margin-left: 0; }

.sale-order-payment-change-pp-list {
    opacity: 0; }

.sale-order-payment-change-pp-company {
    height: 40px;
    padding-bottom: 20px;
    z-index: 100;
    position: relative; }

.sale-order-payment-change-pp .sale-order-payment-change-pp-company {
    padding: 7px;
    border: 1px solid transparent;
    height: auto;
    margin-bottom: 15px;
    transition: all 100ms ease; }

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
    transition: all 100ms ease;
    border-color: #7c7c7c; }

.sale-order-payment-change-pp-company-graf-container {
    border: 2px solid #c3cace;
    border-radius: 2px;
    position: relative;
    background: #fff;
    width: auto;
    height: 0;
    padding-top: 50%; }

.sale-order-payment-change-pp-company-image {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.sale-order-payment-change-pp-company-smalltitle {
    padding-top: 9px;
    color: #a3a3a3;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px; }

.sale-order-payment-change-pp-field .form-control, .sale-order-payment-change-pp-field .typeselect, .sale-order-payment-change-pp-field .order-section .bx-soa-coupon-item > strong, .order-section .sale-order-payment-change-pp-field .bx-soa-coupon-item > strong {
    background: #fff; }

.sale-order-payment-change-pp-price {
    text-align: right;
    padding: 4px 0; }

.sale-order-payment-change-service-small {
    color: #a3a3a3;
    font-size: 11px; }
.left-price{
    margin-left:10px;
}
@media (max-width: 600px) {
    .left-price{
        margin-left:0px!important;
    }

}
@media (min-width: 1200px) {
    .sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),
    .sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1) {
        clear: both;
        padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
    .sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),
    .sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1) {
        clear: both;
        padding-left: 0; } }

@media (max-width: 767px) {
    .sale-order-payment-change-pp,
    .sale-order-payment-change-pp-item-container {
        max-width: 450px; }
    .sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),
    .sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1) {
        clear: both;
        padding-left: 0; } }

.sale-order-payment-change-inner-row {
    padding: 0;
    position: relative; }

.sale-order-payment-change-payment {
    padding-bottom: 20px; }

.sale-order-payment-change-payment-title {
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000; }

.sale-order-payment-change-status-alert,
.sale-order-payment-change-status-success {
    display: inline-block;
    padding: 4px 10px 5px 8px;
    border: 1px solid #eab3b9;
    border-radius: 2px;
    background: #ffe5e8;
    font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #d0021b; }

.sale-order-payment-change-status-success {
    background: #e3f0bd;
    border: 1px solid #bed277;
    color: #597707; }

.sale-order-payment-change-payment-price {
    padding: 4px 0 0 0;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif; }


.new_catalog_price_block .new_catalog_price {
    list-style:none;
    margin-left:0;
    margin-bottom:10px;
    padding-left:0;
}
.new_catalog_price {
    display:table;
    width:100%;
    box-sizing:border-box;
}
.new_catalog_price>li {
    display:table-cell;
    vertical-align:top;
    box-sizing:border-box;
    width:50%;
}
.new_catalog_price sup {
    font-weight: bold;
    top: -8px;
    font-size: 8px;
    padding: 0 3px;
}
.new_catalog_price_text {
    font-size:12px;
    /* margin-bottom:5px; */
}
.new_catalog_price_red {
    font-weight:bold;
    font-size:18px;
    /*color:#c43448;*/
    color:#f9730e;
}
.new_catalog_price_old:before {
    /* width:100%; */
    height:1px;
    background:#ccc;
    top:50%;
    left:0;
    right:0;
    position:absolute;
    z-index:100;
    content:'';
    display:block;
}
.new_catalog_price_old {
    font-weight:normal;
    font-size:12px;
    /*color:#ccc;*/
    color: #9E9E9E;
    font-weight: bold;

    position:relative;
    display:table;

    /* text-decoration: line-through; */
}
.detail__buy .ya-share2__list {
    width:100%;
}
.detail__buy .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 5px 1px 4px 0!important;
}
/* .bx-no-touch .bx-viewport .catalog_item .catalog_item__popup,
.bx-viewport .catalog_item .catalog_item__popup, */
.bx-no-touch .bx-viewport .catalog_item:hover .catalog_item__popup div.catalog_item__buy,
.bx-no-touch .bx-viewport .catalog_item.is-hover .catalog_item__popup div.catalog_item__buy,
.bx-viewport .catalog_item:hover .catalog_item__popup div.catalog_item__buy,
.bx-viewport .catalog_item.is-hover .catalog_item__popup div.catalog_item__buy {
    display:block!important;
}
.bx-no-touch .bx-viewport .catalog_item .catalog_item__popup .catalog_item__quantity,
.bx-viewport .catalog_item .catalog_item__popup .catalog_item__quantity,
.bx-no-touch .bx-viewport .catalog_item .catalog_item__popup .catalog_item__cmp,
.bx-viewport .catalog_item .catalog_item__popup .catalog_item__cmp,
.bx-no-touch .bx-viewport .catalog_item:hover .catalog_item__popup .catalog_item__quantity,
.bx-no-touch .bx-viewport .catalog_item.is-hover .catalog_item__popup .catalog_item__quantity,
.bx-viewport .catalog_item:hover .catalog_item__popup .catalog_item__quantity,
.bx-viewport .catalog_item.is-hover .catalog_item__popup .catalog_item__quantity,
.bx-no-touch .bx-viewport .catalog_item:hover .catalog_item__popup .catalog_item__cmp,
.bx-no-touch .bx-viewport .catalog_item.is-hover .catalog_item__popup .catalog_item__cmp,
.bx-viewport .catalog_item:hover .catalog_item__popup .catalog_item__cmp,
.bx-viewport .catalog_item.is-hover .catalog_item__popup .catalog_item__cmp/* ,
.bx-no-touch .bx-viewport .catalog_item:hover .catalog_item__popup div,
.bx-no-touch .bx-viewport .catalog_item.is-hover .catalog_item__popup div,
.bx-viewport .catalog_item:hover .catalog_item__popup div,
.bx-viewport .catalog_item.is-hover .catalog_item__popup div */ {
    display:none!important;
}
.bx-no-touch .bx-viewport .catalog_item:hover .catalog_item__inner,
.bx-no-touch .bx-viewport .catalog_item.is-hover .catalog_item__inner,
.bx-viewport .catalog_item:hover .catalog_item__inner,
.bx-viewport .catalog_item.is-hover .catalog_item__inner {
    height:100%!important;
}
.catalog_item__pic {
    padding-top:10px;
    margin: 0 auto;
}
#catalog .bx-wrapper {
    max-width:none!important;
}
#catalog_1 .bx-wrapper {
    max-width:none!important;
}
#catalog_2 .bx-wrapper {
    max-width:none!important;
}

.kl-img-bl {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.kl-img {
    display: inline-block;
    width: 318px;
}
.im-sz {
    /* max-width: 454px; */
    width: 300px;
    /* max-height: 300px; */
    height: 221px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
}


@media only screen and (min-width:1915px) {
    .bx-wrapper .catalog_item {
        min-width:267.5px;
    }
    .catalog_list_slider_block {
        width: 1600px;
    }
}
@media only screen and (min-width:1801px) and (max-width:1914px) {
    .bx-wrapper .catalog_item {
        min-width:248.2px;
    }
    .catalog_list_slider_block {
        width: 1484px;
    }
}
/* @media only screen and (min-width:1676px) and (max-width:1790px) {
	.bx-wrapper .catalog_item {
		min-width:235.9px;
	}
} */
/* @media only screen and (min-width:1661px) and (max-width:1675px) {
	.bx-wrapper .catalog_item {
		min-width:237.2px;
	}
} */
@media only screen and (min-width:1591px) and (max-width:1800px) {
    .bx-wrapper .catalog_item {
        min-width:224.5px;
    }
    .catalog_list_slider_block {
        width: 1342px;
    }
}
@media only screen and (min-width:1550px) and (max-width:1590px) {
    .bx-wrapper .catalog_item {
        min-width:252.3px;
    }
    .catalog_list_slider_block {
        width: 1326px;
    }
}

@media (max-width: 1600px) {
    .catalog_item {
        width: 265px;
    }
    .catalog_item__stickers {
        left: 7px;
    }
}

@media (max-width: 1440px) {
    .catalog_item {
        width: 237px;
    }
    .catalog_item__stickers {
        left: 7px;
    }
}

@media (max-width: 1366px) {
    .catalog_item {
        width: 300px;
    }
    .catalog_item__stickers {
        left: 7px;
    }
}

@media (max-width: 1280px) {
    .catalog_item {
        width: 275px;
    }
    .catalog_item__stickers {
        left: 7px;
    }
}

@media only screen and (min-width:1300px) and (max-width:1549px) {
    .bx-wrapper .catalog_item {
        min-width:226.3px;
    }
    .catalog_list_slider_block {
        width: 1130px;
    }
}
/* @media only screen and (min-width:1355px) and (max-width:1365px) {
	.bx-wrapper .catalog_item {
		min-width:228.4px;
	}
} */
@media only screen and (min-width:1150px) and (max-width:1299px) {
    .bx-wrapper .catalog_item {
        min-width:214.3px;
    }
    .catalog_list_slider_block {
        width: 1070px;
    }
}
@media only screen and (min-width:1050px) and (max-width:1150px) {
    .bx-wrapper .catalog_item {
        /* min-width:204px; */
        width: 200.3px!important;
    }
    .catalog_list_slider_block {
        /* width: 1006px; */
        width: 1002px;
    }
}
@media only screen and (min-width:1000px) and (max-width:1050px) {
    .bx-wrapper .catalog_item {
        min-width:245.38px;
    }
    .catalog_list_slider_block {
        width: 982px;
    }
}
@media only screen and (min-width:900px) and (max-width:999px) {
    .bx-wrapper .catalog_item {
        min-width:220.3px;
    }
    .catalog_list_slider_block {
        width: 882px;
    }
}
@media only screen and (min-width:700px) and (max-width:899px) {
    .bx-wrapper .catalog_item {
        min-width:227.3px;
    }
    .catalog_list_slider_block {
        width: 682px;
    }
}
@media only screen and (min-width:500px) and (max-width:699px) {
    .bx-wrapper .catalog_item {
        min-width:241.5px;
    }
    .catalog_list_slider_block {
        width: 482px;
    }
}
@media only screen and (min-width:400px) and (max-width:499px) {
    .bx-wrapper .catalog_item {
        min-width:191.5px;
    }
    .catalog_list_slider_block {
        width: 390px;
    }
}

.podzakazimg {
    width: 30px;
    margin-top: -22px;
    color:#666;
}


.menumob {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f76f0f;
    padding: 8px;
    margin: 11px;
    position: absolute;
    bottom: -13px;
    left: 45px;
}

@media screen and (min-device-width: 416px) {
    .hmm {display: none;}
}

.secpl {
    margin: 0 0 5px 3px;
}

.secpl a {
    text-decoration: none;
    padding: 4px;
    margin-right: 10px;
    border: 1px dashed #6c5f5f;
    font-size: 17px;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
}

.secpl a:hover{
    color: #f76f0f;
}

@media (max-width:1024px) {
    .catalog_item {
        /*margin: 1px -72px 14px 87px;*/
        display: inline-block;
        float: none;
    width: 245px;
    }
    #catalog_home {
        text-align: center;
    }
}

@media (max-width:767px) {
    .catalog_item {
        display: inline-block;
        float: none;
    }
    #catalog_home {
        text-align: center;
    }
}
@media (min-width: 520px) and (max-width:767px) {
    .catalog_item {
        width: 250px;
    }
}

@media screen and (max-width:414px){
    .secpl a {
        display: inline-block;
        margin-top: 10px;
    }
    .catalog_item {
        width: 100%;

        /*padding-bottom: 20px;*/
    }
    .catalog_item__pic {
        /*padding-top: 0px;*/
    }
}

@media screen and (max-width:412px){
    .secpl a {
        display: inline-block;
        margin-top: 10px;
    }
}
@media screen and (max-width:375px){
    .secpl a {
        display: inline-block;
        margin-top: 10px;
    }
}
@media screen and (max-width:320px){
    .secpl a {
        display: inline-block;
        font-size: 17px;
        margin-top: 10px;
    }
}



.catalog__descr_contact{
    text-align: center;
}

.catalog__descr_contact p{
    margin-bottom: 5px;
}

.catalog__descr_contact p span{

}

.catalog__descr_contact a{

}
.no-vis {display: none;}
/*.sub-popup {position: absolute;width: 1px;min-height: 1px;left: 300px;}*/


@media (max-width:768px) {
    .l-header__top {
        margin-bottom: 10px;
    }
    .navbar {
        min-height: 38px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 5px 8px;
        margin-top: 6px;
        margin-right: 15px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        height: 26px;
    }

    .l-header__logo {
        margin-bottom: 0;
        max-width: 100%;
        overflow: hidden;
        margin-top: 5px;
        padding: 5px;
    }
    .l-header__logo img {
        width: 204px;
    }
    .l-header .cart_top {
        float: right;
        margin: 15px 10px 0px 0px;
    }

    .breadcrumb {
        padding: 5px 0;
        margin-bottom: 0px;
        white-space: normal;
        padding-left: 5px;
    }

    .container, .wrap_inside {
        padding: 0px;
    }

    .l-main {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .detail.row {
        margin: 0px;
    }
    .catalog__head {
        position: relative;
    }
    .catalog__head, .brand {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    .detail .webpage__title {
        display: block;
        font-size: 22px;
        margin-bottom: 0;
    }

    .detail__favorite {
        position: absolute;
        top: 15px;
        right: 0;
        white-space: nowrap;
    }
    .detail__picbox {
        margin-bottom: 0px;
    }

    .picbox__frame {
        margin-bottom: 0px;
        padding: 0px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 100%;
    }
    .owl-carousel .owl-stage-outer {
        width: 100%;
    }

    .row {
        margin: 0px;
    }

    .modern-menu .modern-menu__toggle {
        padding: 13px 0px;
        margin: 0px;
    }
    .l-header__line {
        clear: both;
        position: relative;
        margin: 0;
    }
    .modern-menu .modern-menu__toggle {
        padding: 12px 16px;
        margin: 0px;
        font-size: 17px;
    }
    h2 {
        padding: 0px 10px;
        text-align: center;
    }

    .catalog__descr_contact a {
        display: block;
    }

    .picbox__carousel.owl-carousel .picbox__img {
        max-height: 100%;
        max-width: 500px;
        width: 100%;
        height: auto;
    }
    .nav-tabs > li {
        margin-right: 4px;
        margin-bottom: 12px;
    }
    .nav-tabs > li > a {
        padding: 5px 5px;
    }
    .nav-tabs > li:last-child {
        margin-right: 0px;
    }

    .nav-tabs {
        padding-left: 0;
        list-style: none;
        margin: 0 0 5px;
        overflow: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        white-space: nowrap;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 2px solid #f9730e;
        color: #f9730e;
        cursor: default;
    }
}

.view:hover {

}
.view {
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    border: 1px solid #ccc;
    /*padding: 10px;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.view .mask,
.view .content {
    /*width: 315px;
    height: 300px;*/
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    font-family: Raleway, serif;
    padding: 10px;
    /*background: rgba(0, 0, 0, 0.8);*/
    margin: 20px 0 0 0
}

.view p {
    font-family: Merriweather, serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    box-shadow: 0 0 5px #000;
}
/*1*/

.view-first img {
    /*1*/
    transition: all 0.2s linear;
    margin-bottom: 0;
}

.view-first .mask {
    opacity: 0;
    background-color: #3a342f78;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    font-family: Raleway, serif;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first span {
    /*    font-family: Raleway, serif;*/
    font-size: 17px;
    margin: 5px;
    display: block;
}
.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.betonRazd {
    margin: 20px;
}
/* */

.view-first:hover img {
    /*  transform: scale(1.1);
  */
    /*  transform: scale(1.16);
  */
    /*transform: scale(1.16, 1.7);

    *//*transform: scale(1.16, 1.25);
    */transform: scale(1.16, 1.3);
}

.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover span {
    opacity:0;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}


.view-tenth img {
    transform: scaleY(1);
    transition: all .7s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    transition: all 0.5s linear;
    opacity: 0;
}

.view-tenth h2 {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
    background: transparent;
    margin: 95px 40px 0px 40px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}

.view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
    /*padding-*/
}

.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}

.view-tenth:hover .mask {
    opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
    transform: scale(1);
    opacity: 1;
}
.for_blocks {
    width: 100%;
    float: left;
}
.slide_bg  {
    width: 120px;
    height: 100px;
    background-size: contain!important;
    background-position: center!important;
}
.slider_wrap .bx-wrapper .bx-prev{
    left: -60px;
}
.slider_wrap .bx-wrapper .bx-controls-direction a {
    top: 60px;
    width: 30px;
    height: 30px;
    background: #f9730e;
}
.slider_wrap .bx-wrapper .bx-prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -8px;
    border-right: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.slider_wrap .bx-wrapper .bx-next:before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -6px;
    margin-top: -8px;
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.slider_wrap .bx-wrapper .bx-prev:after{
    border-right: 6px solid #f9730e;
}
.slider_wrap .bx-wrapper .bx-next:after{
    border-left: 6px solid #f9730e;
}
.slider_wrap .bx-wrapper .bx-prev:hover:after{
    border-right: 6px solid #636363;
}
.slider_wrap .bx-wrapper .bx-next:hover:after{
    border-left: 6px solid #636363;
}
.slider_wrap .bx-wrapper .bx-prev:hover, .slider_wrap .bx-wrapper .bx-next:hover {
   background: #636363; 
}
/* alfavit */
.manufacture__filter__flex-wrap {
    display: table;
    width: 100%;
}
.dropdown, .dropup {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.manufacture__filter--alphabet .manufacture__filter__item {
    width: 43px;
}
.manufacture__filter__item_country, .manufacture__filter__item {
    border-right: 1px solid #cdcdcd;
     font-size: 13px;
    color: #686767;
    text-align: center;
    vertical-align: middle;
    height: 33px;
    cursor: pointer;
    display: table-cell;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.manufacture__filter {
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 26px;
}
.mnufacture-tab-panel {
    padding-top: 15px;
    z-index: 5;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #f7f7f7;
    padding-bottom: 50px;
    border: 1px solid #cdcdcd;
    display: none;
    width: 99%;
}
ul.ul-content li {
    list-style: none;
    font-size: 13px;
    line-height: 22px;
    padding-left: 10px;
    position: relative;
}
.catalog__sorter .nav-tabs:last-child {
    padding-bottom: 36px!important;
}
/* End */
/* /bitrix/templates/sm_default/assets/lib/jquery.scrollbar/jquery.scrollbar.css?151573904823056 */
/* /bitrix/templates/sm_default/assets/jquery.bxslider/jquery.bxslider.css?15157390486023 */
/* /bitrix/templates/sm_default/assets/lib/fancybox/jquery.fancybox.css?15157390484939 */
/* /bitrix/templates/sm_default/assets/css/carousel.css?15157390481924 */
/* /bitrix/templates/sm_default/assets/js/glass/glass.css?1515739048186 */
/* /bitrix/templates/sm_default/template_ext/catalog.section/al/swiper.min.css?151573904820100 */
/* /bitrix/templates/sm_default/template_ext/catalog.section/al/lightbox.min.css?15157390482859 */
/* /include/slick/slick-theme.css?17801864073145 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1780186408420 */
/* /bitrix/templates/sm_default/components/bitrix/menu/main_h_multilevel/style.css?15236184744648 */
/* /bitrix/templates/sm_default/components/bitrix/search.title/search_ivv/style.css?15245675174108 */
/* /bitrix/templates/sm_default/components/bitrix/search.title/search_ivv_footer/style.css?1522953875348 */
/* /bitrix/templates/sm_default/styles.css?16847758731247 */
/* /bitrix/templates/sm_default/template_styles.css?168477587312932 */
/* /bitrix/templates/sm_default/assets/lib/owlcarousel2/assets/owl.carousel.css?15824135184151 */
/* /bitrix/templates/sm_default/assets/css/custom.css?1524912581785 */
/* /bitrix/templates/sm_default/assets/css/font-awesome.min.css?151573904827466 */
/* /bitrix/templates/sm_default/assets/css/template.css?1699902978306463 */
