/* ----- Reset -------------------------------------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ----- Helpers -------------------------------------------------- */
.clear {
  clear: both;
}
a {
  color: #4988b2;
}
a:hover {
  text-decoration: none;
}
a,
img {
  outline: none;
}
input:focus {
  outline: none;
}
/* ----- General -------------------------------------------------- */
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
.backstretch {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
	font-weight: 400;
}
header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 250;
  background: rgba(19, 19, 19, 0.8);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
header .top {
  width: 96%;
  padding: 0 2%;
}
header a.logo {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  float: left;
}
header a.logo img {
  float: left;
}
header a.logo .logo-image {
	height: 56px;
	padding-top: 15px;
	padding-bottom: 15px;
	filter: invert(69%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(89%) contrast(91%);

}
header .right_side {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;
  float: right;

}
header .lang {
  display: -moz-inline-stack;
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  display: inline;
  margin-left: 200px;
  vertical-align: top;
  height: 100%;
}
header .text {
  display: -moz-inline-stack;
  display: inline-block;
  top: 16px;
  vertical-align: top;
  zoom: 1;
  line-height: 14px;
  margin-left: 10px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 18px;
}


.info-text {
  margin: auto;
  width: 50%;
  position: relative;
  top: 25%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  color: #aaa;
  font-size: 20px;
}

@media (max-width: 425px) {
  header .text {
    position: absolute;
    margin: 0;
  }
}
header .lang a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 32px;
  height: 32px;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin-top: 36px;
text-decoration: none;
text-transform: uppercase;
}
header .lang a.active {
  //background: #333;
  color: #9d9d9d;
  text-decoration: underline;
}
header .right_side .phones {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 22px 0 0 20px;
  height: 40px;
  border: 1px solid #999999;
  line-height: 40px;
  //padding-left: 50px;
  /*background: url('../img/phone.png') no-repeat 16px 12px;*/
  transition: 1s;
}
header .right_side .phones span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
margin-left: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
header .right_side .address {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 22px 0 0 20px;
  height: 40px;
  //border: 1px solid #393939;
  line-height: 40px;
  //padding-left: 50px;
  /*background: url('../img/address.png') no-repeat 19px 11px;*/
  transition: 1s;
}
header .right_side .address a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 14px;
  margin: 13px 20px 0 20px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  //border-bottom: 1px dashed #999;
}
header .right_side .address a:hover {
  border: none;
}
header .right_side .order {
  transition: 1s;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 22px 0 0 20px;
  height: 40px;
  border: 1px solid #444;
  line-height: 40px;
  font-weight: 400;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease-in-out;
	background: rgba(183, 183, 183, 1);
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.08)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(255, 255, 255, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ffffff', endColorstr='#14ffffff', GradientType=0);*/
}
header .right_side .order:hover {
  border: 1px solid #f9b759;
	background-color: #131313;
  color: #f9b759;
}
header .right_side .order img {
  display: none;
  transition: 1s;
}
nav {
  background: #131313;
  text-align: center;
}
nav a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #aaa;
  line-height: 40px;
  text-decoration: none;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 400;
	text-transform: uppercase;
  transition: 0.3s;
}
nav a.active {
  color: #f9b759;
}
nav a:hover {
  color: #e4a751;
}
footer {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0;
  height: 36px;
  position: fixed;
  bottom: 0;
}
footer .copyright {
  display: block;
  float: left;
  line-height: 36px;
  color: #cccccc;
  font-size: 14px;
  margin-left: 1%;
}
footer>a {
  font-size: 14px;
  display: block;
  float: right;
  margin-right: 1%;
  text-decoration: none;
  line-height: 36px;
  color: #ccc;
}
footer>a span {
  color: #f0cc7a;
  text-decoration: underline;
}
footer>a span:hover {
  text-decoration: none;
}
.margin {
  display: block;
  height: 170px;
  width: 100%;
}
.margin_bottom {
  display: block;
  height: 50px;
  width: 100%;
}
.padding {
  padding: 30px;
}
.content {
  z-index: 100;
  width: 1100px;
  margin: 0 auto 100px auto;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  color: #eee;
  position: relative;
}
.content h1 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.content p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 15px;
}
.content .navigate {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 1% 30px;
  width: 200px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
}
.content .navigate ul li {
  border-top: 1px solid #222;
}
.content .navigate ul li:first-child {
  border: none;
}
.content .navigate span {
  display: none;
  font-size: 14px;
}
.content .navigate a {
  color: #f9b759;
  font-size: 14px;
  display: block;
  border-bottom: 1px dashed #333;
  padding: 20px 0;
}
.content .navigate a:last-child {
  border: none;
}
.content .navigate a.active {
  color: #eee;
  text-decoration: none;
}
.content .nbrs {
  padding: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.content .nbrs .left {
  width: 262px;
  text-align: center;
  float: left;
  margin: 0 20px 30px 0;
}
.content .nbrs .left .order_btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0 30px;
  line-height: 40px;
  font-size: 11px;
  color: #f9b759;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #f9b759;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 10px;
}
.content .nbrs .left .order_btn:hover {
  background: #f9b759;
  color: #333;
}
.content .nbrs .left .photos{
  overflow: hidden;
  width: 262px;
  height: 195px;
}
.content .nbrs .left .photos .item {
  width: 262px;
}
.content .nbrs .left .photos .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.content .nbrs .left .photos .owl-dots .owl-dot {
  width: 24px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #444;
  height: 3px;
  margin-right: 2px;
}
.content .nbrs .left .photos .owl-dots .owl-dot.active {
  background: #dd9f42;
}
.content .nbrs .text {
  float: left;
  width: 500px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.gallery a {
  display: block;
  padding: 0;
  margin: 0 2px 2px 0;
  width: 24.6%;
  float: left;
}
.gallery a img {
  float: left;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.fancy_close {
  width: 30px;
  height: 30px;
  display: block;
  background: url('../img/fancy_close.png') no-repeat;
  position: absolute;
  z-index: 255;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  transition: 0.5s;
}
.fancy_close:hover {
  opacity: 1;
}
.fancy_next,
.fancy_prev {
  width: 16px;
  height: 30px;
  display: block;
  opacity: 0.5;
  position: absolute;
  transition: 0.5s;
  z-index: 255;
}
.fancy_next:hover,
.fancy_prev:hover {
  opacity: 1;
}
.fancy_next {
  background: url('../img/fancy_next.png') no-repeat;
  top: 50%;
  right: 15px;
}
.fancy_prev {
  background: url('../img/fancy_prev.png') no-repeat;
  top: 50%;
  left: 15px;
}
.phone_nav {
  display: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 22px 0 0 20px;
  height: 38px;
  border: 2px solid #393939;
  line-height: 40px;
  padding: 2px 10px 0 10px;
  transition: 1s;
}
.phone_nav img {
  paddign-top: 2px;
}
.phone_nav:hover {
  border: 2px solid #666;
}
.trapv{
position:absolute;
bottom:50px;
display: inline-block;
right:20px;
margin-left: 15px;
padding-top: 5px;
color: white!important;
text-decoration: none!important;
text-align:center;
}
.logo-stars {
      margin-top: 32px;
    height: 15px;
}
/************************************************************************************
smaller than 1300px
*************************************************************************************/
@media screen and (max-width: 1380px) {
  body {
    width: 100%;
  }
  body .nav_overlay {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    height: auto !important;
    position: fixed;
    z-index: 155;
  }
  .fancy_close {
    top: 10px;
    left: 35%;
    width: 30%;
    background-position: top center;
    padding: 1% 0;
  }
  .fancy_next,
  .fancy_prev {
    top: 10px;
    width: 30%;
    padding: 1% 0;
  }
  .fancy_next {
    right: 0;
    background-position: top right 15px;
  }
  .fancy_prev {
    left: 0;
    background-position: top left 15px;
  }
  header .right_side .lang,
  header .right_side .phones,
  header .right_side .address,
  header .right_side .order {
    display: none;
  }
  header .right_side .phone_nav {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-right: 20px;
  }
  header nav {
    display: none;
    width: 200px;
    position: fixed;
    top: 0;
    z-index: 255;
    right: 0;
    padding: 20px 0;
    text-align: left;
    height: 100%;
    height: auto !important;
    min-height: 100%;
    font-size: 80%;
  }
  header nav a {
    font-size: 14px;
    display: block;
    border-bottom: 1px dashed #333;
    padding: 2px 0;
  }
  header nav a:last-child {
    border: none;
  }
  .content {
    width: 94%;
    margin: 0 auto 100px auto;
  }
  .content .navigate {
    width: 90%;
    padding: 0 5% 0 5%;
    overflow: hidden;
    background: #000;
  }
  .content .navigate span {
    display: block;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    background: url('../img/arrow.png') no-repeat top 26px right 0;
  }
  .content .navigate ul {
    display: none;
  }
  .content .navigate ul li {
    border-top: 1px solid #222;
  }
  .content .nbrs .text {
    width: 94%;
    float: none;
    display: block;
    padding: 0 3%;
    margin-top: 20px;
  }
  .margin {
    height: 160px;
  }
  .margin_bottom {
    display: block;
    height: 20px;
    width: 100%;
  }
  .gallery a {
    width: 32%;
  }
  .s_right{
    width:100%!important;
  }
  a.order{
    display: block!important;
    position: absolute;
    right: 100px;
  }
}
@media screen and (max-width:900px){
 header .lang {
    margin-left: 0px;
  }
}
@media screen and (max-width:700px){
      a.order{
  display: inline-block!important;
    margin-top: 80px!important;
    /*right: 0%!important;*/
    margin-right: -70px!important;
}
}
/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 700px) {
  .fancy_close,
  .fancy_next,
  .fancy_prev {
    top: -50px;
  }
  header {
    height: 140px;
  }
  header .top {
    height: 140px;
  }

  header .lang {
    margin-left: 0px;
  }

  footer {
    height: 70px;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer>a {
    width: 100%;
    text-align: center;
    line-height: 18px;
  }
  .content .nbrs h1 {
    text-align: center;
  }
  .content .nbrs .left {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .content .gallery a {
    width: 49%;
  }
  .trapv {
  display: none;
  }
	header .right_side {
	width: 100%;
}

	header .phone_nav{
	float: left;
		margin-top: 0px;
    	margin-right: 0px !important;
		margin-left: 0px;
  	}
	header .lang {
		float: right;
		height: 86px;
		margin-right: 10px;
	}
a.order { 
	margin-top: 0 !important;
	margin-right: -95px !important;
	}

	.slide-panorama {
		-webkit-animation: slide 30s forwards;
		-webkit-animation-delay: 1s;
		animation: slide 3s forwards;
		animation-delay: 0.4s;
	}

	@-webkit-keyframes slide {
    100% { left: -100%; }
	}

	@keyframes slide {
		100% { left: -100%; }
	}

}
/************************************************************************************
smaller than 480px
*************************************************************************************/
@media screen and (max-width: 480px) {

  header {
    height:  150px;
  }
  header .top {
    height: 140px;
    line-height: 85px;
  }
  header .top .logo {
    line-height: 85px;
    width: 210px;
    margin-top: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
  header .top .logo img {
    vertical-align: middle;
    line-height: 85px;
    width: 100%;
  }
	header .right_side {
	width: 100%;
}

	header .phone_nav{
	float: left;
		margin-top: 0px;
    	margin-right: 0px !important;
		margin-left: 0px;
  	}
	header .lang {
		float: right;
		height: 86px;
		margin-right: 10px;
	}


a.order { 
	margin-top: 0 !important;
	margin-right: -95px !important;
	}

  .trapv {
  display: none;
  }

.modal {
	margin-top: 140px;
	}


}

.ul_inner{

}
.ul_inner li{
  font-size: 13px;
 list-style: disc;
 list-style-position: inside;
 margin-bottom: 5px;
}

.safe{
    width: 359px;
    height: 430px;
    position: relative;
    background: url(/img/safe.png) no-repeat;
}

.safe_buttons .sb_01, .safe_buttons .sb_02, .safe_buttons .sb_03, .safe_buttons .sb_04, .safe_buttons .sb_05, .safe_buttons .sb_06, .safe_buttons .sb_07, .safe_buttons .sb_08, .safe_buttons .sb_09, .safe_buttons .sb_00 {position: absolute;width: 60px;height: 60px;background: url(/img/safe_buttons.png) no-repeat;cursor: hand;cursor: pointer;}


.safe_buttons .sb_01{left: 11px;top:14px;background-position: 0px 0px;}
.safe_buttons .sb_02{left: 82px;top:14px;background-position: -70px 0px;}
.safe_buttons .sb_03{left: 153px;top:14px;background-position: -141px 0px;}
.safe_buttons .sb_04{left: 224px;top:14px;background-position: -211px 0px;}
.safe_buttons .sb_05{left: 298px;top:14px;background-position: -281px 0px;}

.safe_buttons .sb_06{left: 11px;top:84px;background-position: 0px -71px;}
.safe_buttons .sb_07{left: 82px;top:84px;background-position: -70px -71px;}
.safe_buttons .sb_08{left: 153px;top:84px;background-position: -141px -71px;}
.safe_buttons .sb_09{left: 224px;top:84px;background-position: -211px -71px;}
.safe_buttons .sb_00{left: 298px;top:84px;background-position: -281px -71px;}

.safe_buttons{
    width: 367px;
    height: 247px;
    position: absolute;
    left: 275px;
    top: 84px;
    background: url(/img/safe_butt_bck.png) no-repeat;   
}

.safe .safe_text{position: absolute;width:257px;height: 50px;line-height: 50px;font-size: 24px;border: 0;background:url(/img/safe_inp_bg.png) no-repeat;left: 296px;top: 255px;font-weight: bold;}
.safe .safe_submit{position: absolute;width:50px;height: 50px;background:url(/img/safe_submit.png) no-repeat;left: 570px;top: 255px;cursor: hand;cursor: pointer;}
.fb{
  float: left;
margin-right: auto;
display: inline-block;
line-height: 37px;
text-decoration: underline;
color: #f0cc7a;
margin-left:15px;
}
.copy{
display:inline-block;
float:left;
}
.bookingcom{
display: inline-block;
float: left;
margin-left: 15px;
padding-top: 5px;
color: white!important;
text-decoration: none!important;
}



.bookingcom a,.bookingcom a span{
color: white!important;
text-decoration: none!important;
line-height: 20px!important;
}
.item-guest-book{
font-size: 13px;
line-height: 19px;
font-weight: 400;
}
.content p a{
color:#e4a751;}
.fb img{
display:inline-block;
margin-top:4px;
}
.safe_submit{
background: url('../img/safe_submit.png') no-repeat;
width: 50px;
height: 50px;
position: absolute;
top: 255px;
left: 563px;
cursor:hand;
cursor:pointer;
}

.inputtext,.inputtextarea{
padding:5px;
width:90%;
margin:5px;
font-family: "Montserrat", sans-serif;
}
.guest-book-btn input{
border: 0;
background: white;
padding: 10px;
margin-left: 160px;
margin-top: 10px;
font-family: "Montserrat", sans-serif;
cursor:hand;
cursor:pointer;
}

.content h2{
font-size:20px;
margin-top:30px;
margin-bottom:10px;
font-family: "Montserrat", sans-serif;
}

.final_propose {
    background: rgba(255,255,255,1);
    color: #000!important;
}

.modal {
	width:100%;
	height: 100%;
	margin-top: 83px;
	display: none;
	background-color: rgba(0,0,0,0.8);
	z-index: 251;
	overflow: auto;
	position: fixed;
	font-family: "Montserrat", sans-serif;
	color: #eee;
	top: 0;
	left: 0;
	justify-content: center;
	padding: 40px 20px;
	box-sizing: border-box;
}

.modal .modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

.modal .modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	width: 100%;
	height: 100%;
	margin-top: 200px;
}

.modal .modal-header {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.modal .close {
	font-size: 48px;
	cursor: pointer;
}

.modal p:not(:last-child) {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.modal_banner {
	width:100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.8);
	z-index: 251;
	overflow: auto;
	position: fixed;
	font-family: "Montserrat", sans-serif;
	color: #eee;
	top: 0;
	left: 0;
	padding: 100px 100px;
	box-sizing: border-box;
}

@media screen and (max-width: 850px) {
	.modal_banner {
		padding: 100px 50px;
	}
}

@media screen and (max-width: 480px) {
	.modal_banner {
		padding: 100px 20px;
	}
}


.modal_banner .modal_content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;

}

.modal_banner .close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 48px;
	cursor: pointer;
}

.modal_banner .modal_content .modal_body {
	height: auto;
	width: 100%;
	max-height: calc(100vh - 200px);
	max-width: 1090px;
position: relative;
}

.modal_banner .modal_content .modal_body img {
display: block;
	object-fit: cover;
vertical-align: top;
width: 100%;
}

.modal_banner .modal_content .modal_body a {
	position: absolute;
	bottom: -50px;
right: 0;
text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	background-color: #f9b759;
    line-height: 40px;
    font-weight: 400;
    padding: 0 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: black;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    border-radius: 5px;
    font-weight: bold;
}
.modal_banner .modal_content .modal_body a:hover {
	border: 1px solid #f9b759;
    background-color: black;
    color: #f9b759;
}

@media screen and (max-width: 480px) {
.order.open {
	margin-right: 100px !important;
}
}

@media screen and (max-width: 1380px) {
.order.open {
	margin-right: 200px !important;
}
}

@media screen and (max-width: 850px) {
	.order.open {
		margin-right: 100px !important;
	}
}

@media screen and (max-width: 850px) {
	.order {
		margin-top: 0 !important;
		margin-right: -95px !important;
	}
}

@media screen and (max-width: 1100px) {
    header .lang {
        margin-left: 0px;
    }
}

@media screen and (max-width: 850px) {
    header .right_side {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    header .lang {
        float: right;
        height: 86px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1380px) {
	header .lang {
		margin-left: 120px;
	}
}

@media screen and (max-width: 850px) {
    header .phone_nav {
        float: left;
        margin-top: 0px;
        margin-right: 0px !important;
        margin-left: 0px;
    }
}

@media screen and (max-width: 850px) {
    header .top {
        height: 140px;
    }
}

.order.open {
	    border: 1px solid #f9b759 !important;
    background-color: #131313 !important;
    color: #f9b759 !important;
}

.order.open:hover {
	    border: 1px solid #444 !important;
color: black !important;
    background: rgba(183, 183, 183, 1) !important;
}

.cookie-panel.cookie-panel--close {
	background-color: rgb(219, 203, 184, 0.8) !important;
}
