@font-face {
   		font-family: montserrat; /* Гарнитура шрифта */
		/*src: url(/catalog/view/theme/default/stylesheet/comfortaa.ttf); */
		src: url(/catalog/view/theme/default/stylesheet/montserrat.ttf); 
	
			}
@font-face {
   		font-family: montserratsemibold; /* Гарнитура шрифта */
		/*src: url(/catalog/view/theme/default/stylesheet/montserrat.ttf); */
		src: url(/catalog/view/theme/default/stylesheet/montserratsemibold.ttf); 
	
			}

			
@font-face {
   		font-family: robotocondensedregular; /* Гарнитура шрифта */
		src: url(/catalog/view/theme/default/stylesheet/robotocondensedregular.ttf); 
	
			} 
body {
	font-family: robotocondensedregular,clean,sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	line-height: 1em;
background: #F3F7FA;
/*background: url(/catalog/view/theme/default/image/bg-fon1.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;*/

}



h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: montserrat;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
	margin-bottom: 30px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 10px;
}
a {
	color: #339999; 
}
a:hover {
	text-decoration: none;
}
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;
}
#content {padding-left: 0px;
padding-right: 0px;
}
img {max-width: 100%;}
.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;
}
header {background: #fff; font-family: montserrat;}
.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: #339999;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 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;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	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;
}
/* logo */
#logo {
	margin: 10px 0 10px 0;
}
#logo img{ max-height: 60px; }
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* 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%;
}
@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;
}
.heder-kont {display: flex;
flex-direction: row;
justify-content: center; 
align-items: center; 
align-self: center;
justify-content: space-between; 
}
.heder-kont1 {display: flex;
flex-direction: row;
justify-content: center; 
align-items: center; 
align-self: center;
justify-content: space-between; 
padding: 5px 0;
}


@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	/*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
	min-height: 40px;
	border-radius: 0;
	background: #555;
}
#menu .nav > li > a {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 15px 15px;
	min-height: 15px;
	background-color: transparent;
	font-family: montserratsemibold;
	font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li > a.active  {
	background-color: rgba(0, 0, 0, 0.3);
}


#menu .dropdown-menu {
	padding-bottom: 10px;
	min-width: 300px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
	font-family: montserrat;
}
#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-stretch: expanded;
	color: #339999;
	padding: 3px 16px;
	float: right;
	/*background-color: #339999;*/
	border: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	box-shadow: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	/*background-color: #339999;*/
	opacity:0.9;
}


#menu .btn-navbar .fa-bars {
color: #339999;	
	font-size: 18px;
}
#menu .btn-navbar .fa-close {
color: #ffffff;	
font-size: 18px;	
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		min-height: 0;
	}
	#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 */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 0px solid #ddd;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:nth-child(1)>a,
.breadcrumb > li >a,
.breadcrumb > li >span

 {color: #888;}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: block;
	overflow: hidden;
}
.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 {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #339999;
	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: 1px solid #ddd;*/
	margin-bottom: 20px;
	overflow: auto;
	background: #fff;
/*	 display: flex;
    flex-direction: column;
    justify-content: space-around;*/
	border-radius: 20px;
	
}

.product-thumb .image {
	text-align: center;
	height: 350px;
	overflow: hidden;
	
}
.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 {
	
	margin: 0;
	
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 110px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.product-thumb .caption a{ 
font-size: 16px;
color: #444;
line-height: 1.2em;
font-family: montserratsemibold;
 }
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 140px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
	padding: 20px 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 {
	border-top: 1px solid #ddd;
	background-color: #eee;
	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: 100%;
	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;
}


.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
}
#a_img_top {position: fixed;
right: 10px;
bottom: 10px;
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 5px;
box-shadow: none;
text-align: center;
line-height: 40px;
z-index: 100000;
background: rgba(0,0,0,0.7);
color: #fff;
}
#img_top {width: 40px;
height: 40px;}

.product-grid p.descript,

.product-grid .caption p.p_descrip
 {
    display: none;
}
h2.category-title {margin-top: 0;}
.slogan {
   
   /* border-left: 2px solid #fa5858;*/
    text-align: left;
  /*  height: 50px;*/
    display: flex;
      align-items: center; 
	 font-family: montserratsemibold;
	  font-size: 14px;
}

