* {
	margin: 0;
  
  
	border: 0;
  /* font-size: 0; */
/*  box-sizing: border-box;*/
}
.text{
	font-size: 22px;
  text-align: center;
  top:50%;
}
.maindiv{
 /*width: 705px;*/
 text-align: center;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: url(../background/Belarus.jpg) fixed no-repeat;
  background-size: 100%;

}
#a1
{
    color: #fff;
    background-color: brown;
  /* border-radius: 20px; */
  

}
.shapka{
  width: 1000px;
  height:150px;
  margin: auto;
  background: url(../background/text_l.png);
  background-size: 100%;
}
.main {
  width: 1000px;
  margin: auto;
  background-color: white;
  position: relative;
  padding-bottom: 30px;
}

.allphoto{
  width: 220px;
  position: absolute;
  left: 20px;
  top: 150px;
  
}

.photo{
  border: solid 2px white;
  border-radius: 10px;
  margin-bottom: 10px;
}

.textarticle{
  width: 720px;
  left: 250px;  
  /*top: 10px;*/
  
  position: relative;
}
.textarticle-1
{    /*top: 10px;*/
    padding: 10px 45px;
    position: relative;
}
.textarticle-1 p {
  font-size: 20px;
  color: brown;
  /*text-indent: 20px;*/
  margin-top: 10px;
  text-align: justify;

}


.textarticle p {
  font-size: 18px;
  color: brown;
  /*text-indent: 20px;*/
  margin-top: 10px;
  text-align: justify;
}

.textarticle h2 {
  text-align: center;
  color: brown;

}
.textarticle h3 {
  text-align: center;
  color: brown;

}

.logotext{
 /* text-shadow:3px 2px 8px rgba(0,0,0,1);
  font-weight:bold;
  color:#FFFFFF;
  letter-spacing:3pt;
  word-spacing:0pt;
  font-size:33px;
  text-align: center;*/
  background: url(../background/text_l.png) fixed no-repeat;
  background-size: 100%;
}
nav {
  background: white;  
}
nav ul {
   list-style: none; 
   font-weight: bold;
}
 nav ul:after {
  content: "";
  display: table;
  clear: both;
} 
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}

.topmenu  a:hover {
  background-color: brown;
/* border-radius: 20px; */


}
.topmenu > li {
  float: left;
  position: relative;


}
.topmenu > li:first-child {border-left: 0;}
.topmenu > li > a {  
  padding: 20px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  letter-spacing: 2px;
}
 
.submenu a:hover {color: white;}
.topmenu a:hover {color: white;}
.topmenu .fa, 
.submenu .fa {
  margin-left: 5px;
  color: red;
}
.submenu {
  position: absolute;
  z-index:100;
  min-width: 200px;
  background: white;
  /* border-top: 1px solid #CBCBCC;
  border-left: 1px solid #CBCBCC;
  border-right: 1px solid #CBCBCC; */
  visibility: hidden;
  opacity: 0; 
   transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;  
} 
.submenu li {position: relative;}
.submenu li a {
  color: #282828;
  padding: 10px 20px;
  font-size: 14px;
  /* border-bottom: 1px solid #CBCBCC; */
}
.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
   transition: .3s linear; 
}
nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.spisok_foto {
	width: 1000px;
	margin: auto;
	background-color: white;
	position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.photo-1{
	
	display: inline-block; 
	 vertical-align: top; 
	/*margin: auto; */
	width: 460px;
	height: 320px;
}
.photo-1 a img {
	position: relative;
	opacity: 0.7;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -30px;  
	border: 3px solid #673E26;
  z-index: 30; 
	transition: all 0.5s linear 0s;
  width: 420px;
	height: 280px;
}
.photo-1:hover  a img {
	border: 3px solid white;
	opacity: 1;
	z-index: 10;
}
.photo_title {
	 
z-index: 40; 
 position: relative;
 top: -40px; 
 left: 28px;
 color: white;
 text-shadow: 1px 1px 2px black;
 width: 413px;
 height: 60px;
 background-color: rgba(0,0,0,0.5);
 transition: z-index 1s linear 0s;
 vertical-align: middle;
}
footer{

  text-align: center;
  font-family:comic sans, comic sans ms, cursive, verdana, arial, sans-serif;
  color: #fff;
  padding: 15px;
}
footer a{
  color: #fff;
  
}