html, body, section {
	height: 100%;
}
body {
	width: 100%;
}
header {
	z-index: 5;
}
header a:hover, footer a:hover {
	text-decoration: none;
	color: white;
}
#logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
}
#logo img {
	display: block;
	width: 100%;
}
nav.homemenu {
	position: absolute;
	right: 100px;
	z-index: 3;
}
nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	position: relative;
}
nav ul li a {
    background: #fed989;
    border-bottom: 5px solid #ecb366;
    color: #444;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 30px;
    text-align: center;
	width: 100px;
}
nav ul li ul li a {
	width: 360px;
}
nav ul li:hover > a, nav ul li a.active {
	background: #ecb366;
	color: white;
}
nav ul li:hover > a {
	border-bottom-color: #fed989;
}
nav.menu {
    position: absolute;
    width: 100%;
}
nav.menu .lang, nav.menu #logo {
	position: relative;
}
nav.menu #logo {
	height: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
}
nav.menu > ul, nav.menu .lang {
	float: right;
	right: 0;
}
nav ul > li > ul {
	position: absolute;
	left: 0;
	display: none;
}
nav ul > li > ul > li {
	display: block;
	margin: 0;
}
nav ul > li > ul > li a {
	font-weight: normal;
    padding: 15px 25px;
    text-align: left;
    white-space: nowrap;
	color: white;
}
nav ul > li.parent:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 10px;
	background: transparent url("/assets/img/galean/down.png") no-repeat center center;
}
nav ul > li.parent:hover:after {
	background-image: url("/assets/img/galean/down_white.png");
}
nav ul > li.parent:hover ul {
	display: block;
}
.lang {
	position: absolute;
	right: 40px;
	z-index: 3;
	top: 20px;
	overflow: hidden;
}
.lang a {
	color: #fed989;
	text-transform: uppercase;
	font-size: 22px;
}
.lang a:hover, nav.menu .lang a:hover {
	color: white;
}
nav.menu .lang a {
	color: #ecb366;
	padding: 20px 30px 20px 15px;
}
.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slider:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url("/assets/img/galean/cow_ua.png") no-repeat scroll left bottom;
	background-size: cover;
}
body.ru .slider:after {
	background-image: url("/assets/img/galean/cow_ru.png");
}
.slider .partners_line {
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 5;
}
.slider .mask {
	display: block;
	width: 100%;
	position: relative;
}
.slider .mask .item {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.slider .mask .item > img {
	display: block;
	width: 100%;
}
.slider .mask .item .txt {
	display: none;
	left: 0;
	bottom: 50%;
	z-index: 0;
	font-family: 'Gabriola';
	text-align: right;
	font-size: 35px;
	color: black;
	background: rgba(239,210,152,0.8);
	padding: 15px 40px 15px 15px;
	width: 80%;
	line-height: 35px;
	position: absolute;
}
.about, .partners {
	color: white;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
}
.about {
	background: #01233F;
}
.about h2 {
    font-size: 35px;
    text-transform: uppercase;
	line-height: 40px;
}
.about .head {
	position: relative;
}
.about .head .inner, .offers .head {
	overflow: hidden;
	padding: 100px 4%;
	background-repeat: no-repeat;
	background-color: #01233F;
	background-position: 0 0;
	background-size: cover;
}
.about .head > img {
	display: block;
	width: 100%;
	position: relative;
}
.about .head .inner img {
	float: left;
	padding-right: 30px;
}
.about .head h2 {
    margin: 60px 0 20px;
    text-align: right;
}
.about article, .partners h2, .partners .content {
    float: left;
	width: 42%;
	margin: 4%;
}
.partners .head {
	background: #00751F;
	overflow: hidden;
}
.partners h2 {
	font-size: 45px;
	line-height: 80px;
}
.partners .content {
	margin-top: 2%;
	margin-bottom: 2%;
}
.partners .logos {
	text-align: center;
	padding: 20px 4%;
}
.partners .logos img {
	margin: 5px;
}
.offers {
	font-size: 16px;
	line-height: 25px;
}
.offers .head {
	padding: 500px 4% 50px;
}
.offers .head h2, .offers .head .description {
	float: left;
	width: 50%;
}
.offers .head h2 {
	font-size: 45px;
    font-weight: normal;
}
.offers .list {
	overflow: hidden;
	position: relative;
}
.offers .list .mask {
	overflow: hidden;
	position: relative;
}
.offers .list .mask .page {
	float: left;
}
.offers .list .mask .page  .offer {
	overflow: hidden;
	padding: 10px 4%;
	border-bottom: 1px solid #ccc;
}
.offers .list .mask .page  .offer img {
	max-height: 80px;
	float: right;
}
.offers .list .mask .page  .offer span {
	width: 70%;
	float: left;
	margin-top: 10px;
}
.offers .pagination {
	text-align: center;
	padding: 15px 4%;
	color: #ccc;
	font-size: 25px;
}
.offers .pagination span {
	display: inline-block;
	width: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.offers .pagination span.cur, .offers .pagination span.cur:hover {
	color: #862723;
	cursor: default;
}
.offers .pagination span:hover {
	color: #444;
}
footer {
	clear: both;
	color: white;
	display: none;
	background: transparent url("/assets/img/galean/food.jpg") no-repeat scroll 0 0 / cover;
}
footer a {
	color: white;
}
footer .feedback {
	overflow: hidden;
	padding: 0 4%;
}
footer .feedback h2 {
	text-align: center;
	padding: 25px 0;
	text-transform: uppercase;
	font-size: 40px;
	background: #00751F;
	font-weight: normal;
}
footer .feedback div {
	float: left;
	width: 44%;
	margin: 3%;
	font-size: 30px;
}
footer .feedback .contacts {
	background: rgba(0,0,0,0.5);
	padding: 30px 0;
}
footer .feedback .contacts p {
	text-indent: 30px;
}
footer .feedback .buttons {
	position: relative;
	height: 240px;
}
footer .feedback .buttons button {
	width: 100%;
	font-size: 30px;
	display: block;
	padding: 25px;
}
footer .feedback .buttons button:last-child {
	position: absolute;
	bottom: 0;
}
#copy {
	text-align: center;
	padding: 5px;
	text-align: right;
}