*{
  outline:none;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html{
  box-sizing: border-box;
  min-height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body{
  margin: 0;
  color: #6c6969;;
  font: 400 13px/1.23 Arial, 'HelveticaNeueCyr', Helvetica, sans-serif;
  background: #fff;
  min-width: 320px;
  height: 100%;
  margin-bottom: 328px;
}
img{
  max-width: 100%;
  vertical-align: top;
  height: auto;
  border: 0;
}
a{
  color: #0077cc;
  outline: 0;
  text-decoration: none;
  /*
  -webkit-transition: .3s;
  transition: .3s;
  */
}
a:hover,
a:focus,
a:active{
  text-decoration: underline;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
}
p{
  margin: 0 0 10px;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.1;
  margin: 0 0 17px;
  font-weight: 100;
  text-align: left;
}
h1{
  font-size: 46px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 22px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
address{
  font-style: normal;
}
form,
fieldset{
  margin: 0;
  padding: 0;
  border-style: none;
}
input, textarea, select{
  font: 100% Arial, 'HelveticaNeueCyr', Helvetica, sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius:0;
  width: 100%;
  border: none;
  padding: 7px 10px;
  /*
  -webkit-transition: all .3s;
  transition: all .3s;
  */
  -webkit-box-shadow: none;
  box-shadow: none;
}
select{
  -webkit-border-radius: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea{
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #c0c0c0;
  padding: 8px 13px;
  color: #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 16px;
  color: #686868;
}
textarea{
  resize: vertical;
  vertical-align: top;
  outline: 0;
}
label{
  font: 15px/1.2 Arial, sans-serif;
}
input:focus,
textarea:focus{
  border-color: #8c8c8c;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: #686868;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  opacity: 1;
  color: #686868;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  color: #686868;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color: #686868;
}