body {
margin: 0;
padding: 0;
}

a {
	 color: #57a944;
}

a:visited {
	 color: #57a944;
}

a:hover {
	 color: #35999a;
	
}


#bron {
   background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: none;
    z-index: 999999999;
}

#subbron {
    width: 90%;
    max-width: 500px;
    overflow: hidden;
    padding: 15px;
    margin: 10% auto;
    background: #3b87dd;
    	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    font-size: 0.85em;
}

input {
    border: none;
    background: #fff;
    padding: 5px;
    margin: 6px;
    clear: both;
    width: 90%;
    max-width: 300px;
}

#header {
	width: 100%;
	overflow: hidden;
	background: darkblue;
	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

#menu {
	width: 70%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	height: 40px;
	padding-top: 7px;
}

.item {
	padding: 4px;
	font-size: 1.1em;
	letter-spacing: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.item a{
	color: #fff;
}

.item a:hover{
	color: #666;
}

.item:hover {
	background: red;
}


#shapka {
	width: 100%;
	clear: both;
	height: 500px;
	background: url('/img/monastyr.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#shapka h1 {
	position: absolute;
	margin-left: 10%;
	margin-top: 5%;
	color: #fff;
	font-size: 2.1em;
	padding-bottom: 5px;
	border-bottom: 2px solid yellow;
}

h2 {
	color: darkgray;
	text-align: center;
	font-size: 1.4em;
}

#footer {
	background: #4b4d4f;
	border-top: 2px solid #535557;
	color: #fff;
	font-weight: bold;
	width: 100%;
	clear: both;
	padding: 40px;
	text-align: center;
}

#phones {
position: absolute; 
overflow: hidden; 
right: 18px; 
top: 2px; 
font-size: 0.95em; 
font-weight: 600;	
}

.nomobile {
	display: inline-block;  
}

.mobile {
	display: none;
}

.logo2 {
	
	position: absolute; overflow: hidden; left: 10px; top: 2px; width: 140px; 
}

#secret-menu {
	display: none;
	width: 100vw;
	height: 100vh;
	background: #3b87dd;
	padding: 20px;
	position: fixed;
	top: 0; left: 0;
	z-index: 999999999;
	
	color: #fff;
	
}

#secret-menu a {
	color: #fff;
	font-size: 1.2em;
	padding: 12px;
}

#secret-menu li {
	list-style: none;
	padding: 4px;
}

.hh1 {
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	top: 15%; 
	width: 90%; 
	font-weight: bold; 
	text-shadow: 2px 2px 2px #000;
	font-size:72px;
}

.hh2 {
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	top: 8%; 
	width: 90%; 
	font-weight: bold; 
	text-shadow: 2px 2px 2px #000;
	font-size:65px;
}
.hh3 {
	
	top: 10%; 
}


.bi {
  padding: 1%;
  width: 12%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
  
  .bi > img:hover {
  	transition: all 0.5s ease;
  	transform: rotate(30deg);
  }

.bt {
padding: 2%;
  width: 38%;
  float: left;
  overflow: hidden;
}






@media only screen and (max-width : 1023px) {
	
	.hh1, .hh2 {
		font-size:24px;
		top: 16%;
	}
	
	.hh3 {
		top: 20%; 
	}
	
.nomobile {
	display: none;
}

.mobile {
	display: inline-block;
	float: left;
	z-index: 9999;
}


.logo2 {
	display: none;
}


.bi {
  padding: 1%;
  width: 40%;
  
}
  

.bt {
padding: 1%;
  width: 60%;
  font-size: 0.8em;
  
};

	
}
	