.center {
width:100%;
margin:0px auto 0 auto;
}

.marginbot {
margin-bottom:15px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:8px;
margin-right:2px;
border-bottom:2px solid #2f2f2f;
background-color:#1f5e6f;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
cursor:pointer;
}

ul.tabs li:hover {
background-color:#43b0ce;
}

ul.tabs li.current {
border-bottom:2px solid #43b0ce;
background-color:#43b0ce;
padding:8px;
}

.tabscontent {
border-top:2px solid #43b0ce;
padding:8px 0 0 0;
display:none;
width:100%;
text-align:justify;
}


/*                                 MENU BOK                                       */
	
	.header-holder {


display: none;
}


	
	@media screen and (max-width: 700px) {
		.searchform {
position: relative;
margin: auto;
right: 0px;
top: 0px;
display: inline-block;
zoom: 1;
*display: inline;
border: 0;
padding: 0;
}

		.menu_div {
			display: none;
		}
		
.header-holder {
  width: 100%;
  background-color: #16181C;
  z-index: 4;
  overflow: hidden;
 display: block;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  z-index: 5;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 100%;
  height: 100;
  display: block;
  background-image: url("logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  order: 1;
}

.search-mobile {
  /*     display: none; */
  position: absolute;
  top: -5px;
  right: 50px;
  z-index: 6;
} 

.search-mobile a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 60px;
  position: relative;
}


.search-mobile a .icon_search {
  background: url("") no-repeat 0 0;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}



.header-nav {
  order: 2;
}

.header-nav {
  display: none; 
}

.header-nav.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.97);
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

.header-nav.active .header-nav__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
  overflow: auto;
}

nav.active ul {
  width: 100%;
  text-align: center;
  padding: 0;
  overflow: hidden;
  display: block;
}

nav.active ul li {
  padding: 10px 0;
}

nav ul {
  padding: 8px 0 0 0;
  display: flex;
}

nav ul li {
  padding: 0 0 0 13px;
  list-style: none;
}

nav ul li a {
  display: inline-block;
  font-family: "BrandonText", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: white;
  text-transform: uppercase;
  padding: 5px 8px;
  letter-spacing: 0.9px;
  position: relative;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

nav ul li a:hover {
  color: orange;
  transition: color .3s ease-in-out;
}

.device-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 55px;
  height: 50px;
  z-index: 11;
  background-color: rgba(0,0,0,0.6);
  width: 45px;
  height: 40px;
  display: block;
}


.device-menu .device-menu__inner {
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.device-menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: white;
  top: 5px;
  left: 0;
  /*     -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.device-menu span:nth-child(1) {
  top: 0;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu span:nth-child(2) {
  top: 50%;
  /*     -webkit-transform: translate(0, -50%); */
  /*     transform: translate(0, -50%); */
}

/* .device-menu.open span:nth-child(2) {
opacity: 0;
} */

.device-menu span:nth-child(3) {
  top: 100%;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu.open span:nth-child(1) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.device-menu.open span:nth-child(2) {
  opacity: 0;
}

.device-menu.open span:nth-child(3) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* @media only screen and (max-width: 1024px) { */
/*   @media only screen and (max-width: 2000px) {
.head {
display: none; 
}

.head.active {
display: block;
}

.device-menu {
display: block;
}
}

	*/
			.wapka {
				display: none;
	}
					.pwapka {
				display: none;
	}

		
		.mlogo {
			width: 30%;
			height: auto;
		}
			.mlogo img{
     width: 100%;
}
	}

/* END MENU BOK */


html, body {
background-image: url("../1bg1.jpg"); 
background-attachment: fixed; 
background-repeat: repeat; 
background-position: top center; 
background-color: #666; 
}

#container {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
padding: 0;
	background-color: white;
}

.clear {
clear: both;
margin: 0;
padding: 0;
}

p {
margin: 0em 0;
line-height: 0em;
color: #CCC;
}

h2 {
font-size: 30px;
line-height: 20px;
margin: 20px 0 -20px 0;
color: #F93;
	
}
        a.href.footer {
	      color: #1f5e6f;
        }

	div.text_zagolovok {
		font-size: 200%;
		color: #1f5e6f;
		background-color: white;
		margin-top: 20px;
		margin-left: auto;
                width: 100%;
		height: auto;
	}
	div.top_zagolovok {
		font-size: 250%;
		color: #939393;
		width: 100%;
		border: medium;
		border-color: black;
	}
	div.text_vnutri {
                margin-top: 30px;
		font-size: 25px;
		width: 95%;
		margin-top: 30px;
                margin-right: auto;
                margin-bottom: auto;
                margin-left: auto;
	}
            div.footer_hr {
            margin-top: 50px;
            width: 100%;
            height: 10px;
            background-color: #1f5e6f;
        }
            div.footer {
               font-size: 100%;
               margin: 5px 0 0 0;
               text-align: center;
               height: 30px;
        }
            div.upper_hr {
                  margin-top: 0px;
                  width: 100%;
                  height: 10px;
                  background-color: #1f5e6f;
                   }
/*
a.icon {
	background:#0F0
	padding-bottom: 80px;
	padding-top: 70px;
	margin-top: 10px;
}
*/
img {
  padding: 0;
  margin: 7px;
}
	div.pwapka{
		height: 50px;
		
		
	}
	img.wapka {
		
		margin: 0px;
		padding: 0 0 0 0;
		width: auto;
	}
	.wapka {
	width: 100%;
	}
	.wapka img{
max-width: 1024px;
height: auto;
}
	
	.qwe{
    width: 100%;
    height: 100%;
}

.qwe img {
    width: 100%;
}