 @font-face {
    font-family: 'GothamProBold';
    src: url('../css/fonts/GothamProBold.eot');
    src: url('../css/fonts/GothamProBold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/GothamProBold.woff') format('woff'), url('../css/fonts/GothamProBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'GothamProRegular';
    src: url('../css/fonts/GothamProRegular.eot');
    src: url('../css/fonts/GothamProRegular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/GothamProRegular.woff') format('woff'), url('../css/fonts/GothamProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

:focus {
    outline: 0
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    font-weight: normal;
    text-align: left
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

img {
    display: block;
    max-width: 100%;
}

body {
    background: #E5E5E5;
    line-height: 1;
    color: #1B1B19;
    margin: 0;
    padding: 0
}

.container {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.rl {
    display: inline-block;
    width: 100%
}

header {
    width: 100%;
    height: 96px;
    background: #000 url(../img/header.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.text {
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    padding: 25px 40px 35px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 23px 25px -23px rgba(0, 0, 0, .5)
}

.text h1 {
    font-size: 28px;
    line-height: 1.3;
    color: #1B1B19;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: 'GothamProBold'
}

.text p {
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 1.5;
    font-family: 'GothamProRegular'
}

.text p b {
    font-weight: normal;
    font-family: 'GothamProBold'
}

.video {
    position: relative;
    margin: 0 -40px 20px
}

.player-wrapper {
    max-width: 100%;
    background: #e2e2e2;
    overflow: hidden;
}

.player-spacer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.player-spacer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d6dce0
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.audio {
    margin: 0 0 21px;
    padding: 10px 18px;
    background: #eee;
    border-radius: 4px;
    font-family: 'GothamProRegular';
    font-size: 14px;
    line-height: 21px;
}

.button {
    border: none;
    outline: none;
    transition-property: background, border-color, box-shadow, fill;
    transition-duration: .33s;
    transition-timing-function: ease-out;

    display: inline-block;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
    border-radius: 4px;

    font-size: 28px;
    line-height: 36px;
    padding: 12px 48px 10px;

    background: #ec6040;
    background: linear-gradient(to bottom, #f88040 0%, #e04040 100%);
    color: #fff;
}

.button:active, .button:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,0.16);
}

.comments {
    margin-top: 30px
}

.footer {
    margin-top: 75px;
    padding: 40px 0 35px;
    background: #fff;
    color: #909090;
    font-family: 'GothamProRegular';
    font-size: 12px;
    line-height: 1.5
}

.footer_links {
    float: right;
    width: 195px
}

.logo_warning_wrap {
    float: left;
    width: 625px
}

.footer_logo {
    float: left;
    width: 186px;
    height: 54px;
    background: url(../img/footer_logo.png) 0 50% no-repeat
}

.footer_warning {
    float: right;
    width: 300px;
    min-height: 48px;
    padding-left: 60px;
    background: url(../img/warning_ico.png) 0 49% no-repeat
}

.footer_text {
    clear: both;
    padding-top: 20px;
    font-size: 9.5px;
    line-height: 1.25;
    text-align: justify
}

.footer a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-decoration: none
}

.footer a:hover {
    color: #ff0000;
    border-bottom-color: rgba(255, 0, 0, .2)
}

@media (max-width:967px) {
    .container {
        box-sizing: border-box;
        max-width: 767px
    }

    .text {
        max-width: 767px;
        padding: 25px 35px 35px
    }

    .text p {
        font-size: 15px
    }

    .text h1 {
        font-size: 26px
    }

    .video {
        margin-right: -35px;
        margin-left: -35px
    }

    .logo_warning_wrap {
        float: none;
        width: 580px;
        margin: 0 auto
    }

    .footer_links {
        float: none;
        width: 100%;
        padding-bottom: 20px;
        line-height: 2em;
        text-align: center
    }

    .footer_links a {
        margin: .5em
    }

}

@media (max-width:767px) {
    .text {
        width: 96%;
        padding: 25px 30px 35px
    }

    .text h1 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 18px
    }

    .text p {
        font-size: 14px;
        margin-bottom: 18px
    }

    .video {
        margin-right: -30px;
        margin-left: -30px
    }

}

@media (max-width:650px) {
    .container {
        position: relative
    }

    .logo_warning_wrap {
        width: 100%
    }

    .footer_logo, .footer_warning {
        float: none;
        margin: 0 auto
    }

    .footer_logo {
        height: 21px;
        margin-bottom: 25px
    }

}

@media (max-width:580px) {
    .text {
        padding: 25px 25px 35px
    }

    .text h1 {
        font-size: 20px
    }

    .video {
        margin-right: -25px;
        margin-left: -25px
    }

}

@media (max-width:380px) {
    .text {
        padding: 15px 15px 25px
    }

    .text h1 {
        font-size: 18px
    }

    .video {
        margin-right: -15px;
        margin-left: -15px
    }

    .footer_warning {
        width: auto;
        font-size: 11px
    }

}

.bbook_1, .bbook_2, .bbook_3 {
    display: block;
    margin: 50px auto;
    background: rgba(183, 34, 35, 1);
    border: none;
    border-radius: 5px;
    font-family: 'GothamProRegular';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}

.bbook_1:hover, .bbook_2:hover, .bbook_3:hover {
    background: rgba(206, 32, 41, 1);
}

.bbook_1 {
    padding: 15px 20px 30px 105px
}

.bbook_1:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/bbook_1.png) no-repeat center center / cover;
    width: 70px;
    height: 91px;
    left: 15px;
    top: -13px
}

