@charset"utf-8";
/* CSS Document */

@import url('reset.css');
@import url('fonts.css');
header, section, footer, nav, article, aside {
    display: block;
}
body {
    font-family: 'roboto_condensedlight';
    color: #3c494b;
    background: url(../images/pattern.jpg);
}
.container {
    margin: 0 auto;
    width: 960px;
}
.header {
    position: relative;
    height: 447px;
}
h1 {
    position: relative;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 390px;
    font-family: 'ristretto_slab_pro_rgregular';
    color: #e72b6a;
    font-size: 72px;
    z-index: 10;
}
h1 span {
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: none;
    text-align: center;
    display: block;
    background: #e72b6a;
    font-family: 'roboto_condensedlight';
    color: #fff;
    font-size: 24px;
}
.autor {
    position: relative;
    z-index: 10;
    padding-left: 366px;
    padding-top: 48px;
    font-size: 25px;
    text-align: center;
}
.links {
    position: relative;
    text-align: center;
    padding-left: 390px;
    z-index: 10;
}
.links a {
    text-decoration: none;
    border-bottom: 1px solid #e72b6a;
    display: inline-block;
    margin: 35px 18px 0 18px;
    color: #e72b6a;
    font-size: 20px;
}
.girl {
    position: absolute;
    top: 0;
}
.img {
    bottom: 110px;
    right: 28px;
    position: absolute;
    background: url(../images/img.png);
    width: 150px;
    height: 110px;
}
.block {
    padding-top: 5px;
    width: 700px;
    margin-left: 200px;
}
h2 {
    background: url(../images/rowBig.png) no-repeat;
    padding-top: 5px;
    padding-left: 84px;
    font-family: 'ristretto_slab_pro_rgregular';
    color: #e72b6a;
    text-decoration: underline;
    font-size: 35px;
    padding-bottom: 15px;
    cursor: pointer;
}
li {
    margin-left: 65px;
    background: url(../images/rowSmoll.png) 0 4px no-repeat;
    font-family: 'roboto_condensedlight_italic';
    font-size: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
}
.buttonBlock {
    margin-left: 75px;
}
.buttonBlock a {
    width: 175px;
    height: 49px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    line-height: 49px;
    margin: 18px 10px;
    background: #e72b6a;
    font-size: 28px;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.dopMatBlock {
    padding-top: 13px;
    padding-left: 85px;
}
.dopMatBlock a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px;
    color: #e72b6a;
    font-size: 20px;
}
.line {
    width: 630px;
    background: url(../images/line.png);
    height: 1px;
    margin-top: 40px;
    margin-left: 15px;
    margin-bottom: 32px;
}
.inner {
    display: none;
}
.footerBox {
    line-height: 1.5;
    border: 1px dotted #65898f;
    text-align: center;
    height: 80px;
    padding-top: 19px;
    width: 205px;
    margin: 85px auto;
    font-size: 12px;
    color: #65898f;
}
.footerBox a {
    color: #65898f;
}
.disk {
    margin-top: 60px;
    position: relative;
    z-index: 10;
    margin-left: 400px;
    color: #e72b6a;
    font-family: 'ristretto_slab_pro_rgregular';
    font-size: 30px;
}
