@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;
    border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
body{
	background: #DFFFFD;
}
.grafiki_arenda{
	background: url(ice_edit.jpg);
	overflow: hidden;
}
.grafiki_arenda #mlens{
    position:absolute;
	width:74%;
	height:auto;
	top:5%;
	left: 13%
}
.grafiki_arenda #mlens #mlens_img{
	position:absolute;
	width: 100%;
}

#line_heder{
	background: url(ice_edit.jpg);
	padding: 1% 5% 1% 11%;
	align-content: stretch;
}
#line_heder p{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	display: inline-block;
	color:  #DFFFFD;
}
#line_heder a{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	/*display: inline-block;*/
	color: #000000;
	background: #FFFFFF;
	padding: 2% 1% 2% 0;
	margin-left: 5%;
	font-weight: bold;
	white-space: nowrap;
	border: 1px #A7A7A7 solid;
	text-decoration: none;
}
#line_heder a img{
	margin: 0 1%;
}
#line_heder a:hover{
	border: 1px #A7A7A7 solid;
	text-decoration: underline;
}
#wrapper_top{
	margin: 0.5% 10%;
}
#wrapper_centr{
	width: 82%;
	padding: 0% 9%;
	background: url(ice_edit.jpg);
}
#wrapper_centr a{
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	width:10%;
	margin:1%;
	border-radius:50%;
	transition: .4s ease-in-out;
}
#wrapper_centr a:hover{
	margin:0%;
	width: 12%;
}
#wrapper_centr a img{
	border-radius: 50%;	
}
#centr_left{
	height: 20vw;
	width: 21vw;
	padding: 2%;
	margin:1% 14% 1% 0; 
	border-radius: 5%;
	background:rgba(255, 255, 255, 0.8);
	display: inline-block;
}
#wrapper_centr #centr_left p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	padding: 0;
	margin: 0;
	text-align: left;
}
#wrapper_centr #centr_left h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.2vw;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight:100;
}
#centr_left h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 2vw;
	padding: 0;
	margin: 0;
	text-align: right;
}
#centr_left h2 font{
	font-size: 1.1vw;
}
#wrapper_down{
	display: inline-block;
	margin: 2% 5%;
	width: 90%;
}
#wrapper_down p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.1vw;
	text-indent: 1.5em;
	color:#242424;
	margin-bottom: 1.2%;
}
#wrapper_down img{
	margin: 0 2% 2% 0;
	float: left;
}
#futter{
	width: 82%;
	padding: 2% 9%;
	background: url(ice_edit.jpg);
}
#futter_block{
	color: #CDFEFF;
	width: 30%;
	display: inline-table;
}
#futter_block p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.1vw;
}
#futter_block h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.3vw;
	font-weight: bold;
}
#futter_menu{
	width: 28%;
	display: inline-table;
	margin-left:10%;
	list-style: none;
	
}
#futter_menu li a{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.1vw;
	color: #CDFEFF;
	text-decoration: none;
	line-height: 2vw;
}
#futter_menu #futter_submenu li a{
	text-decoration: none;
	line-height: 1vw;
	font-size: 1vw;
}
#futter_menu #futter_submenu{
	list-style: none;
}
#futter_menu li a:hover{
	text-decoration: underline;
}
#futter_menu #futter_submenu li a:hover{
	text-decoration: underline;
}
#forma label{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
}
#forma input {
	padding: 1%;
	margin: 1%;
	width: 100%;
	border: none;
}
#forma textarea {
	padding: 1%;
	margin: 1%;
	width: 100%;
	border: none;
}
#forma button {
	padding: 2%;
	margin: 1%;
	cursor: pointer;
	background: #DBDBDB;
	border: none;
	color: #262626;
	float: right;
	font-size: 1.2vw;
	transition: .4s ease-in-out;
}
#forma button:hover {
	background: #140097;
	color: #E0E0E0;
}
#futter #futter_block .soglasie{
	font-size:0.7vw;
	text-align: justify;
	cursor: pointer;
}
/*-----------------menu*/
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
text-align: right;
}
nav a {
  display: block;
  text-decoration: none;
  outline: none;
  transition: .4s ease-in-out;
}
.topmenu {
  backface-visibility: hidden;
}
.topmenu > li {
  display: inline-block;
  position: relative;
}
.topmenu > li > a {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
  color: #727A82;
  text-transform: uppercase;
}
/*.down:after {
content: "&or;";
  margin-left: 8px;
  font-family: FontAwesome;
}*/
.topmenu li a:hover { color: #E6855F; }
.submenu {
  background: white;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  width:auto;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  transition: .6s ease-in-out;
}
.topmenu > li:hover .submenu{
  visibility: visible;
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
}
.submenu li a {
  color: #7f7f7f;
  font-size: 13px;
  line-height: 30px;
  padding: 0 25px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
white-space: nowrap;
}
/*-------------menu-end*/

#soc_net{
	position:relative;
	float: right;
	list-style: none;
	display: block;
}
#boris{
	position:relative;
	float: right;
	display: block;
	width: 180px;
	margin: 2px 10px 0 0;
	transition: .1s ease-in-out;
}
#boris:hover{
	width: 184px;
	margin: 0px 8px 0 0;
}
#soc_net li{
	display: inline-block;
}
#soc_net li a img{
	width: 30px;
	height: auto;
	margin: 2px;
	transition: .1s ease-in-out;
}
#soc_net li a img:hover{
	width: 34px;
	height: auto;
	margin: 0px;
}
#line_name{
	width: 98%;
	padding:0.2% 1%;
	background: url(ice_edit.jpg);
	color:#ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0 0 1% 0;
}
#wrapper_down .news_index{
	position: relative;
	width: 31%;
	height: 20vw;
	margin: 0 0.5% 1.5% 0.5%;
	display:inline-block;
	vertical-align: top;
	background: #003CB5;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	background-position: top,center;
}
#wrapper_down .news_index .data_news{
	background:rgba(0, 0, 0, 0.5);
	padding: 1%;
	color:#ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	font-weight: bold;
	transition: .1s ease-in-out;
}
#wrapper_down .news_index .cut_text_news{
	position:absolute;
	padding: 1%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	text-align: justify;
	height: 32%;
	background:rgba(0, 0, 0, 0.5);
	color: #E1E1E1;
	top:100%;
	transition: .1s ease-in-out;
}
#wrapper_down .news_index .cut_text_news font{
	font-size: 1.2vw;
	line-height: 1.2vw;
}
#wrapper_down .news_index:hover .cut_text_news{
	top: 68%;
}
#wrapper_down .news_index:hover .data_news{
	background:rgba(20, 0, 151, 1);
}
.doc_index{
	position: relative;
	width: 22%;
	height: 7vw;
	margin: 0.5%;
	padding: 0.5%;
	display:inline-block;
	vertical-align: top;
	background: #CACACA;
    cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	color: #262626;
	transition: .2s ease-in-out;
}
.doc_index:hover{
	background: #140097;
	color: #D7D7D7;
}
.doc_index .doc_icon{
	position: relative;
	width: 20%;
	margin: 0 3% 0 0;
	height: 4.4vw;
	background:url(icondocument.png);
	background-position: top;
	background-size: cover;
	float: left;
}
.doc_index:hover .doc_icon{
	background-position: bottom;
}
/*--------------fliplightbox*/
#flipLightBox{
	overflow: hidden;
	display: inline-block;
	margin:0.3%;
	height:16vw;
	width:18%;
}
#flipLightBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}
#flipLightBox img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

