b {
	font-weight: 500;
}

.control-label {
	font-weight: 400;
}

*:focus {
    outline: none;
}

.quiet {
	font-size: 13px;
	color: #666;
}

.go2top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

.go2top > i {
    opacity: 0.5;
    filter: alphaopacity=50;
    color: #89939e;
    font-size: 38px;
    font-weight: 300;
}

body .form-control {
	height: 44px;
}

.nowrap {
	white-space: nowrap;
}

.nodots,
.nodots ul {
	list-style-type: none;
}
												 
.theme-color {
	 color: #2266cc;
}

.theme-color-second {
	 color: #f93 !important;
}

.theme-bg {
	 background-color: #2266cc;
}

.bg-gray {
	 background-color: #f1f4f8;	
}

.bg-ch {
	 background: #f1f4f8 url('../images/chertez_bg.jpg') repeat center center;	
}

.content ol li {
	margin-bottom: 15px;
}


a,
a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}

section {
	padding: 60px 0;
}

.bg-grey {
	background: #f4f4f4 !important;	
}

hr {
	border-color: #d8d8d8;
}

body .modal-body,
body .modal-header,
body .modal-footer {
	padding-left: 30px;
	padding-right: 30px;
	border: 0;
}

body .modal-footer {
	padding-top: 0;
	padding-bottom: 30px;
}

.btn {
	white-space: nowrap;
}

.btn,
.btn:hover,
.btn:focus {
	text-decoration: none;
	outline: 0;
}

#msMiniCart {
    color: #000;
    font-size: 16px !important;
	line-height: 18px;
}

#msMiniCart.full .not_empty {
	white-space: nowrap;
}

body .ms2-message-success,
body .ms2-message-success  {
	background-color: #2266cc !important;
}

body .ms2-message-error,
body .ms2-message-error  {
	background-color: #b42630 !important;
}

body .ms2-message-info,
body .ms2-message-info  {
	background-color: #666 !important;
}

.jGrowl-closer { display: none !important;}

.jGrowl-notification {
	line-height: 18px;
	display: none !important;
}

.uploader div.browser label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 2px 0 10px;
    text-align: center;
	text-transform: uppercase;
}
.uploader div.browser span {
    cursor: pointer;
}
.uploader div.browser input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: .0;
    filter: alpha(opacity= 0);
    -o-transform: translate(250px,-50px) scale(1);
    -moz-transform: translate(-300px,0) scale(4);
    direction: ltr;
    cursor: pointer;
}
.uploader .progress {
	display: none;
	height: 14px;
}
.uploader .progress.active {
	display: block;
}
.uploader .info .status.success {
	color: #009F3C;
}
#msOrder .uploader .info .status.error {
	color: #DE2012;
	border: 0 !important;
}

.uploader .btn {
	box-shadow: none;
	position: relative;
	padding-left: 45px;
}

.uploader .btn i {
	position: absolute;
	top: 11px;
	left: 22px;
	font-size: 20px;
}

.nodis {
	display: none !important;
}

textarea {
	resize: vertical;
}

html body {
	font-family: 'Montserrat', sans-serif !important;
	color: #222;
	background: #fff;
	overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Montserrat', sans-serif !important;
	color: #222;
	font-weight: 700;
    margin-bottom: 15px;
}

header {
	padding: 0;
	background: #fff;
}

header.fixed {
	background: #E2E8F1;	
}	

header a {
	text-decoration: none;
}

header .btn {
	padding: 10px 20px;
}

header ul {
	list-style-type: none;
	padding-left: 0;
	display: block;
	margin-bottom: 0;
}

.body-content {
	padding-top: 100px;
}

#catalog .nav {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
/*	overflow-y: hidden;	*/
}

.btn {
	background-color: #2266cc !important;
	color: #fff !important;
	border-radius: 40px;
	border-color:  !important;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	white-space: nowrap;
}

.btn:hover,
.btn:focus {
	background-color: #4482df !important;
	border-color: #4482df !important;
}

.btn.btn-wide {
	padding-left: 60px;
	padding-right: 60px;
}

.btn.btn-bordered {
	background-color: #fff !important;
	border: 2px solid #2266cc !important;
	color: #000 !important; 
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
	background-color: #2266cc !important;
	border-color: #2266cc !important;
	color: #fff !important; 
}

.btn.btn-white {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #000 !important;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);	
}

.btn.btn-grey {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus {
	background-color: #e0e0e0 !important;
	border-color: #e0e0e0 !important;	
}

.btn.btn-darkgrey {
	background-color: #999 !important;
	border-color: #999 !important;
}

.btn.btn-darkgrey:hover,
.btn.btn-darkgrey:focus {
	background-color: #aaa !important;
	border-color: #aaa !important;	
}


.navbar-brand:hover {
	text-decoration: none;
}

.logo-desc {
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 14%;
	text
}

#catalog ul.nav  {
	padding: 15px 0;
	list-style-type: none;
	background: #f5f7fa;
	display: block;
}

#catalog ul.nav > li {
	color: #4b4b4b;
	padding: 10px 15px 8px 30px;
	border-bottom: 1px solid #fff;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: left 15px top 10px;
	display: block;
}

#catalog ul.nav > li:last-child {
	border-bottom: 0;
}

#catalog ul.nav > li.active,
#catalog ul.nav > li:hover {
	background: #E2E8F1;
}

#catalog ul.nav li.active > ul {
	display: block !important;
}
	
#catalog ul.nav > li > a {	

	display: block;	
	padding: 0 !important;
	color: #000;
	background: none;
	text-decoration: none;
}

#catalog ul.nav > li.active,
#catalog ul.nav > li:hover,
#catalog ul.nav > li:focus {
/*	background-color: #2266cc; */
}

#catalog ul.nav > li.active a,
#catalog ul.nav > li:hover a,
#catalog ul.nav > li:focus a,
#catalog ul.nav > li a:hover,
#catalog ul.nav > li a:focus,
#catalog ul.nav > li.open > a:hover,
#catalog ul.nav > li.open > a:focus {
	background-color: transparent !important;
} 



