@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,900&subset=latin,greek-ext,vietnamese,cyrillic-ext,cyrillic,latin-ext,greek);
/* Font Choice */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Open+Sans+Condensed:300,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);

/*--------------    DEFAULTS    --------------*/

HTML, BODY {
	padding:0;
	margin:0;   
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	font-family:Arial, sans-serif;

	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Open Sans Condensed', sans-serif;*/

	/*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'Roboto Condensed', sans-serif;*/

	font-weight:normal;
	color: #000;
	font-size:12px;
	line-height:1.6;
}

html {
	background: #17293d;
}

* { box-sizing:border-box; }

html { -webkit-text-size-adjust: none; }

a {
	text-decoration:none;
	outline:none;
	position:relative;
    background-color: transparent;
	/*overflow:hidden;*/
}

a:active,
a:hover {
    outline: 0;
}

b, strong { font-weight: bold; }

form {
	font-size: 0;
}

form * {
	box-sizing:border-box;
	border:none;
	outline:none;
	margin:0;
	padding:0;
	resize:none;
}
* {
    /*-webkit-overflow-scrolling: touch;*/
}
input,select {
    line-height: normal;
    -webkit-appearance: none;
    -webkit-border-radius:0;
}

select {
    -webkit-appearance:menulist-button;
}

input[type="checkbox"] { -webkit-appearance:checkbox; }
input[type="radio"] { -webkit-appearance:radio; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer;
}

input[type="search"] { -webkit-appearance: textfield; }

button[disabled],
html input[disabled] {
  cursor: default;
}

h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}

p {
	margin: 0 0 1.5em !important;
	line-height: 1.3em !important;
}

ul, li
{
	/*list-style: none;*/
	margin: 0;
	padding: 0;
}

.content ul, .content ol {
	margin: 0 1.5em 1.5em 0 !important;
	padding-left: 3.333em !important;
}

.content ol {
	list-style-type: decimal !important;
}

img
{
	outline:none;
	display:block;
	vertical-align:bottom;
	border:0;
}

.mobile-ver {display: none;}

.container
{
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding:0px 30px;
}

/*.clear { clear:both;}*/

.clearfix:before {
	content: "";
	display: table;
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	*zoom: 1;
}

.clear:after {
	content: "";
    display: table;
    clear: both;
	*zoom: 1;
}

.transition {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

table {
	/*cellpadding - > padding */
	/*cellspacing - > border-spacing */
	/*border-collapse: - > value */
	/*width:100%;*/
}

table,
table * {
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	box-sizing:border-box;
	display:table;
	width:100%;
	table-layout:fixed;
}

.table_cell {
	box-sizing:border-box;
	display:table-cell;
	/*vertical-align:top;*/
}

.table_row {
	display: table-row;
}

/* > system messages > */
.system_info_msg {
	padding: 20px 20px;
	margin: 0px 0px 20px;
	font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 14px;
	display: block;
}

.system_info_msg.order-recieved {
	background-color: rgba(255, 173, 67, 0.31);
	border: 1px solid #a5a5a5;
	color: #000;
}

.system_info_msg.success {
	background-color: #cfffcd;
	border: 1px solid #a9e1a9;
	color:#000;
}

.system_info_msg.error {
	background-color: #ffe0e0;
	border: 1px solid #8a0000;
	color:#000;
}

.system_info_msg.ok {
	background-color: #f7f7f7;
	border: 1px solid #a5a5a5;
	color: #000;
}

.system_info_msg.descr {
	background-color: #f7f7f7;
	border: 1px solid #a5a5a5;
	color: #000;
}
/* < system messages < */

.btn {
	line-height: 1;
	display: inline-block;
}

.btn-wrapper {font-size: 0;}

.body-overflow {
	overflow: hidden !important;
}
/*--------------    DEFAULTS    --------------*/

/*HEADER*/
.header {
	position: relative;
	padding: 20px 0;
	font-size: 0;
}
.logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.logo img {}
.header-txt {
	display: inline-block;
	vertical-align: middle;

	color: #fff;
	font-size: 55px;
}
.lng-bar {
	position: absolute;
	top:20px;
	right:30px;
}

.lng-bar a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	line-height: 1.2;
}
.lng-bar a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background: #000;
	opacity: 0.7;
	display: inline-block;
	margin: 0 8px 2px 0;
}
.lng-bar a.active:before {
	background: #fff;
	opacity: 1;
}
.lng-bar a:hover:before {
	opacity: 1;
}
/*HEADER*/


