

/* Start:/local/templates/os_default/assets/lib/jquery.scrollbar/jquery.scrollbar.css?170109734023056*/
/*************** 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:/local/templates/os_default/assets/lib/fancybox/jquery.fancybox.css?170109734018283*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/os_default/assets/lib/owlcarousel2/assets/owl.carousel.css?17010973404697*/
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  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;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .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;
    width: 100%; }
  .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-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -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: 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("/local/templates/os_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:/local/templates/os_default/assets/css/template.css?1750687649317052*/
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  fill-rule: evenodd;
  margin-bottom: -0.0555556em;
  pointer-events: none;
  vertical-align: middle; }

.icon-svg-blocks {
  font-size: 1.6rem;
  width: 0.9375em; }

.icon-svg-box {
  font-size: 2.2rem;
  width: 1.04545em; }

.icon-svg-box2 {
  font-size: 2rem;
  width: 1.15em; }

.icon-svg-car {
  font-size: 1.7rem;
  width: 1.64706em; }

.icon-svg-cart {
  font-size: 2.6rem;
  width: 1.15385em; }

.icon-svg-cart2 {
  font-size: 2rem;
  width: 1.2em; }

.icon-svg-check {
  font-size: 0.9rem;
  width: 1.44444em; }

.icon-svg-close {
  font-size: 1rem;
  width: 1em; }

.icon-svg-cmp {
  font-size: 1.4rem;
  width: 0.92857em; }

.icon-svg-crumb {
  font-size: 1.7rem;
  width: 0.76471em; }

.icon-svg-dialog {
  font-size: 1.1rem;
  width: 1.45455em; }

.icon-svg-down-round {
  font-size: 3rem;
  width: 1em; }

.icon-svg-error {
  font-size: 1.4rem;
  width: 1em; }

.icon-svg-fb {
  font-size: 1.2rem;
  width: 0.5em; }

.icon-svg-floppy {
  font-size: 1.9rem;
  width: 1em; }

.icon-svg-glass {
  font-size: 1.2rem;
  width: 0.91667em; }

.icon-svg-heart {
  font-size: 1rem;
  width: 1.2em; }

.icon-svg-incart {
  font-size: 5.3rem;
  width: 1.22642em; }

.icon-svg-left {
  font-size: 2.4rem;
  width: 0.58333em; }

.icon-svg-left-quote {
  font-size: 1.4rem;
  width: 1.07143em; }

.icon-svg-left-round {
  font-size: 3rem;
  width: 1em; }

.icon-svg-left-triangle {
  font-size: 3rem;
  width: 0.8em; }

.icon-svg-list {
  font-size: 0.9906rem;
  width: 1.5111em; }

.icon-svg-lock {
  font-size: 1.6rem;
  width: 0.75em; }

.icon-svg-locked {
  font-size: 1.6rem;
  width: 1em; }

.icon-svg-mail {
  font-size: 1rem;
  width: 1.3em; }

.icon-svg-marker {
  font-size: 1.6rem;
  width: 0.6875em; }

.icon-svg-more {
  font-size: 6rem;
  width: 1em; }

.icon-svg-payment-box {
  font-size: 3.3rem;
  width: 1.24242em; }

.icon-svg-payment-clock {
  font-size: 3.9rem;
  width: 0.97436em; }

.icon-svg-phone {
  font-size: 1.6rem;
  width: 0.5625em; }

.icon-svg-phone-big {
  font-size: 2rem;
  width: 0.9em; }

.icon-svg-postal {
  font-size: 1.6rem;
  width: 1.5em; }

.icon-svg-refresh {
  font-size: 0.9rem;
  width: 1.66667em; }

.icon-svg-refresh2 {
  font-size: 1.2rem;
  width: 1.08333em; }

.icon-svg-reply {
  font-size: 2.2rem;
  width: 0.81818em; }

.icon-svg-right {
  font-size: 2.4rem;
  width: 0.58333em; }

.icon-svg-right-quote {
  font-size: 1.4rem;
  width: 1.07143em; }

.icon-svg-right-round {
  font-size: 3rem;
  width: 1em; }

.icon-svg-right-triangle {
  font-size: 3rem;
  width: 0.8em; }

.icon-svg-rocket {
  font-size: 2.1031rem;
  width: 1.01041em; }

.icon-svg-scale {
  font-size: 1rem;
  width: 1.4em; }

.icon-svg-settings {
  font-size: 1.2rem;
  width: 1em; }

.icon-svg-star {
  font-size: 1.3rem;
  width: 1em; }

.icon-svg-tw {
  font-size: 1.1rem;
  width: 0.72727em; }

.icon-svg-user {
  font-size: 1.6rem;
  width: 1em; }

.icon-svg-user-stroke {
  font-size: 2.0844rem;
  width: 1.05546em; }

.icon-svg-vk {
  font-size: 1.1rem;
  width: 0.72727em; }

.icon-svg-wallet {
  font-size: 1.9rem;
  width: 1.10526em; }

