.footer {
	position:relative;
	background: url(../img/background/footer-bg.png) no-repeat top left; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top:-80px;
	height:580px;
	z-index:100;
}
.footer-inner {
	width: 1240px;
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	height:430px;
}
.footer-text-header {
    text-align: center;
    padding-top: 75px;
    color: #ffffff;
}
p.footer-text-header::before, p.footer-text-header::after {
	padding:0 10px;
	content: url(../img/decoration/star.png);
}
.footer-left-side, .footer-middle-side, .footer-right-side {
	float:left;
}
.footer-left-side {
	width:25%; 
}

.footer-middle-side {
	width:50%;
	text-align:center;
}
.footer-right-side {
	width:25%;
	color:#ffffff;
	text-align:center;
}

.footer-feedback input[type=text] {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	width: 275px;
    padding: 10px;
    margin: 0px 5px;
    margin-bottom: 30px;
    background-color: transparent;
    border: 1px solid #73dcff;
    border-radius: 20px;
    box-shadow: inset 0px 0px 10px 0px #73dcff, 0px 0px 10px 0px #73dcff;
	color:#ffffff;
	font-size: 14px;
}
.footer-feedback select option {color: #000;}
.footer-feedback input[type=text]::placeholder {
	color:#ffffff;
}
.footer-feedback input[type=text]:focus {
	outline:none;
}

.footer-feedback textarea {
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    border: 1px solid #73dcff;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: inset 0px 0px 10px 0px #73dcff, 0px 0px 10px 0px #73dcff;
    width: 590px;
    height: 75px;
    padding: 10px;
    margin-bottom: 35px;
    font-size: 14px;
    resize: none;
}
.footer-feedback textarea:focus {
	outline:none;
}

/* SELECT start */

/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	width: 297px;
	margin: 0px 5px;
	margin-bottom: 30px;
	font-size: 14px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
	background-color: transparent;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
    top: 8px;
    right: 45px;
	content: url(/upload/img/footer/input-arrow.png);
	width: 0;
	height: 0;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	top: 31px;
	border-color: transparent transparent #fff transparent;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
/*style the items (options), including the selected item:*/
.select-items div {
	color: #ffffff;
    padding: 8px 16px;
    cursor: pointer;
    border-bottom: 1px solid #73dcff;
}
.select-selected {
	color: #ffffff;
    padding: 10px 16px;
    cursor: pointer;
    border: 1px solid #73dcff;
    border-radius: 20px;
    box-shadow: inset 0px 0px 10px 0px #73dcff, 0px 0px 10px 0px #73dcff;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #73dcff;
  box-shadow: inset 0px 0px 10px 0px #73dcff, 0px 0px 10px 0px #73dcff;
}
.select-selected.select-arrow-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* SELECT end */

.container {
    display: block;
    position: relative;
    padding-left: 42px;
    margin-bottom: 12px;
    cursor: pointer;
	font-size:14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:#ffffff;
	text-align: left;
	float:left;
	width: 195px;
	-webkit-box-sizing: content-box;
    font-weight: 100;
}

.container input {
    position: absolute;
    display:none;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 7px;
    height: 25px;
    width: 25px;
	background-color: transparent;
    border: 1px solid #72dbfd;
    border-radius: 5px;
	box-shadow: inset 0px 0px 10px 0px #73dcff, 0px 0px 10px 0px #73dcff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.link a{
	color: #f3c800;
}
span.link a:hover {
	text-decoration:none;
}

.send-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: -20px;
	background-image: url(../img/button/send-button.png); 
	height: 80px;
    width: 205px;
	text-indent: -9999px;
}
.send-button-en {
	background-color: transparent;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: -20px;
	background-image: url(../img/button/submit-button.png); 
	height: 80px;
    width: 205px;
	text-indent: -9999px;
}
.send-button:focus, .send-button-en:focus {
	outline:none;
}
.send-button:disabled, .send-button-en:disabled {
	opacity:0.3;
}

.footer-right-side-inner {
	padding: 0px 20px;
	margin-top: -20px;
}

p.footer-adress {    
	margin-bottom: 60px;
	border-bottom: 1px solid #35373c;
	padding-bottom: 60px;
	text-align: left;
}
.geotag {
	float: left;
    margin-right: 10px;
    margin-top: -3px;
	margin-bottom: 30px;
}

p.social img {
	vertical-align:middle;
}

.footer-menu ul {
	padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}
.footer-menu ul li {
	display:inline-block;
}
.footer-menu ul li a {
	text-transform:uppercase;
	text-decoration:none;
	color: #eac176;
}

.footer-menu ul li:before {
	content: url(../img/decoration/footer-menu-divider.png);
	padding:20px;
}

.footer-menu ul li:first-child:before {
	display:none;
} 

@media (min-width: 1261px) {
	.footer-inner {bottom: 0;}
	.footer-left-side {
		height:100%;
	}
	.footer-left-side img {
		bottom: 0;
		position: absolute;
	}
	.footer-menu ul br {display: none;}
}
@media (max-width: 1260px) {
	.footer {
		margin-top: -90px;
		height: 944px;
	}
	.footer-inner {
		width: 625px;
		top: 130px;
		margin: 0 auto;
		height: 814px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.footer-left-side {
		width: 50%;
		order: 2;
	}
	.footer-middle-side {
		width: 100%;
		order: 1;
		padding-bottom: 35px;
	}
	.footer-right-side {
		width: 50%;
		order: 3;
		padding-top: 15px;
	}
	.footer-menu ul {
		padding: 10px;
	}
	.footer-menu ul li {
		padding: 10px 0;
	}
	.footer-menu ul li:nth-child(6):before {
		content:'';
		padding: 0;
	}
	a.footer-link-contacts {
		    top: 395px;
	}
	a.footer-link-ask-question {
		top: 475px;
	}
}

@media (max-width: 760px) {
	.footer-inner { width:100%;}
	.footer textarea {width: 275px;}
	.container {float:none; margin: 0 auto;}
	.send-button {float:none; margin-top: 30px;}
	.footer-left-side {display:none;}
	p.footer-text-header::before, p.footer-text-header::after {display:none;}
	.footer-menu ul li {display: block;}
	.footer-menu ul li:before {display:none;}
	.footer-menu br {display:none;}
	.footer-right-side {width: 80%; margin-top: -350px;}
	.footer {height: 1300px; margin-top: -135px;}
	.footer-inner {height: 1300px;}
	p.footer-adress {margin-bottom: 20px;padding-bottom: 20px;}
	.footer-middle-side {    margin-top: 30px;}	
	.footer-text-header {  padding:0 20px; padding-top: 95px;}
	.send-button-en {margin-top: 0; float: none;}
}