* {
    margin: 0;
    padding: 0;
}
 
html {
    height: auto;
	max-width: 100%;
	margin: 0 auto;
	background-image: url('back33.jpg'); 
	background-repeat: vertical; 
	background-position: center;
	background-attachment: fixed;
	background-size: 100% auto;
	font-family: calibri, verdana, tahoma, arial;



	
}

@font-face { 
    font-family: Dited;
    src: url(Dited.ttf) format("truetype"); /* все современные браузеры */
}

marquee {font-family: Dited, Arial, sans-serif; }

@font-face { 
    font-family: IsotextProe;
    src: url(IsotextProe.ttf) format("truetype"); /* все современные браузеры */
}

#topline {font-family: IsotextProe, Arial, sans-serif;}
#left {font-family: IsotextProe, Arial, sans-serif;}

@font-face { 
    font-family: IsotextProe;
    src: url(IsotextProe.ttf) format("truetype"); /* все современные браузеры */
}

#botline {font-family: IsotextProe, Arial, sans-serif;}

#center {font-family: calibri, tahoma, sans-serif, arial}
 
body {

    height: auto;
    width: 100%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 55px;
	font-family: calibri, tahoma, verdana, arial;
	text-align: center;
	color: light-gray;
	
}





#botline {
	width: 240px;
	margin: 0px auto;
	height: 70px;
	background: green;
	text-shadow: 2px 2px 3px black;
	color: white;
	position: fixed;
	margin-left: calc(50% - 120px);
	bottom: 0px;
	border-radius: 15px 15px 0px 0px;
	text-align: center;
	padding-top: 5px;
	font-size: 16pt;
	z-index: 990;


}


#rightline {
	width: 38px;
	height: auto;
	background: white;
	color: white;
	position: fixed;
	margin-left: calc(100% - 60px);
	margin-top: 200px;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	padding: 3px;
	border: 2px solid gray;
	border-radius: 20px 20px 20px 20px;
	font-size: 12px;
	z-index: 999;
	transform: rotate(0deg);

}


header {
	
	margin: 0 auto;
	background: rgba(255,255,255, 0.7);
	padding: 10px;
	width: calc(100%-20px);
	height: auto;
	color: black;
	font-size: 20px;
	border-top: 0px solid white;
	border-radius: 0px 0px 0px 0px;
	font-weight: 600;


}

#topline {
	width: 100%;
	height: 70px;
	background: rgba(255,255,255, 0.9);
	color: white;
	position: fixed;
	left: 0%;
	font-weight: normal;
	font-size: 15px;
	top: 0px;
	text-align: center;
	border-left: 0px solid gray;
	border-top: 0px solid gray;
	border-bottom: 0px solid gray;
	border-radius: 0px 0px 0px 0px;
	font-weight: 300;
	z-index: 999;
	
}

#center {
	height: auto;
    width: 70%;
    background: rgba(0,0,0, 0.6);
	margin: 10px auto;
	padding: 0px;
	display: block;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-radius: 0px;
	font-family: calibri, tahoma, verdana, arial
	
		
}

main {
	height: auto;
    width: 100%;
    background: rgba(255,255,255, 0.9);
	margin: 0 auto;
	padding: 10px;
	display: block;
	font-size: 16px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-radius: 0px;
	color: black;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 18px;
	text-align: left;
		
}


#center1 {
	height: auto;
    width: 70%;
    background: rgba(0,0,0, 0.6);
	margin: 0 auto;
	padding: 0px;
	display: block;
	font-size: 16px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-radius: 0px;
		
}

#left {
	
	height: auto;
	width: 320px;
	display: inline-block;
	float: left;
	border-left: 0px solid #EC6403;
    background: rgba(255,255,255, 0.0);
	border-radius: 10px;
	padding: 10px;

	
}

#right {
	
	min-height: auto;
	width: calc(100% - 400px);
	display: inline-block;
	float: right;
	border-right: 0px solid #EC6403;
	background: rgba(255,255,255, 0.0);
	border-radius: 10px;
	padding: 8px;
	font-family: calibri, tahoma, verdana, arial;

	
}

#left1 {
	
	min-height: 60px;
	width: calc(50% - 30px);
	display: inline-block;
	border: 2px solid #4DC6B3;
    background: rgba(255,255,255, 0.9);
	border-radius: 10px;
	padding: 10px;
	font-family: calibri, tahoma, verdana, arial
	
}