/*__________________аренда*/
#wrap_day{
	position: relative;
	width:98%;
	background:#CCC;
	margin:1%;
}
.data{
	text-align:left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;
	padding:1%;
	color:#666;
}
.day{
	list-style:none;
	height:100%;}
.day li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:10px;
	color:#FFF;
}

.day a{
	display:inline-block;
	text-decoration:none;
	margin:0.1%;
	padding:0.3%;
	width:5%;
	height: 100%;
	color:#FFF;
	background:#999;
    cursor:default;
}
.day .arenda_ok{
	background: #46A0FF;}
.day .arenda_ok_first{
	background:#00F;}
.day .green_ok{
	background:#06A200;
cursor:pointer;}
.day .clock00{
	background:#828282;}
.day .zalivka{
	background:#000;}
.day .green_ok:hover{
	background:#F00;}
h5{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
h4{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	padding: 5px;
}

/*форма*/
h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
label{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	padding: 15px;
	text-align: left;
}
input, select{
	background: #C0C0C0;
	padding: 5px;
	margin: 10px 0;
}
button{
	padding: 10px 15px;
	margin: 15px;
	float: right;
	cursor: pointer;
}
button:hover{
	background: #1AC300;
}
.cenc:hover{
	background: #FF282C;
}
form div{
	width: 70%;
	margin: 0 30% 0 0;
	text-align: right;
}
#sel_time{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	padding: 0 0 10px 0;
}
#sel_time p{
	padding: 0 0 0px 0;
}
#sel_time a{
	background:#C0C0C0;
	margin: 3px;
	padding: 3px;
	display:inline-block;
	cursor:pointer;
}
#cach{
	font-size:18px;
	font-weight:bolder;
}
.oferta{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:12px;
    color:#828282;
}
.oferta a{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:12px;
    color:#FF0004;
	text-decoration:none;
}
.oferta a:hover{
	text-decoration:underline;
}
/*__________plans*/
.img_in_index{
	position: relative;
	width:22%;
	height:6vw;
	border-bottom: #C0C0C0 5px solid;
	margin:0 0.5% 1.5% 0.5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	text-align: center;
	color: #3E3E3E;
	background: #4673C7;
	padding:0.5%;
	font-weight: bold;
	text-decoration: none;
	display:inline-block;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}
.img_in_index:hover{
	border-bottom: #003CB5 5px solid;
}
.img_in_index_wall{
	position: relative;
	width:95%;
	height:8vw;
	border-bottom: #C0C0C0 5px solid;
	margin:0 0.5% 1.5% 0.5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1vw;
	text-align: justify;
	color: #3E3E3E;
	background: #C0C0C0;
	padding:0.5%;
	text-decoration: none;
	display:inline-block;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}
.img_in_index_wall:hover{
	border-bottom: #003CB5 5px solid;
}
#closs_oferta{
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 200px;
	height: 200px;
	top: -100px;
	right: -100px;
	border-radius: 100px;
}
#closs_oferta a{
	position: absolute;
	background: rgba(0,0,0,0.6);
	background-image: url(close_icon.png);
	background-size: 130% auto;
	background-position: center;
	height: 50px;
	width: 50px;
	left:25px;
	bottom:25px;
	display: block;
	border-radius:25px;
}
.screenmess{
	position: absolute;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: #474747;
	text-align: center;
	width: 100%;
	top:0%;
}
#photo_list{
	position:relative;
	display: inline-block;
	width: 100%;
}
/*аренда фойе*/
