@media screen and (min-width: 1081px) {
	.glass{
		display: block;
	}
	.left{
		background: #FFE8AF;
		position: relative;
		float: left;
		height: auto;
		width: 300px;
		border: 1px solid #333;
	}
	.button1{
		background: green;
	}
	.center{
		background: red;
	}
	.spisok{
		display: none;
		position: absolute;

	}
	li{
		margin: 15px;
	}
}
.center, .center1{
		float: right;
		width: 875px;
	}
	.button1{
		width: 855px;
	}
	.bottom{
		width: 1200px;
	}
	.button3{
		width: 1185px;
	}
	.top{
		width: 1200px;
	}
	.content{
		width: 1200px;
	}
body{
		min-width: 1200px;
		height: 100%;
	}

@media screen and (max-width: 1080px) {
	li a{
		font-size: 55x;
	}
	p{
		font-size: 2em;
	}
	h2{
		font-size: 3em;
	}
	h3{
		font-size: 2.5em;
	}
	a{
		font-size: 35px;
	}
	td{
		font-size: 30px;
	}
	.center, .center1{
		float: left;
		display: flex;
		width: 1078px;
	}
	.glass{
		display: none;
	}
	.hreff{
		font-size: 17px;
	}
	.left{
		display: none;
		position: fixed; 
    z-index: 9999; 
    height: 1200px;
    width: 607px;
    overflow-x: scroll;
    border: 3px solid #333;
    top: 100px;
	}
	.left a{
		font-size: 25px;
	}
	.left h3 a{
		font-size: 45px;
	}
	.button, .button-obr, .buttonmap{
		width: 585px;
	}
	ul{
		display: block;
		font-size:25px;
	}
	.left span {
		font-size: 20px;
	}
	ul a{
		font-size: 20px;
		line-height: 25px;
		text-decoration: none;
		padding: 0;
		display: block;
	}

	.top{
		width: 1080px;
	}
	.button1{
		width: 1058px;		
	}
	.buttonmap  h3 a{
		font-size: 25px;
	}
	.bottom{
		width: 1078px;
	}
	.button3{
		width: 1058px;
	}
	body{
		min-width: 1080px;
		min-height: 1550px;
	}
	.logo-112{
		font-size: 7px;
	}
	
	.content{
		width: 1080px;
	}
	.spisok{
		background: #FFFFFF;
		display: block;
		background-repeat: no-repeat;
		width: 1055px;
		height: 65px;
		border: 2px solid #333;
		border-radius: 15px;
		position: fixed;
		float: right;
		cursor: pointer;
		text-align: center;
		font-family: arial;
		font-size: 41px;
		padding: 15px 20px 0 0;
		line-height: 1;
		font-weight: bold;
		z-index: 9999;
	}
}
/*--------------------------*/
html {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	color: #333;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 0 0;
	line-height: 1.4;
	overflow-x:hidden;
	overflow-y: scroll;
}

body {
	position: relative;
	float: left;
	width: 100%;
	/*height: 100%;*/
	/*min-width: 1200px;*/
	font-family: arial, tahoma;
	text-align: left;
	font-size: 15px;
	padding: 0 0;
 	margin: 0 0;
	font-weight:normal;
  overflow-y: hidden;
	overflow-x:hidden;
	line-height: 1.2;
}

a{
    color: #03c;
    
}

p {
	margin: 10px;
	text-align: justify;
}

h3 {
	text-align: center;
	margin: 15px auto;
}

h4 {
	margin: 15px;
}

h2 {
	margin: 15px;
	text-align: center;
}

h6 {
    text-align: left;
    margin: 15px;
    font-size: large;
}

li {
	/*margin: 15px;*/
	
}

table {
	border: 1px solid #333;
	border-collapse: collapse;
	margin: 10px auto;
}

.td1 {
	width: 60px;
}

.td3 {
	width: 100px;
}


.table1 {
	width: 800px;
}

td {
	text-align: center;
	padding: 5px;
	border: 1px solid #333;
	border-collapse: collapse;

}

.mini-text {
	font-size: 15px;
	text-align: justify;
}

.mini-p {
	margin: 10px;
}

.all {
	margin: 10px auto;
	width: 1200px;
	}

.top {
	background: #C7E3E4;
	background: url(/images/style/logo-top.jpg) 0 0 no-repeat;
	border-radius: 15px;
	border: 1px solid #929292;
	/*width: 1200px;*/
	height: 307px;
	white-space: normal;
	position: relative;
	float: left;
}