#catalog ul.nav > li.active > a,
#catalog ul.nav > li:hover > a,
#catalog ul.nav > li:focus > a,
#catalog .nav ul li a:hover {
/*	color: #fff;   */
}

#catalog ul.nav ul {
	padding-left: 15px;
	list-style-type: none;
	display: none;
	margin-top: 10px;
}

#catalog ul.nav > li.active > ul {
	display: block;
}

#catalog ul.nav ul li {
	margin-bottom: 10px;
	line-height: 16px;
}

#catalog ul.nav ul li a {
/*	color: #4b4b4b;   */
	color: #000;
	font-size: 14px;
	text-decoration: none;	
}

#catalog ul.nav ul li a.plus {
	display: none;
}

#catalog .nav ul li a:hover,
#catalog .nav ul li a:focus {
	text-decoration: underline;	
}

#catalog .nav ul li li {
	display: none;
}

#catalog .nav ul li.active li {
	display: block;
}

#catalog .nav > li > ul li.active > a {
	text-decoration: underline;
}

#catalog .nav > li > ul > li > ul {
	padding-left: 15px;
}

#catalog .nav > li > ul > li > ul > li.first {
	margin-top: 5px;
}

#catalog .nav > li > ul > li > ul > li.last {
	margin-bottom: 12px;
}

.sidebar .block {
	margin-bottom: 30px;
}

.sidebar .block .title {
	text-transform: uppercase;
	padding: 0 30px 15px;
}

.sidebar .block .title a {
	color: #000;
}

.sidebar .block ul {
	padding: 0;
	list-style-type: none;
}

.sidebar .block ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 30px;
}

.sidebar .block ul li a {
	color: #000;
}

.sidebar .block ul li.last {
	border: 0;
	padding-bottom: 0;
}

.sidebar .block ul li.active a {
	text-decoration: underline;
}

.sidebar .block {
}

.sidebar .block .item {
	text-align: center;
/*	padding: 30px;
	background: #f4f4f4;
	margin-bottom: 10px;*/
	display: block;
	color: #000;
}

.sidebar .block h5 {
	margin: 0;
	font-weight: 400;
}

.sidebar .block h5 a {
	font-weight: 500;
	color: #000;
	font-size: 15px;
	line-height: 22px;
}


.sidebar .block .title {
	padding: 0;
}

.sidebar .block .btn-more {
	margin-top: 30px;
}

.sidebar .block .img {
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .block .img img {
	width: auto;
}

.contacts-info > div:nth-child(2n+1){
	clear: both;
}

.contacts-info a,
.contacts-persons .item a {
	color: #000;
}

.contacts-info p {
	font-weight: 300;
}

.contacts-persons .item {
	margin-bottom: 15px;
	background: #f4f4f4;
	padding: 15px;
}

.contacts-persons .item ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 18px;
}

.contacts-persons .item ul li {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 2px 0;
	font-weight: 300;
}

.contacts-persons .item ul li b {
	font-weight: 400;
}

.contacts-persons .item ul li.c-email {
	background-image: url('../images/icon-email-s.png');
}

.contacts-persons .item ul li.c-skype {
	background-image: url('../images/icon-skype-s.png');
}

.contacts-persons .item ul li.c-icq {
	background-image: url('../images/icon-icq-s.png');
}

.blog > div:nth-child(2n+1){
	clear: both;
}

.contacts-info img {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

.contacts-info h5 {
	margin: 0;
}

.top-nav .navbar {
	margin: 0;
}

.navbar-nav > li > a {
	font-weight: 700;
	color: #000;
}

.navbar-nav li.active > a,
.navbar-nav li a:hover,
.navbar-nav li a:focus {
	text-decoration: underline;
	color: #444;
}

.dropdown-toggle::after {
	position: relative;
	top: 1px;
}

.searchBlock {
	position: relative;	
}

.searchBlock .input-group-addon {
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}

.searchBlock .search {
	border-radius: 22px;
	padding-left: 20px;
	padding-right: 100px;
	height: 44px;
	box-shadow: none;
	border: 1px solid #d8d8d8;	
}

.searchBlock .btn {
	position: absolute;
	right: 0;
ÿ op㰐ؽ  
	z-index: 4;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.searchBlock .search-clear {
	position: absolute;
	right: 125px;
	top: 12px;
	z-index: 5;
	width: 20px;
	height: 20px;
	display: none;
	background: url('../images/close.png') no-repeat center center !important;		
}

.searchBlock .input-group {
	position: relative;
	width: 100%;
}

.searchBlock .btn span {
	display: inline-block;
	vertical-align: top;
}

#mse2_sort .panel,
#mse2_sort .panel-body {
	border: 0;
	padding: 0;
	box-shadow: none;
	margin: 0;
}

#mse2_sort label {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0;
	margin-right: 15px;
	line-height: 35px;
}

#mse2_sort button {
	background: #f4f4f4;
	border-radius: 17px;
	border: 2px solid #2266cc;
	padding: 7px 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	display: block;
	text-align: left;
	border-radius: 20px;
	min-width: 160px;
	height: 42px;
}

#mse2_sort button i {
    position: relative;
    top: -3px;
    margin-left: 5px;
}

#mse2_sort button span {
	color: #484747;
}

#mse2_sort button .caret {
	border: 0;
	float: right;
	display: block;
	margin-right: 10px;
}

#mse2_sort button .caret:before {
	content: '\f161';
	font-family: FontAwesome;
	display: block;	
}

#mse2_sort ul li i {
    display: none;
}

.main_slider {
	position: relative;
}

.main_slider .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 45px;
	right: 45px;
	z-index: 1;
	text-align: left !important;
}

body .owl-theme .owl-dots {
	margin-top: 15px;
}

body .owl-theme .owl-dots .owl-dot span {
	border: 0;
	width: 10px;
	height: 10px;
	margin: 0px 3px;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2266cc;
    border: 1px solid #2266cc;    
}

.content div.title,
section div.title {
/*	position: relative;
	clear: both;       */
	margin: 0 0 15px;	
}

.content div.title h1,
section div.title h3  {
	margin: 0;
	text-transform: uppercase;
}

.content img {
    max-width: 100%;
    height: auto;
}