.main-slogan {
    padding: 120px 0;
	background: url(/image/catalog/maket/fon1-2.png) no-repeat;
    background-size: cover;
   
  background-position: top right;
	text-align: center;
	
	
	
}
.main-slogan .container div:nth-child(1) {
	background: rgba(255,255,255,0.9);
	padding: 50px 30px;
	border-radius: 20px;
	
	
}
.main-slogan h1 {
 
    color: #333;
    font-size: 50px;
    z-index: 10;
       font-weight: 700;
    padding: 0px 0 30px 0;
	font-family: montserrat;
	margin: 0;
}

.main-slogan ul {
    padding: 30px 0;
}
.main-slogan ul li {
    font-size: 18px;
    list-style: disc;
    line-height: 24px;
   
}
.main-slogan .btn-lg {
    
    margin: 20px auto;
    
}
.line {
    width: calc(50% - 50px);
    height: 1px;
    background: #b9b3b3;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 30px 0 50px 0;
	float: left;
}
.line-img img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
.main1 {
	background: #F6F7F8;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: auto;
}
.main-content{
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 300px;
}

.main-img {
display: flex;
      align-items: center; 	
	
}
.main-img img {
	max-width: 100%;
	
}
.main-content-top{
display: flex;
      align-items: center; 
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;	
	
}
#menu .navbar-collapse { padding: 0px 0;}
.clearfix {display: block;
float: none;
width: 100%;
height: 1px;
}

.line-img {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin: 0px 0 0px 0;
    float: left;
}

.btn-red {
    background: #fa5858;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    line-height: 30px;
   margin: 5px 0;
    padding: 5px 30px 2px 30px;
	width: max-content;
   
}
.heder-tel {font-size: 20px; font-weight: bold; font-family: montserratsemibold;}
.heder-link-zapros {font-size: 14px; font-family: montserratsemibold;
}
.btn-lg {
	font-size: 16px;
	margin: 20px 0;
	padding: 15px 50px 12px 50px;
	
}
.main-blok2 {
	background: #F3F7FA;
	padding: 50px 0 20px 0;
}
img.blok2-ico {
	width: 50px;
	margin: 0 15px 15px 0;
	
	
}
.item-cont {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
	min-height: 200px;
	display: flex;
     
	flex-direction: column;
	justify-content: space-between;
	
}
.item-cont h3
 {font-weight: bold; color: #fa5858;}
.main-blok3 {
	
	padding: 50px 0;
	
  
	
}



.blok3-item
 {
display: flex;
     
	flex-direction: row;
	justify-content: space-between;	
	
	background: #fff;
	border-radius: 20px;
	padding: 50px 30px; 
	
}

.blok3-item .col-xs-12 {
	display: flex;
     
	flex-direction: column;
	justify-content: space-around; 	
	
}
.main-blok3 h2
 {font-weight: bold;
 font-size: 34px;
 color: #333;
 }
 .main-blok3 .btn-red {
    width: max-content;
}
 .main-blok4 {
	 
	padding: 50px 0;
	/*background: url(/image/catalog/maket/website-main4.jpg) no-repeat;
    background-size: cover;*/
   /* background-attachment: fixed;*/
   background-position: center left;
	text-align: left;
	
 }
 .bg-gray {background: #AFAFAF;
 padding: 50px 30px;
 border-radius: 20px;
 display: block;
 overflow: hidden;
 
 }
 
 
 
 
 .main-blok4 h3
 {font-weight: bold;
 font-size: 34px;
 color: #fff;
 margin-bottom: 50px;
 }
.item-cont-mini {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
	min-height: 50px;
	display: flex;
     align-items: center; 
	flex-direction: column;
	justify-content: space-around;
	
}
.slide-uslugi{
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.slide-uslugi a.img-bg {
    display: block;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide-uslugi span{
padding: 20px 0 15px 0;
display: block;

	}
.owl-carousel.mainuslugi .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    height: 0;
}
#carousel0 .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    height: 0;
}
.owl-carousel.mainuslugi .owl-nav button.owl-prev, 
.owl-carousel.mainuslugi .owl-nav button.owl-next,
#carousel0 .owl-nav button.owl-prev, 
#carousel0 .owl-nav button.owl-next
 {
    width: 40px;
    height: 100px;
    min-height: 30px;
    /* border-radius: 50%; */
    background: #339999;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    z-index: 3;
    font-size: 16px;
	border-radius: 3px;
	opacity: 0.8;
}
.owl-carousel.mainuslugi .owl-nav button.owl-prev:hover, 
.owl-carousel.mainuslugi .owl-nav button.owl-next:hover,
#carousel0 .owl-nav button.owl-prev:hover, 
#carousel0 .owl-nav button.owl-next:hover{
	opacity: 1;
	
}