/*NAV*/
.main-nav {
	position: relative;
	font-size: 0;
}
.main-nav li {
	display: inline-block;
	vertical-align: bottom;
}
.main-nav li a {
	display: block;
	padding: 14px 10px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	letter-spacing: 0;
	border-radius: 6px 6px 0 0;
font-weight: bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+9,156aa3+100 */
	background: rgb(135,224,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 9%, rgba(21,106,163,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 9%,rgba(21,106,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 9%,rgba(21,106,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#156aa3',GradientType=0 ); /* IE6-9 */

}
.main-nav li:not(:last-child) {margin: 0 3px 0 0}
.main-nav li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4cca4+0,f4cca4+23,f97e05+100 */
background: #f4cca4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4cca4 0%, #f4cca4 23%, #f97e05 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4cca4 0%,#f4cca4 23%,#f97e05 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4cca4 0%,#f4cca4 23%,#f97e05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cca4', endColorstr='#f97e05',GradientType=0 ); /* IE6-9 */
padding-top: 18px;
	padding-bottom: 18px;
}
.main-nav li a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5894c1+0,054b81+48,054b81+100 */
background: #5894c1; /* Old browsers */
background: -moz-linear-gradient(top,  #5894c1 0%, #054b81 48%, #054b81 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5894c1 0%,#054b81 48%,#054b81 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5894c1 0%,#054b81 48%,#054b81 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5894c1', endColorstr='#054b81',GradientType=0 ); /* IE6-9 */

	padding-top: 18px;
	padding-bottom: 18px;
}
.main-nav {}
.main-nav {}
/*NAV*/

/*MAIN-CONTENT*/
.main-content {
	border-radius: 0 6px 6px 6px;
	border: 10px solid #054b81;
	position: relative;
	margin: 0 auto 40px;
}

.main-text-box {
	background: #fff;
	font-size: 13px;
	color: #959595;
	padding: 20px 15px 30px;
	position: relative;
}
.main-text-box * {
	/*z-index: 2;*/
	/*position: relative;*/
	color: #000;
}

.main-text-box img {
	margin: 5px 0 5px;
}
.main-text-box:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:30px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.17+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
/*MAIN-CONTENT*/

/*SLIDER*/
.bxslider > li {
	min-height: 320px;
}

.bx_bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.bx_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	color: #ccc;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	padding: 21px 0 0 20px;
}
/*SLIDER*/

/*BREADCRUMB*/
.breadcrumb {
	position: relative;
	font-size: 0;
	line-height: 1;
	border-bottom: 1px dashed #cecece;
	padding: 0 0 10px;
	margin: 0 0 20px;
	z-index: 2;
}
.breadcrumb * {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-transform: none;
	color: #000;
}
.breadcrumb a {  }
.breadcrumb a:hover {
	color: #01009b;
	text-decoration: underline;
}
.breadcrumb span { margin: 0 2px 0;}
/*BREADCRUMB*/


/* FOOTER */
.footer-wrapper {
	background: #054b81;
}
.footer {
	background: rgb(0, 31, 56);
	padding: 22px 0 20px;
	text-align: center;
	width: 100%;
	position: relative;
	border-radius: 0 0 6px 6px;
}
.footer .copy {
	color: #b4b4b4;
	font-size: 13px;
	float: left;
}
.footer .esteriol {float: right;}

.footer .esteriol a
{
	color: #b4b4b4;
	font-size: 13px;
	font-weight:normal;
}
.footer .esteriol a:hover {text-decoration:underline;}

.footer .esteriol img {
	float: right;
	margin: -1px 0px 0px 8px;
}
/* FOOTER */


/*Grapes page*/

.grapes-img {
	width: 29%;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.grapes-img img {
	max-width: 100%;
	height: auto;
}

.grapes-text-block {
	width: 70%;
	padding-bottom: 10px;
	background-color: #E6E7E8;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.grapes-background {
	max-width: 100%;
}

.grapes-block .grapes-text-block img {
	width: 60%;
	padding: 0 20px;
	display: block;
	margin-top: 30px;
}

.grapes-block .grapes-text-block .grapes-table-min {
	width: 80%;
}

.grapes-text {
	padding-top: 30px;
}

.grapes-title {
	padding: 40px 0 40px;
	font-weight: 700;
	font-size: 22px;
	height: 100px;
	line-height: 1;
	background-color: #fff;
	border-bottom: 1px solid #333;
	text-align: center;
}

.grapes-title span {
	font-size: 12px;
	display: block;

}

.grapes-block {
	background-color: #E6E7E8;
	/*display: table;*/
	width: 100%;
}

.grapes-text-block p {
	color: #2E3093;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

.content .grapes-text-block ol {
	list-style-type: lower-alpha!important;
	padding-left: 46px !important;
	margin-bottom: 80px !important;
}

.content .grapes-text-block ol li {
	color: #0a0068;
}

.grapes-table-wrapper {
	padding: 0 30px;
}

.grapes-table {
	/*border: 1px solid #000;*/
	width: 100%;
}

.grapes-table td {
	border: 2px solid #5557A4;
	color: #0a0068;
	text-align: center;
	padding: 0 10px;
}

.grapes-table td.grapes-table-name {
	text-align: left;
	padding-left: 10px;
}

.text-top {
	vertical-align: top;
	text-align: center;
}

.grapes-main-block {
	background-color: #525659;
	padding: 0;
}

p.grapes-text-bold {
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	max-width: 490px;
	margin: 0 auto 5px !important;
}

.grapes-bold-span {
	font-weight: 700;
	color: #0a0068;
	text-decoration: underline;
	font-size: 14px;
}

.grapes-title-blue {
	background-color: #1c75bc;
	border-bottom: 0;
	height: 100px;

}

.grapes-title-blue h2 {
	color: #fff;
}

.grapes-title-blue span {
	color: #fff;
}

.grapes-block {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center;
}

.grapes-block img {
	margin: 0 auto;
}

.block-last-wrapper {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

.grapes-block-last {
	background-color: #fff;
}

.block-last-wrapper p {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px !important;
}

.content ol.grapes-block-last-list {
	list-style-type: circle !important;
	font-size: 16px;
	font-weight: 600;
	padding-left: 18px !important;
}

.text-inline {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 30px 0;
}

.text-inline:nth-of-type(2) {
	text-align: right;
	padding-right: 50px;
}

.grapes-contacts-block {
	border-top: 1px solid #444;
	padding-top: 20px;
}

.grapes-contacts-block p {
	color: #0a0068;
	margin-bottom: 0 !important;
}

.grapes-contacts-block p span {
	color: #5c2868;
	font-weight: 600;
}

.grapes-last-title {
	background-color: orange;
	border-bottom: 1px solid #333333;
}

.grapes-contacts-block p:nth-of-type(2) {
	font-weight: 400;
}

.grapes-contacts-block p:last-child {
	font-weight: 400;
}

.grapes-logo {
	background-color: orange;
	padding: 21px;
	border-bottom: 1px solid #333;
	height: 100px;
}

.grapes-logo:last-child {
	border-bottom: 0;
}

.grapes-logo img {
	display: block;
	max-width: 100%;
}

.grapes-table td.text-left {
	text-align: left;
}

/*Aleox page*/
.aleox-title {
	font-size: 74px;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 80px;
}

.aleox-title h2 {
	line-height: 1px;
}

.aleox-title span {
	font-size: 30px;
}

.aleox-text {
	padding-top: 30px;
}

.aleox-text-block p {
	color: #000;
	text-indent: 1.5em;
}

.aleox-text-center {
	text-align: center;
}

.aleox-text-bold {
	font-weight: 600;
}

.grapes-text-block  .aleox-subtitle {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.alex-colored-block {
	width: 240px;
	text-align: center;
	padding: 15px;
}

.aleox-wrapper {
	padding: 20px;
}

.green-block {
	background-color: rgb(0,103,56);
	padding-top: 20px;
}

.alex-colored-block {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	padding: 20px;
	margin: 0 15px 20px;
}

.alex-colored-block p {
	text-indent: 0;
	font-size: 16px;
}

.green-block img {
	margin-bottom: 10px;
}


.green-block p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0 !important;

}

.green-block span {
	letter-spacing: 2px;
	font-size: 8px;
}

.brown-block {
	background-color: rgb(169, 123, 80);
}

.blue-block {
	background-color: rgb(39, 170, 225);
}

.pink-block {
	background-color: rgb(239, 72, 86);
}

.purple-block {
	background-color: rgb(127, 63, 152);
}

.orange-block {
	background-color: rgb(246, 137, 31);
}

.orange-block span {
	font-size: 12px;
	font-weight: 400;
}

.bold-text {
	font-weight: 600;
	margin: 20px 0 !important;
}

.aleox-text-inline {
	display: inline-block;
	width: 30%;
	margin-right: 40px;
	vertical-align: top;
	font-size: 12px;
	padding-left: 20px;
}


.aleox-text-inline-last {
	width: 60%;
	margin-right: 0;
}

.without-indent p {
	text-indent: 0;
	margin-top: 15px !important;
}

.aleox-page-title {
	background-color: #1c75bc;
}

.aleox-table-wrapper {
	padding: 20px;
}

.aleox-table-wrapper table td {
	padding: 10px;
	border: 2px solid #5557A4;
	color: #0a0068;
	text-align: center;
}


.aleox-address {
	margin: 0 auto;
	max-width: 770px;
}

.aleox-address span {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}

.aleox-addres-title {
	padding-top: 10%;
}

.aleox-addres-title h2 {
	line-height: 1px;
}

.grapes-address-block {
	padding-bottom: 50px;
	margin-bottom: 0;
}

.aleox-img {
	min-height: 900px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

}

.agro-block .grapes-text-block img {
	width: 100%;
}

.agro-block-half .grapes-text-block img {
	width: 80%;
}

.grapes-block .aleox-end-logo {
	width: 200px;
	display: block;
	margin-top: 30px;
}

.grapes-block .aleox-logo-small {
	width: 100px;
}

.first-grapes-block img {
	margin-top: 0;
}

.first-grapes-block {
	padding-top: 40px;
}
/*Aleox page*/


.presentation .main-text-box{
	padding: 0;
}
.grapes-list {
	margin-left: 34px;
}

.grapes-block-last .grapes-img {
	display: block;
}

.grapes-absolute {

	/*position: absolute;*/
	/*top: calc(50% + 50px);*/
	/*-webkit-transform: translate(0, -50%);*/
	/*-ms-transform: translate(0, -50%);*/
	/*transform: translate(0%, -50%);*/
	/*margin: auto;*/
	padding-top: 5%;
}

.grapes-absolute:nth-child(1 + n) {
	padding-top: 20%;
}

.aleox-wrapper {
	position: relative;
	text-align: center;
}

.aleox-logo {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}

.grapes-title {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.grapes-logo {
	width: 29%;
	display: inline-block;
	max-width: 100%;
}

@media (max-width: 980px) {
	.grapes-logo {
		display: none;
	}

	.grapes-img {
		display: none;
	}

	.grapes-title {
		width: 100%;
		display: block;
	}

	.grapes-text-block {
		width: 100%;
		display: block;
	}

	.grapes-table-wrapper {
		overflow-x: auto;
		min-height: 0.1%;
	}

	.aleox-table-wrapper {
		overflow-x: auto;
		min-height: 0.1%;
	}

	.grapes-table-wrapper table {
		width: 100%;
		border-collapse: collapse;
	}

	.grapes-block {
		display: block;
	}

	body.presentation  .container{
		padding: 0 5px;
	}

	.grapes-logo {
		width: 100%;
	}

	.grapes-img img {
		height: 40px;
	}
}

@media (max-width: 768px) {
	.grapes-title {
		padding: 20px 0;
	}

	.grapes-block .grapes-text-block img {
		max-width: 100%;
		width: auto;
	}

	.aleox-addres-title h2 {
		line-height: 1;
	}

	.aleox-title span {
		font-size: 24px;
		line-height: 1;
	}

	.aleox-title {
		padding-bottom: 20px;
	}

	.aleox-address span {
		display: block;
		margin-right: 0;
	}

	.aleox-address {
		text-align: center;
	}


}



@media (max-width: 1100px) {
	img {
		max-width: 100% !important;
		width: auto !important;
	}

	.aleox-title h2 {
		line-height: 1;
	}
}