#header{
	padding: 140px 0 0 0;
	position: relative;
	background-color: #57B3E9;
	transform: translate3d(0, 0, 0);
	background-image: url("img/first-screen-bg.jpg");
	background-position: center;
	/*background-attachment: fixed;*/
	background-size: cover;
	text-align: center;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 10;
}
#header-top{
	background: #FFF2C7;
	padding: 0;
	position: fixed;
	overflow: visibled;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	transform: translate3d(0, 0, 0);
	transition: all 1s;
}
#header-top a:hover{
	text-decoration: none;
}
#header-top div{
	overflow: visibled;
}
#header-top > div, #header-top > div > div{
	height: 100%;
}
#header-top .contacts{
	display: none;
}
#header-top .contacts a.email{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 50px;
	color: #146B9C;
	white-space: nowrap;
	margin-right: 20px;
}
#header-top .contacts a.phone{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	color: #67605A;
	white-space: nowrap;
}
#header-top a.logo{
	background-image: url("img/logo.png");
	background-position: center 8px;
	background-repeat: no-repeat;
	width: 124px;
	height: 128px;
	position: absolute;
	top: 0px;
	left: calc(50% - 62px);
	display: block;
}
#header-top a.logo-mobile{
	display: none;
	background-image: url("img/logo-mobile.png");
	background-position: left 2px;
	background-repeat: no-repeat;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 50px;
	color: #67605A;
	height: 56px;
	padding-left: 68px;
	white-space: nowrap;
}
#header-top .languages > a{
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 43px;
	height: 100%;
	color: #146B9C;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-right: 20px;
}
#header-top .languages > a.ru{
	background-image: url("img/ru.png");
}
#header-top .languages > a.by{
	background-image: url("img/by.png");
}
#header-top .languages > a.en{
	background-image: url("img/en.png");
}
#header-top .versions {
    display: inline-block;
    background-image: url("img/eye.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 40px;
    vertical-align: middle;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 43px;
    text-align: right;
    color: #333333;
    cursor: pointer;
    height: 100%;
}
#header-top .versions:hover {
	text-decoration: underline;
}
#header-top.scrolled{
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	height: 50px;
}
#header-top.scrolled .languages a>span{
	display: none;
}
#header-top.scrolled .versions>span {
	display: none;
}
#header-top.scrolled #mobile-menu-button{
	display: block;
}
#header-top.scrolled a.logo-mobile{
	display: block;
}
#header-top.scrolled a.logo{
	display: none;
}
#header-top.scrolled .contacts{
	display: block;
}
h2{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	margin: 0 0 22px 0;
}
h3{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin: 17px 0 22px 0;
}
h5{
	line-height: 18px;
	font-size: 16px;
	font-weight: 700;
	color: #444;
}



#header h1{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	color: #478701;
	text-shadow: 0px 0px 20px #FFFFFF;
	margin: 0 0 38px;
}
#header h2{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #91430C;
	margin: 3px 0 6px;
}
#header h3{
	max-width: 630px;
	margin: 0 auto 52px;
}
#header h3 > span{
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(250,176,0,0.9);
	padding: 0 0 1px;
	box-shadow: 25px 0 rgba(250,176,0,0.9), -25px 0 rgba(250,176,0,0.9);
}
#header h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #91430C;
	margin-bottom: 5px;
}
#header .short-info{
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 770px;
	margin: 0 auto 78px;
	padding: 11px 50px 7px;
}
#header .short-info:before{
	content: "";
	background-color: rgba(255,255,255,0.7);
	border-top: 1px solid rgba(255,216,82,0.8);
	border-left: 1px solid rgba(255,216,82,0.8);
	border-right: 1px solid rgba(255,216,82,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50%;
	z-index: -1;
	transform: perspective(100px) rotateX(-6deg);
	transform-origin: 50% 100%;
}
#header .short-info:after{
	content: "";
	background-color: rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,216,82,0.8);
	border-left: 1px solid rgba(255,216,82,0.8);
	border-right: 1px solid rgba(255,216,82,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0px;
	z-index: -1;
	transform: perspective(100px) rotateX(6deg);
	transform-origin: 50% 0%;
}
#header .short-info > div{
	max-width: 33%;
	text-align: left;
}
#header .short-info p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 125%;
	color: #401F03;
}
#header a.all-contacts{
	color: #146B9C;
}

