

/* Start:/bitrix/templates/usmaster/assets/lib/jquery.scrollbar/jquery.scrollbar.css?175040604622152*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

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

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

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

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

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

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

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

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

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

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

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

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

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

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

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

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

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

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

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

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

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

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

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

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

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

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

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

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

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

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

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

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

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

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

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

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

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

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

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

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

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

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

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

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

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

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

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

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

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

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

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

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

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

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

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

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

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

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

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

/* End */


/* Start:/bitrix/templates/usmaster/assets/lib/owlcarousel2/assets/owl.carousel.min.css?17504060463440*/
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/usmaster/assets/lib/owlcarousel2/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/usmaster/js/fancybox/jquery.fancybox.min.css?17504060464745*/
.styleforsmallpopup .textinput40{min-width:300px}.styleforsmallpopup .textinput40.textinput_captcha{float:left;min-width:108px;width:108px;margin-right:10px}.styleforsmallpopup form{max-width:380px}.popup{min-width:330px}.popup_head{height:39px;font-size:24px;color:#fff;text-align:center;padding:14px 59px 0;background-repeat:repeat-x;background-position:0 -412px;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.popup_dashed{border:1px solid #dbdbdb;border-top:none;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;overflow:hidden}.popup_body{padding:25px 30px}.popup_foot{text-align:center;padding:14px 0;background-color:#f3f3f3}body .popup_foot a{font-size:12px;font-weight:bold;color:#777;text-transform:uppercase;text-decoration:none;border-bottom:1px dashed #777}body .popup_foot a:hover{text-decoration:none;border-bottom:1px dashed #f3f3f3}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background-color:#fff;text-shadow:none;-webkit-border-radius:8px;-moz-border-radius:8px;-khtml-border-radius:8px;border-radius:8px;overflow:hidden}.popup_detail .fancybox-skin{overflow:visible}.fancybox-wrap.popup_detail .fancybox-skin{border:1px solid #dbdbdb}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-8px;margin-left:-110px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:220px;height:19px;background:url('/bitrix/templates/usmaster/js/fancybox/fancybox_loading.gif') center center no-repeat}.fancybox-close{position:absolute;top:20px;right:22px;width:15px;height:14px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/bitrix/templates/usmaster/js/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden !important;width:auto;margin-right:17px}.fancybox-lock body{overflow:hidden !important}.fancybox-lock-test{overflow-y:hidden !important}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}.activelife.a_like_button_34.submit{margin-top:5px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/bitrix/templates/usmaster/js/fancybox/fancybox_sprite@2x.png');background-size:44px 152px}#fancybox-loading div{background-image:url('/bitrix/templates/usmaster/js/fancybox/fancybox_loading@2x.gif');background-size:24px 24px}}
/* End */


/* Start:/bitrix/templates/usmaster/js/jscrollpane/jquery.jscrollpane.min.css?17504060461098*/
.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;height:100%;background:transparent;width:6px;border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;overflow:hidden}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red}.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#d8d8d8;position:relative}.jspDrag{background:#F8CE00;position:relative;top:0;left:0;cursor:pointer}.jspDrag.jspHover{background:#EAC200}.jspDrag.jspActive{background:#C09F00}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}
/* End */


