﻿ @font-face{
font-family: 'Roboto'; /* Имя шрифта */
src: url(fonts/roboton.ttf); /* Путь к файлу со шрифтом */
font-weight: normal;
font-style: normal;
}
 @font-face{
font-family: 'Roboto'; /* Имя шрифта */
src: url(fonts/robotoi.ttf); /* Путь к файлу со шрифтом */
font-weight: normal;
font-style: italic;
}

@font-face{
font-family: 'Roboto'; /* Имя шрифта */
src: url(fonts/robotob.ttf); /* Путь к файлу со шрифтом */
font-weight: bold;
font-style: normal;
}

@font-face{
font-family: 'Roboto'; /* Имя шрифта */
src: url(fonts/robotobi.ttf); /* Путь к файлу со шрифтом */
font-weight: bold;
font-style: italic;
}

/* Класс для тега font в таблицах занятости номеров */
 .zakaz_font{
 margin-left: 5px;
 color: #333;
 font-size:18px;
 font-weight: bold;
 font-family: Roboto, Comic Sans MS;
 }
 
 /* Класс для тега font, названия номеров в таблицах номеров */
 .name_room{
 margin-left: 10px;
 color: #fff;
 font-weight: bold;
 text-align: center;
 font-size:26px;
 font-family: Roboto, Comic Sans MS;
 background-color: #3399CC; /* цвет ячейки */
 cursor: pointer; /* Чтобы было понятно, что по ячейке можно кликать */
 }
 
 /* Класс для тега font, описания номеров в таблицах номеров */
 .opis_room{
 margin-left: 5px;
 color: #039;
 text-align: center;
 font-size:10px;
 font-family: Roboto, Comic Sans MS;
 }
 
 /* Класс для тега font названия месяцев в таблицах номеров */
 .name_mes{
 margin-left: 10px;
 color: #930;
 text-align: center;
 font-size:18px;
 font-family: Roboto, Comic Sans MS;
 }
 
 /* Класс для тега font фото, видео в таблицах номеров */
 .name_foto_video{
 background: #39с;
 color: white;
 text-align: center;
 font-size:18px;
 font-family: Roboto, Comic Sans MS;
 }
 .name_foto_video:hover{ /* Анимация ячейки фото, видео в таблицах номеров */
 background: #f93;
 color: #039;
 text-align: center;
 font-size:18px;
 font-family: Roboto, Comic Sans MS;
}
/* Модальное окно описание номеров--начало */ 
 /* Класс для тега описание в таблицах номеров */
.name_opis { 
  background: #39c;
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: Roboto, Comic Sans MS;
}

/* Новые стили для модального окна и оверлея */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  width: 80%;
  max-width: 600px;
  z-index: 1001;
}

.modal-content button {
  position: absolute; /* чтобы точно позиционировать */
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 30px;       /* большой размер крестика */
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 5px 10px;     /* увеличим область клика */
  transition: color 0.3s ease;
  user-select: none;     /* чтобы крестик нельзя было выделить */
}

.modal-content button:hover {
  color: #000;
}
.close-btn {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 5px 10px;
    transition: color 0.3s ease;
    user-select: none;
}
 /* Модальное окно описание номеров--конец */

