* {
	box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	margin: 0;
	height: 100%;
}

body {
	height: 100%;
    font-size: 14px;
	font-family: 'Marmelad', 'Fugaz One', cursive;
    color: #333;
	line-height: 18px;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
	background: url("../images/site-bg.jpg") repeat-x left top fixed;
	background-size: cover;
}

header, nav, section, article, aside, figure, footer {
   display: block;
}

/* tags */

a {
	color: #519909;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0 0 14px 0;
	margin: 0;
}

ul, ol {
	padding: 0 0 14px 30px;
	margin: 0;
}

img {
	display: block;
	border: none;
}

/* end tags */

/* titles */

h1 {
	font-size: 72px;
	line-height: 66px;
	padding: 0;
	color: #519909;
	margin: 0;
	font-family: 'Fugaz One', cursive;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 0 0 13px;
	margin: 0;
	color: #519909;
	font-family: 'Fugaz One', cursive;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	padding: 0 0 14px;
	margin: 0;
	color: #519909;
	font-family: 'Fugaz One', cursive;
}

h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	padding: 0 0 15px;
	margin: 0;
	color: #519909;
	font-family: 'Fugaz One', cursive;
}

/* end titles */

/* global class */

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.wrapper {

}

.inner-block {
	width: 1000px;
	margin: auto;
}

/* global class */

/*header section*/

.header-section {
	position: relative;
	padding: 15px 0 0;
}

.top-head-line {
	padding: 15px 0;
}

.top-head-line .inner-block {

}

.bottom-head-line .inner-block {
	padding: 15px 20px 20px;
	position: relative;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	background: url("../images/site-bg2.jpg") no-repeat center -3px;
	background-size: cover;
}

.header-section .head-right-side {

}

.header-section .head-right-side .row {
	padding: 13px 0 0 0;
}

.header-section_dark-block {
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	line-height: 30px;
}

.header-section_dark-block span {
	padding: 0 15px;
	margin: 0 0 0 15px;
	text-transform: uppercase;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border-left: 1px solid rgba(0,0,0,0.5);
}

.header-section_dark-block span:first-child {
	border: none;
	padding: 0;
	margin: 0;
}

.header-section_logo-block {
	width: 340px;
	color: #fff;
	z-index: 2;
	position: relative;
	top: 5px;
}

