@font-face {
	font-family: 'Petersburg';
	src: url('PetersburgCyrillic.eot');
	src: url('PetersburgCyrillic.eot?#iefix') format('embedded-opentype'),
		url('PetersburgCyrillic.woff') format('woff'),
		url('PetersburgCyrillic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.wrapp{
	font-family: 'Petersburg';
	border-top: 4px solid #6ca11e;
}
/* Header */
header {
	background-color: rgba(100, 130, 84, 0.06);
}

.logo img {
    margin-top: 27px;
}
ul.main-nav {
    list-style: none;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}
ul.main-nav li {
    display: inline-block;
    font-size: 24px;
    padding: 4px 13px;
    position:relative;
}
ul.main-nav li a {
    color: #6c967c;
}

ul.main-nav li:hover a {
    color: #123123;
}

ul.main-nav li:hover  {
    --color: #6c967c;
    color: #123123;
    --background-color: #123123;
    background-color: #80bd30;
}
ul.main-nav li a:hover, li.current a {
    text-decoration: none;
}

ul.main-nav li ul {
	display:none;
	position:absolute;
	background-color: #80bd30;
	list-style:none;
	left:0px;
	z-index: 100;
	width:270px;
	padding-left: 0px;
}

ul.main-nav li:hover ul {
	display: block;
}

ul.main-nav li ul li {
	text-align: left;
	display: block;
	height: 45px;
}
ul.main-nav li ul li a {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color:#123123;
}

ul.main-nav li ul li a:hover {
	text-decoration: underline;
}

ul.langs {
    list-style: none;
    text-align: right;
}
ul.langs li {
    display: inline-block;
    margin-top: 44px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
}
ul.langs li a {
    color: #193f28;
}
ul.langs li.lang-active {
    background: #83be2c;
}
ul.langs li.lang-active a {
    color: #fff;
    padding: 0 3px;
}
ul.langs li a:hover{
	text-decoration: none;
}
.top-clearfix{
	height: 1px;
	background: #6ca11e;
	margin-top: 10px;
	margin-bottom: 15px;
}
.clear{
	clear: both;
	overflow: hidden;
}
.slogan {
    color: #80bd30;
    font-size: 36px;
    font-weight: bold;
}
.slogan span {
    color: #366448;
}
.quality{
	text-align: right;
	top:-8px;
}
/* Header End */
/* Slideshow */
section#slider {
    margin-top: 0px;
}
.slideshow{
	width: 100%;
	overflow: hidden;
}
.slide{
	height: 320px;
}

.slide a {
	display: block;
	width:100%;
	height:100%;
}
.slide-text {
	background: url(../img/slide-text.png) no-repeat;
	width: 229px;
	height: 153px;
	color: #fff;
	font-size: 14px;
	margin: 107px auto 0;
	padding: 4px;
	text-align: center;
}
p.slide-title {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
}
p.slide-intro {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin-top: -12px;
}
p.slide-desc {
	font-family: 'Ubuntu Condensed', sans-serif;
	padding: 0 25px;
	margin-top: -4px;
}
ul.slick-dots {
    bottom: 7px;
    height:23px;
}
li.slick-active {
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 8px;
    background: #366448;
}
/* Slideshow End */
/* Content */
.left-img {
    float: left;
    width: 49%;
}
.p-text {
    float: left;
    font-size: 30px;
    color: #193f28;
    font-weight: 900;
    line-height: 38px;
    padding-top: 16px;
    max-width: 200px;
}
.product {
    border: 2px solid #6ca11e;
    padding: 0px 0;
    width: 49.1%;
    margin-bottom: 15px;
}

.catalog-descr {
	display: block;
	clear: both;
}
.catalog-descr p {
	font-size: 20px;
	text-align: justify;
}

.catalog-descr ul {
	font-size: 20px;
	text-align: justify;
}

.catalog-descr ul.dot {
	font-size: 20px;
	text-align: justify;
	list-style: none;
    padding:0;
    --margin:0;
}

.catalog-descr ul.dot li {
	padding-left: 1em;
    text-indent: -.7em;
}

.catalog-descr ul.vitamins li:before {
    content: "• ";
    color:#ff0066;
}

.catalog-descr ul.herbal li:before {
    content: "• ";
    color:#80bd30;
}

.product:nth-child(odd) {
	margin-right: 10px;
}

p.link-to a {
    font-size: 14px;
    color: #5f8727;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}
p.link-to {
    font-size: 14px;
    margin-top: -12px;
    font-weight: bold;
}
.right-margin{
	margin-right: 10px;
}
.left-img img {
    text-align: center;
    margin: 0 auto;
}
.index-about img {
    float: left;
    margin-right: 12px;
}

.index-about p {
	padding: 0px 20px;
    font-family: 'Petersburg';
    font-size: 20px;
    text-align: justify;
}
h2 {
    color: #193f28;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 16px;
}
.about-text {
    color: #193f28;
    --font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
.about-text p {
	margin-top: 12px;
    margin-bottom: 12px;
	padding:0px;
	line-height: 24px;
}
.index-about .link-to{
	margin-top: -2px;
}
.index-about {
    padding-bottom: 16px;
}
.partners {
    color: #193f28;
    --font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
.partners p {
	padding:0px;
}
h3 {
    font-size: 30px;
    font-weight: bold;
}
.pr-text {
    color: #193f28;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
p.desc {
    padding-right: 8px;
}
.pr-text .p-title {
    font-size: 26px;
    line-height: 32px;
}
.pr-text .link-to {
    margin-top: -5px;
    margin-bottom: 0;
}
.separator{
	clear: both;
	overflow: hidden;
	height: 30px;
}
/* Content End */

/* Footer */
footer {
	font-family: 'Garamond cond Bold', arial;
}

.col-md-2.copy {
    color: #193f28;
    --line-height: 24px;
}
.footer-details {
    color: #193f28;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}
.adress p {
	--line-height: 24px;
}
.webmaster {
	--line-height: 24px;
}
.webmaster a {
    color: #193f28;
    font-size: 18px;
}
.footer-details .contacts {
    text-align: right;
    padding-right: 45px;
}
.top-footer{
	background: url(../img/top-footer.png) right top no-repeat;
	height: 27px;
	padding-top: 70px;
}
.bad {
	text-align:center;
	font-size: 19px;
    color: #366448;
	text-transform: uppercase;
}
/* Footer End */
/* Media */
.visible-sm{
	display: none;
}

#map{
    width: 100%;
    height: 350px;
    margin: 15px 0 20px 0;
}