.room_mir{ /* Стили ячейки кнопок таблицы номеров Мирный */
	text-decoration: none;
  outline: none;
  display: inline-block;
  width: 350px;
  height: auto;
  line-height: 45px;
  border-radius: 10px;
  margin: 10px 20px;
  font-size: 24px;
  text-align: center;
  color: #039;
  background: #75a7e4;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  -webkit-appearance: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
 .room_mir:hover{ /* Анимация ячейки Описание Мирный при наведении */
    -webkit-transform: translateY(-7px);
	background: #75a7e4;
 box-shadow: 0 15px 20px rgba(46,229,157,.4);
 color: #039;
  transform: translateY(-7px);
}

.room_mar{ /* Стили ячейки Описание Марьино */
	-webkit-appearance: none;
	text-decoration: none;
  outline: none;
  display: inline-block;
  width: 350px;
  height: auto;
  line-height: 45px;
  border-radius: 10px;
  margin: 10px 20px;
  font-size: 24px;
  text-align: center;
  color: #930;
  background: #FC6;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}
 .room_mar:hover{ /* Анимация ячейки Описание Марьино при наведении */
    -webkit-transform: translateY(-7px);
	background: #fc6;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: #930;
  transform: translateY(-7px);
}

 html, body, #map {
	 -webkit-overflow-scrolling: touch;
			overflow-x: hidden;
            width: 100%; height: 100%; padding: 0; margin: 0;
        }
   table.table_mob {/* перестроение некоторых элементов (кнопок описания, фото номеров) в таблице на маленьких экранах */
	   border-collapse: collapse;
	   }
	   
   @media screen and (max-width: 800px) {
  table.table_mob td {display: block;}

	}
 

/* Класс для текста меню в гостевой */
 .text_gb{
 margin-left: 50px;
 color: #fff;
 font-weight: bold;
 text-align: center;
 font-size:14px;
 font-family: Roboto, Comic Sans MS;
 }
 
/* Стили Меню */

header{
	width:100%;
	display:table;	
	margin-bottom:30px;
	position:fixed;
	z-index:10;
	}

nav{
	width:auto;
	float:right;
	}
nav ul{
	display:table;
	float:left;
	margin:0 20px;
	padding:0
	}
nav ul li{
	color:white;
	font-size:20px;
	float:left;
	list-style-type:none;
	background-color: #3399CC;/* Цвет горизонтального меню */
	border-radius: 8px; /* Скругления ячеек меню */
	margin-right:3px;
	}
nav ul li:last-child{
	padding-right:0
	} /* Поля вокруг текста */
nav ul li a{
	color:white;
	font-size:20px;
	padding:10px 20px;
	display:inline-block;
	text-decoration:none
	}

.toggle-menu ul{
	display:none;
	width:25px;
	margin-left:0;
	padding-left:0;
	margin:3px;
	text-align: center;
	}
.toggle-menu ul li{
	width:100%;
	height:3px;
	background-color:#39c; /* Цвет гамбургера в десктопном виде, но его все равно не видно */
	margin-bottom:4px;
	list-style:none;
	text-align: center;
	}
.toggle-menu ul li:last-child{
	margin-bottom:0
	}
	
input[type=checkbox]{
	display:none;
	}

@media only screen and (max-width: 980px) {
header{
	padding:20px 0
	} /* Поля вокруг текста */
.toggle-menu ul{
	display:table;
	width:40px; /* Ширина гамбургера */
	margin-left:0;
	padding-left:0;
	margin:5px;
	
	}
.toggle-menu ul li{
	width:100%;
	height:5px;
	background-color:#39c; /* Цвет гамбургера в мобильном виде */
	border-radius: 10px;
	margin-bottom:4px;
	list-style:none;
	
	}
.toggle-menu ul li:last-child{
	margin-bottom:0
	}
input[type=checkbox]{
	position:absolute;
	top:-9999px;
	left:-9999px;
	background:none
	}
input[type=checkbox]:fous{
	background:none
	}
label{
	float:right; /* гамбургер справа */
	display:inline-block;
	cursor:pointer;
	margin-right:25px
	}
input[type=checkbox]:checked ~ nav
{
	display:block
}
nav{
	display:none;
	position:absolute;
	right:30px;top:50px; /* Расположение меню в мобильном виде справа */
	
	z-index:99
	}
nav ul{
	width:auto
	}
nav ul li{
	float:none;
	padding:0;
	width:100%;
	display:table
	}
nav ul li{
	float:none;
	padding:0;
	width:100%;

	margin-top: 5px;
	display:table
	}
nav ul li a{
	color:#FFF;
	font-size:24px; /* Размер текста меню в мобильном виде */
	padding:10px 20px;
	display:block;
	}

}

 li ul{
        list-style: none;
        padding: 0;
        margin:0;
        width: 150px;
        display: none;
        position: absolute;
        left: 0;
        top: 42px;
		}
	
li ul li{
        float: none;
        height: auto;
        margin: 0;
		padding-bottom: 15px;
        width:160px; /* Ширина выпадающего меню */
        text-align: left;
		margin: 5px;
		margin-left:15px;
        background:#39c; /* Цвет выпадающего меню */
        }


 li:hover ul{
          display: block;
          }
 li:hover{
          background: #d90; /* Цвет меню при наведении */
		  position:relative;
		  }
 li ul li ul{
    left:150px;
    top: 0;
	
  }
 li ul li ul li{display: none;}
 li ul li:hover ul li{display: block;}
 
 @media only screen and (max-width: 980px) {
			li ul{
        list-style: none;
        padding: 0;
        margin:0;
        width: 160px; 
        display: none;
        position: absolute;
        left: -200px; /* сдвиг подменю в мобильном виде влево */
		top:-5px;
        margin-top: 5px;
		
		}
		
#strelka {
		transform: rotateZ(90deg);/* Вращение стрелки ЗАКАЗ на 90 градусов в мобильном виде */
		}
		
 }

