﻿html, body {
	margin: 0;
	padding: 0;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

body {
	background-image: url(/images/fon.jpg);
	background-repeat: repeat;
	background-color: #3c1e14;
	color: #fff;
}

*{box-sizing: border-box}

img,fieldset {
	border: none;
	display: block;
}

p {
	padding: 5px 0;
}

h1, h2 {
	font-family: Arial;
	font-size: 150%;
	margin-top: -5px;
	margin-left: 0;
	color: #fff;
}
h1{text-indent: 0 !important;}
h2{font-size: 130%}
a {
	color: #0070ff;
}


.buttons {
    padding: 40px 10px 0 10px;
/*    padding-left: 5px; */
/*    padding-right: 5px; */
/*	margin-bottom: 20px; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 10px;
/*	border: 1px solid #000000;*/
}

.rightbutton {
    margin-top: 20px; 
}

.rc4 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
/*	background: #f5f5f5;*/
}

.rc5 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
/*	background: #00b5b6;*/
}

.brdr {
	border-color: #FFF; 
	border: solid;
	border-width: 2px; 
}
.page-content{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	gap: 40px;
}
.leftside {
	width:180px;
/*	margin:0 20px 0 0;*/
}
.rightside {
	min-width:180px;
	display: flex;
	gap: 5px ;
	flex-direction: column;
}

.centercontent {
	width:calc(100% - 220px);
	color: antiquewhite;
	text-align: justify;
	text-indent: 40px;
}

.akcia {
    color:#FFF;	
	font-size:14px;
	font-weight:bold;
}

.pricetable {
    background-color: #4A2500;
	padding:0 10px 0 10px;
	text-align: right;	
	font-weight:bolder;
	color:#FFF;
}

.booking-2 td{ width: 100%;}
.booking-2 tr:nth-child(2) td:first-child{
	display: flex;
	padding-top: 7px;

}
.booking table{
	width: 100%;
}
.booking {
	width: 100%;
/*	height: 950px;*/
	margin-top: 8px;
/*	margin-bottom: 10px;*/
/*	background: url(images/opacity.png);*/
    background-color: rgba(255, 255, 255, 0.2);
/*    opacity: 0.2;*/
	border: 1px solid #ccc;
	text-align: left;
	padding-left: 10px;
}

.notbooking {
	width: 100%;
/*	height: 950px;*/
	margin-top: 8px;
/*	margin-bottom: 10px;*/
/*	background: url(images/opacity.png);*/
/*    opacity: 0.2;*/
	text-align: left;
	padding-left: 10px;
}


.room {
	width: 100%;
	min-height: 77px;
	margin-top: 8px;
    background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #ccc;
	text-align: left;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	overflow: hidden;
}

.roomnumber {
	float: left;
	width: 90px;
	height: 70px;
	text-align: center;
	margin-right: 10px;
	margin-top: 8px;
/*	margin-left: 20px;*/
}

.button_booking {
	float: right;
	margin-right: 10px;
}

.content {
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 8px;
/*	background: #f3f3ee; */
	background: #f7f7f7; 
	border: 1px solid #d3d3d3;

	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Параметры тени */
}

.content5 {
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 8px;
/*	background: #f3f3ee; */
	background: #cbb5b6; 
	border: 1px solid #8a8a8a;

	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Параметры тени */
}


.content div.cc div {
	padding-bottom: 1,5em;
}

#container {
	max-width:1000px;
	width: 100%;
	margin:0 auto;
	margin-top:10px;
}


.header {
	width:100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}



#nav {
	width:165x;
	height:235px;
	float:left;
	background-color:#fefefe;
	margin:5px 5px 0 0;
	border: 2px solid #ddd;
}
* html #nav {
  margin:5px 0px 0 0;
}

#nav ul {	
	list-style: none;
	width: 160px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	/*border-left: 2px solid #ccc;*/
}	

#nav li {
	margin-bottom: 0.4px;
	padding: 0 5px 0 10px;
}

#nav li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	height: 18px;
	text-decoration: none;
	color: #b60400;
	display: block;
	padding: 6px 10px 0 10px;
	background-color: #fefefe;
	border-bottom: 1px #b60400 solid;
	border-left: 2px #fefefe solid;
	border-right: 2px #fefefe solid;

}	
	
#nav li a:hover {
	color: #222;
	border-left: 2px #e7e7e7 solid;
	border-right: 2px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
	background-color:#efefef;
	
}



#side_obyav {
	width:180px;
	height:auto;
	float:center;
	margin: 10px 0 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #6b6b6b;
	line-height: 1.3em;
	background-color:#B5F26D;
	border: 2px solid #759E45;
	font-size: 1.2em;
	text-align: center;

	
}