.params-section td p,
.komplekt-section td p {
    margin-bottom: 0;
}

.params-section td p + p,
.komplekt-section td p + p {
    margin-top: 15px;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    background: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.breadcrumb > li + li:before {
	padding: 0;
}
/*
.breadcrumb + .title {
	margin-top: -15px !important;
}
*/
.breadcrumb li,
.breadcrumb li a {
	font-size: 13px;
}

.breadcrumb > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
	padding: 0 15px;
	text-align: center;
	height: 40px;
	line-height: 38px;
	border-radius: 20px !important;
}



div.pagination {
	text-align: center;
	width: 100%;
}

ul.pagination li {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #2266cc;
    border-color: #2266cc;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2266cc;	
}


body .modal-content {
	text-align: center;
	max-width: 100%;
	box-shadow: none;
	border: 0;	
}

.formDesc {
	font-weight: bold;
	text-transform: uppercase;
}

.modal-content input[type="text"], 
.modal-content textarea {
  display: block;
  margin: 0 auto 10px !important;
  max-width: 100%;
  border: 1px solid #c5c5c5;
  background-color: #fff;
 
}

.modal-content input, 
.modal-content textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.modal-content .btn {
	height: auto;
}


body .fancybox-close-small:after {
	content: '';
	background: url('../images/close.png') no-repeat center center !important;
}

body .fancybox-close-small:hover:after {
    background-color: #eee !important;
}

body .fancybox-close {
	background-image: none !important;
	right: 30px;
	top: 30px;
	text-align: center;
	line-height: 29px;
	border: 1px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
	height: 30px;			
}

body .fancybox-close:hover,
body .fancybox-close:focus {
	text-decoration: none;
}

body .fancybox-close:before {
	content: '✕';
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

.modal-window {
    display: none;
    background: #fff;
    max-width: 100%;
    width: 400px;
}

#cartModal .modal-footer {
	font-size: 0;
	padding: 0;
	margin: 0 -5px;
}

#cartModal .modal-footer .h {
	width: 50%;
	display: inline-block;
	padding: 0 7px;		
}

#cartModal .modal-footer a {
	font-size: 14px;
	margin: 0 2px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

#delivery .panel {
	background: #f2f2f2;
	border: 0;
	border-radius: 0;
}

#delivery .panel-body {
	padding: 15px 30px;
}

#delivery .panel-heading {
	padding: 0;
	position: relative;
}

#delivery .panel-heading .collapsed {
	background: #2266cc;
}

#delivery .panel-heading a:after{
	content: "\f077";
	width: 20px;
	height: 20px;
	font-size: 20px;
	display: block;
	position: absolute;
	z-index: 5;
	right: 30px;
	top: 17px;
	font-family: 'FontAwesome';
}

#delivery .panel-heading a.collapsed:after{
	content: "\f078";
}

#delivery .panel .panel-title a {
	color: #000;	
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 20px 30px;
}

#delivery.panel-group .panel-heading + .panel-collapse > .panel-body,
#delivery.panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0;
}

#delivery.panel-group .panel-heading + .panel-collapse > .panel-body {
	padding-top: 0;
}

#delivery .panel .panel-title a:hover,
#delivery .panel .panel-title a:focus {
	color: #000;	
	text-decoration: none;
}

.img {
	position: relative;
	display: block;
}

.img img {
	width: 100%;
}

.float-img {
	max-width: 300px;
	float: left;
	margin: 0 30px 15px 0;
}

ul.lines {
	list-style-type: none;
}

ul.lines li {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.lines li:before {
	content: '—';
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	float: left;
}

.panel-body span,
span.line {
	display: inline-block;
	color: #007dac;
	margin-right: 5px;
}

.btn.btn-more {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 15px;
	width: auto;
}	

.btn.btn-more span {
	display: inline-block;
	vertical-align: top;
}
	
.btn.btn-more:after {
	content: '';
	width: 21px;
	height: 11px;
	margin-left: 10px;
	display: inline-block;	
	background: url('../images/arrow_pink_r.png')  no-repeat center center;	
}

.btn.btn-more:hover:after {
	background-image: url('../images/arrow_white_r.png');	
}

.vendors .item {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.vendors .item img {
	border: 1px solid #ededed;
}

.products .item .price-block {
	margin-bottom: 15px;
	margin-top: 10px;
}

.products .item .breadcrumb li,
.products .item .breadcrumb li:before {
	display: inline-block;
}

.products .item .parent-link {
	font-size: 11px;
	margin-bottom: 0px;
}

.products .item .breadcrumb a {
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
}

.products .item,
.categories .item {
	position: relative;
	height: 100%;
	display: block;
	color: #000;
	text-decoration: none;
	border: 1px solid #d8d8d8;
	padding: 15px;	
}

/*
.categories .item:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #cbcbcb;
	position: absolute;
	bottom: -5px;
	right: -5px;
	z-index: -1;	
}		
*/
.categories .item img {
	margin: 0 auto;
}

.categories .item .title {
	min-height: 50px;
}

.products .item img {
	width: 100%;
}

.products.prod-carousel .owl-stage-outer {
	padding: 0;
}

.products .item .labels {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
}

.products .item .labels .label {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}

.products .item .labels .label span {
	background: #2266cc;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
    padding: 0 10px;
    
}

.products .item .labels .label.label-new span {
	background: #57b7df;	
}

.products .item .labels .label.label-hit span {
	background: #b42630;	
}

.products .item .labels .label.label-sale span {
	background: #8ddf57;
	font-size: 16px;	
}

.products .item:hover,
.categories .item:hover {
	border: 1px solid #2266cc;	
}

.products .item img,
.categories .item img {
	margin-bottom: 0px;
}

#special .products .item img {
	width: auto;
	margin: 20px auto;
}

.products .count-group .input-count,
.products .count-group div.btn.inc,
.products .count-group div.btn.dec {
	height: 34px;
	line-height: 34px;
}

.products .item .prod-info {
	text-align: center;
	line-height: 14px;
	padding: 5px 0;
}

.nalichie span {
	padding-left: 17px;
}

.nalichie .yes {
	background: url('../images/icon-check.png') no-repeat 0px 5px;
	color: #83ce52;
}

.nalichie .no {
	background: url('../images/icon-cancel.png') no-repeat 0px 4px;
}

.products .item .nalichie .no {
	color: #999;
}

.btn.btn-order {
	color: #fff !important;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 15px 2px 15px !important;
	background: #999999;
}

.btn.btn-order:hover,
.btn.btn-order:focus {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 30px 2px 50px;
	
}

.products .item .price-block .price {
	font-weight: 500;
}

.products .item .price-block .price i {
	font-size: 14px;
}

.categories .item .title,
.products .item .title {
    margin: 0 0 15px;
}


.categories .item .title,
.products .item .title {
	min-height: 40px;
    display: block;
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
	text-decoration: none;
}

.categories .item .title a,
.products .item .title a {
	text-decoration: none;
}

.products .item button.btn {
	padding: 7px 15px;
	height: 34px;
}

.products > div,
.categories> div {
	height: 100%;
	margin-bottom: 15px;
}

.prod-table {
	border: 1px solid #d8d8d8;
}

.prod-row .count .form-group {
	overflow: hidden; 
	margin: 0 auto;
	text-align: center;
}

.prod-row .count .form-group * {
	display: inline-block;
	float: none;
}

.prod-row .count {
	overflow: hidden;
}

.prod-row .count input {
	text-align: center;
	margin: 0 5px;
}

.prod-row .count .btn {
	background: #f8733d;
	color: #fff;
	width: 15px;
	height: 16px;
	line-height: 14px;
	padding: 0;
	border-radius: 3px;
}

.prod-row .count .form-group * {
    display: inline-block;
    float: none;
}

.prod-row .count input {
    text-align: center;
    margin: 0 5px;
}
.count div .input-count {
    width: 45px;
    height: 30px;
}

#msCart .count div .input-count {
    height: 44px;	
}

