body {
	color: #272323;
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background:  rgb(249, 249, 252);
}
@media(max-width: 767px){
	body{
		color: #333;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 14px;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
}
/* default font size */
.fa {
	font-size: 14px;
}
a:focus, a:active{
	border: none;
	outline: none;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 —  75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.product-thumb .image{
	position: relative;
}
.product-thumb .image .stick_upc{
	position: absolute;
	right: 0px;
	top: 20px;
	background-color: red;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}
.wrap-prod-page-block .thumbnails{
	position: relative;
}
.wrap-prod-page-block .stick_upc{
	position: absolute;
	right: 0px;
	top: 20px;
	background-color: red;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}
#information-sitemap a{
	color: #272323;
	text-decoration: underline;
}
form input[type=text]{
	padding: 15px !important; 
	height: 45px !important; 
	border: 1px solid #C6C6C6 !important; 
	font-size: 11px !important; 
	color: #838383 !important; 
	border-radius: 0px !important; 
}
.modal-body form input[type=text]{
	width: 100%;
	margin-bottom: 10px;
}
.modal-body {
  clear: both;
  overflow: hidden;
}
body form textarea{
	padding: 15px !important; 
	border: 1px solid #C6C6C6 !important; 
	font-size: 11px !important; 
	color: #838383 !important; 
	border-radius: 0px !important; 
}
legend {
  font-size: 22px !important;
  padding: 7px 0px !important;
  border-bottom: none !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
#information-contact h3{
	font-size: 22px !important;
	font-weight: 600 !important;
	margin-bottom: 40px !important;
}
#information-contact ul.list-unstyled a{
	color: #272323;
	display: flex;
	align-items: center;
	width: 100%;
}
#information-contact ul.list-unstyled .material-icons{
	margin-right: 10px;
}
#information-contact ul.list-unstyled li{
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.wrap-down-link-oborud{
	margin: 30px 0px 10px 0px;
}
#information-contact ul.list-unstyled li a span{
	margin-right: 10px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
	font-weight: 700;
	margin: 20px 0;
}
h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 20px 0;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
	color: #cd4449;
	cursor: pointer;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background: rgb(249, 249, 252);
	border-bottom: none;
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #ffd62c;
  color: #272323;
  box-shadow: none;
  border: none;
  outline: none;

}
.modal-content {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.modal-content .circle-1 {
  width: 32.75rem;
  height: 32.75rem;
  top: 30%;
  right: -25%;
  z-index: 0;
}
.wrapdescbotblock{
	position: relative;
}
.wrapdescbotblock:before{
	content: "";
	top: 0;
	right: 0px;
	width: 30px;
	height: 30px;
	background: #f2f5f8;
	position: absolute;
	opacity: 0.7;
}
.modal-content  .circle {
  border-color: rgba(225, 227, 236, 0.20);
  }
.modal-body button{
	margin-top: 10px;
}
.modal-header{
	border: none;
}
.modal-header h4{
	padding-left: 15px;
	font-weight: 600;
	padding-top: 10px;
	font-size: 16px;
}
body .modal-footer {
  padding: 10px;
  }
.modal-footer{
	clear: both;
	border: none;
}
#top .btn-link, #top-links li, #top-links a {
	color: #272323;
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.wrapcat-dop{
	background-color: #ebebeb;
}
.category-list-block{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.itemcat-list{
	padding: 10px;
}
.itemcat-list a img{
	max-width: 80px;
}
.itemcat-list a:hover span{
	text-decoration: underline;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	border: 1px solid #fff !important;
	border-radius: 0px;
}
#search{
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	margin-top: 3px;
}
#top-links ul{
	margin-bottom: 0px;
}
#top-links.pull-right a{
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
}
#top-links .material-icons{
	font-size: 18px;
}
#top-links ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#top-links.pull-right .callme{
	margin-left: 15px;
	font-weight: 400;
	background: #fccb00;
	color: #272323;
	display: inline-block;
	border-radius: 4px;
	padding: 3px 10px;
}
#top-links.pull-right .callme:hover{
	background-color: #ffd62c;
	color: #272323;
}
#top-links.pull-left li{
	margin-right: 10px;
}
#top-links.pull-left li a{

}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
header{
	display: none;
}
#content{
	margin-top: 30px;
}
.prodrowblock{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.viewbtn{
	margin: 5px 0px;
	text-align: right;
}
.viewbtn a{
	background: #f2f6f9;
	display: inline-block;
	border-radius: 4px;
	padding: 7px 12px;
	color: #272323;
	}
.viewbtn a:hover{
	background-color: #ffd62c;
	color: #272323;
}	
.wrapbootprodblock{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	padding: 0 15px;
}
.pagination-block{
	background: #f2f6f9;
	border: solid 1px #e8e8e8;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	margin: 20px 0 30px 0;
	border-radius: 4px;
}
.cena{
	padding-right: 5px;
	color: #838383;
}
.cena > span{
	white-space: nowrap;
	color: #000;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: none;
}
.pagination > li{
	padding: 10px 0;
	border: none
}
.pagination > li:last-child a{
	border: none;
}
.pagination > li:first-child span{
	border-right: 1px solid #d7e0e7;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 0 15px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #272323;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-right: 1px solid #d7e0e7;
  border-radius: 0px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #272323;
  cursor: default;
  background-color: transparent;
  border-color: #d7e0e7;
}
.product-thumb .caption a{
	color: #272323;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #ffd62c;
  background-color: transparent;
  border-color: #ddd;
}
.wrapmenublock{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.wrap-top-menu{
	background-color: #fff;
	padding: 20px 0px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	box-shadow: 0 2px 8px rgba(0,0,0,.02);
	width: 100%
}
.product-layout{
	border: solid 1px #e5e5e5;
	margin-right: -1px;
	margin-bottom: -1px;
	background: #fff;
	padding-bottom: 80px;
	position: relative;
}
.product-layout:hover{
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	border: 1px solid #fff;
	position: relative;
	z-index: 2;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	margin-bottom: 0px;
}
#menu .nav > li > a {
	color: #838383;
	text-shadow: none;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-weight: 600;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
	color: #272323;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px) {
	body .wrap-block-preim .zag-preim {
  font-size: 16px;
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
.product-thumb .caption > p{
	display: none;
}
.product-thumb .caption  > .row{
	display: flex;
	flex-wrap: wrap;
}
.product-thumb .caption  > .row > .col-md-6{
	font-size: 12px;
}
.product-thumb h4 {
  margin-bottom: 10px;
  padding: 0px;
  min-height: 35px;
}
/* footer */
footer {
	padding-top: 50px;
	background-color: #1C1F2D;
	position: relative;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
footer h5:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30%;
	height: 1px;
	background-color: rgb(249, 249, 252);
}
footer li{
	padding-bottom: 10px;
}
footer li a{
	color: #DEE0DD;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
footer li a:hover{
	color: #fff;
}
footer .col-sm-3{
	margin-bottom: 30px;
}
footer .panel-bottom{
	position: absolute;
	top: -80px;
	z-index: 10;

}
footer .maittext{
	color: #fff;
	font-weight: 600;
	line-height: 1.7;
}
footer .worktext{
	color: #fff;
	line-height: 1.7;
	margin-left: 20px;
	margin-right: 20px;
}
footer .wrap-link-btn-boot-panel a{
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
}
footer .wrap-link-btn-boot-panel a:hover{
	background-color: #ffd62c;
	color: #272323;
}
.lmailtext a{
	display: flex;
	align-items: center;
	color: #fff;
}
footer .panel-bottom .wrap-panel-bottom{
	background: #2D303E;
	box-shadow: 0 0 36px 29px rgba(28,24,24,.22);
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer .panel-bottom .logobot img{
	max-width: 100px;
}
footer .panel-bottom .logobot{
	margin: 10px 20px;
	display: flex;
	align-items: center;
}
footer .panel-bottom .logobot .text-logo-bot{
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #1C1F2D;
	color: #DEE0DD;
}
.wrap-link-btn-boot-panel{
	margin-left: 20px;
	margin-right: 20px;
}
.corp{
	background: #2D303E;
	padding: 10px;
	font-size: 80%;
}
.corp a{
	color: #ccc;
}
.sheensay_fixed {
   position: fixed !important;
   top: 0 !important;
   box-shadow: 0 0 36px 0 rgba(39,27,24,.1);
   z-index: 99;
   }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.wrapbred{
	background: #f2f5f8;
	padding: 10px 0px;
	border-bottom: solid 1px #e8e8e8;
	border-top: solid 1px #e8e8e8;
}
.itemcat-list{
	width: 140px;
	text-align: center;
	line-height: 1.2;
}
.itemcat-list a{
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #272323;
}
.itemcat-list a span{
	font-size: 12px;
}
.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
    padding-left: 20px;
	position: relative;
	white-space: nowrap;
	padding-left: 3px;
}
.breadcrumb > li a, .breadcrumb > li span{
  color: #a4acae;
}
.breadcrumb > li:last-child a, .breadcrumb > li:last-child span{
  color: #555;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
  content: '/';
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  color: #a4acae;
}
.breadcrumb > li:last-child:after{
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	text-shadow: none;
	background-color: #fccb00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-color: #1f90bb #1f90bb #145e7a;
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
	font-weight: 600;
}
.btn-primary {
	text-shadow: none;
	background-color: #fccb00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-color: #1f90bb #1f90bb #145e7a;
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
	font-weight: 600;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffd62c;
	color: #272323;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ffd62c !important;
  color: #272323 !important;
  border: none !important;
  outline: none !important;
}
.circle {
  display: block;
  border-style: solid;
  border-color: rgba(225, 227, 236, 0.35);
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.btn-default:hover {
  background-color: #ffd62c;
  color: #272323;
}
#search input{
	  outline: none;
	  box-shadow: none;
	  border: 1px solid #fff;
	  border-radius: 0px;
}
.btn-warning {
	text-shadow: none;
	background-color: #fccb00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-color: #1f90bb #1f90bb #145e7a;
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
	font-weight: 600;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #ffd62c;
	color: #272323;
}
.btn-danger {
	text-shadow: none;
	background-color: #fccb00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-color: #1f90bb #1f90bb #145e7a;
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
	font-weight: 600;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #ffd62c;
	color: #272323;
}
.btn-success {
	text-shadow: none;
	background-color: #fccb00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-color: #1f90bb #1f90bb #145e7a;
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
	font-weight: 600;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #ffd62c;
	color: #272323;
}
.btn-info {
	text-shadow: none;
	background-color: #fccb00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-color: #1f90bb #1f90bb #145e7a;
	background: #fccb00;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
	font-weight: 600;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #ffd62c;
	color: #272323;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: none;
	margin-bottom: 0;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	min-height: auto;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	display: none;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional{
	margin-bottom: 20px;
}
.image-additional a {
	padding: 20px;
	display: block;
	background: #fff;
    box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 0px;
}
.image-additional a:before{
	content: "";
	background-color: #efefef;
	width: 20px;
	height: 20px;
	left: 0px;
	bottom:  0px;
	position: absolute;
}
.image-additional a:hover:before{
	background-color: #ffd62c;
}
.thumbnails {
  padding: 0 10px;
  position: relative;
}
.main-page-desc-item{
	background-color: #1C1F2D;
	display: flex;
	flex-wrap: wrap;
	color: #DEE0DD;
	position: relative;
}
.main-page-desc-item .text-one, .main-page-desc-item .text-two{
	padding: 60px 30px;
}
.main-page-desc-item .text-one h2, .main-page-desc-item .text-two h2{
	color: #DEE0DD;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.wr-main-text-btn{
	margin: 40px 0 15px 0;
	z-index: 1;
	position: relative;
}
.wr-main-text-btn a{
	background: #f2f5f8;
}
.main-page-desc-item .text-one h2:after, .main-page-desc-item .text-two h2:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 1px;
	background: #fccb00;
}
.main-page-desc-item .text-item-desc{
	text-align: left;
	line-height: 1.7;
	font-size: 16px;
	margin: 30px 0px;
	color: #DEE0DD;
	z-index: 1;
	position: relative;
}
.main-page-desc-item .pict-one{
	background: url(../image/sc3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-page-desc-item .pict-two{
	background: url(../image/sc2.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.main-page-desc-item .text-two{
	position: relative;

}
.main-page-desc-item .text-two:before{
	content: "";
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
	background: #2D303E;
	position: absolute;
}
.main-page-desc-item .text-one{
	position: relative;
}
.main-page-desc-item .text-one:before{
	content: "";
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
	background: #2D303E;
	position: absolute;
}
.main-page-desc{
	overflow: hidden;
}
.sert-block{
	margin: 70px auto 0 auto;
}
.sert-block h2{
margin-bottom: 30px;
}
.swiper-button-prev::after {
  background-image: url("../image/swiper-prev.svg");
}
.swiper-button-next::after {
  background-image: url("../image/swiper-next.svg");
}
.sert-block h2{
	position: relative;
}
/* рука */
.scroll-icon-wrapper {
    display: block;
    padding: 5px;
    color: #aaa;
    text-align: right;
    font-size: 0px;
}
.hand{
  position: absolute;
  top: 10px;
  right: 10px;
}
.hand-scroll-icon{
    -webkit-animation: t754__icon-anim 1.5s infinite;
    animation: t754__icon-anim 1.5s infinite;
}
@-webkit-keyframes t754__icon-anim {
    0% {
      -webkit-transform: translate3d(-20px,0px,0px);
      opacity: 0;
    }
    10% {
      -webkit-transform: translate3d(-20px,0px,0px);
      opacity: 0;
    }
    20% {
      -webkit-transform: translate3d(-20px,0px,0px);
      opacity: 1;
    }
    70% {
      -webkit-transform: translate3d(0px,0px,0px);
      opacity: 1;
    }
    80% {
      -webkit-transform: translate3d(0px,0px,0px);
      opacity: 1;
    }
    81% {
      -webkit-transform: translate3d(0px,0px,0px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate3d(0px,0px,0px);
      opacity: 0;
    }
  }
  @keyframes t754__icon-anim {
    0% {
      transform: translate3d(-20px,0px,0px);
      opacity: 0;
    }
    10% {
      transform: translate3d(-20px,0px,0px);
      opacity: 0;
    }
    20% {
      transform: translate3d(-20px,0px,0px);
      opacity: 1;
    }
    70% {
      transform: translate3d(0px,0px,0px);
      opacity: 1;
    }
    80% {
      transform: translate3d(0px,0px,0px);
      opacity: 1;
    }
    81% {
      transform: translate3d(0px,0px,0px);
      opacity: 0;
    }
    100% {
      transform: translate3d(0px,0px,0px);
      opacity: 0;
    }
  }
  .wrap-block-preim .item-preim{
  	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
  	padding: 40px;
  	height: 100%;
  	position: relative;
  	background: #fff;
  }
  .wrap-block-preim .item-preim::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: rgb(249, 249, 252);
}
  .wrap-block-preim .img-preim span{
  	margin-bottom: 25px;
  	background: #fccb00;
  	border-radius: 100%;
  	padding: 10px;
  	font-size: 30px;
  }
  .wrap-block-preim .zag-preim{
  	  color: #252525;
	  font-size: 16px;
	  font-weight: 700;
	  margin-bottom: 10px;
	  line-height: 1.42;
	  min-height: 46px
  }
  .wrap-block-preim  .text-preim{
  	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
  }
.main-page-desc-item .circle {
  display: block;
  border-style: solid;
  border-color: rgba(225, 227, 236, 0.35);
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.wrbl-pr{
	display: flex;
	flex-wrap: wrap;
}
.wrbl-pr > div{
	margin-bottom: 30px;
}
.main-page-desc-item .circle-1 {
    width: 84.875rem;
	height: 78.125rem;
	top: 18.75rem;
	left: 55rem;
	opacity: 0.5;
}
.main-page-desc-item .circle {
  border-width: 7.5rem;
  border-color: #3B3F4E;
}
.main-page-desc-item .circle-2 {
  width: 59.5rem;
  height: 54.6875rem;
  top: 5rem;
  left: 5rem;
}
.stockstatus{
  position: absolute;
  top: 5px;
}
.vnal{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 7px;
	background: green;
	border-radius: 100%;
}
.nnal{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 7px;
	background: #4040ff;
	border-radius: 100%;
}
.image-additional {
	max-width: 33%;
	width: calc(33% - 20px);
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.wrapleft{
	background: #f2f5f8;
	padding: 15px;
	position: relative;
	z-index: 2;
}
.wrap-search{
	cursor: pointer;
}
.wrap-search:hover span{
	color: #ffd62c;
	cursor: pointer;
}
.wrapleft ul:first-child li{
	padding: 10px;
	text-align: left;
	font-weight: 300;
	font-style: italic;
}
.category-wall {
	margin: 60px 0;
}
.category-wall h2{
	margin-bottom: 30px;
}
.category-wall .itemcat{
	margin-bottom: 30px;
	position: relative;
}
.category-wall .itemcat .category-item:before{
	content: "";
	background-color: #efefef;
	width: 20px;
	height: 20px;
	left: 15px;
	top: 0px;
	position: absolute;
	display: none; 
	opacity: 0.7;
}
.category-wall .itemcat .category-item:after{
	content: "";
	background-color: #efefef;
	width: 30px;
	height: 30px;
	right: 15px;
	bottom: 0px;
	position: absolute;
	opacity: 0.7;
}
.wrap-block-preim{
	position: relative;
	margin-top: 50px;
}
.wrap-block-preim h2{
	margin-bottom: 40px;
}
.wrap-block-preim .container{
	position: relative;
	z-index: 3;
}
.wrap-block-preim:after{
	content: "";
	position: absolute;
	z-index: 1;
	background: #2D303E;
	top: 22%;
	width: 100%;
	height: 60%;
	opacity: 1;

}
@media(min-width: 768px){
	#ocfilter .panel-heading{
		display: none;
	}
	body #ocfilter{
		border: none;
		background-color: #f2f5f8;
		padding: 20px 0;
		margin-bottom: 30px;
	}
	#ocfilter .list-group-item.selected-options{
		width: 100%;
	}
	#ocfilter  .ocfilter-option .ocf-option-values {
	  overflow: visible;
	  width: 100%;
	}
	#ocfilter .list-group-item {
	  flex-flow: 1;
	  flex-shrink: 1;
	  display: flex;
	  flex-wrap: wrap;
	}
	.selected-options .ocfilter-option {
	  background-color: #fff;
	}
	#ocfilter .list-group-item.selected-options {
	    background: #fff;
		padding: 10px;
		margin-top: -20px;
	}
	#ocfilter .list-group-item {
	  border: none;
	  background-color: #f2f5f8;
	}
	#ocfilter  .list-group{
		display: flex;
		flex-wrap: wrap;
	}
	#ocfilter .list-group {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-start;
	}
	.selected-options .ocfilter-option {
	  background-color: #fff !important;
	  font-size: 10px;
	  padding: 4px 5px;
	}
	#ocfilter .btn-default{
		background-color: transparent;
		border: 1px solid #ccc;
		height: 40px;
		line-height: 13px;
		padding: 10px;
		border-radius: 4px;
		box-shadow: none;
	}
	#ocfilter .btn-warning{
		height: 40px;
		line-height: 13px;
		padding: 10px;
		border-radius: 4px;
	}

}
@media(max-width: 767px){
	.ocf-offcanvas .ocfilter-mobile-handle {
	  top: 60% !important;
	}
	.wrap-block-preim:after{
	display: none;
	}
	.wrbl-pr > div {
	  margin-bottom: 15px;
	  width: 100%;
	}
	#ocfilter .btn-default{
		background-color: transparent;
		border: 1px solid #ccc;
		height: 40px;
		line-height: 13px;
		padding: 10px;
		border-radius: 4px;
		box-shadow: none;
	}
	#ocfilter .btn-warning{
		height: 40px;
		line-height: 13px;
		padding: 10px;
		border-radius: 4px;
	}
}
.category-wall .itemcat .category-item:hover:after{
	background-color: #ffd62c;
}
.category-wall .itemcat .category-item:hover:before{
	background-color: #ffd62c;
}
.category-wall .category-item:hover{
	box-shadow: 0px 4px 15px rgba(0, 0, 0, .08);
	z-index: 2;
}
.category-wall .category-item:hover .wrcbtn a{
	background-color: #ffd62c;
	color: #272323;
}
.category-wall .itemcat .category-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: -.5px -.5px 0 .5px #f9f9fc, inset -1px -1px 0 0 #f9f9fc;
	padding: 15px 15px 15px 30px;
	background: #fff;
}
.category-wall .cat-image{
	margin-right: 30px;
	margin-left: 30px;
}
.cat-caption{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 150px;
}
.category-wall .cat-name{
	color: #272323;
	font-size: 18px;
	font-weight: 600;
	}