.owl-carousel.mainuslugi .owl-nav button.owl-prev,
#carousel0 .owl-nav button.owl-prev {
    float: left;
    margin-left: -15px;
}
.owl-carousel.mainuslugi .owl-nav button.owl-next,
#carousel0 .owl-nav button.owl-next {
    float: right;
    margin-right: -15px;
}
.mainuslugi h4 {
display: flex;
     align-items: center; 
	flex-direction: column;
	justify-content: space-around;
margin-bottom: 0;	
font-weight: bold;
margin: 0;
padding: 20px 0 10px 0;
	
}
.mainuslugi h4 a{color: #fa5858; }
#zapros a.btn-red{
	margin: 15px 0;
	width: 100%;
	
}

#zapros .bg-blue {background:#339999 ;
padding: 50px 30px; 
display: block;
	overflow: hidden;
	border-radius: 20px;
}


.main-blok5 {
	padding: 50px 0;
	
	text-align: left;
	
		
}
.main-blok5 .container{

	display: flex;
   	flex-direction: row;
	justify-content: space-between;	
	
	
}


.main-blok5 img {max-width: 100%;}
.main-blok5 .col-xs-12 {
	display: flex;
     
	flex-direction: column;
	justify-content: space-around; 	
	
}
.main-blok5 .btn-red {
	width: max-content;
	
}
.main-blok5 h2
 {font-weight: bold;
 font-size: 34px;
 color: #333;
 }
 .main-blok6 {
	padding: 50px 0;
	background: #F3F7FA;
	text-align: left;
		
}
.main-blok6 h2

 {font-weight: bold;
 font-size: 34px;
 color: #333;
 margin-top: 0;
 }
 
 .main-blok6 .container .row:nth-child(2) {
	 
	 display: flex;
   	flex-direction: row;
	justify-content: space-between;	
	 margin-top: 30px;
	 }
	 .main-blok6 .container .row:nth-child(2) .col-xs-12 {
	display: flex;
     
	flex-direction: column;
	justify-content: space-between; 	
	
}
 .main-blok6 .item-cont {
  
    height: 100%;
	justify-content: flex-start;  
}
#hot-price {
	padding: 50px 0;
	background: #F3F7FA;
	text-align: center;
	
}
#hot-price h2

 {font-weight: bold;
 font-size: 34px;
 color: #333;
 margin-bottom: 50px;
 margin-top: 0;
 text-align: left;
 }
 
 #hot-price .container .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
	margin-bottom:20px;
}
#hot-price .inner,
#hot-price .col-lg-4
 {
    min-height: 100%;
}
#hot-price .inner,
#hot-price .col-lg-4 {
    margin: 0;
    border-radius: 20px;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#hot-price .inner{
	margin-bottom: 20px;

}

.news-main {
    padding: 50px 0;
    
    
}
.page-title.red-title {
	color: #fa5858;
	
}
/*.nav.navbar-nav li:nth-child(4) {
	background: #339999;
}*/
.category-description {margin: 50px 0;}