.logo-112 {
	background: #ddd;
	background-repeat: no-repeat;
	width: 530px;
	height: 195px;
	margin: 10px auto 10px;
	border: 1px solid #333;
	border-radius: 15px;
/*	cursor: pointer;*/
	position: relative;
	top: 100px;
	float: left;
}

#logo112{
    padding-top: 30px;
	position: relative;
	float: left;
}

.glass {
	background: #FFFFFF;
	background-image: url(/images/style/glass.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 50px;
	border: 1px solid #333;
	border-radius: 15px;
	position: relative;
	float: right;
	cursor: pointer;
	text-align: right;
	font-family: arial;
	font-size: 21px;
	padding: 5px 20px 0 0;
	line-height: 1;
	font-weight: bold;
}

.glass p {
	position: relative;
	margin: 5px 5px 5px 150px;
	float: right;
	text-align: left;
	cursor: pointer;
	padding: 5px 10px 0 0;
}

.gismeteo {
    position: relative;
    float: right;
    cursor: pointer;
    top: 200px;
    left: 310px;
}
}

.top-text {
	margin-left: 170px;
}
.hreff {
    text-decoration: none;    
}
.text-bold {
	font-weight:bold;
}

.content {
	position: relative;
	float: left;
	margin: 10px auto;
	/*width: 1200px;*/
}

.left {
	/*position: relative;*/
	/*float: left;*/
	background: #FFE8AF;
	border-radius: 15px;
	/*border: 1px solid #333;*/
	/*width: 300px;*/
	/*height: auto;*/
	margin: 0 0 10px 0px;
	padding: 10px 0 0 0;

}

.button, .button-obr, .buttonmap {
	position: relative;
	float: left;
	background: #FFFFFF;
	/*width: 280px;*/
	height: auto;
	margin: 10px auto;
	border: 1px solid #333;
	border-radius: 15px;
	margin: 0 10px 10px 10px;
}
.buttonmap{
	background: red;
	text-decoration: none;
	color: white;
}
.text-white{
    text-decoration: none;
	color: white;
		width: 280px;
	height: auto;
}
.button1 {
	background: #FFFFFF;
	/*width: 855px;*/
	height: auto;
	/*margin: 10px auto;*/
	border: 1px solid #333;
	border-radius: 15px;
	position: relative;
	float: left;
	margin: 10px 0 0 10px;
	overflow: hidden;
}

.button2 {
	background: #FFFFFF;
	width: 280px;
	height: 110px;
	margin: 10px auto;
	border: 1px solid #333;
	border-radius: 15px;
}

.button3 {
	background: #FFFFFF;
	/*width: 1185px;*/
	height: 80px;
	margin: 10px auto;
	border: 1px solid #333;
	border-radius: 15px;
}

.center, .center1 {
	position: relative;
	/*float: right;*/
	background: #FFE8AF;
	border-radius: 15px;
	border: 1px solid #333;
	/*width: 885px;*/
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.right {
	position: relative;
	float: left;
	background: #FFE8AF;
	border-radius: 15px;
	border: 1px solid #333;
	width: 300px;
	height: auto;
	margin: -819px auto 10px 900px;
}

.bottom {
	position: relative;
	float: left;
	background: #FFE8AF;
	border-radius: 15px;
	border: 1px solid #333;
	/*width: 1200px;*/
	min-height: 100px;
}

#fwp{
position: absolute;
background-color: rgba(255, 255, 255, 0.0);
margin: 0 0;
top: 58px;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
opacity: 0;
transition: all 1s ease;
}

#outloading{
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin: 0 0 0 -20px;
	background: #fff;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	box-shadow: 0 0 0 2px #9a9a9a;
}

#loading{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 20px;
	top: 20px;
}

 /* Удалить пули по умолчанию */
ul, #myUL {
  list-style-type: none;
}

/* Удалите поля и отступы из родительского ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Стиль курсора/стрелки */
.caret {
  cursor: pointer;
  user-select: none; /* Запретить выделение текста */
}

/* Создайте курсор/стрелку с юникодом, и стиль его */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Поверните значок курсора/стрелки при нажатии (с помощью JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Скрыть вложенный список */
.nested {
  display: none;
}

/* Показать вложенный список, когда пользователь нажимает на курсор стрелку (с JavaScript) */
.active {
  display: block;
} 