/* Класс для сообщения об успешной отправке сообщения */
 .font_0{
 width:auto;
 margin-left: 20px;
 border: 2px solid;
 border-radius: 8px;
 border-color:#039;
 background:#6F9;
 color: #039;
 font-size:20px;
 text-align: center;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }
 

/* Класс для тега font, чтобы некоторые словы были обведены в рамку.( Занятые, свободно, телефон) */
 .font_1{
 margin: 5px;
 border: 1px solid;
 border-radius: 8px;
 border-color: #930;
 font-size:20px;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }

/* Класс для тега font, чтобы некоторые словы были обведены в рамку.( В разделе "новости") */
 .font_2{
 margin-left: 10px;
 border: 3px solid;
 border-radius: 10px;
 color: #039;
 font-size:20px;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }

/* Класс для тега font, для выпадающей информации.( бронирование и пр.) */
 .font_3{
 text-align:justify; /*значение justify растягивание текста по ширине*/
 text-indent:20px; /*задаем размер отступа для первой строки абзаца*/
 margin:10px;
 border: 3px solid;
 border-radius: 10px;
 border-color: #039;
 color: #930;
 font-size:20px;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }
 /* Класс для тега font " Предоплаченные" */
 .font_4{
 margin-left: 20px;
 border: 2px solid;
 border-radius: 8px;
 border-color:#fff;
 background:#ED3939;
 color: #fff;
 font-size:20px;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }
 
/* Класс для тега font " Забронированные" */
 .font_5{
 margin-left: 20px;
 border: 2px solid;
 border-radius: 8px;
 border-color:#fff;
 background:#F5BA3A;
 color: #fff;
 font-size:20px;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }

/* Класс для тега font " Свободно" */
 .font_6{
 margin-top: 20px;
 margin-left: 20px;
 border: 2px solid;
 border-radius: 8px;
 border-color:#fff;
 background:#3C0;
 color: #fff;
 font-size:20px;
 padding: 3px 3px 3px 3px;
 font-family: Roboto, Comic Sans MS;
 }

 .infa{ /* Стили ячеек в разделе FAQ */
	-webkit-appearance: none;
	width:auto;
	border:1px solid;
	border-color:#fff;
	border-radius: 10px;
	background:#39c; /* цвет в ячейках типа "вопосы и ответы" */
	color: #fff;
	font-size:24px;
	font-family: Roboto, Comic Sans MS;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	 white-space: normal;
	


}
 .infa:hover{ /* Анимация ячеек в разделе FAQ при наведении */
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
 }
 
 .succ{ /* Стили ячеек в разделе FAQ */
	width:auto;
	border:1px solid;
	border-color:#fff;
	border-radius: 4px;
	background:#39c; /* цвет в ячейке подтветждения отправки запроса" */
	color: #fff;
	font-size:14px;
	font-family: Roboto, Comic Sans MS;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 .succ:hover{ /* Анимация ячеек в подтветждения отправки запроса */
    background:#f90; /* цвет в ячейке подтветждения отправки запроса" */
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
  
 }
 
 .call{ /* Стили ячеек позвонить, написать, е-мейл */
	margin: 5px;
	padding: 5px;
	width:auto;
	border:1px solid;
	border-color:#fff;
	border-radius: 4px;
	background:#39c; /* цвет в ячейке подтветждения отправки запроса" */
	color: white;
	font-size:22px;
	font-family: Roboto, Comic Sans MS;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 .call:hover{ /* Анимация ячеек в Позвонить */
    background:#fc6; /* цвет в ячейке подтветждения отправки запроса" */
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
  
 }
 
  .infa1{ /* Стили ячеек в разделе FAQ */
	width:auto;
	margin: 70px 30px;
	border:2px solid;
	border-color:#fff;
	border-radius: 4px;
	background:#39c; /* цвет в ячейке подтветждения отправки запроса" */
	color: #fff;
	font-size:26px;
	font-family: Roboto, Comic Sans MS;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 .infa1:hover{ /* Анимация ячеек в подтветждения отправки запроса */
    background:#fc6; /* цвет в ячейке подтветждения отправки запроса" */
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
 }
.infa_mir{ /* Стили ячейки Описание Мирный */
text-decoration: none;
  outline: none;
  display: inline-block;
  width: 240px;
  padding-left: 10px;
  height: auto;
  line-height: 45px;
  border-radius: 10px;
  -webkit-appearance: none;
  font-size: 24px;
  text-align: center;
  color: #039;
  background: #75a7e4;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
 .infa_mir:hover{ /* Анимация ячейки Описание Мирный при наведении */
	-webkit-appearance: none;
    -webkit-transform: translateY(-7px);
	background: #75a7e4;
 box-shadow: 0 15px 20px rgba(46,229,157,.4);
 color: #039;
  transform: translateY(-7px);
}

.infa_mar{ /* Стили ячейки Описание Марьино */
	text-decoration: none;
  outline: none;
  display: inline-block;
  width: 240px;
  padding-left: 10px;
  height: auto;
  line-height: 45px;
  border-radius: 10px;
  -webkit-appearance: none;
  font-size: 24px;
  text-align: center;
  color: #930;
  background: #FC6;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}
 .infa_mar:hover{ /* Анимация ячейки Описание Марьино при наведении */
	-webkit-appearance: none;
    -webkit-transform: translateY(-7px);
	background: #fc6;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: #930;
  transform: translateY(-7px);
}

.q {
    color: #333;
	font-size:20px;
	font-family: Roboto, Comic Sans MS;
 }

.an_mir {
    color: #039;
	font-size:20px;
	font-family: Roboto, Comic Sans MS;
 }

.an_mar_name {
    color: #333;
	font-size:24px;
	font-family: Roboto, Comic Sans MS;
	text-align: center;
 }
.an_mar {
    color: #930;
	font-size:20px;
	font-family: Roboto, Comic Sans MS;
	text-align: left;
 }
.cena {
    color: #FD0105;
	font-size:12px;
	font-family: Roboto, Tahoma;
	font-weight: 400;
 }
/* цифры стоимости в таблице цен */
.cena1 {
	padding:3px;
    color: #333333;
	font-size:20px;
	font-family: Roboto, Tahoma;
	font-weight: 400;
 }
 /* названия разделов в таблице цен */
.cena2 {
	padding:3px;
    color: #c60;
	font-size:20px;
	font-family: Roboto, Tahoma;
	font-weight: 400;
 }
 /* названия номеров в таблице цен */
.cena3 {
	padding:3px;
    color: #039;
	font-size:18px;
	font-family: Roboto, Tahoma;
	font-weight: 400;
 }

.font_mir {/* Стиль блока Мирный, который находится над кнопками Природа, Номера, Гости */
	top: 8px; /* Отступ сверху */
	border: 1px solid;
	padding:3px;
	border-color: #fff;
    border-radius: 10px;
	color: #039;
	width: 30%;
	font-family: Roboto, Comic Sans MS;
	font-size:24px;
	position: relative;
	background: #75a7e4;
	
}


.font_mar {/* Стиль блока Марьино, который находится над кнопками Природа, Номера, Гости */
	top: 8px; /* Отступ сверху */
	border: 1px solid;
	padding:3px;
	border-color: #fff;
    border-radius: 10px;
	color: #930;
	width: 30%;
	font-family: Roboto, Comic Sans MS;
	font-size:24px;
	position: relative;
	background: #fc6;
	
}

 /* Стилевое оформление заголовка каждого блока, фотогалерея, позеная информация и тд. */
.h1_2{
	border: 1px solid;
	border-color: #333;
    border-radius: 10px;
	width: 60%;
	font-family: Roboto, Comic Sans MS;
	font-size:28px;
	color: #039;
	position: relative;
	background-color: rgba(255,204,102,0.3);
	
}
.fixedphone {
	position: fixed;
margin-top: 10px;
margin-left: 3px;
z-index: 99999;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
.fixedphone:hover{
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	   }

	   .fixedobratka {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}
	.fixedobratka:hover{
		-webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
.fixedytvideo {
	position: absolute ;
	top: 60px;
	right: 210px;

	
	
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
.fixedytvideo:hover{
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	   }
	   
.fixedvkvideo {
	position: absolute ;
	top: 60px;
	right: 113px;
	
	
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
.fixedvkvideo:hover{
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	   }
	   
.fixedrutube {
	position: absolute ;
	top: 60px;
	right: 15px;

	
	

-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
.fixedrutube:hover{
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	   }	   

#spasibo {
	font-family: Roboto;
	color: black;
	font-size: 25px;
}
#error {
	font-family: Roboto;
	color: black;
	font-size: 25px;
}
@keyframes trambling-animation {
   0%, 50%, 100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
   }
   10%, 30% {
     transform: rotate(-10deg);
     -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
     -o-transform: rotate(-10deg);
     -ms-transform: rotate(-10deg);
   }
   20%, 40% {
     transform: rotate(10deg);
     -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
     -o-transform: rotate(10deg);
     -ms-transform: rotate(10deg);
   }
}
		   
	

.fixedwhatsapp {
	display: block;
position: fixed;
margin-top: 10px;
margin-left: 50px;
z-index: 99999;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fixedwhatsapp:hover{
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		   }



/*.fixedviber {
	display: block;
position: fixed;
margin: 10px 144px;
z-index: 99999;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fixedviber:hover{
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		   }*/
#vb_mb
{
display:none
}
 
@media (max-width:1024px)
{
#vb_pk{display:none}
#vb_mb{display:block}*/

#inst_mb{display:block}
}

#inst_mb
{
display:none
}

.fixedtelegram {
	display: block;
position: fixed;
margin: 10px 97px;
z-index: 99999;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fixedtelegram:hover{
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		   }



	.fixedvk {
	display: block;
position: fixed;
margin: 10px 191px;
z-index: 99999;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fixedvk:hover{
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		   }



	.fixedinstagram {
	display: block;
position: fixed;
margin: 10px 144px;
z-index: 99999;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fixedinstagram:hover{
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		   }
/* Стили для тега body, применяется шрифт */
body, html {
	
	height: 100%;
	margin: 0;
	overflow: auto;
	font-family: Roboto, Comic Sans MS;
	font-weight: 400;
	font-style:normal;
	font-size:22px;
    color: #930;
	width:100%;
    }

	.body1 {
     font-family: Roboto, Comic Sans MS, sans-serif;
	 font-size: 20px;
	 background: #A8D557; /* Цвет фона */
     color: #000000; /* Цвет текста */
   }
   /* Стили для всплывающих инфостраниц (условия бронирования и пр.) */
	.body2 {
     border: 1px solid;
	 border-color: #82F3D1;
     border-radius: 10px;
	 padding: 20px;
	 font-family: Roboto, Comic Sans MS, sans-serif;
	 font-size: 24px;
	 background: #110577; /* Цвет фона всплывающих информационных страниц */
     color: #82F3D1; /* Цвет текста всплывающих информационных страниц */
   }
	/* Это самый родительский блок, который заполняет все пространство страниц и имеет в себе все остальные дочерние контейнеры*/
    .container {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
	overflow: auto;	
    }

	/* Дочерний контейнер контента*/
    .main-content {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
	/* Контейнер где располагается основной контент */
    .main-content .content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 0px 0px 0px 0px;
	position: absolute;
    }
    .main-content .content h1{
        font-weight: 100;
    }
    .main-content .content p{
        width: 100%;
        line-height: 160%;
    }

 #up{/*Кнопки Подробнее Мирный и Подробнее Марьино*/
	 
 display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  
 
 }
 #up:hover{/*Анимация кнопок Подробнее Мирный и Подробнее Марьино*/
	-webkit-transform: translateY(10px);
  transform: translateY(10px); 
 }
 
 	/* Гостевая*/
 /*Кнопка добавить*/
 #send{
	border:1px solid;
	border-color: #fff;
	background:#039;
	color: #fff;
	font-size:22px;
	margin: 3px;
	font-family: Roboto, Comic Sans MS;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 }
 #send:hover{
	-webkit-transform: scale(1.1);
  transform: scale(1.1); 
	 
 }
 #sendg{
	border:1px solid;
	border-color: #930;
	background:none;
	color: #930;
	font-size:22px;
	margin: 3px;
	font-family: Roboto, Comic Sans MS;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 }
 #sendg:hover{
	-webkit-transform: scale(1.1);
  transform: scale(1.1); 
 }
/*Всплывающие подсказки в гостевой*/
	abbr.tooltips {
  position: relative;
  display: inline;
}
abbr.tooltips span {
	border: 1px solid;
	position: absolute;
	width: auto;
	color: #FFFFFF;
	background: #5A8CD8;
	height: auto;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width:auto;
}

abbr:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
}
/*Таблицы*/
table {
	border: 1px;
	border-collapse: collapse;
	border-color: black;
	border-radius: 10px;
	font-family: Roboto, Comic Sans MS;
}
/*Адаптация таблиц номеров*/
.table_scroll{
	overflow:auto;
	
}

/*Поля ввода в гостевой книге*/
.text1{
	background: none;
	border: 1px solid;
	border-color:#930;
	border-radius: 8px;
	font-family: Roboto, Comic Sans MS;
	color:#930;
	height:20px;
	font-size:16px;
	text-align:center;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/*Поля ввода в гостевой книге при наведении и в фокусе */
.text1:hover, .text1:focus{
	background: none;
	border: 1px solid;
	border-color:#930;
	border-radius: 8px;
	color:#930;
	height:20px;
	font-size:16px;
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
	
}

/*ТЕСТ Поля ввода в гостевой книге*/
.text_gb{
	background: #E1F0FF;
	border: 1px solid;
	border-color:#CCCCCC;
	border-radius: 1px;
	font-family: Roboto, Comic Sans MS;
	color:#930;
	height:auto;
	font-size:15px;
	text-align:left;
}
    input:valid:not(:placeholder-shown) {
    border-color: green;
}

	input:invalid:not(:placeholder-shown) {
    border-color: red;
}
input:invalid:not(:placeholder-shown) + .text_gb__error {
    display: block;
}
/* ТЕСТ Поля ввода в гостевой книге при наведении и в фокусе */
.text_gb1:hover, .text_gb1:focus{
	background: #E1F0FF;
	border: 1px solid;
	border-color:#930;
	border-radius: 2px;
	color:#930;
	height:auto;
	font-size:15px;
	-webkit-transform: scale(1.0);
  transform: scale(1.0);
	
}

#captcha_input {
  width: 6em;

}

.captchatext1{
	width: 20%;
	background: none;
	border: 1px solid;
	border-color:#930;
	border-radius: 8px;
	font-family: Roboto, Comic Sans MS;
	color:#000000;
	height:20px;
	font-size:16px;
	text-align:center;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/*Поля ввода в гостевой книге при наведении и в фокусе */
.captchatext1:hover, .captchatext1:focus{
	background: none;
	border: 1px solid;
	border-color:#930;
	border-radius: 8px;
	color:#000000;
	height:20px;
	font-size:16px;
	-webkit-transform: scale(1.2);
  transform: scale(1.2);
	
}
.glav {
text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 10px;
  margin: 30px 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px 20px #39c inset, 0 0 0 0 #39c;
  font-family: 'Roboto', sans-serif;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  transition: .15s ease-in-out;
  
}
.glav:hover {
	box-shadow: 0 0 10px 0 #39c inset, 0 0 10px 4px #39c;
  color: #39c;
}
#design{
text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 7px 7px;
  margin: 5px 3px;
  border-radius: 10px;
  box-shadow: 0 0 40px 40px #39c inset, 0 0 0 0 #39c;
  font-weight: bold;
  color: white;
  transition: .15s ease-in-out;
  position:fixed;
  z-index:10;
}
#design:hover {
	box-shadow: 0 0 10px 0 #39c inset, 0 0 10px 4px #39c;
  color: #39c;
}
/*Поле для текста сообщения в гостевой книге */
#textar1{
	background:none;
	font-family: Roboto, Comic Sans MS;
	font-size:16px;
	color:#000;
	border-color:#930;
	border-radius: 6px;
	border: 1px solid;
	height: 70px;
	width:100%;
}

/*Стили кнопок Мирный в сортировке галереи*/
#sortmir {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 240px;
  height: auto;
  line-height: 45px;
  border-radius: 10px;

  font-size: 24px;
  text-align: center;
  color: #039;
  background: #75a7e4;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
}

#sortmir:hover{
	 background: #75a7e4;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: #039;
  transform: translateY(-7px);
 
}
/*Стили кнопок Марьино в сортировке галереи*/
#sortmar {
	text-decoration: none;
  outline: none;
  display: inline-block;
  width: 240px;
  height: auto;
  line-height: 45px;
  border-radius: 10px;

  font-size: 24px;
  text-align: center;
  color: #930;
  background: #fc6;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
}