.prod-table > .prod-row > div {
    padding: 5px 30px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.prod-table > .prod-row.prod-item:hover > div {
    background: #f5f5f5;
}

.prod-table > .prod-row .tpa-btn {
	border-right: 0;
}

.prod-table > .prod-table-head > div,
.prod-table.prod-table-tpa > .prod-table-head > div {
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: 600;
	padding: 25px 30px 20px;
	text-align: center;
	text-transform: uppercase;
}

.prod-table-head > div:last-child {
    border-right: 0;
}


.prod-table.prod-table-tpa > .prod-table-head > div {
	text-transform: none; 
	color: #a4a4a4;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 15px;	
}

.prod-row-pad-15 > div {
	height: 15px;
}

.prod-row-pad-20 > div {
	height: 20px;
}

.prod-table-tpa .tpa-btn .btn {
	padding-top: 7px;
	padding-bottom: 7px;
}

.prod-table-tpa .prod-item > div {
	border-bottom: 1px solid #d8d8d8;
}

.prod-table-tpa .prod-price-box {
	text-align: center;
}

.prod-table-tpa .prod-price-box .prod-price {
	float: none;
	margin: 0 auto;
	padding-top: 0;
}

.description-tpa h4 {
	border-bottom: 1px solid #a8aaab;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 20px;
}

.description-tpa p {
	text-align: justify;
}

.product-tpa .product-info-block .product-buttons label.price {
	color: #fff;
	font-size: 24px;	 	
}

.product-tpa .bottom-bg-dark {
	margin: 40px 0 0;
	padding: 10px 10px 10px 30px;
	
}

.product-tpa .bottom-bg-dark .count {
	margin-right: 30px;
	margin-top: 5px;
}

.product-tpa .bottom-bg-dark .count input {
	margin: 0 10px;
	border: 0;
	width: 70px;
}

.product-tpa .product-info-block button {
	margin-right: 0;
}

.prod-table.prod-table-tpa > .prod-row .tpa-btn,
.prod-table.prod-table-tpa > .prod-row .count {
	padding: 1px 0;
}

.prod-row .row > div {
    display: table-cell;
    vertical-align: middle;
    float:none;
}

.prod-row span.title {
	font-weight: bold;
}

.prod-table > .prod-row {
    clear: both;
    overflow: hidden;
}

.prod-table > .prod-row.prod-item:hover > div {
    background: #f5f5f5;
}

.prod-table > .prod-table-head > div,
.prod-table.prod-table-tpa > .prod-table-head > div {
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: 600;
	padding: 25px 30px 20px;
	text-align: center;
	text-transform: uppercase;
}

.prod-table-head > div:last-child {
    border-right: 0;
}


.prod-table.prod-table-tpa > .prod-table-head > div {
	text-transform: none; 
	color: #a4a4a4;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 15px;	
}


#msProduct p,
#msProduct li {
	color: #707070;
}

.price-block .old_price,
body #msCart .old_price,
body .ms2_product .old_price {
	color: #cc0000 !important;
	font-style: italic;
    text-decoration: line-through;
}

#msProduct .prod-buy .btn {
	padding-left: 15px;
	padding-right: 15px;	
}

.prod-carousel {
	position: relative;
}

.main_slider.owl-carousel .owl-item img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 0;	
}

.main_slider.owl-carousel .owl-item .item {
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}

.main_slider.owl-carousel .owl-item .desc {
	color: #fff;
}

.main_slider.owl-carousel .owl-item .desc a.btn {
	margin-top: 15px;
	font-weight: normal;
	background: none !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	border-radius: 0;
	color: #fff !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;	
}

.main_slider.owl-carousel .owl-item .desc a.btn:hover,
.main_slider.owl-carousel .owl-item .desc a.btn:focus {
	background: #fff !important;
	color: #000 !important;
}
 
.owl-carousel.owl-nav {
	margin-top: -15px;
	width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0;	
	height: 45px !important;
	width: 45px !important;
	line-height: 44px !important;
	text-align: center;
	font-size: 30px !important;
	border: 1px solid #d8d8d8 !important;
	color: #c3c3c3;
	padding: 0;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 45%;
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;			
}

body .owl-theme .owl-nav .disabled {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
	left: -60px;
} 