.bbook_1:after {
    content: 'pdf (0,34 Mb)';
    font-size: 12px;
    position: absolute;
    display: block;
    width: 100%;
    height: 12px;
    margin: 0 auto;
    left: 30px;
    bottom: 12px;
    color: #d4d4d4
}

.bbook_2 {
    padding: 15px 20px 30px 105px
}

.bbook_2:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/bbook_2.png) no-repeat center center / cover;
    width: 64px;
    height: 89px;
    left: 15px;
    top: -12px
}

.bbook_2:after {
    content: 'Mp3 (2 Мб)';
    font-size: 12px;
    position: absolute;
    display: block;
    width: 100%;
    height: 12px;
    margin: 0 auto;
    left: 30px;
    bottom: 12px;
    color: #d4d4d4
}

.bbook_3 {
    padding: 15px 20px 30px 105px
}

.bbook_3:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/bbook_3.png) no-repeat center center / cover;
    width: 64px;
    height: 92px;
    left: 15px;
    top: -12px
}

.bbook_3:after {
    content: 'Mp3 (2 Мб)';
    font-size: 12px;
    position: absolute;
    display: block;
    width: 100%;
    height: 12px;
    margin: 0 auto;
    left: 30px;
    bottom: 12px;
    color: #d4d4d4
}

.abook_1, .abook_2, .abook_3 {
    position: relative;
    display: block;
    margin: 50px auto;
    background: rgba(183, 34, 35, 1);
    border: none;
    border-radius: 5px;
    font-family: 'GothamProRegular';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center
}

.abook_1:hover, .abook_2:hover, .abook_3:hover {
    background: rgba(206, 32, 41, 1);
}

.abook_1 {
    padding: 15px 20px 32px 105px;
    width: 295px
}

.abook_2, .abook_3 {
    padding: 15px 15px 32px 95px;
    width: 250px
}

.abook_1:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/bbook_1.png) no-repeat center center / cover;
    width: 70px;
    height: 91px;
    left: 15px;
    top: -13px
}

.abook_1:after {
    content: 'pdf (0,9 MB)';
    font-size: 12px;
    position: absolute;
    display: block;
    width: 100%;
    height: 12px;
    left: 30px;
    bottom: 12px;
    color: #d4d4d4
}

.abook_2:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/bbook_2.png) no-repeat center center / cover;
    width: 64px;
    height: 89px;
    left: 15px;
    top: -12px
}

.abook_2:after, .abook_3:after {
    content: 'Mp3 (114 MB)';
    font-size: 12px;
    position: absolute;
    display: block;
    width: 100%;
    height: 12px;
    left: 30px;
    bottom: 12px;
    color: #d4d4d4
}

.abook_3:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/bbook_3.png) no-repeat center center / cover;
    width: 64px;
    height: 92px;
    left: 15px;
    top: -12px
}

@media (max-width:470px) {
    .bbook_1, .bbook_2, .bbook_3 {
        font-size: 12px
    }

    .abook_1, .abook_2, .abook_3 {
        font-size: 12px
    }

    .abook_2, .abook_3 {
        padding: 15px 15px 32px 90px;
        width: 155px
    }

    .abook_1 {
        padding: 15px 15px 32px 90px;
        width: 200px
    }

    .abook_1:before, .abook_2:before, .abook_3:before {
        top: -15px
    }

}

@media (max-width:370px) {
    .bbook_1, .bbook_2, .bbook_3 {
        font-size: 11px
    }

    .abook_1, .abook_2, .abook_3 {
        font-size: 11px
    }

    .abook_2, .abook_3 {
        padding: 15px 10px 32px 65px;
        width: 150px
    }

    .abook_1 {
        padding: 15px 10px 32px 66px;
        width: 180px
    }

    .abook_1:before, .abook_2:before, .abook_3:before {
        top: -15px
    }

    .abook_3:before {
        width: 50px;
        height: 72px;
        left: 10px;
        top: -6px
    }

    .abook_2:before {
        width: 50px;
        height: 70px;
        left: 7px;
        top: -6px
    }

    .abook_1:before {
        width: 54px;
        height: 71px;
        left: 5px;
        top: -6px
    }

}
