@charset "UTF-8";
/* CSS Fonts
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'Gorodsnov';
	src: url('../fonts/gorodsnov.eot'); /* for IE 5.0-8.0 */
    src: url('../fonts/gorodsnov.eot?#iefix') format('embedded-opentype'), /* for IE 5.0-8.0 */
		 url(../fonts/gorodsnov.otf) format('otf'),
		 url('../fonts/gorodsnov.woff2') format('woff2'),
         url('../fonts/gorodsnov.woff') format('woff'),
         url('../fonts/gorodsnov.ttf') format('truetype'),
         url('../fonts/gorodsnov.svg#Gorodsnov') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gorodsnov-bold';
	src: url('../fonts/gorodsnov-bold.eot'); /* for IE 5.0-8.0 */
    src: url('../fonts/gorodsnov-bold.eot?#iefix') format('embedded-opentype'), /* for IE 5.0-8.0 */
		 url(../fonts/gorodsnov-bold.otf) format('otf'),
		 url('../fonts/gorodsnov-bold.woff2') format('woff2'),
         url('../fonts/gorodsnov-bold.woff') format('woff'),
         url('../fonts/gorodsnov-bold.ttf') format('truetype'),
         url('../fonts/gorodsnov-bold.svg#Gorodsnov-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-moz-document url-prefix() {
    *,body{
        line-height: 1;
    }
}

body {line-height: 1;}

a {color: #31c0d2; font-family: 'Gorodsnov'; font-size:13px; line-height: 1.3;}
h1 {font-family:'Gorodsnov-bold';position:absolute;color:#FFF;line-height:1;font-weight: 100;}

/*.ie7 h1 {font-weight: bold;font-style:normal;}*/
h2 {font-family:'Avenir Next';color: #000;text-decoration: none;text-align: center;vertical-align: middle;}

#issue_description p {font-family:'Gorodsnov-bold';font-size:1.7em;word-spacing:normal;position:relative;float:left;color:#dffd12;margin-top:10px;margin-left:100px;text-align:left;line-height:1;font-weight:100;}
#issue_description span {color:#2efd12;}

.footer p {font-family: 'Gorodsnov'; font-size:13px; line-height: 1.3;color: #ffffff; min-height:46px; max-height: 62px; position: relative; float: left;}