.main-blok9 h2,
.main-blok2 h2

 {
   margin-top: 0;
    font-size: 34px;
    color: #333;
	margin-bottom: 50px;
}
 .main-blok9 {
	padding: 50px 0;
	display: flex;
	
	text-align: left;
		
}
.main-blok9 .item-cont h3 {
    color: #fa5858;
	margin-bottom: 10px;
}
.main-blok9 .item-cont {
    
    border: 1px dashed #e1e1e1;
}
.main-blok9 .container .row:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
.main-blok9 .item-cont {
    height: 100%;
}
#recall{
padding: 50px 0;	
/*background: url(/image/catalog/maket/fon2.jpg) no-repeat;
    background-size: cover;
  
   background-position: center center;	*/
}

#recall .blok-bg {
   
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
	display: block;
	overflow: hidden;
}
.main-blok10 {padding: 50px 0;	text-align: center;}

.main-blok10 h3 {
    font-weight: bold;
    font-size: 34px;
    color: #333;
    margin-bottom: 50px;
	margin-top: 0;
	text-align: left;
}
.main-blok10 .slide-uslugi a.img-bg {
    display: block;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.info-list {padding: 0px 20px 50px 20px; }
.list-group-item .checkbox {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.list-group-item input[type=checkbox] {display: none;}
.list-group-item span {padding: 5px 15px;
	margin: 0 15px 15px 0;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 5px;
	}
.list-group-item input:checked + span {
    background: #fc0;
	
   }


.list-group-item .checkbox label, .radio label {
  padding-left: 0px;
}

.btn-green {
    background: #339999;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    line-height: 30px;
    margin: 5px 0;
    padding: 5px 30px 2px 30px;
}
.btn-gray {
    background: #ccc;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    line-height: 30px;
    margin: 5px 0;
    padding: 5px 30px 2px 30px;
}

.panel-footer.filter-footer {
    padding: 10px 0px;
    background-color: #fff;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	border: 0px !important;
}
.panel-filter .list-group-item {
      border: 0px !important;
	  padding: 0;
}
.panel-filter {
     margin: 30px 0 50px 0;
	 border: 0;
	 padding: 10px 20px;
	 border-radius: 20px;
	 box-shadow: none;
}
.panel-filter .list-group {
	
	border: 0px !important;
	
}
.panel-filter label {
    font-size: 16px;
   
}
#zapros a.btn-red {
	font-size: 18px;
	text-transform: none;
	padding: 7px 15px;
	
}
.modal-content {
	text-align: center;
}
.modal-body {
	display: block;
	overflow: hidden;
	
}
.has-warning .form-control,
.form-group .form-control
 {
    border-color: #339999;
   
}
.has-warning .input-group-addon {
    color: #339999;
    background-color: #F3F7FA;
    border-color: #339999;
}
.modal-body input[type="text"],
.modal-body input[type="tel"],
.modal-body textarea
 {font-size: 14px;}

.modal-footer .btn-default {
	color: #fff;
	text-shadow: none;
	background-color: #339999;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #339999;
	box-shadow: none;
}
.content-block {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	overflow: hidden;
	
}
.thumbnail {
   
   border: 0px solid #ddd; 
   
}
.nav-tabs {display: none;}

.product-open-order {
    position: absolute;
    top: 15px;
    right: 30px;
    background: #fa5858;
    border: #fa5858;
    color: #fff;
    padding: 8px 10px;
    opacity: 0;
    border-radius: 3px;
    width: 50px;
    height: 50px;
}
.product-thumb:hover .product-open-order {
	opacity: 1;
	
}
.paginations {
	padding: 15px 0;
	margin: 30px 0;
	
}
.news-stat{
	padding: 15px 0;
	margin: 50px 0 0 0;
	display: block;
	width:100%;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}
.image-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.image-bg a{ 
width: 100%;
height: 250px;
}
.main-blok52 h2 {
    font-weight: bold;
    font-size: 34px;
    color: #333;
    margin-top: 0;
}
.main-blok52 {
    padding: 50px 0;
    
    text-align: left;
}
.main-blok52 .container .row:nth-child(2) {
   
    margin-top: 30px;
}
.main-blok52 .container .row:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.main-blok52 .item-cont {
    height: 100%;
	justify-content: flex-start;  
}
.main-blok52 .item-cont .btn{
    width: 200px;
}
#product .btn-lg {
    margin: 20px 0;
   
}