.category-wall .wrcbtn a{
	background: #f2f5f8;
	color: #272323;
	border-radius: 4px;
	padding: 15px 25px;
}
.category-wall .wrcbtn a:hover{
	background-color: #ffd62c;
	color: #272323;
}
.category-wall .itemcat .category-item img{
	max-width: 230px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.wrap-prod-page-block{
	overflow: hidden;
	clear: both;
	box-shadow: 0 0 20px 0 rgba(51,45,45,.07);
	padding: 60px 30px;
	background: #fff;
	position: relative;

}
.wrap-prod-page-main{
	background-color: #fff;
	position: relative;
}
#product-product{
	position: relative;
	z-index: 2;
}
#product-product h1{
	margin-bottom: 40px;
}
.wrap-prod-page-main:after{
	content: '';
	background: rgb(249, 249, 252);
	top: 30%;
	width: 100%;
	height: 70%;
	position: absolute;
	z-index: 1;
}
.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  }
  .circle {
  display: block;
  border-style: solid;
  border-color: rgba(225, 227, 236, 0.35);
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.circle-1 {
  width: 32.75rem;
  height: 32.75rem;
  top: 83%;
  right: -13.125rem;
  z-index: 0;
}
.circle {
  border-width: 3.75rem;
}
.circle-2 {
  width: 19.875rem;
  height: 19.875rem;
  top: 3.125rem;
  left: 3.125rem;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
footer .material-icons{
	color: #DEE0DD;
	margin-right: 5px;
	font-size: 20px;
}
.searchblock.vissibleclass{
	display: block;
	position: absolute;
	background: transparent;  
	width: 100%;
}
.scwrap{display: none;}
.wrapdescbotblock{
	overflow: hidden;
	clear: both;
	box-shadow: 0 0 20px 0 rgba(51,45,45,.07);
	padding: 30px 15px;
	background: #fff;
	position: relative;
	margin-top: 20px;
	line-height: 1.7;
}
.tablegoda{
	background: #2D303E;
	margin: 30px 0;
	color: #fff;
}
.table-striped.tablegoda > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.2);
  color: #DEE0DD;
  padding: 15px 0px;
}
table.tablegoda  td{
	padding-bottom: 15px !important;
	padding-top: 15px !important;
	color: #DEE0DD;
}
table.tablegoda  td:first-child{
	font-weight: 600;
}
.dilpism{
	margin: 30px 0;
}
.dilpism img{
	float: left;
	margin-right: 15px;
}
.dilpism p{
	margin-top: 15px;
}
#information-information .wrapdescbotblock{
	margin-top: 30px;
}
.btn.btn-primary.grey-btn{
	margin-right: 10px;
	background-color: #000;
	color: #fff;
}
.modal-body textarea{
	width: 100%;
}
.wrap-btnblock-prodpage a{
		margin-bottom: 10px;
	}