.owl-carousel .owl-nav .owl-prev i {
	padding-right: 3px;
}

.owl-carousel .owl-nav .owl-next {
	right: -60px;
}

.owl-carousel .owl-nav .owl-next i {
	padding-left: 3px;
}

.owl-carousel .owl-nav {
	margin: 0;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:hover {
	border-color: #2266cc;
	background-color: #2266cc;
	color: #fff;
}

.owl-carousel.certs-carousel .owl-item img,
.owl-carousel.deklar-carousel .owl-item img {
	border: 1px solid #e0e0e0;
}


.owl-carousel.img-hover-effect .owl-item .item:before {
	content: '';
	position: absolute;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	z-index: 1;
	left: 0;
ÿ ig㰐ؽ  0;
	top: 0;
	bottom: 0;
	background: #000 url('../images/icon-zoom-in.png') no-repeat center center;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;		
}

.owl-carousel.img-hover-effect .owl-item:hover .item:before {
	opacity: 0.5;
	
}

#msCart table {
	border: 1px solid #e0e0e0;
}

#msCart table td.count {
	min-width: 150px;
}

#msCart table td.image img {
	height: 60px;
	margin: 0 auto;	
}

#msCart table td.count input.count-input {
	width: 60px;
	margin-right: 5px;
	padding: 5px 10px;
}

#msCart table td.remove button,
#msCart table td.remove button:hover {
	border: 0;
	background: 0;
	padding: 0;
	margin: 13px 0 0;
}

#msCart table td {
	vertical-align: middle;
}

#msCart table td.title,
#msCart table th.image {
	text-align: left;
}

.count-group .input-count {
	width: 50px;
	text-align: center;
	height: 44px;
	padding: 0px;
	vertical-align: top;
	background: #fff;
    border-radius: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 0 !important;
    border-right: 0 !important;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	box-shadow: none;	
}

.count-group {
	font-size: 0 !important;
}

.count-group .btn {
	width: 24px;
	height: 44px;
	line-height: 43px;
    display: inline-block;
    vertical-align: middle;
	padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    min-width: 0;
    background: #fff !important;
    color: #c6c6c6 !important;
}

#msCart table tr.header .total {
	text-align: center;
}

.count-group div.btn.inc {
	margin-right: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 22px;
	-moz-border-radius-bottomright: 22px;
	border-radius: 0px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;

    border: 1px solid #d8d8d8 !important;
    border-left: 0 !important;
	padding-right: 5px;		
}

.count-group div.btn.dec {
	margin-left: 0px;
	-webkit-border-radius: 22px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 22px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 22px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
    border: 1px solid #d8d8d8 !important;
    border-right: 0 !important;
	padding-left: 5px;		
}

#msCart table tr td.title {
    line-height: 22px;
}

#msCart table tr td.total {
    font-weight: bold;
}

#msCart .table .header th,
#msCart .table .footer th {
	background: #f2f2f2;
	font-weight: 300;
}

#msCart .cart-title {
	padding: 7px 25px;
	margin-bottom: 15px;
	font-size: 14px;
}

#msCart .table td.price,
#msCart .table td.total {
	font-size: 20px;
	white-space: nowrap;
	text-align: center;
}

#msCart .table .title a {
	color: #000;
}

#msCart .table td.remove button span {
	background: url('../images/close.png') no-repeat center center;
	width: 13px;
	height: 13px;
	opacity: 0.6;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	
}

#msCart .table td.remove button:hover span,
#msCart .table td.remove button:focus span {
	background: url('../images/close.png') no-repeat center center;
	opacity: 1;	
}

#msCart .table .footer .total {
	font-weight: normal;
	font-size: 16px;
}

#msCart .table .footer .total .ms2_total_cost {
	padding-left: 15px;
}

#msCart .table .footer .total .ms2_total_cost {
	font-weight: 700;
	font-size: 22px;	
}

#msCart .table .footer .total .ms2_total_currency {
	font-weight: 700;
	font-size: 20px;	
}

#msCart .table .footer .total .ms2_total_count {
	padding-left: 15px;
}

#msCart table td.remove button b {
	display: none;
}

#msOrder {
	overflow: hidden;
	display: block;
}

#msOrder input[type="text"],
.ec-form input[type="text"],
.ec-form textarea {
	background: #f4f4f4;
    border-radius: 0;
    border: 0;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;	
}

body #msOrder .checkbox label {
    display: block;
}
/*
body #msOrder .checkbox input {
    height: 0;
    display: none;
}
*/
body .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 0;
    padding: 0;
    margin-top: 7px;
}

#msOrder textarea {
	background: #f4f4f4;
    border: 0;	
}

#msOrder .checkbox label {
    padding: 0;
}

#msOrder .checkbox label input {
    margin-right: 5px;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	display: block;
}


footer ul li {
	margin-bottom: 5px;		
}

footer {
	font-size: 15px;
	background: #090909;
	color: #fff;
}

footer *,
footer *:hover,
footer *:focus {
	color: #fff;
}

footer .footer-nav {
	border-bottom: 1px solid #202020;
}

footer .logo-desc,
footer h5 {
	color: #fff;
}

.footer-contacts-block img {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;	
}

.footer-phone a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.footer-email a {
	font-size: 15px;
}

.footer-nav ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 0;
	margin-bottom: 0;
}

.footer-nav ul li {
	display: block;
	vertical-align: top;
	font-size: 14px;	
}

.footer-nav ul li a {
	padding: 10px 0 1px;
	color: #a4a4a4;
	border-bottom: 1px solid #505050;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
	text-decoration: none;
	border-color: #a4a4a4;	
}

.footer-info a {
	text-decoration: none;;
}

.modal-window input[type="text"] {
	border-radius: 25px;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 0px 20px 3px;
	font-size: 16px;
}

.modal-window h3 {
	font-weight: normal;
	margin-bottom: 20px;
}

.modal-window .btn {
	border-radius: 25px;
}

.miniCart-title {
	font-weight: 500;
	color: #000;
	text-align: none;
}

.miniCart-title:hover,
.miniCart-title:focus {
	text-decoration: none;
}