/* Start:/bitrix/templates/usmaster/js/glass/glass.min.css?1750406046235*/
.glass{position:relative;display:inline-block;//display:inline;//zoom:1}.glass_lupa{position:absolute;top:0;left:0;display:none;width:295px;height:295px;border:4px solid #666;cursor:pointer;z-index:100}.js_picture_glass{cursor:pointer}
/* End */


/* Start:/bitrix/templates/usmaster/assets/css/custom.css?17504060464681*/
/* Blog button тууууууууууууууууууууууут*/
.body-blog input[type=submit],.body-blog input[type=button],.butts {
	box-shadow: 0px 1px 0px 0px #999;
text-transform: uppercase;
	background:linear-gradient(to bottom, #ffffff 55%, #e8e3e8 100%);
	background-color:#ffffff;
	border-radius:4px;
font-family:'blogger_sansbold';
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 3px #dedede;
}
.body-blog input[type=submit]:hover,.body-blog input[type=button]:hover,.butts:hover {
	background:linear-gradient(to bottom, #ffffff 25%, #ffd700 100%);
	background-color:#ffffff;text-decoration: none;color:#000!important;
}
.body-blog input[type=submit]:active,.body-blog input[type=button]:active,.butts:active {
	position:relative;
	top:1px;
}

/* Blog button more */

.butts .goldes{color:#ffd700;}
.butts:hover .goldes{color:#fff;}


/*nav*/
.modern-page-navigation{
	float: right;
	margin-bottom: 15px;
}
/* numbers */
.modern-page-navigation .modern-page-current,
.modern-page-navigation a.number{
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: inline-block;
	//display: inline;
	font-size: 13px;
	margin: 0 2px;
	padding: 5px 10px;
	//zoom: 1;
	font-weight: bold;
}
.modern-page-navigation .modern-page-current{
	border: 2px solid #F9730E;
	color: #F9730E;
	position: relative;
}
.modern-page-navigation a.number{
	border: 2px solid #B3B3B3;
	text-decoration: none;
}
.modern-page-navigation a.number:hover{
	border-color: #F9730E;
	color: #F9730E;
	text-decoration: none;
}
.modern-page-navigation .modern-page-current .img-cart{
	
}
/* next * previous */
.modern-page-previous{
	margin-right: 5px;
}
.modern-page-next{
	margin-left: 5px;
}
.modern-page-previous,
.modern-page-next{
	font-weight: bold;
	text-decoration: none;
}
.modern-page-navigation .modern-page-previous:hover,
.modern-page-navigation .modern-page-next:hover{
	text-decoration: none;
}
.modern-page-previous .icon,
.modern-page-next .icon{
	height: 18px;
	width: 15px;
}
.modern-page-previous .icon{
	background-position: 0 -1560px;
	margin-right: 3px;
}
.modern-page-navigation .modern-page-previous:hover .icon{
	background-position: -17px -1560px;
}
.modern-page-next .icon{
	background-position: 0 -1542px;
	margin-left: 3px;
}
.modern-page-navigation .modern-page-next:hover .icon{
	background-position: -17px -1542px;
}
.tabus {
  min-width: 320px;
  max-width: 1020px;
  padding: 0px;
  margin: 0 auto; 
}
/* стили секций с содержанием */
section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}

/* стили вкладок (табов) */
.tabus label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 5px 5px 0 0;
}
/* шрифт-иконки от Font Awesome в формате Unicode */
.tabus input[type="radio"]+label:before {
  font-family: 'fontawesome';
  font-weight: normal;
font-size:16px;
  margin-right: 10px;

}
.tabus input[type="radio"]{background-image: none!important;opacity: 0;}
.tabus  input[type="radio"]+label[for="tab1"]:before {
   content: "\f27a"!important;
color:#082567!important;
background-image: none!important;

}
.tabus  input[type="radio"]+label[for="tab2"]:before {
  content: "\f09a"!important; 
color:#082567!important;
background-image: none!important;

}
.tabus  input[type="radio"]+label[for="tab3"]:before {
content: "\f189"!important;
color:#082567!important;
background-image: none!important;

}


/* изменения стиля заголовков вкладок при наведении */
.tabus label:hover {
  color: #888;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabus input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid gold;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
 border-radius:  0 5px 5px 5px;
}
/* медиа запросы для различных типов носителей */  
@media screen and (max-width: 680px) {
  .tabus label {
    font-size: 14px;
  }
 
  .tabus label:before {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .tabus label {
    padding: 15px;
  }
}

/* End */


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


/* Start:/bitrix/templates/usmaster/components/bitrix/system.auth.form/toppanel/style.min.css?17504060461032*/
.auth_top_panel{float:right ;padding-right:10px}.auth_top_panel-item{float:left;height:17px;margin-right:0;padding:12px 0 5px 5px;position:relative;text-decoration:none}.activelife .auth_top_panel-item > a{color:#3B3B3B}.activelife .auth_top_panel a{text-decoration:none}.auth_top_panel-padding_right{margin:0;min-width:114px;padding-right:3px}.auth_top_panel-lichkab{background-position:0 -20px;height:17px;padding-right:3px;width:16px}.auth_top_panel-auth{background-position:0 0;height:17px;padding-right:3px;width:16px}.auth_top_panel-submenu{background-color:#FFF;left:0;position:absolute;right:0;top:0;z-index:30;min-width:202px}.auth_top_panel-submenu_inner{border:1px solid #ff9900 !important;-webkit-box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-moz-box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);padding-bottom:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.auth_top_panel-subitem{clear:both;margin:3px 10px}.auth_top_panel-separator{float:left;height:40px}
/* End */


/* Start:/bitrix/templates/usmaster/components/bitrix/menu/toppanel/style.min.css?1750406046898*/
.menu_top_panel{float:right ;padding-right:5px}.menu_top_panel-item{float:left;margin-right:0;padding:15px 5px 5px 5px;position:relative;text-decoration:none}.menu_top_panel-submenu{background-color:#FFF;left:0;position:absolute;right:0;top:0;z-index:3000;min-width:150px}.menu_top_panel-submenu_inner{border:1px solid #ff9900;-webkit-box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-moz-box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);padding-bottom:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.menu_top_panel-subitem{clear:both;margin:3px 10px}.menu_top_panel-separator{float:left;height:40px}.activelife .menu_top_panel{float:left;margin-left:0;#max-width:820px;min-height:40px;overflow:hidden}.activelife .menu_top_panel .menu_top_panel-item{float:left;margin:6px 0}.activelife .menu_top_panel a{color:#3B3B3B;text-decoration:none}
/* End */


/* Start:/bitrix/templates/usmaster/components/bitrix/sale.basket.basket.small/in_head/style.min.css?1750406046659*/
.basket_top_panel{border:2px solid #ff9900;border-radius:3px;background:url(/img/cart.gif) no-repeat left 5px top 3px#f9f9f9;padding:2px;min-width:130px;height:32px}.basket_top_panel_overlay{min-width:130px;height:32px}.basket_top_panel{float:right;margin:0;position:relative}.basket_top_panel_overlay{cursor:pointer;right:0;position:absolute}.basket_top_panel-text{margin:0;padding-left:37px}.basket_top_panel-title{font-size:12px;margin:0;padding:2px 2px 0 2px}.basket_top_panel_hovered .basket_top_panel-title{color:#F9730E}.basket_summa{color:#ff0000}.basket_nums{color:#c52a2e;background-color:#fff;border:1px solid gold;border-radius:10px;padding:0 2px}
/* End */


/* Start:/bitrix/templates/usmaster/components/bitrix/search.title/al/style.min.css?17504060463761*/
.black{color:#transparent;margin-left:2px}.but1{float:right;color:transparent;font-weight:bold;font-size:14px;text-transform:uppercase;text-indent:-1000em;cursor:pointer;cursor:hand;margin:0;padding:0;border:0;background:transparent}.search_in_head{float:right;padding:0 5px;position:relative;width:290px}.search_in_head ::-webkit-input-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head ::-moz-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head :-ms-input-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head input:-moz-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head .focused ::-webkit-input-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head .focused ::-moz-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head .focused :-ms-input-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.search_in_head .focused input:-moz-placeholder{color:#000;font:13px Arial,Helvetica,sans-serif}.bx_primer_container{height:12px;line-height:12px;padding:5px ;color:#000;font-size:12px}#title-search{border:2px solid #fedf18;-moz-transition:.2s ease;-webkit-transition:.2s ease;transition:.2s ease}#title-search.focused{background:#FFF;border-color:#Ff9900}.search_in_head-input{-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.search_in_head-search_icon{background-position:0 -132px;cursor:pointer;height:12px;margin:6px 5px 0 8px;width:11px;float:right}.search_in_head-input .text{background:transparent;border:none;padding:4px 5px 5px 5px;width:250px}div.title-search-result{display:none;margin-top:-2px;overflow:hidden;z-index:205}.title-search-result{border-collapse:collapse;border:none;width:10%}.title-search-result a{color:#000;text-decoration:none}.title_search_result-catalog_separator{background-color:#DBDBDB;height:2px;width:100%}.title_search_result-catalog-item,.title_search_result-catalog-item_overlay{height:68px;width:100%}.title_search_result-catalog-item{background-color:#FFF;position:relative}.title_search_result-catalog-item_overlay{cursor:pointer;position:absolute}.title_search_result-catalog-item.hovered .title_search_result-catalog-item-name a{text-decoration:underline}.title_search_result-catalog-item_inner{padding:10px}.title_search_result-catalog-item-img{float:left;margin-right:10px;text-align:center;width:60px}.title_search_result-catalog-item-name a{display:block;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.title_search_result-catalog-item-price .price{float:left;font-size:15px;padding-right:5px}.title_search_result-catalog-item-price .crossed_price{float:left;font-size:12px;padding-top:3px}.title_search_result-iblock{padding-bottom:5px;width:100%}.title_search_result-iblock-around_title{height:15px;position:relative;width:100%}.title_search_result-iblock-title_line{position:absolute;width:100%;top:7px;left:0;right:0;height:2px;background-color:#DBDBDB}.title_search_result-iblock-title{height:15px;left:0;margin:0 5%;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:90%}.title_search_result-iblock-title span{background-color:#FFF;color:#999;padding:0 6px}.title_search_result-iblock-item{padding:4px 10px}.title_search_result-other-item{padding:4px 10px}.title_search_result-other-item a{text-decoration:none}.title_search_result-other-item a:hover{text-decoration:underline}.around_title_search_result{background-color:#FFF;border:1px solid #999;-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 20px 0 #999;-webkit-box-shadow:0 0 20px 0 #999;box-shadow:0 0 20px 0 #ff9900}
/* End */


/* Start:/bitrix/templates/usmaster/components/bitrix/subscribe.form/footer/style.min.css?175040604643*/
.footer_subscribe .textinput40{width:160px}
/* End */


/* Start:/bitrix/templates/usmaster/components/bitrix/breadcrumb/altasib.breadcrumb_micro1/style.min.css?1750406046427*/
ul.breadcrumb-navigation{list-style:none;margin:10px 0;padding:0;width:1000px;-moz-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}ul.breadcrumb-navigation li{float:left}.breadcrumb-navigation span.ic1{background-position:0 -1359px;display:block;height:10px;margin:3px 6px 0;width:12px}.breadcrumb-navigation span.ic2{}ul.breadcrumb-navigation a{color:#333;text-decoration:none}ul.breadcrumb-navigation a.last{color:#F9730E}
/* End */


/* Start:/bitrix/templates/usmaster/components/iees/main.feedback/fancybox/style.min.css?1750406046103*/
#fancyfeedback .textinput40.textinput_captcha{float:left;margin-right:10px;min-width:108px;width:108px}
/* End */


/* Start:/bitrix/templates/usmaster/components/bitrix/system.auth.form/fancybox/style.min.css?1750406046353*/
.auth_form .user_password{position:relative}.auth_form .user_password a{right:15px;position:absolute;top:7px;text-decoration:none}.auth_form .user_password a:hover{text-decoration:underline}.auth_form .submit{float:left;width:145px}.auth_form .remember{float:right;margin-top:9px}.auth_form .remember label:hover{color:#F9730E;text-decoration:underline}
/* End */


/* Start:/bitrix/templates/usmaster/components/altasib/qrcode/qr/style.min.css?1750406046311*/
.alx_QR_altasib_pic{position:relative;z-index:1;zoom:1}.QR_altasib{display:block;cursor:pointer;float:left;margin-right:10px}.QRBig_altasib{border:1px solid #000000;position:absolute !important;display:none;padding:0;z-index:10000;cursor:pointer}.alx_qr_text{text-decoration:underline !important;cursor:pointer}
/* End */


/* Start:/bitrix/templates/usmaster/styles.min.css?1750406046602*/
.img_radius5{border-radius:5px}.block_border{border:1px solid grey;border-radius:5px}.zagolovok3{color:#b20000;font-family:'blogger_sansbold','Arial';font-size:110%}h2{font-size:24px}h3{color:#b20000;font-family:'blogger_sansbold','Arial';font-size:110%}.zagolovok2{color:blue;font-family:'blogger_sansbold','Arial';font-size:110%}.zagolovok1{color:gold;font-family:'blogger_sansbold','Arial';font-size:110%}.mvizitka{padding:7px;border:2px solid gold;border-radius:5px;margin:20px}.main-news-title{border-radius:3px;background-color:#ffbf00;margin-bottom:7px;padding:5px;text-shadow:1px 1px 1px white}
/* End */


/* Start:/bitrix/templates/usmaster/template_styles.min.css?175040604683168*/
//html{background-image:url("/bitrix/templates/usmaster/img/body_background_ie7.gif");background-color:#edeef0}// @font-face{//font-family:'fontawesome';//src:url('/bitrix/templates/usmaster/fonts/FontAwesome.otf');//}html{margin:0px;padding:0 ;border:0;font-size:14px}//html{background-image:url("/bitrix/templates/usmaster/img/rrek.gif")}html{background-image:url("/bitrix/templates/usmaster/img/body_background_ie7.gif");background-color:#edeef0}@font-face{font-family:'fontawesome';src:url('/bitrix/templates/usmaster/fonts/FontAwesome.otf')}@font-face{font-family:'blogger_sansbold';font-display:swap;src:url("/bitrix/templates/usmaster/fonts/76b00d5bd76b3730805e04d73230dee0.eot");src:url("/bitrix/templates/usmaster/fonts/76b00d5bd76b3730805e04d73230dee0.eot?#iefix") format("embedded-opentype"),url("/bitrix/templates/usmaster/fonts/76b00d5bd76b3730805e04d73230dee0.woff2") format("woff2"),url("/bitrix/templates/usmaster/fonts/76b00d5bd76b3730805e04d73230dee0.woff") format("woff"),url("/bitrix/templates/usmaster/fonts/76b00d5bd76b3730805e04d73230dee0.ttf") format("truetype"),url("/bitrix/templates/usmaster/fonts/76b00d5bd76b3730805e04d73230dee0.svg#Blogger Sans") format("svg")}div.bod{font-family:Arial;color:#333;background:#f9f9f9;width:1024px;min-width:1024px;height:100%;border-radius:5px;border:1px solid transparent;margin:45px auto 45px auto;min-width:1024px;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5),-1px 3px 6px 3px rgba(0,0,0,0.25);position:relative;z-index:1}.activelife{}.activelife a{text-decoration:none!important;cursor:pointer;color:#000}.activelife a:visited{color:#000}.activelife a:hover{color:#c52a2e}.activelife a:link{color:#000}#top_panel,#header,#content{position:relative;z-index:40;padding:0px 5px 5px 10px}#top_panel{z-index:50;min-width:800px}#header{z-index:45}div.sanya{margin:0px;padding:0px;border:0}div.greyt{background-color:#eeeeee}.hr1{color:#fedf18;margin:0px;border:0px none;height:3px;width:1024px;background-color:#fedf18;text-align:left}.nav{top:0px !important;left:0px !important;position:fixed;border-bottom:2px solid gold;width:100%;height:29px;font-size:14px;background-color:#d7d7d7;box-shadow:inset 0 1px rgba(255,255,255,0.06);background-image:linear-gradient(to bottom,#fff,#e3e8e6);padding:0 0 6px 0;marging:0;z-index:100}.nav-niz{bottom:0px !important;left:0px !important;position:fixed;border-top:2px solid gold;width:100%;height:39px;background-color:#d7d7d7;box-shadow:inset 0 1px rgba(255,255,255,0.06);background-image:linear-gradient(to bottom,#fff,#e3e8e6);font-size:14px;z-index:100}.nav_left{left:0px !important;top:30px !important;bottom:300px !important;position:fixed;width:140px;marging:0;z-index:0}.nav_hleft{left:0px !important;bottom:30px !important;top:300px !important;position:fixed;width:140px;marging:0;z-index:0}.nav_right{right:0px !important;top:30px !important;bottom:300px !important;position:fixed;width:140px;marging:0;z-index:0}.nav_hright{right:0px !important;position:fixed;top:300px !important;bottom:30px !important;width:140px;marging:0;z-index:0}.hui{margin:auto 100px}.yui{margin:auto 0;padding:0;width:1022px}.huit{}.hug{margin:auto 15px}#hui{margin:auto 100px}#hui2{margin:auto 0}.fwhite{background-color:#fff;padding:2px;border-radius:1px}.hobot{margin:0;padding:0;width:1022px}div.koika a{color:#401000!important}div.koika a:hover{color:#ff0000!important}div.koika3 a{color:#401000!important}div.koika3 a:hover{color:#ff0000!important}@font-face{font-family:'Glyphicons Halflings';src:url(/bitrix/templates/usmaster/fonts/glyphicons-halflings-regular.eot);src:url(/bitrix/templates/usmaster/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/usmaster/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/bitrix/templates/usmaster/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/bitrix/templates/usmaster/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/bitrix/templates/usmaster/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.video-gal{padding-left:20px;text-align:left 25px;padding-right:5px;height:200px;max-width:1022px}.list-unstyled{list-style-type:none}.video-list-thumbs{}.video-list-thumbs > li{margin-bottom:3px}.video-list-thumbs > li:last-child{}.video-list-thumbs > li > a{display:block;position:relative;max-weight:240px;color:#000;padding:8px;background:#eee;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #d6d6d6;box-shadow:0 0 6px #e2e2e2}.video-list-thumbs > li > a:visited{color:#000!important}.video-list-thumbs > li > a:hover{background:#ffffff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #d6d6d6;box-shadow:0 0 6px #e2e2e2}.video-list-thumbs h2{bottom:0;font-size:14px;font-weight:normal!important;height:32px;margin:7px 0 0;overflow:hidden}.video-list-thumbs .glyphicon-play-circle{color:#fff;font-size:60px;opacity:0.6;position:absolute;right:39%;top:31%;text-shadow:0 1px 3px rgba(0,0,0,.5)}.video-list-thumbs > li > a:hover .glyphicon-play-circle{color:#fff;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.8);transition:all 500ms ease}.video-list-thumbs .duration{background-color:rgba(0,0,0,0.4);border-radius:2px;color:#fff!important;font-size:11px;left:12px;line-height:13px;padding:2px 3px 1px;position:absolute;top:12px}.video-list-thumbs > li > a:hover .duration{background-color:#000;transition:all 500ms ease}@media (min-width:120px) and (max-width:240px){.video-list-thumbs .glyphicon-play-circle{font-size:35px;right:36%;top:27%}.video-list-thumbs h2{bottom:0;font-size:14px;height:32px;margin:8px 0 0;overflow:hidden}}.vid{position:relative;padding-bottom:133px;padding-top:30px;height:0;overflow:hidden}.vid iframe,.vid object,.vid embed{position:absolute;top:0;left:0;width:100%;height:100%}.row{margin-right:-5px;margin-left:-5px}.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.glyphicon-play-circle:before{content:"\e029"}.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;min-height:0.08333rem;padding-left:9px;padding-left:0.75rem;padding-right:9px;padding-right:0.75rem}.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%}}.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-lg-3,.col-sm-3,.col-xs-3{width:25%}.koika3{padding:15px}b.!{font-family:'blogger_sansbold','Arial';font-size:90%;font-weight:small;text-transform:uppercase}.lor{font-family:'blogger_sansbold','Arial'}.lor1{font-family:'blogger_sansbold','Arial';font-size:95%}.lor7{font-family:'blogger_sansbold','Arial';font-size:104%}.lord{font-family:'blogger_sansbold','Arial';font-size:80%;text-transform:uppercase}.lord17{font-family:'blogger_sansbold','Arial';font-size:100%;text-transform:uppercase}.lor2{font-family:'blogger_sansbold','Arial';font-size:15px}.greens,.greens1{color:#4cbb17!important;padding:5px;border-radius:5px;border:2px solid #4cbb17}.gree{color:#4cbb17!important}.greens{margin-left:25px}.lord1{font-family:'blogger_sansbold','Arial';font-weight:small;text-transform:uppercase}.lord2{font-weight:bold}.lord3{font-family:'blogger_sansbold','Arial';font-weight:small}.lord4{font-family:'blogger_sansbold','Arial'}h1{color:#000;font-family:'blogger_sansbold','Arial';font-weight:bold;font-size:16px!important;border-radius:5px;background:#FFFAFA;padding:10px 15px;border:1px solid gold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}a{text-decoration:none!important;cursor:pointer;color:#000}a:link{color:#000}a:visited{color:#000}a:hover{color:#c52a2e}.bordust{border:2px solid #4cbb17;border-radius:5px;padding:3px}.sert{text-transform:uppercase;border:1px solid #fefe22;border-radius:3px;margin:1px 1px;padding:3px 1px ;background:transparent;text-shadow:1px 1px 1px white;color:#000;font-family:'blogger_sansbold';font-size:10.5px!important}.sert:hover{border:1px solid #c52a2e;color:#c52a2e;background:#fff;text-shadow:1px 1px 1px white;margin:1px 0 ;padding:3px 2px }.sert5{border:1px solid #fefe22;border-radius:3px;margin:1px;padding:0px 1px ;background:#fff;text-shadow:1px 1px 1px white}.user-imgus img{height:30px;width:30px}.user-imgus1 img{height:30px;width:30px}.user-imgus img{border-radius:50%;display:inline-block;padding-top:2px}.user-imgus1 img{border-radius:50%;display:inline-block;padding-top:2px;border:1px solid gold}.usid{vertical-align:10px}.sert5:hover{border:1px solid #c52a2e;background:#fff;text-shadow:1px 1px 1px white;margin:1px ;padding:0px 1px }div#city_update{margin:0;padding:0;clear:both}div#city_update1{margin:0;padding:0;clear:both}.zhuk7{padding:0px;margin:0px 2px;color:#333;font-family:'blogger_sansbold','Arial'}.zhuk{border:1px solid orange;border-radius:3px;padding:6px;margin:0 10px ;background-color:#fffffb;color:#333;font-family:'blogger_sansbold','Arial'}.zhuk2{border:1px solid #085f90;background:#f5f5f5;border-radius:3px;padding:12px;margin:0px;color:#333;line-height:130%}.aus{border:1px solid #999;border-radius:5px;padding:3px;margin:3px;background-color:#fffffb;text-align:center}.zhuk1{padding:10px;margin:0 10px;color:#333;font-family:'blogger_sansbold','Arial'}p.red1{padding:3px;margin:0px;color:#666;font-size:110%}p.z{padding:3px;margin:0px}p.time{background:url("/img/time.png") left top no-repeat;margin:0px ;padding:0px 0 5px 21px;font-size:100%;color:#333}p.phone{color:#333;background:url("/img/phone.png") left top no-repeat;margin:5px;padding:2px 0 1px 21px}p.fax{color:#333;background:url("/img/telephone-fax.png") left top no-repeat;margin:5px;padding:2px 0 1px 21px}p.mail{color:#333;background:url("/img/mail-at-sign.png") left top no-repeat;margin:5px;padding:2px 0 1px 21px;font-weight:bold}span.phone{color:#333;background:url("/img/phone.png") left top no-repeat;margin:5px;padding:2px 0 1px 21px}span.fax{color:#333;background:url("/img/telephone-fax.png") left top no-repeat;margin:5px;padding:2px 0 1px 21px}span.mail{color:#333;background:url("/img/mail-at-sign.png") left top no-repeat;margin:5px;padding:2px 0 1px 21px;font-weight:bold}span.blue{color:#095f90;font-weight:bold}span.blue1{color:#095f90;font-weight:bold;font-size:150%}p.blue{color:#095f90;font-weight:bold;margin:0}p.red{color:#c52a2e;font-weight:bold;margin:0}b.red{color:#c52a2e}.red{color:#c52a2e}.suh{width:193px}td.sup{text-align:center}center{text-align:center}.sert1{border:2px solid #999;border-radius:5px;margin:0;padding:10px 10px;font-weight:bold;color:#085f90}.sert1:hover{border-color:orange;color:#c52a2e;background:#fff}.sertu1{border:2px solid #999;border-radius:5px;width:170px;text-align:center;display:block;margin:auto;padding:15px 10px 10px 10px;background:#fff;font-weight:bold;height:120px ;color:#085f90}.sertu1:hover{border-color:orange;color:#c52a2e;background:#fff}.icon{display:inline-block;//display:inline;font-size:0;vertical-align:middle;//zoom:1}body .multimage_icons{background-image:url(/bitrix/templates/usmaster/img/icons.png)}.menu1{padding:2px 5px 5px 5px;margin:0px}.sery{padding:5px 7px 5px 7px}.sery:hover{background-color:#fff;border-radius:3px}p.right{float:right;padding:7px 25px 5px5px }.right{float:right}img.thule{border:1px solid #ccc;border-radius:5px;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5)}img.tul{border:1px solid #ffcc00 ;border-radius:2px;margin:0px;padding:0px;width:75%;box-shadow:0px 1px 2px 1px rgba(0,0,0,0.25)}#back-to-top{position:fixed;z-index:999;display:none;bottom:100px;right:5px;cursor:pointer}#back-to-top i{width:50px;height:50px;display:block;color:#fff;background:#26ADE4 ;text-align:center;font-size:16px;line-height:50px;border-radius:5px;-webkit-transition:.3s all;-moz-transition:.3s all;-ms-transition:.3s all;-o-transition:.3s all;transition:.3s all}#back-to-top i:hover{background:#333}.but{cursor:pointer;cursor:hand}.menu{border-radius:5px;background:#fedf18;font-size:10.5px;width:100%;font-family:'blogger_sansbold';background:-ms-linear-gradient(top,#fedf18,#ffcc00);background-image:-moz-linear-gradient(top,#fedf18,#ffcc00);background-image:-o-linear-gradient(top,#fedf18,#ffcc00);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fedf18),to(#ffcc00));background-image:-webkit-linear-gradient(top,#fedf18,#ffcc00);background-image:linear-gradient(to bottom,#fedf18,#ffcc00);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedf18',endColorstr='#ffcc00',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fedf18,endColorstr=#ffcc00)";cursor:pointer;cursor:hand}#serv{width:97%;padding-top:35px;margin:auto}#wrapper{height:118px;position:relative}#wrapper{width:100%;border-radius:5px;overflow:hidden}#carousel img{margin:6px ;border:1px solid white;border-radius:5px;display:block;float:left}ul,ol{list-style:none outside none;padding:0px;margin-top:0px}input[type="text"],input[type="password"],input[type="login"],input[type="email"],textarea{margin:0;padding:0;outline:-webkit-focus-ring-color auto 0;border:1px solid #DBDBDB;-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;min-height:18px!important;padding:5px 5px}table{border-collapse:collapse;border-spacing:0}.fancybox-wrap,.jspScrollable{outline:-webkit-focus-ring-color auto 0}::-webkit-input-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif}::-moz-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif}:-ms-input-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif}input:-moz-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif}h1.page_title{margin:3px;}.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}* html .clearfix{//zoom:1}*:first-child+html .clearfix{//zoom:1}.text_fader:after{background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%);bottom:0;content:"";height:15px;right:0;position:absolute;text-align:right;width:70%}.none1{height:1px;left:-10000px;position:absolute;width:1px}.none2{display:none}.nones{background:orange;color:#fff;font-size:14px;border-radius:5px;padding:5px 15px;border:1px solid orange}.nowrap{white-space:nowrap}.icon{display:inline-block;//display:inline;font-size:0;vertical-align:middle;//zoom:1}.submit .icon{margin-right:5px}.click_protection{cursor:default}.price{color:#Ff0000;font-size:15px;font-weight:bold}.crossed_price{color:#F9730E;font-size:12px;text-decoration:line-through}body .multimage_icons{background-image:url(/bitrix/templates/usmaster/img/icons.png)}body.en .multimage_icons{background-image:url(/bitrix/templates/usmaster/img/lang/en/icons.png)}a.multimage_icons{cursor:pointer;-moz-transition:none;-webkit-transition:none;transition:none}.timer_bg{background-image:url(/bitrix/templates/usmaster/img/timer_bg.png)}.da_corner{background-image:url(/bitrix/templates/usmaster/img/da.png)}.qb_corner{background-image:url(/bitrix/templates/usmaster/img/qb.png)}.da .da_corner,.qb .qb_corner{background-position:0 0;-moz-border-radius:5px 0 0;-khtml-border-radius:5px 0 0;-webkit-border-radius:5px 0 0;border-radius:5px 0 0;display:block;height:95px;left:0;position:absolute;top:0;-moz-transition:none;-webkit-transition:none;transition:none;width:95px;z-index:30}.catalog-item .yashare-auto-init .b-share .b-share__link .b-share-icon{background-image:url(/bitrix/templates/usmaster/img/icons.png)}.area_darken{background:url(/bitrix/templates/usmaster/img/area_darken.png) repeat scroll 0 0 transparent;bottom:0;left:0;position:absolute;right:0;top:0;z-index:9999}#mouse_loading_icon{background-color:#FFF;border:2px solid #FFC44F;-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;display:inline-block;//display:inline;height:11px;left:-20px;padding:3px 5px;position:absolute;top:-20px;width:43px;z-index:11000;//zoom:1}.ajax_loader{display:block;margin:0 auto}.personal-tabsheader.ajaxpages,.ajaxpages{clear:both;display:block;float:none;padding:25px 0;text-align:center}.personal-tabsheader.ajaxpages a,.ajaxpages a{float:none;margin:0 auto;width:150px}.ajaxpages.personal-tabsheader a.incative span.tabbg-center{padding:10px 16px}.ajaxpages.personal-tabsheader a.incative.select span.img-cart{left:46%}.area_progress{background:url(/bitrix/templates/usmaster/img/area_darken.png) no-repeat scroll 0 0 transparent;bottom:0;left:0;position:absolute;right:0;top:0;z-index:9999}.area_progress .area_progressbar{background:url(/bitrix/templates/usmaster/img/area_progressbar.gif) no-repeat scroll 0 0 transparent;height:11px;position:absolute;right:10%;top:33%;width:16px}.activelife input.textinput40,.activelife textarea.textinput40{border:1px solid #DBDBDB!important;-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;min-height:18px}.activelife input.textinput40{padding:5px 5px}.activelife textarea.textinput40{min-height:40px;padding:5px 8px;resize:none}.activelife input.textinput40:focus,.activelife textarea.textinput40:focus{border-color:#F9730E}.activelife .textinput40,.activelife .textareainput{font:12px Arial,Helvetica,sans-serif;margin-bottom:5px}.disableSelection{-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.activelife .notetext,.activelife .reviews-note-error,.activelife .errortext{-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;display:block;margin-bottom:10px;padding:10px 14px}.activelife .notetext{background:#E8FBE8;background:-ms-linear-gradient(top,#FFFFFF,#E8FBE8);background-image:-moz-linear-gradient(top,#FFFFFF,#E8FBE8);background-image:-o-linear-gradient(top,#FFFFFF,#E8FBE8);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#E8FBE8));background-image:-webkit-linear-gradient(top,#FFFFFF,#E8FBE8);background-image:linear-gradient(to bottom,#FFFFFF,#E8FBE8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E8FBE8',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#E8FBE8)";border:1px solid #6CDB6F;color:#6CDB6F}.activelife .reviews-note-error,.activelife .errortext{background:#FBE8E8;background:-ms-linear-gradient(top,#FFFFFF,#FBE8E8);background-image:-moz-linear-gradient(top,#FFFFFF,#FBE8E8);background-image:-o-linear-gradient(top,#FFFFFF,#FBE8E8);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#FBE8E8));background-image:-webkit-linear-gradient(top,#FFFFFF,#FBE8E8);background-image:linear-gradient(to bottom,#FFFFFF,#FBE8E8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FBE8E8',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FBE8E8)";border:1px solid #DB6C6C;color:#F00F00}.color_picker{mask-image:gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-webkit-mask-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-o-mask-image:-o-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-ms-mask-image:-ms-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-moz-mask-image:-moz-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)))}.color_picker:hover{mask-image:gradient(linear,0% 0%,-30% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-webkit-mask-image:-webkit-gradient(linear,0% 0%,-30% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-o-mask-image:-o-gradient(linear,0% 0%,-30% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-ms-mask-image:-ms-gradient(linear,0% 0%,-30% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)));-moz-mask-image:-moz-gradient(linear,0% 0%,-30% 100%,from(rgba(0,0,0,.2)),to(rgba(0,0,0,1)))}.bod input[type="checkbox"],.bod input[type="radio"],.fancybox-wrap input[type="checkbox"],.fancybox-wrap input[type="radio"]{left:-9999px;position:absolute}.bod input[type="checkbox"] + label,.bod input[type="radio"] + label,.fancybox-wrap input[type="checkbox"] + label,.fancybox-wrap input[type="radio"] + label{cursor:pointer}.tabus input[type="radio"] + label:before,.tabus input[type="radio"] + label > .input_ie{background-image:none!important;display:none!important}.bod input[type="checkbox"] + label:before,.bod input[type="checkbox"] + label > .input_ie,.bod input[type="radio"] + label:before,.bod input[type="radio"] + label > .input_ie,.fancybox-wrap input[type="checkbox"] + label:before,.fancybox-wrap input[type="checkbox"] + label > .input_ie,.fancybox-wrap input[type="radio"] + label:before,.fancybox-wrap input[type="radio"] + label > .input_ie{background-image:url(/bitrix/templates/usmaster/img/icons.png);content:'';display:inline-block;//display:inline;height:14px;padding-left:3px;position:relative;top:2px;width:14px;//zoom:1}.bod input[type="checkbox"] + label:before,.bod input[type="checkbox"] + label > .input_ie,.fancybox-wrap input[type="checkbox"] + label:before,.fancybox-wrap input[type="checkbox"] + label > .input_ie{background-position:0 -810px}.bod input[type="checkbox"]:checked + label:before,.fancybox-wrap input[type="checkbox"]:checked + label:before{background-position:-17px -810px}.bod input[type="checkbox"] + label.checked:before,.bod input[type="checkbox"] + label.checked > .input_ie,.fancybox-wrap input[type="checkbox"] + label.checked:before,.fancybox-wrap input[type="checkbox"] + label.checked > .input_ie{background-position:-17px -810px}.bod input[type="radio"] + label:before,.bod input[type="radio"] + label > .input_ie,.fancybox-wrap input[type="radio"] + label:before,.fancybox-wrap input[type="radio"] + label > .input_ie{background-position:0 -829px}.bod input[type="radio"]:checked + label:before,.fancybox-wrap input[type="radio"]:checked + label:before{background-position:-17px -829px}.bod input[type="radio"] + label.checked:before,.bod input[type="radio"] + label.checked > .input_ie,.fancybox-wrap input[type="radio"] + label.checked:before,.fancybox-wrap input[type="radio"] + label.checked > .input_ie{background-position:-17px -829px}.activelife .js-buyform .in_basket,.activelife .js-buyform.inbasket .add2basket,.activelife .js-buyform.inbasket .buy1click{display:none}.activelife .js-buyform.inbasket .in_basket{display:block;text-decoration:underline}.body,.wrap{position:relative;min-width:1260px;text-align:center}.wrap_inner,.wrap_inside{margin:0 auto;max-width:1260px;min-width:1260px;text-align:center;width:100%}.wrap_inside{padding:5px 5px 5px 25px;text-align:left}.body.smartphone,.body.tab{min-width:1280px}.smartphone .wrap_inner,.tab .wrap_inner{max-width:1280px;min-width:1280px}.wrap .top_panel{-moz-box-shadow:0 0 2px -1px #000;-webkit-box-shadow:0 0 2px -1px #000;box-shadow:0 0 2px -1px #000;min-height:29px}.header .header-info{margin-top:30px}.header .header-info-logo_and_phones{}.header .header-info-logo{float:left;width:270px}.header .header-info-phones{float:left;width:630px}.header .header-info-phones{margin-bottom:20px;float:left}.header .header-info-logo a,.header .header-info-phones a{text-decoration:none}.header .header-info-phones-p3,.header .header-info-phones-p2,.footer .footer-phones-p1,.header .header-info-phones-p1,.footer .footer-phones-p2{display:inline-block;//display:inline;font-size:14px;//zoom:1}.header .header-info-phones-p1,.header .header-info-phones-p2 ,.header .header-info-phones-p3{margin-left:0px}.header .header-info-phones-recall .icon,.footer .footer-phones-recall .icon{background-position:0 -58px;height:16px;margin-right:3px;width:9px}.header .header-info-phones-feedback .icon,.footer .footer-phones-feedback .icon{background-position:0 -78px;height:11px;margin-right:3px;width:16px}.header .header-info-phones-recall a,.footer .footer-phones-recall a,.header .header-info-phones-feedback a,.footer .footer-phones-feedback a{font-size:13px;text-decoration:none}.header .header-info-phones-recall a:hover,.footer .footer-phones-recall a:hover,.header .header-info-phones-feedback a:hover,.footer .footer-phones-feedback a:hover{text-decoration:underline}.header .header-menu_and_search{-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;min-height:42px}.footer{background:#DEDEDE;background:-ms-linear-gradient(top,#EBEBEB,#DEDEDE);background-image:-moz-linear-gradient(top,#EBEBEB,#DEDEDE);background-image:-o-linear-gradient(top,#EBEBEB,#DEDEDE);background-image:-webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));background-image:-webkit-linear-gradient(top,#EBEBEB,#DEDEDE);background-image:linear-gradient(to bottom,#EBEBEB,#DEDEDE);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB',endColorstr='#DEDEDE',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB,endColorstr=#DEDEDE)";border-top:1px solid #E7EAED;margin-top:50px}.footer .footer_inner{padding:30px 0}.footer .footer-block{float:left;margin-right:20px;min-height:100px}.footer .footer-block.block1{width:246px}.footer .footer-block.block2{width:540px}.footer .footer-block.block3{width:200px}.footer .footer-block.block4{margin-right:0;width:180px}.footer .footer-phones,.footer .footer-phones-p1,.footer .footer-phones-p2{margin-top:10px;margin-left:35px}.footer .footer-copyright{border-top:1px solid #FFF;font-size:11px;padding:10px 0}.footer .footer-copyright-podpis{float:left}.footer .footer-copyright-podpis > a{color:#000;cursor:text;text-decoration:none}.footer .footer-copyright-site_developer{float:right}.footer .footer-title{color:#000;font-size:14px;font-weight:bold;margin-bottom:5px;text-transform:uppercase}.footer .footer-socservice a:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8}.fancybox-overlay{background:url(/bitrix/templates/usmaster/img/area_darken.png) repeat scroll 0 0 transparent;display:none;left:0;overflow:hidden;top:0;z-index:8010}.activelife .fancybox-close{background:url(/bitrix/templates/usmaster/img/icons.png) no-repeat scroll 0 -1300px transparent;-moz-transition:none;-webkit-transition:none;transition:none}.fancybox-close:hover{background-position:-18px -1300px}.fancybox-close:active{background-position:-36px -1300px}.popup_detail .fancybox-close{background:url(/bitrix/templates/usmaster/img/icons.png) no-repeat scroll 0 -394px transparent;height:19px;right:-9px;top:-11px;-moz-transition:.2s ease;-webkit-transition:.2s ease;transition:.2s ease;width:19px}.popup_detail .fancybox-close:hover{-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}input:focus{outline:none}.left-resize,.right-resize{vertical-align:top;width:50%}.right-resize{padding-left:20px}.profile_block{border:1px solid #DEDEDE;-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-bottom:15px;padding-bottom:15px;position:relative}.table-personal .profile_block{width:617px}.profile_block_head{border-bottom:1px solid #DEDEDE;-khtml-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;font-size:15px;font-weight:bold;margin-bottom:15px;min-height:23px;padding:10px 25px 8px;text-align:left}.activelife .profile_block_body{margin:0 25px}.profile_block.order_hided{-khtml-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;border-bottom:none;padding:0}.profile_block.order_hided .profile_block_body{display:none}.profile_block .data-table{width:100%}.profile_block .profile_block_head .icon{line-height:40px;margin:-2px 7px 0 0}.profile_block .profile_block_head a{color:#F9730E;float:right;font-size:13px;font-weight:bold;text-decoration:none}.profile_block .title-razdel{float:left;font-size:15px;margin-left:7px}.profile_block td{color:#444;font-size:13px;padding-bottom:15px}.profile_block img{max-height:100px;max-width:80px}.cart-issue{position:relative}#over_fon,#over_fon2{background:#FFF;height:100%;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;position:absolute;width:50%;z-index:10}#over_fon{left:0}#over_fon2{left:50%}.go_basket.multimage_bottom{background:url(/bitrix/templates/usmaster/img/bottom.png) no-repeat scroll 0 0 transparent;color:#FFF;cursor:pointer;font-size:18px;height:74px;margin:200px 0 0 210px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;padding:85px 30px 0;position:absolute;text-align:center;text-transform:none;width:100px;z-index:69}.go_basket:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}#go_basket{left:0}#go_basket2{left:50%}.back1.input{border:1px solid #C4C4C4;-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:28px;padding:0 6px}.menu_personal{margin-bottom:26px;margin-top:10px}.personal-tabscontent .tabs-content{display:none}.personal-tabscontent .tabs-content.showed{display:block}.personal-tabsheader{margin-bottom:15px}.personal-tabsheader a.incative{display:inline-block;//display:inline;font-size:13px;line-height:27px;margin-right:8px;min-height:27px;position:relative;text-decoration:none;//zoom:1}.personal-tabsheader a.incative{-webkit-transition:none;-moz-transition:none;transition:none}.personal-tabsheader a.incative:hover{text-decoration:none}.personal-tabsheader a.select{cursor:default}.personal-tabsheader a.incative span.tabbg-center,.personal-tabsheader a.select span.tabbg-center{-khtml-border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px;padding:5px 8px}.personal-tabsheader a.incative span.tabbg-center{border:2px solid #B3B3B3;color:#7E7E7E;padding:5px 8px}.personal-tabsheader a.incative:hover span.tabbg-center{border-color:#F9730E;color:#F9730E}.personal-tabsheader a.select span.tabbg-center{border:2px solid #F9730E;color:#F9730E;padding:4px 7px}.personal-tabsheader a.incative .tabbg-last,.personal-tabsheader a.tabbg .tabbg-last{margin-right:8px}.personal-tabsheader a.incative.select span.img-cart{background-position:0 -988px;border:0;bottom:-5px;height:7px;left:50%;margin-left:-4px;position:absolute;width:9px}.prod_quantity{background:-ms-linear-gradient(top,#FEFEFE,#E7EDF3);background-image:-moz-linear-gradient(top,#FEFEFE,#E7EDF3);background-image:-o-linear-gradient(top,#FEFEFE,#E7EDF3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FEFEFE),to(#E7EDF3));background-image:-webkit-linear-gradient(top,#FEFEFE,#E7EDF3);background-image:linear-gradient(to bottom,#FEFEFE,#E7EDF3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE',endColorstr='#E7EDF3',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFEFE,endColorstr=#E7EDF3)";border:1px solid #C4C4C4;-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:18px;margin:0 auto;width:64px}.prod_quantity input.value{background:transparent;border:none;float:left;height:18px;line-height:18px;text-align:center;width:34px}.prod_quantity .minus,.prod_quantity .plus{cursor:pointer;float:left;height:20px;margin-top:-1px;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-webkit-transition:none;-moz-transition:none;transition:none;width:15px}.prod_quantity .minus{background-position:-17px 0}.prod_quantity .minus:hover{background-position:-47px 0}.prod_quantity .minus:active{background-position:-17px -20px}.prod_quantity .plus{background-position:-31px 0}.prod_quantity .plus:hover{background-position:-61px 0}.prod_quantity .plus:active{background-position:-31px -20px}.catalog-item .measure_name,.catalog-element .measure_name{float:right;margin:3px 0 0 5px}.offer_prop{margin-bottom:5px;min-width:165px}.offer_prop .offer_prop-name{font-weight:bold}.offer_prop .div_select{min-height:28px;position:relative}.offer_prop.color .div_select,.offer_prop.size .div_select{height:auto}.offer_prop .div_options{background-color:#FFF;border:1px solid transparent;-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:absolute;width:100%}.offer_prop .div_select .div_option span{display:block;overflow:hidden}.offer_prop .div_select.opened .div_options{background:#EDF2F6;background:-ms-linear-gradient(top,#FFFFFF,#EDF2F6);background-image:-moz-linear-gradient(top,#FFFFFF,#EDF2F6);background-image:-o-linear-gradient(top,#FFFFFF,#EDF2F6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#EDF2F6));background-image:-webkit-linear-gradient(top,#FFFFFF,#EDF2F6);background-image:linear-gradient(to bottom,#FFFFFF,#EDF2F6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EDF2F6',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#EDF2F6)";border-color:#C2C2C2;left:0;min-width:50px;top:0;z-index:20}.offer_prop .div_select.opened .div_option{border-bottom:2px solid #FFF;cursor:pointer;padding:5px 9px}.offer_prop .div_select.opened .div_option:hover{background-color:#F3F3F3}.offer_prop .div_select.opened .div_option.disabled{color:#B3B3B3;cursor:default;text-decoration:line-through}.offer_prop .div_select.opened .div_option.selected{border-bottom:2px solid transparent;color:#F9730E}.offer_prop .div_select .div_option.selected .icon,.offer_prop .div_select.opened .div_option .icon{background-position:0 -1073px;display:block;float:right;height:18px;margin-left:3px;position:relative;right:-5px;top:-1px;width:18px}.offer_prop .div_select.opened .div_option + .div_option .icon{display:none}.offer_prop .div_select.closed .div_options{border-color:#D4D4D4;z-index:1}.offer_prop .div_select.closed .div_option{color:#333display:none;padding:5px 9px 3px}.offer_prop .div_select.closed .div_option.selected{cursor:pointer;display:block;overflow:hidden;white-space:nowrap}.offer_prop.color,.offer_prop.size{margin-bottom:0;min-width:0}.offer_prop.color .div_select.closed .div_options,.offer_prop.size .div_select.closed .div_options{background:none;border:none;position:relative}.offer_prop.color .div_select .div_option{border:1px solid transparent;-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:block;float:left;margin-right:5px;margin-bottom:5px;padding:2px 4px 3px 2px}.offer_prop.color .div_select .div_option.selected{border-color:#DBDBDB}.offer_prop.color .div_select .div_option > b{-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:1px 1px 3px rgba(0,0,0,.5);-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.5);box-shadow:1px 1px 3px rgba(0,0,0,.5);display:block;overflow:hidden}.offer_prop.color .div_select .div_option .color_picker{cursor:pointer;display:block;height:26px;width:26px}.offer_prop.color .div_select .div_option.selected .color_picker{height:24px;width:24px}.offer_prop.size .div_select .div_option{border:1px solid #D4D4D4;-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#000;cursor:pointer;display:block;float:left;margin:0 5px 5px 0;min-width:51px;padding:4px 9px;text-align:center}.offer_prop.size .div_select .div_option.disabled{color:#C9C9C9;cursor:default}.offer_prop.size .div_select .div_option.selected{width:51px}.main_slider{margin:10px 0;position:relative}.main_slider-arrow_prev,.main_slider-arrow_next{display:block;height:25px;margin-top:-13px;position:absolute;top:50%;-moz-transition:none;-webkit-transition:none;transition:none;width:15px}.main_slider-arrow_prev{background-position:0 -1578px;left:30px}.main_slider-arrow_next{background-position:0 -1606px;right:30px}.main_slider-arrow_prev.disabled,.main_slider-arrow_prev.disabled:hover{background-position:-32px -1578px;cursor:default}.main_slider-arrow_next.disabled,.main_slider-arrow_next.disabled:hover{background-position:-32px -1606px;cursor:default}.main_slider-arrow_prev.little,.main_slider-arrow_next.little{display:none}.main_slider-arrow_prev:hover{background-position:-16px -1578px}.main_slider-arrow_next:hover{background-position:-16px -1606px}.main_slider-slider{overflow:hidden;position:relative}.main_slider-slider_inner{left:0;position:relative}.stickers_icons{position:absolute}.stickers_icons .stickers_icon{float:left;height:50px;margin-right:3px;width:50px}.stickers_icons .new{background-position:0 -288px}.stickers_icons .discount{background-position:0 -342px}.stickers_icons .action{background-position:0 -1711px}.bx-composite-btn-fixed{top:-75px}.activelife div.bx-auth-serv-icons a,.activelife div.bx-auth-services a{-moz-transition:none;-webkit-transition:none;transition:none}.activelife.bx-auth-title{border:none}.activelife.fancybox-skin .bx-auth{max-width:320px}.activelife .btn1,.activelife .btn2,.activelife .btn3,.activelife .add2basket,.activelife .in_basket,.activelife .buy1click,.sale_order_full_table.complete input[type="submit"]{border:none;-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 2px -1px #000;-webkit-box-shadow:0 0 2px -1px #000;box-shadow:0 0 2px -1px #000;cursor:pointer;display:block;font-size:15px;height:34px;line-height:34px;outline:none;padding:0 18px;text-align:center;text-decoration:none;-moz-transition:none;-webkit-transition:none;transition:none}.activelife .btn1:hover,.activelife .btn2:hover,.activelife .btn3:hover,.activelife .add2basket:hover,.activelife .in_basket:hover,.activelife .buy1click:hover{text-decoration:none}.activelife .btn1:active,.activelife .btn2:active,.activelife .btn3:active,.activelife .add2basket:active,.activelife .in_basket:active,.activelife .buy1click:active{-moz-box-shadow:0 0 2px -1px #000;-webkit-box-shadow:0 0 2px -1px #000;box-shadow:0 -1px 2px -1px #000,1px 1px 2px -1px #000 inset;text-decoration:none;font-weight:bold}.activelife .btn1,.activelife .add2basket,.activelife .in_basket,.activelife .qb .catalog-element-buy_buttons .add2basket,.activelife .qb .catalog-element-buy_buttons .in_basket,.activelife .catalog-element-buy_buttons .buy1click,.sale_order_full_table.complete input[type="submit"]{background:#FD3232;background:-ms-linear-gradient(top,#FD3E3E,#FD3232);background-image:-moz-linear-gradient(top,#FD3E3E,#FD3232);background-image:-o-linear-gradient(top,#FD3E3E,#FD3232);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FD3E3E),to(#FD3232));background-image:-webkit-linear-gradient(top,#FD3E3E,#FD3232);background-image:linear-gradient(to bottom,#FD3E3E,#FD3232);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD3E3E',endColorstr='#FD3232',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FD3E3E,endColorstr=#FD3232)";color:#FFF!important;font-weight:bold}.activelife .btn1:hover,.activelife .add2basket:hover,.activelife .in_basket:hover,.activelife .qb .catalog-element-buy_buttons .add2basket:hover,.activelife .qb .catalog-element-buy_buttons .in_basket:hover,.activelife .catalog-element-buy_buttons .buy1click:hover,.sale_order_full_table.complete input[type="submit"]:hover{background:#FC8E3A;background:-ms-linear-gradient(top,#FDA948,#FC8E3A);background-image:-moz-linear-gradient(top,#FDA948,#FC8E3A);background-image:-o-linear-gradient(top,#FDA948,#FC8E3A);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FDA948),to(FC8E3A));background-image:-webkit-linear-gradient(top,#FDA948,#FC8E3A);background-image:linear-gradient(to bottom,#FDA948,#FC8E3A);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDA948',endColorstr='#FC8E3A',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDA948,endColorstr=#FC8E3A)";color:#FFF;font-weight:bold}.activelife .btn1:active,.activelife .add2basket:active,.activelife .in_basket:active,.activelife .qb .catalog-element-buy_buttons .add2basket:active,.activelife .qb .catalog-element-buy_buttons .in_basket:active,.activelife .catalog-element-buy_buttons .buy1click:active,.sale_order_full_table.complete input[type="submit"]:active{background:#E16A00;color:#FFF!important}.activelife .btn2,.activelife .da .add2basket,.activelife .da .in_basket,.activelife .catalog-element-buy_buttons .add2basket,.activelife .catalog-element-buy_buttons .in_basket,.activelife .qb .catalog-element-buy_buttons .buy1click{background:#F9730E;background:-ms-linear-gradient(top,#FA8F11,#F9730E);background-image:-moz-linear-gradient(top,#FA8F11,#F9730E);background-image:-o-linear-gradient(top,#FA8F11,#F9730E);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FA8F11),to(#F9730E));background-image:-webkit-linear-gradient(top,#FA8F11,#F9730E);background-image:linear-gradient(to bottom,#FA8F11,#F9730E);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA8F11',endColorstr='#F9730E',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FA8F11,endColorstr=#F9730E)";color:#FFF!important;font-weight:bold}.activelife .btn2:hover,.activelife .da .add2basket:hover,.activelife .da .in_basket:hover,.activelife .catalog-element-buy_buttons .add2basket:hover,.activelife .catalog-element-buy_buttons .in_basket:hover,.activelife .qb .catalog-element-buy_buttons .buy1click:hover{background:#FC8E3A;background:-ms-linear-gradient(top,#FDA948,#FC8E3A);background-image:-moz-linear-gradient(top,#FDA948,#FC8E3A);background-image:-o-linear-gradient(top,#FDA948,#FC8E3A);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FDA948),to(FC8E3A));background-image:-webkit-linear-gradient(top,#FDA948,#FC8E3A);background-image:linear-gradient(to bottom,#FDA948,#FC8E3A);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDA948',endColorstr='#FC8E3A',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDA948,endColorstr=#FC8E3A)";color:#FFF!important;font-weight:bold}.activelife .btn2:active,.activelife .da .add2basket:active,.activelife .da .in_basket:active,.activelife .catalog-element-buy_buttons .add2basket:active,.activelife .catalog-element-buy_buttons .in_basket:active,.activelife .qb .catalog-element-buy_buttons .buy1click:active{background:#E16A00;color:#FFF!important}.activelife .btn3{background:#E0E0E0;background:-ms-linear-gradient(top,#FFFFFF,#E0E0E0);background-image:-moz-linear-gradient(top,#FFFFFF,#E0E0E0);background-image:-o-linear-gradient(top,#FFFFFF,#E0E0E0);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#E0E0E0));background-image:-webkit-linear-gradient(top,#FFFFFF,#E0E0E0);background-image:linear-gradient(to bottom,#FFFFFF,#E0E0E0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E0E0E0',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#E0E0E0)";color:#000;font-weight:bold}.activelife .btn3:hover{background:#F0F0F0;background:-ms-linear-gradient(top,#FFFFFF,#F0F0F0);background-image:-moz-linear-gradient(top,#FFFFFF,#F0F0F0);background-image:-o-linear-gradient(top,#FFFFFF,#F0F0F0);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F0F0F0));background-image:-webkit-linear-gradient(top,#FFFFFF,#F0F0F0);background-image:linear-gradient(to bottom,#FFFFFF,#F0F0F0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F0F0F0',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#F0F0F0)";color:#000;font-weight:bold}.activelife .btn3:active{background:#F4E5FE;background:-ms-linear-gradient(top,#FFFFFF,#F4E5FE);background-image:-moz-linear-gradient(top,#FFFFFF,#F4E5FE);background-image:-o-linear-gradient(top,#FFFFFF,#F4E5FE);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F4E5FE));background-image:-webkit-linear-gradient(top,#FFFFFF,#F4E5FE);background-image:linear-gradient(to bottom,#FFFFFF,#F4E5FE);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F4E5FE',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#F4E5FE)";color:#000;font-weight:bold}.back0,#smartFilter .lvl1_specific_size .lvl2 .props.pchecked,#smartFilter .lvl1_price_group .lvl2 .props.pchecked,.offer_prop.size .div_select .div_option.selected{background:#f6c500;background:-ms-linear-gradient(top,#f6c500,#ff9900);background-image:-moz-linear-gradient(top,#f6c500,#ff9900);background-image:-o-linear-gradient(top,#f6c500,#ff9900);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f6c500),to(#ff9900));background-image:-webkit-linear-gradient(top,#f6c500,#ff9900);background-image:linear-gradient(to bottom,#f6c500,#ff9900);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c500',endColorstr='#ff9900',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6c500,endColorstr=#ff9900)";color:#fff}.back0_inv,#smartFilter .lvl1_specific_size .lvl2 .props.pchecked:hover,#smartFilter .lvl1_price_group .lvl2 .props.pchecked:hover,.offer_prop.size .div_select .div_option.selected:hover{background:#ff9900;background:-ms-linear-gradient(top,#ff9900,#f6c500);background-image:-moz-linear-gradient(top,#ff9900,#f6c500);background-image:-o-linear-gradient(top,#ff9900,#f6c500);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff9900),to(#f6c500));background-image:-webkit-linear-gradient(top,#ff9900,#f6c500);background-image:linear-gradient(to bottom,#ff9900,#f6c500);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900',endColorstr='#f6c500',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9900,endColorstr=#f6c500)";color:#FFF}.back1{background:#E5EBF1;background:-ms-linear-gradient(top,#FFFFFF,#E5EBF1);background-image:-moz-linear-gradient(top,#FFFFFF,#E5EBF1);background-image:-o-linear-gradient(top,#FFFFFF,#E5EBF1);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#E5EBF1));background-image:-webkit-linear-gradient(top,#FFFFFF,#E5EBF1);background-image:linear-gradient(to bottom,#FFFFFF,#E5EBF1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E5EBF1',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#E5EBF1)"}.back2,#smartFilter .lvl1_specific_size .lvl2 .props,#smartFilter .lvl1_price_group .lvl2 .props,.offer_prop.size .div_select .div_option,.offer_prop .div_select.closed .div_options{background:#F2F2F2;background:-ms-linear-gradient(top,#FFFFFF,#F2F2F2);background-image:-moz-linear-gradient(top,#FFFFFF,#F2F2F2);background-image:-o-linear-gradient(top,#FFFFFF,#F2F2F2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F2F2F2));background-image:-webkit-linear-gradient(top,#FFFFFF,#F2F2F2);background-image:linear-gradient(to bottom,#FFFFFF,#F2F2F2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F2F2F2',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#F2F2F2)"}.back2_inv,#smartFilter .lvl1_specific_size .lvl2 .props:hover,#smartFilter .lvl1_price_group .lvl2 .props:hover,.offer_prop.size .div_select .div_option:hover{background:#F2F2F2;background:-ms-linear-gradient(top,#F2F2F2,#FFFFFF);background-image:-moz-linear-gradient(top,#F2F2F2,#FFFFFF);background-image:-o-linear-gradient(top,#F2F2F2,#FFFFFF);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#FFFFFF));background-image:-webkit-linear-gradient(top,#F2F2F2,#FFFFFF);background-image:linear-gradient(to bottom,#F2F2F2,#FFFFFF);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2',endColorstr='#FFFFFF',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2F2,endColorstr=#FFFFFF)"}.back3{background:#F2F2F2;background:-ms-linear-gradient(top,#FBFBFB,#F2F2F2);background-image:-moz-linear-gradient(top,#FBFBFB,#F2F2F2);background-image:-o-linear-gradient(top,#FBFBFB,#F2F2F2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#FBFBFB),to(#F2F2F2));background-image:-webkit-linear-gradient(top,#FBFBFB,#F2F2F2);background-image:linear-gradient(to bottom,#FBFBFB,#F2F2F2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB',endColorstr='#F2F2F2',GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB,endColorstr=#F2F2F2)"}#top_line{min-height:28px;padding:12px 20px 0 0;overflow:hidden;text-align:right}#top_line > *{vertical-align:middle}.schedule{float:left}.schedule p{font-size:12px;color:#000;text-align:left}.schedule p.time{background:url("/bitrix/templates/usmaster/./img/time.png") left top no-repeat;margin:0px 0 5px 0;padding:0px 0 3px 20px}.kat_0{float:right;margin-right:75px;background:#ffe;padding:5px 3px 5px 15px;color:#f7a20f;font-size:14px;font-weight:bold;margin-bottom:10px;text-transform:uppercase;border-radius:3px;border:2px solid #f7a20f}.iconka{float:right;background-position:0 -1359px;display:block;height:12px;margin:3px 6px 0;width:12px}.newsmainlist{float:right;width:266px}.i2{BACKGROUND-IMAGE:url(/bitrix/templates/usmaster/img/icons2.png);POSITION:absolute;DISPLAY:block;BACKGROUND-REPEAT:no-repeat}.page-buttonse{TEXT-ALIGN:centermargin-left:5px;padding-left:10px}.page-buttonse .buttone{TEXT-ALIGN:center;WIDTH:150pxvertical-align:middle}.buttone{POSITION:relative;PADDING-BOTTOM:7px;LINE-HEIGHT:15px;MARGIN:0 4px;PADDING-LEFT:6px;PADDING-RIGHT:6px;DISPLAY:inline-block;BACKGROUND:url(/bitrix/templates/usmaster/img/bu-27.png) repeat-x 0 -27px;HEIGHT:14px;COLOR:#000 !important;FONT-SIZE:12px;PADDING-TOP:6px}.buttone .l{BACKGROUND-IMAGE:url(/bitrix/templates/usmaster/img/bu-27.png);POSITION:absolute;WIDTH:4px;DISPLAY:block;HEIGHT:27px;TOP:0}.buttone .r{BACKGROUND-IMAGE:url(/bitrix/templates/usmaster/img/bu-27.png);POSITION:absolute;WIDTH:4px;DISPLAY:block;HEIGHT:27px;TOP:0}.buttone .l{BACKGROUND-POSITION:0 0;LEFT:-4px}.buttone .r{BACKGROUND-POSITION:100% 0;RIGHT:-4px}.buttone:hover{BACKGROUND-POSITION:0 -81px;COLOR:#000;text-decoration:none}.buttone:hover .l{BACKGROUND-POSITION:0 -54px}.buttone:hover .r{BACKGROUND-POSITION:100% -54px}.more.buttone{PADDING-RIGHT:16px}.next.buttone{PADDING-RIGHT:16px}.more.buttone .i2{WIDTH:7px;BACKGROUND-POSITION:-70px 0;HEIGHT:9px;TOP:8px;RIGHT:2px}.next.buttone .i2{WIDTH:7px;BACKGROUND-POSITION:-70px 0;HEIGHT:9px;TOP:8px;RIGHT:2px}.more.buttone:hover .i2{BACKGROUND-POSITION:-77px 0}.next.buttone:hover .i2{BACKGROUND-POSITION:-77px 0}A > SPAN.i2{BACKGROUND-IMAGE:url(/bitrix/templates/usmaster/img/icons2.png);POSITION:absolute;DISPLAY:block;BACKGROUND-REPEAT:no-repeat}.back.buttone{PADDING-LEFT:16px}.back.buttone .i2{WIDTH:7px;BACKGROUND-POSITION:-70px -9px;HEIGHT:9px;TOP:8px;LEFT:2px}.back.buttone:hover .i2{BACKGROUND-POSITION:-77px -9px}.search.button{PADDING-RIGHT:24px}.search.button .i2{WIDTH:12px;BACKGROUND-POSITION:-84px 0;HEIGHT:13px;TOP:7px;RIGHT:6px}.search.button:hover .i2{BACKGROUND-POSITION:-96px 0}FORM .buttonse{TEXT-ALIGN:center;PADDING-BOTTOM:9px;MARGIN:0 -23px;PADDING-LEFT:0;PADDING-RIGHT:0;BACKGROUND:url(/bitrix/templates/usmaster/img/dash.png) repeat-x 0 0;PADDING-TOP:12px}.search.buttone{PADDING-RIGHT:24px}.search.buttone .i2{WIDTH:12px;BACKGROUND-POSITION:-84px 0;HEIGHT:13px;TOP:7px;RIGHT:6px}.search.buttone:hover .i2{BACKGROUND-POSITION:-96px 0}.subinp{display:block;cursor:pointer;height:27px;MARGIN:-7px -5px;TEXT-ALIGN:center;font-weight:bold}input[type="file"]{-webkit-appearance:none;padding:3px;background-color:#fff;border:none;-webkit-box-align:baseline;color:#000;text-align:start !important;font-weight:normal}input[type="file"]::-webkit-file-upload-button{-webkit-appearance:none;-webkit-user-modify:read-only !important;white-space:nowrap;background:url(/bitrix/templates/usmaster/img/bu-27.png) repeat-x 0 -27px;margin:0;font-weight:bold;padding:5px;font-size:inherit;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,0.1)}.verh{text-indent:15px;color:#000!important;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius:5px 5px 0 0;border-top-left-radius:5px;border-top-right-radius:5px;padding:8px}.orange{color:#ff9900!important}.regcom{border:2px solid #999;border-radius:5px;background:url("/img/regcom.gif") left top no-repeat;margin:0;padding:32px;font-weight:bold;color:#085f90}.regch{border:2px solid #999;border-radius:5px;background:url("/img/regch.gif") left top no-repeat;margin:0;padding:32px;font-weight:bold;color:#085f90}.regch:hover{border-color:orange;color:#c52a2e;background:url("/img/regch1.gif") left top no-repeat}.regcom:hover{border-color:orange;color:#c52a2e;background:url("/img/regcom1.gif") left top no-repeat}select{background:#fff;padding:5px;padding-right:25px;background-repeat:no-repeat;border:1px solid #ccc;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,0.1);color:#999;min-height:30px}.tegs{border:1px solid #ccc;border-radius:10px;background:#fff}.orange{color:#ff9900}.reklama{border-radius:5px;background:#fff;margin:5px;padding:5px;text-align:center;border:1px solid gold;color:#8C0000}.btn{vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-lg{font-size:15px}.btn-danger:hover{background-color:#fff;border-color:#d43f3a}.iko{margin-top:8px;margin-right:0px}.thumbnail{position:relative;z-index:0}.thumbnail:hover{background-color:transparent;z-index:50}.thumbnail span{position:absolute;background-color:#3d3d3d;padding:5px;left:-1000px;border:1px solid white;visibility:hidden;color:Yellow;text-decoration:none;border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px}.thumbnail span img{border-width:0;padding:2px}.thumbnail:hover span{visibility:visible;top:0;left:60px}.drug{border-radius:4px;border:1px solid gold;padding:10px;margin:5px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background-color:#fff;color:#c51d34}.koika{border-radius:4px;border:1px solid #ccc;padding:0 10px;margin:0 5px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px}.koika1{border-radius:4px;padding:10px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background-color:#fff}.koika2{border-radius:4px;padding:15px 15px 35px 15px ;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background-color:#fff}.koika3{padding:15px}.koikas{border-radius:4px;border:1px solid #ccc;margin:5px;padding-left:10px;padding-right:10px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background-color:#fff}.koikan{padding-left:10px;margin-top:0px;margin-bottom:5px;padding-right:10px}.tooltip{display:inline-block;position:relative;background:transparent;text-indent:0;cursor:help}.tooltip > span{position:absolute;bottom:100%;left:-20em;right:-20em;width:-moz-max-content;width:-webkit-max-content;width:max-content;max-width:20em;max-height:80vh;overflow:auto;visibility:hidden;margin:0 auto .4em;padding:.3em;border:solid 2px rgb(200,200,200);border-radius:3px;font-size:90%;background:#fff;line-height:normal;cursor:auto}.tooltip.left > span{left:0;right:-20em;margin:0 0 .4em}.tooltip.right > span{left:-20em;right:0;margin:0 0 .4em auto}.tooltip:after{content:"";position:absolute;top:-.4em;left:50%;visibility:hidden;margin:0 0 0 -.4em;border:.4em solid;border-color:rgb(200,200,200) transparent transparent transparent;cursor:auto}.tooltip.left:after{left:1em}.tooltip.right:after{left:auto;right:.6em}.tooltip:before{content:"";position:absolute;top:-.4em;left:0;right:0;height:.4em;visibility:hidden}.tooltip:hover > span,.tooltip:hover:before,.tooltip:hover:after,.tooltip:focus > span,.tooltip:focus:before,.tooltip:focus:after{visibility:visible;transition:0s .4s}.tooltip:focus{outline:none}.tooltip.anim > span,.tooltip.anim:after{opacity:0;transform:translateY(1.5em) scale(.3);transform-origin:center bottom}.tooltip.anim:after{transform:translateY(.7em) scale(.3)}.tooltip.anim:hover > span,.tooltip.anim:hover:after,.tooltip.anim:focus > span,.tooltip.anim:focus:after{opacity:1;transition:.6s .4s;transform:translateY(0)}@media (max-width:20em){.tooltip > span{max-width:100vw;box-sizing:border-box}}div.item{border-radius:5px;width:164px;height:154px}div.item a.zoom img{width:164px;height:144px;border-radius:5px}.loger{}p.sugar{text-align:center}.abon{weight:95%;padding-left:35px}.it_menu{display:inline-block;width:42px;margin-left:28px}.it_menu span{display:block;width:45px;height:45px;margin-top:25px;background-repeat:no-repeat}.it_menu span:hover{padding-top:6px;margin-top:0}#menu{margin-top:12px}.vkontakte1{background:url(/images/nak/vkg1.png)}.steam1{background:url(/images/nak/Steam1.png)}.facebook1{background:url(/images/nak/Facebook1.png)}.odnoklassnikah1{background:url(/images/nak/ok1.png)}.skype1{background:url(/images/nak/Skype1.png)}.twitter1{background:url(/images/nak/twitter1.png)}.youtube1{background:url(/images/nak/YouTube1.png)}.instagram1{background:url(/images/nak/Instagram1.png)}#seti1{background:url(/images/nak/soc_seti1.png);width:894px;height:44px;position:relative;left:50%;margin-left:-450px;bottom:23px}#bg_down{width:894px;height:51px;background:url(/images/nak/bg_d.png);position:relative;left:50%;margin-left:-447px;bottom:20px}.blockhelp{position:relative;margin-bottom:20px}.vopros{width:16px;line-height:16px;border-radius:5px;background-color:#3bafda;-moz-box-shadow:0 1px 1px rgba(66,79,96,.16),inset 0 2px 2px rgba(85,95,104,.16);-webkit-box-shadow:0 1px 1px rgba(66,79,96,.16),inset 0 2px 2px rgba(85,95,104,.16);box-shadow:0 1px 1px rgba(66,79,96,.16),inset 0 2px 2px rgba(85,95,104,.16);color:#fff;font-size:12px;text-align:center;margin-top:10px;cursor:pointer;display:block}.hidden{display:none;position:absolute;bottom:130%;left:5px;background-color:#fff;color:#3aaeda;padding:5px;-moz-box-shadow:0 1px 1px rgba(0,0,0,.16);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 1px rgba(0,0,0,.16);font-size:12px}.hover:after,.focus:after{content:attr(data-title);display:none;position:absolute;bottom:130%;left:5px;background-color:#fff;color:#3aaeda;padding:5px;-moz-box-shadow:0 1px 1px rgba(0,0,0,.16);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 1px rgba(0,0,0,.16);font-size:12px}.hover:hover:after,.focus:focus:after{display:block}.hover + .hidden:before,.focus + .hidden:before{content:" ";position:absolute;top:98%;left:10%;margin-left:-5px;border-width:5px;border-style:solid;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff;border-color:#fff transparent transparent transparent;z-index:20000}.hover + .hidden:after,.focus + .hidden:after{content:" ";position:absolute;top:100%;left:10%;margin-left:-5px;border-width:5px;border-style:solid;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff;border-color:rgba(0,0,0,.16) transparent transparent transparent;z-index:10000}.hover:hover + .hidden,.focus:focus + .hidden{display:block}.dropdown{position:relative;display:inline-block}.dropdown-content{margin-top:4px;margin-left:-4px;display:none;position:absolute;background-color:#f9f9f9;min-width:200px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);z-index:100;border-radius:3px;border:1px solid #ccc}.dropdown-content a{padding:6px 8px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;border-radius:3px}.ui-btn{border-radius:3px!important;font-family:'blogger_sansbold','Arial';color:#000!important}.ui-btn-split{font-family:'blogger_sansbold','Arial';color:#000!important}.ui-btn-main{}ui-btn-menu{}.ui-btn-lg{}.ui-btn-md{}.ui-btn-sm{}.ui-btn-sm{}.ui-btn-default{}.telo{padding:5px 10px!important;margin:5px!important;border-radius:5px!important;font-family:'blogger_sansbold','Arial';color:#000!important;text-transform:uppercase;font-size:12px!important}.telo,.ui-btn-danger,.ui-btn-light-border,.ui-btn-light,.ui-btn-success{background:linear-gradient(to bottom,#ffffff 10%,#dfdfdf 100%);background-color:#ffffff;box-shadow:inset 0 1px 0 0 #ffffff!important;border:1px solid #ccc!important;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:#000!important;height:27px;padding:10px;text-decoration:none;text-shadow:0px 1px 0 #ffffff}.telo:hover,.ui-btn-danger:hover,.ui-btn-light-border:hover,.ui-btn-light:hover,.ui-btn-success:hover{border:1px solid #ccc;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(to bottom,#ffffff 25%,#ffc824 98%,#b0b0b0 100%);background-color:#ffc824}.telo:active,.ui-btn-danger:active,.ui-btn-light-border:active,.ui-btn-light:active,.ui-btn-success:active{position:relative;top:1px;border:1px solid #ccc}.ui-btn-success-light{}.ui-btn-danger-dark{}.ui-btn-danger-light{}.ui-btn-primary{background:linear-gradient(to bottom,#ffffff 10%,#dfdfdf 100%);background-color:#ffffff;border:1px solid #ccc;cursor:pointer;color:#000!important;height:27px;padding:10px;text-decoration:none;text-shadow:0px 1px 0 #ffffff}.ui-btn-primary:hover{color:#000;border:1px solid #ccc;background:linear-gradient(to bottom,#ffffff 25%,#ffc824 100%);background-color:#ffc824}.ui-btn-primary:active{position:relative;top:1px;color:#000;border:1px solid #ccc;background:linear-gradient(to bottom,#ffffff 25%,#ffc824 100%);background-color:#ffc824}.ui-btn-primary-dark{background-color:#fff!important;color:#000!important;border:1px solid #ccc!important}.ui-btn-secondary{}.ui-btn-link{border-radius:5px!important}.ui-btn-hover,.ui-btn-main-hover,.ui-btn-menu-hover{color:#000!important}.ui-btn-active,.ui-btn-main-active,.ui-btn-menu-active{}.ui-btn-disabled,.ui-btn-main-disabled,.ui-btn-menu-disabled{}.ui-btn-wait{color:#000}.ui-btn-clock{color:#000}.ui-btn-round{}.ui-btn-dropdown{}.ui-btn-no-caps{}.ui-btn-counter{}.gradun{padding-top:5px;margin:0px;cursor:pointer;#float:left;border-bottom:1px dotted;min-width:25px;z-index:100}//////new//////////////////////////////.checkbox{position:relative;display:block;label{min-height:$line-height-computed;// Ensure the input doesn't jump when there is no textpadding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}}.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{-webkit-box-shadow:0 0 1px 1px rgba(124,124,124,0.6);box-shadow:0 0 1px 1px rgba(124,124,124,0.6)}.checkbox > label,.radio > label{cursor:pointer}.checkbox.checked .checkbox__icon,.checkbox input:checked + .checkbox__icon{fill:#7c7c7c}.checkbox.disabled .checkbox__icon,.checkbox input:disabled + .checkbox__icon{background-color:#ededed;color:#b3b3b3}.radio__icon{border-radius:50%}.radio__icon:before{background-color:#7c7c7c;border-radius:50%;content:'';display:none;margin:25% 0 0 25%;height:50%;width:50%}.radio.checked .radio__icon:before,.radio input:checked + .radio__icon:before{display:block}.radio.disabled .radio__icon,.radio input:disabled + .radio__icon{background-color:#ededed;color:#b3b3b3}.checkbox input[type="checkbox"],.radio input[type="radio"]{left:0;height:12px;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{-webkit-box-shadow:0 0 1.5px 1px #ff0000;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}.icon-check{fill:#7c7c7c;font-size:12px;font-size:1rem}////icon-svg/////////////.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}.vacancy-item table td{vertical-align:top;width:20%}.vacancy-item table td+td{width:80%}.vacancy-item a{color:#007ACF}.vacancy-item table td a{vertical-align:top}.hh-vacancy-list-pager{text-align:center}.hh-vacancy-list-pager li{display:inline;margin:0 5px;list-style:none;content:none!important}.hh-vacancy-list-pager li:before{content:none!important}.hh-vacancy-list-pager li a{margin-bottom:15px;font-family:Arial,Verdana,Helvetica,sans-serif;font-size:14px;line-height:21px;color:#007ACF}.vacancy-item{background:#fff;margin-bottom:5px;font-family:Arial,Verdana,Helvetica,sans-serif;font-size:14px;line-height:16px;border:solid 1px #ccc;border-radius:5px;padding:7px 7px}.vacancy-item:hover{background:#fff;border:solid 2px gold;padding:6px 6px}.hh-list-vacancies{background:transparent;padding:20px;padding-left:30px}.bbb{margin-top:-40px}
/* End */
/* /bitrix/templates/usmaster/assets/lib/jquery.scrollbar/jquery.scrollbar.css?175040604622152 */
/* /bitrix/templates/usmaster/assets/lib/owlcarousel2/assets/owl.carousel.min.css?17504060463440 */
/* /bitrix/templates/usmaster/js/fancybox/jquery.fancybox.min.css?17504060464745 */
/* /bitrix/templates/usmaster/js/jscrollpane/jquery.jscrollpane.min.css?17504060461098 */
/* /bitrix/templates/usmaster/js/glass/glass.min.css?1750406046235 */
/* /bitrix/templates/usmaster/assets/css/custom.css?17504060464681 */
/* /bitrix/templates/usmaster/ajax/ajax.min.css?1750406046325 */
/* /bitrix/templates/usmaster/components/bitrix/system.auth.form/toppanel/style.min.css?17504060461032 */
/* /bitrix/templates/usmaster/components/bitrix/menu/toppanel/style.min.css?1750406046898 */
/* /bitrix/templates/usmaster/components/bitrix/sale.basket.basket.small/in_head/style.min.css?1750406046659 */
/* /bitrix/templates/usmaster/components/bitrix/search.title/al/style.min.css?17504060463761 */
/* /bitrix/templates/usmaster/components/bitrix/subscribe.form/footer/style.min.css?175040604643 */
/* /bitrix/templates/usmaster/components/bitrix/breadcrumb/altasib.breadcrumb_micro1/style.min.css?1750406046427 */
/* /bitrix/templates/usmaster/components/iees/main.feedback/fancybox/style.min.css?1750406046103 */
/* /bitrix/templates/usmaster/components/bitrix/system.auth.form/fancybox/style.min.css?1750406046353 */
/* /bitrix/templates/usmaster/components/altasib/qrcode/qr/style.min.css?1750406046311 */
/* /bitrix/templates/usmaster/styles.min.css?1750406046602 */
/* /bitrix/templates/usmaster/template_styles.min.css?175040604683168 */