.podbor{
	background: url(../image/footerpic.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 60px;
	position: relative;
}
.podbor:after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	z-index: 1;
}
.podbor .inner-podbor{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.podbor .text-podbor{
	font-size: 16px;
	font-weight: 600;
}
.ckeckusl{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 15px;
}
#fpodbor textarea{
	margin-bottom: 30px;
}
#fpodbor label{
	color: #838383
}
.ckeckusl > div{
	margin-right: 15px;
}
.podbor .inner-podbor > div{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #DEE0DD;
}
@media(min-width: 768px){
	.fixt .searchblock.vissibleclass{
		position: fixed;
		top: 89px;
		z-index: 98;
	}
}
@media(max-width: 1200px){
	.logo img{max-width: 110px;}
	}
@media(max-width: 991px){
	#top-links.pull-left{display: none}
	#top-links.pull-right{float: left !important}
	footer .panel-bottom{display: none;}
	.category-wall .itemcat .category-item img {max-width: 100%;}
	.category-wall .cat-image {margin-right: 10px;margin-left: 10px;}
	.cat-caption {min-height: 100px;}
	.category-wall .cat-name {font-size: 16px;}
	.wrap-search {display: none;}
	.navbar-collapse {padding-right: 10px;padding-left: 10px;}
	.logo img {max-width: 90px;}
	body header{
		background: #fff;
		border: none;
		padding: 10px 0;
		display: block;
	}
	#menu .nav > li > a {
  color: #838383;
  text-shadow: none;
  padding: 10px 10px 10px 10px;
  min-height: 15px;
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
}

	}