.owl-carousel-flex .owl-stage{display: flex;}
.owl-carousel-flex .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.owl-carousel-flex .item .inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


#vendors .owl-carousel .item img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#minimal {
	padding: 20px 25px 10px;
	margin-bottom: 30px;
}

#minimal .title {
	margin-bottom: 15px;
}

#minimal .title h3 {
	font-weight: normal;
}

#minimal .title h3 b {
	font-weight: 500;
}

#minimal input {
	border-radius: 22px;	
}

#minimal input[type='text'] {
	padding-left: 30px;
	background: #f4f4f4;
}

#special .item {
	background: #2266cc;		
}

#special .item h5 a {
	color: #000;
}

body .ug-gallery-wrapper .ug-slider-wrapper {
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
}

body .ug-thumbs-strip {
	top: 0 !important;
}

.params label {
	font-weight: normal;
}

.params .form-group {
    background: url(/assets/images/dots.png) repeat-x bottom center;
    overflow: hidden;
    margin-bottom: 10px;
}

.params .form-group label {
    background: #fff;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-right: 10px;
    text-transform: none;
    font-size: 16px;
}

.params .form-group div {
    background: #fff;
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 16px;
}

#msProduct .form-horizontal .params {
	color: #424242;
}

#msProduct .form-horizontal .params p {
	margin-bottom: 0;
}

#msProduct .form-horizontal .params table {
	width: 100%;
}

#msProduct .form-horizontal .params table td {
	padding: 3px 0;
}

#msProduct .form-horizontal .params label {
	text-align: left;
	font-size: 16px;
}

#msProduct .form-horizontal .params .form-group {
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #d8d8d8;
}

#msProduct .form-horizontal .params .form-group > div,
#msProduct .form-horizontal .params .form-group > label {
	padding-left: 0;
	padding-right: 0;
	font-weight: 300;	
}

.about-img {
	margin: 0 30px 0px 0;
	max-width: 100%;
}

.negative-list {
	list-style-type: none;
	padding: 0;	
}

.negative-list li {
	padding-left: 27px;
	background: url('../images/icon-close.png') no-repeat 0 2px;
}

.mse2_pagination {
	margin-bottom: 30px;
}
/*
.body-content {
	margin-bottom: 30px;
}
*/
body #mse2_sort button > .sort:after {
    margin-left: 5px;
    font-family: 'FontAwesome';
}

body #mse2_sort button > .sort.asc:after {
    content: "\f160";
}

body #mse2_sort button > .sort.desc:after {
    content: "\f161";
}

.subcat {
	list-style-type: none;
	list-style-position: inside;
}

.subcat li a {
	font-size: 18px;
}


header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 100;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;    
}

.page-main header.fixed {
	background: #E2E8F1;
}

.page-main header .logo-desc,
.page-main header,
.page-main header a,
.page-main .navbar-nav .nav-link.active,
.page-main .navbar-nav .nav-link.show {
	color: #fff;	
}

.page-main .navbar-nav .dropdown-item {
	color: #000;	
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background: #f8f9fa;
}

.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:hover {
    text-decoration: none;
}

.main_slider .item {
	height: 750px;
	position: relative;

}

.main_slider .item * {
	color: #fff;
}

.slide-overlay {
    height: 100%;
    background: #2F3339;
    opacity: 0.6;
    width: 100%;
}

.main_slider .item .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 1;
	padding-top: 100px;		
} 

header .navbar-nav {
	padding: 15px 0;
}

.page-main header .navbar-nav > li > a {
	color: #fff;
}


.page-main header.fixed .logo-desc,
header.fixed a,
header.fixed .navbar-nav > li > a {
	color: #000;	
}


.page-main header .logo {
	display: none;	
}

header .logo-w {
	display: none;	
}

.page-main header .logo-w {
	display: block;	
}

.page-main header.fixed .logo {
	display: block;	
}

.page-main header.fixed .logo-w {
	display: none;	
}

.page-main header.fixed .header-phone,
.header-phone {
	background: url(../images/phone.svg) no-repeat 0 2px;
}

.page-main .header-phone {
	background: url(../images/phone-w.svg) no-repeat 0 2px;
}

.navbar-toggler {
	padding: 0 3px;
	border-radius: 0;
	font-size: 18px;
	border-color: #2266cc;
}

.page-main header.fixed .navbar-toggler-icon,
.navbar-toggler-icon {
	background-image: url('../images/bar.svg');
}

.page-main .navbar-toggler {
	border-color: #fff;
}

.page-main header.fixed .navbar-toggler {
	border-color: #2266cc;
}

.page-main .navbar-toggler-icon {
	background-image: url('../images/bar-w.svg');
}

/*Geo--------------------------------------------------*/
#content_geo{
  position:relative;
  margin: 0 20px 140px;
  width:970px;
}
.sity_name{
	position:relative;
	display: block;
    float: left;
    width: 150px;
	z-index:10;
	cursor:pointer; 
	font-size:15px; 
	color:#000000;
	padding:0 0 0 40px;
}
.sity_name0 {
  display:none;
}
.sity_name:hover{
	color:#C32328 !important;
}
.geo_box{
	position:absolute; 
}
.geo_sity{
	cursor:pointer; 
	/* text-transform:uppercase;  */
	font-size:11px; 
	z-index:2; 
	position:relative; 
	color:#000000;
}
.geo_sity0 {
	-cursor:pointer; 
	text-transform:uppercase;
	font-size:11px; 
	z-index:2; 
	position:relative; 
	color:#000000;
}
.geo_punct{
	position:relative;
	/* width:4px;
	height:4px;  */
}
.geo_sity_name{
  color:#880000;
  position:relative;
  text-shadow: 0 0 4px white;
  font-size: 11px;
  font-family: Arial Narrow !important;
  text-shadow: 0 0 1px white,0 0 2px white,0 0 3px white,0 0 4px white,0 0 5px white,0 0 6px white;
}
.geo_sity_name:hover {
  font-weight:bold;
}
.geo_sity_name0 {
  color:#000000;
  position:relative;
  text-transform: uppercase;
}
.geo_text{
  position:relative; 
  width:332px; 
  height:161px; 
  top:-119px; 
  display:none; 
  z-index:4;
  background-image:url('../images/balloon.jpg');
}
.geo_text div{
	width:172px;
	float:right; 
	font-size:11px; 
	padding-top:6px;
}
.close_geo{
	cursor:pointer; 
	right:5px; 
	top:5px; 
	position:absolute;
}
.geo_img{
	width: auto !important;
	height:90px !important;
	border:1px solid #ffffff;
}
.geo_img0{
  display:none; 
}
.geo_text div p > a {
	color:#000000; 
	text-decoration:none; 
	font-size:10px; 
	display: block; 
	float:left;
}
.geo_text div p  a img{
	display:block; 
	float:right; 
	padding-left:5px; 
	padding-top:1px;
}
.capital_city{
	display:none;
}
#content_str p{
	clear:both;
}
/*Geo end--------------------------------------------------*/