@media (max-width: 767px) {
.main-blok9 .container .row:nth-child(2),
.main-blok6 .container .row:nth-child(2),
#hot-price .container .row ,
.heder-kont  ,
.blok3-item ,
.main-blok5 .col-xs-12,
.main-blok9 ,
.main-blok6 .container .row:nth-child(2) .col-xs-12 ,
.main-blok52 .container .row:nth-child(3)  ,

.item-cont  
 {
    display: block;
	overflow: hidden;
}
#logo img {
    max-height: inherit;
}

.main-slogan h1 {
font-size: 24px;}
.main-slogan h3 {
font-size: 14px; font-weight: normal;}

.main-blok5 h2,
.main-blok3 h2,
.main-blok4 h3,  
.main-blok52 h2  
 {
   
    font-size: 22px;
    
}
.main-slogan {
    padding: 10px 0;
    background-position: top center;
   
}
.main-slogan .container div:nth-child(1) {
    background: rgba(255,255,255,0.8);
    padding: 30px 20px;
   
}


.btn-red {
    max-width: 100%;
}
.main-blok4,
.blok3-item,
.main-blok5 
 {
    padding: 0px 0;
   
}
.main-blok4  .bg-gray
 
 {
     padding: 20px 0px;
   
}
.btn-lg {
font-size: 14px; width: 100%;}
#recall,
#zapros {
    padding: 0px 0;
}
.main-blok6 h2,
#hot-price h2 ,
.main-blok9 h2,
 .main-blok2 h2

 {
       font-size: 30px;
    
}
.heder-kont1 {
   
    width: 100%;
    text-align: center;
    margin: 0px auto 10px auto;
    display: block;
}
.heder-kont1 i {
	margin-right: 15px;
	font-size: 24px;
	
}
.slogan {
   display: block;
   text-align: right;
}
#menu .menu-mobile {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.9);
	padding: 20px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	
}
#menu .menu-mobile .btn-red {width: 100%;}

.content-block {
   margin-bottom: 30px;
   padding: 20px 10px;
}
#list-function h4,
#list-function .info-list .mini-pad li.price   
 {writing-mode: vertical-rl; width: auto;}
#list-function .info-list li span {
    font-size: 0.8em;
   
}
#list-function .info-list .mini-pad li {
   
    padding: 10px 10px 10px 10px;
    
}
ul.spisok_li {
   
    padding-left: 0;
}
.blok-recall p.slide-text {
   
    max-width: 350px;
    
}
.blok-recall {
   padding: 0px;
   height: 500px;
}
#recall .blok-bg {
    padding: 0;
   
}
}

@media (min-width: 768px) and (max-width: 991px){
.heder-kont {
    display: block;
}
.heder-kont1 {
	display: block;
	width: 100%;
	
}
.heder-kont1 i {
	margin-right: 15px;
	font-size: 24px;
	
}
.item-cont {
   
    height: 340px;
}
.main-blok9 .container .row:nth-child(2),
.main-blok6 .container .row:nth-child(2),
#hot-price .container .row ,
.heder-kont  ,
.blok3-item ,
.main-blok5 .col-xs-12,
.main-blok9 ,
.main-blok6 .container .row:nth-child(2) .col-xs-12 ,
.item-cont  
 {
    display: block;
	overflow: hidden;
}
.main-blok6 .item-cont {
   
    height: 220px;
}
.news-main .row .product-layout:nth-child(3) {display: none;}
.product-grid .product-thumb .caption {
    min-height: 100px;
    padding: 0 10px;
}
#list-function h4.red {
    
font-size: 0.8em;}
.news-thumb .image {
        height: 200px;
    
}
.main-slogan {
    padding: 20px 0;
    background-position: top center;
   
}
.main-slogan .container div:nth-child(1) {
    background: rgba(255,255,255,0.7);
   
}
.blok-recall p.slide-text {
   
    max-width: 500px;
    
}
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.item-cont h3 {
   font-size: 18px;
}
}
@media (min-width: 1200px){
	
	.news-thumb .image {
       height: 250px;
  
}
}