#header-bottom{
	padding: 0px 0 0px;
	background: #91430C;
}
#header ul.main-menu{
	padding: 0;
	position: relative;
	z-index: 10;
	margin: 0;
}
#header ul.main-menu > li{
	display: inline-block;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #FFD852;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	margin: 0;
}
#header ul.main-menu > li+li{
	margin-left: 2em;
}
#header ul.main-menu > li:hover{
	
}
#header ul.main-menu > li.with-sub{
	/*background-image: url("img/drop-down.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;*/
}
#header ul.main-menu a{
	color: inherit;
	display: block;
}
#header ul.main-menu li > a{
	padding: 14px 0;
	display: block;
}
#header ul.main-menu a.no-action:hover{
	text-decoration: none;
}
#header ul.main-menu > li > ul{
	display: none;
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 36px;
	width: 256px;
	list-style: none; 
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	padding: 0;
	border-top: 1px solid #FFD852;
}
#header ul.main-menu > li ul > li{
	display: block;
	position: relative;
	text-transform: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	color: #f5f5f5;
	padding: 0px;
	margin: 0px;
	background: #91430C;
}
#header ul.main-menu > li ul > li > a{
	padding: 12px 20px 12px 12px;
}
#header ul.main-menu > li ul > li > a:hover{
	text-decoration: none;
}
#header ul.main-menu > li ul > li+li{
	border-top: 1px solid rgba(255,255,255,0.2);
}
#header ul.main-menu > li ul > li:hover{
	color: #FFD852;
}
#header ul.main-menu > li ul > li.active{
	background-color: #4A7916;
}
#header ul.main-menu li:hover > ul{
	display: block;
}
#header ul.main-menu > li > ul > li.with-sub{
	background-image: url("img/drop-right.png");
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
}
#header ul.main-menu > li > ul > li > ul{
	display: none;
	position: absolute;
	z-index: 100;
	left: 256px;
	top: 0px;
	width: 256px;
	list-style: none; 
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	padding: 0;
}


#contrast-setting{
	position: fixed;
	overflow: visibled;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	transform: translate3d(0, 0, 0);
	height: 50px;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}
#contrast-setting #font-s{
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
#contrast-setting #font-m{
	font-size: 20px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
#contrast-setting #font-l{
	font-size: 24px;
	display: inline-block;
	margin: 0 8px 0 3px;
	cursor: pointer;
}
#contrast-setting #contrast-positive{
	display: inline-block;
	margin: 0 3px;
	padding: 0 4px;
	border: 1px solid #000;
	background-color: #fff !important;
	color: #000 !important;
	cursor: pointer;
}
#contrast-setting #contrast-negative{
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #fff;
	color: #fff !important;
	background-color: #000 !important;
	cursor: pointer;
}




