

/* Start:/f/css/flexslider.css?14549167736779*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/f/css/fonts/flexslider-icon.eot');
  src: url('/f/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/f/css/fonts/flexslider-icon.woff') format('woff'), url('/f/css/fonts/flexslider-icon.ttf') format('truetype'), url('/f/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-indent: 999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  vertical-align: middle;
  margin-left: -2px;
  margin-top: -4px;
}
.flex-direction-nav a.flex-next:before {
  margin-left: -5px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover:before {
  border-color: #2196f3;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover:before {
  border-color: #2196f3;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 10;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border: 2px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  border-color: #2196f3;
}
.flex-control-paging li a.flex-active {
  background: #2196f3;
  border-color: #2196f3;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/f/fancybox/jquery.fancybox.css?14555464915645*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #616161;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 6px 11px rgba(0,0,0,.17);
	   -moz-box-shadow: 0 6px 11px rgba(0,0,0,.17);
	        box-shadow: 0 6px 11px rgba(0,0,0,.17);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/f/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/f/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	cursor: pointer;
	z-index: 8040;
  width: 21px;
  height: 21px;
  background: url(/f/i/icons.png) 0 -528px no-repeat;
  right: 20px!important;
  top: 22px!important;
  margin: 0;
  opacity: .65;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fancybox-close:hover {
	opacity: 1;
}
.fancybox-close:before {
  display: block;
  content: '';
  position: absolute;
  top: -22px;
  right: -20px;
  bottom: -22px;
  left: -20px;
  cursor: pointer;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/f/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/f/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	position: relative;
	z-index: 8030;
	background-color: #f5f5f5;
	margin: -20px -20px 20px;
	padding: 17px 85px 18px 20px;
  font: bold 16px/30px 'Noto Sans', Arial, sans-serif;
  text-transform:uppercase;
  color: #212121;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/f/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/f/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/f/css/mmenu-light.css?15611034583972*/
.mm,.mm a,.mm li,.mm span,.mm ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm a,.mm li,.mm span,.mm ul {
  border-width: 0;
  border-style: inherit;
  border-color: inherit;
  background: #fff
}

:root {
  --mm-color:#212121;--mm-item-height:50px;--mm-item-indent:20px;--mm-line-height:24px;--mm-navbar-height:var(--mm-item-height);--mm-arrow-color:rgba(0, 0, 0, 0.3);--mm-arrow-size:15px;--mm-arrow-weight:2px}

.mm {
  color: var(--mm-arrow-color);
  border-top: 0 solid rgba(0,0,0,.1);
  line-height: var(--mm-line-height);
  font-family: 'Noto Sans', Arial, sans-serif;
background-color: #212121;
}

.mm.mm--open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.mm {
  cursor: pointer
}

.mm:before {
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  left: 20px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(-45deg) translate(50%,-50%);
  -ms-transform: rotate(-45deg) translate(50%,-50%);
  transform: rotate(-45deg) translate(50%,-50%)
}

.mm.mm--home {
  cursor: default
}

.mm.mm--home:before {
  content: none;
  display: none
}

.mm:after {
  content: attr(data-mm-title);
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--mm-item-indent) + (var(--mm-arrow-size) * 2));
  right: calc(var(--mm-item-indent) + (var(--mm-arrow-size) * 2));
  line-height: var(--mm-navbar-height);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: bold;
  font-family: 'Noto Sans', Arial, sans-serif;
}
.mm.mm--home:after {
  content: '';
  width: 160px;
  height: 33px;
  left:20px;
  top: 7px;
  background:url(/f/i/logo-mobile.png) left top no-repeat;
  background-size: 100%;
}
.mm ul {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 100%;
  width: 0%;
z-index:99999;
  overflow: hidden;
  overflow-y: auto;
  border-top-width: 0;
  color: var(--mm-color);
  cursor: default;
  -webkit-transition: left .45s cubic-bezier(.19,1,.22,1),width 0s ease .3s;
  -o-transition: left .45s cubic-bezier(.19,1,.22,1),width 0s ease .3s;
  transition: left .45s cubic-bezier(.19,1,.22,1),width 0s ease .3s;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background: #fff;

/*
-webkit-perspective: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
visibility:visible;*/
}
.mm ul.mm--open {
  left: 0;
  width: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.mobile-menu-active .mm ul.mm--open {
  width: 200%;
}
.mobile-menu-active .mm ul.mm--open li{
	width: 50%;
}
.mm ul.mm--parent {
  left: -100%
}

.mm>ul {
  left: 0;
  width: 100%
}

.mm li {
  position: relative;
  cursor: pointer;
  background: #fff;
}

.mm li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  border-bottom: 1px solid #eaeaea;
}

.mm li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 0;
  width: 12px;
  height: 12px;
  border: 0 solid #212121;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  margin-top: -2px;
  -webkit-transform: rotate(45deg) translate(0,-50%);
  -ms-transform: rotate(45deg) translate(0,-50%);
  transform: rotate(45deg) translate(0,-50%)
}
.mm li.main-holder:after {
	z-index:11;
	border-color: #fff;
}
.mm a,.mm span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  font-weight: bold;
}

.mm a {
  text-decoration: none!important;
  color: inherit!important
}