table ul {
	list-style-type: none;
	padding-left: 0;
}

.main-preim i {
	font-size: 44px;
	font-style: normal;
	font-weight: 900;
}

.main-preim i.myicon {
	font-size: 56px;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/*
.fotorama__stage,
.fotorama__stage .fotorama__img {
	max-height: 400px !important;
	width: auto !important;
}
*/
.social .item {
	text-decoration: none;
}

.social .item svg {
	width: 30px;
	height: 30px;
	display: block;	
}

#rating .item img {
	height: 40px;
	width: auto !important;
	margin-right: 15px;
}

#rating .item {
	font-weight: bold;
	text-decoration: none;
}



.popup {
	position: fixed;
	left: 15px;
    right: 15px;
	z-index: 60;
	transition: all .3s ease;
}

.popup-cookie {
	bottom: -200px;
}

.popup.is-open {
	bottom: 0px;
}

.popup .popup__body {
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 0 0;
	margin: 0 auto;
	font-size: 12px;
}

.popup__body, .popup__wrap {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (min-width: 1200px) {
	.popup .popup__body {
		width: 1100px;
	}	
}

@media (min-width: 992px) {
    .popup .popup__wrap {
        flex-direction: row;
        align-items: center !important;
    }
    
    .popup .popup-desc {
    	margin-right: 30px;
    }
    
    .contacts-col-1 {
    	padding-right: 60px;
    }
    
}


@media (min-width: 1500px) {
	.container {
	    max-width: 1400px !important;
	}
    
    #content_geo {
        left: 200px;
    }   
}

@media (min-width: 1700px) {
	.container {
	    max-width: 1500px !important;
	}
}

@media screen and (min-width: 1200px) {

			    
	#rating .item img {
		height: 20px;   
	}
		    
	.main_slider .item {
		height: 550px;
	} 

	.main_slider .text-1 {
		font-size: 32px;
		font-weight: 900;
	}
	
	.main_slider .text-2 {	
		font-size: 38px;
		font-weight: 900;
		margin: 10px 0;	
	}
	
	.main_slider .text-3 {	
		font-size: 22px;
	}	

	.categories .item img {
		height: 170px;
	}

	.categories .item {
		min-height: 240px;
	}	
}


@media screen and (max-width: 1199px) {

	
	.main_slider.owl-carousel .owl-item .desc .text-3 {
		font-weight: 500;
		font-size: 14px;	
	}	
	
}


@media (max-width: 1199px) and (min-width: 992px) {
			    
	#rating .item img {
		height: 25px;   
	} 
	    
    .products .item .prod-info .count-group {
        width: 100%;
        margin-top: 10px;
    }
	
	.categories .item {
	    min-height: 190px;
	    text-align: center;
	}
	
	.categories .item img {
		max-height: 80px;
		width: auto;
	}
}

@media (min-width: 992px) {

.navbar-nav > li > a {
	padding: 15px !important;
}

.navbar-brand {
	width: 250px;
}

.products.prod-carousel {
	margin-left: 0;
	margin-right: 0;
}

#vendors .owl-carousel .item img {
	max-height: 50px;
}

header.fixed {
	position: fixed;
	top: 0;
	z-index: 98;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


	.about-img {
		float: left;
	}

	#msProduct .count-group {
		padding-left: 0;
	}

	#msProduct .form-horizontal .params .form-group > label {
		margin-bottom: 0;
	}

	.modal-window .form-group {
		padding-left: 30px;
		padding-right: 30px;	
	}

	.modal-window {
	    width: 600px;
	}

	.top-nav ul > li > a {
	    padding-left: 20px;
	    padding-right: 20px;
	}

    .top-nav .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}			
}

@media (min-width: 992px) and (max-width: 1200px) {

	footer .logo-holder img {
		width: 100px;
	}	

	.products .item .prod-info .price-block,
	.products .item .prod-info .order-block {
		width: 100%;
		margin-top: 15px;
	}

	.products .item .prod-info .price-block {
		margin-top: 0;
		margin-bottom: 5px;
		text-align: center;
	}
			
	.main_slider.owl-carousel .owl-item .desc .btn {
		padding-top: 5px;
		padding-bottom: 5px;	
	}
		
	.top-nav ul > li > a {
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 13px;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {	
	.logo-desc {
		font-size: 10px;
	}
	
	.header-phone a {
		font-size: 16px;
	}
	
	header .logo-holder img{
		width: 150px;
	}
		
	#msMiniCart {
	    font-size: 14px !important;
	}
}


@media (max-width: 991px) {

	.navbar-nav > li > a {
		padding: 5px 15px !important;
	}

	.main_slider .item .desc {
	    padding-top: 0px;
	}

	.navbar-brand {
		width: 180px;
	}
	
	.navbar-collapse {
		background: #E2E8F1;
		margin-top: 10px;
	}

	header .navbar-nav > li {
		padding: 5px 15px;	
	}

	.page-main .navbar-collapse ul li a{
		color: #000;	
	}

	.about-img {
		float: none;
		margin: 0 0 30px;
	}
	
	footer .footer-nav ul {
		text-align: center;
	}
	
	footer .footer-nav ul li {
		width: auto;
		margin: 0 15px 10px;
	}
	
	footer .footer-nav ul li a {
		font-size: 12px;
	}
	
	#catalog .nav {
		display: none;
	}

	#catalog  {
		text-align: left;
	}

	#catalog .nav.open {
		display: block;
	}
	
	.logo img {
		margin: 0 auto;
	}	
	
	#catalog ul.nav > li > ul {
		padding-left: 0;
	}
	
	#msCart .table .header th {
		font-size: 13px;
		line-height: 16px;
	}

}