.pushy{
	background-color: #f5f5f5;
	width: 320px;
}
.pushy-left {
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
}
.pushy-content{
	color: #fff;
	text-align: center;
	padding: 0 4px;
}
.pushy-content a.logo{
	display: block;
	width: 90%;
	height: 100px;
	background-image: url("img/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 10px auto 0;
}
.pushy-content h3{
	color: #333;
	text-align: center;
	margin-bottom: 32px;
}
.pushy-content button{
	margin-bottom: 16px;
}
.pushy-content a.phone {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #333;
	white-space: nowrap;
	display: block;
	padding: 0;
	margin-bottom: 16px;
}
.pushy-content a.email {
	font-size: 18px;
	line-height: 21px;
	color: #4786C7 !important;
	white-space: nowrap;
	display: block;
	margin-top: 8px;
	padding: 0;
}
.pushy-content ul{
	padding: 8px 0 0 24px;
}
.pushy-content ul>li>ul>li>ul{
	display: none;
}
.pushy-content ul.pushy-meny{
	margin-top: 32px;
	padding-top: 20px;
	padding-bottom: 16px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 50px;
}
.pushy-content li{
	color: #333;
	margin-bottom: 8px;
}
.pushy-content li>a{
	padding: 0;
}
.pushy-content ul>li>ul{
	display: none;
}
.pushy-content .languages{
	margin: 32px 0;
}
.pushy-content .languages > a{
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #146B9C;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 30px;
	margin: 0 0 0px;
}
.pushy-content .languages > a.ru{
	background-image: url("img/ru.png");
}
.pushy-content .languages > a.by{
	background-image: url("img/by.png");
}
.pushy-content .languages > a.en{
	background-image: url("img/en.png");
}
.pushy-content .languages > a > span{
	display: none;
}

#template1-page{
	padding: 48px 0 48px;
}
#template2-page{
	padding: 48px 0 48px;
}
#template3-page{
	padding: 48px 0 48px;
}
#template4-page{
	padding: 48px 0 48px;
}
#template3-page input, #template3-page textarea {
    display: inline-block;
}
#template4-page input, #template4-page textarea {
    display: inline-block;
}
#template1-page h1, #template2-page h1{
	font-size: 28px;
	margin-bottom: 24px;
}
#template1-page h3, #template2-page h3{
	margin: 32px 0 16px;
}
#template1-page h4, #template2-page h4{
	margin: 32px 0 16px;
}
#template1-page h5, #template2-page h5{
	margin: 20px 0 8px;
}
#template1-page img, #template2-page img{
	margin: 2px;
}
#about{
	text-align: left;
	padding: 82px 0 44px;
}
#about h2{
	color: #4A7916;
}
#about img{
	margin-top: -73px;
}
#semenovodstvo{
	background-image: url("img/plant-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #EAEAEA;
	padding: 65px 0 48px;
}
#semenovodstvo h2{
	color: #FFD852;
	margin-bottom: 12px;
}
#semenovodstvo h3{
	color: #FFD852;
	margin-bottom: 12px;
}
#semenovodstvo a.button{
	margin-top: 6px;
}
#semenovodstvo div.semena-item{
	position: relative;
	padding-bottom: 39px;
}
#semenovodstvo div.small-button-container{
	position: absolute;
	bottom: 0;
}
#news{
	text-align: left;
	padding: 64px 0 44px;
	background: #FCF7EB;
}
#news h2{
	color: #4A7916;
}
p.news-date{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #91430C;
	margin-bottom: 6px;
}
div.short-news-item{
	position: relative;
	padding-bottom: 38px;
}
div.small-button-container{
	position: absolute;
	bottom: 0;
}
#news div.more-link{
	text-align: center;
	margin-top: 30px;
}
#news div.more-link>a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-decoration-line: underline;
	color: #146B9C;
}
.news-item{
	max-width: 800px;
	text-align: left;
	margin-bottom: 20px;
}
.news-item .small-button-container{
	padding-top: 16px;
	text-align: center;
}
#photos{
	padding: 64px 0 44px;
	overflow: hidden;
}
#photos h2{
	color: #4A7916;
	margin-bottom: 27px;
}
div.album-preview{
	position: relative;
	width: 308px;
	height: 232px;
	margin: 0 auto 47px;
}
div.album-preview > div{
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	transform: translate3d(0, 0, 0);
	transform-origin: -70% 200%;
	transition: all ease-out 0.2s;
}
div.album-preview > div:nth-of-type(1){
	z-index: 3;
}
div.album-preview > div:nth-of-type(2){
	transform: rotate(2.5deg);
	z-index: 2;
}
div.album-preview > div:nth-of-type(3){
	transform: rotate(5deg);
	z-index: 1;
}
div.album-preview:hover > div:nth-of-type(1){
	transform: rotate(-3deg);
}
div.album-preview:hover > div:nth-of-type(2){
	transform: rotate(1deg);
}

div.album-item h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #146B9C;
	margin-left: 14px;
	max-width: 80%;
}
div.album-item{
	margin-bottom: 41px;
}
#photos div.more-link{
	text-align: center;
	margin-top: -23px;
}
#photos div.more-link>a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-decoration-line: underline;
	color: #146B9C;
}
#template3-page textarea, #template4-page textarea {
    width: 500px;
    height: 200px;
    display: block;
}
#left-menu a{
	color: #401F03;
}
#footer{

}
#footer div.logo{
	background-image: url("img/logo-footer.png");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 90px;
	padding: 22px 0 0 102px;
	margin-bottom: 22px
}