.mm a:not(:last-child) {
  width: calc(100% - 50px);
  border-right-width: 1px
}
.mm .light a{font-weight:normal;font-size:14px;}
.mm .main {background:#5894ef;color:#fff;text-transform:uppercase;}

.mm span {
  background: 0 0
}
/* End */


/* Start:/bitrix/templates/rusvibro_copy/components/bitrix/search.title/search1/style.css?15554229121928*/
.bx-searchtitle {
	margin: 10px 0 0;
}

div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:999;
	width: calc(100vw - 20px)!important;
	margin-top:-3px;
	max-width: 960px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
}

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

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	float: left;
	width: 40px;
	padding: 12px 15px 0;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{

	position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.bx_searche .bx_image{
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 50px;
	padding-right: 10px
}
.bx_searche .all_result .bx_item_element {
  margin-left: 10px
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #2196f3;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:14px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	display:none
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #2196f3}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


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


/* Start:/bitrix/templates/rusvibro_copy/components/bitrix/news.list/pricefooter/style.css?1555316548150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/rusvibro_copy/template_styles.css?1748591381135369*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #616161;
  background-color: #ffffff;
}
html, body {max-width: 980px;margin:0 auto}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
a:hover,
a:focus {
  color: #23527c;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #212121;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #212121!important;
  text-decoration: none!important;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font: bold 25px/35px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.h1-small {font-size:20px;line-height:30px;}
h2,
.h2 {
  font: bold 20px/30px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
  margin: 30px 0 25px;
}
h3,
.h3 {
  font: bold 20px/30px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
  margin: 30px 0 19px;
}
h4,
.h4 {
  font: bold 16px/30px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
  margin: 40px 0 19px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.table-responsive table p{margin:0}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 25px;
  color: #616161;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #f5f5f5;
  -webkit-transition: background-color ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #f5f5f5;
  background: #f5f5f5;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 10px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0 19px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 3px solid #f5f5f5;
  margin-bottom: 50px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -3px;
}
.nav-tabs > li > a {
  font-size: 14px;
  font-family: 'Noto Sans',Arial,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.42857143;
  border-bottom: 3px solid transparent;
  color: #212121;
}
.nav-tabs > li > a:hover {
  border-color: #eaeaea;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #fff;
  border-color: #2196f3;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  white-space: nowrap;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 240px;
  padding: 10px 20px;
  color: #616161;
  text-align: center;
  background-color: #f5f5f5;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f5f5f5;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f5f5f5;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f5f5f5;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #f5f5f5;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #f5f5f5;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f5f5f5;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f5f5f5;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f5f5f5;
}
.btn,.sale_order_full_table input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  background-color: #ffffff;
  border: 2px solid #f5f5f5;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #f5f5f5;
}
.btn-default.active {
  background-color: #f5f5f5;
}
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
  background-color: #f5f5f5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.no-touch .catalog-item:hover .catalog-item__cart .btn-default,
.no-touch .catalog-table__row:hover .catalog-item__cart .btn-default {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #2196f3;
  border-color:  #2196f3;
}
.no-touch .catalog-item:hover .catalog-item__cart .btn-default:hover,
.no-touch .catalog-table__row:hover .catalog-item__cart .btn-default:hover {
  background-color: #1976d2;
  border-color:  #1976d2;
}
.btn-primary {
  color: #616161;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary.btn-lg {
  color: #212121;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #2196f3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary:hover {
  color: #2196f3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #2196f3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #2196f3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success, .sale_order_full_table input[type=submit]{
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-success:focus,
.btn-success.focus, .sale_order_full_table input[type=submit]:focus {
  color: #ffffff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-success:hover, .sale_order_full_table input[type=submit]:hover {
  color: #ffffff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success, .sale_order_full_table input[type=submit]:active {
  color: #ffffff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg, .sale_order_full_table input[type=submit] {
  padding: 14px 17px;
  font-size: 14px;
  line-height: 1.3333333;
  font-family: 'Noto Sans',Arial,sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.btn-sm {
  padding: 7px 16px 8px;
  font-size: 14px;
  line-height: 1.5;
}
.btn-xs {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.container-fluid .row {
	margin-left: -5px;
	margin-right: -5px;
}
.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-sm-33, .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-sm-66, .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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20 {
  float: left;
}
.col-xs-20 {
  width: 100%;
}
.col-xs-19 {
  width: 95%;
}
.col-xs-18 {
  width: 90%;
}
.col-xs-17 {
  width: 85%;
}
.col-xs-16 {
  width: 80%;
}
.col-xs-15 {
  width: 75%;
}
.col-xs-14 {
  width: 70%;
}
.col-xs-13 {
  width: 65%;
}
.col-xs-12 {
  width: 60%;
}
.col-xs-11 {
  width: 55%;
}
.col-xs-10 {
  width: 50%;
}
.col-xs-9 {
  width: 45%;
}
.col-xs-8 {
  width: 40%;
}
.col-xs-7 {
  width: 35%;
}
.col-xs-6 {
  width: 30%;
}
.col-xs-5 {
  width: 25%;
}
.col-xs-4 {
  width: 20%;
}
.col-xs-3 {
  width: 15%;
}
.col-xs-2 {
  width: 10%;
}
.col-xs-1 {
  width: 5%;
}
.col-xs-pull-20 {
  right: 100%;
}
.col-xs-pull-19 {
  right: 95%;
}
.col-xs-pull-18 {
  right: 90%;
}
.col-xs-pull-17 {
  right: 85%;
}
.col-xs-pull-16 {
  right: 80%;
}
.col-xs-pull-15 {
  right: 75%;
}
.col-xs-pull-14 {
  right: 70%;
}
.col-xs-pull-13 {
  right: 65%;
}
.col-xs-pull-12 {
  right: 60%;
}
.col-xs-pull-11 {
  right: 55%;
}
.col-xs-pull-10 {
  right: 50%;
}
.col-xs-pull-9 {
  right: 45%;
}
.col-xs-pull-8 {
  right: 40%;
}
.col-xs-pull-7 {
  right: 35%;
}
.col-xs-pull-6 {
  right: 30%;
}
.col-xs-pull-5 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 20%;
}
.col-xs-pull-3 {
  right: 15%;
}
.col-xs-pull-2 {
  right: 10%;
}
.col-xs-pull-1 {
  right: 5%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-20 {
  left: 100%;
}
.col-xs-push-19 {
  left: 95%;
}
.col-xs-push-18 {
  left: 90%;
}
.col-xs-push-17 {
  left: 85%;
}
.col-xs-push-16 {
  left: 80%;
}
.col-xs-push-15 {
  left: 75%;
}
.col-xs-push-14 {
  left: 70%;
}
.col-xs-push-13 {
  left: 65%;
}
.col-xs-push-12 {
  left: 60%;
}
.col-xs-push-11 {
  left: 55%;
}
.col-xs-push-10 {
  left: 50%;
}
.col-xs-push-9 {
  left: 45%;
}
.col-xs-push-8 {
  left: 40%;
}
.col-xs-push-7 {
  left: 35%;
}
.col-xs-push-6 {
  left: 30%;
}
.col-xs-push-5 {
  left: 25%;
}
.col-xs-push-4 {
  left: 20%;
}
.col-xs-push-3 {
  left: 15%;
}
.col-xs-push-2 {
  left: 10%;
}
.col-xs-push-1 {
  left: 5%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-20 {
  margin-left: 100%;
}
.col-xs-offset-19 {
  margin-left: 95%;
}
.col-xs-offset-18 {
  margin-left: 90%;
}
.col-xs-offset-17 {
  margin-left: 85%;
}
.col-xs-offset-16 {
  margin-left: 80%;
}
.col-xs-offset-15 {
  margin-left: 75%;
}
.col-xs-offset-14 {
  margin-left: 70%;
}
.col-xs-offset-13 {
  margin-left: 65%;
}
.col-xs-offset-12 {
  margin-left: 60%;
}
.col-xs-offset-11 {
  margin-left: 55%;
}
.col-xs-offset-10 {
  margin-left: 50%;
}
.col-xs-offset-9 {
  margin-left: 45%;
}
.col-xs-offset-8 {
  margin-left: 40%;
}
.col-xs-offset-7 {
  margin-left: 35%;
}
.col-xs-offset-6 {
  margin-left: 30%;
}
.col-xs-offset-5 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 20%;
}
.col-xs-offset-3 {
  margin-left: 15%;
}
.col-xs-offset-2 {
  margin-left: 10%;
}
.col-xs-offset-1 {
  margin-left: 5%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-33, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-66, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20 {
    float: left;
  }
  .col-sm-20 {
    width: 100%;
  }
  .col-sm-19 {
    width: 95%;
  }
  .col-sm-18 {
    width: 90%;
  }
  .col-sm-17 {
    width: 85%;
  }
  .col-sm-16 {
    width: 80%;
  }
  .col-sm-15 {
    width: 75%;
  }
  .col-sm-14 {
    width: 70%;
  }
  .col-sm-13 {
    width: 65%;
  }
  .col-sm-12 {
    width: 60%;
  }
  .col-sm-11 {
    width: 55%;
  }
  .col-sm-10 {
    width: 50%;
  }
  .col-sm-9 {
    width: 45%;
  }
  .col-sm-8 {
    width: 40%;
  }
  .col-sm-7 {
    width: 35%;
  }
  .col-sm-66 {
    width: 66.66666667%;
  }
  .col-sm-6 {
    width: 30%;
  }
  .col-sm-5 {
    width: 25%;
  }
  .col-sm-4 {
    width: 20%;
  }
  .col-sm-33 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 15%;
  }
  .col-sm-2 {
    width: 10%;
  }
  .col-sm-1 {
    width: 5%;
  }
  .col-sm-pull-20 {
    right: 100%;
  }
  .col-sm-pull-19 {
    right: 95%;
  }
  .col-sm-pull-18 {
    right: 90%;
  }
  .col-sm-pull-17 {
    right: 85%;
  }
  .col-sm-pull-16 {
    right: 80%;
  }
  .col-sm-pull-15 {
    right: 75%;
  }
  .col-sm-pull-14 {
    right: 70%;
  }
  .col-sm-pull-13 {
    right: 65%;
  }
  .col-sm-pull-12 {
    right: 60%;
  }
  .col-sm-pull-11 {
    right: 55%;
  }
  .col-sm-pull-10 {
    right: 50%;
  }
  .col-sm-pull-9 {
    right: 45%;
  }
  .col-sm-pull-8 {
    right: 40%;
  }
  .col-sm-pull-7 {
    right: 35%;
  }
  .col-sm-pull-6 {
    right: 30%;
  }
  .col-sm-pull-5 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 20%;
  }
  .col-sm-pull-3 {
    right: 15%;
  }
  .col-sm-pull-2 {
    right: 10%;
  }
  .col-sm-pull-1 {
    right: 5%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-20 {
    left: 100%;
  }
  .col-sm-push-19 {
    left: 95%;
  }
  .col-sm-push-18 {
    left: 90%;
  }
  .col-sm-push-17 {
    left: 85%;
  }
  .col-sm-push-16 {
    left: 80%;
  }
  .col-sm-push-15 {
    left: 75%;
  }
  .col-sm-push-14 {
    left: 70%;
  }
  .col-sm-push-13 {
    left: 65%;
  }
  .col-sm-push-12 {
    left: 60%;
  }
  .col-sm-push-11 {
    left: 55%;
  }
  .col-sm-push-10 {
    left: 50%;
  }
  .col-sm-push-9 {
    left: 45%;
  }
  .col-sm-push-8 {
    left: 40%;
  }
  .col-sm-push-7 {
    left: 35%;
  }
  .col-sm-push-6 {
    left: 30%;
  }
  .col-sm-push-5 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 20%;
  }
  .col-sm-push-3 {
    left: 15%;
  }
  .col-sm-push-2 {
    left: 10%;
  }
  .col-sm-push-1 {
    left: 5%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-20 {
    margin-left: 100%;
  }
  .col-sm-offset-19 {
    margin-left: 95%;
  }
  .col-sm-offset-18 {
    margin-left: 90%;
  }
  .col-sm-offset-17 {
    margin-left: 85%;
  }
  .col-sm-offset-16 {
    margin-left: 80%;
  }
  .col-sm-offset-15 {
    margin-left: 75%;
  }
  .col-sm-offset-14 {
    margin-left: 70%;
  }
  .col-sm-offset-13 {
    margin-left: 65%;
  }
  .col-sm-offset-12 {
    margin-left: 60%;
  }
  .col-sm-offset-11 {
    margin-left: 55%;
  }
  .col-sm-offset-10 {
    margin-left: 50%;
  }
  .col-sm-offset-9 {
    margin-left: 45%;
  }
  .col-sm-offset-8 {
    margin-left: 40%;
  }
  .col-sm-offset-7 {
    margin-left: 35%;
  }
  .col-sm-offset-6 {
    margin-left: 30%;
  }
  .col-sm-offset-5 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 20%;
  }
  .col-sm-offset-3 {
    margin-left: 15%;
  }
  .col-sm-offset-2 {
    margin-left: 10%;
  }
  .col-sm-offset-1 {
    margin-left: 5%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20 {
    float: left;
  }
  .col-md-20 {
    width: 100%;
  }
  .col-md-19 {
    width: 95%;
  }
  .col-md-18 {
    width: 90%;
  }
  .col-md-17 {
    width: 85%;
  }
  .col-md-16 {
    width: 80%;
  }
  .col-md-15 {
    width: 75%;
  }
  .col-md-14 {
    width: 70%;
  }
  .col-md-13 {
    width: 65%;
  }
  .col-md-12 {
    width: 60%;
  }
  .col-md-11 {
    width: 55%;
  }
  .col-md-10 {
    width: 50%;
  }
  .col-md-9 {
    width: 45%;
  }
  .col-md-8 {
    width: 40%;
  }
  .col-md-7 {
    width: 35%;
  }
  .col-md-6 {
    width: 30%;
  }
  .col-md-5 {
    width: 25%;
  }
  .col-md-4 {
    width: 20%;
  }
  .col-md-3 {
    width: 15%;
  }
  .col-md-2 {
    width: 10%;
  }
  .col-md-1 {
    width: 5%;
  }
  .col-md-pull-20 {
    right: 100%;
  }
  .col-md-pull-19 {
    right: 95%;
  }
  .col-md-pull-18 {
    right: 90%;
  }
  .col-md-pull-17 {
    right: 85%;
  }
  .col-md-pull-16 {
    right: 80%;
  }
  .col-md-pull-15 {
    right: 75%;
  }
  .col-md-pull-14 {
    right: 70%;
  }
  .col-md-pull-13 {
    right: 65%;
  }
  .col-md-pull-12 {
    right: 60%;
  }
  .col-md-pull-11 {
    right: 55%;
  }
  .col-md-pull-10 {
    right: 50%;
  }
  .col-md-pull-9 {
    right: 45%;
  }
  .col-md-pull-8 {
    right: 40%;
  }
  .col-md-pull-7 {
    right: 35%;
  }
  .col-md-pull-6 {
    right: 30%;
  }
  .col-md-pull-5 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 20%;
  }
  .col-md-pull-3 {
    right: 15%;
  }
  .col-md-pull-2 {
    right: 10%;
  }
  .col-md-pull-1 {
    right: 5%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-20 {
    left: 100%;
  }
  .col-md-push-19 {
    left: 95%;
  }
  .col-md-push-18 {
    left: 90%;
  }
  .col-md-push-17 {
    left: 85%;
  }
  .col-md-push-16 {
    left: 80%;
  }
  .col-md-push-15 {
    left: 75%;
  }
  .col-md-push-14 {
    left: 70%;
  }
  .col-md-push-13 {
    left: 65%;
  }
  .col-md-push-12 {
    left: 60%;
  }
  .col-md-push-11 {
    left: 55%;
  }
  .col-md-push-10 {
    left: 50%;
  }
  .col-md-push-9 {
    left: 45%;
  }
  .col-md-push-8 {
    left: 40%;
  }
  .col-md-push-7 {
    left: 35%;
  }
  .col-md-push-6 {
    left: 30%;
  }
  .col-md-push-5 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 20%;
  }
  .col-md-push-3 {
    left: 15%;
  }
  .col-md-push-2 {
    left: 10%;
  }
  .col-md-push-1 {
    left: 5%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-20 {
    margin-left: 100%;
  }
  .col-md-offset-19 {
    margin-left: 95%;
  }
  .col-md-offset-18 {
    margin-left: 90%;
  }
  .col-md-offset-17 {
    margin-left: 85%;
  }
  .col-md-offset-16 {
    margin-left: 80%;
  }
  .col-md-offset-15 {
    margin-left: 75%;
  }
  .col-md-offset-14 {
    margin-left: 70%;
  }
  .col-md-offset-13 {
    margin-left: 65%;
  }
  .col-md-offset-12 {
    margin-left: 60%;
  }
  .col-md-offset-11 {
    margin-left: 55%;
  }
  .col-md-offset-10 {
    margin-left: 50%;
  }
  .col-md-offset-9 {
    margin-left: 45%;
  }
  .col-md-offset-8 {
    margin-left: 40%;
  }
  .col-md-offset-7 {
    margin-left: 35%;
  }
  .col-md-offset-6 {
    margin-left: 30%;
  }
  .col-md-offset-5 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 20%;
  }
  .col-md-offset-3 {
    margin-left: 15%;
  }
  .col-md-offset-2 {
    margin-left: 10%;
  }
  .col-md-offset-1 {
    margin-left: 5%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1240px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20 {
    float: left;
  }
  .col-lg-20 {
    width: 100%;
  }
  .col-lg-19 {
    width: 95%;
  }
  .col-lg-18 {
    width: 90%;
  }
  .col-lg-17 {
    width: 85%;
  }
  .col-lg-16 {
    width: 80%;
  }
  .col-lg-15 {
    width: 75%;
  }
  .col-lg-14 {
    width: 70%;
  }
  .col-lg-13 {
    width: 65%;
  }
  .col-lg-12 {
    width: 60%;
  }
  .col-lg-11 {
    width: 55%;
  }
  .col-lg-10 {
    width: 50%;
  }
  .col-lg-9 {
    width: 45%;
  }
  .col-lg-8 {
    width: 40%;
  }
  .col-lg-7 {
    width: 35%;
  }
  .col-lg-6 {
    width: 30%;
  }
  .col-lg-5 {
    width: 25%;
  }
  .col-lg-4 {
    width: 20%;
  }
  .col-lg-3 {
    width: 15%;
  }
  .col-lg-2 {
    width: 10%;
  }
  .col-lg-1 {
    width: 5%;
  }
  .col-lg-pull-20 {
    right: 100%;
  }
  .col-lg-pull-19 {
    right: 95%;
  }
  .col-lg-pull-18 {
    right: 90%;
  }
  .col-lg-pull-17 {
    right: 85%;
  }
  .col-lg-pull-16 {
    right: 80%;
  }
  .col-lg-pull-15 {
    right: 75%;
  }
  .col-lg-pull-14 {
    right: 70%;
  }
  .col-lg-pull-13 {
    right: 65%;
  }
  .col-lg-pull-12 {
    right: 60%;
  }
  .col-lg-pull-11 {
    right: 55%;
  }
  .col-lg-pull-10 {
    right: 50%;
  }
  .col-lg-pull-9 {
    right: 45%;
  }
  .col-lg-pull-8 {
    right: 40%;
  }
  .col-lg-pull-7 {
    right: 35%;
  }
  .col-lg-pull-6 {
    right: 30%;
  }
  .col-lg-pull-5 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 20%;
  }
  .col-lg-pull-3 {
    right: 15%;
  }
  .col-lg-pull-2 {
    right: 10%;
  }
  .col-lg-pull-1 {
    right: 5%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-20 {
    left: 100%;
  }
  .col-lg-push-19 {
    left: 95%;
  }
  .col-lg-push-18 {
    left: 90%;
  }
  .col-lg-push-17 {
    left: 85%;
  }
  .col-lg-push-16 {
    left: 80%;
  }
  .col-lg-push-15 {
    left: 75%;
  }
  .col-lg-push-14 {
    left: 70%;
  }
  .col-lg-push-13 {
    left: 65%;
  }
  .col-lg-push-12 {
    left: 60%;
  }
  .col-lg-push-11 {
    left: 55%;
  }
  .col-lg-push-10 {
    left: 50%;
  }
  .col-lg-push-9 {
    left: 45%;
  }
  .col-lg-push-8 {
    left: 40%;
  }
  .col-lg-push-7 {
    left: 35%;
  }
  .col-lg-push-6 {
    left: 30%;
  }
  .col-lg-push-5 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 20%;
  }
  .col-lg-push-3 {
    left: 15%;
  }
  .col-lg-push-2 {
    left: 10%;
  }
  .col-lg-push-1 {
    left: 5%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-20 {
    margin-left: 100%;
  }
  .col-lg-offset-19 {
    margin-left: 95%;
  }
  .col-lg-offset-18 {
    margin-left: 90%;
  }
  .col-lg-offset-17 {
    margin-left: 85%;
  }
  .col-lg-offset-16 {
    margin-left: 80%;
  }
  .col-lg-offset-15 {
    margin-left: 75%;
  }
  .col-lg-offset-14 {
    margin-left: 70%;
  }
  .col-lg-offset-13 {
    margin-left: 65%;
  }
  .col-lg-offset-12 {
    margin-left: 60%;
  }
  .col-lg-offset-11 {
    margin-left: 55%;
  }
  .col-lg-offset-10 {
    margin-left: 50%;
  }
  .col-lg-offset-9 {
    margin-left: 45%;
  }
  .col-lg-offset-8 {
    margin-left: 40%;
  }
  .col-lg-offset-7 {
    margin-left: 35%;
  }
  .col-lg-offset-6 {
    margin-left: 30%;
  }
  .col-lg-offset-5 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 20%;
  }
  .col-lg-offset-3 {
    margin-left: 15%;
  }
  .col-lg-offset-2 {
    margin-left: 10%;
  }
  .col-lg-offset-1 {
    margin-left: 5%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.breadcrumb {
  margin-bottom: 8px;
  list-style: none;
  padding-left: 0;
  font-size: 13px;
  line-height: 20px;
  display: none;
}
.breadcrumb li:before {
  content: ''!important;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  margin: 0 6px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(/f/i/icons.png) 0 -273px no-repeat;
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb a {
  color: #424242;
}
.breadcrumb a:hover {
  color: #2196f3;
  text-decoration: none;
}
.pagination__holder {
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0 -20px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 14px;
  margin-left: -2px;
  line-height: 1.42857143;
  color: #616161;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #f5f5f5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2196f3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #616161;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination .prev a {
  margin-right: 20px;
}
.pagination .next a {
  margin-left: 20px;
}
@media (max-width: 479px) {
  .pagination .prev a {
    margin-right: 0;
  }
  .pagination .next a {
    margin-left: 0;
  }
}
.pagination .prev a,
.pagination .next a {
  width: 40px;
  background: #f5f5f5;
}
.pagination .prev span,
.pagination .next span {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pagination .prev a:hover span,
.pagination .next a:hover span {
  border-color: #2196f3;
}
.pagination .prev span {
  margin-left: 2px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pagination .next span {
  margin-left: -3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  line-height: 1;
  vertical-align: text-top;
  background: url('/f/i/icons.png') -9999px -9999px no-repeat;
}
.icon-fav {
  top: -2px;
  width: 23px;
  height: 22px;
  background-position: 0 0;
}
.icon-compare {
  top: 1px;
  width: 19px;
  height: 19px;
  background-position: -23px 0;
}
.icon-cart {
  top: -1px;
  width: 22px;
  height: 20px;
  background-position: -42px 0;
  margin-right: 15px;
}
.icon-ham {
  top: 1px;
  width: 19px;
  height: 19px;
  background-position: -64px 0;
  margin-right: 15px;
}
.icon-drop {
  width: 11px;
  height: 9px;
  margin-left: 5px;
  margin-right: 5px;
  top: 7px;
  background-position: -83px 0;
}
.icon-search {
  width: 17px;
  height: 17px;
  background-position: -94px 0;
}
.icon-list {
  width: 40px;
  height: 50px;
  background-position: 0 -122px;
  margin-top: 2px;
}
.icon-video {
  width: 50px;
  height: 40px;
  background-position: -40px -122px;
  margin-top: 7px;
}
.icon-question {
  width: 50px;
  height: 50px;
  background-position: -90px -122px;
  margin-top: 2px;
}
.open .icon-drop {
  background-position: -83px -9px;
}
.icon-document {
  width: 16px;
  height: 19px;
  margin-right: 16px;
  top: -1px;
  background-position: 0 -242px;
}
.btn .icon-document {
  margin-left: 3px;
}
.icon-discount {
  top: -1px;
  width: 18px;
  height: 18px;
  background-position: 0 -390px;
  margin-right: 8px;
}
a:hover .icon-discount {
  background-position: -18px -390px;
}
.icon-howto {
  top: -2px;
  width: 20px;
  height: 20px;
  background-position: 0 -408px;
  margin-right: 6px;
}
a:hover .icon-howto {
  background-position: -20px -408px;
}
.icon-download {
  top: 2px;
  width: 12px;
  height: 15px;
  background-position: 0 -513px;
  margin: 0 16px 0 2px;
}
.fileinput:hover .icon-download {
  background-position: -12px -513px;
}
.icon-warehouse-yes,
.icon-warehouse-no {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-right: 5px;
  position: static;
}
.icon-warehouse-yes {
  background-position: 0 -281px;
}
.icon-warehouse-no {
  background-position: -10px -281px;
}
.icon-compare-small {
  width: 10px;
  height: 14px;
  background-position: -15px -291px;
}
a:hover .icon-compare-small,
a:focus .icon-compare-small,
a.active .icon-compare-small {
  background-position: -15px -305px;
}
.icon-fav-small {
  width: 14px;
  height: 14px;
  background-position: -25px -291px;
  margin: 0 -2px;
}
a:hover .icon-fav-small,
a:focus .icon-fav-small,
a.active .icon-fav-small {
  background-position: -25px -305px;
}
.icon-print-small {
  width: 12px;
  height: 14px;
  background-position: -39px -291px;
  margin: 0 -1px;
}
a:hover .icon-print-small,
a:focus .icon-print-small,
a.active .icon-print-small {
  background-position: -39px -305px;
}
.icon-cart-small {
  width: 15px;
  height: 14px;
  background-position: 0 -291px;
  margin: 0 10px;
}
a:hover .icon-cart-small,
a:focus .icon-cart-small,
a.active .icon-cart-small,
.no-touch .catalog-item:hover .icon-cart-small,
.no-touch .catalog-table__row:hover .icon-cart-small {
  background-position: 0 -305px;
}
.icon-about {
  width: 26px;
  height: 26px;
  background-position: 0 -327px;
}
a:hover .icon-about {
  background-position: -26px -327px;
}
.icon-blocks {
  width: 15px;
  height: 15px;
  background-position: 0 -353px;
  margin-top: 2px;
}
a:hover .icon-blocks {
  background-position: -15px -353px;
}
.active .icon-blocks,
.active:hover .icon-blocks {
  background-position: -30px -353px;
}
.icon-table {
  width: 15px;
  height: 15px;
  background-position: -45px -353px;
  margin-top: 2px;
}
a:hover .icon-table {
  background-position: -60px -353px;
}
.active .icon-table,
.active:hover .icon-table {
  background-position: -75px -353px;
}
.icon-sort {
  width: 10px;
  height: 10px;
  background-position: 0 -368px;
  margin: 4px -4px -4px 5px;
}
.h1__about {
 display: inline-block;
 vertical-align: middle;
 margin-left: 10px;
 margin-top: 5px;
 margin-bottom: -5px;
}
.header {
  background: #212121;
}
.phone__intro {
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.phone__num {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
.phone__num a,.phone__num a:hover,.phone__num a:focus {color:#fff;text-decoration:none}
.catalog-menu {
  height: 50px;
  background: #2196f3;
  position: relative;
  z-index: 401;
}
.catalog-menu .col-md-20 {
  margin: 0;
  position: static;
}
.catalog-menu,
.catalog-menu a,
.catalog-menu a:visited,
.catalog-menu a:hover {
  color: #fff;
}
.catalog-menu a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.catalog-menu .catalog-menu__button .catalog-menu__extra-item:hover {
  background: transparent;
}
.catalog-menu a:hover {
  background: #1e88e5;
  text-decoration: none;
}
.open.catalog-menu__button .catalog-menu__extra-item {
  background: #1e88e5!important;
}
.catalog-menu__extra {white-space:nowrap;}
.catalog-menu__extra-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  padding: 12px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: 14px;
  height: 50px;
}
.catalog-menu__extra-item_fav svg {
	width: 23px;
	height: 22px;
}
.catalog-menu__extra-item_cart svg {
	width: 22px;
	height: 20px;
}
.catalog-menu__extra-item_compare svg {
	width: 19px;
	height: 19px;
}
.catalog-menu__extra-item:hover:before {
  background: #1e88e5;
}
.catalog-menu__extra-item:first-child:before {
  display: none;
}
.catalog-menu__cart-counter {
  font-size: 10px;
  line-height: 10px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  background: #1976d2;
  display: inline-block;
  padding: 2px 3px;
  margin-left: 1px;
  vertical-align: top;
  margin-top: -2px;
}
.catalog-menu__button {
  float: left;
  white-space: nowrap;
  position: relative;
}
.catalog-menu__search {
  padding: 10px;
    -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.catalog-menu__extra{
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;	
}

.catalog-menu__search-input {
  border: 0;
  background: #1e88e5;
  width: 100%;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 40px;
  color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog-menu__search-input:focus {
  background: #1976d2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog-menu__search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.catalog-menu__search-input:-ms-input-placeholder {
  color: #fff;
}
.catalog-menu__search-input::-webkit-input-placeholder {
  color: #fff;
}
.catalog-menu__search-button {
  position: absolute;
  width: 40px;
  height: 30px;
  top: 10px;
  background: transparent;
  border: 0;
  padding: 2px 0 0 12px;
  text-align: left;
}
.catalog-menu__search-button svg {width:17px;height:17px;}

.intro__block {
  display: block;
  position: relative;
  overflow: hidden;
}
.intro__slides {
  overflow: hidden;
  position: relative;
;
}
.intro__slides-item-title {
  font: bold 20px/30px 'Noto Sans', Arial, sans-serif;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro__block-button {
  overflow: hidden;
  padding: 10px;
  font: bold 20px/35px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.intro__block-button-text-holder {
  position: relative;
  display: block;
  padding-left: 40px;
  max-width: 135px
}
.intro__block-button-text-holder:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(/f/i/icons.png) -9999px -9999px no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  transform: scale(.30);
  transform-origin: left center;
}
.intro .flex-direction-nav a {
  display: none;
}
  .intro__block,
  .intro__block_big,
  .intro__slides,
  .intro__slides-item {
    height: auto;
  }
  .intro__slides-item {
    padding: 20px 20px 30px;
    background: #eaeaea url(/f/i/news-back.png) center bottom no-repeat;
  }
  .intro__slides-item-text {
    width: auto;
    height: auto;

    padding-bottom: 30px;
  }
  .intro__slides-item-image img {
  	display: block;
  	margin: 20px auto 0;
  	max-width: 100%;
   
  }
  .intro .flex-control-nav {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
  }
  .intro__block-button {
    font-size: 14px;
    line-height: 22px;
    background: #eaeaea;
      display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  height: 90px;
  }

.intro__block-button_delivery,
.intro__block-button_delivery:hover,
.intro__block-button_delivery:focus {
  color: #2196f3;
}
.intro__block-button_delivery .intro__block-button-text-holder:before {
  background-position: 0 -22px;
}
.intro__block-button_price,
.intro__block-button_price:hover,
.intro__block-button_price:focus {
  color: #f57c00;
}
.intro__block-button_price .intro__block-button-text-holder:before  {
  background-position: -100px -22px;
}
.main-groups__item {
  text-align: center;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .main-groups__item {
    height: 340px;
  }
}
.main-groups__item img {
  max-width: 100%;
}
.main-groups__item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main-groups__item a,
.main-groups__item a:hover {
  color: #616161;
}
.main-groups__item-image {
  display: block;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .main-groups__item-image {
    display: block;
    height: 219px;
    position: relative;
  }
  .main-groups__item-image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.main-groups__item-title {
  display: block;
  padding: 22px 21px 30px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .main-groups__item_big .main-groups__item-title {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.block {
  padding: 40px 0;
}
.block_invert {
  background: #f5f5f5;
}
.block__link {
  text-align: center;
  font: bold 14px/30px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
.block__link a,
.block__link a:hover {
  color: #212121;
}
.block__link a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #2196f3;
  border-bottom: 2px solid #2196f3;
  vertical-align: middle;
  margin-left: 7px;
}
.articles__item {
  position: relative;
  text-align: center;
  white-space: normal;
}
.articles__item_big {
  text-align: left;
}
.articles__item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 30px 30px 80px;
}
.articles__item a,
.articles__item a:hover {
  color: #616161;
}
.articles__item-title {
  color: #2196f3;
  font: bold 20px/30px 'Noto Sans', Arial, sans-serif;

  overflow: hidden;
  text-transform: uppercase;
  display: block;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .articles__item-title {
    font-size: 18px;
  }
}
.articles__item_big .articles__item-title {
  padding-right: 40px;
}
.articles__item-text {
  display: block;
  height: 90px;
  overflow: hidden;
  position: relative;
}
.articles__item a:after {
  content: '\2026';
  position: absolute;
  left: 30px;
  right: 40px;
  display: block;
  text-align: center;
  bottom: 42px;
  color: #212121;
  font-weight: bold;
}
.articles__item_big a:after {
  font-size: 22px;
  text-align: left;
}
.news__item {
  position: relative;
  text-align: center;
  white-space: normal;
}
.news__item a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 30px;
}
.news__item a,
.news__item a:hover {
  color: #616161;
}
.news__item-title {
  display: block;
  color: #2196f3;
  font-size: 14px;
  font-weight: bold;
  color: #2196f3;
  margin-bottom: 0;
}
.news__item-text {
  display: block;
}
.block__title {
  font: bold 24px/30px 'Noto Sans', Arial, Sans-serif;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.extra-block {
  padding: 50px 0 0;
  background: #f5f5f5;
}
.extra-block__holder {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin-bottom: -20px;
}
.extra-block__item {
  text-align: left;
  padding-left: 90px;
  margin-bottom: 34px;
  position: relative;
  display: block;
  min-height: 48px;
}

.extra-block__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background: url('/f/i/icons.png') -9999px -9999px no-repeat;
}
.extra-block__item_price:before {
  width: 60px;
  height: 60px;
  background-position: 0 -172px;
  top: -6px;
}
.extra-block__item_delivery:before {
  width: 53px;
  height: 60px;
  background-position: -60px -172px;
  top: -6px;
}
.extra-block__item_cert:before {
  width: 57px;
  height: 70px;
  background-position: -113px -172px;
  top: -11px;
}
.extra-block__stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}
.inner {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}
.inner img {
	max-width: 100%;
	height: auto
}
.catalog-group {
  display: block;
  color: #616161;
  border: 2px solid #f5f5f5;
  position: relative;
  padding: 11px 30px 11px 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.catalog-group:hover {
  color: #2196f3;
  text-decoration: none;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .catalog-group {
    min-height: 0;
  }
}
.catalog-group__count {
  font-size: 13px;
  position: absolute;
  display: block;
  right: -2px;
  top: -2px;
  padding: 3px 7px 2px 8px;
  background: #f5f5f5;
  color: #2196f3;
  min-width: 30px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.catalog-group:hover .catalog-group__count {
  background: #eaeaea;
}
.catalog-items {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
.catalog-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 23px;
}
.catalog-table__row {
  display: table-row;
  border: 2px solid #f5f5f5;
  vertical-align: middle;
  position: relative;
}
.catalog-table__row_head {
  background: #f5f5f5;
  font-size: 13px;
  line-height: 20px;
  color: #616161;
  vertical-align: top;
}
.catalog-table__row img {
  max-width: 70px;
  max-height: 55px;
}
.catalog-table__cell {
  display: table-cell;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.catalog-table__cell:first-child {
  padding-left: 28px;
}
.catalog-table__row_item .catalog-table__cell:first-child {
  padding-left: 18px;
}
.catalog-table__cell a:hover {
  text-decoration: none;
}
.catalog-table__row_head .catalog-table__cell {
  padding-top: 23px;
  padding-bottom: 23px;
}
.catalog-table__title {
  padding-left: 30px;
  position: relative;
  min-width: 160px;
}
.catalog-table__title i {
  position: absolute;
  left: 0;
  top: .3em;
}
.catalog-table .catalog-item__price {
  position: relative;
  left: 0;
  font-size: 20px;
  white-space: nowrap;
  margin: 0;
  padding-right: 165px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.catalog-table .catalog-item__price:before {
  position: absolute;
  content: '';
  display: block;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.no-touch .catalog-table__row_price:hover .catalog-item__price {
  left: -130px;
}
.catalog-table__buttons {
  position: absolute;
  top: 2px;
  right: -12px;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .catalog-table__buttons {
    display: none!important;
  }
  .catalog-table .catalog-item__price {
    padding-right: 0;
  }
  .catalog-table__title {
    min-width: 0;
  }
  .catalog-table__row img {
    max-width: 40px;
  }
  .catalog-table .catalog-item__price {
    font-size: 16px;
  }
}
.catalog-table__buttons .btn {
  margin-left: 10px;
}
.catalog-blocks {
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.catalog-blocks .catalog-item {
  float: left;
  width: 100%;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  /* margin: -1px; */
  -webkit-transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
}
@media (min-width: 480px) {
  .catalog-blocks .catalog-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .catalog-blocks .catalog-item {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .catalog-blocks .catalog-item {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .catalog-blocks .catalog-item {
    width: 25%;
  }
}
@media (min-width: 1240px) {
  .catalog-blocks .catalog-item {
    width: 25%;
  }
}
.catalog-items__control {
  float: right;
}
.catalog-item {
  background: #fff;
  padding: 28px 20px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); 
}
.catalog-item a:hover {
  text-decoration: none;
}
.catalog-item__image {
  display: block;
  height: 155px;
  margin-bottom: 10px;
  position: relative;
}
.catalog-item__image img {
  max-width: 100%;
  max-height: 155px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.catalog-item__title {
  display: block;
  margin-bottom: 4px;
  color: #2196f3;
  margin-top: 0;
}
.catalog-item__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  height: 155px;
  -webkit-transition: top .3s;
  transition: top .3s;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 30%, rgba(255,255,255,.95) 60%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.95) 60%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.95) 60%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.catalog-item__content {
  position: relative;
  margin-top: 0;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}
.catalog-item__char {
  display: block;
  margin-bottom: 7px;
  background: url(/f/i/dot.gif) left .9em repeat-x;
  font-size: 13px;
  line-height: 20px;
}
.catalog-item__char dt {
  float: left;
  padding-right: 3px;
  background: #fff;
  font-weight: normal;
}
.catalog-item__char dd {
  float: right;
  padding-left: 3px;
  background: #fff;
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cart-item .catalog-item__char dd {
  max-width: 100px;
}
.catalog-item__price {
  margin-bottom: 15px;
  color: #212121;
  font: bold 25px/30px 'Noto Sans', Arial, sans-serif;
}
.catalog-item__price .rub {
  font-size: 16px;
  font-weight: normal;
}
.catalog-item__price-old {
  display: inline-block;
  white-space: nowrap;
  margin-right: 5px;
}
.catalog-item__price-old,
.catalog-item__price-old .rub {
  font-size: 10px;
  line-height: 12px;
  color: #616161;
}
.catalog-item__price-old b {
  color: #212121;
}
.catalog-item__warehouse {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 20px;
}
.catalog-item__warehouse_yes {
  color: #7cb342;
}
.catalog-item__warehouse_no {
  color: #9e9e9e;
}
.catalog-item__actions {
  display: none
}
.catalog-item__actions .btn {
  margin-right: 10px;
}
.catalog-item__cart {
  position: absolute;
  right: 36px;
  bottom: 28px;
  display: none;
}
.catalog-table .catalog-item__cart {
  position: relative;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.catalog-table .catalog-item__cart .btn {
  position: relative;
}
.catalog-item__cart-counter {
  position: absolute;
  left: 36px;
  bottom: -22px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}
.catalog-table__row .catalog-item__cart-counter {
  bottom: auto;
  top: 0;
  left: 20px;
  opacity: 1;
}
.catalog-item__cart-counter input {
  width: 40px;
  height: 30px;
  border: 2px solid #f5f5f5;
  text-align: center;
}
.catalog-item__cart-counter input:focus {
  outline: 0;
  border-color: #eaeaea;
}
.catalog-item__cart-counter a {
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  background:  #f5f5f5;
  width: 28px;
  height: 30px;
  text-align: center;
  position: relative;
}
.catalog-item__cart-counter a:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background: url(/f/i/icons.png) -9999px -9999px no-repeat;
}
.catalog-item__cart-counter .minus:after {
  background-position: 0 -319px;
    margin-left: -3px;
}
.catalog-item__cart-counter .plus:after {
  background-position: -8px -319px;
  margin-left: -5px;
}
.catalog-item__labels {
  position: absolute;
  left: 28px;
  top: 18px;
}
.catalog-item__labels-item {
  margin-bottom: 10px;
}
.catalog-item__labels-content {
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 10px 0 15px;
  text-align: center;
  min-width: 50px;
  position: relative;
  color: #212121;
  background: #f5f5f5;
}
.catalog-item__labels-content:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #f5f5f5;
}
.catalog-item__labels-content_discount {
  background: #fdd835;
}
.catalog-item__labels-content_discount:after {
  border-color: transparent transparent transparent #fdd835;
}
.catalog-all a {
  display: inline-block;
  padding: 10px 30px;
  background: #f5f5f5;
  color: #212121;
  font: bold 14px/30px 'Noto Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.catalog-all a:hover {
  color: #2196f3;
  text-decoration: none;
}
.catalog-all span:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #2196f3;
  border-bottom: 2px solid #2196f3;
  vertical-align: middle;
  margin-left: 7px;
}
.catalog-group-preview {
  margin-bottom: 48px;
}
.catalog-group-preview:last-child {
  margin-bottom: 0;
}
.slides li {
  position: relative;
  opacity: 1;
}
input[type=number] {
  -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
[data-href] {
  cursor: pointer;
}
.carousel__title {
  margin-right: 90px;
}
.carousel .flex-direction-nav {
  position: absolute;
  right: -2px;
  top: -60px;
}
.carousel .flex-direction-nav li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0;
  margin-left: 10px;
  vertical-align: top;
}
.carousel .flex-direction-nav li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  left: 0!important;
  top: 0;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: #f5f5f5;
  opacity: 1!important;
  right: auto;
  margin: 0;
}
.carousel .flex-direction-nav .flex-disabled {
  display: none!important;
}
.carousel .flex-direction-nav li a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -5px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
}
.carousel .flex-direction-nav li a.flex-prev:before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -3px;
}
.carousel .flex-direction-nav li a:hover:before {
  border-color: #2196f3;
}
.footer {
  background: #212121;
  padding: 30px 10px 10px;
  font-size: 14px;
  line-height: 25px;
}
.footer__column {
  padding-bottom: 10px;
}
.footer__column ul,
.footer__column li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__column li:before {
  display: none;
}
.footer li {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Noto Sans', Arial, sans-serif;
}
.footer li ul {
  margin-top: 10px;
}
.footer li li {
  font-weight: normal;
  text-transform: none;
  font-family: 'Roboto', Arial, sans-serif;
}
.footer li,
.footer li a {
  color: #fff;
}
.footer li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer li ul a {
  color: #fff;
}
.footer li ul a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .btn {
  margin-top: 10px;
  border-color: #181818;
  padding: 12px 17px 11px;
}
.footer .btn:active,
.footer .btn:focus {
  color: #fff;
}
.footer .phone__intro {
  margin-top: 3px;
}
.developer {
  color: #aaa;
  font-size: 14px;
  text-align: center;
  padding: 15px 0 13px;
  background: #181818;
}
.valign {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  min-height: 100%;
}
.faded-page {
  position: relative;
  z-index: 420 !important;
}
.icon-inteo {
  background: url('/f/i/inteo.png') 0 0 no-repeat;
  width: 85px;
  height: 16px;
  margin-left: 15px;
  top: 1px;
}
a:hover .icon-inteo {
  background-position: 0 -16px;
}
.categories {
  white-space: normal;
}
#menuFader {
  visibility: hidden;
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 400;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);0;
  opacity:0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#menuFader.faded {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.i-faded-page{
  position: relative;
  z-index: 420 !important;
}
#catalog-area.always-open .categories {
  display: block !important;
}

