/* ==========================================================================
   FONTS
   ========================================================================== */

   @font-face {
	font-family: 'PT Sans'; 
	src:	url('../fonts/ptsans/PTS75F_W.eot'); 
	src:	local('pt_sansbold'), 
			url('../fonts/ptsans/PTS75F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTS75F_W.woff') format('woff'),
			url('../fonts/ptsans/PTS75F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTS75F_W.svg#pt_sansbold') format('svg');
	font-style: normal;
	font-weight: bold;
	}

@font-face {
	font-family: 'PT Sans'; 
	src:	url('../fonts/ptsans/PTS76F_W.eot'); 
	src:	local('pt_sansbold_italic'), 
			url('../fonts/ptsans/PTS76F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTS76F_W.woff') format('woff'),
			url('../fonts/ptsans/PTS76F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTS76F_W.svg#pt_sansbold_italic') format('svg');
	font-style: italic;
	font-weight: bold;
	}

@font-face {
	font-family: 'PT Sans'; 
	src:	url('../fonts/ptsans/PTS56F_W.eot'); 
	src:	local('pt_sansitalic'), 
			url('../fonts/ptsans/PTS56F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTS56F_W.woff') format('woff'),
			url('../fonts/ptsans/PTS56F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTS56F_W.svg#pt_sansitalic') format('svg');
	font-style: italic;
	font-weight: normal;
	}

@font-face {
	font-family: 'PT Sans'; 
	src:	url('../fonts/ptsans/PTS55F_W.eot'); 
	src:	local('pt_sansregular'), 
			url('../fonts/ptsans/PTS55F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTS55F_W.woff') format('woff'),
			url('../fonts/ptsans/PTS55F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTS55F_W.svg#pt_sansregular') format('svg');
	font-style: normal;
	font-weight: normal;
	}

@font-face {
	font-family: 'PT Sans Caption'; 
	src:	url('../fonts/ptsans/PTC75F_W.eot'); 
	src:	local('pt_sans_captionbold'), 
			url('../fonts/ptsans/PTC75F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTC75F_W.woff') format('woff'),
			url('../fonts/ptsans/PTC75F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTC75F_W.svg#pt_sans_captionbold') format('svg');
	font-style: normal;
	font-weight: bold;
	}

@font-face {
	font-family: 'PT Sans Caption'; 
	src:	url('../fonts/ptsans/PTC55F_W.eot'); 
	src:	local('pt_sans_captionregular'), 
			url('../fonts/ptsans/PTC55F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTC55F_W.woff') format('woff'),
			url('../fonts/ptsans/PTC55F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTC55F_W.svg#pt_sans_captionregular') format('svg');
	font-style: normal;
	font-weight: normal;
	}

@font-face {
	font-family: 'PT Sans Narrow'; 
	src:	url('../fonts/ptsans/PTN77F_W.eot'); 
	src:	local('pt_sans_narrowbold'), 
			url('../fonts/ptsans/PTN77F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTN77F_W.woff') format('woff'),
			url('../fonts/ptsans/PTN77F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTN77F_W.svg#pt_sans_narrowbold') format('svg');
	font-style: normal;
	font-weight: bold;
	}

@font-face {
	font-family: 'PT Sans Narrow'; 
	src:	url('../fonts/ptsans/PTN57F_W.eot'); 
	src:	local('pt_sans_narrowregular'), 
			url('../fonts/ptsans/PTN57F_W.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ptsans/PTN57F_W.woff') format('woff'),
			url('../fonts/ptsans/PTN57F_W.ttf') format('truetype'),
			url('../fonts/ptsans/PTN57F_W.svg#pt_sans_narrowregular') format('svg');
	font-style: normal;
	font-weight: normal;
	}

/* ==========================================================================
   Custom styles
   ========================================================================== */

html {
	height: 100%;	
}

