html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, em, img, small, sub, b, u, i, center,
ol, ul, li, fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
input[type='submit']::-moz-focus-inner{padding:0;}
button[type='submit']::-moz-focus-inner{padding:0;}
article, aside, details, figcaption, figure, 
html { overflow: auto; }


.f-l{
	float: left !important;
}

.f-r{
	float: right !important;
}

.f-n{
	float: none !important;
}

.clear{
  clear: both;
  height: 0;
  overflow: hidden;
}

.cl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.cl{
	display:inline-block;
}

* html .cl{
	height:1%;
}

.cl{
	display:block;
}

.fwb{
	font-weight: bold;
}

.lower{
  text-transform: lowercase;
}

.upper{
  text-transform: uppercase;
}


.it, i{
	font-style:italic; 
}

.fwn{
	font-weight: normal;
}

.upp{
	text-transform: uppercase;
}

.through{
	text-decoration: line-through;
}

.nowrap{
	white-space: nowrap;
}

.under{
	text-decoration: underline;
}

.tdn{
	text-decoration: none;
}

.posrel{
	position: relative;
}

.db{
	display: block !important;
}

.dbn{
	display: none;
}

.valt{
	vertical-align: top;
}

.valm, .valm input{
	vertical-align: middle !important;
}

.valb{
	vertical-align: bottom !important;
}

.alc{
	text-align: center;
}

.all{
	text-align: left !important;
}

.alr{
	text-align: right !important;
}

.al_c{
	position: relative;
	width: 100%;
}

.al_c:after{
	content: '';
	display: block;
	clear: both;
}

.al_c_l{
	position: relative;
	right: 50%;
	float: right;
}

.al_c_r{
	position: relative;
	z-index: 10;
	right: -50%;
}


.inl{
	display: inline;
}

.nob{
	border: 0 !important;
}

.curp{
	cursor: pointer;
}

.curp-u{
	cursor: pointer;
}

.curp-u:hover{
	text-decoration: underline;
}

.nbg{
	background: none !important;
}


@font-face {
    font-family: 'Helvetica Condensed'; /* Гарнитура шрифта */
    src: url(/Helvetica-Condensed.eot); /* Для IE5-8 */
    src: local(Helvetica-Condensed), url(/Helvetica-Condensed.ttf); /* Для остальных браузеров */
}

body{
	font-family: 'Helvetica Condensed', Arial;
	color: #231f20;
	font-size: 20px;
	line-height: 24px;
	background: #f5ecda;
}

.wrapper{
  
}

.wrapper-in{
  padding: 12% 0;
}

.logo{
  width: 609px;
  margin: 0 auto 12px;
  padding-bottom: 160px;
  border-bottom: 3px solid #004a29;
}

.text{
  text-align: center;
}

.text a{
  color: #231f20;
  text-decoration: none;
}

.text a:hover{
  text-decoration: underline;
}

@media screen and (min-width: 1px) and (max-width:610px){
  .wrapper{
    margin: 0 10px; 
  }

  .logo{
    width: 100%;
    padding-bottom: 60px;
  }
  
	 #logo-img{
	   width: 100%;
	 }
}