#side_obyav2 {
	width:180px;
	height:auto;
	float:center;
	margin: 10px 0 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #6b6b6b;
	line-height: 1.3em;
	background-color:#98B4ED;
	border: 2px solid #1248B7;
	font-size: 1.2em;
	text-align: center;

	
}

#side_obyav3 {
	width:180px;
	height:auto;
	float:center;
	margin: 10px 0 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #6b6b6b;
	line-height: 1.3em;
	background-color:#F689E0;
	border: 2px solid #730D5E;
	font-size: 1.2em;
	text-align: center;

	
}

#contentold {
	width:553px;
	float:left;
	margin: 5px 0px 5px 4px;
	padding: 5px 13px 20px 10px;
	border: 2px solid #DDD;
	color: #6b6b6b;
	background-color:#fefefe;
}


#links {
	width:206px;
	clear:right;
	float:left;
/*	margin:5px 5px 0 5px;	*/
	padding: 0 0 0 7px; 
	color: #3b3b3b;
	background-color:#fefefe;
}

#down {
	width:400px;
	clear:both;
	margin: 15px 10px 15px 10px;
	border: 1px solid #819CD7;
	background-color: #cde1f9;
	color:#666666;
	padding:5px 5px 5px 5px;

}


#footer {
	width:553px;
	height:45px;
	clear: both;
	color: #808080;
	background-color: #fefefe;
	font-size: 0.8em;
	text-align: left;
/*	padding: 5px 10px 5px 0; */
	margin: 30px 0 0 232px; 

}

#footer2 {
	clear: both;
	color: #808080;
	background-color: #fefefe;
	font-size: 0.8em;
	text-align: center;
	padding: 5px 10px 5px 0;
	margin: 15px auto 35px 227px;
	border: 2px solid #ddd;
	width:450px;
	height:35px;

}


#counter {
	float:left; 
	width:31px; 
	height:31px;
	margin-left:3px;
	margin-right:5px;
}

a {
	text-decoration: none;
	color: #FFFF00;
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 8px 0;
	padding: 2px 0px 0px 0px;
/*	border-bottom: 2px solid #ccc; */
	color:#777;
}

h4 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #ccc;
	color:#B32727;
}

h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
    border-bottom: 2px solid #ccc;
 	color:#344343;
}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
    color:#4E4763;
}

h7 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
    color:#4E4763;
}

.imgleft {
	margin:10px 10px 10px 0px; /*было 10рх 0рх 0рх 0рх*/
	float:left; 
	border:1px #000 solid;
}

.imgright {
	margin:0px 0px 0px 10px; 
	float:right; 
	border:1px #000 solid;
}

.imgcenter {
	margin:0px 0px 0px 0px; /*было 10px 10px 10px 10px*/
	float:center; 
	border:1px #000 solid; /* не было */

}
.imgright_r {
    float: right; /* Выравнивание по правому краю */
    border: 0px solid #333; /* Параметры рамки */
    padding: 7px; /* Поля внутри блока */
    margin: 10px 0 5px 5px;  /* Отступы вокруг */
    background: #ffffff; /* Цвет фона */
	font-style: italic;
}
.imgright_r p {
    margin: 0 auto 5px; /* Отступы вокруг абзаца */
}

.imgleft_r {
    float: left; /* Выравнивание по правому краю */
    border: 0px solid #333; /* Параметры рамки */
    padding: 7px; /* Поля внутри блока */
    margin: 5px 5px 5px 0;  /* Отступы вокруг */
    background: #ffffff; /* Цвет фона */
	font-style: italic;
}
.imgleft_r p {
    margin: 0 auto 5px; /* Отступы вокруг абзаца */
}
.imganswer {
	width:135px; 
	border:0;
	margin:0px 10px 0px 0px;
	float:right;
}



.headertext1 
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.push {
	align: left;
	color:#FFFFFF;
	/*background-color:#ccc;*/
	noshade:"";
	
}


.sign 
{
	font-size: 12px;
	color:#444;
	font-weight: bold;
	font-style: italic;
}

.footer{
	display: flex;
	justify-content: center;
	overflow: hidden;
	height: 42px;
	background: linear-gradient(180deg, #efdc97, #c6a055, #956b3e);
	border-radius: 8px;
	margin: 10px;
	width:  100%  ;
	padding: 10px;
	font-size: 14px;
	color: #3c1e14;
}

.notbooking table{
	width: 100%
}

.images-gallery img{
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.images-gallery{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
@media screen and (max-width: 1040px) {
	#container{
		padding: 0 20px;
	}
}


@media screen and (max-width: 680px) {
	.leftside,
	.centercontent{
		width: 100%;
	}
	.page-content{
		flex-direction: column-reverse;
	}
	.rightside{
		flex-direction: row;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}
	.leftside img{float: left; margin-right: 20px; }
}