.header-section_logo-block .mail {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.header-section_logo-block h1 a {
	display: inline-block;
	text-transform: none;
	font-size: 46px;
	line-height: 44px;
	color: #519909;
	text-decoration: none;
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-o-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.header-section_logo-block h1 a span {
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
}

.head-right-side {
	width: 440px;
	height: 115px;
	text-align: right;
}

.header-section_description {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	position: relative;
	bottom: 7px;
	color: #B2B2B2;
	text-align: center;
}

.header-section_menu {
	width: 610px;
	padding: 35px 0 0 0;
	position: relative;
}

.header-section_menu ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.header-section_menu ul li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #519909;
}

.header-section_menu ul li:last-child {
	padding: 0 0 0 20px;
}

.header-section_menu ul li:first-child {
	border: none;
}

.header-section_menu ul li a {
	display: inline-block;
	font-size: 16px;
	z-index: 1;
	position: relative;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-o-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.header-section_menu ul li a:hover {
	color: #C6EA7F;
}

.search {
	height: 30px;
	width: 240px;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	background: #fff;
}

.search input[type="text"] {
	float: left;
	width: 185px;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	font-family: 'Marmelad', sans-serif;
	color: #565656;
	border: none;
	background: none;
}

.search button {
	float: right;
	width: 55px;
	height: 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	font-family: 'Marmelad', sans-serif;
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	background: #519909;
} 

.search button:hover {
	color: #333;
	background: #C6EA7F;
}

.header-section_basket {
	display: inline-block;
	position: relative;
	padding: 0 0 10px;
}

.header-section_basket a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}

.header-section_basket a:hover {
	text-decoration: underline;
}

.header-section_basket a span {
	display: block;
}

.header-section_basket .title {
	display: block;
	color: #565656;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 5px;
	font-family: 'Fugaz One', cursive;
}

.product-small-section_button a {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	font-size: 15px;
	text-decoration: none;
	line-height: 40px;
	color: #fff;
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	background: #3B7507;
}

.product-small-section_button a:hover {
	color: #333;
	background: #EFE75E;
}

/*end header section*/

.news {
	width: 690px;
}

.news figure {
	width: 250px;
	margin: 0;
	float: left;
}

.news figure img {
	width: 100%;
	display: block;
}

.news .info {
	margin: -5px 0 0 270px;
}

.white-box {
	padding: 20px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: #fff;
}

/*content section*/

.content-section {

}

/* slider */
.slider {
	margin: 0 0 30px 0;
	position: relative;
}

.slider li {
	position: relative;
}

.slider li h2 {
	width: 550px;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	text-transform: none;
	position: absolute;
	top:160px; left: 30px;
	-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	-o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.slider li:nth-child(2) h2 {
	width: 330px;
	color: #3B7507;
	text-align: left;
	top: 120px; left: 20px;
}

.slider ul {
	padding: 0;
	margin: 0;
}

.slider img {
	display: block;
}

.bx-pager-item {
	display: inline-block;
	padding: 0 10px 0 0;
}


.bx-controls {
	display: none;
}
/* end slider */

.special-offers {
	width: 290px;
	height: 390px;
	margin: 20px 0 0 0;
	background-size: 290px 388px;
}

.special-offers-box {
	height: 122px;
	padding: 25px 30px;
	font-size: 23px;
	line-height: 24px;
	color: #fff;
}

.content-section_left-column {
	padding: 0 0 25px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.content-section_left-column .left-column {
	width: 250px;
	padding: 0 20px 0 0;
	border-right: 1px solid #ccc;
}

.content-section_left-column_menu {
	margin: 0 0 15px;
}

.content-section_left-column_menu h3,
.content-section_right-column .title-line {
	font-size: 24px;
	text-transform: none;
	color: #565656;
}

.banner {
	padding: 0 0 10px;
}

.banner.special {
	margin: 0 0 0 -20px;
}

.banner img {
	width: 100%;
}

.content-section_left-column_menu.special {

}

.content-section_left-column_menu.special h3 {

}

.content-section_left-column_menu.special .product-small-section {
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #F6F6F3;
	border-left: none;
}

.content-section_left-column_menu.special .product-small-section h3 {
	padding-bottom: 10px;
	background: none;
	height: auto;
	min-height: 0;
}

.content-section_left-column_menu.special .product-small-section_description {
	padding: 10px 0;
}

.content-section_left-column_menu h3 {
	text-align: left;
	padding: 0 0 15px;
}

.content-section_left-column_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-section_left-column_menu ul li {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	background: url("../images/li-bg.png") no-repeat left 3px;
	background-size: 10px;
}

.content-section_left-column_menu ul li:first-child {
	margin: 0;
}

.content-section_left-column_menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
}

.content-section_left-column_menu ul li a:hover {
	text-decoration: underline;
}

.content-section_right-column {

}

.content-section_right-column > h2 {
	padding: 0 0 24px;
}

.product-line {
	position: relative;
}

.gray-box .title-line {
	height: 56px;
	color: #696B67;
	font-size: 24px;
	line-height: 54px;
	background: #ECEDE4;
}

.content-section_right-column .gray-box {
	margin: 0 -15px;
}

.inner-block.gray-box {

}

/*end content section*/

/*product small section*/

.product-small-section {
	height: 435px;
	padding: 0 15px;
	margin: 0 0 30px;
	width: 194px;
	border-left: 1px solid #F6F6F3;
}

.product-small-section h3 {
	font-size: 19px;
	line-height: 22px;
	text-transform: none;
}

.product-small-section:first-child,
.product-small-section:nth-child(4) {
	border: none;
}

.product-small-section_image {
	position: relative;
}

.product-small-section_image img {
	width: 100%;
}

.product-small-section_text {
	padding: 20px 0 0;
	font-size: 14px;
}

.product-small-section_text h3 {
	min-height: 55px;
	padding: 5px 0 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #4BAE4F;
	text-transform: none;
}

.product-small-section_description {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 15px;
}

.product-small-section_button a {

}

.product-small-section_price {
	padding: 0 0 5px 0;
	font-size: 24px;
	color: #3B7507;
	letter-spacing: -1px;
}

.product-small-section_price span {
	font-size: 16px;
	color: #ccc;
	letter-spacing: 0;
	font-weight: normal;
	text-decoration: line-through;
	margin: 0 0 0 5px;
}

/*end product small section*/

/*product full section*/

.product-full-section_image {
	width: 260px;
	padding: 2px;
	margin: 0 0 21px;
	border: 1px solid #ccc;
	background: #fff;
}

.product-full-section_image img {
	width: 100%;
}

.product-full-section_info {
	width: 675px;
	padding: 9px 0 0 0;
}

.product-full-section {

}

.product-full-section_info h2 {
	font-size: 22px;
	padding: 0 0 9px;
}

.product-full-section_info h4 {
	color: #999;
	padding: 0 0 16px;
	border-bottom: 1px dashed #ccc;
}

.product-full-section_info_price {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 18px 0 0 0;
}

.product-full-section_info_price span {
	color: #519909;
}

.product-full-section_info_price_old {
	font-size: 16px;
	color: #999 !important;
	text-decoration: line-through;
}

.product-full-section_info_quantity {
	padding: 10px 0 20px 0;
}

.product-full-section_info_quantity span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.product-full-section_info_quantity_minus,
.product-full-section_info_quantity_plus {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	background: #fafafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	background: -ms-linear-gradient(#fafafa, #eeeeee);
	background: -o-linear-gradient(#fafafa, #eeeeee);
	background: linear-gradient(#fafafa, #eeeeee);
}

.product-full-section_info_quantity_minus:hover,
.product-full-section_info_quantity_plus:hover {
	color: #454545;
	background: #eee;
}

.product-full-section_info_quantity_input {
	width: 50px;
	height: 30px;
	display: block;

	font-size: 14px;
	font-family: 'Marmelad', sans-serif;
	line-height: 28px;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.product-full-section_info_button {
	height: 50px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
	border: 1px solid #ccc;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	background: #fafafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	background: -ms-linear-gradient(#fafafa, #eeeeee);
	background: -o-linear-gradient(#fafafa, #eeeeee);
	background: linear-gradient(#fafafa, #eeeeee);
}

.product-full-section_info_button:hover {
	color: #454545;
	background: #eee;
}

/*end product full section*/

/*checkout basket*/

.checkout-basket {
	padding: 5px 0 0;
}

.checkout-basket .description {
	width: 480px;
}

.checkout-basket .price,
.checkout-basket .quantity,
.checkout-basket .total {
	width: 150px;
	text-align: center;
}

.checkout-basket .top {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #757575;
}

.checkout-basket .product {
	padding: 0 0 15px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #cccccc;
}

.checkout-basket .product .image {
	width: 108px;
	padding: 3px;
	margin: 0 20px 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.checkout-basket .product h4 {
	padding: 15px 0 4px;
}

.checkout-basket .product h4 a {

}

.checkout-basket .product .remove {
	font-size: 13px;
	color: #999;
	text-decoration: none;
}

.checkout-basket .product .remove:hover {
	color: #666;
	text-decoration: underline;
}

.checkout-basket .product .price {
	font-size: 18px;
	line-height: 110px;
}

.checkout-basket .product .total {
	font-size: 24px;
	line-height: 110px;
}

.checkout-basket .product .quantity {
	padding: 38px 0 0 0;
}

.checkout-basket .product .quantityspan {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.checkout-basket .product .quantity .quantity-minus,
.checkout-basket .product .quantity .quantity-plus {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	background: #fff;
}

.checkout-basket .product .quantity .quantity-minus:hover,
.checkout-basket .product .quantity .quantity-plus:hover {
	color: #454545;
	background: #eee;
}

.checkout-basket .product .quantity input {
	width: 50px;
	height: 30px;
	display: block;
	float: left;
	font-size: 14px;
	font-family: 'Marmelad', sans-serif;
	line-height: 28px;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

.checkout-basket .bottom {
	color: #0D1927;
	padding: 10px 0 0 0;
	position: relative;
	top: -1px;
	border-top: 2px solid #757575;
}

.checkout-basket .bottom .total-text {
	width: 150px;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}

.checkout-basket .bottom .total-summ {
	width: 150px;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}

.checkout-basket .bottom #main_form_subtotal,
.checkout-basket .bottom #main_form_taxes {
	width: 150px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}

.checkout-basket .bottom .subtotal-text,
.checkout-basket .bottom .taxes-text {
	width: 150px;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}


/*end checkout basket*/

/*checkout form*/

.checkout-form h3 {
	padding: 22px 0 17px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}

.checkout-form .line {
	padding: 0 0 10px;
}

.checkout-form .line label {
	width: 160px;
	height: 34px;
	display: block;
	float: left;
	line-height: 35px;
	font-size: 13px;
}

.checkout-form .line input[type="text"],
.checkout-form .line select {
	width: 300px;
	height: 34px;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Marmelad', sans-serif;
	color: #454545;
	outline: none;
	vertical-align: middle;
	padding: 4px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fff;
}

.checkout-form .line.error input[type="text"],
.checkout-form .line.error select {
	border: 1px solid #b30813;
}

.checkout-form .error-text {
	height: 34px;
	float: left;
	font-size: 12px;
	color: #b30813;
	line-height: 34px;
	padding: 0 0 0 20px;
}

.checkout-form .line.radio-checkbox.bottom {
	padding: 0 0 22px 0;
}

.checkout-form .line.radio-checkbox label {
	width: auto;
	height: auto;
	display: inline;
	line-height: normal;
	float: none;
}

.checkout-form .cards {
	padding: 0 0 20px 0;
}

.checkout-form .cards img {
	float: left;
	margin: 0 10px 0 0;
}

.checkout-form .cards .text {
	font-size: 12px;
	color: #757575;
	line-height: 36px;
}

.checkout-form .line .select {
	width: 145px;
	float: left;
	margin: 0 10px 0 0;
}

.checkout-form .line .select select {
	width: 100%;
}

.checkout-form input[type="submit"] {
	width: 500px;
	height: 80px;
	display: inline-block;
	font-size: 24px;
	font-family: 'Marmelad', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 0 0;
	border: none;
	padding: 0 15px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-o-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	background: #519909;
}

.checkout-form input[type="submit"]:hover {
	background: #333;
}

/*end checkout form*/

/*footer section*/

.footer-section {
	position: relative;
	padding: 20px 0 0;
}

.footer-section .inner-block {

}

.footer-section_links {

}

.footer-section_links a {
	margin: 0 20px 0 0;
}

.right-footer-side {
	text-align: right;
}

.footer-section p {
	padding: 0 0 20px;
}

.footer-section_links a {
	color: #3B7507;
}

.footer-section_icons {

}

.footer-section_icons img {
	height: 30px;
	display: inline-block;
}

.top-footer-line {
	padding: 0 0 10px;
}

.copyrights {
	padding: 15px 0 20px;
	position: relative;
}

/*end footer section*/