.featuresColumn {float: left; width: 100%; margin-right: 0%;}
p {
	font-size: 14px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEEECC;
	margin:0;
	padding:0;
	color: black;
}
h1 {
	font-size: 18px;
	color: #990000;	
}
#head{
	font-size: 14px;
	line-height: 18px;
	border-top: 15px solid #372e31;
	background-color: white;
}

#head .header-top {
	padding: 10px 20px;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	#head .header-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

#head .header-logo {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	color: black
}

#head .header-logo span {
	color: #f10301;
}

#head .header-slogan {
	font-size: 16px;
	line-height: 18px;
}
@media screen and (min-width: 768px) {
	#head .header-slogan {
		text-align: left;
	}
}

#head .header-address {

}
@media screen and (max-width: 767px) {
	#head .header-address {
		display: none;
	}
}

#head .header-right {

}
@media screen and (max-width: 767px) {
	#head .header-right {
		margin-top: 20px;
	}
	#head .header-right br {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#head .header-right {
		text-align: right;
	}
}

#head .header-callme {
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #136356;
}
@media screen and (max-width: 767px) {
	#head .header-callme {
		margin: 0 20px;
		text-decoration: none;
	}
}
@media screen and (min-width: 768px) {
	#head .header-callme {
		border-bottom: 1px dashed #136356;
	}
}

#head .header-callme:hover {
	border-color: transparent;
}

#head .header-phone {
	margin-top: 5px;
	display: inline-block;
	font-size: 25px;
	line-height: 30px;
	text-decoration: none;
	color: black;
}

#head .header-address {
	margin-top: 5px;
	font-size: 15px;
	line-height: 20px;
}

#head .header-callme span,
#head .header-phone span {

}
@media screen and (max-width: 767px) {
	#head .header-callme span,
	#head .header-phone span {
		display: none;
	}
}

#head .menu-trigger {
	text-decoration: none;
}

#head .menu-trigger svg,
#head .header-callme svg,
#head .header-phone svg {
	width: 30px;
	height: 30px;
	fill: #990000;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	#head .menu-trigger,
	#head .header-callme svg,
	#head .header-phone svg {
		display: none;
	}
}

#head .header-bottom {
	padding: 20px 0;
	height: 70px;
}
@media screen and (max-width: 767px) {
	#head .header-bottom {
		display: none;
	}
}

#wrapper{
	margin: 0 auto;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
}
#menu {
	font-size: 14px; 
	color:#FFFFFF;
	font-weight: bold;
}
@media screen and (max-width: 959px) {
	#menu {
		display: none;
	}
}
#menu ul{
	margin: 0;
	padding:0;
	display: flex;
	list-style: none;
}
#menu li{
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bg.jpg) center;
	background-size: cover;
}
#menu a {
	padding: 15px 20px;
	box-sizing: border-box;
	flex: 0 0 100%;
	font-size: 14px;
	line-height: 14px;
	color:#FFFFFF;	
}
#menu a:hover {
	text-decoration: none;
}
#content {
	background:url(../images/bg1.jpg);
}
@media screen and (min-width: 768px) {
	#content {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}
#left {
	padding: 10px 0;
	box-sizing: border-box;
	flex: 0 0 220px;
	font-size: 14px; 
	color: #006600; 
	font-weight: bold;
	text-align:left;
}
@media screen and (max-width: 767px) {
	#left {
		display: none;
	}
}
#left ul{
	padding-left: 20px;
}
#left ul:not(.opened) {
	display: none;
}
#left li{
	margin:8px 0;
}
#left a {
	font-size: 14px; 
	color: #006600; 
	font-weight: bold;
	text-decoration: none;
}

#left a.active {
	text-decoration: underline;
}

#left a.active + ul {
	display: block;
}

#right{
	padding: 10px 20px;
	box-sizing: border-box;
	text-align:justify;
	line-height: 120%;
}
@media screen and (min-width: 768px) {
	#right{
		flex: 0 0 calc(100% - 220px);
	}
}

#right img{
	float:left;
	margin:10px 10px 10px 0;
}

#breadcrumbs {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#breadcrumbs ul li {
	position: relative;
	padding-left: 10px;
	display: inline-block;
}

