@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
article,
aside,
details,
figcaption, 
figure, 
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html, body{ 
    height:100%;
}
* { 
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
button::-moz-focus-inner, 
input::-moz-focus-inner {
    padding: 2px;
    border: 0;
}
body {
    margin:0px;
    padding:0px;
    font-size:13px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
    background-color:#fff;
    line-height: normal;
}
.wrap{
    padding:15px;
}
.clear{
    clear:both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
img{
    border:0px;
    vertical-align:top;
    max-width:100%;
}
a{
    color:#333;
    text-decoration:none;
    outline: none;
}
input,
textarea{
	outline: none;
}
h3,
button{
    outline: none!important;
}
a:hover{
    text-decoration:none;
}
button, select, input, select, textarea{
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
}
select{
    height:40px;
}
input, select, textarea, div, ul, span  {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
}
input, textarea, select{
    background-color: #fff;
    padding:5px 10px;
    border:1px solid #d9d9da;
    color:#222;
    font-size:14px;
    width:100%;
    resize:vertical ;
}
.city-title{
	text-align: center;
	margin: 0 0 15px;
	font-size:16px;
}
.city-info{
	text-align: center;
	padding: 10px 15px;
	border-radius:5px;
	font-size:13px;
	margin: 0 0 20px;
	font-weight: bold;
	border: 2px solid #dcdcdc;
}
.btn-submit{
	display: inline-block;
	padding: 10px 60px;
	color: #fff;
	background-color: #333;
	border-radius:5px;
	font-size:14px;
	font-weight: bold;
	margin: 0 0 15px
}
.text-center{
	text-align: center;
}
.edit-city{
	display: inline-block;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}
.edit-city:hover{
	border-bottom: 1px dotted rgba(0,0,0,0);
}
.title{
	margin: 0 0 20px;
	text-align: center;
}
.select-city{
	margin: 0 0 20px;
}
.select-city select{
	color: #333;
	font-size: 12px;
}
.load-file{
	text-align:center;
	margin:0 0 15px;
}
.load-file label{
	display:block;
	margin:0 0 5px;
	font-weight:bold;
}
.text-inp{
	margin:0 0 15px;
	text-align:center;
}
.text-inp label{
	display:block;
	margin:0 0 5px;
	font-weight:bold;
}
.text-inp textarea{
	height:100px;
}