#footer-top{
	background: #FCF7EB;
	position: relative;
	/*z-index: 2;*/
	padding: 24px 0 35px;
}
#footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-menu > li > ul{
	display: none;
}
#footer-menu > li > a{
	color: inherit;
}
#footer-menu > li{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #146B9C;
	margin-bottom: 6px;
}
#footer h2{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #401F03;
	margin-bottom: 4px;
}
#footer h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #401F03;
	margin-bottom: 12px;
}
#footer p.labels{
	margin-bottom: 6px;
}
#footer a.location{
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #146B9C;
	background-image: url("img/location.png");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 23px;
	padding-left: 20px;
}
#footer a.phone{
	display: inline-block;
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #91430C;
	margin: 0px 0 10px;
}
#footer a.email{
	display: inline-block;
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	color: #91430C;
	margin: 0px 0 20px;
}
#footer .map-link{
	margin: 10px 0 10px;
}
#footer-bottom{
	background: #E6D9D0;
	padding: 36px 0 30px;
	position: relative;
	z-index: 1;
}
#footer-bottom img{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin: 23px 0 32px;
}
#footer-bottom h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #91430C;
	margin-bottom: 12px;
}
#footer-bottom a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #146B9C;
	text-decoration-line: underline;
}
a.parent-page{
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}
ul.pages-around{
	list-style: none;
	padding: 0;
	margin: 12px 0 32px;
}
ul.pages-around > li{
	padding: 9px 0 3px 0;
}
ul.pages-around > li+li{
	border-top: 1px solid #eee;
}
ul.pages-around > li.active{
	font-weight: bold;
	color: #555;
}
table.table thead>tr{
	background-color: #67605A;
	color: #f5f5f5;
}
.table-bordered>thead>tr>th{
	border: 1px solid #67605A !important;
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
}
.children-pages{
	margin-bottom: 56px;
}
.children-page > a{
	text-decoration: underline;
	color: #2D4B78;
}
div.table-container{
	overflow: auto;
}
p.table10{
	font-size: 12px;
	margin-bottom: 6px;
}
@media (max-width: 1199px){ /* lg */
	#header ul.main-menu > li+li{
		margin-left: 1.2em;
	}
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	#header-top .languages > a >span{
		display: none;
	}
	#header-top{
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		height: 50px;
	}
	#header-top .languages{
		display: none;
	}
	#header-top .versions>span {
		display: none;
	}
	#header-top #mobile-menu-button{
		display: block;
	}
	#header-top a.logo-mobile{
		display: block;
	}
	#header-top a.logo{
		display: block;
		margin-top: 60px;
	}
	#header-top .contacts{
		display: block;
	}
	#header-top .contacts a.email {
		display: none;
	}
	#header {
    	padding: 200px 0 0 0;
    }
	#header-bottom{
		display: none;
	}
	div.short-news-item {
	    margin-bottom: 32px;
	}
}
@media (max-width: 830px){
	#header .short-info{
		max-width: 90%;
	}
}
@media (max-width: 767px){ /* sm */
	div.album-item h4 {
	    text-align: center;
	    margin: 0 auto;
	}
	#footer{
		text-align: center;
	}
	#footer div.logo {
	    background-position: center top;
	    padding: 100px 0 0 0;
	}
	#footer a.location{
		margin-bottom: 32px;
	}
	#footer-menu{
	    margin-bottom: 32px;
	}
	#footer-menu > li {
	    text-align: center;
	}
	#footer-bottom img {
	    margin: 23px 0 0px;
	}
}
@media (max-width: 720px){
	#header .short-info{
		display: block;
		background-color: rgba(255,255,255,0.7);
		border: 1px solid rgba(255,216,82,0.8);
	}
	#header .short-info > div {
	    max-width: 100%;
	    text-align: left;
	}
	#header .short-info:before, #header .short-info:after {
		display: none;
	}
}
@media (max-width: 580px){
	#header-top .versions {
		display: none;
	}
}
@media (max-width: 480px){
	#header-top .contacts {
	    display: none !important;
	}
	#header h1 {
	    font-size: 42px;
	    line-height: 48px;
	    margin: 0 0 38px;
	}
}