#right1 {
	
	min-height: 60px;
	width: calc(50% - 30px);
	display: inline-block;
	border: 2px solid #4DC6B3;
    background: rgba(255,255,255, 0.9);
	border-radius: 10px;
	padding: 10px;
	font-family: calibri, tahoma, verdana, arial;

	
}

#block2 {
	
	min-width: 410px;
	height: 100px;
	font-size: 12pt;
	font-weight: 300;
	text-align: left;
	padding: 10px;
	line-height: normal;
    display: inline-block;
    vertical-align: top;
	border-radius: 10px 10px 10px 10px;
	padding-top: 10px;
	border: 0px solid white;
	box-shadow: 2px 2px 5px black;
	
}

img[tabindex="0"] {  
  cursor: zoom-in;  
  width: 270px;
}  

img[tabindex="0"]:focus {  
  position: fixed; z-index: 10;  
  top: 0; left: 0; bottom: 0; right: 0;  
  width: 90%;
  height: auto;
  margin: auto;  
  box-shadow: 0 0 50px #000, 0 0 0 1000px rgba(0,0,0,.3);  
-webkit-box-shadow: 0 0 50px #000, 0 0 0 1000px rgba(0,0,0,.3);  
-moz-box-shadow: 0 0 50px #000, 0 0 0 1000px rgba(0,0,0,.3);  
}  

img[tabindex="0"]:focus, /* Привязка на возврат фото в привычное состояние после клика на увеличенное */  
img[tabindex="0"]:focus ~ * {  
  cursor: zoom-out;  
  pointer-events: none;  
}



.dropbtn {
    background-color: black;
    color: white;
    padding: 6px;
    font-size: 16px;
    cursor: pointer;
	border: 0px solid white;
	border-radius: 5px;
	min-width: 35px;


}

.dropbtn:hover, .dropbtn:focus {
    background-color: black;
	color: white;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-left: -200px;
	margin-top: 10px;

}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;

}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}





/*стили куки*/

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 100px;
    left: 0;
    right: 0;
	width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: gray;
    padding: 10px 20px; 
    border-top: 0px solid #4DC6B3;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: gray;
    border: 2px solid #4DC6B3;
}
.cookie_btn:hover {
    color: #4DC6B3;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";

    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/*конец куки*/


        @media screen and (min-width:359px) and (max-width:999px) {
			
			
	
html {
	background-image: url('back33.jpg');
	background-repeat: no-repeat; 
	background-size: auto 100%;
	
	
}

#newsblock {
	
	width: 90%;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	
}


             
body {
    height: auto;
    width: 100%;
	margin-top: 60px;
	font-family: calibri, tahoma, verdana, arial;
	text-align: center;
	padding: 0px;
	color: #001428;

	
}
					
#center {
	height: auto;
    width: 90%;
    background: rgba(0,0,0, 0.6);
	margin: 0 auto;	
	font-family: MazzardM-Light, calibri, tahoma, verdana, arial;

}

#center1 {
	height: auto;
    width: 98%;
    background: rgba(0,0,0, 0.6);
	margin: 0 auto;
	padding: 0px;
	display: block;
	font-size: 16px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-radius: 0px;
		
}

header {
	
	margin: 0 auto;
	width: calc(100%-20px);
	height: auto;
	font-size: 16px;

	
}

#topline {
	width: 100%;
	left: 0%;
	font-size: 12px;

		
					
        }
		
#left {
	
	height: auto;
	width: 90%;
	display: inline-block;
	float: center;
	
}

#right {
	
	min-height: auto;
	width: 100%;
	display: inline-block;
	float: center;

}
	
#left1 {
	margin: 0 auto;
	min-height: 60px;
	width: 96%;
	display: block;
	border: 2px solid #4DC6B3;
    background: rgba(255,255,255, 0.9);
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
	font-family: calibri, tahoma, verdana, arial
	
}

#right1 {
	margin: 0 auto;
	min-height: 60px;
	width: 96%;
	display: block;
	border: 2px solid #4DC6B3;
    background: rgba(255,255,255, 0.9);
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
	font-family: calibri, tahoma, verdana, arial;

	
}

#block2 {
	
	height: 100px;
	min-width: 320px;

	
}

#nnavv li{

font-size: 14pt;

	
}

main {
    width: calc(90% - 20px);
		
}

}


		
 