html, body{
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}

#bg1{
    background: url("../img/ФотоГлавнное.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}

#bg2{
    background: url("../img/Фон2.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    height: 65vh;
    overflow: hidden;
    color: #fff;
}

#simple_block{
    background: url("../img/ФонСайта.jpg");
    width: 100%;
    padding: 20px 50px 30px 50px;
    text-align: center;
    color: #111;
}

.ov{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.7;
}

#bg1 .title{
font-family: 'Philosopher', sans-serif;
    text-align: center;
    color: #fff;
    margin: 17% auto 15px;
    font-size: 5vw;
    font-weight: 600;
    position: relative;
    z-index: 9999;
}
.ГостиницаП{
     font-size: 1.3em;
    font-family: 'Philosopher', sans-serif;
     font-weight: 600;
}
.Гостиница{
     font-size: 1.6em;
font-family: 'Philosopher', sans-serif;
     font-weight: 900;
}
.Гостиница2{
     font-size: 1.2em;
font-family: 'Philosopher', sans-serif;
     font-weight: 900;
}
#bg1 .description{
    text-align: center;
}
.cont h1{
    width: 60%;
    margin-left: 20%;
    padding: 25px 35px;
    background:rgba(173, 46, 0,0.7);
}

.cont h2{
    font-size: 2vw;
    text-align:center;
    width: 70%;
    margin-left: 15%;
    padding: 25px 35px;
    background:rgba(255, 150, 84,0.7);
}
#simple_block h3{
     font-size: 2.5vw;
}
#simple_block h4{
     font-size: 5vw;
}
#simple_block p{
    margin-top: 17px;
}
table {
    text-align:left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  color: #111;
}
caption {
    width: 100%;
  padding: 10px;
  color: white;
  background: #8FD4C1;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: left;
}
td {
  padding: 10px;
  border-bottom: 3px solid #B9B29F;
}
tr:nth-child(odd) {
}
tr:nth-child(even) {
}
#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
.ФотоГалерея img{
      box-shadow: 0px 0px 12px 0px #000000;
}
.ОбратныйЗвонок{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