@media(max-width: 767px){
	h1 {font-size: 24px;font-weight: 700;margin: 10px 0;}
	h2 {font-size: 22px;font-weight: 700;}
	.category-list-block{position: relative;padding-top: 15px;}
	.wrapdescbotblock{margin-top: 20px}
	.scwrap{display: block;position: absolute;top: -5px;right: -10px;}
	#menu .nav > li > a {padding: 10px 15px 10px 15px;font-size: 14px;}

	.main-page-desc-item .text-one{order: 1;padding: 30px;}
	.navbar-collapse {padding-right: 15px;padding-left: 15px;}
	.main-page-desc-item .pict-one{order:2;min-height: 300px;width: 100%;}
	.main-page-desc-item .text-two{order: 3;padding: 30px;}
	.main-page-desc-item .pict-two{order: 4;min-height: 300px;width: 100%;}
	.main-page-desc-item .text-item-desc {text-align: justify;line-height: 1.5;font-size: 14px;margin: 15px 0px;}
	.wr-main-text-btn {margin: 20px 0 15px 0;}
	.sert-block {margin: 30px auto 0 auto;}
	.wrap-block-preim {margin-top: 10px;}
	.map {margin-top: 20px;}
	.category-wall {margin: 20px 0;}
	#product-product .circle{display: none}
	.category-wall .itemcat {margin-bottom: 15px;}
	.wrap-prod-page-block{padding: 30px 15px;}
	.footer .panel-bottom{display: none;}
	.wrap-block-preim .zag-preim {min-height: 30px;}
	.image-additional a {padding: 5px;}
	.image-additional a::before{display: none;}
	.wrap-top-menu {padding: 10px 0px;}
	.logo{width: 90px;float: left;margin-top: 10px;}
	.logo img{max-width: 90px;}
	footer li a {font-size: 13px;}
	footer h5 {font-size: 14px;}
	.wrap-block-preim .item-preim {padding: 20px;}
	#menu {display: block;width: calc(100% - 100px);float: right;}
	.cat-caption {min-height: 120px;}
	.product-thumb .caption > .row > .col-md-6 {width: 50%;}
	.category-wall .cat-image {margin-right: 5px;margin-left: 5px;}
	.category-wall .itemcat .category-item img {max-width: 100%;}
	.navbar-nav {text-align: right;}
	.wrapmenublock {display: block;}
	#product table td{font-size: 12px;}
	.map{max-height: 300px;}
	.ckeckusl > div {margin-right: 0px;width: 100%;}
	.ckeckusl {flex-wrap: wrap;}
	#menu .btn-navbar {
	  font-size: 15px;
	  font-stretch: expanded;
	  color: #FFF;
	  padding: 2px 18px;
	  float: right;
	  background-color: transparent;
	  background-image: none;
	  background-repeat: repeat-x;
	  border-color: transparent;
	  box-shadow: none;
	  color: #272323;
	  background: #fccb00;
	  margin-right: 0px;
	  border-radius: 4px;
	}
	#menu .nav > li > a {
	  color: #272323;
	  text-shadow: none;
	  padding: 10px 0px 10px 0px;
	  min-height: 15px;
	  background-color: transparent;
	  font-weight: 600;
	  text-decoration: underline;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	  color: #272323;
	  background-color: #ffd62c;
	}
	#search .input-lg {
	  height: 30px;
	}
	#search .btn-lg {
	  font-size: 10px;
	  line-height: 8px;
	  padding: 10px 15px;
	  border: 1px solid #fff !important;
	  border-radius: 0px;
	}
	#search .btn-lg {
	  font-size: 10px;
		line-height: 16px;
		padding: 6px 15px;
		border: 1px solid #fff !important;
		border-radius: 0px;
		height: 30px;
	}
}
@media(max-width: 525px){
	.category-list-block {justify-content: flex-start;overflow: scroll;}
	.itemcat-list a span {font-size: 10px;}
	#top-links.pull-right ul li:last-child{display: none;}
	.table-striped.tablegoda{display: none;}
	#top-links.pull-right a {
	  font-weight: 500;
	  display: flex;
	  align-items: center;
	  font-size: 13px;
	}
	.logo img{max-width: 90px}
	.breadcrumb {
	  padding: 3px 0px;
	  margin-bottom: 0px;
	  list-style: none;
	  background-color: transparent;
	  border-radius: 0px;
	  font-size: 12px;
	}
	#menu {
		display: block;
		width: calc(100% - 90px);
	}
	.category-wall .wrcbtn a {padding: 10px 15px;}
	.dilpism p {
	  padding-top: 30px;
	  clear: both;
	  overflow: hidden;
	  display: block;
	}
	.wrap-btnblock-prodpage a{
		margin-bottom: 10px;
	}
}
@media(max-width: 425px){
	.wrap-btnblock-prodpage a{
		width: 100%;
	}
	.wrap-btnblock-prodpage a.grey-btn{
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1300px){
	.container {
	  width: 1270px;
	}
}
@media (min-width: 1400px){
	.container {
	  width: 1370px;
	}
}
@media (min-width: 1500px){
	.container {
	  width: 1470px;
	}
}