.catalog-menu .categories__sub a {
  color: #424242;
}
.catalog-menu .categories__sub .category-title {
  font-size: 16px;
  line-height: 25px;
  color: #212121;
}
.catalog-menu .categories__sub a:hover,
.catalog-menu .categories__sub .category-title:hover {
  text-decoration: underline;
  color: #000;
  background: transparent;
}
.catalog-controls {
  font-size: 14px;
  margin-top: 43px;
}
.catalog-controls_cart {
  margin-top: 0;
  margin-bottom: 10px;
}
.catalog-controls_compare {
  margin-top: 0;
  width: 227px;
}
.catalog-controls__count {
  margin-left: 7px;
  font-size: 12px;
  line-height: 12px;
  display: inline;
  color: #616161;
}
.catalog-controls__title {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin-right: 17px;
}
.catalog-controls__item {
  display: inline-block;
}
.catalog-controls_compare .catalog-controls__item {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
.catalog-controls__button {
  display: inline-block;
  color: #616161;
  border: 2px solid #f5f5f5;
  min-width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
}
.catalog-controls_compare .catalog-controls__button {
  display: block;
  margin-left: 0;
  text-align: center;
}
.catalog-controls__button:hover {
  color: #2196f3;
  text-decoration: none;
}
.catalog-controls__button.active,
.catalog-controls__button.current {
  color: #424242;
}
.catalog-controls__button:first-child {
  margin-left: 0;
}
.catalog-controls__button.active,
.catalog-controls__button.current {
  background: #f5f5f5;
  cursor: default;
}
.catalog-controls__button_text {
  padding-left: 15px;
  padding-right: 15px;
}
.categories__sub-column {
  float: left;
  width: 210px;
  margin-left: 30px;
}

.carousel .flex-control-nav {
  display: none;
}
.rel {
  position: relative;
}
.light {
  font-weight: 300;
}
.catalog-page {
  padding-top: 22px;
  margin-bottom: 30px;
}
.catalog-page__images {
  margin-right: 10px;
}
.catalog-page__chars {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}
.catalog-page__chars .data td {
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .catalog-page__chars {
    font-size: 12px;
    line-height: 20px;
  }
}
.catalog-page__image {
  margin-bottom: 16px;
}
.catalog-page__image,
.catalog-page__image .slides a {

}
.catalog-page__image .slides a {
  display: block;
  position: relative;

  width: 100%;
}
.catalog-page__image .slides li img {
  max-width: 100%;
  margin: auto;
}
.catalog-page__carousel {
  margin-bottom: 30px;
}
.catalog-page__carousel .slides li {
  width: 54px;
  height: 54px;
  position: relative;
  border-bottom: 2px solid #fff;
}
.catalog-page__carousel .slides li img {
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.catalog-page__carousel .slides li span {
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  transition: border-color .3s ease;
}
.catalog-page__carousel .slides li:hover span {
  border-color: #eaeaea;
}
.catalog-page__carousel .slides li.flex-active-slide span {
  border-color: #2196f3;
}
.catalog-page__actions {
  border: 1px solid #f5f5f5;
  font-size: 14px;
}
.catalog-page__actions-select {
  padding: 15px 20px 20px 20px;
  border-bottom: 1px solid #f5f5f5;
}
.catalog-page__actions-intro {
  font-weight: 300;

}
.catalog-page__actions-intro b {
  font-weight: 400;
}
.catalog-page__actions-buttons {
  float: right;
}
.catalog-page__actions-buttons .btn {
  margin-left: 8px;
}
.catalog-page__actions-content {
  padding: 20px 20px 14px;
}
.catalog-page__actions-content .catalog-item__warehouse {
  margin-bottom: 2px;
}
.catalog-page__price {
  margin-bottom: 21px;
  color: #212121;
  font: bold 40px/40px 'Noto Sans', Arial, sans-serif;
}
.catalog-page__price .rub {
  font-weight: normal;
  font-size: 30px;
}
.catalog-page__price-old {
  display: inline-block;
  margin-right: 5px;
  color: #212121;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
.catalog-page__price-old b {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans',Arial,sans-serif;
}
.catalog-page__price-old .rub {
  font-size: 16px;
  font-weight: normal;
}
.catalog-page__price .catalog-item__labels-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.catalog-page__price .catalog-item__labels-content {
  padding: 0 7px 0 5px;
}
.catalog-page__price .catalog-item__labels-content:after {
  right: auto;
  left: -10px;
  border-width: 15px 10px 15px 0;
  border-color: transparent #fdd835 transparent transparent;
}
.catalog-page__cart-delay {
  margin: -5px 0 10px;
}
.catalog-page__cart-delay a {
  border-bottom: 1px dashed;
}
.catalog-page__cart-counter {
  margin-bottom: 20px;
}
.catalog-page__cart-counter input {
  width: 60px;
  height: 40px;
  border: 2px solid #f5f5f5;
  text-align: center;
}
.catalog-page__cart-counter input:focus {
  outline: 0;
  border-color: #eaeaea;
}
.catalog-page__cart-counter a {
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  background:  #f5f5f5;
  width: 38px;
  height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.catalog-page__cart-counter a:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background: url(/f/i/icons.png) -9999px -9999px no-repeat;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.catalog-page__cart-counter .inactive:after {
  opacity: .3;
}
.catalog-page__cart-counter .inactive {
  cursor: default;
}
.catalog-page__cart-counter .minus:after {
  background-position: 0 -378px;
    margin-left: -5px;
}
.catalog-page__cart-counter .plus:after {
  background-position: -12px -378px;
  margin-left: -7px;
}
.catalog-page__buttons {
  margin-bottom: 14px;
}
.catalog-page__buttons .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
.catalog-page__buttons .btn:last-child {
  margin-right: 0;
}
.catalog-page__buttons .btn-success {
  width: 136px;
}
.catalog-page__extra {
  margin-bottom: 10px;
  font-weight: 300;
}
.catalog-page__extra a {
  font-weight: 400;
  color: #2196f3;
}
.catalog-page__extra a:hover {
  text-decoration: none;
  color: #1976d2;
}
.catalog-modifications {
  padding-right: 20px;
  margin-bottom: 50px;
}
@media (max-width:991px) {
  .catalog-modifications {
    padding-right: 0;
  }
}

.catalog-modification {
  border: 1px solid #f5f5f5;
  margin-top: -1px;
  font-size: 14px;
  padding: 10px 18px;
  -webkit-transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
}
.catalog-modification a:hover {
  text-decoration: none;
}
.catalog-modification__table {
  display: table;
  width: 100%;
}
.catalog-modification__row {
  display: table-row;
}
.catalog-modification__cell {
  display: table-cell;
  vertical-align: top;
}
.catalog-modification__cell_image {
  width: 110px;
  padding-right: 20px;
  vertical-align: middle;
}
.catalog-modification__cell_image img {
  max-width: 110px;
}
@media (max-width:479px) {
  .catalog-modification__cell_image {
    width: 50px;
    vertical-align: middle;
  }
  .catalog-modification__cell_image img {
    max-width: 50px;
  }
}
.catalog-modification .catalog-item__title {
  display: inline;
}
.catalog-modification .catalog-item__char {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 3px;
  font-weight: 300;
}
.catalog-modification .catalog-item__char dt {
  font-weight: 300;
}
.catalog-modification .catalog-item__price {
  font-size: 20px;
  line-height: 30px;
}
.catalog-modification .catalog-item__price {
  margin-bottom: 5px;
}
.catalog-modification__cell_actions {
  width: 30px;
  padding-right: 0;
  padding-top: 8px;
}
.catalog-modification__cell_actions .btn {
  margin-bottom: 10px;
}
.file {
  position: relative;
  padding-left: 59px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.file a {
  color: #616161;
}
.file a:hover {
  color: #2196f3;
  text-decoration: none;
}
.file__info {
  font-weight: 300;
}
.file__icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 50px;
  background: url(/f/i/icons.png) 0 -428px no-repeat;
  color: #2196f3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding-top: 17px;
}
.viewed {
  padding-bottom: 30px;
  margin-top: -10px;
}
.certificate {
  vertical-align: top;
  line-height: 25px;
}
.certificate a {
  color: #616161;
}
.certificate__img {
  display: block;
  margin-bottom: 10px;
}
.certificate__text {
  display: block;
}
.certificate__img img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.data,
.tab-pane table,
.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.data th {
  font-weight: 300;
}
.tab-pane th,.table-responsive th {
  font-weight: 400;
}
.data td,
.data th,
.tab-pane td,
.tab-pane th,
.table-responsive td,
.table-responsive th {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 10px 5px 0; 
}
.table-responsive img {max-width:100%;height:auto}
.tab-pane .compact td,
.tab-pane .compact th,
.table-responsive .compact td,
.table-responsive .compact th {
  padding: 3px 5px!important;
  font-size:12px;
  line-height: 20px;
}
.catalog-page__chars .data td,
.catalog-page__chars .data th {
  border-width: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.catalog-page__chars .data td {
  min-width: 110px
}
.order-item {

  position: relative;
}
.order-item h3 {
  margin-bottom: 32px;
}
.order-checkbox {
  position: relative;
}
.pay-block {margin-bottom:20px}
.order-checkbox__label {
  display: block;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 22px 48px;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  margin-bottom: 0;
}
.order-checkbox__label:before {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 23px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input:checked + .order-checkbox__label {
  background: #f5f5f5;
}
input:checked + .order-checkbox__label:before {
  background: #eaeaea;
  border-color: #eaeaea;
}
input:checked + .order-checkbox__label:after {
  content: '';
  display: block;
  position: absolute;
  left: 23px;
  top: 28px;
  z-index: 10;
  width: 10px;
  height: 10px;
  background: #2196f3;
  border: 2px solid #2196f3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.order-checkbox a {
  color: #2196f3;
}
.order-checkbox a:hover {
  text-decoration: none;
  color: #1976d2;
}
.order-checkbox input {
  display: none;
}
.order-checkbox__title {
  color: #212121;
  font-weight: bold;
  font-family: 'Noto Sans',Arial,sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.cart {
  padding-top: 22px;
}
.cart-item {
  border: 2px solid #f5f5f5;
  margin-top: -2px;
  padding: 25px 20px;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  -webkit-transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
}
.cart-item__delete {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.touch .cart-item__delete {
  opacity: 1;
}
.cart-item:hover .cart-item__delete {
  opacity: 1;
}
.cart-item__delete:after {
  width: 12px;
  height: 13px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  background: url(/f/i/icons.png) 0 -500px no-repeat;
}
.cart-item__delete:hover:after {
  background-position: -12px -500px;
}
.cart-item__title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.cart-item__cell_image {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .cart-item__table {
    display: table;
    width: 100%;
  }
  .cart-item__row {
    display: table-row;
  }
  .cart-item__cell {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: top;
  }
  .cart-item__cell_image {
    text-align: center;
    vertical-align: middle;
    width: 200px;
    margin-bottom: 0;
  }
  .cart-item__cell_price {
    width: 200px;
  }
}
.cart-item__cell_image img {
  max-width: 160px;
  max-height: 160px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cart-item__cell_image {
    width: 100px
  }
  .cart-item__cell_image img {
    max-width: 80px;
    max-height: 80px;
  }
  .cart-item__cell_price {
    width: 160px;
  }
}
.cart-item .catalog-item__warehouse {
  margin-bottom: 11px;
}
.cart-item .catalog-item__char {
  max-width: 240px;
}
.cart-item__code {
  color: #a1a1a1;
  margin-bottom: -3px;
}
.cart-item a {
  font-weight: 400;
  color: #2196f3;
}
.cart-item a:hover {
  text-decoration: none;
  color: #1976d2;
}
.cart-item__price {
  font: bold 25px/30px 'Noto Sans',Arial,sans-serif;
  color: #212121;
}
.cart-item__price .rub {
  font-weight: normal;
  font-size: 16px;
}
.cart-item__single-price {
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}
.cart-item .catalog-page__cart-counter {
  margin-top: 14px;
}
.cart-total {
  background: #f5f5f5;
  margin: 0 0 20px 0;
  padding: 20px;
}
.fixedsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 0;
}
.fixedsticky:before,
.fixedsticky:after {
    content: '';
    display: table;
}
.cart-total__title {
  font: bold 14px/20px 'Noto Sans',Arial,sans-serif;
  color: #212121;
  text-transform: uppercase;
  margin-top: 5px;
}
.cart-total__price {
  font: bold 40px/40px 'Noto Sans',Arial,sans-serif;
  color: #212121;
  margin-bottom: 5px;
}
.cart-total__price .rub {
  font-size: 30px;
  font-weight: normal;
}
.cart-total__extra {
  font-size: 13px;
  line-height: 20px;
}
.cart-total__buttons {
  margin-top: 25px;
}
.cart-total__buttons .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1240px) {
  .cart-total__buttons .btn {
    width: 100%;
    margin-right: 0;
  }
}
.cart-total .btn-primary {
  background: #eaeaea!important;
}
.cart-total__back {
  margin: 13px 0 33px;
}
.nomargin {
  margin-top: 0!important;
}
.fileinput {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}
.fileinput input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.file-display input, 
.inv {
  display: none;
}
.file-display {
  display: inline-block;
  position: relative;
  border: 2px solid #f5f5f5;
  padding: 3px 60px 3px 20px;
  margin-bottom: 0;
  font-size: 14px;
  height: 40px;
  margin-top: 7px;
}
.file-cancel {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
}
.file-cancel:after {
  width: 12px;
  height: 13px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  background: url(/f/i/icons.png) 0 -500px no-repeat;
}
.file-cancel:hover:after {
  background-position: -12px -500px;
}
.file-display + .fileinput {
  display: none;
}
.fileinput:hover .btn-primary {
  color: #2196f3;
}
.tab-content ol {
  counter-reset:li;
}
.tab-content ol li {
  position:relative;
}
.tab-content ol li:before {
  content:counter(li) ". ";
  counter-increment:li;
  padding-right:0 !important;
  color:#2196f3;
font-size: 14px;
font-weight: bold;
}
.tab-content ul li:before  {
  content:"\25CF";
  color: #2196f3;
}
.tab-content ul ul li:before {
  content:"\25CB";
}
.tab-content li  {
  list-style-type:none;
}
.tab-content li p {display:inline}
.tab-content ul, .tab-content ol{ margin:0 0 10px;padding-left:0;}
.tab-content ul li:before {font-size: 12px;}
.tab-content ul ul li:before {font-size: 14px;}
.tab-content ul ul,.tab-content ol ol,.tab-content ul ol,.tab-content ol ul {margin-left: 30px;margin-bottom:0}
.tab-content ul li:before, .tab-content ol li:before{padding:0;margin-left:0;width:15px;display:inline-block;vertical-align:top;*display:inline;zoom:1;position:absolute;left:0;top:0}
.tab-content ul li, .tab-content ol li{margin:0;position:relative;padding-left:30px}
.tab-pane td, .tab-pane th {padding-left:20px;border-left:1px solid #f5f5f5;border-right:1px solid #f5f5f5}
@media (max-width: 991px) {
.tab-pane td, .tab-pane th {font-size:14px;padding: 5px 10px;}
}
@media (max-width: 767px) {
.tab-pane td, .tab-pane th {font-size:12px; line-height:20px;}
}
.tab-pane td p, .tab-pane th p{margin:0}
.tab-pane table {margin-top:28px;}
div#order_form_content .errortext {
	display: inline-block;
        margin-bottom: 10px;
	padding: 10px 15px 10px 60px !important;
	border-top: 1px solid #E4CBD1;
	border-right: 1px solid #D5BABE;
	border-bottom: 1px solid #C9ABAF;
	border-left: 1px solid #D5BABE;
	border-radius: 5px;
	background: #F8EAED;
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8EAED), color-stop(100%,#EDD0D6));
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, -webkit-linear-gradient(top, #F8EAED 0%,#EDD0D6 100%);
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, -moz-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, -ms-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("/bitrix/templates/rusvibro/images/alert.png") 10px 50% no-repeat, linear-gradient(to bottom, #F8EAED 0%,#EDD0D6 100%);
	box-shadow: inset 0 1px 1px 0 #FFF;
	color: #881521 !important;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eaed', endColorstr='#edd0d6',GradientType=0 );
}
.popup-window-buttons .btn {margin-right:10px;}
.popup-window-buttons .btn:last-child{margin-right:0}
.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column {
  height: 65px;
  font: bold 16px/30px 'Noto Sans', Arial, sans-serif;
  text-transform:uppercase;
  color: #212121;
  background-image:none!important;
  border-bottom:0;
  background-color:#f5f5f5;
}
.popup-window {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
.popup-window-buttons {
  margin: 20px 0;
}
.popup-window-left-column,.popup-window-right-column {
  width: 20px;
  min-width: 20px;
}
.popup-window-close-icon {
  width: 21px;
  height: 21px;
  background: url(/f/i/icons.png) 0 -528px no-repeat!important;
  right: 20px!important;
  top: 22px!important;
  margin:0;
  opacity:.65;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.popup-window-close-icon:hover {
  opacity: 1;
}
.popup-window-close-icon:before {
  display: block;
  content: '';
  position: absolute;
  top: -22px;
  right: -20px;
  bottom: -22px;
  left: -20px;
  cursor: pointer;
}

.control-label_sm {
  font-size: 14px;
  line-height: 25px;
}
.form-control_dark {
  border-color: #eaeaea;
}
.important {
color: #ff001e;
}
.contacts {
  margin-bottom: 30px;
}
.contacts dt {
  color: #212121;
  margin-bottom: 5px;
}
.contacts dd {
  margin-bottom: 20px;
}
.form-group {
  position: relative;
}
.ValidationErrors {
  color: #ff001e;
}
.form-group .ValidationErrors {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 3px;
  font-size:14px;
  line-height:25px;
}
.form-success {
  font-weight: bold;
  color: #ff001e;
}
.empty-row {
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .popup {
    width: 400px;
  }
}
.checkbox {padding-left:30px;}
.checkbox label {padding-left:0;}
.checkbox input[type='checkbox'] {display:none}
.checkbox_mini {font-size:14px;line-height:25px;margin-bottom:15px;}
.checkbox input[type='checkbox']+label:before,.checkbox input[type='checkbox']+label:after {display:block;content:'';width:20px;height:20px;position:absolute;left:0;top:3px;}
.checkbox input[type='checkbox']+label:before {background:#eaeaea;}
.checkbox input[type='checkbox']+label:after {top:7px;left:4px;width:0;height:12px;background:url(/f/i/icons.png) 0 -549px no-repeat;-webkit-transition:width .3s;transition:width .3s;}
.checkbox input[type="checkbox"]:checked+label:after {width:12px;}
.news-list__item {border-bottom:2px solid #f5f5f5;margin-bottom:30px}
.news-list__item:last-child{border-bottom:0;margin-bottom:0}
.news-list__image {float:left;margin-bottom:30px}
.news-list__image img {border:2px solid #f5f5f5; display:block;width:176px;height:auto;}
.news-list__details{margin-bottom:30px}
.news-list__image+.news-list__details{margin-left:216px;}
.news-list__details {color:#838383;font-size:14px}
.news-list__details p {margin-bottom:0}
.news-list__date{color:#2196f3;font-size:14px;font-weight:bold;margin-bottom:9px}
.news-list__title {font-size:20px;margin-bottom:11px;font-weight:bold}
.news-list__title a{color:#212121}
.news-item__date{font-size:14px;font-weight:bold;margin-bottom:9px}
.news-item__photos{margin:20px 0}
.news-item__photos a {display:inline-block;margin-right:20px}
.image-wrap .fancybox-close {right:-10px!important; top:-10px!important;opacity:1}
.image-wrap .fancybox-close:before{background:#fff;left:-12px;right:-12px;top:-12px;bottom:-12px;border-radius:50%}
.image-wrap .fancybox-close:after{content:'';display:block;width: 21px; height: 21px;position:absolute;left:0;top:0;background:url("/f/i/icons.png") no-repeat scroll 0 -528px;}
.offer-block {display:none}
.offer-block.active{display:block}
.form-control.offer-block-select {height:40px;padding:4px 10px;border-color:#2196f3}
.offer-block-title{color:#212121;}
.bx_slide_left,bx_slide_right{display:none!important}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 10px 20px -5px rgba(0, 0, 0, .4);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: popup_bottom;
    animation-name: popup_bottom
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li  {
  display: block;
  cursor: pointer;
  padding: 4px 33px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: normal;
}
.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .bx_active  {
  background-size: 14px 14px;
  background: url(/f/i/selected.svg) 13px 50% no-repeat;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    visibility: visible;
    margin: 3px 0 0;
    display: block;
    -webkit-animation-name: popup_bottom_visible;
    animation-name: popup_bottom_visible
}
@-webkit-keyframes popup_bottom {
    0% {
        visibility: visible;
        margin: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    99% {
        margin: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        visibility: hidden;
        margin: -9999px 0 0 -9999px;
        opacity: 0
    }
}
@keyframes popup_bottom {
    0% {
        visibility: visible;
        margin: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    99% {
        margin: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        visibility: hidden;
        margin: -9999px 0 0 -9999px;
        opacity: 0
    }
}
@-webkit-keyframes popup_bottom_visible {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes popup_bottom_visible {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown button {line-height: 1.42857143;display: block; width: 100%; text-align: left;background:#fff;border:2px solid #1e88e5;padding: 8px 10px;position:relative;}
.dropdown button .caret {position:absolute;right:0;top:0;border:0; background: url(/f/i/select.svg) 50% no-repeat; height: 38px;width: 38px;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out}
.dropdown.open button .caret {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.dropdown button:active,.dropdown button:focus {background:#fff;outline:0}
.tab-content b,.tab-content strong {color:#212121}
.catalog-page__price_unknown{font-size:26px;line-height:26px}
.catalog-item__price_unknown{font-size:16px}
.tab-content .delivery {margin-left:2px}
.tab-content .delivery li:before {display:none}
.tab-content .delivery li {width:100%;display:inline-block;vertical-align:top;text-align:center;margin-left:-2px;margin-bottom:30px;padding-left:0!important}
.tab-content .delivery__image {border:2px solid #f5f5f5;padding:15px 0;margin-bottom:5px}
.tab-content .delivery__name {font-weight:bold;color:#212121}
.bx_item_detail_size + .bx_item_detail_size {margin-top:15px}
.catalog-modification__row .catalog-item__char dd {max-width:90px}
.catalog-blocks {height:auto!important}
.sale_order_full_table input[type=submit] {margin-bottom:20px}
.certificate_vertical .certificate__text {clear:left; display:block; margin-bottom:15px}
.sale-paysystem-yandex-button-item {height:auto!important}
.popup-window-titlebar {height: 49px;font: bold 20px/30px 'Noto Sans', Arial, sans-serif;text-transform: uppercase;margin-top: 20px;color: #212121;}
.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content {background-color:#fff;}
.popup-window-with-titlebar .popup-window-content img, .popup-window-content-gray .popup-window-content img {margin-bottom:15px}
.popup-window-buttons {margin:0}

.privacy {margin-top:20px;line-height:22px}
.privacy a {text-decoration:underline;}

.header__email {font-size:13px;line-height:22px}
.header__email,.header__email a {color:#fff!important;}

.search-preview__title {font-size:18px;line-height:26px;margin-bottom:10px}
.b-serp-item__title-link {text-decoration:underline}
#ya-site-results{line-height:normal}
.free-delivery{display:block;font-size:13px;text-align:center;padding:3px 10px 3px;color:#212121;background:#eaeaea;transition:all .3s ease}
.free-delivery:hover{text-decoration:none;background:#f5f5f5;color:#212121;}
.free-delivery img{margin-left:5px;margin-top:-1px}

.header {
  position: relative;
  width: 100%;
  z-index: 402;
}

.wrap {
  padding: 0 15px;
}

.header__logo {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__logo img {
  width: 160px;
  height: auto;
  margin-top: -6px
}

.header__menu {
  width: 100%;
  background: #fff;
}

.header .header__menu {
  margin-left: -10px;
}

.header__contacts,.header__login {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__contacts {
	margin-right: -15px
}
.header__login {
  margin-right: -10px;
}

.menu-toggle {
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: none;
  border: 0;
  margin: 0 5px 0 -15px;
  overflow: visible;
}

.menu-toggle, .menu-toggle:active, .menu-toggle:focus {
  outline: 0;
}

.menu-toggle:hover {
  opacity: 1;
}

.menu-toggle .menu-toggle__inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle__inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.menu-toggle .menu-toggle__inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/*
.menu-toggle.toggled .menu-toggle__inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle.toggled .menu-toggle__inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.menu-toggle.toggled .menu-toggle__inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
*/
.menu-toggle__box {
  width: 19px;
  height: 20px;
  display: block;
  position: relative;
}

.menu-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.menu-toggle__inner, .menu-toggle__inner::before, .menu-toggle__inner::after {
  width: 19px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.menu-toggle__inner::before, .menu-toggle__inner::after {
  content: "";
  display: block;
}

.menu-toggle__inner::before {
  top: -8px;
}

.menu-toggle__inner::after {
  bottom: -8px;
}

.phones {
  text-align: right;
  white-space: nowrap;
}

.mobile-menu-active {
  overflow-y: hidden;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  max-height: 0;
  transition: all .45s cubic-bezier(.19,1,.22,1)
}

.mobile-menu-active .mobile-menu {
  max-height: 100%;
}

.header__holder{padding:0 15px;min-height:50px;display:-ms-flexbox;display:flex;-ms-flex-wrap: nowrap;flex-wrap:nowrap;-ms-flex-pack: justify;justify-content:space-between;-ms-flex-align:center;align-items:center;  background: #212121;
  box-shadow:0 1px 10px rgba(0,0,0,.05);}
  .showphone,.showpersonal{display:block;padding:14px 15px 10px;}

.header .wrap{-webkit-transition:-webkit-transform .25s;transition:transform .25s;transition:-webkit-transform .25s;padding:0;background:#fff;}
body.fixed-menu .header .wrap{position:fixed;top:0;width:100%;max-width:980px;}
body.no-transition .header .wrap{-webkit-transition:none;transition:none}
body.fixed-menu.is-hide-menu .header .wrap{-webkit-transform:translateY(-133px);-ms-transform:translateY(-133px);transform:translateY(-133px)}
.fixed-menu .header {height: 50px;}
.header-phone {max-height:0;overflow:hidden;transition:all .3s ease;}
.header-phone.active {max-height:150px;}
.header-phone__holder{background:#212121;text-align:center;
padding:20px;}
.header__contacts svg,.header__login svg {width:20px;height:20px;}

.header__contacts svg path {fill:#fff;}
.header__contacts .active svg path{fill:#f57c00}
.catalog-menu__holder{padding:0; display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
@media (max-width:767px) {#panel{display:none}}

.mobile-holder{background:rgba(0,0,0,0);visibility:hidden;opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1010;-webkit-tap-highlight-color:transparent;transition:all .5s ease;}
.mobile-menu-active .mobile-holder{opacity:.2;visibility:visible;background:rgba(0,0,0,1);}
.header-catalog {position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;transition: transform .45s cubic-bezier(.19,1,.22,1);transform: translateX(-100%);-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;overflow:hidden}
.mobile-menu-active .header-catalog{transform: translateX(0%);}

.header-catalog__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  -webkit-appearance: none
}

.header-catalog__close:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.242 5.242'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M.5.5l4.242 4.242M.5 4.742L4.742.5'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.slider-holder {background:#eaeaea;margin-bottom:10px;}
.slider-holder.loading{min-height:250px;}
.loading .lds-ripple {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
}
.loading .flexslider {
	opacity: 0;
}
.loading .lds-ripple div {
  position: absolute;
  border: 3px solid #2196f3;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.full-version{background:#212121;padding:10px;}
.full-version,.full-version a,.full-version a:hover{color:#aaa;text-align:center;}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.collapse-link {display:block;border-top:2px solid #fff;background:#f2f2f2;color: #212121!important;padding: 13px 10px;font-weight:bold;position:relative;overflow:hidden;}
.collapse-link:after {
content: '';
display: block;
  position: absolute;
  right: 0;
  top: 4px;
  border: 0;
  background: url(/f/i/select.svg) 50% no-repeat;
  height: 38px;
  width: 38px;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.collapse-link[aria-expanded='true']:after {transform:rotate(180deg)}

.table-responsive{border:0!important}
.catalog-page__info-block{margin-bottom:30px;margin-left:-10px;margin-right:-10px;}
.collapse__holder{padding:20px 10px}
.table-responsive table {font-size:12px;line-height: 18px;}
.fancybox-close {background: url(/f/i/icons.png) 0 -528px no-repeat!important;transform:scale(.6);transform-origin:right top}
input[type='reset']{display:none}
.popup-window-close-icon{transform:scale(.6);transform-origin:right top}
.popup-window-close-icon:after {display:none}
.popup-window-with-titlebar .popup-window-content {padding:0;font-size:16px;line-height:25px;}
.popup-window-buttons .btn {display: block;margin:0 0 10px;}
.popup-window-titlebar{height:auto}
.popup-window-titlebar div {white-space:normal!important;}
.fancybox-opened .fancybox-title{display:none}
#order_form_content .control-label{margin-bottom:10px}
#order_form_content .form-group{margin-bottom:20px}
#order_form_content h3{text-transform:none;font-size:18px;line-height:26px;margin-bottom:20px}
.mobile-menu-active{overflow-y:hidden;height:100%}

.catalog-page__images {position:relative;}
.catalog-page__event {position:absolute;left:0;top:0;background:#fb8c00;color:#fff;padding:5px 10px;border-radius:3px;font-weight:bold;text-transform:uppercase;letter-spacing:.1em;font-size:13px;line-height:20px;z-index:10}

.catalog-event {background:#fb8c00;color:#fff;padding:4px 6px;border-radius:3px;font-weight:bold;text-transform:uppercase;letter-spacing:.1em;font-size:11px;line-height:11px;display:inline-block;}
.catalog-blocks .catalog-event{position:absolute;left:0;top:0;}

.mar1 {
    margin-bottom: 10px;
}
.mar1 img {
    margin-right: 5px;
}
/* End */
/* /f/css/flexslider.css?14549167736779 */
/* /f/fancybox/jquery.fancybox.css?14555464915645 */
/* /f/css/mmenu-light.css?15611034583972 */
/* /bitrix/templates/rusvibro_copy/components/bitrix/search.title/search1/style.css?15554229121928 */
/* /bitrix/templates/rusvibro_copy/components/bitrix/breadcrumb/breadcrumb/style.min.css?1555316548448 */
/* /bitrix/templates/rusvibro_copy/components/bitrix/news.list/pricefooter/style.css?1555316548150 */
/* /bitrix/templates/rusvibro_copy/template_styles.css?1748591381135369 */