@media (max-width: 991px) and (min-width: 767px) {

	.categories .item {
	    min-height: 190px;
	    text-align: center;
	}
	
	.categories .item img {
		max-height: 80px;
		width: auto;
	}


	.categories > div:nth-child(3n+1) {
		clear: both;
	}
	
	.footer-contacts-block img {
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
		float: left;	
	}
	
	.footer-phone,
	.footer-email {
		display: inline-block;
		vertical-align: top;
		float: left;
	}	

	.top-nav ul > li > a {
	    padding-left: 8px;
	    padding-right: 8px;
	    font-size: 12px;
	}
	
}

@media (max-width: 767px) {

    h1, .h1 {
        font-size: 24px;
    }
    
    h2, .h2 {
        font-size: 22px;
    }
    
    h3, .h3 {
        font-size: 20px;
    }

    .main-preim i.myicon {
        font-size: 32px;
    }
    
    .main-preim i {
        font-size: 30px;
    }

	.categories .item {
	    min-height: 190px;
	    text-align: center;
	}
	
	.categories .item img {
		max-height: 100px;
		width: auto;
	}
	    
    .prod-buy {
		text-align: center;
	}

	.navbar-nav > li > a {
	    padding: 7px 10px;
	}

	.content div.title,
	section div.title {
		text-align: center;
	}

	.main_slider.owl-carousel .owl-item img {
		display: none;
	}

	.products .item .prod-info .price-block,
	.products .item .prod-info .order-block {
		width: 100%;
	}


    .header-phone a:hover,
	.header-phone a:focus,
	.header-email a:hover,
	.header-email a:focus {
		color: #fff;
	}
	
	.header-phone a {
		font-size: 13px;
	}

	.header-phone-block {
		position: fixed;
		top: 0;
		left: 15px;
		z-index: 1001;
		text-align: left;
		width: 150px;		
	}
	
	.header-pricelist-block a.btn.btn-bordered {
		position: fixed;
		top: 10px;
		left: 170px;
		z-index: 1001;
		text-align: left;
		background: #2266cc !important;
		text-align: center;
		padding: 5px 20px;
		line-height: 13px;
		border: 2px solid #000 !important;		
	}

	.header-pricelist-block a.btn.btn-bordered:hover,
	.header-pricelist-block a.btn.btn-bordered:focus {
		border: 2px solid #fff !important;	
	}

	header .header-phones li {
		display: inline-block;
		vertical-align: middle;
	}
	
	header .header-phones {
		margin-bottom: 0;
	}

	header li.header-phone {
		margin-top: 11px;
		margin-bottom: 0;
		font-size: 14px;
	}

	header li.header-email a {
		font-size: 13px;
		font-weight: 300;
	}
	
	header .header-phone-block > img {
		margin-top: 10px;
		margin-right: 5px;
	}

    header .header-phone-block .header-btn {
		margin-left: 20px;
		margin-top: 7px !important;
		margin-bottom: 0;
	}

	header .header-phone-block .header-btn a.btn {
		background: #fff !important;
		color: #2266cc !important;
	}
	
	header .header-phone-block ul {
		display: block;	
	}
	
	header .wrapper {
		padding: 0 0 15px;
	}
	
	header .logo-desc span {
		display: none;
	}

	.content div.title h1,
	section div.title h3 {
	    padding: 0;
	 }
	 
	 .content div.title:before,
	 section div.title:before {
	 	display: none;
	 }
	 
	.vendors .item {
		text-align: center;
	}
	
	.vendors .item img {
		margin-left: auto;
		margin-right: auto;
	}

	.header-cart-block {
		display: none;
	}

	.header-cart-block.open {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: #2266cc;
		padding-top: 80px;
		color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	}
	
	.header-cart-block.open #msMiniCart {
		color: #fff;
	}

	html body {
		background: #fff;
	}

	footer {
		text-align: center;
	}

	#msCart table,
	#msCart table tr,
	#msCart table td,
	#msCart table th {
		display: block;
	}

	#msCart table td.remove {
		text-align: center;
	}
	
	#msCart table tr.header {
		display: none;
	}

	#msCart table tr.footer .total {
		border: 2px solid #2266cc;
		text-align: center;
	}

	#msCart table td.image {
		width: 40%;
		float: left;	
	}
	
	#msCart table td.title {
		width: 60%;
		float: left;
	}

	#msCart table td.price {
		width: 40%;
		float: left;	
	}
	
	#msCart table td.count {
		width: 60%;
		float: left;
	}
	
	#msCart table td.price,
	#msCart table td.total {
		clear: both;	
	}
	
	#msCart table td.price span:after,
	#msCart table td.total span:after {
		display: inline;
		content: 'руб.';
	}

	#msCart table td.total span:before {
		display: inline;
		content: 'Всего: ';
		font-weight: 400;
	}

	#msCart table td.remove button span {
		margin-top: 2px;
		margin-right: 5px;
	}

	#msCart table td.remove button b {
		display: inline-block;
		vertical-align: top;
		font-weight: 400;
		color: #2266cc;
	}
	
	#msProduct .count-group,
	.price-block {
		text-align: center;
	}
	
	.prod-table > .prod-row .tpa-btn .prod-btn {
		text-align: center;
		padding: 5px 0;
	}

}

@media (max-width: 570px) {

	header .header-btn {
		display: none !important;
	} 
	
	.fancy-close span {
		display: none;
	}

}

@media (max-width: 500px) {

	#cartModal .fancy-close span {
		display: none;
	}
	
	.footer-nav ul li {
    	display: block;
		text-align: left;	
	}
	
	header .logo-desc {
		font-size: 9px;
		line-height: 14px;
	}
	
	.header-pricelist-block a.btn.btn-bordered {
		left: 150px;	
	}
}