#sortmar:hover{
	 background: #fc6;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: #930;
  transform: translateY(-7px);
 }
 
/*Стилизация кнопок сортировки галереи в активном состоянии*/
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3,
.ff-container input.ff-selector-type-4:checked ~ label.ff-label-type-4,
.ff-container input.ff-selector-type-5:checked ~ label.ff-label-type-5,
.ff-container input.ff-selector-type-6:checked ~ label.ff-label-type-6
.ff-container input.ff-selector-type-7:checked ~ label.ff-label-type-7
.ff-container input.ff-selector-type-8:checked ~ label.ff-label-type-8{  
border: 1px solid;
	float: left;
	font-size: 17px;
    -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 
}
/*Скрываем радиобоксы в галерее*/
.ff-container input
{  
display: none;
}
/*Элементы списка галереи*/
.ff-items{
    position: relative;
    margin: 0px auto;
    padding-top: 20px;
}
/*Ссылка и тег span имеют следующие стили*/
.ff-items a{
    display: block;
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 4px;
    width: 160px;
    height: 120px;
}

.ff-items a span{
    display: block;
    background: rgba(113,123,161, 0.5);
    color: #fff;
	font-family: Roboto, Comic Sans MS;
    position: absolute;
    bottom: 40px;
    width: 160px;
    height: 0px;
    overflow: visible;
    opacity: 1;
    text-align:center;
    text-shadow: 1px 1px 1px #303857;
    transition: all 0.3s ease-in-out;
}
.ff-items a:hover span{
    height: auto;
    opacity: 1;
	
}
/*Скрываем точки списка*/
.ff-container li{
	display: block;
}
.ff-items li img{
    display: block;
}
/*При нажатии на сортировку происходит масштабирование scale, вплоть до исчезновения изображений*/
.ff-items li{
	margin: 0px;
	float: left;
	height: 148px;
	width: 0px;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	
}
/*Трансформация и сортировка*/
.ff-container input.ff-selector-type-all:checked ~ .ff-items li{
	width: 188px;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3,
.ff-container input.ff-selector-type-4:checked ~ .ff-items .ff-item-type-4,
.ff-container input.ff-selector-type-5:checked ~ .ff-items .ff-item-type-5,
.ff-container input.ff-selector-type-6:checked ~ .ff-items .ff-item-type-6,
.ff-container input.ff-selector-type-7:checked ~ .ff-items .ff-item-type-7,
.ff-container input.ff-selector-type-8:checked ~ .ff-items .ff-item-type-8
{
	-webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
	-moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
	-o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
	-ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
	transition: transform 0.3s linear, width 0s linear 0.3s;
	-webkit-animation: scaleUp 0.3s linear 0.4s forwards;
	-moz-animation: scaleUp 0.3s linear 0.4s forwards;
	-o-animation: scaleUp 0.3s linear 0.4s forwards;
	-ms-animation: scaleUp 0.3s linear 0.4s forwards;
	animation: scaleUp 0.3s linear 0.4s forwards;
	
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3),
.ff-container input.ff-selector-type-4:checked ~ .ff-items li:not(.ff-item-type-4),
.ff-container input.ff-selector-type-5:checked ~ .ff-items li:not(.ff-item-type-5),
.ff-container input.ff-selector-type-6:checked ~ .ff-items li:not(.ff-item-type-6),
.ff-container input.ff-selector-type-7:checked ~ .ff-items li:not(.ff-item-type-7),
.ff-container input.ff-selector-type-8:checked ~ .ff-items li:not(.ff-item-type-8)
{
	
	-webkit-animation: scaleDown 0.3s linear forwards;
	-moz-animation: scaleDown 0.3s linear forwards;
	-o-animation: scaleDown 0.3s linear forwards;
	-ms-animation: scaleDown 0.3s linear forwards;
	animation: scaleDown 0.3s linear forwards;
}
@-webkit-keyframes scaleUp {
	50% { width: 188px; -webkit-transform: scale(0,0); }
    100% { width: 188px; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 188px;-webkit-transform: scale(1,1);}
	99% { width: 188px; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 188px; -moz-transform: scale(0,0); }
    100% { width: 188px; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 188px;-moz-transform: scale(1,1);}
	99% { width: 188px; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}
@-o-keyframes scaleUp {
	50% { width: 188px; -o-transform: scale(0,0); }
    100% { width: 188px; -o-transform: scale(1,1); }
}
@-o-keyframes scaleDown {
	0% { width: 188px;-o-transform: scale(1,1);}
	99% { width: 188px; -o-transform: scale(0,0);}
    100% { width: 0px; -o-transform: scale(0,0); }
}
@-ms-keyframes scaleUp {
	50% { width: 188px; -ms-transform: scale(0,0); }
    100% { width: 188px; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 188px;-ms-transform: scale(1,1);}
	99% { width: 188px; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 188px; transform: scale(0,0); }
    100% { width: 188px; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 188px; transform: scale(1,1);}
	99% { width: 188px; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
	

	
@media screen and (orientation:landscape) and (max-device-width: 900px) {
    html{
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: left top;
           -moz-transform-origin: left top;
            -ms-transform-origin: left top;
             -o-transform-origin: left top;
                transform-origin: left top;
        width: 320px; /*Разрешение экрана iPhone*/
        position: absolute;
        top: 100%;
            left: 0
    }
}	
/* youtube */
.video-responsive {
   height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
 
    margin: 0px auto;
    /* max-width: 800px;*/
    width: 75%;
}
.video-responsive iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
@media (max-width: 767px) {
   .video-responsive {
       width: 100%;
   }
}
/* end youtube */
.fancybox-slide--video .fancybox-content {
    width  : 533px;
    height : 300px;
    max-width  : 80%;
    max-height : 80%;
  margin: 0;
}
/* Видео youtube в всплывающем окне */ 
 #youtubepopup {width: 320px; height: 180px; } 
 #youtubepopup a {position:relative; float: left; margin:5px;} 
 #youtubepopup a span { display:block; background-image:url(images/button-youtube-red.png); background-repeat:no-repeat; width:86px; height:60px; position:absolute; left:50%; top:50%; margin-top: -30px; margin-left:-43px; } 
 #youtubepopup img { border: solid 1px #999; padding:5px; }
 #youtubepopup a:hover span {background-image:url(images/button-youtube-black.png);}
/* END-Видео youtube в всплывающем окне */ 

/*--Отменяем подчеркивание ссылки (Карта)--*/
   a { 
    text-decoration: none; 
   } 









   