/*!
 * 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; }

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;
  margin: 1em 3.33333rem; }

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;
  margin: 0 0.16667rem;
  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; }

/*! 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,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .bx-catalog-subscribe-button > .caret,
  .dropup > .btn > .caret,
  .dropup > .bx-catalog-subscribe-button > .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, .fancybox-slide .cities, .fancybox-slide .detail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-left: 0.75rem;
  padding-right: 9px;
  padding-right: 0.75rem; }
  .container:before, .fancybox-slide .cities:before, .fancybox-slide .detail:before, .container:after, .fancybox-slide .cities:after, .fancybox-slide .detail:after {
    content: " ";
    display: table; }
  .container:after, .fancybox-slide .cities:after, .fancybox-slide .detail:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .fancybox-slide .cities, .fancybox-slide .detail {
      width: auto; } }
  @media (min-width: 992px) {
    .container, .fancybox-slide .cities, .fancybox-slide .detail {
      width: 958px;
      width: 79.83333rem; } }
  @media (min-width: 1280px) {
    .container, .fancybox-slide .cities, .fancybox-slide .detail {
      width: 1278px;
      width: 106.5rem; } }

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

.row {
  margin-left: -9px;
  margin-left: -0.75rem;
  margin-right: -9px;
  margin-right: -0.75rem; }
  .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-left: 0.75rem;
  padding-right: 9px;
  padding-right: 0.75rem; }

.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: 25%; }
  .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%; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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: 0.33333rem 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;
  padding-top: 0.83333rem;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  height: 3.16667rem;
  padding: 9px 9px;
  padding: 0.75rem 0.75rem;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4.99986px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #dc1616;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 22, 22, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #ededed;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
    line-height: 3.16667rem; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.bx-catalog-subscribe-button[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.bx-catalog-subscribe-button[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.bx-catalog-subscribe-button[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.bx-catalog-subscribe-button[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 28px;
    line-height: 2.33333rem; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.bx-catalog-subscribe-button[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.bx-catalog-subscribe-button[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.bx-catalog-subscribe-button[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.bx-catalog-subscribe-button[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 40px;
    line-height: 3.33333rem; } }

.form-group {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

/*
// Checkboxes and radios
//
// Indent the labels to position radios/checkboxes as hanging controls.

.radio,
.checkbox {
  position: relative;
  display: block;

  label {
    min-height: $line-height-computed; // Ensure the input doesn't jump when there is no text
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}

// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; // space out consecutive inline controls
}

// Apply same disabled cursor tweak as for inputs
// Some special care is needed because <label>s don't inherit their parent's `cursor`.
//
// Note: Neither radios nor checkboxes can be readonly.
input[type="radio"],
input[type="checkbox"] {
  &[disabled],
  &.disabled,
  fieldset[disabled] & {
    cursor: $cursor-disabled;
  }
}
// These classes are used directly on <label>s
.radio-inline,
.checkbox-inline {
  &.disabled,
  fieldset[disabled] & {
    cursor: $cursor-disabled;
  }
}
// These classes are used on elements with <label> descendants
.radio,
.checkbox {
  &.disabled,
  fieldset[disabled] & {
    label {
      cursor: $cursor-disabled;
    }
  }
}
*/
.form-control-static {
  padding-top: 10px;
  padding-top: 0.83333rem;
  padding-bottom: 10px;
  padding-bottom: 0.83333rem;
  margin-bottom: 0;
  min-height: 30px;
  min-height: 2.5rem; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.bx-catalog-subscribe-button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.bx-catalog-subscribe-button {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .bx-catalog-subscribe-button {
  height: 28px;
  height: 2.33333rem;
  padding: 5px 10px;
  padding: 0.41667rem 0.83333rem;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.bx-catalog-subscribe-button {
  height: 28px;
  height: 2.33333rem;
  line-height: 28px;
  line-height: 2.33333rem; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.bx-catalog-subscribe-button,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.bx-catalog-subscribe-button[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  height: 2.33333rem;
  padding: 5px 10px;
  padding: 0.41667rem 0.83333rem;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 28px;
  height: 2.33333rem;
  line-height: 28px;
  line-height: 2.33333rem; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  height: 2.33333rem;
  min-height: 29px;
  min-height: 2.41667rem;
  padding: 6px 10px;
  padding: 0.5rem 0.83333rem;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .bx-catalog-subscribe-button {
  height: 40px;
  height: 3.33333rem;
  padding: 10px 16px;
  padding: 0.83333rem 1.33333rem;
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.bx-catalog-subscribe-button {
  height: 40px;
  height: 3.33333rem;
  line-height: 40px;
  line-height: 3.33333rem; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.bx-catalog-subscribe-button,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.bx-catalog-subscribe-button[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 40px;
  height: 3.33333rem;
  padding: 10px 16px;
  padding: 0.83333rem 1.33333rem;
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 40px;
  height: 3.33333rem;
  line-height: 40px;
  line-height: 3.33333rem; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 40px;
  height: 3.33333rem;
  min-height: 31px;
  min-height: 2.58333rem;
  padding: 11px 16px;
  padding: 0.91667rem 1.33333rem;
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 47.5px;
    padding-right: 3.95833rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  width: 3.16667rem;
  height: 38px;
  height: 3.16667rem;
  line-height: 38px;
  line-height: 3.16667rem;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .bx-catalog-subscribe-button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 40px;
  width: 3.33333rem;
  height: 40px;
  height: 3.33333rem;
  line-height: 40px;
  line-height: 3.33333rem; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .bx-catalog-subscribe-button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  width: 2.33333rem;
  height: 28px;
  height: 2.33333rem;
  line-height: 28px;
  line-height: 2.33333rem; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 23px;
  top: 1.91667rem; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-top: 0.41667rem;
  margin-bottom: 10px;
  margin-bottom: 0.83333rem;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-top: 0.83333rem; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
  min-height: 2.33333rem; }

.form-horizontal .form-group {
  margin-left: -9px;
  margin-left: -0.75rem;
  margin-right: -9px;
  margin-right: -0.75rem; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
    padding-top: 0.83333rem; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 9px;
  right: 0.75rem; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    padding-top: 0.91667rem;
    font-size: 13px;
    font-size: 1.08333rem; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    padding-top: 0.5rem;
    font-size: 11px;
    font-size: 0.91667rem; } }

.btn, .bx-catalog-subscribe-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 9px;
  padding: 0.75rem 0.75rem;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4.99986px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .bx-catalog-subscribe-button:focus, .btn.focus, .focus.bx-catalog-subscribe-button, .btn:active:focus, .bx-catalog-subscribe-button:active:focus, .btn:active.focus, .bx-catalog-subscribe-button:active.focus, .btn.active:focus, .active.bx-catalog-subscribe-button:focus, .btn.active.focus, .active.focus.bx-catalog-subscribe-button {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .bx-catalog-subscribe-button:hover, .btn:focus, .bx-catalog-subscribe-button:focus, .btn.focus, .focus.bx-catalog-subscribe-button {
    color: #333;
    text-decoration: none; }
  .btn:active, .bx-catalog-subscribe-button:active, .btn.active, .active.bx-catalog-subscribe-button {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.bx-catalog-subscribe-button, .btn[disabled], .bx-catalog-subscribe-button[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .bx-catalog-subscribe-button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, a.disabled.bx-catalog-subscribe-button,
fieldset[disabled] a.btn,
fieldset[disabled] a.bx-catalog-subscribe-button {
  pointer-events: none; }

.btn-default, .detail__btn,
.detail__btns .bx-catalog-subscribe-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .detail__btn:focus,
  .detail__btns .bx-catalog-subscribe-button:focus, .btn-default.focus, .focus.detail__btn,
  .detail__btns .focus.bx-catalog-subscribe-button {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .detail__btn:hover,
  .detail__btns .bx-catalog-subscribe-button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .detail__btn:active,
  .detail__btns .bx-catalog-subscribe-button:active, .btn-default.active, .active.detail__btn,
  .detail__btns .active.bx-catalog-subscribe-button,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.detail__btn,
  .detail__btns .open > .dropdown-toggle.bx-catalog-subscribe-button {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .detail__btn:active:hover,
    .detail__btns .bx-catalog-subscribe-button:active:hover, .btn-default:active:focus, .detail__btn:active:focus,
    .detail__btns .bx-catalog-subscribe-button:active:focus, .btn-default:active.focus, .detail__btn:active.focus,
    .detail__btns .bx-catalog-subscribe-button:active.focus, .btn-default.active:hover, .active.detail__btn:hover,
    .detail__btns .active.bx-catalog-subscribe-button:hover, .btn-default.active:focus, .active.detail__btn:focus,
    .detail__btns .active.bx-catalog-subscribe-button:focus, .btn-default.active.focus, .active.focus.detail__btn,
    .detail__btns .active.focus.bx-catalog-subscribe-button,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .dropdown-toggle.detail__btn:hover,
    .detail__btns .open > .dropdown-toggle.bx-catalog-subscribe-button:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .dropdown-toggle.detail__btn:focus,
    .detail__btns .open > .dropdown-toggle.bx-catalog-subscribe-button:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.detail__btn,
    .detail__btns .open > .dropdown-toggle.focus.bx-catalog-subscribe-button {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .detail__btn:active,
  .detail__btns .bx-catalog-subscribe-button:active, .btn-default.active, .active.detail__btn,
  .detail__btns .active.bx-catalog-subscribe-button,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.detail__btn,
  .detail__btns .open > .dropdown-toggle.bx-catalog-subscribe-button {
    background-image: none; }
  .btn-default.disabled:hover, .disabled.detail__btn:hover,
  .detail__btns .disabled.bx-catalog-subscribe-button:hover, .btn-default.disabled:focus, .disabled.detail__btn:focus,
  .detail__btns .disabled.bx-catalog-subscribe-button:focus, .btn-default.disabled.focus, .disabled.focus.detail__btn,
  .detail__btns .disabled.focus.bx-catalog-subscribe-button, .btn-default[disabled]:hover, .detail__btn[disabled]:hover,
  .detail__btns .bx-catalog-subscribe-button[disabled]:hover, .btn-default[disabled]:focus, .detail__btn[disabled]:focus,
  .detail__btns .bx-catalog-subscribe-button[disabled]:focus, .btn-default[disabled].focus, .detail__btn[disabled].focus,
  .detail__btns .bx-catalog-subscribe-button[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .detail__btn:hover,
  fieldset[disabled] .detail__btns .bx-catalog-subscribe-button:hover,
  .detail__btns fieldset[disabled] .bx-catalog-subscribe-button:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .detail__btn:focus,
  fieldset[disabled] .detail__btns .bx-catalog-subscribe-button:focus,
  .detail__btns fieldset[disabled] .bx-catalog-subscribe-button:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .focus.detail__btn,
  fieldset[disabled] .detail__btns .focus.bx-catalog-subscribe-button,
  .detail__btns fieldset[disabled] .focus.bx-catalog-subscribe-button {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .detail__btn .badge, .detail__btns .bx-catalog-subscribe-button .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .detail__btn.buy1click {
  color: #fff;
  background-color: #dc1616;
  border-color: #c51414; }
  .btn-primary:focus, .detail__btn.buy1click:focus, .btn-primary.focus, .focus.detail__btn.buy1click {
    color: #fff;
    background-color: #ae1111;
    border-color: #510808; }
  .btn-primary:hover, .detail__btn.buy1click:hover {
    color: #fff;
    background-color: #ae1111;
    border-color: #8d0e0e; }
  .btn-primary:active, .detail__btn.buy1click:active, .btn-primary.active, .active.detail__btn.buy1click,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.detail__btn.buy1click {
    color: #fff;
    background-color: #ae1111;
    border-color: #8d0e0e; }
    .btn-primary:active:hover, .detail__btn.buy1click:active:hover, .btn-primary:active:focus, .detail__btn.buy1click:active:focus, .btn-primary:active.focus, .detail__btn.buy1click:active.focus, .btn-primary.active:hover, .active.detail__btn.buy1click:hover, .btn-primary.active:focus, .active.detail__btn.buy1click:focus, .btn-primary.active.focus, .active.focus.detail__btn.buy1click,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .dropdown-toggle.detail__btn.buy1click:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .dropdown-toggle.detail__btn.buy1click:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.detail__btn.buy1click {
      color: #fff;
      background-color: #8d0e0e;
      border-color: #510808; }
  .btn-primary:active, .detail__btn.buy1click:active, .btn-primary.active, .active.detail__btn.buy1click,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.detail__btn.buy1click {
    background-image: none; }
  .btn-primary.disabled:hover, .disabled.detail__btn.buy1click:hover, .btn-primary.disabled:focus, .disabled.detail__btn.buy1click:focus, .btn-primary.disabled.focus, .disabled.focus.detail__btn.buy1click, .btn-primary[disabled]:hover, .detail__btn.buy1click[disabled]:hover, .btn-primary[disabled]:focus, .detail__btn.buy1click[disabled]:focus, .btn-primary[disabled].focus, .detail__btn.buy1click[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .detail__btn.buy1click:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .detail__btn.buy1click:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus.detail__btn.buy1click {
    background-color: #dc1616;
    border-color: #c51414; }
  .btn-primary .badge, .detail__btn.buy1click .badge {
    color: #dc1616;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #fd3232;
  border-color: #fd1919; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #fa0202;
    border-color: #950101; }
  .btn-danger:hover {
    color: #fff;
    background-color: #fa0202;
    border-color: #d60202; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fa0202;
    border-color: #d60202; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #d60202;
      border-color: #950101; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #fd3232;
    border-color: #fd1919; }
  .btn-danger .badge {
    color: #fd3232;
    background-color: #fff; }

.btn-link {
  color: #dc1616;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #960f0f;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #e0e0e0;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  padding: 0.83333rem 1.33333rem;
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  padding: 0.41667rem 0.83333rem;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  padding: 1px 0.41667rem;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 1.5;
  border-radius: 3px; }

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

.btn-block + .btn-block {
  margin-top: 5px;
  margin-top: 0.41667rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 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; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 9px 9px;
  padding: 0.75rem 0.75rem;
  font-size: 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #ccc;
  border-radius: 4.99986px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.bx-catalog-subscribe-button {
    padding: 5px 10px;
    padding: 0.41667rem 0.83333rem;
    font-size: 11px;
    font-size: 0.91667rem;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.bx-catalog-subscribe-button {
    padding: 10px 16px;
    padding: 0.83333rem 1.33333rem;
    font-size: 13px;
    font-size: 1.08333rem;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .bx-catalog-subscribe-button,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .bx-catalog-subscribe-button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .bx-catalog-subscribe-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .bx-catalog-subscribe-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .bx-catalog-subscribe-button,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .bx-catalog-subscribe-button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .bx-catalog-subscribe-button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .bx-catalog-subscribe-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .bx-catalog-subscribe-button {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .bx-catalog-subscribe-button + .btn, .input-group-btn > .btn + .bx-catalog-subscribe-button, .input-group-btn > .bx-catalog-subscribe-button + .bx-catalog-subscribe-button {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .bx-catalog-subscribe-button:hover, .input-group-btn > .btn:focus, .input-group-btn > .bx-catalog-subscribe-button:focus, .input-group-btn > .btn:active, .input-group-btn > .bx-catalog-subscribe-button:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .bx-catalog-subscribe-button,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .bx-catalog-subscribe-button,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.thumbnail {
  display: block;
  padding: 4px;
  padding: 0.33333rem;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4.99986px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    padding: 0.75rem;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #dc1616; }

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

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

.media-body {
  width: 10000px;
  width: 833.33333rem; }

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

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

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

.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;
  margin-bottom: 0.41667rem; }

.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, .fancybox-slide .cities, .fancybox-slide .detail,
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-left: 0.75rem;
  padding-right: 9px;
  padding-right: 0.75rem; }

.form-control {
  box-sizing: border-box; }

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

.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%; } }

.btn-default, .detail__btn,
.detail__btns .bx-catalog-subscribe-button,
.sale_order_full_table.complete input[type="submit"], .catalog_item.qb .catalog_item__btn, .order-sidebar .bx-soa-cart-total-button-container > a, .shops-panel .btn.active, .shops-panel .active.bx-catalog-subscribe-button, .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: #a41010;
  background-image: linear-gradient(180deg, #dc1616, #a41010);
  color: #fff; }

.btn-primary, .detail__btn.buy1click, .catalog_item.da .catalog_item__btn {
  background: #43b0ec;
  background-image: linear-gradient(180deg, #68ccff, #43b0ec);
  color: #fff; }

.catalog_item__btn, .fancybox-title {
  background: #ffcc02;
  background-image: linear-gradient(180deg, #ffeda5, #ffcc02);
  color: #000; }

.btn-grey, .catalog_item__buy .bx-catalog-subscribe-button, .quantity__input {
  background: #e0e0e0;
  background-image: linear-gradient(180deg, #fff, #e0e0e0);
  color: #000; }

.form-control.textarea, .form-control.input[type="text"], .form-control.input[type="number"], .dropdown-menu, .bx-sls .dropdown-block,
.bx-slst .dropdown-block, .form-control, .select__btn, .cmp_page__group, .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: #f2f2f2;
  background-image: linear-gradient(180deg, #fff, #f2f2f2);
  color: #000; }

.offer_prop-btn .offer_prop__value:hover {
  background: #f2f2f2;
  background-image: linear-gradient(180deg, #f2f2f2, #fff); }

.bx-filter-param {
  background: #ededed;
  background-image: linear-gradient(180deg, #fff, #ededed);
  color: #000; }

.btn-default, .detail__btn,
.detail__btns .bx-catalog-subscribe-button,
.sale_order_full_table.complete input[type="submit"], .catalog_item.qb .catalog_item__btn, .order-sidebar .bx-soa-cart-total-button-container > a, .shops-panel .btn.active, .shops-panel .active.bx-catalog-subscribe-button {
  border-color: #dc1616; }
  .btn-default:hover, .detail__btn:hover,
  .detail__btns .bx-catalog-subscribe-button:hover,
  .sale_order_full_table.complete input:hover[type="submit"], .catalog_item.qb .catalog_item__btn:hover, .order-sidebar .bx-soa-cart-total-button-container > a:hover, .shops-panel .btn.active:hover, .shops-panel .active.bx-catalog-subscribe-button:hover {
    background: #d31d1a;
    background-image: linear-gradient(180deg, #c49999, #d31d1a);
    border-color: #c49999;
    color: #fff; }
  .btn-default:active, .detail__btn:active,
  .detail__btns .bx-catalog-subscribe-button:active,
  .sale_order_full_table.complete input:active[type="submit"], .catalog_item.qb .catalog_item__btn:active, .order-sidebar .bx-soa-cart-total-button-container > a:active, .shops-panel .btn.active:active, .shops-panel .active.bx-catalog-subscribe-button:active, .btn-default:hover:active, .detail__btn:hover:active,
  .detail__btns .bx-catalog-subscribe-button:hover:active,
  .sale_order_full_table.complete input:hover:active[type="submit"], .catalog_item.qb .catalog_item__btn:hover:active, .order-sidebar .bx-soa-cart-total-button-container > a:hover:active, .shops-panel .btn.active:hover:active, .shops-panel .active.bx-catalog-subscribe-button:hover:active, .btn-default:focus, .detail__btn:focus,
  .detail__btns .bx-catalog-subscribe-button:focus,
  .sale_order_full_table.complete input:focus[type="submit"], .catalog_item.qb .catalog_item__btn:focus, .order-sidebar .bx-soa-cart-total-button-container > a:focus, .shops-panel .btn.active:focus, .shops-panel .active.bx-catalog-subscribe-button:focus {
    background: #ce1515;
    border-color: #ce1515;
    color: #fff; }
  .btn-default .icon, .detail__btn .icon, .detail__btns .bx-catalog-subscribe-button .icon, .sale_order_full_table.complete input[type="submit"] .icon, .catalog_item.qb .catalog_item__btn .icon, .order-sidebar .bx-soa-cart-total-button-container > a .icon, .shops-panel .btn.active .icon, .shops-panel .active.bx-catalog-subscribe-button .icon {
    fill: #fff; }

.btn-primary, .detail__btn.buy1click, .catalog_item.da .catalog_item__btn {
  border-color: #43b0ec; }
  .btn-primary:hover, .detail__btn.buy1click:hover, .catalog_item.da .catalog_item__btn:hover {
    background: #6bbcec;
    background-image: linear-gradient(180deg, #91daff, #6bbcec);
    border-color: #91daff;
    color: #fff; }
  .btn-primary:active, .detail__btn.buy1click:active, .catalog_item.da .catalog_item__btn:active, .btn-primary:hover:active, .detail__btn.buy1click:hover:active, .catalog_item.da .catalog_item__btn:hover:active, .btn-primary:focus, .detail__btn.buy1click:focus, .catalog_item.da .catalog_item__btn:focus {
    background: #319eda;
    border-color: #319eda;
    color: #fff; }
  .btn-primary .icon, .detail__btn.buy1click .icon, .catalog_item.da .catalog_item__btn .icon {
    fill: #fff; }

.btn-grey, .catalog_item__buy .bx-catalog-subscribe-button {
  border-color: #e0e0e0; }
  .btn-grey:hover, .catalog_item__buy .bx-catalog-subscribe-button:hover {
    background: #efefef;
    background-image: linear-gradient(180deg, #fff, #efefef);
    border-color: #fff;
    color: #000; }
  .btn-grey:active, .catalog_item__buy .bx-catalog-subscribe-button:active, .btn-grey:hover:active, .catalog_item__buy .bx-catalog-subscribe-button:hover:active, .btn-grey:focus, .catalog_item__buy .bx-catalog-subscribe-button:focus {
    background: #f4e6fe;
    background-image: linear-gradient(180deg, #fff, #f4e6fe);
    border-color: rgba(0, 0, 0, 0.3);
    color: #000; }
  .btn-grey .icon, .catalog_item__buy .bx-catalog-subscribe-button .icon {
    fill: #000; }

.catalog_item__btn {
  border-color: #bcbcbc; }
  .catalog_item__btn:hover {
    background: #ffd83f;
    background-image: linear-gradient(180deg, #fff1ba, #ffd83f);
    border-color: #ffd83f;
    color: #000; }
  .catalog_item__btn:active, .catalog_item__btn:hover:active, .catalog_item__btn:focus {
    background: #ffcc02;
    border-color: #ffcc02;
    color: #000; }
  .catalog_item__btn .icon {
    fill: #000; }

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

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

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

.sticker.new {
  background-color: #43b0ec; }

.sticker.discount {
  background-color: #17ba3e; }

.sticker.action {
  background-color: #dc1616; }

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

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

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

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

.clear {
  clear: both; }

.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, .mainbanners:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

hr {
  border-color: #e0e0e0; }

.l-home_tabs {
  border-bottom: 1px solid #999999;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  padding-bottom: 18px;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .l-home_tabs {
      margin-bottom: 36px;
      margin-bottom: 3rem;
      padding-bottom: 36px;
      padding-bottom: 3rem; } }

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

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

.justify, .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: flex;
  justify-content: space-between;
  text-align: justify;
  /* IE10-, Firefox 12-22 */
  -moz-text-align-last: justify;
       text-align-last: justify;
  /* IE10-, Firefox 12-22 */
  /*text-justify: newspaper; /* IE7- */
  /*zoom: 1; /* IE7- */ }
  .justify__col, .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;
  left: -833.33333rem;
  position: absolute;
  width: 1px; }

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

#svg-icons {
  display: none; }

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

.icon-phone {
  fill: #43b0ec;
  height: 16px;
  height: 1.33333rem;
  width: 9px;
  width: 0.75rem; }

.icon-dialog {
  fill: #43b0ec;
  height: 11px;
  height: 0.91667rem;
  width: 15px;
  width: 1.25rem; }

.icon-user {
  fill: #b3b3b3;
  font-size: 14px;
  font-size: 1.16667rem; }

.icon-locked {
  fill: #43b0ec;
  font-size: 17px;
  font-size: 1.41667rem; }

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

.icon-left, .icon-right {
  fill: #dc1616;
  height: 25px;
  height: 2.08333rem;
  width: 15px;
  width: 1.25rem; }

.icon-check {
  fill: #dc1616;
  font-size: 12px;
  font-size: 1rem; }

.icon-glass {
  fill: #dc1616;
  font-size: 14px;
  font-size: 1.16667rem; }

.icon-cmp {
  fill: #b3b3b3;
  font-size: 14px;
  font-size: 1.16667rem; }

.icon-postal {
  fill: #b3b3b3;
  height: 16px;
  height: 1.33333rem;
  width: 24px;
  width: 2rem; }
  .btn > .icon-postal, .bx-catalog-subscribe-button > .icon-postal {
    fill: #fff; }

.icon-settings {
  fill: #dc1616;
  font-size: 12px;
  font-size: 1rem; }

.icon-refresh {
  fill: #dc1616;
  height: 9px;
  height: 0.75rem;
  width: 15px;
  width: 1.25rem; }

.icon-blocks {
  fill: #fff;
  font-size: 16px;
  font-size: 1.33333rem; }

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

.icon-lock {
  height: 16px;
  height: 1.33333rem;
  width: 12px;
  width: 1rem; }

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

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

.icon-floppy {
  fill: #fff;
  font-size: 18px;
  font-size: 1.5rem; }

.icon-refresh2 {
  fill: #dc1616;
  font-size: 12px;
  font-size: 1rem; }

.icon-list {
  fill: #dc1616;
  height: 19px;
  height: 1.58333rem;
  width: 14px;
  width: 1.16667rem; }

.icon-star {
  fill: #b3b3b3;
  font-size: 15px;
  font-size: 1.25rem; }

.icon-glass {
  fill-rule: evenodd; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

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

h2, .h2 {
  font-size: 23px;
  font-size: 1.91667rem;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  margin-top: 9px;
  margin-top: 0.75rem; }

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

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

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

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

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

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

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

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

.text_fade, .carousel__name, .tile__head {
  display: block;
  position: relative;
  overflow: hidden; }
  .text_fade:after, .carousel__name:after, .tile__head:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
    bottom: 0;
    right: 0;
    content: "";
    height: 18px;
    height: 1.5rem;
    position: absolute;
    top: 0;
    width: 10%; }

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

.container, .fancybox-slide .cities, .fancybox-slide .detail {
  max-width: 100%; }

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

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

.btn, .bx-catalog-subscribe-button {
  box-sizing: border-box;
  outline: none;
  text-decoration: none; }
  .btn:hover, .bx-catalog-subscribe-button:hover {
    text-decoration: none; }
  .btn:active, .bx-catalog-subscribe-button: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;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 3rem; }

.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;
    margin: -0.25rem 0 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000; }
    .dropdown-menu > li > a,
    .dropdown-menu > li > .dropdown-item {
      background: transparent;
      border: none;
      display: block;
      clear: both;
      font-weight: normal;
      color: #000;
      margin: 0;
      padding: 9px 18px;
      padding: 0.75rem 1.5rem;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      width: 100%; }
    .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 > .dropdown-item:hover,
    .dropdown-menu > li > .dropdown-item:focus,
    .dropdown-menu > .active > .dropdown-item,
    .dropdown-menu > .active > .dropdown-item:hover > .active > .dropdown-item:focus {
      background-color: #ededed;
      color: #dc1616;
      outline: 0;
      text-decoration: none; }
    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > .dropdown-item,
    .dropdown-menu > .disabled > .dropdown-item:hover,
    .dropdown-menu > .disabled > .dropdown-item:focus {
      background-color: transparent;
      color: #b3b3b3;
      cursor: default;
      text-decoration: line-through; }
  .dropdown.open > .dropdown-menu {
    display: block; }

.collapsed {
  /*
  &-right,
  &-left {
    position: relative;
  }
  
  &-right:after,
  &-left:before {
    @extend .collapsed__icon;
    
    bottom: 0;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
  }
  
  &-right.collapsed:after,
  &-left.collapsed:before {
    border-top: .33333em solid;
    border-bottom: none;
  }
  
  &-right {
    margin-right: $line-height-computed;

    &:after {
      right: -$line-height-computed;
    }
  }
  
  &-left {
    margin-left: $line-height-computed;
    
    &:before {
      left: -$line-height-computed;
    }
  }
*/ }
  .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;
    margin-left: 0.375rem;
    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 {
    padding-top: 18px;
    padding-top: 1.5rem;
    position: relative;
    z-index: 500; }
  .l-header__top {
    background: #FEFEFE;
    background-image: linear-gradient(180deg, #FEFEFE, #CBCBCB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$skin_topline_from_color',endColorstr='$skin_topline_to_color',GradientType=0);
    box-shadow: 0 0 2px -1px #000;
    position: relative;
    z-index: 900; }
    .l-header__top .auth_top {
      float: right; }
    .l-header__top .menu_top {
      display: block; }
    .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: #dc1616;
      height: 16px;
      height: 1.33333rem; }
    .l-header__top .menu_icon__bar {
      border-color: #000; }
  .l-header__logo {
    margin-bottom: 18px;
    margin-bottom: 1.5rem;
    max-width: 100%;
    overflow: hidden; }
  .l-header__info .icon {
    fill: #dc1616; }
  .l-header__phone {
    display: none; }
  .l-header__line {
    clear: both;
    position: relative;
    margin: 0 -9px;
    margin: 0 -0.75rem; }
    .l-header__line .sline_menu {
      position: relative;
      z-index: 10; }
  .l-header__search {
    float: right; }
    .l-header__search .search__input {
      z-index: 11; }
  .l-header .cart_top {
    float: right;
    margin: 0 9px 18px;
    margin: 0 0.75rem 1.5rem; }
    .l-header .cart_top .cart_top__num {
      margin-right: -9px;
      margin-right: -0.75rem; }

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

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

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

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

.l-context {
  display: table;
  -height: 1%;
  *zoom: 1; }
  .row > .l-context {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-left: 0.75rem;
    padding-right: 9px;
    padding-right: 0.75rem; }
  .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;
    margin: 0 0.75rem 1.5rem;
    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;
    font-size: 1.25rem;
    line-height: 18px;
    line-height: 1.5rem; } }

@media (min-width: 992px) {
  .l-header__infowrap {
    padding-top: 27px;
    padding-top: 2.25rem; }
  .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 {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin-top: -13px;
    margin-top: -1.08333rem;
    position: absolute;
    top: 50%; }
  .owl-carousel .owl-nav__prev {
    left: 4px;
    left: 0.33333rem; }
  .owl-carousel .owl-nav__next {
    right: 4px;
    right: 0.33333rem; }

.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(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  bottom: 0;
  height: 100%;
  right: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  width: 0.83333rem; }

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

.owl-carousel.owl-drag .owl-item {
  touch-action: auto; }

.owl-carousel .owl-dots {
  box-sizing: content-box;
  height: 22px;
  height: 1.83333rem;
  overflow: hidden;
  padding-top: 18px;
  padding-top: 1.5rem;
  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: 12px;
    height: 1rem;
    margin: 5px 7px;
    margin: 0.41667rem 0.58333rem;
    transition: opacity 200ms ease;
    width: 12px;
    width: 1rem; }
  .owl-carousel .owl-dot:hover span,
  .owl-carousel .owl-dot.active span {
    background: #dc1616; }

.nav-tabs {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-x: auto;
  white-space: nowrap; }
  .nav-tabs::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .nav-tabs > li {
    display: inline-block;
    margin: 0 9px 18px 0;
    margin: 0 0.75rem 1.5rem 0;
    padding-bottom: 5px;
    padding-bottom: 0.41667rem; }
    .nav-tabs > li:last-child {
      margin-right: 0; }
    .nav-tabs > li > a {
      border: 1px dashed;
      border-radius: 18px;
      box-sizing: border-box;
      color: #b3b3b3;
      margin: 1px;
      padding: 6.75px 9px;
      padding: 0.5625rem 0.75rem;
      position: relative;
      display: block; }
      .nav-tabs > li > a, .nav-tabs > li > a:hover {
        text-decoration: none; }
      .nav-tabs > li > a:hover {
        color: #dc1616; }
    .nav-tabs > li.active > a {
      border: 2px solid #dc1616;
      color: #dc1616;
      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;
        margin-left: -0.58333rem;
        left: 50%;
        position: absolute;
        width: 0; }
      .nav-tabs > li.active > a:before {
        border-top: 7px solid #dc1616;
        bottom: -7px;
        bottom: -0.58333rem; }
      .nav-tabs > li.active > a:after {
        border-top: 7px solid #fff;
        bottom: -4px;
        bottom: -0.33333rem; }
  .nav-tabs__name {
    font-weight: bold; }
  .nav-tabs .dropdown-menu {
    border: 2px solid #dc1616;
    border-radius: 18px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 0; }
    .nav-tabs .dropdown-menu a {
      color: #dc1616;
      padding: 6.75px 9px;
      padding: 0.5625rem 0.75rem;
      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: 4.99986px;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #000;
  padding: 0 22px 0 30px;
  padding: 0 1.83333rem 0 2.5rem;
  position: relative; }

.input-group .bx-sls {
  display: table-cell;
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2; }
  .input-group .bx-sls .dropdown-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group .bx-sls ~ .input-group-btn {
    vertical-align: bottom; }

.bx-sls .dropdown-block .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;
  width: 1.83333rem; }

.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;
  max-height: 25rem;
  overflow-y: auto;
  position: absolute;
  right: -1px;
  top: 35px;
  top: 2.91667rem;
  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;
  height: 1rem;
  margin: 3px 12px 0 0;
  margin: 0.25rem 1rem 0 0;
  vertical-align: top;
  width: 16px;
  width: 1.33333rem; }

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

.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;
  height: 1.5rem;
  left: 10px;
  left: 0.83333rem;
  position: absolute;
  top: 8px;
  top: 0.66667rem;
  width: 18px;
  width: 1.5rem; }

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

.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;
  font-size: 1.25rem;
  height: 27px;
  height: 2.25rem;
  line-height: 26px;
  line-height: 2.16667rem;
  margin: 0 3px;
  margin: 0 0.25rem;
  padding: 0 14px;
  padding: 0 1.16667rem;
  text-decoration: none;
  margin-bottom: 10px;
  margin-bottom: 0.83333rem; }

.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, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  width: 46px;
  width: 3.83333rem;
  height: 31px;
  height: 2.58333rem;
  position: absolute;
  top: 2px;
  top: 0.16667rem;
  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;
  width: 2.5rem;
  height: 30px;
  height: 2.5rem;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  margin-top: 0.16667rem;
  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;
  width: 2.5rem;
  height: 30px;
  height: 2.5rem;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  margin-top: 0.16667rem;
  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;
  width: 2.5rem;
  height: 30px;
  height: 2.5rem;
  position: absolute;
  top: 3px;
  top: 0.25rem;
  right: 2px;
  right: 0.16667rem;
  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;
  padding-right: 1.83333rem;
  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: static; }
.bx-sls .bx-ui-sls-fake {
    font-size: 0;
}
.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;
  padding: 0.75rem; }

.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;
  padding-left: 2.5rem;
  position: relative; }

.bx-slst .bx-ui-combobox-error:before,
.bx-sls .bx-ui-sls-error:before {
  top: 9px;
  top: 0.75rem;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  width: 2.08333rem;
  height: 25px;
  height: 2.08333rem;
  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;
  height: 3.33333rem;
  text-align: center;
  color: gray;
  padding: 10px 0 0 0;
  padding: 0.83333rem 0 0 0; }

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

.bx-admin-mode .bx-sls-go-edit {
  margin-left: 10px;
  margin-left: 0.83333rem;
  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;
  height: 2.08333rem; }

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

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

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

.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;
  height: 1.83333rem; }

.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;
  height: 1.83333rem; }

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

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

.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;
  margin: 0.83333rem 0.83333rem 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;
  padding: 0 0 0.75rem 2.5rem; }

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

.disabled-keyboard input {
  cursor: inherit; }

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

.breadcrumb {
  list-style: none;
  margin: 0 0 18px;
  margin: 0 0 1.5rem;
  padding: 9px 0;
  padding: 0.75rem 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap; }
  .breadcrumb::-webkit-scrollbar {
    width: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li {
      margin-left: 9px;
      margin-left: 0.75rem; }
      .breadcrumb > li + li:before {
        background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
        background-position: -34px -79px;
        width: 26px;
        width: 2.16667rem;
        height: 10px;
        height: 0.83333rem;
        content: '';
        display: inline-block;
        margin-right: 9px;
        margin-right: 0.75rem;
        vertical-align: middle; }
    .breadcrumb > li:last-child {
      color: #dc1616; }
      .breadcrumb > li:last-child:after {
        background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
        background-position: -42px -92px;
        width: 17px;
        width: 1.41667rem;
        height: 17px;
        height: 1.41667rem;
        content: '';
        display: inline-block;
        margin-left: 4.5px;
        margin-left: 0.375rem;
        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;
  padding: 0.16667rem;
  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;
  width: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.load_1 {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s; }

.load__2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.load__3 {
  -webkit-animation-delay: 0.61s;
          animation-delay: 0.61s; }

.load__4 {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s; }

.load__5 {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s; }

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

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

.loading, .fancybox-slide > .fancybox-loading {
  position: relative;
  width: 125px;
  width: 10.41667rem;
  height: 125px;
  height: 10.41667rem;
  margin: auto;
  transform: scale(0.6); }
  .loading__in, .fancybox-loading > div {
    position: absolute;
    background: transparent;
    height: 22px;
    height: 1.83333rem;
    width: 22px;
    width: 1.83333rem;
    border-radius: 12px;
    -webkit-animation-name: f_fadeG;
            animation-name: f_fadeG;
    -webkit-animation-duration: 0.522s;
            animation-duration: 0.522s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal; }
  .loading__1 {
    left: 0;
    top: 51px;
    top: 4.25rem;
    -webkit-animation-delay: 0.1995s;
            animation-delay: 0.1995s; }
  .loading__2 {
    left: 15px;
    left: 1.25rem;
    top: 15px;
    top: 1.25rem;
    -webkit-animation-delay: 0.256s;
            animation-delay: 0.256s; }
  .loading__3 {
    left: 51px;
    left: 4.25rem;
    top: 0;
    -webkit-animation-delay: 0.3225s;
            animation-delay: 0.3225s; }
  .loading__4 {
    right: 15px;
    right: 1.25rem;
    top: 15px;
    top: 1.25rem;
    -webkit-animation-delay: 0.389s;
            animation-delay: 0.389s; }
  .loading__5 {
    right: 0;
    top: 51px;
    top: 4.25rem;
    -webkit-animation-delay: 0.4555s;
            animation-delay: 0.4555s; }
  .loading__6 {
    right: 15px;
    right: 1.25rem;
    bottom: 15px;
    bottom: 1.25rem;
    -webkit-animation-delay: 0.522s;
            animation-delay: 0.522s; }
  .loading__7 {
    left: 51px;
    left: 4.25rem;
    bottom: 0;
    -webkit-animation-delay: 0.5885s;
            animation-delay: 0.5885s; }
  .loading__8 {
    left: 15px;
    left: 1.25rem;
    bottom: 15px;
    bottom: 1.25rem;
    -webkit-animation-delay: 0.645s;
            animation-delay: 0.645s; }

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

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #dc1616; }
  100% {
    background-color: transparent; } }

.fancybox-slide > div {
  border-radius: 9px;
  max-width: 100%;
  padding: 27px;
  padding: 2.25rem; }

.fancybox-slide--complete > div {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-slide .form.row {
  margin: 0; }
  .fancybox-slide .form.row > .col {
    float: none;
    padding: 0;
    width: auto; }

.fancybox-slide .form .btn, .fancybox-slide .form .bx-catalog-subscribe-button {
  width: 100%; }

.fancybox-slide .bx-auth-title {
  border: none; }

.fancybox-slide .fancybox-footer {
  background-color: #ededed;
  margin: 27px -27px -27px;
  margin: 2.25rem -2.25rem -2.25rem;
  padding: 9px 27px;
  padding: 0.75rem 2.25rem;
  text-align: center; }
  .fancybox-slide .fancybox-footer > a {
    color: #666666;
    border-bottom: 1px dashed;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s; }
    .fancybox-slide .fancybox-footer > a:hover {
      border-bottom-color: transparent;
      color: #dc1616; }

.fancybox-slide .fancybox-image-wrap,
.fancybox-placeholder {
  background: #fff; }

.fancybox-slide > .fancybox-loading {
  -webkit-animation: none;
          animation: none;
  background: none;
  border: none;
  box-shadow: none;
  position: fixed;
  margin-left: -72px;
  margin-left: -6rem;
  margin-top: -72px;
  margin-top: -6rem;
  opacity: 1;
  overflow: visible; }

.fancybox-title {
  border-radius: 9px 9px 0 0;
  font-size: 19px;
  font-size: 1.58333rem;
  line-height: 36px;
  line-height: 3rem;
  margin: -27px -27px 27px;
  margin: -2.25rem -2.25rem 2.25rem;
  padding: 9px 45px 9px 27px;
  padding: 0.75rem 3.75rem 0.75rem 2.25rem;
  text-align: center;
  z-index: 1; }

.fancybox-close {
  background: none;
  cursor: pointer;
  fill: #000;
  font-size: 15px;
  font-size: 1.25rem;
  pointer-events: auto;
  position: absolute;
  right: 20px;
  right: 1.66667rem;
  top: 20px;
  top: 1.66667rem;
  z-index: 2; }
  .fancybox-close:hover {
    transform: scale(1.1, 1.1); }

@media (min-width: 768px) {
  .fancybox-slide .form {
    max-width: 540px;
    max-width: 45rem;
    min-width: 360px;
    min-width: 30rem; } }

.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;
    width: 1.83333rem; }
    .menu_icon__bar + .menu_icon__bar {
      margin-top: 4px;
      margin-top: 0.33333rem; }

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

.tooltip {
  cursor: pointer;
  display: inline-block;
  position: relative; }
  .tooltip__in {
    background: #F5F8FA;
    background-image: linear-gradient(180deg, #fff, #F5F8FA);
    border: 1px solid #F3F5F8;
    border-bottom: 2px solid #dc1616;
    bottom: 32px;
    bottom: 2.66667rem;
    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;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: -100em;
    transition: bottom .2s ease 0s, opacity .2s ease 0s;
    visibility: hidden;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 500; }
    .tooltip__in:before, .tooltip__in:after {
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      content: '';
      display: block;
      height: 0;
      left: 50%;
      mergin-left: -7px;
      position: absolute;
      width: 0;
      z-index: 501; }
    .tooltip__in:before {
      border-top: 7px solid #dc1616;
      bottom: -8px;
      bottom: -0.66667rem; }
    .tooltip__in:after {
      border-top: 7px solid #fff;
      bottom: -5px;
      bottom: -0.41667rem; }
  .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;
    bottom: 1.33333rem;
    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; } }

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

.overlay {
  min-height: 100px;
  min-height: 8.33333rem;
  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: #dc1616;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 18px;
  height: 1.5rem;
  line-height: 18px;
  line-height: 1.5rem;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  width: 1.5rem; }
  .hint > .icon-close, .abc__letter > .icon-close {
    fill: #fff;
    margin-top: -1px; }

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 9px;
  margin-bottom: 0.75rem; }
  .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;
    padding: 0.375rem;
    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: 13.5px;
      margin-bottom: 1.125rem;
      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;
    padding: 0.75rem; } }

.rate {
  display: inline-block; }
  .rate > .rate__icon {
    cursor: pointer;
    fill: #ffc424;
    float: left;
    height: 15px;
    height: 1.25rem;
    padding-right: 1.125px;
    pointer-events: auto;
    width: 15px;
    width: 1.25rem; }
    .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;
  margin-bottom: 1.5rem;
  font-weight: lighter; }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: rhythm(1.5); }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    top: -0.16667rem;
    right: -21px;
    right: -1.75rem;
    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; }

.form-control:focus {
  border-color: #dc1616; }

textarea.form-control {
  min-height: 36px;
  min-height: 3rem;
  overflow-x: hidden;
  padding: 9px;
  padding: 0.75rem;
  resize: none; }

.form-group .captcha-img {
  box-sizing: border-box;
  float: right;
  height: 38px;
  height: 3.16667rem;
  margin-left: 18px;
  margin-left: 1.5rem;
  min-width: 0;
  width: auto; }

.form-group .pull-right {
  margin-left: 18px;
  margin-left: 1.5rem; }

.form-group .calendar-icon {
  float: right; }

.form-control-feedback {
  right: 9px;
  right: 0.75rem;
  text-decoration: none;
  z-index: 2; }
  .form-control-feedback:hover {
    text-decoration: none; }
  .form-group-password .form-control-feedback {
    width: auto; }

a.form-control-feedback {
  pointer-events: auto; }

.form-auth__save {
  float: right;
  margin-left: 18px;
  margin-left: 1.5rem;
  padding-bottom: 9px;
  padding-bottom: 0.75rem;
  padding-top: 9px;
  padding-top: 0.75rem; }

.form .form-group:last-of-type {
  margin-bottom: 0; }

.form__icon {
  fill: #b3b3b3;
  font-size: 116px;
  font-size: 9.66667rem; }

@media (min-width: 768px) {
  .form, .form-captcha {
    min-width: 300px;
    min-width: 25rem;
    max-width: 100%; } }

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

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

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

.radio__icon {
  border-radius: 50%; }
  .radio__icon:before {
    background-color: #dc1616;
    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;
  height: 1rem;
  margin: 3px 0 0 1px;
  margin: 0.25rem 0 0 1px;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 12px;
  width: 1rem; }
  .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-left: 0.75rem;
    margin-top: 0; }

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

.select {
  display: inline-block; }
  .select__btn {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    min-height: 36px;
    min-height: 3rem;
    min-width: 180px;
    min-width: 15rem;
    outline: none;
    padding: 9px 9px 9px 18px;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
    text-align: left;
    text-decoration: none; }
    .select__btn:hover {
      text-decoration: none; }
    .open > .select__btn {
      background: #fff;
      box-shadow: 3px 8px 8px 0 rgba(153, 153, 153, 0.75); }
  .select__icon {
    fill: none;
    float: right;
    font-size: 18px;
    font-size: 1.5rem;
    margin-left: 2px;
    margin-left: 0.16667rem;
    margin-top: 0;
    stroke: #dc1616;
    stroke-width: 1px;
    vertical-align: middle; }

.input-group-btn .btn, .input-group-btn .bx-catalog-subscribe-button {
  border: 1px solid #ccc;
  box-shadow: none; }

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

.bx-auth-secure-icon {
  background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
  background-position: -128px 0px;
  width: 15px;
  width: 1.25rem;
  height: 18px;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  width: 1.58333rem;
  height: 18px; }

.bx-auth-secure-unlock {
  background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
  background-position: -23px -92px;
  width: 19px;
  width: 1.58333rem;
  height: 18px;
  height: 1.5rem; }

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

.abc {
  margin-bottom: 27px;
  margin-bottom: 2.25rem; }
  .abc__letter {
    font-size: 19px;
    font-size: 1.58333rem;
    margin-bottom: 9px;
    margin-bottom: 0.75rem;
    padding: 2px;
    padding: 0.16667rem; }
  .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; } }

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

.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;
    font-size: 1.91667rem;
    line-heigh: 18px; } }

.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__link, .l-header__top .dropdown-toggle, .cmp_items .cmp__link {
    background: transparent;
    border: none;
    color: #000;
    display: block;
    line-height: 1.5;
    padding: 9px 18px;
    padding: 0.75rem 1.5rem;
    text-decoration: none; }
    .auth_top__link:hover, .l-header__top .dropdown-toggle:hover, .cmp_items .cmp__link:hover {
      color: #dc1616;
      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;
  margin-bottom: 3rem; }

@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; } }

.js-glass__lupa {
  background: #fff;
  border: 4px solid #666666;
  cursor: pointer;
  display: none;
  height: 295px;
  height: 24.58333rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 295px;
  width: 24.58333rem;
  z-index: 100; }

.timer__data {
  display: inline-block;
  font-size: 0;
  padding: 27px 9px 9px;
  padding: 2.25rem 0.75rem 0.75rem; }

.timer__cell {
  font-size: 22px;
  font-size: 1.83333rem;
  position: relative;
  vertical-align: top;
  margin-left: 8px;
  margin-left: 0.66667rem; }
  .timer__cell.is-hidden {
    display: none; }

.timer__val {
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 0.16667rem; }
  .timer__val:before {
    content: ':';
    display: inline-block;
    font-size: 19px;
    font-size: 1.58333rem;
    font-weight: normal;
    position: absolute;
    left: -8px;
    left: -0.66667rem;
    text-align: center;
    visibility: hidden;
    width: 8px;
    width: 0.66667rem; }
  .timer__val.js_timer-i:before, .timer__val.js_timer-s:before {
    visibility: visible; }

.timer__cell:first-child {
  margin-left: 0; }

.timer__cell:first-child .timer__val:before {
  display: none; }

.timer__note {
  color: #888;
  font-size: 10px;
  font-size: 0.83333rem;
  line-height: 18px;
  line-height: 1.5rem;
  text-align: center; }

.timer__sep {
  background-color: #D6D6D6;
  height: 27px;
  height: 2.25rem;
  width: 2px;
  width: 0.16667rem; }

.timer__bottom {
  background: #43b0ec;
  color: #fff;
  font-size: 19px;
  font-size: 1.58333rem;
  padding: .4em;
  text-align: center; }

.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;
    line-height: 1.5rem; }

.cart__coupons {
  float: none; }

.cart__btns > .btn, .cart__btns > .bx-catalog-subscribe-button {
  float: left;
  width: 49.7%; }
  .cart__btns > .btn:nth-child(2n), .cart__btns > .bx-catalog-subscribe-button:nth-child(2n) {
    margin-left: .6%; }

@media (min-width: 768px) {
  .cart__coupons {
    float: left; }
  .cart__btns {
    float: right;
    margin-bottom: 18px;
    margin-bottom: 1.5rem;
    text-align: right; }
    .cart__btns > .btn, .cart__btns > .bx-catalog-subscribe-button {
      float: none;
      width: auto; }
      .cart__btns > .btn:nth-child(2n), .cart__btns > .bx-catalog-subscribe-button:nth-child(2n) {
        margin-left: 0; } }

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

.cart_top {
  position: relative; }
  .cart_top > a {
    color: #000; }
  .cart_top .icon-cart {
    float: left;
    height: 35px;
    height: 2.91667rem;
    width: 40px;
    width: 3.33333rem; }
  .cart_top__text {
    float: left; }
  .cart_top__title {
    display: none; }
  .cart_top__num {
    background: #dc1616;
    border-radius: 13.5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-size: 1.25rem;
    margin-left: -12px;
    margin-left: -1rem;
    min-width: 21.99996px;
    min-width: 1.83333rem;
    padding: 0 2px;
    padding: 0 0.16667rem;
    position: relative;
    text-align: center;
    top: -5px;
    top: -0.41667rem; }
  .cart_top:hover {
    color: #000; }
  .cart_top:hover .cart_top__title {
    color: #960f0f; }

@media (min-width: 768px) {
  .cart_top {
    margin-right: 20px;
    margin-right: 1.66667rem; }
    .cart_top .icon-cart {
      padding-right: 12px;
      padding-right: 1rem; }
    .cart_top__title {
      display: block;
      font-size: 15px;
      font-size: 1.25rem;
      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;
      top: auto; } }

.coupon {
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  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;
    height: 2.66667rem;
    line-height: 36px;
    line-height: 3rem;
    margin-left: 5px;
    margin-left: 0.41667rem;
    margin-right: 15px;
    margin-right: 1.25rem;
    padding: 0;
    vertical-align: middle;
    width: 22px;
    width: 1.83333rem; }
    .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: 4.99986px;
    display: none;
    left: 0;
    opacity: 0;
    padding: 9px;
    padding: 0.75rem;
    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;
      margin-top: 1.5rem;
      opacity: 1;
      position: relative;
      top: auto; }
  .coupon:hover .coupon__note {
    display: block;
    opacity: 1; }

.modern-menu {
  position: relative; }
  .modern-menu .modern-menu__toggle {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 12px 18px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2; }
  .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 #dc1616; }
  .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: #dc1616; }
  .modern-menu .modern-menu__root-item > .modern-menu__subitems,
  .modern-menu .modern-menu__item > .modern-menu__subitems {
    padding: 0 0 0 18px;
    padding: 0 0 0 1.5rem; }
  .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 21.6px 12px 21.6px;
    padding: 1rem 1.8rem 1rem 1.8rem; }
  .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 #dc1616; }
  .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: #dc1616;
    float: right;
    font-size: 19px;
    font-size: 1.58333rem;
    line-height: 18px;
    line-height: 1.5rem;
    margin-top: 18px;
    margin-top: 1.5rem; }
  @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;
      padding: 1rem 1.5rem;
      text-align: center;
      z-index: 1;
      float: right;
      transform: translateY(-100%); }
    .modern-menu .modern-menu__toggle-submenu:before {
      color: #dc1616;
      content: '+';
      display: inline;
      font-size: 15px;
      font-size: 1.25rem;
      line-height: 18px;
      line-height: 1.5rem;
      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: 210px;
      max-width: 17.5rem;
      overflow: hidden; }
    .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;
      margin-left: -0.33333rem; }
    .modern-menu .modern-menu__root-item:first-child {
      margin-left: 0; }
    .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__more-icon {
      font-size: 18px;
      font-size: 1.5rem; }
    .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: #dc1616; }
    .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 #f2efef;
      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 #f2efef, -2px 2px 2px -1px #f2efef;
      display: block;
      padding: 18px 0;
      padding: 1.5rem 0;
      position: absolute;
      visibility: hidden;
      z-index: 500; }
    .modern-menu.is-ready .modern-menu__root-item > .modern-menu__subitems,
    .modern-menu.is-ready .modern-menu__more-btn > .modern-menu__more-container {
      display: none;
      visibility: visible; }
    .modern-menu .modern-menu__root-item:hover > .modern-menu__subitems,
    .modern-menu .modern-menu__more-btn:hover > .modern-menu__more-container {
      display: block; }
    .modern-menu .modern-menu__more-container a {
      display: block;
      font-size: 15px;
      font-size: 1.25rem;
      padding: 0 18px;
      padding: 0 1.5rem;
      text-decoration: none; }
    .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-bottom: 0.375rem;
      margin-top: 4.5px;
      margin-top: 0.375rem;
      white-space: normal; }
    .modern-menu .modern-menu__item a {
      color: #dc1616;
      display: inline-block;
      font-size: 15px;
      font-size: 1.25rem;
      line-height: 23.4px;
      line-height: 1.95rem;
      padding: 0 18px;
      padding: 0 1.5rem;
      text-transform: none;
      white-space: normal; }
    .modern-menu .modern-menu__item a:hover,
    .modern-menu .modern-menu__more-container a:hover {
      color: #dc1616;
      text-decoration: underline; }
    .modern-menu .modern-menu__item > .modern-menu__subitems > .modern-menu__item a {
      color: #000;
      font-size: 12px;
      font-size: 1rem;
      padding-left: 27px;
      padding-left: 2.25rem; }
    .modern-menu .modern-menu__item > .modern-menu__subitems .modern-menu__subitems > .modern-menu__item a {
      color: #999999;
      padding-left: 36px;
      padding-left: 3rem; }
    .modern-menu .is-desktop-hide {
      display: none; } }
  @media (min-width: 992px) {
    .modern-menu .modern-menu__product {
      display: block;
      padding: 0 18px;
      padding: 0 1.5rem;
      width: 250px;
      width: 20.83333rem; }
    .modern-menu .modern-menu__product:before {
      margin-left: -18px;
      margin-left: -1.5rem; } }

.menu_top {
  list-style: none;
  margin: 0;
  max-height: 36px;
  max-height: 3rem;
  overflow: hidden;
  padding: 0; }
  .menu_top__item {
    float: left; }
    .menu_top__item .dropdown-toggle {
      display: block;
      cursor: pointer;
      padding: 9px 18px;
      padding: 0.75rem 1.5rem; }
    .dropdown-menu > .menu_top__item {
      float: none; }
  .menu_top a {
    color: #000;
    display: block;
    padding: 9px 18px;
    padding: 0.75rem 1.5rem;
    text-decoration: none; }
    .menu_top a:hover {
      text-decoration: underline;
      color: #dc1616; }
  .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;
  margin-bottom: 0.75rem;
  text-transform: uppercase; }

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

.menu_v a {
  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;
  margin-bottom: 1.5rem;
  padding: 0; }

.menu_cols__menu > li > a {
  color: #dc1616;
  font-size: 13px;
  font-size: 1.08333rem;
  font-weight: bold;
  margin-bottom: 9px;
  margin-bottom: 0.75rem; }

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

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

.menu_cols__menu.ellipsis li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

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

.menu_vml {
  border-radius: 0.75em;
  list-style: none;
  margin: 0 0 18px;
  margin: 0 0 1.5rem;
  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 18px;
      padding: 1.125rem 1.5rem;
      text-decoration: none; }
      .menu_vml__item > a:hover {
        color: #dc1616; }
    .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;
    height: 1.5rem;
    fill: none;
    float: right;
    margin: -1px 0 -5px .35em;
    margin: -1px 0 -0.41667rem .35em;
    stroke: #c2c2c2;
    stroke-width: 1px;
    width: 18px;
    width: 1.5rem; }
  .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: #49d5f4; }
  .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: #dc1616;
    background: #F9F9F9 linear-gradient(180deg, #F9F9F9, #F9F9F9) repeat scroll 0 0; }
  .menu_vml__sub .menu_vml__item:hover > a > .menu_vml__toggle {
    stroke: #49d5f4; }
  .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: 34px;
  padding-left: 2.83333rem;
  padding-right: 4px;
  padding-right: 0.33333rem;
  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: 0;
  margin: 0;
  top: 0;
  position: absolute;
  z-index: 4; }
  .search__btn .icon-glass {
    fill: #dc1616;
    font-size: 18px;
    font-size: 1.5rem; }

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

.l-header__search .search__input {
  background-color: transparent;
  box-sizing: border-box;
  border: 0 none;
  height: 100%;
  padding-right: 32px;
  padding-right: 2.66667rem;
  padding-left: 4px;
  padding-left: 0.33333rem;
  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: #dc1616; }

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

@media (min-width: 768px) {
  .l-header__search .search__form {
    bottom: auto;
    left: auto;
    margin: 9px 18px;
    margin: 0.75rem 1.5rem;
    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;
    height: 1.91667rem;
    max-width: none;
    padding-right: 4px;
    padding-right: 0.33333rem;
    padding-left: 30px;
    padding-left: 2.5rem;
    position: static; }
    .l-header__search .search__input:focus {
      border-color: #43b0ec; }
  .l-header__search .search__btn {
    left: 0;
    position: absolute;
    width: auto; }
    .l-header__search .search__btn .icon-glass {
      fill: rgba(255, 255, 255, 0.2);
      font-size: 14px;
      font-size: 1.16667rem; } }

.search__pagenav {
  float: right; }

.search__items {
  clear: both; }

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

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

.search-popup-row,
.search-popup-row-active {
  background: #fff;
  padding: 9px 18px;
  padding: 0.75rem 1.5rem;
  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;
  margin-bottom: 1.5rem;
  padding-bottom: 18px;
  padding-bottom: 1.5rem; }
  .search_item__pic {
    float: left;
    max-width: 225px;
    max-width: 18.75rem;
    padding: 0 18px 18px 0;
    padding: 0 1.5rem 1.5rem 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;
    margin-bottom: 0.75rem; }
  .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;
  margin-top: 1.16667rem;
  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;
    height: 0.16667rem;
    width: 100%; }

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

.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__cat:last-child .search_popup__sep:last-child {
  display: none; }

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

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

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

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

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

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

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

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

.title_search_result-iblock-title {
  height: 15px;
  height: 1.25rem;
  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;
  padding: 0 0.5rem; }

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

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

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

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

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

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

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

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

.carousel__img {
  opacity: 0.8; }

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

.carousel__pic {
  display: block; }

.carousel__name {
  height: 36px;
  height: 3rem;
  padding-top: 9px;
  padding-top: 0.75rem; }
  .carousel__name:after {
    top: 27px;
    top: 2.25rem; }

.fancybox-slide .cities {
  box-sizing: border-box;
  padding: 27px;
  padding: 2.25rem; }

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

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

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

.cmp_page {
  position: relative; }
  .cmp_page .hiddenCmp {
    width: 0;
    max-width: 0;
    overflow: hidden; }
  .cmp_page__names {
    padding-right: 0;
    padding-top: 7px;
    padding-top: 0.58333rem;
    max-width: 50%; }
    .cmp_page__names table {
      width: 100%; }
  .cmp_page__items {
    background: #fff;
    float: none;
    overflow: auto;
    padding-left: 0;
    padding-top: 7px;
    padding-top: 0.58333rem; }
    .cmp_page__items .cmp_page__table thead tr {
      height: 344px;
      height: 28.66667rem; }
  .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;
    overflow: visible; }
  .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;
    padding: 0.75rem 1.5rem; }
  .cmp_page thead td,
  .cmp_page thead td {
    border: none;
    padding: 0; }

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

.cmp_items__list {
  display: none; }

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

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

.cmp_items .badge {
  background-color: #fff;
  color: #dc1616;
  margin: -4px auto;
  margin: -0.33333rem auto;
  padding: 3px;
  padding: 0.25rem; }

@media (min-width: 992px) {
  .cmp_items {
    margin-bottom: 18px;
    margin-bottom: 1.5rem;
    max-height: 100%;
    white-space: normal;
    z-index: 998; }
    .cmp_items.fix {
      position: fixed; }
    .cmp_items.top {
      top: 5px;
      top: 0.41667rem; }
    .cmp_items.right {
      right: 0; }
    .cmp_items.left {
      left: 0; }
    .cmp_items__body {
      background: #fff;
      border-radius: 18px 0 0 18px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      overflow: hidden;
      padding: 18px 0 18px 18px;
      padding: 1.5rem 0 1.5rem 1.5rem; }
    .cmp_items__list {
      display: block;
      list-style: none;
      margin: 0 0 9px;
      margin: 0 0 0.75rem;
      max-height: 351px;
      max-height: 29.25rem;
      overflow-y: auto;
      padding: 0; }
    .cmp_items__item {
      border: 1px dashed #e0e0e0;
      border-radius: 4px;
      display: block;
      height: 57.6px;
      height: 4.8rem;
      margin: 4px 4px 14.4px 0;
      margin: 0.33333rem 0.33333rem 1.2rem 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      width: 57.6px;
      width: 4.8rem; }
      .cmp_items__item:hover {
        border-color: #dc1616; }
      .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;
      lien-height: 1;
      position: absolute;
      right: -4px;
      right: -0.33333rem;
      top: -8px;
      top: -0.66667rem;
      z-index: 20; }
      .cmp_items__del .icon-close {
        fill: #000;
        font-size: 8px;
        font-size: 0.66667rem; }
    .cmp_items__btn {
      font-size: 10px;
      font-size: 0.83333rem;
      line-height: 18px;
      line-height: 1.5rem;
      min-width: 0;
      padding-left: .5em;
      padding-right: .5em; } }

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

.product .corner {
  display: none; }

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

.product.da .corner__in {
  background: #43b0ec; }

.product.qb .corner__in {
  background: #dc1616; }

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

.offer_prop__name {
  font-weight: bold; }

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

.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;
  margin: 0 0.75rem 0.75rem 0;
  min-width: 54px;
  min-width: 4.5rem;
  padding: 4.5px 9px;
  padding: 0.375rem 0.75rem;
  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;
  margin: 0 0.75rem 0.75rem 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;
  height: 2.25rem;
  position: relative;
  width: 27px;
  width: 2.25rem; }

.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;
  padding: 0.16667rem 0.25rem 0.25rem 0.16667rem; }

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

.offer_prop-color .offer_prop__value.disabled .offer_prop__icon:before {
  background: url("/local/templates/os_default/assets/css/../img/icons/png/missing_v2.png") no-repeat center/contain;
  bottom: 4px;
  bottom: 0.33333rem;
  content: ' ';
  display: block;
  left: 3px;
  left: 0.25rem;
  position: absolute;
  right: 4px;
  right: 0.33333rem;
  top: 3px;
  top: 0.25rem;
  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: #dc1616;
  font-size: 19px;
  font-size: 1.58333rem;
  font-weight: normal;
  line-height: 36px;
  line-height: 3rem; }

.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;
  height: 3rem;
  position: relative;
  vertical-align: middle; }
  .quantity__input {
    border: 1px solid #e0e0e0;
    border-radius: 4.99986px;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    min-width: 90px;
    min-width: 7.5rem;
    padding: 9px 18px;
    padding: 0.75rem 1.5rem;
    text-align: center;
    vertical-align: middle;
    width: 1px;
    -moz-appearance: textfield; }
    .quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
  .quantity__plus, .quantity__minus {
    bottom: 0;
    color: #dc1616;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 18px;
    width: 1.5rem;
    z-index: 1; }
    .quantity__plus:after, .quantity__minus:after {
      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: #960f0f; }
  .quantity__minus {
    left: 1px; }
    .quantity__minus:after {
      border-right: 4px solid; }
  .quantity__plus {
    right: 1px; }
    .quantity__plus:after {
      border-left: 4px solid; }
  .quantity-small {
    height: 36px;
    height: 3rem; }

.sticker {
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-style: italic;
  height: 50px;
  height: 4.16667rem;
  line-height: normal;
  margin-right: 3px;
  margin-right: 0.25rem;
  padding: 2.25px 13px 2.25px 12px;
  padding: 0.1875rem 1.08333rem 0.1875rem 1rem;
  text-align: left;
  text-transform: uppercase;
  width: 50px;
  width: 4.16667rem; }
  .sticker__text {
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all; }
    .sticker__text .price_pdd {
      font-size: 13px;
      font-size: 1.08333rem;
      font-weight: bold; }

.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;
      font-size: 0.75rem; } }

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

.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;
  margin-bottom: 1.5rem;
  padding: 9px;
  padding: 0.75rem;
  position: relative;
  overflow: hidden; }

.picbox__carousel.owl-carousel .picbox__img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto; }

.picbox__mini {
  display: none; }

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

@media (min-width: 992px) {
  .picbox {
    /*
    &__img {
      max-height: 100%;
    }
    */ }
    .picbox__frame {
      border: 1px solid #b3b3b3;
      border-radius: 18px; }
    .picbox__mini {
      display: block;
      box-sizing: border-box;
      margin: 0 auto -16px;
      margin: 0 auto -1.33333rem;
      max-width: 100%;
      padding: 0 20px;
      padding: 0 1.66667rem;
      position: relative;
      width: 459px;
      width: 38.25rem; }
    .picbox .owl-dots {
      height: auto; }
    .picbox__dots {
      box-sizing: content-box;
      text-align: center;
      white-space: nowrap; }
      .picbox__dots .owl-dot {
        background: #fff;
        border: 2px solid;
        border-radius: 6px;
        box-sizing: border-box;
        color: #b3b3b3;
        cursor: pointer;
        display: inline-block;
        height: 97.99992px;
        height: 8.16666rem;
        margin-top: 7px;
        margin-top: 0.58333rem;
        margin-right: 9px;
        margin-right: 0.75rem;
        padding: 4.5px;
        padding: 0.375rem;
        position: relative;
        vertical-align: top;
        width: 97.99992px;
        width: 8.16666rem; }
        .picbox__dots .owl-dot:last-child {
          margin-right: 0; }
        .picbox__dots .owl-dot.active {
          border-color: #dc1616; }
          .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;
            margin-left: -0.58333rem;
            left: 50%;
            position: absolute;
            width: 0; }
          .picbox__dots .owl-dot.active:before {
            border-bottom: 7px solid #dc1616;
            top: -7px;
            top: -0.58333rem; }
          .picbox__dots .owl-dot.active:after {
            border-bottom: 6px solid #fff;
            top: -4px;
            top: -0.33333rem; }
      .picbox__dots .owl-preview {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
    .picbox__bar .scroll-element_outer {
      background: #fff;
      bottom: 0;
      height: 17px;
      height: 1.41667rem;
      left: 0;
      min-width: 100%;
      position: absolute;
      width: 100%;
      z-index: 10; }
    .picbox__bar .scroll-arrow {
      cursor: pointer;
      display: block;
      height: 25px;
      height: 2.08333rem;
      margin-top: -13px;
      margin-top: -1.08333rem;
      position: absolute;
      top: 50%;
      width: 15px;
      width: 1.25rem;
      z-index: 1; }
    .picbox__bar .scroll-arrow_less {
      left: 0; }
    .picbox__bar .scroll-arrow_more {
      right: 0; } }

.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;
  height: 0.83333rem;
  width: 14px;
  width: 1.16667rem; }

.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: #43b0ec; }

.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: 18px;
  margin-bottom: 1.5rem; }
  .catalog__head .brand__logo, .brand .brand__logo {
    margin-right: 18px;
    margin-right: 1.5rem;
    vertical-align: middle; }
  .catalog__head .webpage__title, .brand .webpage__title {
    display: inline-block; }

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

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

.catalog__pagenav-top {
  display: none; }

.catalog__sorter .sorter__limit {
  display: none; }

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

.ajaxpages {
  padding: 36px 18px 0;
  padding: 3rem 1.5rem 0;
  clear: both;
  margin: 0; }
  .ajaxpages > li > a {
    padding: 9px 18px;
    padding: 0.75rem 1.5rem; }

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

.catalog_items {
  margin: 0 0 36px 1px;
  margin: 0 0 3rem 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; }
    .l-main .catalog_items.owl-carousel .catalog_item:hover .catalog_item__popup, .catalog_items.owl-carousel .catalog_item.is-hover .catalog_item__popup {
        display: none; }

.catalog_item {
  height: 316px;
  height: 26.33333rem;
  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: 18px;
    box-sizing: padding-box;
    height: 100%;
    overflow: hidden;
    padding: 18px 13.5px 0;
    padding: 1.5rem 1.125rem 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: 180px;
    height: 15rem;
    margin: 0 0 9px;
    margin: 0 0 0.75rem;
    position: relative;
    text-align: center;
    text-decoration: none; }
    .catalog_item__pic:hover {
      text-decoration: none; }
  .catalog_item__img {
    max-height: 100%;
    width: auto !important; }
    .owl-carousel .owl-item .catalog_item__img {
      display: inline-block; }
  .catalog_item__gender {
    position: absolute;
    right: -8px;
    right: -0.66667rem;
    top: -8px;
    top: -0.66667rem; }
  .catalog_item__stickers {
    bottom: 0;
    left: 0;
    position: absolute; }
  .catalog_item__head {
    height: 54px;
    height: 4.5rem;
    margin-bottom: 9px;
    margin-bottom: 0.75rem; }
  .catalog_item__name {
    color: #000;
    float: left;
    max-height: 36px;
    max-height: 3rem;
    text-decoration: none; }
    .catalog_item__name:after {
      top: 18px;
      top: 1.5rem; }
  .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: 9px;
    margin-bottom: 0.75rem; }
    .catalog_item__offer_props .btn, .catalog_item__offer_props .bx-catalog-subscribe-button,
    .catalog_item .add2basket .btn,
    .catalog_item .add2basket .bx-catalog-subscribe-button,
    .catalog_item .in_basket .btn,
    .catalog_item .in_basket .bx-catalog-subscribe-button, .catalog_item__price .btn, .catalog_item__price .bx-catalog-subscribe-button, .catalog_item__buy .btn, .catalog_item__buy .bx-catalog-subscribe-button {
      clear: both;
      display: block;
      font-size: 12px;
      font-size: 1rem;
      width: 100%;
      margin-bottom: 18px;
      margin-bottom: 1.5rem; }
  .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;
    margin-left: 0.75rem; }
  .catalog_item .price__pdv, .catalog_item__quantity {
    float: right; }
  .catalog_item .price__pv,
  .catalog_item .price__pdd {
    display: none; }
  .catalog_item__cmp {
    float: left;
    padding: 9px 0;
    padding: 0.75rem 0; }
  .catalog_item__preview {
    color: gray;
    font-size: 11px;
    font-size: 0.91667rem;
    line-height: 18px;
    line-height: 1.5rem;
    margin-bottom: 18px;
    margin-bottom: 1.5rem; }
  .catalog_item .ya-share2__container {
    float: right; }
  .catalog_item .favorite {
    float: left;
    font-size: 11px;
    font-size: 0.91667rem;
    margin-right: .5em; }
  .catalog_item .favorite__icon {
    height: 12px;
    height: 1rem;
    width: 15px;
    width: 1.25rem; }
  .catalog_item__mail {
    float: right; }
  .catalog_item:hover, .catalog_item.is-hover {
    position: relative;
    z-index: 8;
    border-radius: 18px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);}
  .catalog_item {
    height: 460px !important;
    }
  .other_elements__row .catalog_item {
    height: 425px !important;
    }
    @media (max-width: 440px) {
  .other_elements__row .catalog_item {
    height: 460px !important;
    }
    }
  .catalog_item__inner .catalog_item__popup {
    display: block;
  }
  .catalog_item:hover .catalog_item__inner,
  .catalog_item.is-hover .catalog_item__inner {
    border: 2px solid #bcbcbc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: -1px;
    padding-bottom: 18px;
    padding-bottom: 1.5rem; }
  .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;
    overflow: visible; }
  .catalog_item:hover .icon-men,
  .catalog_item:hover .icon-women {
    fill: #dc1616; }
  .catalog_item.qb:hover .catalog_item__inner,
  .catalog_item.qb.is-hover .catalog_item__inner {
    border: 2px solid #dc1616; }
  .catalog_item.da:hover .catalog_item__inner,
  .catalog_item.da.is-hover .catalog_item__inner {
    border: 2px solid #43b0ec; }
  .catalog_item.da:hover .icon-men,
  .catalog_item.da:hover .icon-women {
    fill: #43b0ec; }
  .catalog_item__zoom {
    background: #a41010;
    background-image: linear-gradient(135deg, #dc1616, #a41010);
    bottom: 0;
    border-radius: 50%;
    display: none;
    height: 17px;
    height: 1.41667rem;
    margin: auto;
    position: absolute;
    padding: 6px;
    padding: 0.5rem;
    right: 0;
    top: 0;
    width: 17px;
    width: 1.41667rem; }
    .catalog_item__zoom > .icon-glass {
      fill: #fff;
      height: 18px;
      height: 1.5rem;
      width: 18px;
      width: 1.5rem; }
    .catalog_item__zoom:hover {
      background-position: -29px -1507px; }
  .qb .catalog_item__zoom {
    background: #a41010;
    background-image: linear-gradient(135deg, #dc1616, #a41010); }
  .da .catalog_item__zoom {
    background: #43b0ec;
    background-image: linear-gradient(135deg, #68ccff, #43b0ec); }
  .catalog_item:hover .catalog_item__zoom,
  .catalog_item.is-hover .catalog_item__zoom {
    display: block; }
  .catalog_item__close {
    cursor: pointer;
    display: none;
    min-width: 20px;
    min-width: 1.66667rem;
    padding: 2px 0 3px;
    padding: 0.16667rem 0 0.25rem;
    position: absolute;
    right: -8px;
    right: -0.66667rem;
    top: -8px;
    top: -0.66667rem;
    z-index: 35; }
    .catalog_item__close:hover {
      transform: scale(1.1, 1.1); }
    .catalog_item__close > .icon-close {
      fill: #fff;
      font-size: 11px;
      font-size: 0.91667rem;
      margin-top: -2px;
      margin-top: -0.16667rem; }
  .catalog_item:hover .catalog_item__close,
  .catalog_item.is-hover .catalog_item__close {
    display: block; }
  .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;
    height: 3.33333rem;
    left: 18px;
    left: 1.5rem;
    position: absolute;
    width: 170px;
    width: 14.16667rem; }
  .catalog_item .catalog_item-timer-val {
    float: left;
    line-height: 11px;
    line-height: 0.91667rem;
    padding: 11px 0 0 10px;
    padding: 0.91667rem 0 0 0.83333rem; }
  .catalog_item .catalog_item-timer-val span {
    display: block; }
  .catalog_item .catalog_item-timer-val span.value {
    font-size: 15px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 2px;
    letter-spacing: 0.16667rem; }
  .catalog_item .catalog_item-timer-val span.podpis {
    font-size: 10px;
    font-size: 0.83333rem;
    text-align: center; }
  .catalog_item .catalog_item-timer-separator {
    background-color: #fff;
    height: 40px;
    height: 3.33333rem;
    float: left;
    margin-left: 9px;
    margin-left: 0.75rem;
    width: 2px;
    width: 0.16667rem; }
  .catalog_item .offer_prop {
    margin-bottom: 9px;
    margin-bottom: 0.75rem; }
    .catalog_item .offer_prop .select__btn {
      background: transparent;
      border: none;
      border-bottom: 1px dashed #dc1616;
      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;
      margin-top: 0.58333rem;
      transform: translate(-50%, 0); }
      .catalog_item .offer_prop .dropdown-menu > li > a {
        padding: 4.5px 9px;
        padding: 0.375rem 0.75rem; }
      .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;
        margin-left: -0.58333rem;
        left: 50%;
        position: absolute;
        width: 0; }
      .catalog_item .offer_prop .dropdown-menu > li:first-child > a:before {
        border-bottom: 7px solid #e0e0e0;
        top: -7px;
        top: -0.58333rem; }
      .catalog_item .offer_prop .dropdown-menu > li:first-child > a:after {
        border-bottom: 5px solid #fff;
        top: -4px;
        top: -0.33333rem; }
      .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;
    margin-right: 0.25rem; }
  .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: #dc1616;
    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: #dc1616; }
    .catalog_item .offer_prop-btn .offer_prop__value.disabled {
      text-decoration: line-through; }

@media (min-width: 992px) {
  .catalog_items {
    margin: 0 0 36px 1px;
    margin: 0 0 3rem 1px; }
  .catalog_item {
    height: 396px;
    height: 33rem; }
    .catalog_item__pic {
      margin: 0 0 18px;
      margin: 0 0 1.5rem; }
    .catalog_item__head {
      margin-bottom: 18px;
      margin-bottom: 1.5rem; }
    .catalog_item .price__pdd {
      border-radius: 0 4.99986px 4.99986px 0;
      color: #fff;
      display: none;
      float: left;
      font-size: 15px;
      font-size: 1.25rem;
      line-height: 18px;
      line-height: 1.5rem;
      margin-left: -13.5px;
      margin-left: -1.125rem;
      padding: 9px 9px 9px 13.5px;
      padding: 0.75rem 0.75rem 0.75rem 1.125rem; }
    .catalog_item.da .price__pv,
    .catalog_item.qb .price__pv {
      display: none; }
    .catalog_item.da .price__pdd {
      background-color: #43b0ec;
      display: block; }
    .catalog_item.qb .price__pdd {
      background-color: #dc1616;
      display: block; }
    .catalog_item__inside {
      display: block; } }

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

.detail .webpage__title {
  display: inline; }

.detail__favorite {
  position: relative;
  top: -6px;
  top: -0.5rem;
  white-space: nowrap; }

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

.detail__picbox {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .detail__picbox .picbox__canvas {
    text-align: center; }

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

.detail__stickers {
  bottom: 4px;
  bottom: 0.33333rem;
  left: 4px;
  left: 0.33333rem;
  position: absolute;
  z-index: 1; }

.detail__buy, .order-section .bx-soa-pp-desc-container, .order-sidebar .bx-soa-cart-total {
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  padding: 18px;
  padding: 1.5rem; }

.detail__price {
  margin-bottom: 9px;
  margin-bottom: 0.75rem; }
  .detail__price .price__pv {
    font-size: 15px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 3rem; }
  .detail__price .price__pdv {
    font-size: 29px;
    font-size: 2.41667rem; }

.detail__stocks, .detail__quantity {
  margin-bottom: 9px;
  margin-bottom: 0.75rem; }

.detail__btns {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.detail__btn.disabled {
  display: none; }

.detail__btn,
.detail__btns .bx-catalog-subscribe-button {
  display: block;
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 3rem;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  width: 100%; }

.detail__btn > .icon-cart {
  height: 26px;
  height: 2.16667rem;
  margin-right: 5px;
  margin-right: 0.41667rem;
  width: 30px;
  width: 2.5rem; }

.detail__btn > .icon-incart {
  height: 53px;
  height: 4.41667rem;
  margin-right: 5px;
  margin-right: 0.41667rem;
  width: 65px;
  width: 5.41667rem; }

.detail__btn > .icon-phone {
  height: 20px;
  height: 1.66667rem;
  margin-right: 5px;
  margin-right: 0.41667rem;
  width: 18px;
  width: 1.5rem; }

.detail__share, .detail__tabs {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.detail__credit, .detail__delivery {
  border-radius: .4em;
  display: block;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  padding: 5px 5px 5px 12px;
  padding: 0.41667rem 0.41667rem 0.41667rem 1rem;
  text-decoration: none; }

.detail__credit {
  border: 1px dashed;
  color: #dc1616;
  font-weight: bold; }
  .detail__credit:hover {
    border: 2px solid;
    color: #dc1616;
    padding: 4px 4px 4px 11px;
    padding: 0.33333rem 0.33333rem 0.33333rem 0.91667rem;
    text-decoration: none; }
  .detail__credit .icon-png {
    background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
    background-position: -66px -47px;
    width: 29px;
    width: 2.41667rem;
    height: 29px;
    height: 2.41667rem;
    margin-right: .5em; }

.detail__delivery {
  border: 1px dashed #b3b3b3; }
  .detail__delivery .icon-png {
    background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
    background-position: -95px -47px;
    width: 30px;
    width: 2.5rem;
    height: 28px;
    height: 2.33333rem;
    margin-right: .5em; }

.detail__timer {
  border: 2px solid #43b0ec;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  text-align: center; }
  .detail__timer .timer__cell {
    text-align: left; }
  .detail__timer .timer__bottom {
    background: #43b0ec; }

.detail.qb .detail__timer {
  border-color: #dc1616; }
  .detail.qb .detail__timer .timer__bottom {
    background: #dc1616; }

.detail__offer_props {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .detail__offer_props .offer_prop {
    clear: left;
    float: left;
    margin-bottom: 9px;
    margin-bottom: 0.75rem; }
  .detail__offer_props .offer_prop__name {
    font-weight: bold; }

.detail__sizes {
  float: right;
  margin-top: -2px;
  margin-top: -0.16667rem;
  position: relative; }

.detail__preview {
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  max-height: 465px;
  max-height: 38.75rem; }

.detail__preview_link {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .fancybox-slide .detail__preview_link {
    display: none; }

.detail__detail_link {
  display: none;
  float: right; }
  .fancybox-slide .detail__detail_link {
    display: block; }

.fancybox-slide .detail {
  padding: 27px;
  padding: 2.25rem; }

@media (min-width: 768px) {
  .detail__picbox .picbox__canvas {
    height: 300px;
    height: 25rem; }
  .detail__picbox .picbox__carousel {
    height: 300px;
    height: 25rem;
    overflow: hidden; }
    .detail__picbox .picbox__carousel.owl-carousel {
      overflow: visible; }
  .detail__picbox .picbox__img {
    max-height: 300px;
    max-height: 25rem; }
  .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;
    margin-bottom: 3rem;
    padding: 18px;
    padding: 1.5rem; }
  .catalog-element-popup-wrapper {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.77);
    box-sizing: border-box;
    position: absolute; }
  .catalog-element-popup-inner {
    padding: 18px;
    padding: 1.5rem;
    max-width: 300px;
    max-width: 25rem; }
  .catalog-element-popup-element {
    color: #dc1616; } }

@media (min-width: 992px) {
  .detail {
    margin-bottom: 18px;
    margin-bottom: 1.5rem; }
    .detail__brand {
      max-width: 125px;
      max-width: 10.41667rem; }
    .detail__picbox {
      margin-bottom: 36px;
      margin-bottom: 3rem; }
      .detail__picbox .picbox__carousel,
      .detail__picbox .picbox__canvas {
        height: 450px;
        height: 37.5rem; }
      .detail__picbox .picbox__img {
        max-height: none; } }

.bx-modal-container .catalog_item__inner {
  border: 2px solid #dc1616; }

.bx-modal-container .catalog_item__brand {
  text-align: left;
  margin-bottom: 10px;
  margin-bottom: 0.83333rem; }

.bx-modal-container .show_more_set .icon-right {
  transform: rotate(90deg);
  height: 15px;
  height: 1.25rem;
  margin-left: 5px;
  margin-left: 0.41667rem; }

.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: 460px;
 }
  .bx-modal-container .catalog_item .price__pdd {
    background-color: #dc1616;
    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 .add2cart.bx-catalog-subscribe-button {
    line-height: 1; } }

.bx-modal-container .bx-catalog-set-item-container.catalog_item {
  height: 396px;
   }

.bx-modal-container .discount_price_block {
  color: #43b0ec;
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 18px;
  line-height: 1.5rem;
  margin: 10px 0;
  margin: 0.83333rem 0;
  border: 2px dashed #dc1616;
  padding: 6px;
  padding: 0.5rem;
  box-sizing: border-box; }
  .bx-modal-container .discount_price_block .discount_price_block_pr {
    font-size: 18px;
    font-size: 1.5rem; }

.bx-modal-container .show_more_set {
  margin: 20px 0 0;
  margin: 1.66667rem 0 0; }

.bx-modal-container .icon-svg.icon-phone {
  height: 20px;
  height: 1.66667rem;
  margin-right: 5px;
  margin-right: 0.41667rem;
  width: 18px;
  width: 1.5rem; }

.bx-modal-container .bx-modal-description {
  font-size: 80%;
  color: #8E8E8E; }

.bx-modal-container .bx-original-item-container {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.66667rem; }
  .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;
    max-height: 28.5rem;
    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;
    padding: 0.25rem 0.41667rem; }
    .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-height: 8.33333rem;
      max-width: 80px;
      max-width: 6.66667rem; }
  .bx-modal-container .bx-added-item-table-cell-img, .bx-modal-container .bx-added-item-table-cell-del {
    width: 100px;
    width: 8.33333rem; }
  .bx-modal-container .bx-added-item-table-cell-price {
    width: 80px;
    width: 6.66667rem;
    text-align: left;
    line-height: 1px; }
  .bx-modal-container .bx-added-item-table-cell-del {
    width: 50px;
    width: 4.16667rem;
    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;
  width: 1.25rem;
  height: 15px;
  height: 1.25rem;
  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;
  font-size: 0.91667rem;
  line-height: 11px;
  line-height: 0.91667rem;
  padding: 0 0 10px;
  padding: 0 0 0.83333rem;
  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;
  min-height: 1.66667rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-left: -1px;
  border-radius: 18px;
  margin-bottom: 10px;
  margin-bottom: 0.83333rem;
  width: 225px;
  width: 18.75rem;
  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;
  height: 2.5rem;
  background: #dedede;
  display: inline-block;
  padding: 0 15px;
  padding: 0 1.25rem;
  line-height: 28px;
  line-height: 2.33333rem;
  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;
  padding: 0.41667rem 1.25rem; }

.bx-modal-container .bx-catalog-set-item-img {
  padding: 10px;
  padding: 0.83333rem;
  position: relative;
  padding-top: 109% !important;
  height: 0; }
  .bx-modal-container .bx-catalog-set-item-img-container {
    position: absolute;
    top: 5px;
    top: 0.41667rem;
    right: 5px;
    right: 0.41667rem;
    bottom: 5px;
    bottom: 0.41667rem;
    left: 5px;
    left: 0.41667rem; }
  .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;
  height: 4.16667rem;
  vertical-align: top;
  position: relative; }

.bx-modal-container .bx-catalog-set-item-title:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  bottom: 0;
  right: 0;
  left: 0;
  height: 10px;
  height: 0.83333rem;
  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;
  height: 2.16667rem;
  margin-right: 5px;
  margin-right: 0.41667rem;
  width: 30px;
  width: 2.5rem; }

.bx-modal-container .bx-added-item-table-cell-del {
  box-sizing: border-box;
  height: 108px;
  height: 9rem; }

.bx-modal-container .bx-catalog-set-item-price {
  margin-bottom: 10px;
  margin-bottom: 0.83333rem; }

/**/
.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;
  width: 1.66667rem;
  height: 20px;
  height: 1.66667rem;
  line-height: 20px;
  line-height: 1.66667rem;
  text-align: center;
  vertical-align: middle; }

.bx-modal-container .bx-catalog-set-item-col-input {
  display: inline-block;
  width: 25px;
  width: 2.08333rem;
  height: 20px;
  height: 1.66667rem;
  vertical-align: middle;
  font-size: 11px;
  font-size: 0.91667rem; }

/**/
.bx-modal-container .bx-catalog-set-item-add-btn {
  text-align: center; }

.bx-modal-container .bx-catalog-set-item-custom {
  font-size: 12px;
  font-size: 1rem;
  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-top: 1.66667rem;
  padding-bottom: 20px;
  padding-bottom: 1.66667rem; }

.bx-modal-container .bx-catalog-set-topsale-slide-control-dot {
  display: inline-block;
  width: 11px;
  width: 0.91667rem;
  height: 11px;
  height: 0.91667rem;
  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-top: 0.83333rem;
    padding-bottom: 15px;
    padding-bottom: 1.25rem;
    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;
    margin-top: -2.5rem;
    padding-right: 20px;
    padding-right: 1.66667rem;
    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;
    width: 0.16667rem; }
  .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;
    padding: 0.83333rem 0.41667rem; } }

.bx-filter {
  border: 1px solid #e0e0e0;
  border-radius: 9px;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  width: 100%; }

.bx-filter .bx-filter-section {
  position: relative; }

.bx-filter .bx-filter-section > .row {
  padding: 0 5px;
  padding: 0 0.41667rem; }

.bx-filter .bx-filter-title {
  font-size: 19px;
  font-size: 1.58333rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.83333rem;
  padding: 0 10px;
  padding: 0 0.83333rem;
  color: #000;
  text-shadow: 0 1px 0 #fff; }

/*Sections*/
.bx-filter .bx-filter-parameters-box {
  padding: 18px 1em;
  padding: 1.5rem 1em;
  position: relative; }
  .bx-filter .bx-filter-parameters-box:first-child {
    border-radius: 9px 9px 0 0; }

.bx-filter .bx-filter-parameters-box-title {
  color: #000;
  font-size: 15px;
  font-size: 1.25rem;
  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: #dc1616; }

.bx-filter .bx-filter-block {
  box-sizing: content-box;
  display: none;
  margin-top: 9px;
  margin-top: 0.75rem;
  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;
  font-size: 1.08333rem;
  line-height: 36px;
  line-height: 3rem;
  margin-right: 4.5px;
  margin-right: 0.375rem; }

.bx-filter-param {
  border: 1px solid #e0e0e0;
  border-radus: 3.6px;
  display: block;
  margin-top: -1px;
  padding: 4.5px 9px 4.5px 27px;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem; }
  .bx-filter-param:first-child {
    margin-top: 0; }
  .bx-filter-param.checkbox input[type="checkbox"],
  .bx-filter-param.radio input[type="radio"] {
    left: 7px;
    left: 0.58333rem; }

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  font-size: 0.91667rem;
  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;
  font-size: 1.08333rem;
  height: 36px;
  height: 3rem;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0 4px;
  padding: 0 0.33333rem;
  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;
  -o-border-image: url(/local/templates/os_default/assets/css/../img/border_default.png) 2 repeat;
     border-image: url(/local/templates/os_default/assets/css/../img/border_default.png) 2 repeat; }

.bx-filter .bx-filter-input-container input:focus {
  border-color: #dc1616; }

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  background-image: linear-gradient(#fff 0%, #fff 100%); }

.bx-filter .bx-filter-button-box {
  border-radius: 0 0 9px 9px;
  clear: both;
  padding: 18px 1em;
  padding: 1.5rem 1em;
  text-align: center; }

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-top: 2.91667rem;
  padding-bottom: 25px;
  padding-bottom: 2.08333rem; }

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  height: 0.58333rem;
  background: #d8e9f0; }

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  top: -0.5rem;
  width: 1px;
  height: 17px;
  height: 1.41667rem;
  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-size: 0.91667rem;
  /*font-weight: bold;*/
  position: absolute;
  top: -16px;
  top: -1.33333rem;
  left: 50%;
  display: block;
  width: 100px;
  width: 8.33333rem;
  margin-left: -50px;
  margin-left: -4.16667rem;
  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 {
  z-index: 50; }

.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: #dc1616;
  background-image: linear-gradient(180deg, #dc1616, #a41010);
  z-index: 80; }

.bx-filter .bx-ui-slider-handle {
  background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
  background-position: 0px -92px;
  width: 23px;
  width: 1.91667rem;
  height: 22px;
  height: 1.83333rem;
  position: absolute;
  top: -6px;
  top: -0.5rem;
  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;
  margin-left: -1.75rem; }

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px;
  margin-right: -1.75rem; }

.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;
  min-width: 10rem; }

.bx-filter .bx-filter-select-text label {
  cursor: pointer; }

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  width: 2.83333rem;
  height: 33px;
  height: 2.75rem;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center; }

/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
  padding: 18px;
  padding: 1.5rem; }

.bx-filter .bx-tag-link {
  font-size: 12px;
  font-size: 1rem;
  text-decoration: none;
  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;
  margin-right: 0.41667rem; }

.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: 9px;
  margin-right: 0.75rem;
  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 {
  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 
*
*/
/*
* 	BTN 
*
*/
.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  width: 3.16667rem;
  height: 38px;
  height: 3.16667rem;
  padding: 6px;
  padding: 0.5rem;
  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;
  -o-border-image: url(/local/templates/os_default/assets/css/../img/border_default.png) 2 repeat;
     border-image: url(/local/templates/os_default/assets/css/../img/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: #dc1616; }

/* --- 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;
  line-height: 2.16667rem; }

/*
* BTN P/M
*
*/
.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  width: 1.91667rem;
  min-width: 23px;
  min-width: 1.91667rem;
  height: 23px;
  height: 1.91667rem;
  line-height: 23px;
  line-height: 1.91667rem;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  font-size: 1.41667rem;
  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-size: 1.5rem;
  /*font-weight:bold;*/
  line-height: 23px;
  line-height: 1.91667rem;
  display: inline-block;
  height: 23px;
  height: 1.91667rem;
  margin: 0 10px;
  margin: 0 0.83333rem;
  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;
  line-height: 2.75rem;
  position: relative;
  display: inline-block;
  width: 23px;
  width: 1.91667rem;
  height: 23px;
  height: 1.91667rem;
  margin-top: -4px;
  margin-top: -0.33333rem;
  margin-right: 2px;
  margin-right: 0.16667rem;
  vertical-align: middle;
  border-radius: 2px; }

.bx-filter-select-container .offer_prop__icon {
  border: 1px solid #e0e0e0;
  padding: 0; }

.bx-filter-select-container .bx-filter-btn-color-icon {
  float: left;
  width: 18px;
  width: 1.5rem;
  height: 18px;
  height: 1.5rem;
  top: 0 !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;
  font-size: 1.16667rem;
  line-height: 15px;
  line-height: 1.25rem;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.83333rem;
  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-top: -0.58333rem;
  margin-left: 10px;
  margin-left: 0.83333rem;
  padding: 0 10px;
  padding: 0 0.83333rem;
  background: #fff;
  border: 2px solid #dc1616;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #3F3F3F;
  display: none;
  float: left;
  height: 26px;
  height: 2.16667rem;
  left: 102%;
  line-height: 26px;
  line-height: 2.16667rem;
  position: absolute;
  white-space: nowrap;
  z-index: 930; }
  .bx-filter .bx-filter-popup-result:before {
    border-right: 20px solid #dc1616;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: '';
    display: block;
    left: -21px;
    left: -1.75rem;
    position: absolute;
    top: -2px;
    top: -0.16667rem; }
  .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;
    left: -1.58333rem;
    top: 0; }

.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;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1.16667rem;
    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;
    padding: 0.83333rem;
    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;
  margin-bottom: 0.75rem; }

.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: #dc1616; }

.bx-filter .bx-filter-scroll {
  max-height: 198px;
  max-height: 16.5rem;
  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;
  margin-bottom: 1.5rem; }
  .filterin__prop {
    margin-right: 9px;
    margin-right: 0.75rem; }
  .filterin__name {
    font-weight: bold;
    margin-right: 9px;
    margin-right: 0.75rem; }
  .filterin__val {
    cursor: pointer;
    margin-right: 8px;
    margin-right: 0.66667rem;
    white-space: nowrap; }
    .filterin__val:hover {
      text-decoration: underline; }
    .filterin__val:last-child {
      margin-right: 0; }
  .filterin__hint {
    margin-left: .5em;
    border-radius: 3.6px;
    width: 13.5px;
    width: 1.125rem; }
    .filterin__hint.del {
      background: #dc1616; }
    .filterin__hint.reset {
      background: #43b0ec; }
    .filterin__hint > .icon-close {
      font-size: 10px;
      font-size: 0.83333rem; }

@media (min-width: 992px) {
  .bx-filter-submit {
    margin: 0 auto 9px;
    margin: 0 auto 0.75rem;
    width: 80%; } }

@media (min-width: 992px) {
  .bx-filter-submit {
    margin: 0 auto 9px;
    margin: 0 auto 0.75rem;
    width: 80%; } }

.props_group {
  margin-bottom: 9px;
  margin-bottom: 0.75rem; }
  .props_group__name {
    color: #dc1616;
    font-size: 15px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 9px 18px;
    padding: 0.75rem 1.5rem; }
  .props_group__props {
    width: 100%; }
    .props_group__props > tbody > tr > th,
    .props_group__props > tbody > tr > td {
      padding: 9px 18px;
      padding: 0.75rem 1.5rem;
      text-align: left;
      width: 50%; }
    .props_group__props > tbody > tr:nth-child(odd) {
      background: #e0e0e0; }
  @media (min-width: 992px) {
    .props_group {
      max-width: 580px;
      max-width: 48.33333rem; } }

.reviews-bar .form-panel .btn, .reviews-bar .form-panel .bx-catalog-subscribe-button {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.83333rem; }

#form_reviews {
  display: none; }

.reviews__item {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.reviews__user {
  background-color: #ededed;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  padding: 9px 18px;
  padding: 0.75rem 1.5rem; }

.reviews__image-avatar {
  display: block;
  float: left;
  margin-right: 9px;
  margin-right: 0.75rem; }
  .reviews__image-avatar .icon-user {
    height: 20px;
    height: 1.66667rem;
    width: 20px;
    width: 1.66667rem; }

.reviews__user-name {
  color: #555555;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
  margin-right: 0.83333rem; }

.reviews__detail {
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  padding: 0 9px;
  padding: 0 0.75rem; }
  .reviews__detail-name {
    font-weight: bold; }

.reviews__rate {
  vertical-align: middle; }

.reviews__date {
  vertical-align: middle; }

.reviews .btn, .reviews .bx-catalog-subscribe-button {
  margin-bottom: 10px;
  margin-bottom: 0.83333rem;
  width: 100%; }

.brand {
  color: #666666; }
  .brand__logo {
    display: inline-block;
    min-width: 100px;
    min-width: 8.33333rem;
    width: 150px;
    width: 12.5rem; }
  .brand__text {
    font-size: 15px;
    font-size: 1.25rem;
    padding: 9px 0;
    padding: 0.75rem 0; }
  .brand > .media-left {
    display: block;
    padding-right: 0; }

@media (min-width: 768px) {
  .brand > .media-left {
    display: table-cell;
    padding-right: 18px;
    padding-right: 1.5rem; } }

.news-detail {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .news-detail__picture {
    float: right;
    margin: 0 0 18px 18px;
    margin: 0 0 1.5rem 1.5rem;
    max-width: 600px;
    max-width: 50rem; }
  .news-detail__back {
    text-decoration: none; }
  .news-detail__back:hover {
    text-decoration: none; }

.news-item {
  margin-bottom: 27px;
  margin-bottom: 2.25rem; }
  .news-item__image {
    text-align: center; }
  .news-item__name {
    font-weight: bold;
    margin-bottom: 4.5px;
    margin-bottom: 0.375rem; }
  .news-item__preview {
    text-align: justify; }
  .news-item__detail {
    float: right;
    text-decoration: none; }
    .news-item__detail:hover {
      text-decoration: none; }

.newsmain {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .newsmain .owl-stage {
    right: 16px;
    right: 1.33333rem; }
  .newsmain__pic {
    display: block;
    margin: 0 9px 9px 0;
    margin: 0 0.75rem 0.75rem 0; }
  .newsmain__body {
    overflow: hidden; }
  .newsmain__parent {
    color: #dc1616;
    float: left;
    text-transform: uppercase;
    text-decoration: none; }
  .newsmain__name {
    clear: left;
    color: #000;
    display: block;
    text-decoration: none; }
    .newsmain__name:after {
      top: 36px;
      top: 3rem; }
  .newsmain__preview {
    clear: both; }

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

.sale-personal-section-index-block {
  background: #dc1616;
  background-size: cover;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 87%;
  justify-content: space-around;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  opacity: .8;
  padding: 27px 18px;
  padding: 2.25rem 1.5rem;
  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;
  font-size: 1.25rem;
  margin: 0; }

@media (max-width: 992px) {
  .sale-personal-section-index-block {
    height: auto;
    margin: 8px 0;
    margin: 0.66667rem 0; } }

.sale-personal-section-row-flex {
  display: flex;
  flex-flow: row wrap; }

.panel, .order-section {
  border: 1px solid #e0e0e0;
  border-radius: 0.75em;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  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-size: 1.25rem;
    font-weight: bold;
    overflow: hidden;
    padding: 9px 18px;
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .panel__name {
    display: inline-block;
    font-size: 15px;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0; }
  .panel__body, .order-section .bx-soa-section-content {
    margin: 0 18px 0;
    margin: 0 1.5rem 0;
    padding-top: 18px;
    padding-top: 1.5rem; }
    .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;
    margin-bottom: 1.5rem; }
    .panel__col .list-inline {
      margin-bottom: 0; }
  .panel__icon {
    fill: #e0e0e0;
    margin-right: .5em; }
    .panel__icon.icon-user {
      height: 22px;
      height: 1.83333rem;
      margin-bottom: -2px;
      margin-bottom: -0.16667rem;
      margin-top: -2px;
      margin-top: -0.16667rem;
      width: 22px;
      width: 1.83333rem; }
    .panel__icon.icon-box {
      height: 22px;
      height: 1.83333rem;
      margin-bottom: -2px;
      margin-bottom: -0.16667rem;
      margin-top: -2px;
      margin-top: -0.16667rem;
      width: 23px;
      width: 1.91667rem; }
    .panel__icon.icon-cart {
      height: 22px;
      height: 1.83333rem;
      margin-bottom: -2px;
      margin-bottom: -0.16667rem;
      margin-top: -2px;
      margin-top: -0.16667rem;
      width: 26px;
      width: 2.16667rem; }
  .panel__more {
    color: #dc1616;
    float: right;
    font-size: 13px;
    font-size: 1.08333rem;
    font-weight: bold;
    text-decoration: none; }
  .panel__sub {
    padding: 9px 0 7.2px;
    padding: 0.75rem 0 0.6rem;
    text-transform: uppercase; }
  .panel__subtitle {
    color: #999999;
    float: left;
    font-size: 10px;
    font-size: 0.83333rem;
    margin: 0 4.5px 0 0;
    margin: 0 0.375rem 0 0; }
  .panel__subborder {
    background: #e0e0e0;
    display: block;
    height: 1px;
    margin: 8.5px 0;
    margin: 0.70833rem 0;
    overflow: hidden; }
  .panel__footer {
    margin: 9px 18px;
    margin: 0.75rem 1.5rem;
    padding-top: 9px;
    padding-top: 0.75rem;
    border-top: 1px solid #e0e0e0; }
    .panel__footer a {
      color: #000;
      font-size: 11px;
      font-size: 0.91667rem;
      font-weight: bold;
      line-height: 18px;
      line-height: 1.5rem;
      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 .profile_block_head .icon {
  line-height: 40px;
  line-height: 3.33333rem;
  margin: -2px 7px 0 0;
  margin: -0.16667rem 0.58333rem 0 0; }

.profile_block .title-razdel {
  float: left;
  font-size: 15px;
  font-size: 1.25rem;
  margin-left: 7px;
  margin-left: 0.58333rem; }

.profile_block td {
  color: #444;
  padding-bottom: 16px;
  padding-bottom: 1.33333rem; }

.profile_block img {
  max-height: 100px;
  max-height: 8.33333rem;
  max-width: 80px;
  max-width: 6.66667rem; }

.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;
  margin-bottom: 1.5rem;
  padding-bottom: 18px;
  padding-bottom: 1.5rem;
  position: relative; }
  .table_item__td:first-line {
    line-height: 36px;
    line-height: 3rem; }
  .table_item__pic {
    box-sizing: border-box;
    float: left;
    padding: 0 9px 9px 0;
    padding: 0 0.75rem 0.75rem 0;
    text-align: center;
    width: 25%; }
  .table_item__img {
    max-height: 90px;
    max-height: 7.5rem; }
  .table_item__head {
    margin-bottom: 9px;
    margin-bottom: 0.75rem;
    text-align: left; }
  .table_item__name {
    margin: 0; }
  .table_item__offer_props {
    margin-bottom: 9px;
    margin-bottom: 0.75rem; }
  .table_item .table_item__price {
    float: left; }
  .table_item .table_item__sum {
    clear: right;
    float: right; }
  .table_item__quantity {
    float: right;
    margin-bottom: 9px;
    margin-bottom: 0.75rem; }
  .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: #43b0ec; }
  .table_item .dl-list {
    overflow: hidden; }

@media (min-width: 768px) {
  .table_item__name {
    font-size: 15px;
    font-size: 1.25rem; }
  .table_item__pic {
    padding: 0 18px 18px 0;
    padding: 0 1.5rem 1.5rem 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;
    padding: 2.25rem 0.375rem;
    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;
      margin: 0 0 0.75rem 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;
  margin-bottom: 0.75rem; }

.personal-subscribe .personal-subscribe__utility .btn, .personal-subscribe .personal-subscribe__utility .bx-catalog-subscribe-button {
  margin: 9px 0;
  margin: 0.75rem 0; }

.personal-subscribe .personal-subscribe__note {
  color: #666666; }

.personal-subscribe .personal-subscribe__save-icon {
  background-position: 0 -1787px;
  height: 16px;
  height: 1.33333rem;
  width: 24px;
  width: 2rem; }

.personal-subscribe .personal-subscribe__email {
  display: inline-block;
  width: auto;
  min-width: 220px;
  min-width: 18.33333rem; }

.personal-subscribe .radio-inline,
.personal-subscribe .checkbox-inline {
  padding: 9px 18px 9px 21.6px;
  padding: 0.75rem 1.5rem 0.75rem 1.8rem; }

.authform .authform__title {
  font-size: 16px;
  font-size: 1.33333rem;
  line-height: 18px;
  line-height: 1.5rem; }

.authform .authform__nonsecure-note,
.authform .authform__btn,
.authform .authform__title {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.authform .authform__captcha-input {
  float: left;
  max-width: 138.5px;
  max-width: 11.54167rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.authform .authform__restore-link:hover {
  color: #dc1616;
  text-decoration: underline; }

.authform input {
  max-width: 275px;
  max-width: 22.91667rem; }

.authform .authform__btn {
  width: 100%;
  max-width: 260px;
  max-width: 21.66667rem; }

.authform.is-popup .authform__btns > div {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: -4px;
  margin-left: -0.33333rem; }

.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) .bx-catalog-subscribe-button {
  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;
  padding: 0.75rem 0; }

.sale-personal-section-index-block {
  background: #dc1616;
  background-size: cover;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 87%;
  justify-content: space-around;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  opacity: .8;
  padding: 27px 18px;
  padding: 2.25rem 1.5rem;
  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;
  font-size: 1.25rem;
  margin: 0; }

@media (max-width: 992px) {
  .sale-personal-section-index-block {
    height: auto;
    margin: 8px 0;
    margin: 0.66667rem 0; } }

.sale-personal-section-row-flex {
  display: flex;
  flex-flow: row wrap; }

.sale-personal-account-wallet-container {
  max-width: 430px;
  max-width: 35.83333rem;
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.sale-personal-account-wallet-title {
  background-color: #dc1616;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1rem;
  padding: 9px 18px;
  padding: 0.75rem 1.5rem;
  border-radius: 3px 3px 0 0; }

.sale-personal-account-wallet-list-container {
  background-color: #f90e12;
  color: #fff;
  border-radius: 0 0 3px 3px; }

.sale-personal-account-wallet-list-item {
  position: relative;
  padding: 9px 18px;
  padding: 0.75rem 1.5rem;
  font-size: 15px;
  font-size: 1.25rem;
  overflow: hidden;
  border-bottom: 1px solid #dc1616; }

.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;
  font-size: 1.25rem;
  vertical-align: middle; }

.sale-personal-account-wallet-currency-item {
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff; }

.sale-personal-account-wallet-currency-item + .sale-personal-account-wallet-currency-item {
  font-size: 11px;
  font-size: 0.91667rem;
  font-weight: bold; }

.sale-personal-account-wallet-sum {
  display: inline-block;
  float: right;
  white-space: nowrap;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.58333rem;
  vertical-align: middle; }

.sale-acountpay-block {
  margin-bottom: 10px;
  margin-bottom: 0.83333rem; }

.sale-acountpay-title {
  font-size: 14px;
  font-size: 1.16667rem; }

.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;
  height: 3.33333rem;
  line-height: 40px;
  line-height: 3.33333rem;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  font-size: 1.08333rem;
  min-width: 55px;
  min-width: 4.58333rem;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-bottom: 0.41667rem;
  padding: 0 9px;
  padding: 0 0.75rem;
  transition: background 300ms ease; }

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
  background: #d1e6f0; }

.bx-sap .control-label.input-lg, .bx-sap .input-group-lg > .control-label.form-control,
.bx-sap .input-group-lg > .control-label.input-group-addon,
.bx-sap .input-group-lg > .input-group-btn > .control-label.btn, .bx-sap .input-group-lg > .input-group-btn > .control-label.bx-catalog-subscribe-button {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 29px;
  line-height: 2.41667rem;
  vertical-align: middle; }

/*pay*/
.sale-acountpay-pp-company {
  padding-bottom: 20px;
  padding-bottom: 1.66667rem;
  z-index: 100;
  position: relative; }

.sale-acountpay-pp .sale-acountpay-pp-company {
  padding: 7px;
  padding: 0.58333rem;
  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;
  top: 0.58333rem;
  left: 7px;
  left: 0.58333rem;
  margin: 0;
  padding: 0;
  z-index: 100; }

.sale-acountpay-pp-company-image {
  position: absolute;
  top: 5px;
  top: 0.41667rem;
  right: 5px;
  right: 0.41667rem;
  bottom: 5px;
  bottom: 0.41667rem;
  left: 5px;
  left: 0.41667rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.sale-acountpay-pp-company-smalltitle {
  padding-top: 9px;
  padding-top: 0.75rem;
  color: #a3a3a3;
  font-size: 11px;
  font-size: 0.91667rem;
  text-align: center;
  padding-bottom: 5px;
  padding-bottom: 0.41667rem; }

.sale-acountpay-pp-company-title {
  font-size: 19px;
  font-size: 1.58333rem;
  font-weight: bold; }

.sale-acountpay-pp-company-selected {
  padding: 4px 0;
  padding: 0.33333rem 0; }

ul.sale-acountpay-pp-list {
  margin: 10px 0;
  margin: 0.83333rem 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.08333rem;
  color: #000; }

ul.sale-acountpay-pp-list li {
  clear: both;
  padding: 5px 0;
  padding: 0.41667rem 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;
  font-size: 1.16667rem;
  line-height: 14px;
  line-height: 1.16667rem;
  color: #fff;
  padding: 2px 4px;
  padding: 0.16667rem 0.33333rem;
  right: -2px;
  right: -0.16667rem;
  bottom: -2px;
  bottom: -0.16667rem;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.5); }

.sale-acountpay-pp-field .form-control {
  background: #fff; }

.sale-acountpay-pp-price {
  text-align: right;
  padding: 4px 0;
  padding: 0.33333rem 0; }

.sale-acountpay-service-small {
  color: #a3a3a3;
  font-size: 11px;
  font-size: 0.91667rem; }

@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;
    max-width: 25rem; }
  .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-left: -2.66667rem;
  margin-top: -32px;
  margin-top: -2.66667rem;
  width: 64px;
  width: 5.33333rem;
  height: 64px;
  height: 5.33333rem; }

.sale-acountpay-input {
  text-align: right; }

.btn.sale-account-pay-button, .sale-account-pay-button.bx-catalog-subscribe-button {
  padding: 0 28px;
  padding: 0 2.33333rem;
  height: 38px;
  height: 3.16667rem;
  border: 0;
  border-radius: 2px;
  background: #70bb18;
  font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: bold 1.08333rem/3.16667rem "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff; }

.btn.sale-account-pay-button:hover, .sale-account-pay-button.bx-catalog-subscribe-button: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;
  min-width: 10rem; }

.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;
  margin: 0 0.41667rem;
  height: 22.5px;
  height: 1.875rem;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle; }

.sale-profile-detail-link-list {
  margin-bottom: 20px;
  margin-bottom: 1.66667rem; }

.req {
  color: red; }

.sale-personal-profile-detail-input-file {
  display: none !important; }

.sale-personal-profile-detail-load-file-info {
  margin-left: 5px;
  margin-left: 0.41667rem;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: normal;
  cursor: pointer; }

.sale-personal-profile-hide {
  display: none; }

.sale-personal-profile-detail-form-file {
  padding-top: 15px;
  padding-top: 1.25rem; }

.sale-personal-profile-detail-form-label.vertical-align-top {
  vertical-align: top; }

.empty-cart {
  text-align: center; }
  .empty-cart .empty-cart__image {
    width: 131px;
    width: 10.91667rem;
    height: 116px;
    height: 9.66667rem;
    margin: 50px auto 42px;
    margin: 4.16667rem auto 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .empty-cart .empty-cart__text {
    font-size: 29px;
    font-size: 2.41667rem;
    margin-bottom: 36px;
    margin-bottom: 3rem;
    margin-top: 36px;
    margin-top: 3rem;
    color: #b3b3b3; }
  .empty-cart .empty-cart__descr {
    font-size: 16px;
    font-size: 1.33333rem;
    margin-bottom: 72px;
    margin-bottom: 6rem;
    margin-top: 72px;
    margin-top: 6rem; }

.order-section .order-section__edit {
  text-align: right; }

.order-section .bx-soa-editstep {
  font-size: 12px;
  font-size: 1rem;
  font-weight: normal; }

.order-section.bx-selected .order-section__edit {
  display: none; }

.order-section .bx-soa-section-content {
  padding-bottom: 18px;
  padding-bottom: 1.5rem; }

.order-section .soa-property-container .btn, .order-section .soa-property-container .bx-catalog-subscribe-button {
  margin: auto !important; }

.order-section .soa-property-container .soa-property-container .input-group-addon {
  background: #fff; }

.order-section .bx-soa-custom-label {
  font-weight: bold;
  margin: 9px 0;
  margin: 0.75rem 0; }

.order-section .order-section__icon {
  display: none;
  width: 30px;
  width: 2.5rem;
  height: 30px;
  height: 2.5rem;
  fill: #dc1616;
  padding-right: 18px;
  padding-right: 1.5rem; }

.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-bottom: 0.75rem;
  padding-top: 9px;
  padding-top: 0.75rem;
  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;
  height: 5.83333rem;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.order-section .bx-soa-pp-company-logo {
  max-width: 150px;
  max-width: 12.5rem; }

.order-section input[type=checkbox].bx-soa-pp-company-checkbox {
  position: absolute;
  top: 7px;
  top: 0.58333rem;
  left: 7px;
  left: 0.58333rem;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: none; }

.order-section .bx-soa-pp-company-graf-container .checkbox__icon {
  margin: 0;
  position: absolute;
  left: 7px;
  left: 0.58333rem;
  top: 7px;
  top: 0.58333rem; }

.order-section .bx-soa-pp-delivery-cost {
  font-size: 16px;
  font-size: 1.33333rem;
  line-height: 18px;
  line-height: 1.5rem;
  text-align: center; }

.order-section .bx-soa-pp-company-smalltitle {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: 1.16667rem;
  padding: 9px;
  padding: 0.75rem;
  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-bottom: 0.375rem;
  margin-top: 4.5px;
  margin-top: 0.375rem; }

.order-section .bx-soa-pp-company-selected img {
  vertical-align: middle;
  border: 0; }

.order-section .bx-soa-pp-company-selected strong {
  margin-left: 18px;
  margin-left: 1.5rem;
  vertical-align: middle; }

.order-section .bx-soa-pp-price {
  margin-bottom: 4.5px;
  margin-bottom: 0.375rem;
  margin-top: 4.5px;
  margin-top: 0.375rem;
  text-align: right; }

.order-section .bx-soa-pp-desc-container {
  margin-left: -9px;
  margin-left: -0.75rem; }

.order-section .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  margin-top: 9px;
  margin-top: 0.75rem;
  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;
  margin: 0.75rem auto; }

.order-section ul.bx-soa-pp-list {
  padding: 0;
  font-size: 13px;
  font-size: 1.08333rem;
  list-style: none;
  margin: 18px 0;
  margin: 1.5rem 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;
  margin-top: 3rem;
  padding-bottom: 18px;
  padding-bottom: 1.5rem;
  padding-top: 18px;
  padding-top: 1.5rem; }

.order-section .bx-soa-coupon-label {
  font-weight: bold;
  margin-bottom: 4.5px;
  margin-bottom: 0.375rem; }

.order-section .bx-soa-coupon-input {
  position: relative;
  margin-bottom: 4.5px;
  margin-bottom: 0.375rem;
  max-width: 260px;
  max-width: 21.66667rem; }

.order-section .bx-soa-coupon-input:after {
  content: " ";
  display: block;
  width: 8px;
  width: 0.66667rem;
  height: 8px;
  height: 0.66667rem;
  background-color: transparent;
  border-right: 2px solid #8da3ad;
  border-bottom: 2px solid #8da3ad;
  position: absolute;
  right: 10px;
  right: 0.83333rem;
  top: 50%;
  margin-top: -4px;
  margin-top: -0.33333rem;
  transform: rotate(-45deg);
  cursor: pointer; }

.order-section .bx-soa-coupon-item {
  display: block;
  max-width: 260px;
  max-width: 21.66667rem; }

.order-section .bx-soa-coupon-item > strong {
  display: block;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  margin-top: 9px;
  margin-top: 0.75rem;
  padding-bottom: 9px;
  padding-bottom: 0.75rem;
  padding-top: 9px;
  padding-top: 0.75rem;
  position: relative;
  font-weight: normal; }

.order-section .bx-soa-coupon-remove {
  position: absolute;
  right: -30px;
  right: -2.5rem;
  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;
  padding: 1.5rem 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;
  padding: 1.5rem 0;
  transition: all .2s ease;
  vertical-align: top; }
  .order-section .bx-soa-item-td .bx-price.all {
    line-height: 1; }

.order-section .bx-scu-container {
  position: relative;
  overflow: hidden; }

.order-section .bx-scu-container .bx-soa-item-td-title,
.order-section .bx-scu-container .bx-soa-item-td-text {
  float: left;
  padding-right: 5px;
  padding-right: 0.41667rem;
  vertical-align: middle; }

.order-section .bx-scu-container .bx-soa-item-td-title {
  clear: both; }

.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;
  padding-right: 1.5rem;
  width: 50px;
  width: 4.16667rem; }

.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;
  padding: 0.75rem 0;
  position: relative; }

.order-section .bx-soa-tooltip-danger {
  color: #a94442; }

.order-section .bx-soa-reference {
  color: #b3b3b3;
  padding-bottom: 27px;
  padding-bottom: 2.25rem; }

.order-section .bx-soa-pickup-list .bx-soa-pickup-list-item {
  border-top: 1px solid #b3b3b3;
  padding: 18px 36px;
  padding: 1.5rem 3rem;
  position: relative; }

.order-section .bx-soa-pickup-l-item-adress {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.41667rem;
  padding-left: 18px;
  padding-left: 1.5rem;
  position: relative; }

.order-section .bx-soa-pickup-l-item-detail {
  display: block;
  min-height: 80px;
  min-height: 6.66667rem;
  padding-left: 108px;
  padding-left: 9rem;
  padding-top: 18px;
  padding-top: 1.5rem;
  position: relative; }

.order-section .bx-soa-pickup-l-item-img {
  position: absolute;
  top: 23px;
  top: 1.91667rem;
  left: 0;
  max-width: 90px;
  max-width: 7.5rem;
  max-height: 90px;
  max-height: 7.5rem;
  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-left: 9rem;
  padding-top: 18px;
  padding-top: 1.5rem;
  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-bottom: 0.75rem;
    padding-top: 9px;
    padding-top: 0.75rem;
    width: auto; }
  .order-section .bx-soa-pp-company-smalltitle {
    display: inline-block;
    padding: 18px;
    padding: 1.5rem;
    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;
    width: 9.83333rem; } }

@media (min-width: 768px) {
  .order-section .bx-soa-editstep {
    line-height: 30px;
    line-height: 2.5rem; }
  .order-section .bx-soa-section-content {
    margin-left: 72px;
    margin-left: 6rem; }
  .order-section .bx-soa-item-img-block {
    width: 85px;
    width: 7.08333rem; } }

.input-group-addon .bx-calendar {
  background: url(/local/templates/os_default/assets/css/../img/calendar.svg) no-repeat center;
  display: inline-block;
  width: 16px;
  width: 1.33333rem;
  background-size: 16px auto;
  height: 16px;
  height: 1.33333rem; }

.order-sidebar {
  position: relative; }
  .order-sidebar * {
    box-sizing: border-box; }
  @media (min-width: 768px) {
    .order-sidebar .bx-soa-cart-total.bx-soa-cart-total-fixed {
      position: fixed;
      top: 10px;
      top: 0.83333rem; } }
  .order-sidebar .bx-soa-cart-total-line {
    border-top: 1px solid #b3b3b3;
    line-height: 27px;
    line-height: 2.25rem;
    overflow: hidden;
    padding: 6px 0;
    padding: 0.5rem 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;
    padding: 0.75rem 0;
    text-align: right; }
  .order-sidebar .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 28px;
    font-size: 2.33333rem;
    line-height: auto; }
  @media (min-width: 768px) {
    .order-sidebar .bx-soa-cart-total-button-container {
      display: none; } }
  @media (max-width: 991px) {
    .order-sidebar .bx-soa-cart-total-ghost {
      padding-top: 0 !important; } }

.order_item .sale-order-list-inner-row {
  padding: 9px 0 7.2px;
  padding: 0.75rem 0 0.6rem; }

.sale-order-history-link {
  display: inline-block;
  font-size: 15px;
  font-size: 1.25rem;
  color: #4a90e2;
  padding: 0 34px 0 0;
  padding: 0 2.83333rem 0 0; }

.sale-order-title {
  margin-top: 40px;
  margin-top: 3.33333rem;
  font-size: 19px;
  font-size: 1.58333rem;
  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;
  margin-top: 1.5rem;
  display: inline-block; }

.sale-order-list-status-alert,
.sale-order-list-status-success {
  display: inline-block;
  padding: 4px 10px 5px 8px;
  padding: 0.33333rem 0.83333rem 0.41667rem 0.66667rem;
  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;
  padding: 0.33333rem 0 0 0;
  font-size: 13px;
  font-size: 1.08333rem; }

.sale-order-list-change-payment {
  margin: 6px 0 0 0;
  margin: 0.5rem 0 0 0;
  font-size: 13px;
  font-size: 1.08333rem; }

.sale-order-list-button {
  font-size: 13px;
  font-size: 1.08333rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 9px 0 0 0;
  margin: 0.75rem 0 0 0;
  max-width: none;
  float: none; }

.sale-order-list-shipment {
  font-size: 13px;
  font-size: 1.08333rem;
  list-style: none; }

.sale-order-list-shipment-item {
  padding: 6px 0 0 0;
  padding: 0.5rem 0 0 0; }

.sale-order-list-shipment-list-item-link {
  padding: 16px 0 0 0;
  padding: 1.33333rem 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;
  width: 0.91667rem;
  height: 13px;
  height: 1.08333rem;
  background: url("/local/templates/os_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;
  margin: 1.5rem 1.25rem 1.75rem 1.25rem;
  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;
  padding: 0 0.66667rem 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;
  padding: 1.08333rem 1.25rem 1.25rem 1.25rem; }

.sale-order-list-shipment-status {
  margin: 2px 0 0 0;
  margin: 0.16667rem 0 0 0; }

.sale-order-list-shipment-status-item {
  display: inline-block;
  margin: 6px 0 5px 0;
  margin: 0.5rem 0 0.41667rem 0;
  vertical-align: middle; }

.sale-order-list-shipment-status-block {
  display: inline-block;
  padding: 5px;
  padding: 0.41667rem;
  border: 1px solid rgba(128, 134, 142, 0.2);
  border-radius: 2px;
  background: #f3f4f5;
  font-size: 13px;
  font-size: 1.08333rem;
  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;
    max-width: 9.58333rem; } }

/* sale personal order component */
.sale-order-detail-back-to-list-link-up {
  display: inline-block;
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.sale-order-detail-back-to-list-link-down {
  display: inline-block;
  margin-top: 18px;
  margin-top: 1.5rem; }

.sale-order-detail-title-element {
  margin: 0;
  font-size: 29px;
  font-size: 2.41667rem;
  color: #262626; }

.sale-order-detail-about-order,
.sale-order-detail-payment-options {
  margin-top: 20px;
  margin-top: 1.66667rem; }

.sale-order-detail-about-order-inner-container {
  padding: 17px 16px 22px 19px;
  padding: 1.41667rem 1.33333rem 1.83333rem 1.58333rem;
  border: 1px solid #efecec; }

.sale-order-detail-about-order-inner-container-name {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.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;
  padding: 0.41667rem 0 0 0;
  font-size: 15px;
  font-size: 1.25rem;
  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-size: 1.08333rem;
  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;
  padding: 0.58333rem 0 0 0;
  font-size: 13px;
  font-size: 1.08333rem;
  color: #9b9b9b;
  text-align: center;
  text-decoration: underline; }

.sale-order-detail-about-order-inner-container-details-title {
  padding: 7px 0 10px 0;
  padding: 0.58333rem 0 0.83333rem 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;
  padding: 1.25rem 0 0 0; }

.sale-order-detail-about-order-inner-container-list-item-element {
  font-size: 13px;
  font-size: 1.08333rem;
  font-weight: bold;
  color: #303030; }

.sale-order-detail-about-order-inner-container-list-item-link {
  display: block;
  padding: 3px 0 0 0;
  padding: 0.25rem 0 0 0;
  font-size: 13px;
  font-size: 1.08333rem;
  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;
  padding: 1.66667rem 0 2.16667rem 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;
  height: 4.5rem;
  background: url("/local/templates/os_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;
  padding: 0.66667rem 0 0 0.5rem !important; }

.sale-order-detail-payment-options-info-order-number,
.sale-order-detail-payment-options-info-total-price {
  height: 21px;
  height: 1.75rem;
  line-height: 21px;
  line-height: 1.75rem;
  font-size: 15px;
  font-size: 1.25rem;
  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-size: 1.25rem;
  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;
  height: 4.25rem;
  margin: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.sale-order-detail-payment-options-methods-info {
  padding-left: 5px !important;
  padding-left: 0.41667rem !important; }

.sale-order-detail-payment-options-methods-info-title,
.sale-order-detail-payment-options-methods-shipment-list-item-title {
  font-size: 13px;
  font-size: 1.08333rem;
  font-weight: bold;
  color: #000; }

.sale-order-detail-payment-options-shipment-button-element {
  font-size: 13px;
  font-size: 1.08333rem;
  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;
  padding: 0.33333rem 0.83333rem 0.41667rem 0.66667rem;
  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;
  padding: 0.33333rem 0 0 0;
  font-size: 13px;
  font-size: 1.08333rem; }

div.sale-order-detail-payment-options-methods-button-container {
  padding: 0 15px 0 0;
  padding: 0 1.25rem 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-size: 1.08333rem;
  font-weight: bold; }

.sale-order-detail-payment-options-methods-template {
  /*display: none;*/ }

div.sale-order-detail-payment-options-methods-template {
  position: absolute;
  left: 1000px;
  left: 83.33333rem;
  padding: 24px 38px 24px 38px;
  padding: 2rem 3.16667rem 2rem 3.16667rem;
  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;
  left: 83.33333rem;
  opacity: 0; }

.sale-order-detail-active-event .sale-order-detail-payment-options-methods-template.sale-paysystem-close {
  position: absolute;
  left: 1000px;
  left: 83.33333rem; }

.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;
  padding-left: 0.41667rem !important;
  font-size: 13px;
  font-size: 1.08333rem;
  list-style: none; }

.sale-order-detail-payment-options-methods-shipment-list-item {
  padding: 6px 0 0 0;
  padding: 0.5rem 0 0 0; }

.sale-order-detail-shipment-id {
  font-weight: 700; }

.sale-order-detail-shipment-id-icon {
  display: inline-block;
  width: 11px;
  width: 0.91667rem;
  height: 13px;
  height: 1.08333rem;
  background: url("/local/templates/os_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;
  padding: 3.66667rem 0 0.66667rem 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2f3435; }

.sale-order-detail-payment-options-shipment-composition-map-container-map {
  width: 100%;
  min-height: 251px;
  min-height: 20.91667rem; }

.sale-order-detail-payment-options-shipment-map-address {
  margin: 19px 0 39px 0;
  margin: 1.58333rem 0 3.25rem 0; }

.sale-order-detail-payment-options-shipment-map-address-title {
  color: #2f3435;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: bold; }

.sale-order-detail-payment-options-shipment-map-address-element {
  font-size: 15px;
  font-size: 1.25rem; }

.sale-order-detail-payment-options-shipment-composition-item-container {
  padding: 17px 20px 14px 17px;
  padding: 1.41667rem 1.66667rem 1.16667rem 1.41667rem;
  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;
  padding: 0.91667rem 0 1.08333rem !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;
  line-height: 4.58333rem !important; }

.sale-order-detail-payment-options-shipment-composition-item-product-name {
  padding: 0 0 0 18px !important;
  padding: 0 0 0 1.5rem !important; }

.sale-order-detail-payment-options-shipment-composition-item-title {
  padding: 0 0 12px 0 !important;
  padding: 0 0 1rem 0 !important; }

.sale-order-detail-payment-options-order-content-item {
  display: table;
  width: 100%;
  padding: 19px 0 12px 0;
  padding: 1.58333rem 0 1rem 0; }

.sale-order-detail-total-payment {
  padding: 18px 0;
  padding: 1.5rem 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;
  font-size: 1.25rem;
  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;
  height: 1.66667rem;
  line-height: 20px;
  line-height: 1.66667rem;
  font-size: 15px;
  font-size: 1.25rem;
  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;
  font-size: 1.08333rem;
  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-size: 1.08333rem;
  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-size: 1.25rem;
  font-weight: bold;
  margin: 0; }

.sale-order-detail-payment-options-shipment-composition-title-element {
  font-size: 15px;
  font-size: 1.25rem;
  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;
  margin-top: 1.66667rem; }

.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;
  margin: 1.5rem 0 3rem; }

.sale-order-detail-payment-inner-row-template {
  display: none;
  cursor: pointer;
  margin-top: 20px;
  margin-top: 1.66667rem; }

/* Advanced info */
.sale-order-detail-order-item-info-container {
  position: relative;
  height: 35px;
  height: 2.91667rem; }

.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;
  margin-bottom: 0.83333rem; }

.sale-order-detail-order-item-info-block.bx-active {
  padding-top: 10px;
  padding-top: 0.83333rem;
  height: auto; }

.sale-order-detail-order-info-block {
  border: none;
  max-width: 100%; }

.sale-order-detail-order-info-line {
  line-height: 15px;
  line-height: 1.25rem; }

.sale-order-detail-order-info-title {
  color: #7c7c7c;
  font-size: 12px;
  font-size: 1rem;
  padding: 4px 0;
  padding: 0.33333rem 0;
  vertical-align: top; }

.sale-order-detail-order-info-text {
  display: inline-block;
  font-size: 12px;
  font-size: 1rem;
  padding: 4px 10px;
  padding: 0.33333rem 0.83333rem;
  vertical-align: top; }

/* Close icon */
.sale-paysystem-close {
  position: absolute;
  top: 7px;
  top: 0.58333rem;
  right: 7px;
  right: 0.58333rem;
  z-index: 1; }

.sale-paysystem-close-item {
  display: inline-block;
  width: 18px;
  width: 1.5rem;
  height: 18px;
  height: 1.5rem;
  background: url(/local/templates/os_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;
    padding: 0.66667rem 1.83333rem 0.83333rem 1.83333rem;
    margin: 15px 0 0 0;
    margin: 1.25rem 0 0 0;
    border-radius: 2px;
    background: #70bb18;
    color: #fff;
    font-size: 13px;
    font-size: 1.08333rem;
    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;
    margin: 1.25rem 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;
    padding-left: 1.25rem !important; }
  .sale-order-detail-about-order-inner-container-price {
    margin: 15px 0;
    margin: 1.25rem 0; }
  .sale-order-detail-about-order-inner-container-repeat {
    margin: 15px;
    margin: 1.25rem; }
  .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;
    font-size: 1.25rem; }
  .sale-order-detail-payment-options-info-order-number,
  .sale-order-detail-total-payment-list-right-item {
    font-size: 15px;
    font-size: 1.25rem; }
  .sale-order-detail-payment-options-info-image {
    display: none; }
  .sale-order-detail-payment-options-shipment-button-element {
    text-align: center; } }

@media (min-width: 768px) {
  .order-section *:not(.bx-soa-pp-company-logo) > .bx-soa-pp-company-graf-container {
    max-width: 35%; }
  .order-section .bx-soa-pp-company-smalltitle {
    max-width: calc(65% - 18px);
    max-width: calc(65% - 1.5rem);
    text-align: left; }
  .order-section .bx-soa-pp-company-image {
    max-width: 100%; } }

.shops .shops__list {
  border: 1px solid #b3b3b3;
  border-radius: 4.99986px;
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  padding: 18px;
  padding: 1.5rem; }

@media (min-width: 992px) {
  .shops .shops__list {
    height: 315px;
    height: 26.25rem;
    max-height: 315px;
    max-height: 26.25rem;
    overflow-y: auto; }
  .shops__map {
    height: 350px;
    height: 29.16667rem;
    width: 100%; } }

.shops-item {
  cursor: pointer;
  margin-bottom: 9px;
  margin-bottom: 0.75rem; }
  .shops-item .shops-item__name {
    font-weight: bold; }
  .shops-item:hover .shops-item__name {
    text-decoration: underline; }

.shops-panel .btn, .shops-panel .bx-catalog-subscribe-button {
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  padding: 9px 27px;
  padding: 0.75rem 2.25rem; }

/*
.share {

  .b-share{
    float: right;
    padding: 0 !important;
    vertical-align: top;


  }

  .b-share__handle{
    height: auto;
    padding: 3px $line-height-computed/4 !important;

    &:hover {

      .b-share-icon_vkontakte{
        background-position: -17px -474px;
      }

      .b-share-icon_facebook{
        background-position: -17px -461px;
      }

      .b-share-icon_twitter{
        background-position: -16px -487px;
      }
    }
  }

  .b-share-icon {
    background-image: image-url('/local/templates/os_default/assets/css/icons.png');
    float: left;
    padding: 0 !important;
  }

  .b-share-icon_vkontakte{
    background-position: 0 -474px;
    height: 10px;
    width: 9px;
  }

  .b-share-icon_facebook{
    background-position: 0 -461px;
    height: 10px;
    width: 6px;
  }

  .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;
  margin-bottom: -0.33333rem !important; }

.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-bottom: 4px !important;
  margin-bottom: 0.33333rem !important; }

.doc {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .doc__inner {
    overflow: hidden; }
  .doc__name {
    font-weight: bold;
    text-decoration: none; }
  .doc__type {
    float: left;
    margin-right: 1em;
    text-align: center;
    width: 50px;
    width: 4.16667rem; }
  .doc__icon {
    background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
    background-position: 0px -47px;
    width: 34px;
    width: 2.83333rem;
    height: 45px;
    height: 3.75rem;
    display: block; }
    .doc__icon.doc {
      background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
      background-position: -85px 0px;
      width: 43px;
      width: 3.58333rem;
      height: 45px;
      height: 3.75rem; }
    .doc__icon.excel {
      background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
      background-position: -42px 0px;
      width: 43px;
      width: 3.58333rem;
      height: 45px;
      height: 3.75rem; }
    .doc__icon.pdf {
      background-image: url(/local/templates/os_default/assets/css/../img/icons.png);
      background-position: 0px 0px;
      width: 42px;
      width: 3.5rem;
      height: 47px;
      height: 3.91667rem; }
  .doc__size {
    color: #999;
    font-size: 11px;
    font-size: 0.91667rem; }

.catalog-element-docs .item {
  float: left;
  margin-right: 20px;
  margin-right: 1.66667rem;
  margin-bottom: 15px;
  margin-bottom: 1.25rem;
  width: 293px;
  width: 24.41667rem; }

.catalog-element-docs .item_inner {
  margin-left: 52px;
  margin-left: 4.33333rem; }

.catalog-element-docs .item .doc_icon.other {
  background-position: 0 -1247px;
  height: 47px;
  height: 3.91667rem;
  width: 43px;
  width: 3.58333rem; }

.catalog-element-docs .item .doc_icon.doc {
  background-position: 0 -1147px;
  width: 43px;
  width: 3.58333rem;
  height: 45px;
  height: 3.75rem; }

.catalog-element-docs .item .doc_icon.pdf {
  background-position: 0 -1095px;
  width: 44px;
  width: 3.66667rem;
  height: 47px;
  height: 3.91667rem; }

.catalog-element-docs .item .doc_icon.excel {
  background-position: 0 -1197px;
  width: 43px;
  width: 3.58333rem;
  height: 45px;
  height: 3.75rem; }

.reviews-note-box {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .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 */
.review-user_name {
  color: #666666;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: .5em;
  vertical-align: middle; }

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*/
div.reviews-post-reply-buttons a {
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 18px;
  line-height: 1.5rem; }

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;
  width: 1.66667rem;
  height: 20px;
  height: 1.66667rem;
  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;
  margin-left: 0.25rem;
  padding: 0px;
  height: 20px;
  height: 1.66667rem; }

/*BBCode Icons*/
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;
  width: 15rem; }

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; }

/* --------------------------------------------------Special Elements---------------------------------------------- */
div.reviews-header-box {
  color: #fff;
  background: #6c6c6c;
  border-color: #7a7a7a; }

/* --------------------------------------------------Icons---------------------------------------------- */
/* Popups */
div.reviews-popup-postform {
  width: 502px;
  width: 41.83333rem;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  color: black; }

div.reviews-popup-postform table.reviews-popup {
  border: 1px solid gray;
  width: 500px;
  width: 41.66667rem;
  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("/local/templates/os_default/assets/css/images/close.gif");
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 13px;
  width: 1.08333rem;
  height: 13px;
  height: 1.08333rem;
  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;
  margin-right: 0.41667rem; }

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("/local/templates/os_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;
  padding: 0.25rem;
  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;
  font-size: 1rem; }

div.reviews-collapse {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }

.reviews-collapse .btn, .reviews-collapse .bx-catalog-subscribe-button {
  float: right; }

div.reviews-expanded {
  width: auto;
  float: right; }

div.reviews-post-entry table.forum-quote {
  background: url("/local/templates/os_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;
  padding: 0.25rem;
  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;
  margin-right: 0.16667rem; }

.reviews-actions .ilike-light .bx-ilike-right {
  padding: 0px 1px 0 11px;
  padding: 0px 1px 0 0.91667rem;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 19px;
  line-height: 1.58333rem; }

.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;
  font-size: 0.91667rem; }

/* autosave */
a.postFormAutosave {
  float: right;
  display: block;
  width: 18px;
  width: 1.5rem;
  height: 18px;
  height: 1.5rem;
  margin: 0 -4px 0 0;
  margin: 0 -0.33333rem 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;
  height: 1rem !important;
  margin: 3px 6px 0 0;
  margin: 0.25rem 0.5rem 0 0;
  padding: 0 !important;
  position: absolute !important;
  right: 5px !important;
  right: 0.41667rem !important;
  top: 5px !important;
  top: 0.41667rem !important;
  width: 12px !important;
  width: 1rem !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;
  height: 1rem !important;
  width: 12px !important;
  width: 1rem !important;
  cursor: pointer; }

.forum-notify-text {
  color: #000000 !important;
  margin: 0 !important;
  padding: 3px 20px 5px !important;
  padding: 0.25rem 1.66667rem 0.41667rem !important;
  text-align: center !important; }

.forum-notify-text a.postFormAutorestore {
  position: relative;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
  margin-right: 9px;
  margin-right: 0.75rem;
  margin-top: 5px;
  margin-top: 0.41667rem;
  z-index: 2; }

.mainbanners {
  height: 160px;
  height: 13.33333rem;
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2.66667rem; }
  .mainbanners .mainbanners__owl {
    height: 100%; }
  .mainbanners .mainbanners__owl .owl-stage-outer,
  .mainbanners .mainbanners__owl .owl-stage,
  .mainbanners .mainbanners__owl .owl-item {
    height: 100%; }
  .mainbanners .mainbanners__owl .fadeIn {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  .mainbanners .mainbanners__owl .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }
  .mainbanners .mainbanners__owl .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 10px;
    padding-top: 0.83333rem; }
  .mainbanners .mainbanners__owl .animated {
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  .mainbanners .mainbanners__additionals {
    position: relative;
    top: 50%;
    text-align: right; }
  @media (min-width: 480px) {
    .mainbanners {
      height: 220px;
      height: 18.33333rem; } }
  @media (min-width: 768px) {
    .mainbanners {
      height: 320px;
      height: 26.66667rem;
      margin-bottom: 0; }
      .mainbanners .mainbanners__owl {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: auto;
        right: 0;
        z-index: 1; }
      .mainbanners .mainbanners__owl .owl-dots {
        position: absolute;
        bottom: 15px;
        bottom: 1.25rem; } }
  @media (min-width: 992px) {
    .mainbanners {
      height: 480px;
      height: 40rem; } }

.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: 75px;
    top: 6.25rem;
    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); }
  .owl-item .additional-banners img {
    max-width: 90%;
    width: auto; }
  @media (min-width: 768px) {
    .additional-banners .additional-banners__banner {
      top: 270px;
      top: 22.5rem; } }
  @media (min-width: 992px) {
    .additional-banners .additional-banners__banner {
      top: 320px;
      top: 26.66667rem; } }

.mainbanner-progressline {
  position: absolute;
  width: 100%;
  height: 7px;
  height: 0.58333rem;
  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%; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Delivery page */
.p-delivery {
  /**& &__delivery-point:before,
  & &__delivery-time:before {
    font-family: PeIcon7Stroke;
    position: absolute;
    top: 0;
    font-size: 64px;
    color: $price-color;
  }
  & &__delivery-time:before {
    content: "\e67e";
    left: 0;
    right: 0;
  }
  & &__delivery-point:before {
    content: "\e673";
    left: 0;
  } **/ }
  .p-delivery * {
    box-sizing: border-box; }
  .p-delivery .p-delivery__guarantee {
    margin-bottom: 50px;
    margin-bottom: 4.16667rem;
    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;
    padding: 1.66667rem 0 2.5rem 1.25rem;
    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;
    margin-left: -0.33333rem;
    vertical-align: middle;
    max-width: 475px;
    max-width: 39.58333rem;
    width: 70%;
    margin-top: -15px;
    margin-top: -1.25rem; }
  .p-delivery .p-delivery__table-wrap {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
    margin-bottom: 3.33333rem; }
  .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-size: 1.5rem;
    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: #dc1616; }
  .p-delivery .p-delivery__table-wrap .table tr td,
  .p-delivery .p-delivery__table-wrap .table tr th {
    width: 150px;
    width: 12.5rem; }
  .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;
    padding-top: 6.25rem;
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .p-delivery .p-delivery__delivery-time {
    width: 40%;
    font-size: 16px;
    font-size: 1.33333rem;
    text-align: center;
    max-width: 205px;
    max-width: 17.08333rem;
    margin-right: 10%; }
  .p-delivery .p-delivery__delivery-point {
    margin: -4px;
    margin: -0.33333rem;
    width: 50%; }
  .p-delivery .p-delivery__svg-icon {
    position: absolute;
    top: 0;
    height: 40px;
    height: 3.33333rem;
    left: 0;
    width: 40px;
    width: 3.33333rem; }
  .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;
      max-width: 20.83333rem;
      text-align: center;
      margin-top: 40px;
      margin-top: 3.33333rem; }
    .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;
  margin-bottom: 3.33333rem; }
  .p-payment * {
    box-sizing: border-box; }
  .p-payment figure {
    margin: 0; }
  .p-payment .p-payment__warning {
    margin-bottom: 50px;
    margin-bottom: 4.16667rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
  .p-payment .p-payment__warning-icon {
    display: inline-block;
    padding: 20px 30px 30px 15px;
    padding: 1.66667rem 2.5rem 2.5rem 1.25rem;
    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-left: -0.33333rem;
    margin-top: -15px;
    margin-top: -1.25rem;
    vertical-align: middle;
    max-width: 475px;
    max-width: 39.58333rem;
    width: 70%; }
  .p-payment .p-payment__logos img {
    display: block;
    margin: 15px auto;
    margin: 1.25rem auto; }
  .p-payment img {
    max-width: 100%; }
  .p-payment h2 {
    margin: 15px 0;
    margin: 1.25rem 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;
      margin: 2.5rem 1.66667rem; } }

.tiles__list {
  list-style: none;
  padding: 0; }

.tile {
  display: block;
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
  .tile__pic {
    display: block;
    height: 144px;
    height: 12rem;
    overflow: hidden;
    text-align: center;
    text-decoration: none; }
    .tile__pic:hover {
      text-decoration: none; }
  .tile__head {
    font-size: 15px;
    font-size: 1.25rem;
    max-height: 45px;
    max-height: 3.75rem;
    margin: 0;
    padding-top: 11.25px;
    padding-top: 0.9375rem;
    text-align: center; }
    .tile__head:after {
      top: 33.75px;
      top: 2.8125rem; }
  .tile__name {
    color: #000;
    text-decoration: none; }
  .tile__caption {
    display: block;
    height: 78.75px;
    height: 6.5625rem;
    overflow: hidden;
    text-align: center; }
  .tile .price {
    height: 22.5px;
    height: 1.875rem; }

.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 #dc1616;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 46px;
  width: 3.83333rem;
  z-index: 50; }

.sorter .sorter-output-popup a {
  border: 1px solid #fff;
  display: block;
  font-size: 13px;
  font-size: 1.08333rem;
  min-width: 26px;
  min-width: 2.16667rem;
  padding: 3px 9px 5px 7px;
  padding: 0.25rem 0.75rem 0.41667rem 0.58333rem;
  text-decoration: none; }

.sorter .sorter-output-popup a:hover {
  color: #dc1616;
  text-decoration: none; }

.pagination, .order-section .bx-pagination-container {
  margin: 0 0 18px;
  margin: 0 0 1.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.41667rem;
  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;
        min-width: 3rem;
        padding: 6.75px 9px;
        padding: 0.5625rem 0.75rem;
        text-decoration: none; }
      .pagination > ul > li > a:hover, .order-section .bx-pagination-container > ul > li > a:hover {
        border-color: #dc1616; }
      .pagination > ul > li.active > span, .order-section .bx-pagination-container > ul > li.active > span {
        border-color: #dc1616;
        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;
          margin-left: -0.58333rem;
          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 #dc1616;
          bottom: -7px;
          bottom: -0.58333rem; }
        .pagination > ul > li.active > span:after, .order-section .bx-pagination-container > ul > li.active > span:after {
          border-top: 7px solid #fff;
          bottom: -4px;
          bottom: -0.33333rem; }
  .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: #dc1616;
    height: 14px;
    height: 1.16667rem;
    width: 15px;
    width: 1.25rem; }
  .pagination__prev:hover .pagination__icon,
  .pagination__next:hover .pagination__icon {
    fill: #d31d1a; }
  .pagination__prev:active .pagination__icon,
  .pagination__next:active .pagination__icon {
    fill: #ce1515; }

/*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;
  height: 3.33333rem;
  padding-bottom: 20px;
  padding-bottom: 1.66667rem;
  z-index: 100;
  position: relative; }

.sale-order-payment-change-pp .sale-order-payment-change-pp-company {
  padding: 7px;
  padding: 0.58333rem;
  border: 1px solid transparent;
  height: auto;
  margin-bottom: 15px;
  margin-bottom: 1.25rem;
  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: #dc1616; }

.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;
  top: 0.41667rem;
  right: 5px;
  right: 0.41667rem;
  bottom: 5px;
  bottom: 0.41667rem;
  left: 5px;
  left: 0.41667rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.sale-order-payment-change-pp-company-smalltitle {
  padding-top: 9px;
  padding-top: 0.75rem;
  color: #a3a3a3;
  font-size: 11px;
  font-size: 0.91667rem;
  text-align: center;
  padding-bottom: 5px;
  padding-bottom: 0.41667rem; }

.sale-order-payment-change-pp-field .form-control {
  background: #fff; }

.sale-order-payment-change-pp-price {
  text-align: right;
  padding: 4px 0;
  padding: 0.33333rem 0; }

.sale-order-payment-change-service-small {
  color: #a3a3a3;
  font-size: 11px;
  font-size: 0.91667rem; }

@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;
    max-width: 37.5rem; }
  .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;
  padding-bottom: 1.66667rem; }

.sale-order-payment-change-payment-title {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: bold 1.16667rem "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;
  padding: 0.33333rem 0.83333rem 0.41667rem 0.66667rem;
  border: 1px solid #eab3b9;
  border-radius: 2px;
  background: #ffe5e8;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: bold 1rem "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;
  padding: 0.33333rem 0 0 0;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: 1.08333rem "Helvetica Neue", Helvetica, Arial, sans-serif; }

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

/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.css?1689285015448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; 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:/local/templates/os_default/template_styles.css?17441161442692*/
.popup_window {
    position: fixed;
    max-width: 900px;
    width: 100%;
    height: auto;
    left: calc(50% - 900px/2 + 0.5px);
    bottom: 24px;
    z-index: 10000;
    background: #FFFFFF;
    border: 2px solid #4DC3FF;
    box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.popup_window * {
    box-sizing: border-box;
}

.popup_window__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}
  
.popup_window__text, .popup_window__link, .popup_window__description {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 0;
}
  
.popup_window__link {
    color: #4DC3FF;
}
  
.popup_window__description {
    font-weight: 400;
    color: #333333;
}
  
.popup_window__link:hover {
    color: #333333;
    text-decoration: underline;
}
  
.popup_window__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 50px;
    border: none;
    font-family: 'PT Sans Caption',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    background: #ea4646;
    color: white;
    border: none;
    padding: 11px 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #DC1616;
    border-radius: 50px;
}

.footer-row-custom {
    padding-left: .75rem;
    padding-right: .75rem;
}

.footer-row-custom a {
    margin-right: 20px;
}

@media (max-width: 900px) {
    .popup_window {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
    .popup_window__button {
        min-width: 130px;
        font-size: 14px;
    }
}
  
@media (max-width: 680px) {
    .popup_window__container {
        width: 100%;
    }
    .popup_window__text, .popup_window__link, .popup_window__description {
        font-size: 14px;
    }
    .popup_window__button {
        font-size: 14px;
    }
    .footer-row-custom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .popup_window__button {
        width: 117px;
        height: 38px;
    }
}
@media (max-width: 360px) {
    .popup_window__container {
        flex-direction: column;
    }
    .popup_window__text, .popup_window__link, .popup_window__description {
        width: 202px;
        font-size: 13px;
    }
    .popup_window__button {
        width: 113px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/templates/os_default/assets/css/slick/slick.css?17059960951895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/os_default/assets/css/custom.css?1752235878141861*/
pre{
    color: #111;
}
.l-header__top {
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
}
.container{
    padding: 0;
}
@media (max-width: 1280px) {
    .container{
        padding: 0 0.75rem;
    }
}
.l-header__infowrap{
    padding: 25px 0;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
    border-radius: 0px 0px 20px 20px;
}
@media (max-width: 1280px) {
    .l-header__infowrap{
        border-radius: 0px;
    }
    .container.l-header__infowrap{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .l-header__infowrap{
        border-radius: 0px;
    }
}
@media (max-width: 600px) {
    .l-header__infowrap{
        padding: 10px 0 20px;
    }
}
.l-header__info{
    padding: 0 40px 30px;   
    position: relative;
}
@media (max-width: 767px) {
    .l-header__info{
        padding: 0 10px 20px; 
    }
}
@media (max-width: 600px) {
    .l-header__info{
        padding: 0 10px 10px; 
    }
}
.l-header__info::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E0E0E0;
    bottom: 0;
    left: 0;
}

.menu_top a{
    padding: 10px;
}
.l-header__top .container {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
}
@media (max-width: 1280px) {
    .l-header__top .container {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .l-header__top .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.cart_top, .l-header__logo {
    float: none;
}
.l-header .cart_top, .l-header__phone {
    margin: 0;
    width: 110%;
}
.l-header__logo {
    margin: 0;
    margin-right: 3.5rem;
}
.l-header__logo_text {
    color: #111;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    white-space: nowrap;
}
@media (max-width: 1280px) {
    .l-header__logo {
        max-width: 230px;
        margin-right: 13px;
    }
}
.l-header__info {
    display: flex;
    align-items: center;
}
@media (max-width: 1280px) {
    .l-header__info {
        justify-content: space-between;
    }
    .cart_top__title{
        font-size: 13px;
    }
}
.l-header__search {
    width: 100%;
    max-width: 340px;
    margin-bottom: 6px;
    margin-right: 3.8rem;
}
@media (max-width: 1280px) {
    .l-header__search{
        max-width: 250px;
    }
}
.l-header__search .search__form{
    background: #DC1616;
    border-radius: 4px;
    padding: 2px 40px 2px 2px;
    padding-right: 40px;
    margin: 0;
}

.l-header__search .search__input{
    border: none;
    border-radius: 4px;
    background: #FFF;
    padding: 10px;
    line-height: 100%;
    height: 100%;
}
.l-header__search .search__input:focus {
    outline: none;
}
.l-header__search .search__input::placeholder{
    color: #A7ADB2;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.l-header__search .search__btn{
    position: absolute;
    right: 0;
    left: auto;
    z-index: 6;
    transform: translate(-20%, 0%);
}
.l-header__adds {
    margin-bottom: 10px;
    margin-right: 7.5rem;
}
@media (max-width: 1280px) {
    .l-header__adds {
        margin-right: 4.4%;
    }
}
.l-header .cart_top {
    top: -5px;
    width: 110%;
}
.cmp__link.header_compare_icon,
.cmp__link.header_favorite_icon{
    position: relative;
    padding: 0;
}
.badge.header_compare_icon_badge,
.badge.header_favorite_icon_badge,
.header_mobile_cart_icon_badge {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    min-width: 0;
    padding: 4px 0 !important;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    background: #FFF;
    border-radius: 50%;
    border: 1.5px solid #4DC3FF;
    color: #4DC3FF;
    transform: translate(40%, -35%);
}
.l-header__icons{
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 28px;
}
@media (max-width: 1280px) {
    .l-header__icons{
        gap: 13px;
    }
}
.adds__phone{
    color: #111;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
@media (max-width: 1280px) {
    .adds__phone{
        font-size: 16px;
    }
}
.l-header__line{
    background: transparent;
}
.modern-menu__items.js-mm__items {
    max-width: 100%;
    padding: 18px 30px 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1280px) {
    .modern-menu__items.js-mm__items{
        justify-content: flex-start;
    }
}
@media (max-width: 800px) {
    .modern-menu__items.js-mm__items{
        justify-content: space-between;
    }
}
.modern-menu .modern-menu__more-btn, .modern-menu .modern-menu__root-item{ 
    white-space: initial;
    flex-shrink: 0;
    margin-left: 0;
}
.modern-menu .modern-menu__more-btn, .modern-menu .modern-menu__root-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
}
@media (max-width: 800px) {
    .modern-menu .modern-menu__root-item a{
        width: 100px;
    }
}
.modern-menu .modern-menu__more-btn, .modern-menu .modern-menu__root-item a span{
    display: block;
    max-width: 100px;
    margin-top: 6px;
}
@media (max-width: 800px) {
    .modern-menu .modern-menu__more-btn{
        max-width: 70px;
    }
}
.modern-menu .modern-menu__root-item:first-child{
    
}
.modern-menu .modern-menu__root-item>a{
    border: none;
}
.modern-menu .modern-menu__more-btn>a, .modern-menu .modern-menu__root-item>a{
    color: #565656;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    text-transform: none;
    padding: 0;
    letter-spacing: 0.7px;
}

@keyframes fillAnimation {
    0% {
        clip-path: inset(50% 50% 50% 50%);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
.modern-menu .modern-menu__more-btn>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.modern-menu__more-icon.icon{
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.--mobile-cart{
    display: none;
}
@media (max-width: 980px) {
    .--desktop-cart{
        display: none;
    }
    .--mobile-cart{
        display: block;
    }
}
.search_mobile_wrapper{
    display: none;
}
@media (max-width: 767px) {
    .l-header__line{
        background: #DC1616;
        color: #fff;
        margin: 0;
    }
    .l-header__info > .l-header__search {
        display: none;
    }
    .modern-menu .modern-menu__items {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        border-bottom: 2px solid #dc1616;
        top: 100%;
        padding: 0;
    }
    .modern-menu .modern-menu__root-item>a span {
        max-width: 100%;
        width: 100%;
        text-align: start;
        margin: 0;
        color: #565656 !important;
    }
    .modern-menu .modern-menu__root-item.is-sub-open>a span{
        color: #DC1616 !important;
    }
    .modern-menu .modern-menu__root-item {
        padding: 20px 9px 10px;
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .modern-menu .modern-menu__toggle-submenu {
        float: none;
        position: relative;
        transform: translate(0);
        width: 30px;
        height: 30px;
        padding: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M10.41 11.2949L15 15.8749L19.59 11.2949L21 12.7049L15 18.7049L9 12.7049L10.41 11.2949Z' fill='%23A7ADB3'/%3E%3C/svg%3E");
    }
    .modern-menu .modern-menu__toggle-submenu:before{
        display: none;
    }
    .modern-menu .modern-menu__root-item:before{
        display: none;
    }
    .modern-menu .modern-menu__root-item>a{
        width: 80%;
        justify-content: flex-start;
        color: #565656 !important;
        font-size: 16px;
        font-style: italic;
        font-weight: 800;
        line-height: 120%;
    }
    .modern-menu .modern-menu__root-item:hover>a{
        color: #DC1616 !important;
    }
    .modern-menu .modern-menu__root-item.is-sub-open>a{
        color: #DC1616 !important;
    }
    .modern-menu .modern-menu__root-item>a>svg{
        display: none;
    }
    .search_mobile_wrapper{
        display: block;
        z-index: 2;
    }
    .modern-menu{
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .search__form_mobile {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2px;
        border-radius: 4px;
        box-sizing: border-box;
        background: #DC1616;
    }
    .search__form_mobile.active{
        display: flex;
    }
    .search__input_mobile {
        width: 100%;
        max-width: calc(100% - 34px);
        color: #111;
        font-family: 'Open Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding: 10px;
        border: none;
        border-radius: 4px;
    }
    .search__input_mobile:focus{
        outline: none;
    }
    .search__btn_mobile{
        border: none;
        display: flex;
        background: #DC1616;
        align-items: center;
    }
    .search__reset_btn_mobile{
        position: absolute;
        top: 50%;
        right: calc(30px + 0.4rem);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_211_19003)'%3E%3Cpath d='M10 1.6665C5.39169 1.6665 1.66669 5.3915 1.66669 9.99984C1.66669 14.6082 5.39169 18.3332 10 18.3332C14.6084 18.3332 18.3334 14.6082 18.3334 9.99984C18.3334 5.3915 14.6084 1.6665 10 1.6665ZM14.1667 12.9915L12.9917 14.1665L10 11.1748L7.00835 14.1665L5.83335 12.9915L8.82502 9.99984L5.83335 7.00817L7.00835 5.83317L10 8.82484L12.9917 5.83317L14.1667 7.00817L11.175 9.99984L14.1667 12.9915Z' fill='%23E0E0E0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_211_19003'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }
    .search__form_mobile_toggler{
        position: relative;
        width: 24px;
        height: 24px;
        margin: auto 10px auto 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: top center;
        border: 0;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='evaSearchOutline0'%3E%3Cg id='evaSearchOutline1'%3E%3Cpath id='evaSearchOutline2' d='M17.7998 17.0986L14.3998 13.7086C15.4968 12.3111 16.0921 10.5853 16.0898 8.8086C16.0898 7.22635 15.6207 5.67963 14.7416 4.36403C13.8626 3.04844 12.6131 2.02306 11.1513 1.41756C9.6895 0.81206 8.08097 0.653633 6.52912 0.962315C4.97728 1.271 3.55181 2.03292 2.43299 3.15174C1.31417 4.27056 0.552247 5.69603 0.243565 7.24787C-0.0651166 8.79972 0.09331 10.4083 0.698811 11.8701C1.30431 13.3319 2.32969 14.5813 3.64528 15.4604C4.96088 16.3394 6.5076 16.8086 8.08985 16.8086C9.8665 16.8108 11.5923 16.2156 12.9898 15.1186L16.3798 18.5186C16.4728 18.6123 16.5834 18.6867 16.7053 18.7375C16.8271 18.7883 16.9578 18.8144 17.0898 18.8144C17.2219 18.8144 17.3526 18.7883 17.4744 18.7375C17.5963 18.6867 17.7069 18.6123 17.7998 18.5186C17.8936 18.4256 17.968 18.315 18.0187 18.1932C18.0695 18.0713 18.0956 17.9406 18.0956 17.8086C18.0956 17.6766 18.0695 17.5459 18.0187 17.424C17.968 17.3022 17.8936 17.1916 17.7998 17.0986ZM2.08985 8.8086C2.08985 7.62191 2.44174 6.46187 3.10103 5.47518C3.76032 4.48848 4.69739 3.71945 5.79375 3.26532C6.8901 2.81119 8.0965 2.69237 9.26039 2.92389C10.4243 3.1554 11.4934 3.72684 12.3325 4.56596C13.1716 5.40507 13.743 6.47417 13.9746 7.63805C14.2061 8.80194 14.0872 10.0083 13.6331 11.1047C13.179 12.2011 12.41 13.1381 11.4233 13.7974C10.4366 14.4567 9.27653 14.8086 8.08985 14.8086C6.49855 14.8086 4.97242 14.1765 3.84721 13.0512C2.72199 11.926 2.08985 10.3999 2.08985 8.8086Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }
    .auth_top__link, .cmp_items .cmp__link,.l-header__top .dropdown-toggle{
        padding: 1.1rem 1.5rem;
    }
    .l-header__icons{
        display: block;
    }
    .l-header__top .menu_top__item .dropdown-toggle{
        padding: 0;
    }
    .header_favorite_icon,
    .header_compare_icon{
        display: none;
    }  
    
    .modern-menu__root-item.is-sub-open{
        background: #F5F5F5;
    }
    


}
.modern_menu__more-container_wrapper{
    display: block;
    padding: 48px 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 500;
    right: 0;
}
.modern_menu__more-container_wrapper{
    display: none;
    visibility: visible;
}
.modern-menu .modern-menu__more-btn:hover>.modern_menu__more-container_wrapper{
    display: block;
}
.modern-menu__more-container{
    padding: 20px 10px 20px 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 22, 55, 0.15);
    max-height: 490px;
    overflow-y: scroll;
    box-sizing: border-box;
}

/* Стилизация полосы прокрутки */
.modern-menu__more-container::-webkit-scrollbar {
    width: 30px;
}
.modern-menu__more-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 14px 14px transparent;
    border: solid 14px transparent;
}
/* Стилизация ползунка прокрутки */
.modern-menu__more-container::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #bbbbbe;
    border: solid 12px transparent;
    border-radius: 30px;
  }

/* Стилизация ползунка прокрутки при наведении */
.modern-menu__more-container::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 14px 14px #555;
}


.modern-menu .modern-menu__more-container a {
    color: #565656;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}
.modern-menu .modern-menu__more-container a:not(:last-child){
    margin-bottom: 15px;
}

.l-header{
    z-index: 10;
}
.title-search-result{
    overflow: visible;
}
.custom_title_result{
    min-width: 520px;
    padding: 30px 10px 30px 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 22, 55, 0.2);
}
.search_popup {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.title_search_result-catalog-item{
    height: 100%;
    padding-bottom: 10px;
}
.title_search_result-catalog-item:not(:first-child){
    padding: 10px 0;
}
.title_search_result-catalog-item_inner{
    padding: 0;
    display: flex;
    align-items: center;
}
.title_search_result-catalog-item-img{
    width: 100%;
    max-width: 100px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
}
.title_search_result-catalog-item-name{
    max-width: 260px;
}
.title_search_result-catalog-item-name a{
    overflow: hidden;
    color: #111;
    text-overflow: ellipsis;
    white-space: inherit;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
}
.title_search_result-catalog-item-price {
    padding: 5px 10px;
    border-radius: 22px;
    background: #4DC3FF;
    box-sizing: border-box;
    margin: 0 0 0 auto;
}
.title_search_result-catalog-item-price .price{
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
}
.title_search_result__cat{
    padding-right: 20px;
    max-height: 508px;
    overflow-y: scroll;
}
.title_search_result__cat::-webkit-scrollbar {
    width: 5px;
}
.title_search_result__cat::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    border-radius: 15px;
}
.title_search_result__cat::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.modern-menu .modern-menu__root-item>.modern-menu__subitems{
    display: block;
}
.modern-menu__subitems__wrapper{
    display: none;
    background: #fff;
    border-color: #fff;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 2px 2px 2px -1px #f2efef, -2px 2px 2px -1px #f2efef;
    padding: 1.5rem 0;
    position: absolute;
    visibility: initial;
    z-index: 500;
}
.modern-menu__root-item:hover>.modern-menu__subitems__wrapper{
    display: block;
    width: 100%;
    visibility: initial;
    border: 0;
    background: none;
    padding: 50px 0 0 0;
    box-shadow: none;
    left: 0;
    z-index: 90;
}
@media (max-width: 767px) {
    .modern-menu__root-item:hover>.modern-menu__subitems__wrapper{
        display: none;
        background: transparent;
        border-color: transparent;
        border-style: none solid solid;
        border-width: 0;
        box-shadow: none;
        padding: 0;
        position: relative;
        visibility: initial;
        z-index: 500;
        padding-top: 20px;
    }
    .modern-menu__subitems{
        background: transparent;
    }
    .modern-menu__subitems__wrapper{
        display: none;
        background: #F5F5F5;
        border-style: none;
        border-width: 0;
        box-shadow: none;
        padding: 0;
        position: relative;
        visibility: initial;
        z-index: 500;
        width: 100%;
        padding-top: 20px;
    }

    .menu__item_section_image{
        display: none;
    }
    .modern-menu .modern-menu__item:before, .modern-menu .modern-menu__root-item:before{
        display: none;
    }

}


.modern-menu__subitems {
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding: 20px;
    gap: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 22, 55, 0.15);
    max-width: 1030px;
    max-height: 65vh;
    overflow-y: scroll;
}
@media (max-width:1200px) {
    .modern-menu__subitems {
        border-radius: 0;
        padding: 20px 40px;
        grid-template-columns: auto 215px;
    }
}
@media (max-width:900px) {
    .modern-menu__subitems {
        grid-template-columns: 100%;
    }
}
@media (max-width:767px) {
    .modern-menu__subitems {
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none;
        overflow: hidden;
    }
}
.modern-menu__subitems::-webkit-scrollbar {
    width: 30px;
}
.modern-menu__subitems::-webkit-scrollbar-track {
    box-shadow: inset 0 0 14px 14px transparent;
    border: solid 14px transparent;
}
.modern-menu__subitems::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #bbbbbe;
    border: solid 12px transparent;
    border-radius: 30px;
}
.modern-menu__more-container::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 14px 14px #555;
}
.modern-menu .modern-menu__subitems .modern-menu__subitems__list>.modern-menu__item {
    float: none;
    max-width: 340px;
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px;
    height: fit-content;
}
@media (max-width: 767px) {
    .modern-menu .modern-menu__subitems .modern-menu__subitems__list>.modern-menu__item{
        grid-template-columns: 100%;
        max-width: 100%;
    }
}
.modern-menu .modern-menu__product{
    width: 100%;
    max-width: 240px;
    padding: 20px;
    box-sizing: border-box;
    max-height: 360px;
}
.modern-menu .modern-menu__product:before{
    display: none;
}
.modern-menu .modern-menu__root-item .modern-menu__subitems a.sub_menu__item_link{
    width: 100%;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}
.modern-menu .modern-menu__root-item .modern-menu__subitems a.sub_menu__item_link:hover{
    color: initial;
}
.sub_menu{
    position: relative;
    margin-top: 25px;
}
@media (max-width: 767px){
    .sub_menu{
        display: none;
        margin-top: 15px;
    }
}
.sub_menu__list {
    padding: 0;
}
.sub_menu__item, .modern-menu__item_section{
    display: flex;
    justify-content: space-between;
    max-width: 270px;
}
@media (max-width: 767px){
    .sub_menu__item, .modern-menu__item_section{
        max-width: 100%;
    }
}
.sub_menu__item:not(:last-child){
    margin-bottom: 10px;
}
.modern-menu .modern-menu__item .sub_menu__item_link{
    color: #565656;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.sub_menu__item_count,
.modern-menu__item_count{
    display: block;
    padding: 4px 10px;
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    text-align: center;
    max-width: 40px;
    border-radius: 4px;
    background: #F4F4F4;
    color: #111 !important;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
@media (max-width:767px) {
    .sub_menu__item_count,
    .modern-menu__item_count{
        display: none;
    }
}
.menu__item_section_image {
    margin: 0 0 auto 0;
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
}
.modern-menu__subitems__list {
    display: grid;
    grid-template-columns: repeat(2, 340px);
    gap: 40px;
}
@media (max-width:1200px) {
    .modern-menu__subitems__list {
        column-gap: 40px;
        row-gap: 60px;
        grid-template-columns: repeat(2, auto);
    }
}
@media (max-width:767px) {
    .modern-menu__subitems__list {
        grid-template-columns: 100%;
        gap: 0;
        padding: 0;
    }
}
.modern-menu .modern-menu__product{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid#E0E0E0;
}
@media (max-width:900px) {
    .modern-menu .modern-menu__product{
        display: none;
    }
}
.modern-menu .modern-menu__root-item a.modern-menu__product-img{
    margin-bottom: 20px;
    width: 100%;
}
.modern-menu__product-img{
    max-width: 180px;
}
.modern-menu .modern-menu__product .modern-menu__product-name a{
    color: #000;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    width: 100%;
}
.modern-menu__product-price-wrap{
    padding: 5px 10px;
    border-radius: 4px;
    background: #DC1616;
    width: fit-content;
}
.modern-menu__product .modern-menu__product-price{
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%;
    margin: 0 auto;
}
.modern-menu .modern-menu__more-btn:hover>a, .modern-menu .modern-menu__root-item:hover>a{
    background: #fff;
    border: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .modern-menu .modern-menu__root-item:hover>a{
        background: transparent;
    }
}
.modern-menu .modern-menu__item a.modern-menu__item_link{
    color: #111;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-decoration: none;
    padding: 0;
    max-width: fit-content;
    width: 100%;
    align-items: baseline;
}
.modern-menu .modern-menu__item a.modern-menu__item_link:hover{
    color: initial;
}
@media (max-width: 767px) {
    .modern-menu .modern-menu__item a.modern-menu__item_link{
        color: #565656;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }
    .modern-menu .modern-menu__item a.modern-menu__item_link.active{
        color: #DC1616;
    }

}
.modern-menu__item_section_button{
    display: none;
}
@media (max-width: 767px) {
    .modern-menu__item_section_button{
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M10.41 18.7051L15 14.1251L19.59 18.7051L21 17.2951L15 11.2951L9 17.2951L10.41 18.7051Z' fill='%23DC1616'/%3E%3C/svg%3E");
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M10.41 11.2949L15 15.8749L19.59 11.2949L21 12.7049L15 18.7049L9 12.7049L10.41 11.2949Z' fill='%23A7ADB3'/%3E%3C/svg%3E");
    }
}
.auth_top__link, .cmp_items .cmp__link, .l-header__top .dropdown-toggle{
    display: flex;
    align-items: end;
}
.auth_top__link svg{
    margin-right: 10px;
}

.advantages{
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1200px) {
    .advantages{
        padding-top: 0;
    }
}
.advantages__item{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
@media (max-width: 900px) {
    .advantages__item{
        max-width: 220px;
        height: 160px;
    }
    .advantages__item_background{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 600px) {
    .advantages__item{
        max-width: 200px;
        height: 150px;
    }
}
.advantages__item_title{
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 189px;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 130%;
}
@media (max-width: 1280px) {
    .advantages__item_title{
        font-size: 16px;
        max-width: 161px;
    } 
}
@media (max-width: 600px) {
    .advantages__item_title{
        top: 15px;
        left: 15px;
    }
}
.index_section_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
}
@media (max-width: 1200px) {
    .index_section_info{
        padding-top: 105px;
    }
}
@media (max-width: 600px) {
    .index_section_info{
        padding-top: 80px;
    }
}
@media (max-width: 400px) {
    .index_section_info{
        padding-top: 60px;
    }
}
.index_section_info__title{
    color: #111;
    font-family: 'Open Sans';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.index_section_info__text {
    margin: 30px 0 10px;
    color: #111;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
@media (max-width: 1200px) {
    .index_section_info__title{
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .index_section_info__title{
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .index_section_info__title{
        font-size: 18px;
    }
}
.index_section_info__link{
    display: block;
    padding: 16px 20px;
    color:  #A7ADB2;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 60px;
    border: 2px solid #A7ADB2;
    text-decoration: none;
}
.index_section_info__link:hover{
    color: #4DC3FF;
    border: 2px solid #4DC3FF;
    text-decoration: none;
}
@media (max-width: 600px) {
    .index_section_info__link{
        width: 30px;
        height: 30px;
        font-size: 0px;
        border: none;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E%3Cg clip-path='url(%23clip0_211_9633)'%3E%3Cpath d='M20.7375 21.2375L26.4625 15.5L20.7375 9.7625L22.5 8L30 15.5L22.5 23L20.7375 21.2375Z' fill='%23A7ADB3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_211_9633'%3E%3Crect width='30' height='30' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }
    .index_section_info__link:hover{
        border: none;
    }
}
.index_catalog{
    display: flex;
    padding-top: 40px;
}
@media (max-width: 980px){
    .index_catalog{
        flex-direction: column;
    }
}
@media (max-width: 900px){
    .index_catalog{
        padding-top: 20px;
    }
}
@media (max-width: 600px){
    .index_catalog{
        padding-top: 15px;
    }
}
@media (max-width: 400px){
    .index_catalog{
        padding-top: 10px;
    }
}
.index_catalog__banner{
    width: 100%;
    max-width: 508px;
    margin-right: 20px;
    flex-shrink: 0;
}
@media (max-width: 980px){
    .index_catalog__banner{
        max-width: 100%;
    }
}
.index_catalog__banner.--ml20{
    margin-right: 0;
    margin-left: 20px;
}
@media (max-width: 980px){
    .index_catalog__banner{
        order: 1;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .index_catalog__banner.--ml20{
        margin-left: 0;
    }
}
@media (max-width: 600px){
    .index_catalog__banner{
        margin-bottom: 30px;
    }
}
@media (max-width: 400px){
    .index_catalog__banner{
        margin-bottom: 20px;
    }
}
.index_catalog__banner_image{
    width: 100%;
}
.index_catalog__banner_image.--laptop-banner,
.index_catalog__banner_image.--tablet-banner,
.index_catalog__banner_image.--mobile-banner {
    display: none;
}
@media (max-width: 1280px){
    .index_catalog__banner_image.--desktop-banner{
        display: none;
    }
    .index_catalog__banner_image.--laptop-banner{
        display: block;
        max-width: 454px;
    }
}
@media (max-width: 980px){
    .index_catalog__banner_image.--laptop-banner{
        display: none;
    }
    .index_catalog__banner_image.--tablet-banner{
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 600px){
    .index_catalog__banner_image.--tablet-banner{
        display: none;
    }
    .index_catalog__banner_image.--mobile-banner{
        display: block;
    }
}
@media (max-width:1280px) {
    .index_catalog__items_wrapper .catalog_item:nth-last-child(-n+2) {
        display: none;
    }
}
@media (max-width:980px) {
    .index_catalog__items_wrapper{
        order: 2;
    }
    .index_catalog__items_wrapper .catalog_item:nth-last-child(-n+2) {
        display: block;
    }
}
.popular_sections{
    padding-top: 100px;
}
@media (max-width: 600px) {
    .popular_sections{
        padding-top: 50px;
    }
}
@media (max-width: 400px) {
    .popular_sections{
        padding-top: 40px;
    }
}
.popular_sections__title{
    color: #DC1616;
    font-family: 'Open Sans';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 600px) {
    .popular_sections__title{
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .popular_sections__title{
        font-size: 18px;
    }
}
.popular_sections__title span{
    color: #4DC3FF;
}
.popular_sections__tiles{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 40px;
}
@media (max-width: 1100px){
    .popular_sections__tiles{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 650px){
    .popular_sections__tiles{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px){
    .popular_sections__tiles{
        gap: 15px;
    }
}
@media (max-width: 400px){
    .popular_sections__tiles{
        gap: 10px;
    }
}
.popular_sections__item{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    height: 180px;
    box-sizing: border-box;
}
@media (max-width: 980px){
    .popular_sections__item{
        padding: 16px;
    }
}
@media (max-width: 400px){
    .popular_sections__item{
        padding: 14px 10px;
    }
}
.popular_sections__item a,
.popular_sections__item a:hover{
    text-decoration: none;
}
.popular_sections__item_background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.popular_sections__item_background.--laptop-bg,
.popular_sections__item_background.--large-mobile-bg,
.popular_sections__item_background.--mobile-bg{
    display: none;
}
@media (max-width: 1279px){
    .popular_sections__item_background.--desktop-bg{
        display: none;
    }
    .popular_sections__item_background.--laptop-bg{
        display: block;
    }
}
@media (max-width: 600px){
    .popular_sections__item_background.--laptop-bg{
        display: none;
    }
    .popular_sections__item_background.--large-mobile-bg{
        display: block;
    }
}
@media (max-width: 400px){
    .popular_sections__item_background.--large-mobile-bg{
        display: none;
    }
    .popular_sections__item_background.--mobile-bg{
        display: block;
    }
}
.popular_sections__item_name{
    color: #FFF;
    font-size: 24px;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    max-width: 205px;
    position: relative;
    z-index: 1;
    word-break: break-word;
}
@media (max-width: 980px){
    .popular_sections__item_name{
        font-size: 22px;
        max-width: 95%;
    }
}
@media (max-width: 600px){
    .popular_sections__item_name{
        max-width: 170px;
        font-size: 18px;
    }
}
@media (max-width: 400px){
    .popular_sections__item_name{
        font-size: 16px;
    }
}
@media (max-width:400px) {
    .l-footer__logo.logo{
        max-width: 120px;
    }
}
.popular_sections__item_elements_count{
    position: absolute;
    max-width: fit-content;
    box-sizing: border-box;
    color: #565656;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 18px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.70);
    left: 20px;
    bottom: 20px;
}
@media (max-width: 980px) {
    .popular_sections__item_elements_count{
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
        bottom: 16px;
        left: 16px;
    }
    .popular_sections__item_elements_count_value{
        font-size: 16px;
        flex-shrink: 0;
    }
    .popular_sections__item_elements_count_text{
        max-width: 72px;
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .popular_sections__item_elements_count{
        display: initial;
    }
    .popular_sections__item_elements_count_value{
        font-size: 16px;
        flex-shrink: 0;
    }
    .popular_sections__item_elements_count_text{
        max-width: auto;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .popular_sections__item_elements_count{
        display: flex;

    }
    .popular_sections__item_elements_count_text{
        max-width: 72px;
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    .popular_sections__item_elements_count{
        bottom: 10px;
        left: 10px;
        gap: 2px;
        flex-direction: column;
        align-items: start;
        border-radius: 12px;
        padding: 8px 10px;
    }
    .popular_sections__item_elements_count_value{
        font-size: 14px;
    }
    .popular_sections__item_elements_count_text{
        max-width: 72px;
        font-size: 12px;
    }
}


.catalog_side_banner{
    position: relative;
}

.catalog_side_banner .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.catalog_side_banner .slick-dots li:not(:last-child){
    margin-right: 8px;
}
.catalog_side_banner .slick-dots button {
    border: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: white;
    outline: none;
    cursor: pointer;
    margin: 0 1px;
    transition: width 0s linear;
    font-size: 0;
    padding: 0;
}

.catalog_side_banner .slick-active {
    text-align: center;
}
.catalog_side_banner .slick-active button{
    width: 26px;
    border-radius: 5px;
    background: #DC1616;
    transition: width .3s linear;
}
.search__pagenav {
    display: flex;
    justify-content: end;
}

@media (max-width: 600px) {
    .search-page-sort {
        display: none;
    }
}

.basket_popup{
    display: none;
    width: 100%;
    position: fixed;
    top: 15px;
    right: 11%;
    padding: 15px 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 22, 55, 0.15);
    z-index: 999;
    box-sizing: border-box;
    max-width: 260px;
    transition: 0.3s;
}
@media (max-width: 1920px) {
    .basket_popup{
        right: 200px;
    }
}
@media (max-width: 1440px) {
    .basket_popup{
        right: 15px;
    }
}
@media (max-width: 600px) {
    .basket_popup{
        top: 50%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.basket_popup.visible{
    display: block;
}
.basket_popup__title{
    color: #4DC3FF;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.basket_popup__title::before{
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_114_2193)'%3E%3Cpath d='M5.8335 14.9993C4.91683 14.9993 4.17516 15.7493 4.17516 16.666C4.17516 17.5827 4.91683 18.3327 5.8335 18.3327C6.75016 18.3327 7.50016 17.5827 7.50016 16.666C7.50016 15.7493 6.75016 14.9993 5.8335 14.9993ZM0.833496 1.66602V3.33268H2.50016L5.50016 9.65768L4.37516 11.6993C4.24183 11.9327 4.16683 12.2077 4.16683 12.4993C4.16683 13.416 4.91683 14.166 5.8335 14.166H15.8335V12.4993H6.1835C6.06683 12.4993 5.97516 12.4077 5.97516 12.291L6.00016 12.191L6.75016 10.8327H12.9585C13.5835 10.8327 14.1335 10.491 14.4168 9.97435L17.4002 4.56602C17.4668 4.44935 17.5002 4.30768 17.5002 4.16602C17.5002 3.70768 17.1252 3.33268 16.6668 3.33268H4.34183L3.5585 1.66602H0.833496ZM14.1668 14.9993C13.2502 14.9993 12.5085 15.7493 12.5085 16.666C12.5085 17.5827 13.2502 18.3327 14.1668 18.3327C15.0835 18.3327 15.8335 17.5827 15.8335 16.666C15.8335 15.7493 15.0835 14.9993 14.1668 14.9993Z' fill='%23DC1616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_114_2193'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.basket_popup__product_name{
    overflow: hidden;
    color: #565656;
    text-overflow: ellipsis;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.basket_popup__btn{
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 4px;
    background: #DC1616;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.basket_popup__btn:hover{
    color: #FFF;
    text-decoration: none;
}

.detail__icons{
    display: flex;
    align-items: center;
}
.detail__icons .cmp__link{
    margin-right: 20px;
}
.detail__favorite{
    top: auto;
}
.detail__favorite .favorite__icon{
    margin-right: 8px;
}

.props_main_props_group__prop{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 9px 0;
    border-bottom: 1px solid #E0E0E0;
}
.props_main_props_group__prop_name{
    color: #656565;
}
.props_main_props_group__prop_value{
    color: #000;
    width: 100%;
    max-width: fit-content;
}

.props_group.--codes_props{
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 60px;
}
@media (max-width: 1280px) {
    .props_group.--codes_props{
        gap: 0;
        display: flex;
        justify-content: space-between;
    }
}
.props_group.--codes_props .props_code{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
    position: relative;
}
.product-item-detail-info-container .props_article {
    font-family: "Open Sans";
    color: #878C8F !important;
    font-size: 14px !important;
    display: flex;
    gap: 6px;
}
.product-item-detail-info-container .props_article span {
    color: #878C8F !important;
    font-size: 14px !important;
}
.product-item-detail-info-container .props_article span:hover,
.product-item-detail-info-container .props_article:hover {
    color: #565656 !important;
}
.product-item-detail-info-container .props_article::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMiA1LjgzMzMzSDYuNjY1MzZDNS45Mjg5OCA1LjgzMzMzIDUuMzMyMDMgNi40MzAyOCA1LjMzMjAzIDcuMTY2NjZWMTMuODMzM0M1LjMzMjAzIDE0LjU2OTcgNS45Mjg5OCAxNS4xNjY3IDYuNjY1MzYgMTUuMTY2N0gxMy4zMzJDMTQuMDY4NCAxNS4xNjY3IDE0LjY2NTQgMTQuNTY5NyAxNC42NjU0IDEzLjgzMzNWNy4xNjY2NkMxNC42NjU0IDYuNDMwMjggMTQuMDY4NCA1LjgzMzMzIDEzLjMzMiA1LjgzMzMzWiIgc3Ryb2tlPSIjODc4QzhGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjY2NTM2IDExLjE2NjdDMS45MzIwMyAxMS4xNjY3IDEuMzMyMDMgMTAuNTY2NyAxLjMzMjAzIDkuODMzMzNWMy4xNjY2NkMxLjMzMjAzIDIuNDMzMzMgMS45MzIwMyAxLjgzMzMzIDIuNjY1MzYgMS44MzMzM0g5LjMzMjAzQzEwLjA2NTQgMS44MzMzMyAxMC42NjU0IDIuNDMzMzMgMTAuNjY1NCAzLjE2NjY2IiBzdHJva2U9IiM4NzhDOEYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.product-item-detail-info-container .props_code_logo {
    display: flex;
    gap: 8px;
}
.product-item-detail-info-container .props_code_logo::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMiA1LjgzMzMzSDYuNjY1MzZDNS45Mjg5OCA1LjgzMzMzIDUuMzMyMDMgNi40MzAyOCA1LjMzMjAzIDcuMTY2NjZWMTMuODMzM0M1LjMzMjAzIDE0LjU2OTcgNS45Mjg5OCAxNS4xNjY3IDYuNjY1MzYgMTUuMTY2N0gxMy4zMzJDMTQuMDY4NCAxNS4xNjY3IDE0LjY2NTQgMTQuNTY5NyAxNC42NjU0IDEzLjgzMzNWNy4xNjY2NkMxNC42NjU0IDYuNDMwMjggMTQuMDY4NCA1LjgzMzMzIDEzLjMzMiA1LjgzMzMzWiIgc3Ryb2tlPSIjODc4QzhGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjY2NTM2IDExLjE2NjdDMS45MzIwMyAxMS4xNjY3IDEuMzMyMDMgMTAuNTY2NyAxLjMzMjAzIDkuODMzMzNWMy4xNjY2NkMxLjMzMjAzIDIuNDMzMzMgMS45MzIwMyAxLjgzMzMzIDIuNjY1MzYgMS44MzMzM0g5LjMzMjAzQzEwLjA2NTQgMS44MzMzMyAxMC42NjU0IDIuNDMzMzMgMTAuNjY1NCAzLjE2NjY2IiBzdHJva2U9IiM4NzhDOEYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.props_group.--codes_props .copy-notification {
    bottom: -45px;
    right: -10px;
}
.props_group.--codes_props .copy-notification::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzczMDQgMTAuMDI4MkwxNC40MzU3IDIuMzY1NTVDMTQuNjE3MSAyLjE4NDE5IDE0LjgzMjYgMi4wOTM1MSAxNS4wODIzIDIuMDkzNTFDMTUuMzMyIDIuMDkzNTEgMTUuNTQ3MiAyLjE4NDE5IDE1LjcyNzkgMi4zNjU1NUMxNS45MDg3IDIuNTQ2OTIgMTUuOTk5NCAyLjc2MjE0IDE2IDMuMDExMjFDMTYuMDAwNiAzLjI2MDI5IDE1LjkwOTkgMy40NzU4MSAxNS43Mjc5IDMuNjU3NzhMNy40MDc4MiAxMS45Nzc5QzcuMjI2NDYgMTIuMTU5MyA3LjAxNDg2IDEyLjI1IDYuNzczMDQgMTIuMjVDNi41MzEyMiAxMi4yNSA2LjMxOTYzIDEyLjE1OTMgNi4xMzgyNyAxMS45Nzc5TDIuMjYxNTggOC4xMDEyM0MyLjA4MDIyIDcuOTE5ODYgMS45OTMxNiA3LjcwNDY0IDIuMDAwNDIgNy40NTU1N0MyLjAwNzY3IDcuMjA2NDkgMi4xMDIyOSA2Ljk5MDk3IDIuMjg0MjUgNi44MDlDMi40NjYyMiA2LjYyNzAzIDIuNjgxNzUgNi41MzYzNSAyLjkzMDgyIDYuNTM2OTVDMy4xNzk5IDYuNTM3NTYgMy4zOTUxMiA2LjYyODI0IDMuNTc2NDggNi44MDlMNi43NzMwNCAxMC4wMjgyWk0zLjU1MzgxIDE2LjI0QzMuMjk2ODggMTYuMjQgMy4wODE2NiAxNi4xNTI5IDIuOTA4MTUgMTUuOTc4OEMyLjczNDY1IDE1LjgwNDcgMi42NDc1OSAxNS41ODk1IDIuNjQ2OTkgMTUuMzMzMkMyLjY0NjM4IDE1LjA3NjggMi43MzM0NCAxNC44NjE2IDIuOTA4MTUgMTQuNjg3NUMzLjA4Mjg3IDE0LjUxMzQgMy4yOTgwOSAxNC40MjYzIDMuNTUzODEgMTQuNDI2M0gxNC40MzU3QzE0LjY5MjcgMTQuNDI2MyAxNC45MDgyIDE0LjUxMzQgMTUuMDgyMyAxNC42ODc1QzE1LjI1NjQgMTQuODYxNiAxNS4zNDMyIDE1LjA3NjggMTUuMzQyNSAxNS4zMzMyQzE1LjM0MTkgMTUuNTg5NSAxNS4yNTQ5IDE1LjgwNSAxNS4wODE0IDE1Ljk3OTdDMTQuOTA3OSAxNi4xNTQ0IDE0LjY5MjcgMTYuMjQxMiAxNC40MzU3IDE2LjI0SDMuNTUzODFaIiBmaWxsPSIjNzdDQzIxIi8+Cjwvc3ZnPgo=");
}
.props_code.hide-before::before {
    content: none !important;
}
.advantages {
    font-family: "Open Sans";
    padding: 20px 15px;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 3px;
    background: #F7F7F7;
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    margin-top: -10px;
}
.advantages_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.advantages_items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.advantages_item {
    color: #111;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.advantages_item-delivery {
    position: relative;
}

.advantages_item-delivery::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4xMDk0IDUuMTQxMzZDMTkuMTkwMiA1LjYyNDIxIDE5Ljk4NjEgNi44NDA5NCAyMC45ODQxIDguNTE1NjJIMTcuMTA5NFY1LjE0MTM2Wk00Ljk0ODk3IDguNjU2MjVDNS4zNTYzOCA4LjY1NjI1IDUuNjUyMSA4Ljg1MjkxIDUuNjUyMSA5LjMxMjVDNS42NTIxIDkuNzAwMTMgNS4zMzg0NCAxMC4wMTQ1IDQuOTUwOTkgMTAuMDE1NkgwLjcwMzEyNUMwLjMxNDc1OCAxMC4wMTU2IDAgMTAuMzMwNiAwIDEwLjcxODhDMCAxMS4xMDcxIDAuMzE0NzU4IDExLjQyMTkgMC43MDMxMjUgMTEuNDIxOUg3LjAzMTI1QzcuNDIzMjggMTEuNDIxOSA3LjczNzEyIDExLjczNjUgNy43MzcxMiAxMi4xMjVDNy43MzcxMiAxMi41MTM0IDcuNDIyMzYgMTIuODI4MSA3LjAzNCAxMi44MjgxSDAuNzAzMTI1QzAuMzE0NzU4IDEyLjgyODEgMCAxMy4xNDI5IDAgMTMuNTMxMkMwIDEzLjkxOTYgMC4zMTQ3NTggMTQuMjM0NCAwLjcwMzEyNSAxNC4yMzQ0SDIuMjVWMTYuMzQzOEMyLjI1IDE2LjczMjEgMi41NjQ3NiAxNy4wNDY5IDIuOTUzMTIgMTcuMDQ2OUg0LjM2NjUyQzQuNjE4NDcgMTguMjg4IDUuNzE1MDkgMTkuMjAzMSA3LjAwNzgxIDE5LjIwMzFDOC4zMDA1NCAxOS4yMDMxIDkuMzk3MTYgMTguMjg4IDkuNjQ5MTEgMTcuMDQ2OUgxNi43ODg0QzE3LjA0MDMgMTguMjg4IDE4LjEzNyAxOS4yMDMxIDE5LjQyOTcgMTkuMjAzMUMyMC43MjI0IDE5LjIwMzEgMjEuODE5IDE4LjI4OCAyMi4wNzEgMTcuMDQ2OUgyMy4yOTY5QzIzLjY4NTIgMTcuMDQ2OSAyNCAxNi43MzIxIDI0IDE2LjM0MzhWMTIuMTI1QzI0IDEwLjA2MiAyMS44MjQgOS45MjQ5OSAyMS44MjIgOS45MjE4OEgxNi40MDYyQzE2LjAxNzkgOS45MjE4OCAxNS43MDMxIDkuNjA3MTIgMTUuNzAzMSA5LjIxODc1VjVIMi45NTMxMkMyLjU2NDc2IDUgMi4yNSA1LjMxNDc2IDIuMjUgNS43MDMxMlY3LjI1SDEuNDA2MjVDMS4wMTc4OCA3LjI1IDAuNzAzMTI1IDcuNTY0NzYgMC43MDMxMjUgNy45NTMxMkMwLjcwMzEyNSA4LjM0MTQ5IDEuMDE3ODggOC42NTYyNSAxLjQwNjI1IDguNjU2MjVINC45NDg5N1pNMjAuMzQxMiAxNS41OTYzQzIwLjg0NDUgMTYuMDk5NyAyMC44NDQ1IDE2LjkxNjEgMjAuMzQxMiAxNy40MTk1QzE5LjUzMTUgMTguMjI5MiAxOC4xNDA2IDE3LjY1MzEgMTguMTQwNiAxNi41MDc4QzE4LjE0MDYgMTUuMzYyNyAxOS41MzE1IDE0Ljc4NjYgMjAuMzQxMiAxNS41OTYzWk03LjkxOTMxIDE1LjU5NjNDOC40MjI2NyAxNi4wOTk3IDguNDIyNjcgMTYuOTE2MSA3LjkxOTMxIDE3LjQxOTVDNy4xMDk2MiAxOC4yMjkyIDUuNzE4NzUgMTcuNjUzMSA1LjcxODc1IDE2LjUwNzhDNS43MTg3NSAxNS4zNjI3IDcuMTA5NjIgMTQuNzg2NiA3LjkxOTMxIDE1LjU5NjNaIiBmaWxsPSIjREMxNjE2Ii8+Cjwvc3ZnPgo=");
}
.advantages_item-delivery span {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMUM0LjEzNDAxIDEgMSA0LjEzNDAxIDEgOEMxIDExLjg2NiA0LjEzNDAxIDE1IDggMTVDMTEuODY2IDE1IDE1IDExLjg2NiAxNSA4QzE1IDQuMTM0MDEgMTEuODY2IDEgOCAxWk04IDEyLjM1MDhDNy42Nzg4NSAxMi4zNTA4IDcuNDE4NDYgMTIuMDkwNCA3LjQxODQ2IDExLjc2OTJDNy40MTg0NiAxMS40NDggNy42Nzg4NSAxMS4xODc3IDggMTEuMTg3N0M4LjMyMTE1IDExLjE4NzcgOC41ODE1NCAxMS40NDggOC41ODE1NCAxMS43NjkyQzguNTgxNTQgMTIuMDkwNCA4LjMyMTE1IDEyLjM1MDggOCAxMi4zNTA4Wk05LjEwMjE2IDkuMTAxNjRDOC43NTk4NCA5LjI0NzMgOC41Mzg0NiA5LjU5NDg4IDguNTM4NDYgOS45ODcxNlYxMC4xNTM5QzguNTM4NDYgMTAuNDUxMiA4LjI5NzM2IDEwLjY5MjMgOCAxMC42OTIzQzcuNzAyNjQgMTAuNjkyMyA3LjQ2MTU0IDEwLjQ1MTIgNy40NjE1NCAxMC4xNTM5VjkuOTg3MTZDNy40NjE1NCA5LjE2MjExIDcuOTQwMDUgOC40MjU2OCA4LjY4MDQzIDguMTEwNDNDOS40NTUgNy43ODA5OSA5Ljg3NDEgNi45NjU5NCA5LjY5OTUyIDYuMTI4MjhDOS41NjM4NSA1LjQ3NTQ0IDkuMDMzMjggNC45NDUxMyA4LjM4MDE4IDQuODA4OTRDNy44NDE3MiA0LjY5NjkzIDcuMzE3OTggNC44MjA3NyA2LjkwMzYyIDUuMTU4MUM2LjQ5NDc4IDUuNDkwNDMgNi4yNjAyNSA1Ljk4Mjg4IDYuMjYwMjUgNi41MDg5OUM2LjI2MDI1IDYuODA2MzUgNi4wMTkxNSA3LjA0NzQ1IDUuNzIxNzkgNy4wNDc0NUM1LjQyNDQzIDcuMDQ3NDUgNS4xODMzMyA2LjgwNjM1IDUuMTgzMzMgNi41MDg5OUM1LjE4MzMzIDUuNjU3MTIgNS41NjI3MiA0Ljg2MDIxIDYuMjI0MjMgNC4zMjI1NEM2Ljg4NTQ3IDMuNzg1MTMgNy43NTE1NCAzLjU3OSA4LjU5OTk4IDMuNzU0NjNDOS42NjYzOSAzLjk3NzA3IDEwLjUzMTkgNC44NDI1OSAxMC43NTM4IDUuOTA4NzRDMTEuMDM0NiA3LjI1NTY3IDEwLjM1NTIgOC41Njg2OSA5LjEwMjE2IDkuMTAxNjRaIiBmaWxsPSIjNERDM0ZGIi8+Cjwvc3ZnPgo=");
}

.advantages_item-electron::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUxNTYgMi41MTcyN0gzLjUzMjYxQzIuNzI2MTggMi41MTcyNyAyLjEwOTM4IDMuMTM0MTEgMi4xMDkzOCAzLjk0MDVWMTQuODg3M0gyMS44OTA4VjMuOTQwNUgyMS45Mzg4QzIxLjkzODggMy4xMzQxMSAyMS4zMjIgMi41MTcyNyAyMC41MTU2IDIuNTE3MjdaTTE5Ljk5NDggMTIuOTkxMkg0LjAwNzgyVjQuNDE1NzJIMTkuOTk0OFYxMi45OTEyWiIgZmlsbD0iI0RDMTYxNiIvPgo8cGF0aCBkPSJNMjMuMzEzNyAxOS41ODQzTDIxLjg5MDUgMTUuODM3OEgyLjEwOTAyTDAuNjg1NzU0IDE5LjU4NDNDMC4zNTQ1NDIgMjAuNTMyMyAxLjAxNjk3IDIxLjQ4MjggMi4wMTMwMSAyMS40ODI4SDIxLjkzODVDMjIuOTgyNSAyMS40ODI4IDIzLjY0NDkgMjAuNDg2NyAyMy4zMTM3IDE5LjU4NDNaTTkuNTU2NDcgMTkuOTE1NUwxMC4wMzE3IDE4LjExM0gxNC4wMTU4TDE0LjQ5MSAxOS45MTU1SDkuNTU2NDdaIiBmaWxsPSIjREMxNjE2Ii8+Cjwvc3ZnPgo=");
}

.advantages_item-manager::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUxNTYgMi41MTcyN0gzLjUzMjYxQzIuNzI2MTggMi41MTcyNyAyLjEwOTM4IDMuMTM0MTEgMi4xMDkzOCAzLjk0MDVWMTQuODg3M0gyMS44OTA4VjMuOTQwNUgyMS45Mzg4QzIxLjkzODggMy4xMzQxMSAyMS4zMjIgMi41MTcyNyAyMC41MTU2IDIuNTE3MjdaTTE5Ljk5NDggMTIuOTkxMkg0LjAwNzgyVjQuNDE1NzJIMTkuOTk0OFYxMi45OTEyWiIgZmlsbD0iI0RDMTYxNiIvPgo8cGF0aCBkPSJNMjMuMzEzNyAxOS41ODQzTDIxLjg5MDUgMTUuODM3OEgyLjEwOTAyTDAuNjg1NzU0IDE5LjU4NDNDMC4zNTQ1NDIgMjAuNTMyMyAxLjAxNjk3IDIxLjQ4MjggMi4wMTMwMSAyMS40ODI4SDIxLjkzODVDMjIuOTgyNSAyMS40ODI4IDIzLjY0NDkgMjAuNDg2NyAyMy4zMTM3IDE5LjU4NDNaTTkuNTU2NDcgMTkuOTE1NUwxMC4wMzE3IDE4LjExM0gxNC4wMTU4TDE0LjQ5MSAxOS45MTU1SDkuNTU2NDdaIiBmaWxsPSIjREMxNjE2Ii8+Cjwvc3ZnPgo=");
}

.advantages_item-price::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjQjlCOUI5Ii8+CjxnIGlkPSIxMDI0IiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNzUyXzE3MSkiPgo8cmVjdCB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxNTYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM2IC0xMDIyKSIgZmlsbD0id2hpdGUiLz4KPGcgaWQ9IkZyYW1lIDUwNDUiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfNzUyXzE3MSkiPgo8cmVjdCB4PSItMTUiIHk9Ii0xNzEiIHdpZHRoPSIyNjEiIGhlaWdodD0iMjE1IiByeD0iMyIgZmlsbD0iI0Y3RjdGNyIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIi8+CjxnIGlkPSJGcmFtZSA0NjM5Ij4KPGcgaWQ9IkZyYW1lIDQ2MzgiPgo8ZyBpZD0iRnJhbWUgNTA0MiI+CjxnIGlkPSJjb2luXzE3NjExMTcxIDEiPgo8ZyBpZD0iR3JvdXAiPgo8ZyBpZD0iR3JvdXBfMiI+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuOTExMSAxMC4wNzk0QzE1LjU5ODYgMTAuMjEyMyAxNi4zMzcxIDEwLjI4NjkgMTcuMTA3MyAxMC4yODY5QzE5LjU5NTUgMTAuMjg2OSAyMS43NDM2IDkuNTA2OCAyMi45ODA2IDguNTAxMjdDMjIuOTkzOSA4LjU5NTU2IDIzIDguNjkxNTcgMjMgOC43ODY3MkMyMyA5LjU4MzA5IDIyLjU0MzQgMTAuMzU1NCAyMS42NzMxIDEwLjk1MjlDMjAuNjQyNSAxMS42NjEgMTguOTgzNyAxMi4xNDQ1IDE3LjEwNzMgMTIuMTQ0NUMxNi40MTU3IDEyLjE0NDUgMTUuNzU0OCAxMi4wNzg1IDE1LjE0MyAxMS45NjAyVjExLjM1ODRDMTUuMTQzIDEwLjkyNzIgMTUuMDY3NCAxMC40OTY5IDE0LjkxMTEgMTAuMDc5NFpNMTUuMTQzIDEzLjU1MDRDMTUuNzY0IDEzLjY1NjcgMTYuNDIyOSAxMy43MTU4IDE3LjEwNzMgMTMuNzE1OEMxOS41OTU1IDEzLjcxNTggMjEuNzQzNiAxMi45MzU3IDIyLjk4MDYgMTEuOTMwMkMyMi45OTM5IDEyLjAyNDUgMjMgMTIuMTIwNSAyMyAxMi4yMTU3QzIzIDEzLjAxMiAyMi41NDM0IDEzLjc4NDQgMjEuNjczMSAxNC4zODE5QzIwLjY0MjUgMTUuMDg5OSAxOC45ODM3IDE1LjU3MzQgMTcuMTA3MyAxNS41NzM0QzE2LjQxNTcgMTUuNTczNCAxNS43NTQ4IDE1LjUwNzQgMTUuMTQzIDE1LjM4OTFWMTMuNTUwNFpNMTUuMTQzIDE2Ljk3OTNDMTUuNzY0IDE3LjA4NTYgMTYuNDIyOSAxNy4xNDQ3IDE3LjEwNzMgMTcuMTQ0N0MxOS40NTY2IDE3LjE0NDcgMjEuNTAxNSAxNi40NTA0IDIyLjc2NCAxNS41MjYzQzIyLjkyMDMgMTUuODQgMjMgMTYuMTY4NCAyMyAxNi41MDE4QzIzIDE3LjI5ODIgMjIuNTQzNCAxOC4wNzA1IDIxLjY3MzEgMTguNjY4QzIwLjY0MjUgMTkuMzc2MSAxOC45ODM3IDE5Ljg1OTYgMTcuMTA3MyAxOS44NTk2QzE2LjM5ODQgMTkuODU5NiAxNS43MjAxIDE5Ljc5MDIgMTUuMDk1IDE5LjY2NTlDMTUuMTI2NyAxOS40Njk1IDE1LjE0MyAxOS4yNzE1IDE1LjE0MyAxOS4wNzM1VjE2Ljk3OTNaTTE3LjEwNzMgMkMxOC45ODM3IDIgMjAuNjQyNSAyLjQ4MzQ5IDIxLjY3MzEgMy4xOTE1N0MyMi41NDM0IDMuNzg5MDYgMjMgNC41NjE0MiAyMyA1LjM1Nzc5QzIzIDYuMTU0MTYgMjIuNTQzNCA2LjkyNjUyIDIxLjY3MzEgNy41MjQwMUMyMC42NDI1IDguMjMyMDggMTguOTgzNyA4LjcxNTU4IDE3LjEwNzMgOC43MTU1OEMxNS4yMzA4IDguNzE1NTggMTMuNTcyIDguMjMyMDggMTIuNTQxNCA3LjUyNDAxQzExLjY3MTEgNi45MjY1MiAxMS4yMTQ1IDYuMTU0MTYgMTEuMjE0NSA1LjM1Nzc5QzExLjIxNDUgNC41NjE0MiAxMS42NzExIDMuNzg5MDYgMTIuNTQxNCAzLjE5MTU3QzEzLjU3MiAyLjQ4MzQ5IDE1LjIzMDggMiAxNy4xMDczIDJaTTEzLjU3MSAxNy44NzI1VjE5LjA3MzVDMTMuNTcxIDE5Ljg3MTYgMTMuMDg0OCAyMC42NTYgMTIuMTQ2MSAyMS4yNTQzQzExLjA0OSAyMS45NTQ3IDkuMjgyOTQgMjIuNDMxMyA3LjI4NiAyMi40MzEzQzUuMjg5MDYgMjIuNDMxMyAzLjUyMjk5IDIxLjk1NDcgMi40MjQ5MyAyMS4yNTQzQzEuNDg2MjEgMjAuNjU2IDEgMTkuODcxNiAxIDE5LjA3MzVWMTcuODcyNUMyLjI2NzYyIDE4LjkwMTIgNC41ODczMyAxOS43MTY0IDcuMjg2IDE5LjcxNjRDOS45ODM2NSAxOS43MTY0IDEyLjMwNDQgMTguOTAxMiAxMy41NzEgMTcuODcyNVpNMTMuNTQ0NCAxNC40NjVDMTMuNTYyOCAxNC41NzEzIDEzLjU3MSAxNC42NzkzIDEzLjU3MSAxNC43ODczQzEzLjU3MSAxNS41ODU0IDEzLjA4NDggMTYuMzY5OCAxMi4xNDYxIDE2Ljk2ODJDMTEuMDQ5IDE3LjY2ODUgOS4yODI5NCAxOC4xNDUxIDcuMjg2IDE4LjE0NTFDNS4yODkwNiAxOC4xNDUxIDMuNTIyOTkgMTcuNjY4NSAyLjQyNDkzIDE2Ljk2ODJDMS40ODYyMSAxNi4zNjk4IDEgMTUuNTg1NCAxIDE0Ljc4NzNDMSAxNC42NzkzIDEuMDA4MTcgMTQuNTcxMyAxLjAyNjU2IDE0LjQ2NUMyLjI5OTI5IDE1LjQ4MzQgNC42MDY3MyAxNi4yODc1IDcuMjg2IDE2LjI4NzVDOS45NjUyNiAxNi4yODc1IDEyLjI3MTcgMTUuNDgzNCAxMy41NDQ0IDE0LjQ2NVpNNy4yODYgOC4wMDA2M0M5LjI4Mjk0IDguMDAwNjMgMTEuMDQ5IDguNDc3MjUgMTIuMTQ2MSA5LjE3NzYxQzEzLjA4NDggOS43NzU5NiAxMy41NzEgMTAuNTYwMyAxMy41NzEgMTEuMzU4NEMxMy41NzEgMTIuMTU2NSAxMy4wODQ4IDEyLjk0MDkgMTIuMTQ2MSAxMy41MzkyQzExLjA0OSAxNC4yMzk2IDkuMjgyOTQgMTQuNzE2MiA3LjI4NiAxNC43MTYyQzUuMjg5MDYgMTQuNzE2MiAzLjUyMjk5IDE0LjIzOTYgMi40MjQ5MyAxMy41MzkyQzEuNDg2MjEgMTIuOTQwOSAxIDEyLjE1NjUgMSAxMS4zNTg0QzEgMTAuNTYwMyAxLjQ4NjIxIDkuNzc1OTYgMi40MjQ5MyA5LjE3NzYxQzMuNTIyOTkgOC40NzcyNSA1LjI4OTA2IDguMDAwNjMgNy4yODYgOC4wMDA2M1oiIGZpbGw9IiNEQzE2MTYiLz4KPC9nPgo8L2c+CjwvZz4KPC9nPgo8L2c+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfNzUyXzE3MSIgeD0iLTIxLjkiIHk9Ii0xNzcuOSIgd2lkdGg9IjI4Mi44IiBoZWlnaHQ9IjIzNi44IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9IjQiIGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNDUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd183NTJfMTcxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93Xzc1Ml8xNzEiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNzUyXzE3MSI+CjxyZWN0IHdpZHRoPSIxMDI0IiBoZWlnaHQ9IjE1NjEiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM2IC0xMDIyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.advantages_mobile {
    display: none;
}
.advantages_popup {
    position: absolute;
    top: -114px;
    left: 0;
    background: #fff;
    border: 1px solid #4DC3FF;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
    font-size: 14px;
    width: 245px;
    z-index: 100;
    display: none;
    margin-top: 12px;
    color: #111;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
  }

  .advantages_popup::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -21px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #4DC3FF transparent;
    z-index: 1;
    transform: rotate(180deg);
  }
  
  .advantages_popup::after {
    content: "";
    position: absolute;
    right: 19px;
    bottom: -19px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
    transform: rotate(180deg);

  }
  .advantages_popup-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    font-size: 20px;
    color: #4DC3FF;
    cursor: pointer;
    padding: 0;
    line-height: 1;
  }
  
@media (max-width: 1280px) {
    .props_group.--codes_props .props_code{
        font-size: 14px;
    }
}
.props_group.--codes_props .props_code span{
    color: #A41010;
}
.detail__tabs{
    margin-top: 30px;
    padding: 0;
}
.detail__tabs .nav-tabs{
    border-bottom: 1px solid rgba(164, 16, 16, 0.30);
    margin-bottom: 30px;
}
.detail__tabs .nav-tabs>li.active>a:before,
.detail__tabs .nav-tabs>li.active>a:after{
    display: none;
}
.detail__tabs .nav-tabs>li{
    margin: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
@media (max-width: 1280px) {
    .detail__tabs .nav-tabs>li{
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .detail__tabs .nav-tabs>li{
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .detail__tabs .nav-tabs>li{
        font-size: 14px;
    }
}
.detail__tabs .nav-tabs>li:not(:last-child){
    margin-right: 45px;
}
@media (max-width: 400px) {
    .detail__tabs .nav-tabs>li:not(:last-child){
        margin-right: 18px;
    }
}
.detail__tabs .nav-tabs>li>a{
    border-radius: 0;
    border: none;
    color: #CE6666;
    padding: 0 0 8px 0;
}
.detail__tabs .nav-tabs>li.active>a{
    border: none;
    border-bottom: 2px solid #dc1616;
    color: #dc1616;
    cursor: default;
    margin: 0;
    text-decoration: none;
}
.other_elements{
    margin-top: 40px;
}
.detail__name.webpage__title.--mobile-name{
    display: none;
}
@media (max-width: 600px) {
    .catalog__head .detail__name.webpage__title{
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    .detail__name.webpage__title.--mobile-name{
        display: initial;
    }
    .detail__name.webpage__title.--mobile-name{
        font-size: 18px;
    }
    .product-item-detail-info-container{
        margin-top: 20px;
    }
}
.mobile_bottom_menu{
    display: none;
}
@media (max-width: 600px) {
    .mobile_bottom_menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 12px 30px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0px -2px 10px 0px rgba(105, 105, 105, 0.25);
        z-index: 999;
    }

    .mobile_bottom_menu .detail__btn.added2cart.btn{
        display: flex;
        align-items: center;
    }
    .mobile_bottom_menu .detail__btn>.icon-incart,
    .mobile_bottom_menu .detail__btn>.icon-cart{
        width: 20px;
        height: 20px;
    }
    .mobile_bottom_menu .cmp__icon,
    .mobile_bottom_menu .favorite__icon{
        width: 27px;
        height: 27px;
    }
    .mobile_bottom_menu .detail__icons .cmp__link{
        margin: 0;
    }
    .mobile_bottom_menu .detail__icons .detail__favorite{
        margin-right: 20px;
    }
    .mobile_bottom_menu .detail__btns{
        margin: 0;
    }
    .mobile_bottom_menu .detail__btn{
        min-width: 165px;
        line-height: 120%;
    }
}
@media (max-width: 400px) {
    .mobile_bottom_menu{
        padding: 10px 20px;
    }
    .mobile_bottom_menu .cmp__icon,
    .mobile_bottom_menu .favorite__icon{
        width: 20px;
        height: 20px;
    }
    .mobile_bottom_menu .detail__icons .detail__favorite{
        margin-right: 15px;
    }
}

.bx-filter .bx-ui-slider-track{
    z-index: 2;
}

.mainbanners .mainbanners__owl {
    top: 40px;
    max-height: 700px;
}
@media (max-width: 1275px) {
    .advantages_item-delivery span {
        position: absolute;
        right: -12px;
        bottom: 3px;
    }
    .advantages_popup {
        left: -6px;
    }
    
}
@media (max-width: 1024px) {
    .mainbanners .mainbanners__owl {
        top: 240px;
        max-height: 700px;
    }
    
    .advantages_item-delivery::before,
    .advantages_item-manager::before,
    .advantages_item-price::before {
        width: 32px;
    }
    .advantages_item-electron::before {
        width: 42px;
    }
    .advantages_item-delivery span {
        left: 83px;
        top: 20px;
    }
    .advantages_popup::after {
        right: 123px;
    }
    .advantages_popup::before {
        right: 122px;
    }
    .advantages_popup {
        top: -98px;
        left: -47px;
    }

}
@media (max-width: 983px) {
    .advantages_item-delivery span {
        left: auto;
        top: auto;
        right: 35px;
        bottom: 3px;
    }
}
@media (max-width: 767px) {
    .mainbanners .mainbanners__owl {
        top: 0px;
    }
}
.catalog_side_banner_image{
    width: 100%;
    object-fit: cover;
}
.mainbanners,
.mainbanners .mainbanners__owl{
    max-width: 1920px;
    margin: 0 auto;
}
.js-mm__more-container a:last-child{
    display: none;
}

.error-pic {
    display: flex;
    justify-content: center;
}
.error-pic img{
    width: 450px;
}
.error-title {
    font-size: 48px;
    text-align: center;
}
.error-text {
    margin-bottom: 50px;
    font-size: 14px;
    white-space: 500;
    text-align: center;
}
.catalog_item__promo{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.catalog_item__vendor-code {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 1.2;
    color: #565656;
    cursor: pointer;
    position: relative;
}
.catalog_item__name {
    float: none;
}
.catalog_item__info_wrap .copy-notification {
    bottom: -43px;
    right: -56px;
}
.catalog_item__info_wrap .copy-notification::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzczMDQgMTAuMDI4MkwxNC40MzU3IDIuMzY1NTVDMTQuNjE3MSAyLjE4NDE5IDE0LjgzMjYgMi4wOTM1MSAxNS4wODIzIDIuMDkzNTFDMTUuMzMyIDIuMDkzNTEgMTUuNTQ3MiAyLjE4NDE5IDE1LjcyNzkgMi4zNjU1NUMxNS45MDg3IDIuNTQ2OTIgMTUuOTk5NCAyLjc2MjE0IDE2IDMuMDExMjFDMTYuMDAwNiAzLjI2MDI5IDE1LjkwOTkgMy40NzU4MSAxNS43Mjc5IDMuNjU3NzhMNy40MDc4MiAxMS45Nzc5QzcuMjI2NDYgMTIuMTU5MyA3LjAxNDg2IDEyLjI1IDYuNzczMDQgMTIuMjVDNi41MzEyMiAxMi4yNSA2LjMxOTYzIDEyLjE1OTMgNi4xMzgyNyAxMS45Nzc5TDIuMjYxNTggOC4xMDEyM0MyLjA4MDIyIDcuOTE5ODYgMS45OTMxNiA3LjcwNDY0IDIuMDAwNDIgNy40NTU1N0MyLjAwNzY3IDcuMjA2NDkgMi4xMDIyOSA2Ljk5MDk3IDIuMjg0MjUgNi44MDlDMi40NjYyMiA2LjYyNzAzIDIuNjgxNzUgNi41MzYzNSAyLjkzMDgyIDYuNTM2OTVDMy4xNzk5IDYuNTM3NTYgMy4zOTUxMiA2LjYyODI0IDMuNTc2NDggNi44MDlMNi43NzMwNCAxMC4wMjgyWk0zLjU1MzgxIDE2LjI0QzMuMjk2ODggMTYuMjQgMy4wODE2NiAxNi4xNTI5IDIuOTA4MTUgMTUuOTc4OEMyLjczNDY1IDE1LjgwNDcgMi42NDc1OSAxNS41ODk1IDIuNjQ2OTkgMTUuMzMzMkMyLjY0NjM4IDE1LjA3NjggMi43MzM0NCAxNC44NjE2IDIuOTA4MTUgMTQuNjg3NUMzLjA4Mjg3IDE0LjUxMzQgMy4yOTgwOSAxNC40MjYzIDMuNTUzODEgMTQuNDI2M0gxNC40MzU3QzE0LjY5MjcgMTQuNDI2MyAxNC45MDgyIDE0LjUxMzQgMTUuMDgyMyAxNC42ODc1QzE1LjI1NjQgMTQuODYxNiAxNS4zNDMyIDE1LjA3NjggMTUuMzQyNSAxNS4zMzMyQzE1LjM0MTkgMTUuNTg5NSAxNS4yNTQ5IDE1LjgwNSAxNS4wODE0IDE1Ljk3OTdDMTQuOTA3OSAxNi4xNTQ0IDE0LjY5MjcgMTYuMjQxMiAxNC40MzU3IDE2LjI0SDMuNTUzODFaIiBmaWxsPSIjNzdDQzIxIi8+Cjwvc3ZnPgo=");
}
.catalog_item__info_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.catalog_item__rate {
    color: #565656;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}

.catalog_item__rate:hover{
    text-decoration: none;
}
.catalog_item__rate:hover .catalog_item__rate_count{
    text-decoration: underline;
}
.catalog_item__rate_value {
    font-size: 14px;
    font-weight: 700;
}
.catalog_item__rate_count {
    font-size: 12px;
}
.catalog_item__rate_separator {
    margin: 0 5px;
}

.catalog_item__rate svg {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.--high-demand {
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    border-radius: 4px;
    background: linear-gradient(90deg, #FF4D20 0%, #CE1D7E 100%);
}
.copy_product_link {
    margin-left: 15px;
    display: flex;
    border: none;
    background-color: inherit;
}
.copy_product_link svg path {
    transition: fill 0.3s;
  }
  
.copy_product_link:hover svg path {
    fill: #DC1616; 
}

.bx_soa_location .bx-ui-sls-fake::placeholder {
    color: transparent;
}

.copy-notification {
    display: none;
    position: absolute;
    bottom: 9px;
    right: 8px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 10px;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.copy-notification.show {
    display: block;
    opacity: 1;
}

.copy-notification.hide {
    opacity: 0;
}

@media (max-width: 440px){
    .catalog_item__rate_separator {
        margin: 0 5px;
    }
    
    .catalog_item__info_wrap {
        flex-direction: column;
        align-items: self-start;
    }
    
    .catalog_item__rate {
        margin-top: 10px;
    }
    
    .catalog_item {
        height: 525px !important;
    }
    
    .catalog_item__head.clearfix {
        height: 7.5rem;
    }
}
.catalog_item__head {
    height: 3.5rem;
}
.price__pvd_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
}
.detail__buy .price__pvd_wrapper {
    justify-content: start;

}
.price__opt {
    font-family: "Open Sans";
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0px 4px 2px 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #30B7FB 0%, #4D74FF 100%);
    cursor: pointer;
}
.price__pvd_wrapper::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzExODdfNDk3KSI+CjxtYXNrIGlkPSJtYXNrMF8xMTg3XzQ5NyIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+CjxwYXRoIGQ9Ik0wIDBIMTZWMTZIMFYwWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzExODdfNDk3KSI+CjxwYXRoIGQ9Ik04IDYuNUM4LjI2NTIyIDYuNSA4LjUxOTU3IDYuNjA1MzYgOC43MDcxMSA2Ljc5Mjg5QzguODk0NjQgNi45ODA0MyA5IDcuMjM0NzggOSA3LjVWMTEuNUM5IDExLjc2NTIgOC44OTQ2NCAxMi4wMTk2IDguNzA3MTEgMTIuMjA3MUM4LjUxOTU3IDEyLjM5NDYgOC4yNjUyMiAxMi41IDggMTIuNUM3LjczNDc4IDEyLjUgNy40ODA0MyAxMi4zOTQ2IDcuMjkyODkgMTIuMjA3MUM3LjEwNTM2IDEyLjAxOTYgNyAxMS43NjUyIDcgMTEuNVY3LjVDNyA3LjIzNDc4IDcuMTA1MzYgNi45ODA0MyA3LjI5Mjg5IDYuNzkyODlDNy40ODA0MyA2LjYwNTM2IDcuNzM0NzggNi41IDggNi41Wk04IDUuNUM4LjI2NTIyIDUuNSA4LjUxOTU3IDUuMzk0NjQgOC43MDcxMSA1LjIwNzExQzguODk0NjQgNS4wMTk1NyA5IDQuNzY1MjIgOSA0LjVDOSA0LjIzNDc4IDguODk0NjQgMy45ODA0MyA4LjcwNzExIDMuNzkyODlDOC41MTk1NyAzLjYwNTM2IDguMjY1MjIgMy41IDggMy41QzcuNzM0NzggMy41IDcuNDgwNDMgMy42MDUzNiA3LjI5Mjg5IDMuNzkyODlDNy4xMDUzNiAzLjk4MDQzIDcgNC4yMzQ3OCA3IDQuNUM3IDQuNzY1MjIgNy4xMDUzNiA1LjAxOTU3IDcuMjkyODkgNS4yMDcxMUM3LjQ4MDQzIDUuMzk0NjQgNy43MzQ3OCA1LjUgOCA1LjVaIiBmaWxsPSIjQzJDMkMyIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA4QzAgNS44NzgyNyAwLjg0Mjg1NSAzLjg0MzQ0IDIuMzQzMTUgMi4zNDMxNUMzLjg0MzQ0IDAuODQyODU1IDUuODc4MjcgMCA4IDBDMTAuMTIxNyAwIDEyLjE1NjYgMC44NDI4NTUgMTMuNjU2OSAyLjM0MzE1QzE1LjE1NzEgMy44NDM0NCAxNiA1Ljg3ODI3IDE2IDhDMTYgMTAuMTIxNyAxNS4xNTcxIDEyLjE1NjYgMTMuNjU2OSAxMy42NTY5QzEyLjE1NjYgMTUuMTU3MSAxMC4xMjE3IDE2IDggMTZDNS44NzgyNyAxNiAzLjg0MzQ0IDE1LjE1NzEgMi4zNDMxNSAxMy42NTY5QzAuODQyODU1IDEyLjE1NjYgMCAxMC4xMjE3IDAgOFpNOCAyQzcuMjEyMDcgMiA2LjQzMTg1IDIuMTU1MTkgNS43MDM5IDIuNDU2NzJDNC45NzU5NSAyLjc1ODI1IDQuMzE0NTEgMy4yMDAyMSAzLjc1NzM2IDMuNzU3MzZDMy4yMDAyMSA0LjMxNDUxIDIuNzU4MjUgNC45NzU5NSAyLjQ1NjcyIDUuNzAzOUMyLjE1NTE5IDYuNDMxODUgMiA3LjIxMjA3IDIgOEMyIDguNzg3OTMgMi4xNTUxOSA5LjU2ODE1IDIuNDU2NzIgMTAuMjk2MUMyLjc1ODI1IDExLjAyNDEgMy4yMDAyMSAxMS42ODU1IDMuNzU3MzYgMTIuMjQyNkM0LjMxNDUxIDEyLjc5OTggNC45NzU5NSAxMy4yNDE3IDUuNzAzOSAxMy41NDMzQzYuNDMxODUgMTMuODQ0OCA3LjIxMjA3IDE0IDggMTRDOS41OTEzIDE0IDExLjExNzQgMTMuMzY3OSAxMi4yNDI2IDEyLjI0MjZDMTMuMzY3OSAxMS4xMTc0IDE0IDkuNTkxMyAxNCA4QzE0IDYuNDA4NyAxMy4zNjc5IDQuODgyNTggMTIuMjQyNiAzLjc1NzM2QzExLjExNzQgMi42MzIxNCA5LjU5MTMgMiA4IDJaIiBmaWxsPSIjQzJDMkMyIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTg3XzQ5NyI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;

}

.popup_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.50);
    z-index: 2222;
    top: 0;
    left: 0;
}

.popup_section {
    font-family: "Open Sans";
    background: #FFFFFF;
    color: #111;
    padding: 44px;
    width: 724px;
    height: 625px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    text-align: left;
    overflow: scroll;
  }
  .popup_overlay.hide-popup {
    display: none;
  }

  .popup_section.hide-popup {
    display: none;
  }
  
  .popup_section .popup_container {
    position: relative;
  }
  
  
  .popup_section .popup_title {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 30px;
    display: flex;
    gap: 12px;
  }

  .popup_section .popup_title::before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS42MjUzIDEyLjEyNUMyMC4xMjUzIDExLjYyNSAyMC4xMjUzIDEwLjg3NSAxOS42MjUzIDEwLjM3NUMxOS4xMjUzIDkuODc1MDIgMTguMzc1MyA5Ljg3NTAyIDE3Ljg3NTMgMTAuMzc1TDEwLjM3NTMgMTcuODc1QzkuODc1MjkgMTguMzc1IDkuODc1MjkgMTkuMTI1IDEwLjM3NTMgMTkuNjI1QzEwLjg3NTMgMjAuMTI1IDExLjYyNTMgMjAuMTI1IDEyLjEyNTMgMTkuNjI1TDE5LjYyNTMgMTIuMTI1Wk0yMC4wMDAzIDE4LjEyNUMyMC4wMDAzIDE5LjEyNSAxOS4xMjUzIDIwIDE4LjEyNTMgMjBDMTcuMTI1MyAyMCAxNi4yNTAzIDE5LjEyNSAxNi4yNTAzIDE4LjEyNUMxNi4yNTAzIDE3LjEyNSAxNy4xMjUzIDE2LjI1IDE4LjEyNTMgMTYuMjVDMTkuMTI1MyAxNi4yNSAyMC4wMDAzIDE3LjEyNSAyMC4wMDAzIDE4LjEyNVpNMTEuODc1MyAxMy43NUMxMi44NzUzIDEzLjc1IDEzLjc1MDMgMTIuODc1IDEzLjc1MDMgMTEuODc1QzEzLjc1MDMgMTAuODc1IDEyLjg3NTMgMTAgMTEuODc1MyAxMEMxMC44NzUzIDEwIDEwLjAwMDMgMTAuODc1IDEwLjAwMDMgMTEuODc1QzEwLjAwMDMgMTIuODc1IDEwLjg3NTMgMTMuNzUgMTEuODc1MyAxMy43NVpNNi41MDAyOSA0Ljc1MDAyQzcuNjI1MjkgMS44NzUwMiAxMC44NzUzIDAuNTAwMDE5IDEzLjc1MDMgMS43NTAwMkMxNC41MDAzIDIuMTI1MDIgMTUuMzc1MyAyLjEyNTAyIDE2LjEyNTMgMS43NTAwMkMxOS4wMDAzIDAuNTAwMDE5IDIyLjM3NTMgMS44NzUwMiAyMy41MDAzIDQuNzUwMDJDMjMuNzUwMyA1LjUwMDAyIDI0LjM3NTMgNi4xMjUwMiAyNS4yNTAzIDYuNTAwMDJDMjguMTI1MyA3LjYyNTAyIDI5LjYyNTMgMTEgMjguMjUwMyAxMy44NzVDMjcuODc1MyAxNC42MjUgMjcuODc1MyAxNS41IDI4LjI1MDMgMTYuMjVDMjkuNTAwMyAxOS4xMjUgMjguMTI1MyAyMi41IDI1LjI1MDMgMjMuNjI1QzI0LjUwMDMgMjMuODc1IDIzLjg3NTMgMjQuNSAyMy41MDAzIDI1LjM3NUMyMi4zNzUzIDI4LjI1IDE5LjAwMDMgMjkuNzUgMTYuMTI1MyAyOC4zNzVDMTUuMzc1MyAyOCAxNC41MDAzIDI4IDEzLjc1MDMgMjguMzc1QzEwLjg3NTMgMjkuNjI1IDcuNTAwMjkgMjguMjUgNi4zNzUyOSAyNS4zNzVDNi4xMjUyOSAyNC42MjUgNS41MDAyOSAyNCA0LjYyNTI5IDIzLjYyNUMxLjc1MDI5IDIyLjUgMC4yNTAyOTMgMTkuMTI1IDEuNjI1MjkgMTYuMjVDMi4wMDAyOSAxNS41IDIuMDAwMjkgMTQuNjI1IDEuNjI1MjkgMTMuODc1QzAuMzc1MjkzIDExIDEuNzUwMjkgNy42MjUwMiA0LjYyNTI5IDYuNTAwMDJDNS41MDAyOSA2LjEyNTAyIDYuMTI1MjkgNS41MDAwMiA2LjUwMDI5IDQuNzUwMDJaIiBmaWxsPSIjREMxNjE2Ii8+Cjwvc3ZnPgo=");
  }

  .popup_descr {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .popup_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    margin-bottom: 30px;
  }

  .popup_info,
  .popup_add_info {
    color: #A7ADB2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  
  .popup_section .popup_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }
  
  .popup_section .popup_item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    list-style: none;
  }
  
  .popup_section .popup_item span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  
  .popup_section .popup_close_btn {
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDIwTDQgNE0yMCA0TDQgMjAiIHN0cm9rZT0iI0E3QURCMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .popup_section .popup_close_btn:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDE3TDEgMU0xNyAxTDEgMTciIHN0cm9rZT0iI0RDMTYxNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
    transition: 0.3s;
    top: 2px;
    right: -2px;
  }
.promo__sticker{
    font-family: "Open Sans";
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    padding: 4px 8px;
    border-radius: 4px;
}
.promo__sticker:not(:last-child){
    margin-bottom: 5px;
}
.promo__sticker.--discount-sticker{
    color: #FFFFFF;
    background: #FA402F;
}
.promo__sticker.--lowprice-sticker{
    color: #FFFFFF;
    background: #20C530;
}
.promo__sticker.--bestseller-sticker{
    color: #111;
    background: #FFD541;
}
@media (min-width: 480px){
    .mainbanners {
        height: 26rem;
    }
    .mainbanners .mainbanners__owl .owl-dots {
        position: absolute;
        bottom: 0.7rem;
    }
}
@media (max-width: 480px){
    .mainbanners {
        height: 16rem;
    }
    .mainbanners .mainbanners__owl .owl-dots {
        position: absolute;
        bottom: 0.05rem;
    }
    .mainbanners .owl-carousel .owl-dot span {
        width: 0.5rem;
        height: 0.5rem;
    }
}
@media (min-width: 992px) {
    .mainbanners {
        height: 40rem;
    }
    .mainbanners .mainbanners__owl .owl-dots {
        position: absolute;
        bottom: 1.25rem;
    }
}
@media (min-width: 768px) {
    .fixed {
        width: 100%;
        padding: 25px 40px;
        justify-content: center;
        position: fixed;
        top: 0;
        z-index: 1000; 
        background-color: #fff;
        border-bottom: 1px solid var(--, #E0E0E0);
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);

        transform: translateY(-100%); 
    }
    .appearance-show {
        transform: translateY(0); 
        transition: transform .3s ease-in-out;
    }
    .mn {
        margin: 0;
    }
    .l-header__info-stub {
        display: none;
        height: 103px;
    }
    .l-header__info-stub_act {
        display: block;
    }

}

.order-section__icon.order-section__icon_pickup {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='26' viewBox='0 0 30 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.8167 12.1587L20.8159 2.8762C20.5867 2.34445 20.0632 2 19.4841 2H13.6335M24.8167 12.1587H25.7649C27.5516 12.1587 29 13.6071 29 15.3938V19.7729C29 20.4506 28.4506 21 27.7729 21H26.1275M24.8167 12.1587H13.6335M1 12.1587L3.60003 3.05206C3.77781 2.42936 4.34691 2 4.9945 2H13.6335M1 12.1587V19.7729C1 20.4506 1.54939 21 2.22709 21H3.9004M1 12.1587H13.6335M13.6335 2V12.1587' stroke='%23DC1616' stroke-width='3'/%3e%3cpath d='M11.9601 21.1653L18.0119 21.1375' stroke='%23DC1616' stroke-width='3'/%3e%3ccircle cx='8' cy='21' r='3.5' stroke='%23DC1616' stroke-width='3'/%3e%3ccircle cx='22' cy='21' r='3.5' stroke='%23DC1616' stroke-width='3'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
}

.whatsapp_container {
    position: fixed;
    bottom: 37px;
    right: 52px;
    z-index: 99;
}
.whatsapp_container {
    background: linear-gradient(215deg, #009937 16.55%, #00B83C 85.09%);
    border-radius: 466.667px;
    border: 2px solid #03D747;
    box-shadow: 1.867px 3.733px 9.333px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.whatsapp_container_body {
    display: flex;
    gap: 12px;
    color: white;
    padding: 14px 30px;
    border-radius: 43px;
    box-sizing: border-box;
    align-items: center;
}
.whatsapp_container_body__text_title {
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    line-height: 110%;
    text-wrap: nowrap;
}

.whatsapp_container_body__text_simple {
    display: block;
    padding: 10px 20px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 700;
    color: #00782B;
    background-color: #fff;
    border-radius: 466px;
    box-shadow: 1.867px 3.733px 9.333px 0px rgba(0, 0, 0, 0.25);
}
.whatsapp_container_body_icon {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
}
.whatsapp_container_body_icon svg{
    display: none;
}
.whatsapp_container_body_icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog__descr {
    margin-bottom: 60px;
}
@media (max-width: 992px) {
    .whatsapp_container {
        transform: scale(.9);
        right: 0;
    }
}
@media(max-width: 600px){
    .whatsapp_container {
        transform: scale(1);
        right: 20px;
    }
    .whatsapp_container_body {
        padding: 11px;
    }
	.whatsapp_container_body__text {
        display: none;
    }
    .whatsapp_container_body_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
    }
    .whatsapp_container_body_icon img{
        display: none;
    }
    .whatsapp_container_body_icon svg{
        display: block;
        width: 77%;
        height: 77%;
    }
    .catalog__descr {
        margin-bottom: 40px;
    }
}
@media(max-width: 420px){
    .whatsapp_container {
        transform: scale(.85);
        right: 8px;
        bottom: 8px;
    }
}
.submit-message {
    display: none;
    font-size: 18px;
}

.catalog_item__not_available {
    position: absolute;
    z-index: 3;
    background: #F4F4F4;
    left: 0;
    top: 50px;
    width: 220px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}

a.catalog_item__not_available_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.70);
    left: 0;
    top: 0;
    border-radius: 15px;
}

@media (max-width: 430px){
    .catalog_item__not_available {
        width: 90%;
        font-size: 12px;
        padding: 0 1rem;
        box-sizing: border-box;
    }
}

.stocks__availability_false {
    display: block;
    font-size: 14px;
}

@media (max-width: 768px){
    .stocks__availability_false {
        font-size: 16px;
    }
    .popup_section {
        width: 70%;
    }
}

.stocks__availability_btn_false {
    display: flex;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    background: #E0E0E0;
    color: #565656;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.detail__tabs .nav-tabs>li a[href="#tab_reviews"]:after {
    content: attr(data-count);
    background: #DC1616;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 14px);
    right: -23px;
    box-sizing: border-box;
    border-top: unset;
    bottom: unset;
    margin-left: unset;
    left: unset;
}

.props_group.--reviews_star {
    color: #565656;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.props_group__rate_value {
    font-size: 14px;
    font-weight: 700;
}

.props_group__rate_separator {
    margin: 0 5px;
}

.props_group__rate_count:hover {
    cursor: pointer;
    text-decoration-line: underline;
}

.props_group.--reviews_star svg {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.detail__tabs .nav-tabs {
    padding-top: 3px;
}
.catalog-secreviews {
    float: left;
    padding-left: 269px;
    padding-right: .75rem;
    max-width: 100%;
    margin-bottom: 42px;
}
.catalog-secreviews__title {
    margin: 0 0 24px;
    font-family: "Open Sans";
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    line-height: 1.52;
    color: #000;
}
.catalog-reviews-container {
    max-width: 1018px;
}
.catalog-reviews__item {
    display: flex;
    justify-content: space-between;
}
.reviews-product {
    width: 254px;
    padding: 18px 14px 0;
    box-sizing: border-box;
}
.reviews-product a {
    text-decoration: none;
}
.reviews-product__img {
    padding: 0 24px;
}
.reviews-product__title {
    margin: 18px 0 10px;
    font-family: "Microsoft Sans Serif", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
.reviews-product .catalog_item__vendor-code {
    margin-bottom: 10px;
}
.catalog-reviews__user {
    width: 69%;
}
.catalog-reviews__user-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.catalog-reviews__user-name {
    width: 75%;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
}
.catalog-reviews__rate {
    width: 84px;
}
.catalog-reviews__rate.rate > .rate__icon{
    pointer-events: none;
}
.catalog-reviews__date {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color:#A7ADB2;
}
.catalog-reviews__detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.catalog-reviews__detail-wrap:last-child {
    margin-top: 8px;
}
.catalog-reviews__detail-name {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #565656;
    margin-right: 15px;
}
.catalog-reviews__detail-info {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #111;
}
.catalog-slider-reviews .slick-arrow {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: transparent;
    border: none;
    position: absolute;
    top: -54px;
    right: 0;
}
.catalog-slider-reviews .slick-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='33' viewBox='0 0 34 33' fill='none'%3e%3crect x='1.25' y='0.75' width='31.5' height='31.5' rx='15.75' stroke='%23565656' stroke-width='1.5'/%3e%3cpath d='M19.5758 19.3661L22 16.9418M22 16.9418L19.5758 14.5M22 16.9418L12 16.9418' stroke='%23565656' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.catalog-slider-reviews .slick-arrow.slick-prev {
    right: 45px;
}
.catalog-slider-reviews .slick-arrow.slick-prev::before {
    transform: rotateY(180deg);
}
.catalog-slider-reviews .slick-arrow:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='33' viewBox='0 0 34 33' fill='none'%3e%3crect x='1.25' y='0.75' width='31.5' height='31.5' rx='15.75' stroke='%23DC1616' stroke-width='1.5'/%3e%3cpath d='M19.5758 19.3661L22 16.9418M22 16.9418L19.5758 14.5M22 16.9418L12 16.9418' stroke='%23DC1616' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.catalog-slider-reviews .slick-arrow.slick-disabled {
    opacity: .6;
    pointer-events: none;
}
.whatsapp-banner {
    display: inline-block;
    width: 100%;
    height: 280px;
    padding: 26px 60px;
    margin: 30px 0;
    background-image: url(/local/templates/os_default/assets/css/../img/whatsapp-bn.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}
.whatsapp-banner:hover {
    text-decoration: none;
}
.whatsapp-banner__title {
    max-width: 460px;
    margin: 0 0 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.whatsapp-banner__description {
    max-width: 560px;
    margin: 0 0 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
.whatsapp-banner__btn {
    display: inline-block;
    padding: 14px 24px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #0A9F3C;
    background-color: #fff;
    border-radius: 466px;
    box-shadow: 1.867px 3.733px 9.333px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1279px) {
    .catalog-reviews-container {
        max-width: 700px;
    }
    .whatsapp-banner {
        height: 240px;
        padding: 22px 40px;
        background-size: cover;
        background-position: 55% 50%;
    }
    .whatsapp-banner__title {
        max-width: 390px;
        margin-bottom: 10px;
        font-size: 28px;
    }
    .whatsapp-banner__description {
        max-width: 495px;
        margin-bottom: 24px;
        font-size: 16px;
    }

}
@media (max-width: 1024px) {
    .reviews-product {
        width: 233px;
    }
}
@media (max-width: 992px) {
    .catalog-secreviews {
        padding: 0 .75rem;
        box-sizing: border-box;
    }
    .catalog-reviews-container {
        max-width: 100%;
    }
    .whatsapp-banner {
        padding: 22px 30px;
        background-position: 35% 50%;
    }
    .search-page-side .catalog_side_banner {
        display: none;
    }
}
@media (max-width: 750px) {
    .whatsapp-banner {
        background-position: 45% 50%;
    }
}
@media (max-width: 680px) {
    .whatsapp-banner {
        background-position: 51% 50%;
    }
}
@media (max-width: 620px) {
    .catalog-secreviews {
        margin-bottom: 13px;
    }
    .catalog-reviews__item {
        flex-direction: column;
        gap: 30px;
    }
    .reviews-product {
        width: 100%;
    }
    .reviews-product a {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
    .reviews-product__title {
        margin-top: 0;
    }
    .catalog-reviews__user {
        width: 100%;
    }
    .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 30px 0 0;
        list-style: none;
    }
    .slick-dots li[role='presentation'] {
        display: none;
    }
    .slick-dots li.slick-active {
        display: block;
    }
    .slick-dots li > button, .dots-all {
        padding: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        color: #A7ADB2;
        background-color: transparent;
        border: none;
    }
    .slick-dots .dots-all[role='presentation'] {
        display: block;
    }
    .slick-dots li.slick-active > button {
        color: #DC1616;
    }
    .slick-dots li.slick-active::after {
        content: '/';
        display: inline;
        margin: 0 4px;
        font-size: 18px;
        color: #A7ADB2;
    }
    .whatsapp-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 310px;
        padding: 46px 24px;
        background-position: 50% 50%;
        background-image: url(/local/templates/os_default/assets/css/../img/whatsapp-bn-mb.jpg);
    }
    .whatsapp-banner__title {
        max-width: 85%;
        font-size: 28px;
        text-align: center;
    }
    .whatsapp-banner__description {
        max-width: 85%;
        font-size: 16px;
        text-align: center;
    }

}
@media (max-width: 500px)  {
    .whatsapp-banner__title {
        max-width: 100%;
    }
    .whatsapp-banner__description {
        max-width: 100%;
    }
}
@media (max-width: 420px) {
    .reviews-product {
        padding-top: 30px;
    }
    .reviews-product__img {
        padding: 0 10px 0 14px;
    }
    .catalog-secreviews__title {
        margin-bottom: 54px;
    }
    .catalog-slider-reviews .slick-arrow::before {
        top: 24px;
    }
    .reviews-product__title {
        font-size: 12px;
    }
    .reviews-product .price__pdv {
        font-size: 16px;
        line-height: 1.4;
    }
    .catalog-reviews__detail-wrap {
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .catalog-reviews__detail-name {
        width: 89px;
    }
    .whatsapp-banner {
        height: 280px;
        padding: 35px 18px;
    }
    .whatsapp-banner__title {
        font-size: 20px;
    }
    .whatsapp-banner__description {
        font-size: 14px;
    }
}

.index_reviews{
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/local/templates/os_default/assets/img/index_reviews_bg.webp');
}
@media (max-width: 1100px) {
    .index_reviews{
        padding: 80px 0;
    }
}
@media (max-width: 980px) {
    .index_reviews{
        padding: 80px 0 60px;
    }
}
@media (max-width: 400px) {
    .index_reviews{
        padding: 60px 0;
    }
}
.index_reviews__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 680px) {
    .index_reviews__header{
        display: flex;
        justify-content: start;
        align-items: start;
        margin-bottom: 40px;
        flex-direction: column;
        gap: 30px;
    }
}
.index_reviews__header_info{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: fit-content;
}
.index_reviews__header_info_logo{
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_927_3734)'%3E%3Cpath d='M32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32C24.8366 32 32 24.8366 32 16Z' fill='%23ED1C24'/%3E%3Cpath d='M18.8134 18.2456V25.7309H20.9233V6.15381H17.7585C14.5935 6.15381 11.8976 8.22668 11.8976 12.3724C11.8976 15.3666 13.0697 16.8637 14.828 17.7849L11.0771 25.8461H13.5387L16.9379 18.2456H18.8134ZM18.8134 16.5182H17.6412C15.7657 16.5182 14.2419 15.4817 14.2419 12.3724C14.2419 9.14796 15.883 7.99637 17.6412 7.99637H18.8134V16.5182Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_927_3734'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_reviews__header_info_row{
    display: flex;
    align-items: center;
    gap: 10px;
}
.index_reviews__header_info_stars{
    width: 103px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='102' height='18' viewBox='0 0 102 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L11.2641 5.88367L17.5595 6.21885L12.6635 10.1903L14.2901 16.2812L9 12.852L3.70993 16.2812L5.33653 10.1903L0.440492 6.21885L6.73585 5.88367L9 0Z' fill='%23FFC400'/%3E%3Cpath d='M30 0L32.2641 5.88367L38.5595 6.21885L33.6635 10.1903L35.2901 16.2812L30 12.852L24.7099 16.2812L26.3365 10.1903L21.4405 6.21885L27.7359 5.88367L30 0Z' fill='%23FFC400'/%3E%3Cpath d='M51 0L53.2641 5.88367L59.5595 6.21885L54.6635 10.1903L56.2901 16.2812L51 12.852L45.7099 16.2812L47.3365 10.1903L42.4405 6.21885L48.7359 5.88367L51 0Z' fill='%23FFC400'/%3E%3Cpath d='M72 0L74.2641 5.88367L80.5595 6.21885L75.6635 10.1903L77.2901 16.2812L72 12.852L66.7099 16.2812L68.3365 10.1903L63.4405 6.21885L69.7359 5.88367L72 0Z' fill='%23FFC400'/%3E%3Cpath d='M93 0L95.2641 5.88367L101.56 6.21885L96.6635 10.1903L98.2901 16.2812L93 12.852L87.7099 16.2812L89.3365 10.1903L84.4405 6.21885L90.7359 5.88367L93 0Z' fill='%23E0E0E0'/%3E%3C/svg%3E%0A");
}
.index_reviews__header_info_rating{
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.index_reviews__header_info_link{
    color: #565656;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}
.index_reviews__header_info_text{
    color: #111;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.index_reviews__header_title{
    color: #111;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
@media (max-width: 1100px) {
    .index_reviews__header_title{
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .index_reviews__header_title{
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .index_reviews__header_title{
        font-size: 20px;
    }
}
.index_reviews__slider{
    position: relative;
    margin: 0 -10px;
}
.index_reviews__slider_item{
    padding: 24px;
    display: flex;
    height: 370px;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    margin: 0 10px;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .index_reviews__slider_item{
        padding: 24px 20px;
    }
}
@media (max-width: 400px) {
    .index_reviews__slider_item{
        height: 350px;
    }
}
.index_reviews__slider_item_header{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}
.index_reviews__slider_item_logo{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.index_reviews__slider_item_logo_image{
    width: 100%;
    object-fit: cover;
}
.index_reviews__slider_item_name{
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 400px) {
    .index_reviews__slider_item_name{
        font-size: 16px;
    }
}
.index_reviews__slider_item_rating{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.index_reviews__slider_item_rating_date{
    color: #A7ADB2;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.index_reviews__slider_item_rating_stars{
    width: 88px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='87' height='15' viewBox='0 0 87 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0L9.38679 4.90306L14.6329 5.18237L10.5529 8.49194L11.9084 13.5676L7.5 10.71L3.09161 13.5676L4.44711 8.49194L0.367076 5.18237L5.61321 4.90306L7.5 0Z' fill='%23FFC300'/%3E%3Cpath d='M25.5 0L27.3868 4.90306L32.6329 5.18237L28.5529 8.49194L29.9084 13.5676L25.5 10.71L21.0916 13.5676L22.4471 8.49194L18.3671 5.18237L23.6132 4.90306L25.5 0Z' fill='%23FFC300'/%3E%3Cpath d='M43.5 0L45.3868 4.90306L50.6329 5.18237L46.5529 8.49194L47.9084 13.5676L43.5 10.71L39.0916 13.5676L40.4471 8.49194L36.3671 5.18237L41.6132 4.90306L43.5 0Z' fill='%23FFC300'/%3E%3Cpath d='M61.5 0L63.3868 4.90306L68.6329 5.18237L64.5529 8.49194L65.9084 13.5676L61.5 10.71L57.0916 13.5676L58.4471 8.49194L54.3671 5.18237L59.6132 4.90306L61.5 0Z' fill='%23FFC300'/%3E%3Cpath d='M79.5 0L81.3868 4.90306L86.6329 5.18237L82.5529 8.49194L83.9084 13.5676L79.5 10.71L75.0916 13.5676L76.4471 8.49194L72.3671 5.18237L77.6132 4.90306L79.5 0Z' fill='%23FFC300'/%3E%3C/svg%3E%0A");
}
.index_reviews__slider_item_text{
    color: var(--, #111);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
@media (max-width: 400px) {
    .index_reviews__slider_item_text{
        font-size: 14px;
    }
}
.index_reviews__slider .slick-arrow{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
    border: none;
    font-size: 0px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-150%, -40%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_2309_5)'%3E%3Crect width='44' height='44' rx='22' fill='%234DC3FF' /%3E%3Cpath d='M25.9404 28.12L19.8338 22L25.9404 15.88L24.0604 14L16.0604 22L24.0604 30L25.9404 28.12Z' fill='white'/%3E%3C/g%3E%3Crect x='1' y='1' width='42' height='42' rx='21' stroke='%234DC3FF' stroke-width='2'/%3E%3Cdefs%3E%3CclipPath id='clip0_2309_5'%3E%3Crect width='44' height='44' rx='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 1400px) {
    .index_reviews__slider .slick-arrow{
        transform: translate(-30%, -50%);
    }
}
.index_reviews__slider .slick-arrow.slick-next{
    transform: rotate(180deg) translate(-150%, 40%);
    left: auto;
    right: 0;
}
@media (max-width: 1400px) {
    .index_reviews__slider .slick-arrow.slick-next{
        transform: rotate(180deg) translate(-30%, 50%);
    }
}
.index_reviews__slider .slick-arrow.slick-disabled{
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_927_4986)'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='%23E0E0E0'/%3E%3Cpath d='M25.9404 28.12L19.8338 22L25.9404 15.88L24.0604 14L16.0604 22L24.0604 30L25.9404 28.12Z' fill='white'/%3E%3C/g%3E%3Crect x='1' y='-1' width='42' height='42' rx='21' transform='matrix(-1 0 0 1 44 2)' stroke='%23E0E0E0' stroke-width='2'/%3E%3Cdefs%3E%3CclipPath id='clip0_927_4986'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_reviews__slider .slick-arrow:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_927_4992)'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='white'/%3E%3Cpath d='M25.9404 28.12L19.8338 22L25.9404 15.88L24.0604 14L16.0604 22L24.0604 30L25.9404 28.12Z' fill='%234DC3FF'/%3E%3C/g%3E%3Crect x='1' y='-1' width='42' height='42' rx='21' transform='matrix(-1 0 0 1 44 2)' stroke='%234DC3FF' stroke-width='2'/%3E%3Cdefs%3E%3CclipPath id='clip0_927_4992'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_slider__custom_dots{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    margin: 0 -6px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 980px) {
    .index_reviews__slider ~ .index_slider__custom_dots{
        position: relative;
        opacity: 1;
        pointer-events: all;
        transition: .3s;
    }
}
.index_slider__custom_dots .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}
.index_slider__custom_dots .slick-dots li.slick-active::after{
    display: none !important;
}
.index_slider__custom_dots .slick-dots li{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.index_slider__custom_dots li button{
    width: 8px;
    height: 8px;
    border: none;
    background-color: #FFF;
    font-size: 0px;
    border-radius: 50%;
    transition: .1s;
    margin: 0 6px;
    padding: 0;
    box-sizing: border-box;
}
.index_slider__custom_dots li.--next button,
.index_slider__custom_dots li.--prev button{
    width: 12px;
    height: 12px;
}
.index_slider__custom_dots li.slick-active button{
    background-color: #DC1616;
    width: 16px;
    height: 16px;
}


.index_text{
    padding: 120px 0;
}
@media (max-width: 1100px) {
    .index_text{
        padding: 100px 0;
    }
}
@media (max-width: 980px) {
    .index_text{
        padding: 100px 0 55px;
    }
}
@media (max-width: 600px) {
    .index_text{
        padding: 80px 0 55px;
    }
}
@media (max-width: 400px) {
    .index_text{
        padding: 60px 0 25px;
    }
}
.index_text__title{
    display: block;
    color: #111;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 40px;
}
@media (max-width: 1100px) {
    .index_text__title{
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .index_text__title{
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .index_text__title{
        font-size: 20px;
    }
}
.index_text__block{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.index_text__block p{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 400px) {
    .index_text__block p{
        font-size: 14px;
    }
}
.catalog_item_main__img {
    position: absolute;
    opacity: 1;
    transition: all 0.1s;
}
.catalog_item__pic:hover .catalog_item_other__img {
    opacity: 1;
    transition: all 0.1s;
}
.catalog_item__pic:hover .catalog_item_main__img {
    opacity: 0;
    transition: all 0.1s;
}
.catalog_item__nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 5px;
    max-width: fit-content;
    margin: -9px auto 3px;
}
.catalog_item__nav::after {
    background: rgba(216, 213, 215, 0.5);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: 0.3s;
}
.catalog_item__nav::before {
    background: #595f62;
    content: "";
    width: 20px;
    height: 8px;
    border-radius: 100px;
    transition: 0.3s;
}
.catalog_item__inner:has(.catalog_item__pic:hover) .catalog_item__nav::before {
    background: rgba(216, 213, 215, 0.5);
    transition: 0.3s;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.catalog_item__inner:has(.catalog_item__pic:hover) .catalog_item__nav::after {
    background: #595f62;
    transition: 0.3s;
    width: 20px;
    height: 8px;
    border-radius: 100px;
    transition: 0.3s;
}
.news_detail__banner{
    margin: 40px 0;
}
.news_detail__banner_img{
    width: 100%;
    object-position: center center;
    object-fit: cover;
}
@media (max-width: 600px) {
    .news_detail__banner_img{
        height: 300px;
    }
}
@media (max-width: 400px) {
    .news_detail__banner_img{
        height: 220px;
    }
}
.news_detail__date{
    color: #565656;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.64px;
}
@media (max-width: 600px) {
    .news_detail__date{
        font-size: 14px;
    }
}
.news_detail__expert{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #E0E0E0;
}
.news_detail__expert_image{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin: 0;
}
.news_detail__expert_info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.news_detail__expert_info_job{
    color: #565656;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 400px) {
    .news_detail__expert_info_job{
        font-size: 14px;
    }
}
.news_detail__expert_info_name{
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
@media (max-width: 400px) {
    .news_detail__expert_info_name{
        font-size: 16px;
    }
}
.news_detail__preview_text{
    color: #111;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}
@media (max-width: 980px) {
    .news_detail__preview_text{
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .news_detail__preview_text{
        font-size: 16px;
    }
}
.news_detail__title{
    color: #000;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
@media (max-width: 1100px) {
    .news_detail__title{
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .news_detail__title{
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    .news_detail__title{
        font-size: 24px;
    }
}
.news_detail__titles{
    margin-top: 60px;
}
.news_detail__titles_list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.news_detail__titles_list_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.news_detail__titles_list_item a{
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.news_detail__titles_list_item a:hover{
    text-decoration: underline;
}
.news_detail__titles_list_item span{
    color: #4DC3FF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.news_detail__titles_title{
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
@media (max-width: 600px) {
    .news_detail__titles_title{
        font-size: 20px;
    }
}
@media (max-width: 400px) {
    .news_detail__titles_title{
        font-size: 18px;
    }
}
.possible_products {
    margin: 80px 0 40px;
}
.possible_products__descr {
    color: #111;
    font-family: "Open Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 40px;
}
.possible_products .news_detail__products {
    position: relative;
}
.possible_products .news_detail__products_header {
    position: absolute;
    right: 0;
    top: -87px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 60px;
    border: 2px solid #DC1616;
    background: #DC1616;
    padding: 20px;
}
.possible_products .news_detail__products_header a {
    color: #FFF;
    text-decoration: none;
    padding: 20px;
}
.possible_products .news_detail__products_nav {
    display: none;
}
.possible_products .news_detail__products_slider {
    height: 478px;
    padding: 2px;
}
.possible_products .catalog_item__img {
    display: inline-block;
}
.news_detail__content{
    .news_detail__content_title{
        color: #111;
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; 
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 30px;
    }
    @media (max-width: 600px) {
        .news_detail__content_title{
            font-size: 20px;
            align-items: start;
        }
    }
    @media (max-width: 400px) {
        .news_detail__content_title{
            font-size: 18px;
        }
    }
    .news_detail__content_title_number{
        color: #4DC3FF;
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }
    @media (max-width: 600px) {
        .news_detail__content_title_number{
            font-size: 20px;
        }
    }
    @media (max-width: 400px) {
        .news_detail__content_title_number{
            font-size: 18px;
        }
    }
    .news_detail__products{
        margin-top: 60px;
    }
    .news_detail__products_header{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .news_detail__products_title{
        color: #000;
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }
    @media (max-width: 1100px) {
        .news_detail__products_title{
            font-size: 28px;
        }
    }
    @media (max-width: 600px) {
        .news_detail__products_title{
            font-size: 24px;
        }
    }
    @media (max-width: 400px) {
        .news_detail__products_title{
            font-size: 20px;
        }
    }
    .news_detail__products_link{
        display: block;
        padding: 16px 20px;
        color: #A7ADB2;
        font-family: 'Open Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 60px;
        border: 2px solid #A7ADB2;
        text-decoration: none;
        width: fit-content;
        transition: .3s;
    }
    @media (max-width: 600px) {
        .news_detail__products_link{
            border: none !important;
            padding: 0;
            width: 30px;
            height: 30px;
            font-size: 0px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_944_9885)'%3E%3Cpath d='M20.7373 20.7375L26.4623 15L20.7373 9.2625L22.4998 7.5L29.9998 15L22.4998 22.5L20.7373 20.7375Z' fill='%23A7ADB3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_944_9885'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        }
    }
    .news_detail__products_link:hover{
        color: #4DC3FF;
        border: 2px solid #4DC3FF;
        text-decoration: none;
    }
    .news_detail__products_nav{
        display: none;
        width: fit-content;
        margin-left: auto;
    }
    @media (max-width: 600px) {
        .news_detail__products_nav{
            display: block;
            margin-bottom: 15px;
        }
    }
    section{
        margin: 60px 0;
    }
    img{
        width: 100%;
        max-width: 900px;
    }
    @media (max-width: 1100px) {
        img{
            width: 100%;
            max-width: 100%;
        }
    }
    @media (max-width: 980px) {
        img{
            object-fit: cover;
            object-position: center center;
        }
    }
    @media (max-width: 600px) {
        img{
            height: 300px;
        }
    }
    @media (max-width: 400px) {
        img{
            height: 225px;
        }
    }
    p{
        color: #000;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin-bottom: 10px;
    }
    @media (max-width: 400px) {
        p{
            font-size: 14px;
        }
    }
    ul{
        margin: 15px 0;
        padding: 0;
        list-style: none;
    }
    ul li{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    ul li::before{
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        flex-shrink: 0;
        background: #DC1616;
    }
    ol{
        margin: 15px 0;
        padding-left: 20px;
    }
    ol li::marker{
        font-weight: 600;
    }
    li{
        color: #000;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin-bottom: 10px;
    }
    @media (max-width: 400px) {
        li{
            font-size: 14px;
        }
    }
    b{
        font-weight: 600;
    }
    .--subtitle{
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }
    @media (max-width: 600px) {
        .--subtitle{
            font-size: 18px;
        }
    }
    @media (max-width: 400px) {
        .--subtitle{
            font-size: 16px;
        }
    }
    .--huge-subtitle{
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
    }
    @media (max-width: 600px) {
        .--huge-subtitle{
            font-size: 18px;
        }
    }
    @media (max-width: 400px) {
        .--huge-subtitle{
            font-size: 16px;
        }
    }
    .--list-title{
        font-size: 18px;
        font-weight: 600;
    }
    @media (max-width: 600px) {
        .--list-title{
            font-size: 16px;
        }
    }
    @media (max-width: 400px) {
        .--list-title{
            font-size: 14px;
        }
    }
    .--mb20{
        margin-bottom: 20px;
    }
    .--mb30{
        margin-bottom: 30px;
    }
    .--mb40{
        margin-bottom: 40px;
    }


}

.news_detail__articles{
    padding: 80px 0;
}
.news_detail__articles_header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.news_detail__articles_header_title{
    color: #000;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
@media (max-width: 1100px) {
    .news_detail__articles_header_title{
        font-size: 28px;
    }
}
@media (max-width: 600px) {
    .news_detail__articles_header_title{
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .news_detail__articles_header_title{
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    .price__pvd_wrapper {
        gap: 5px;
    }
    .price__opt {
        font-size: 11px;
    }
}
.news_detail__articles_header_link{
    display: block;
    padding: 16px 20px;
    color: #A7ADB2;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 60px;
    border: 2px solid #A7ADB2;
    text-decoration: none;
    width: fit-content;
    transition: .3s;
}
@media (max-width: 600px) {
    .news_detail__articles_header_link{
        border: none !important;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_944_9885)'%3E%3Cpath d='M20.7373 20.7375L26.4623 15L20.7373 9.2625L22.4998 7.5L29.9998 15L22.4998 22.5L20.7373 20.7375Z' fill='%23A7ADB3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_944_9885'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }
}
.news_detail__articles_header_link:hover{
    color: #4DC3FF;
    border: 2px solid #4DC3FF;
    text-decoration: none;
}

.articles_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 980px) {
    .articles_list{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
}
@media (max-width: 600px) {
    .articles_list{
        grid-template-columns: 100%;
        gap: 35px;
    }
}
.articles_list.slick-slider{
    display: block;
    margin: 0 -10px;
}
.articles_list .slick-track{
    display: flex;
    justify-content: start;
    margin: 0;
}

.articles_list__item{
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
.articles_list__item.slick-slide{
    margin: 0 10px;
    height: auto;
}
.articles_list__item_content{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
@media (max-width: 600px) {
    .articles_list__item_content{
        padding: 0;
    }
}
.articles_list__item_date{
    color: #4DC3FF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.64px;
    margin-bottom: 15px;
}
@media (max-width: 1100px) {
    .articles_list__item_date{
        font-size: 14px;
    }
}
.articles_list__item_expert{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.articles_list__item_expert_image{
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}
.articles_list__item_expert_info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.articles_list__item_expert_info_job{
    color: #565656;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 1100px) {
    .articles_list__item_expert_info_job{
        font-size: 14px;
    }
}
.articles_list__item_expert_info_name{
    color: #565656;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
@media (max-width: 1100px) {
    .articles_list__item_expert_info_name{
        font-size: 16px;
    }
}
.articles_list__item_image{
    display: block;
    width: 100%;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 25px;
}
.articles_list__item_link{
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 2px solid #4DC3FF;
    background: #4DC3FF;
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}
@media (max-width: 1100px) {
    .articles_list__item_link{
        max-width: 100%;
    }
}

.articles_list__item_link_text{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: .3s;
}
@media (max-width: 400px) {
    .articles_list__item_link_text{
        font-size: 14px;
    }
}
.articles_list__item_link_text::after{
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_939_405)'%3E%3Cpath d='M0.714215 10L19.2856 10M19.2856 10L14.2856 15M19.2856 10L14.2856 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_939_405'%3E%3Crect width='20' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.articles_list__item_link:hover{
    background: #FFF;
    text-decoration: none;
}
.articles_list__item_link:hover .articles_list__item_link_text{
    color: #4DC3FF;
}
.articles_list__item_link:hover .articles_list__item_link_text::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_939_42)'%3E%3Cpath d='M0.714337 10L19.2858 10M19.2858 10L14.2858 15M19.2858 10L14.2858 5' stroke='%234DC3FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_939_42'%3E%3Crect width='20' height='20' fill='white' transform='translate(20) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.articles_list__item_preview{
    color: #111;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
@media (max-width: 1100px) {
    .articles_list__item_preview{
        font-size: 14px;
    }
}
.articles_list__item_title{
    margin-bottom: 10px;
    color: #000;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
@media (max-width: 1100px) {
    .articles_list__item_title{
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .articles_list__item_title{
        font-size: 16px;
    }
}

.articles_list__nav{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    margin: 0 -6px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 980px) {
    ._js_articles_list_slider ~ .articles_list__nav{
        position: relative;
        opacity: 1;
        pointer-events: all;
        transition: .3s;
    }
}
.articles_list__nav .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}
.articles_list__nav .slick-dots li.slick-active::after{
    display: none !important;
}
.articles_list__nav .slick-dots li{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.articles_list__nav li button{
    width: 8px;
    height: 8px;
    border: none;
    background-color: #E0E0E0;
    font-size: 0px;
    border-radius: 50%;
    transition: .1s;
    margin: 0 6px;
    padding: 0;
    box-sizing: border-box;
}
.articles_list__nav li.--next button,
.articles_list__nav li.--prev button{
    width: 12px;
    height: 12px;
}
.articles_list__nav li.slick-active button{
    background-color: #DC1616;
    width: 16px;
    height: 16px;
}

.articles_list .slick-arrow{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
    border: none;
    font-size: 0px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-150%, -40%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_2309_5)'%3E%3Crect width='44' height='44' rx='22' fill='%234DC3FF' /%3E%3Cpath d='M25.9404 28.12L19.8338 22L25.9404 15.88L24.0604 14L16.0604 22L24.0604 30L25.9404 28.12Z' fill='white'/%3E%3C/g%3E%3Crect x='1' y='1' width='42' height='42' rx='21' stroke='%234DC3FF' stroke-width='2'/%3E%3Cdefs%3E%3CclipPath id='clip0_2309_5'%3E%3Crect width='44' height='44' rx='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 1400px) {
    .articles_list .slick-arrow{
        transform: translate(-30%, -50%);
    }
}
.articles_list .slick-arrow.slick-next{
    transform: rotate(180deg) translate(-150%, 40%);
    left: auto;
    right: 0;
}
@media (max-width: 1400px) {
    .articles_list .slick-arrow.slick-next{
        transform: rotate(180deg) translate(-30%, 50%);
    }
}
.articles_list .slick-arrow.slick-disabled{
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_927_4986)'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='%23E0E0E0'/%3E%3Cpath d='M25.9404 28.12L19.8338 22L25.9404 15.88L24.0604 14L16.0604 22L24.0604 30L25.9404 28.12Z' fill='white'/%3E%3C/g%3E%3Crect x='1' y='-1' width='42' height='42' rx='21' transform='matrix(-1 0 0 1 44 2)' stroke='%23E0E0E0' stroke-width='2'/%3E%3Cdefs%3E%3CclipPath id='clip0_927_4986'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.articles_list .slick-arrow:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_927_4992)'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='white'/%3E%3Cpath d='M25.9404 28.12L19.8338 22L25.9404 15.88L24.0604 14L16.0604 22L24.0604 30L25.9404 28.12Z' fill='%234DC3FF'/%3E%3C/g%3E%3Crect x='1' y='-1' width='42' height='42' rx='21' transform='matrix(-1 0 0 1 44 2)' stroke='%234DC3FF' stroke-width='2'/%3E%3Cdefs%3E%3CclipPath id='clip0_927_4992'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 42 2)' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}




.index_articles{
    padding: 120px 0;
}
.index_articles__header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.index_articles__header_title{
    color: #000;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.index_articles_catalog {
    margin-top: 80px;
    margin-bottom: 80px;
}
.index_articles_catalog__header_title {
    color: #111;
    font-family: "Open Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 40px;
}
.articles_catalog_list_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.articles_catalog_list__item_inner {
    max-width: 245px;
}
.articles_catalog_list__item_image {
    width: 100%;
    border-radius: 12px;
}
.articles_catalog_list_item {
    display: flex;
    gap: 20px;
}
.articles_catalog_list__item_title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}
.articles_catalog_list__item_preview {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
    height: 83px;
    overflow: hidden;
}
.articles_catalog_list__item_link {
    color: #4DC3FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: end;
    text-decoration: none;
}
.articles_catalog_list__item_link:hover {
    color: #4DC3FF;
    text-decoration: none;
}
.articles_catalog_list__item_link_text {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.articles_catalog_list__item_link_text::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzExNjdfODY3MikiPgo8cGF0aCBkPSJNMC43MTQyMTUgMTBMMTkuMjg1NiAxME0xOS4yODU2IDEwTDE0LjI4NTYgMTVNMTkuMjg1NiAxMEwxNC4yODU2IDUiIHN0cm9rZT0iIzREQzNGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTY3Xzg2NzIiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCkgcm90YXRlKDkwKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
@media (max-width: 1100px) {
    .index_articles__header_title{
        font-size: 32px;
    }
    .articles_catalog_list_wrapper {
        display: block;
    }
    .articles_catalog_list_item {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .index_articles__header_title{
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .index_articles__header_title{
        font-size: 20px;
    }
}
.index_articles__header_link{
    display: block;
    padding: 16px 20px;
    color: #A7ADB2;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 60px;
    border: 2px solid #A7ADB2;
    text-decoration: none;
    width: fit-content;
    transition: .3s;
}
@media (max-width: 600px) {
    .index_articles__header_link{
        border: none !important;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_944_9885)'%3E%3Cpath d='M20.7373 20.7375L26.4623 15L20.7373 9.2625L22.4998 7.5L29.9998 15L22.4998 22.5L20.7373 20.7375Z' fill='%23A7ADB3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_944_9885'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }
}
.index_articles__header_link:hover{
    color: #4DC3FF;
    border: 2px solid #4DC3FF;
    text-decoration: none;
}

.detail_product_tab_content{
    .--mb30{
        margin-bottom: 30px;
    }
    .--mb20{
        margin-bottom: 20px;
    }
    .--fs-16{
        font-size: 16px;
    }
    .--semibold{
        font-weight: 600;
    }
    .--subtitle{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .--title{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .colored-red{
        color: #DC1616;
        font-weight: 700;
    }
    p{
        color: #000;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; 
    }
    ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul li{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    ul li:not(:last-child){
        margin-bottom: 10px;
    }
    ul li span{
        color: #000;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    ul li::before{
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        flex-shrink: 0;
        background: #DC1616;
    }
    a{
        font-weight: 600;
    }
}

.detail_product_faq{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.detail_product_faq_question{
    padding: 16px 16px 16px 24px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
}
@media (max-width: 600px) {
    .detail_product_faq_question{
        padding: 16px;
    }
}
@media (max-width: 400px) {
    .detail_product_faq_question{
        padding: 16px 10px;
    }
}
.detail_product_faq_question_expand{
    width: 40px;
    height: 40px;
    transition: .3s;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='%234DC3FF'/%3E%3Cpath d='M15.0503 24.9497L24.9498 15.0502M15.0503 24.9497L15.0503 16.4645M15.0503 24.9497L23.5356 24.9497' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 600px) {
    .detail_product_faq_question_expand{
        width: 36px;
        height: 36px;
    }
}
.detail_product_faq_question_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail_product_faq_question_title{
    display: flex;
    align-items: start;
    gap: 8px;
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
@media (max-width: 600px) {
    .detail_product_faq_question_title{
        font-size: 16px;
    }
}
.detail_product_faq_question_title_count{
    color: #A7ADB2;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
@media (max-width: 600px) {
    .detail_product_faq_question_title_count{
        font-size: 16px;
    }
}
.detail_product_faq_question_content{
    display: none;
    padding-top: 24px;
}
@media (max-width: 600px) {
    .detail_product_faq_question_content{
        padding-top: 20px;
    }
}
.detail_product_faq_question_content p {
    color: #111;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.detail_product_faq_question_content p:not(:last-child){
    margin-bottom: 10px;
} 
.detail_product_faq_question_content.active{
    display: block;
}
.detail_product_faq_question.active .detail_product_faq_question_expand{
    transform: rotate(180deg);
}

.detail_product_faq_question.active .detail_product_faq_question_title_count{
    color: #4DC3FF;
}
.detail__tabs_ico{
    display: none;
}
.catalog_item_slider_wrapper {
    display: none;
}
.catalog_item__dots {
    display:none;
}
@media (max-width: 768px) {
    .advantages_desktop {
        display: none;
    }
    .advantages_mobile {
        display: block;
        margin-top: 30px;
        padding: 30px;
        justify-content: center;
        margin-bottom: 50px;
    }
    .advantages_title {
        text-align: center;

    }
    .last-item {
        margin-bottom: 30px;
    }
    .advantages_items {
        margin-top: 30px;
        margin-bottom: 20px;
        display: flex;
        gap: 26px;
    }
    .advantages_item-delivery span {
        right: 55px;
        bottom: -1px;
    }
    .advantages_item {
        margin-top: 0;
    }
    .advantages_popup {
        top: -109px;
        left: -16px;
        box-sizing: border-box;
        padding: 24px 12px 12px 12px;
    }
    .advantages_popup::before {
        right: 113px;
    }
    .advantages_popup::after {
        right: 114px;
    }
    .catalog_item:hover .catalog_item__popup, .catalog_items.owl-carousel .catalog_item.is-hover .catalog_item__popup {
        display: block !important;
    }
    .catalog_item__nav {
        display: none;
    }
    .catalog_item_slider_wrapper {
        margin-top: -182px;
        display: block;
    }
    .catalog_item__pic {
        overflow: hidden;
    }
    .catalog_item__inner .slick-dots {
        margin-top: 8px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 6px;
        padding: 0;
    }
    .catalog_item__inner .slick-dots li {
        list-style: none;
        width: 8px;
        height: 8px;
        background-color: #ccc;
        border-radius: 50%;
        transition: all 0.3s ease;
        opacity: 0.6;
        display: block;
    }
    .catalog_item__inner .slick-dots li.slick-active {
        width: 20px;
        height: 8px;
        background-color: #595f62;
        opacity: 1;
        border-radius: 100px;
    }
    .catalog_item__inner .slick-dots li button {
        opacity: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        background: none;
        border: none;
    }
    .catalog_item__dots {
        display: block;
    }
}
@media (max-width: 700px) {
    .advantages_item-delivery span {
        right: 55px;
    }
}
@media (max-width: 753px) {
    .advantages_item-delivery span {
        right: -4px;
    }
}
@media (max-width: 650px) {
    .advantages_items {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px 40px;
        max-width: 500px;
        margin: 30px auto 20px;
    }
    .advantages_popup {
        left: -28px;
    }
    .advantages_item-delivery span {
        right: 131px;
    }
}
@media (max-width: 600px) {
    .detail__tabs_ico{
        display: flex;
        justify-content: end;
        margin-left: auto;
    }
    .last-item {
        margin-bottom: -20px;
    }
    .detail .detail__tabs{
        margin-top: 0px;
        padding: 0;
    }
}
@media (max-width: 560px) {
    .advantages_item-delivery span {
        right: 106px;
    }
}
@media (max-width: 485px) {
    .advantages_item-delivery span {
        right: 69px;
        bottom: 10px;
    }
}
@media (max-width: 433px) {
    .advantages_item-delivery span {
        right: -12px;
        bottom: 8px;
    }
    .last-item {
        margin-bottom: 20px;
    }
}

.news_detail__products_slider.slick-slider{
    padding: 0 2px;
    overflow: hidden;
}
.news_detail__products_slider .slick-list{
    overflow: visible;
    padding-bottom: 1px;
}

@media (max-width: 430px) {
    .advantages_mobile {
        margin-bottom: 0;
        margin-top: 0;
    }
    .advantages_items {
        gap: 20px 21px;
    }
    .advantages_item-delivery span {
        left: 91px;
        top: 30px;
    }
    .advantages_popup {
        left: -22px;
        top: -99px;
    }
    .articles_catalog_list_item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .articles_catalog_list__item_content {
        text-align: center;
    }
    .articles_catalog_list__item_link_text {
        justify-content: center;
    }
    .articles_catalog_list__item_preview {
        margin-bottom: 0px;
    }
    .possible_products .news_detail__products_slider {
        height: 535px;
    }
    .possible_products {
        margin: 60px 0 40px;
    }
    .possible_products .possible_products__descr {
        margin-bottom: 120px;
    }
    .possible_products .news_detail__products_header {
        right: auto;
        top: -100px;
        left: 0;
    }
    .catalog_item__inner .slick-dots li.slick-active::after {
        display: none !important;
    }
    .catalog_item__inner .slick-dots {
        margin-bottom: 8px;
    }
    .catalog_item_slider_wrapper {
        margin-top: -173px;
    }
    .catalog_item__head.clearfix {
        height: 6.5rem;
    }
}
@media (max-width: 390px) {
    .advantages_item-delivery span {
        left: 70px;
        top: 38px;
    }
    .advantages_popup {
        left: -21px;
        top: -107px;
        width: 224px;
    }
}
@media (max-width: 375px) {
    .advantages_item-delivery span {
        left: 70px;
        top: 38px;
    }
    .advantages_popup {
        left: -22px;
        top: -107px;
    }
    .catalog_item_slider_wrapper {
        margin-top: -148px;
    }
    .catalog_item__pic {
        height: 13rem;
    }
}
@media (max-width: 320px) {
    .advantages_items {
        display: flex;
        flex-wrap: wrap;
    }
    .advantages_item-delivery span {
        left: 238px;
        top: 6px;
    }
    .advantages_popup {
        left: 49px;
        top: -141px;
    }
    .advantages_popup::before {
        right: 16px;
    }
    .advantages_popup::after {
        right: 17px;
    }
}
/* End */
/* /local/templates/os_default/assets/lib/jquery.scrollbar/jquery.scrollbar.css?170109734023056 */
/* /local/templates/os_default/assets/lib/fancybox/jquery.fancybox.css?170109734018283 */
/* /local/templates/os_default/assets/lib/owlcarousel2/assets/owl.carousel.css?17010973404697 */
/* /local/templates/os_default/assets/css/template.css?1750687649317052 */
/* /bitrix/templates/.default/ajax/ajax.css?1689285015448 */
/* /local/templates/os_default/template_styles.css?17441161442692 */
/* /local/templates/os_default/assets/css/slick/slick.css?17059960951895 */
/* /local/templates/os_default/assets/css/custom.css?1752235878141861 */