#breadcrumbs ul li:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 7px;
	border-color: transparent transparent transparent #990000;
}

#breadcrumbs ul li:first-child {
	padding-left: 0;
}

#breadcrumbs ul li:first-child:before {
	display: none;
}

#breadcrumbs ul li a {
	color: #990000;
}

#breadcrumbs ul li a:hover {
	text-decoration: none;
}

#products {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#products .product {
	margin: 10px;
	background-color: white;
	border: 1px solid #dfdfdf;
}
@media screen and (max-width: 499px) {
	#products .product {
		flex: 0 0 calc(100% - 22px);
		max-width: calc(100% - 22px);
	}
}
@media screen and (min-width: 500px) and (max-width: 959px) {
	#products .product {
		flex: 0 0 calc(100% / 2 - 22px);
		max-width: calc(100% / 2 - 22px);
	}
}
@media screen and (min-width: 960px) {
	#products .product {
		flex: 0 0 calc(100% / 3 - 22px);
		max-width: calc(100% / 3 - 22px);
	}
}

#products .product-image {
	position: relative;
	cursor: pointer;
}

#products .product-image img {
	margin: 0;
	float: none;
	max-width: 100%;
	height: auto;
	pointer-events: none;
}

#products .product-image span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #29e630;
	text-shadow: 1px 1px 1px black;
}

#products .product-content {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

#products .product-title {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}

#products .product-price {
	margin-top: 10px;
}

#products .product-actions {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#products .product-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
	max-width: 200px;
	height: 40px;
	border: 1px solid #dedede;
	background-color: #eeeeee;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

#products .product-actions a:hover {
	background-color: #99b1a3;
	color: white;
}

#footer{
	padding-top: 10px;
	padding-bottom: 15px;
	clear:both;
	color:white;
	font-size: 14; 
	text-align:center;
	background:url(../images/index_01.jpg);
}
#footer a{
	color:white;
	font-size: 12px;
}

img{
margin-left: 10px; margin-right: 10px; float: left; border: 0;
}

.grecaptcha-badge {
	display: none !important;
}

.popup-wrapper {
	margin: 0;
	padding: 20px;
	max-width: 520px;
}

.popup-wrapper .popup-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.popup-wrapper .form-row:first-child {
	margin-top: 0;
}

.popup-wrapper .form-row {
	margin-top: 20px;
}
@media screen and (min-width: 640px) {
	.popup-wrapper .form-row {
		display: flex;
		align-items: center;
	}	
}

.popup-wrapper .form-label {

}
@media screen and (min-width: 640px) {
	.popup-wrapper .form-label {
		margin-right: 20px;
		flex: 0 0 150px;
		text-align: right;
	}
}

.popup-wrapper .form-input {

}
@media screen and (min-width: 640px) {
	.popup-wrapper .form-input {
		flex: 1 0 calc(100% - 170px);
	}
}

.popup-wrapper .form-input input,
.popup-wrapper select {
	padding: 9px 20px;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	outline: none;
}

@media screen and (max-width: 639px) {
	.popup-wrapper .form-label select {
		margin-bottom: 20px;
	}
}

.popup-wrapper .form-input input::-webkit-input-placeholder {
     line-height:normal!important;
}

.popup-wrapper .form-input input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.popup-wrapper .form-input input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.popup-wrapper .form-input textarea {
	padding: 11px 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border: 1px solid #999;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	outline: none;
	resize: none;
}

.popup-wrapper .form-row input[type="checkbox"] {
	margin: 0 10px 0 0;
}

.popup-wrapper .form-row input[type="checkbox"] + label {
	position: relative;
	top: -1px;
}

.popup-wrapper .form-input button {
	padding: 0 30px;
	margin: 0;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #1bb154;
	border: none;
	font-size: 16px;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.popup-wrapper .form-input button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.popup-wrapper .form-message {
	font-size: 18px;
}

.contacts-block {

}

.contacts-block .contacts-row {
	margin-bottom: 15px;
	display: flex;
}

.contacts-block .contacts-row svg {
	margin-right: 10px;
	fill: #990000;
}

.contacts-block .contacts-row a {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

.contacts-block .contacts-row a:hover {
	text-decoration: underline;
}

.crln {
	display: inline-block;
}