body {
	height: 100%;
	font-size:16px;
	line-height: 1.25;
	color:#000000;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
.prod-order .alert {padding:0;margin: 20px;}
.has-error input {background-color: #ebccd1;}
.modal-dialog {z-index: 9999;}
img{ max-width: 100%;}
p{margin: 0 0 18px;}

a{ text-decoration:none;}
a:hover{ color:#5ba87c;text-decoration:none;}

a:focus, input:focus, button:focus, .btn:focus,
a:active, input:active, button:active, .btn:active,
a:active:focus, input:active:focus, button:active:focus, .btn:active:focus{ outline: none; }

td{ border: 1px solid #cccccc; padding: 7px 30px; }

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container{ width: auto; }

.clear{ display:block; clear:both; height:0;}

h1, .h1{ font-weight: bold;	}
h2, .h2{ font-weight: bold; font-size: 1.875em;	}
h3, .h3{ font-weight: bold; font-size: 1.625em;	}

.header0{ font-size: 2.625em; }
.header1{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 21px;
	margin-bottom: 20.5px;
	}

.header2{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	padding-top: 30px;
	padding-bottom: 20px;
	}

.header3{font-size: 1.25em; line-height:1.25; font-weight: bold;	}

.subtitle1{	font-size: 1.25em;	line-height:1.25; }

.m-tb25{ margin-top: 25px; margin-bottom:25px;}
.m-tb30{ margin-top: 30px; margin-bottom:30px;}
.m-t60{margin-top: 60px;}
.hw1{ margin-top: 0; margin-bottom:28px; margin-left:30px;}
.p-rel{ position: relative; }

.tx.__b{ font-weight: bold; font-size: 1em; }

.bg-lightgreen{ background: #e4f1e4; }
.bg-darkgreen{ background: #d0e6d1; }
.bg-blue{ background: #007eb1; }

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	
	}

.row.no-gutter [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* Header
-----------------------------------------------------------------------------*/
.header { padding: 20px 0; clear: both; }

.breadcrumb {  border-radius: 0;   margin-bottom: 10px;}

.logo{ float:left; margin-right:20px; }
.logo a{ color:#2a4327; }
.logo-img{ float:left; }
.logo-txt{
	display: block;
	float:left;
	padding-top: 20px;
	padding-left: 8px;
	color: #2a4327;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 0.95;
	text-transform: uppercase;
	text-decoration:none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
.lt-lg{letter-spacing: 1.3px;}


.head-info{ float:right; margin: 10px 0; }

.head-phone{
	float:left;
	margin:10px 80px 10px 0;
	background:url(../img/phone-green.png) no-repeat left top;
	padding-left: 30px;
	min-height: 24px;
	font-size: 20px;
	font-weight: bold;
	}
.head-phone a{ 
	color: #000000; 
	text-decoration: none;
	
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	}	
.head-phone a:hover{color:#409668;}
.hp-code{ color: #999999; font-weight: normal; }

.head-addr{
	float:left;
	margin:10px 80px 10px 0;
	padding-left: 40px;
	min-height:32px;
	background:url(../img/head-location.png) no-repeat left top;
	}

.head-addr a{ float:right;font-size: 0.8em; color: #007eb1; line-height:1; text-decoration: underline; }
.head-addr a:hover{ text-decoration: none; }

.head-share{
	margin:10px 0;
	float:left;
	font-size: 0.75em;
	line-height: 1;
	}
.hs-txt{ 
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	float: left;}


.nav-top{
	border: 2px solid #ededed;
	margin: 20px 0 0;
	}

.nav-top ul{
	display:table;
	width:100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.nav-top ul li{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color: #000000;
	font-size: 1em;
	line-height:1;
	font-weight: bold;
	}

.nav-top > ul > li.has-sub:after {
	content: " ";
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-2.5px;
	background-image: url(../img/nav-arrows-sprite.png) ;
	background-repeat:no-repeat;
	background-position: 0 0;
	width:5px;
	height:3px;
	}

.nav-top ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 30px 10px;
	
		-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	}
.nav-top ul li a:hover, .nav-top > ul > li:hover > a, .nav-top > ul > li.active > a{ color:#5ba87c;}	
.nav-top ul li:hover a{	text-decoration:none; }

.nav-top ul li img{ margin-bottom:10px;}

.nav-top ul ul{
	position:absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility:hidden;
	margin-top: -10px;
	z-index: 9999;
	min-width: 200px;
	margin-right:-50px;
	background: #ffffff;	
	 border:1px solid #ECECEC;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.1);
		
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	}

.nav-top ul li:hover > ul{
	opacity: 1;
	visibility:visible;
	margin-top: 0;
	}

.nav-top ul ul li{
	float: none;
	display:block;
	padding-bottom:0;
	text-align:left;
	margin-left: 0;
	font-size:0.85em;
	font-weight: normal;
	}
.nav-top ul ul li:hover {background-color:#5ba87c;}

.nav-top ul ul li.has-sub > a:after {
		content: " ";
		position:absolute;
		right:7px;
		top: 13px;
		background-image: url(../img/nav-arrows-sprite.png) ;
		background-repeat:no-repeat;
		background-position: 0 -3px;
		width:3px;
		height:5px;
	}

.nav-top ul ul li.has-sub > a:hover:after, 
.nav-top ul ul li.has-sub:hover > a:after {background-position: -3px -3px;}
	
.nav-top ul ul li a{
	padding: 10px 20px 10px 15px;
	text-decoration: none;	
	border-bottom:1px solid #eeeeee;
	
	  transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -ms-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  -webkit-transition: 0.15s all ease-out;
	}
.nav-top ul ul li:last-child > a{ border-bottom: none; }	
.nav-top ul ul li a:hover,.nav-top ul ul li:hover > a{ background-color:#5ba87c; color:#ffffff;}

.nav-top ul ul ul{
	position:absolute;
	top: 0;
	left: 100%;
	margin-left:4px;
	min-width: 250px;
	}

.nav-top ul ul ul li{font-size:1em;}
.nav-top ul ul ul li a{ padding-top:7px; padding-bottom:7px;}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 200px;
}

.cm-slide-txt{
	position:absolute;
	z-index:1;
	top:30px;
	left:30px;
	opacity:0;
	text-shadow: 1px 1px 4px black;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
    -webkit-animation-delay: -0.1s; /* Chrome, Safari, Opera */
    animation-delay: -0.1s; 
}

.cm-wrap{ margin-left: -33px; margin-right:-33px; margin-bottom:33px; }
.cm-table{ display:table;table-layout: fixed;  height: 100%;  width: 100%; border-collapse:separate; border-spacing: 33px 0; }
.cm-row{ display: table-row;}
.cm-col{ display: table-cell; vertical-align:top; }
.cm-col.__c1{ width:50%;}
.cm-col.__c2{ width:31%;}
.cm-col.__c3{ width:19%;}

.cm-info{background: #edece6; padding-left: 17px; padding-right: 17px;}
.cm-caption{ margin-left: 15px;}	
.cm-intro{
	font-size: 1.05em;
	max-width:265px;
	margin-bottom:25px;
	}

.cm-wave{
	height: 6px;
	width:100px;
	margin: 20px 0;
	background:url(../img/wave.png) repeat-x;
	}
	
.cm-more{
	display: block;
	float:left;
	clear: both;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	line-height:1;
	text-decoration: none;
	border:2px solid #cfcfcf;
	padding: 8px 25px;
	margin: 20px 0 14px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.cm-more:hover{ text-decoration: none; }
.cm-more.__blue{ background: #dceef5; border-color:#dceef5; }

.cm-txt{font-size: 0.85em; margin-top: 15px;}

.slider2{/*margin-top: -20px; margin-bottom: -20px;*/ margin-top:-15px;}
.sp-item{ background: #f7f7f7; padding: 15px 18px; margin-top: 15px; margin-bottom: 15px;}
.sp-item-content{}

.sp-item a{ display: block;}
.sp-name{
	display:block;
	color: #007eb1;
	font-size: 1.15em;
	line-height: 1;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 5px;
	}

.sp-caption{ font-size: 0.813em; line-height: 1.2; margin-top: 1px;	}

.bxslider{ margin:0;padding:0;}

.marked-ul{ list-style-type: none; margin:0; padding:0; }
.marked-ul li{ display:block; margin-left: 14px; margin-bottom:10px; }
.marked-ul li:before{ 
	content: " "; 
	width: 4px; 
	height: 4px; 
	background-color: #007eb1;
	float:left;
	margin-left: -10px;
	margin-top: 6px;
	}
.marked-ul.__b li{ margin-left: 18px;}	
.marked-ul.__b li:before{ 
	width: 5px; 
	height: 5px; 
	margin-top: 7px;
	margin-left: -14px;
	}

.main-widget{
	padding: 25px 60px;
	border: 2px solid #ededed;
	}

.main-widget-txt p{ margin-top: 30px; margin-bottom: 30px;}

.news-list ul{list-style-type: none; margin:0; padding:0;}
.news-list ul li{ display:block; margin-bottom:20px; clear:both; }	
.ni-date{ float:left; color: #999999; font-size: 0.75em; line-height:1; margin: 4px; }
.ni-info{ margin-left: 38px; }
.ni-title a{ text-decoration:underline; }
.ni-title a:hover{ text-decoration:none; }
.ni-img{ float:left; margin-top: 5px; margin-right: 5px;}
.ni-intro{ font-size: 0.88em; line-height: 1.25; margin-top:2px; }
.all-news{ font-size: 0.9em; text-decoration:underline; margin-left: 30px; }
.all-news:hover{ text-decoration:none; }

.nav-left{margin-top: 25px;}
.nav-left ul{ list-style-type: none; margin:0; padding:0;}
.nav-left ul li{
	display:block;
	color: #007eb1;
	font-size: 1em;
	line-height:1.2;
	font-weight: bold;
	text-transform: uppercase;
	}
.nav-left ul li a{
	display:block;
	padding: 7px 15px;
	color: #007eb1;
	text-decoration:none;
	border-bottom: 2px solid #ededed;
	
	  transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
	}
.nav-left ul li a:hover,
.nav-left ul li.active a{ color: #5ba87c;}

.img-left{ float:left; margin-right: 10px; margin-top: 5px;}

.products{
	text-align:center;
	margin-left: -10px;
	}

.product{
	width:224px;
	height:224px;
	margin: 10px 5px;
	display:inline-block;
	vertical-align: top;
	background:#f7f7f7;
	border:4px solid #5cb4d7;
	text-align:center;
	padding: 20px 10px 15px;
	
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	}
	
.pr-name{
	display:block;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	}	

.pr-center{ margin-top: 20px; margin-bottom: 30px;}

.pr-img{display:block; float:left;}

.pr-info{
	display:block;
	float:left;
	font-size: 0.8em;
	font-weight: 400;
	text-align:left;
	margin-left: 5px;
	}

.pr-more{ font-weight: bold; font-size: 1.125em;}

.products-simple{ text-align:center;}
.products-simple .product{ text-align:left; padding:0; border: 4px solid #f7f7f7; margin: 15px; }
.products-simple .product:hover{ border: 4px solid #5cb4d7; }
.products-simple .product a{ display:block;  padding: 20px 10px 15px; text-decoration: none; }
.products-simple .pr-name{ text-align:left;  color: #007eb1; margin-top: 5px; }
.products-simple .pr-info{ margin-left: 0; float:none; color: #000000;}

.products-wide{ text-align:center; margin-bottom:60px;}
.products-wide .product{ margin: 15px; }

.a-txt1 {
  text-align: center;
  font-size: 2.9em;
  line-height:1;
  padding: 40px 0;
}

.a-txt2{ 
	text-align:center;
	font-size: 1.75em;
	padding: 60px 0;
}

.a-txt3{ 
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	padding: 60px 0 20px;
}

.product-gallery { margin-left: -12px; margin-right: -12px; }
.product-gallery ul{ list-style-type: none; margin:0; padding:0; }
.product-gallery ul li{
	display:block;
	float:left;
	margin: 12px;
	width:295px;
	height:200px;
	overflow:hidden;
	}

.thumb-info{display:none;}

.prod-bg-wrap{
	min-height:476px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	}

.prod-caption{
	float:left;
	margin-top:160px;
	margin-bottom: 30px;
	width:48%;
	}
.prod-title{
	color: #335594;
	font-weight: bold;
	font-size: 5em;
	text-shadow: 0px 0px 5px #ffffff;
	}

.prod-subtitle{
	font-weight: bold;
	font-size: 3em;
	color: #335594;
	text-shadow: 0px 0px 6px #ffffff;
	}
	
.prod-title-shl{
	color: white;
	font-weight: bold;
	font-size: 5em;
	text-shadow: 0px 0px 5px black;
	}

.prod-subtitle-shl{
	font-weight: bold;
	font-size: 3em;
	color: white;
	text-shadow: 0px 0px 6px black;
	}	

.prod-order{
	float:right;
	margin-top:160px;
	margin-right:15px;
	margin-bottom:20px;
	width:48%;
	max-width: 400px;
	background: rgba(255, 0, 0, 0.69);
	text-align:center;
	padding: 10px 35px 25px;
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.6);
	}

.prod-order-title{
	color: #ffffff;
	font-size: 1.8em;
	line-height:1;
	font-weight: bold;
	margin: 10px 0;
	}

.prod-order-subtitle{
	color: #ffffff;
	margin: 10px 0;
	}
	
.prod-order input[type="text"] { color: #000000;font-style: italic; font-size:1em; border-radius:0;  }

.prod-order input::-webkit-input-placeholder {color: #000000;font-style: italic; font-size:1em;	}
.prod-order input:-moz-placeholder {color: #000000;font-style: italic; font-size:1em;	}
.prod-order input:-moz-placeholder {color: #000000;font-style: italic; font-size:1em;	}
.prod-order input:-moz-p {color: #000000;font-style: italic; font-size:1em;	}
.prod-order input:-ms-input-placeholder {color: #000000;font-style: italic; font-size:1em;	}

.prod-order-btn{
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	border:none;
	background:url(../img/order-btn-bg.jpg) no-repeat center;
	background-size: cover;
	padding-left:60px;
	padding-right: 60px;
	}

.prefs{ text-align:center; }
.prefs ul{ list-style-type: none; margin:0; padding:0; }
.prefs ul li{
	display: inline-block;
	vertical-align: middle;
	text-align:center;
	color: #ffffff;
	font-size: 1.7em;
	line-height:1.2;
	font-weight: bold;
	margin-left:2%;
	margin-right:2%;
	margin-top: 50px;
	margin-bottom:50px;
	width: 20%;
	}

.prefs ul li img{ margin-bottom:20px;}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -168px auto 0;
	min-height: 168px;
	position: relative;
	font-size: 0.8em;
	padding: 30px 0 70px;
}

.foot-col{ padding-top: 10px; padding-bottom:10px;}

.foot-col.__c1{ text-align:left;}
.foot-col.__c2{text-align:center;}
.foot-col.__c3{text-align:right;}


/*-----custom code-----*/
.cuswrap {
    float: left;
    width: 49%;
    color: white;
    text-align: center;
}

.cuswrap div img, .cuswrapright div img, .cuswrap div a img, .cuswrapright div a img, .cuswrapcenter div a img, .cuswrapcenter div img {
	border-radius: 15px 15px 0 0;
	width:100%;
	height: 320px;
    object-fit: cover;
}

.custitle{
    background-color: #4fb02c;
    line-height: 35px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 35px;
    font-weight: 700;
    padding:0 3px;
}	

.cuswrapright {
    float: right;
    width: 49%;
    color: white;
    text-align: center;
}

.cuswrapcenter {
    width: 49%;
    text-align: center;
    margin:0 auto;
    color: white;
}

.cusbuttkp {
    width: 320px;
    text-align: center;
    background-color: #fcca01;
    line-height: 38px;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 2px 2px 6px #6c6c6c;
}

.cusbuttkp:hover {
    background-color: #ffe373;
    box-shadow: none;
}

.cusbuttkp a {
    display: block;
    color: black;
    font-weight: 700;
}

.cusbuttkp a:hover {
    color: #640909;
    font-weight: 700;
}

select.reg-select {
    padding: 5px;
    background-color: #fdffe0;
    border-radius: 15px;
    width: 30%;
    border: 2px solid #5baa7d;
}

.infoblock {
    background-image: url(/files/images/infobl.png);
    line-height: 47px;
    padding: 0 45px;
    font-weight: 700;
    background-repeat: no-repeat;
    margin: 0 0 15px;
    font-size: 16px;
    background: linear-gradient(90deg, rgba(252,200,5,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 25px 0 0 25px;
}

.infoblock span:before{
    content:url(/files/images/inf1.png);
    position: relative;
    left: -33px;
    top: 9px;
}

.colorbox img, .colorbox1 img {
    border-radius: 10px;
    box-shadow: 4px 4px 8px #c1c1c1;
    width: 210px;
    height: 130px;
    object-fit: cover;
    margin:10px;
}
.colorbox img:hover, .colorbox1 img:hover {
    box-shadow: 2px 2px 8px #c1c1c1;
}

.di-kovr {
    font-size: 24px;
    width: 49%;
    text-align: center;
    float: right;
}

table tr td img {
    height: auto;
}

.oddgrey {
    background-color: #d0e6d1;
    padding: 20px;
}
.oddwhite {
    background-color: #e4f1e4;
    padding: 20px;
}
/* ==========================================================================
   Responsive styles
   ========================================================================== */
/*-----------------------------max-width-------------------------------*/
@media all and (max-width: 1199px){
	.head-info{ float:left; margin: 20px 0; }
	.cat-row1 .col-lg-10{float:left; width:65%;}
	.cat-row1 .col-lg-6{float:left; width:35%;}
	.cat-row1 .col-lg-4{clear:both;}
	.slider2 { margin-top: 20px; margin-left:-15px; margin-right:-15px; }
	.sp-item{ margin-left: 15px; margin-right: 15px; }
	.prod-caption{ font-size: 0.9em;}
}

@media all and (max-width: 992px){
	.slider1 { margin-bottom: 20px; }	
	.cat-row2 .col-md-4{ float:left; width: 60%; }
	.cat-row2 .col-md-6{ float:left; width: 40%; margin-bottom:30px; }
	.cat-row2 .col-md-6:nth-child(3n){ clear:both; }
	.hw1{ margin-top: 20px; margin-bottom: 15px; }
	.footer { padding: 10px 0 30px; }
	.foot-col.__c2{ text-align:left; }
	.foot-col.__c3{ text-align:left; }
	.prod-caption{ font-size: 0.6em;}
	.infoblock { line-height: 30px;}
}

@media all and (max-width: 768px){
	.mean-nav ul li img, .mean-nav ul li br{ display:none;}
	.cat-row1 .col-lg-10{float:none; width:100%;}
	.cat-row1 .col-lg-6{float:none; width:100%;}
	h1 {font-size:30px;}
	.prod-caption{ width:auto; float: none; margin-top: 40px; font-size: 0.5em; }
	.prod-order{ width:auto; float: none; margin-top: 40px; }
	.prefs ul li{ width:44%; margin-top: 20px; margin-bottom: 20px; font-size: 1.2em; }
	.cuswrap {float: none; width: 100%;}
	.cuswrapright {float: none; width: 100%;}
    .cuswrapcenter {width: 100%;}
    select.reg-select {width:100%;}
    .cuswrap div img, .cuswrapright div img, .cuswrap div a img, .cuswrapright div a img, .cuswrapcenter div a img, .cuswrapcenter div img {height:auto;}
    .infoblock { line-height: 30px;}
    .di-kovr { float:none; width:99%;}
}
@media all and (max-width: 480px){
	.main-widget{ padding-left: 20px; padding-right: 20px; }
	.cat-row2 .col-md-4{ width: auto; float:none;}
	.cat-row2 .col-md-6{ width: auto; float:none;}
	.prefs ul li{ font-size: 1em; }
	.prefs ul li img{ width:50%; }
	.cuswrap {float: none; width: 100%;}
	.cuswrapright {float: none; width: 100%;}
    .cuswrapcenter {width: 100%;}
	h1 {font-size:30px;}
	select.reg-select {width:100%;}
    .cuswrap div img, .cuswrapright div img, .cuswrap div a img, .cuswrapright div a img, .cuswrapcenter div a img, .cuswrapcenter div img {height:auto;}
    .infoblock { line-height: 30px;}
    .di-kovr { float:none; width:99%;}
}

/*-----------------------------min-width-------------------------------*/

@media (min-width: 1340px) {
	.container {  width: 1310px; }
}
