.png-sprite:before
{
    display: inline-block;

    content: '';
}
.png-sprite--adv-1:before
{
    width: 44px;
    height: 50px;

    background-image: url(../img/sprites/png/png-sprite.png);
    background-position: 0 0;
}
body
{
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;

    color: #39334c;
}
.block-1
{
    min-height: 576px;
    padding-top: 30px;

    background: transparent url('/img/images/fon-1.jpg') center center no-repeat;
    background-size: cover;
}
.block-1__right *
{
    line-height: 100%;
}
.block-1__logo
{
    margin-bottom: 32px;

    text-align: center;
}
.block-1__header
{
    font-size: 50px;
    font-weight: bold;

    margin-bottom: 26px;

    text-align: center;
}
@media (min-width: 1020px) and (max-width: 1199px)
{
    .block-1__header
    {
        font-size: 40px;
    }
}
@media (max-width: 768px)
{
    .block-1__header
    {
        font-size: 24px;
    }
}
.block-1__subheader
{
    font-size: 30px;

    margin-bottom: 38px;

    text-align: center;
}
@media (min-width: 1020px) and (max-width: 1199px)
{
    .block-1__subheader
    {
        font-size: 24px;
    }
}
@media (max-width: 768px)
{
    .block-1__subheader
    {
        font-size: 20px;
    }
}
.block-1__from
{
    font-size: 24px;
    font-style: italic;

    margin-bottom: 60px;

    text-align: center;
}
@media (max-width: 768px)
{
    .block-1__from
    {
        font-size: 20px;

        margin-bottom: 30px;
    }
}
.block-1 .author
{
    min-width: 534px;
    min-height: 545px;

    background: transparent url('/img/images/main.png') left bottom no-repeat;
    background-size: contain;
}
@media (min-width: 1020px) and (max-width: 1199px)
{
    .block-1 .author
    {
        margin-left: -100px;
    }
}
@media (max-width: 768px)
{
    .block-1 .author
    {
        display: none;
    }
}
.block-1__photo
{
    display: none;

    margin-bottom: 20px;

    text-align: center;
}
@media (max-width: 768px)
{
    .block-1__photo
    {
        display: block;
    }
}
.block-1__photo img
{
    max-width: 300px;
}
@media (max-width: 768px)
{
    .block-1
    {
        padding-bottom: 30px;
    }
}
.forma input[type='text']
{
    font-size: 16px;
    font-style: italic;
    line-height: 45px;

    width: 49%;
    height: 45px;
    padding: 0 30px;

    border: 1px #fff solid;
    background-color: #fff;
}
.forma input[type='text']:focus
{
    box-shadow: 0 0 1px 0 #39334c;
}
@media (max-width: 768px)
{
    .forma input[type='text']
    {
        margin-bottom: 20px;
    }
}
.forma .button
{
    line-height: 45px;

    width: 100%;
    height: 45px;

    transition: all .2s ease-in-out;
}
.forma .button:hover
{
    transition: all .2s ease-in-out;

    opacity: .9;
}
@media (max-width: 768px)
{
    .forma .button
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
}
.forma.block-1__form .button
{
    max-width: 165px;
}
@media (max-width: 769px)
{
    .forma
    {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 480px)
{
    .forma
    {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }
}
.button
{
    font-size: 16px;

    color: #fff;
    border: 0 none;
    border-radius: 9px;
    background: #8773d1;
}
.forma__label
{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;

    max-width: 500px;
}
.fz-152
{
    margin-top: 20px;
}
.fz-152 .label-custom
{
    line-height: 120%;

    max-width: 400px;
}
@media (max-width: 480px)
{
    .fz-152 .label-custom
    {
        max-width: 235px;
    }
}
.fz-152 .checkbox-custom
{
    margin-right: 18px;
    cursor: pointer;
}
.checkbox,
.radio
{
    display: none;
}
.checkbox-custom,
.radio-custom
{
    position: relative;

    width: 26px;
    height: 20px;

    text-align: center;

    border: 1px solid #39334c;
}
.checkbox-custom,
.radio-custom,
.label-custom
{
    display: inline-block;

    vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before
{
    font-family: FontAwesome;
    line-height: 18px;

    display: block;

    content: '\f00c';

    color: #39334c;
    background: transparent none repeat scroll 0 0;
}
.radio-custom,
.radio:checked + .radio-custom::before
{
    border-radius: 50%;
}
.block-2
{
    font-size: 20px;

    margin-top: -1px;
    padding: 55px 0 75px;

    background: transparent url('/img/images/fon-2.jpg') right center no-repeat;
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .block-2
    {
        background-position: 700px top;
        background-size: cover;
    }
}
@media (min-width: 1020px) and (max-width: 1199px)
{
    .block-2
    {
        background-position: 500px top;
        background-size: cover;
    }
}
@media (max-width: 768px)
{
    .block-2
    {
        padding: 40px 0;

        background: 0 none;
    }
}
.block-2 *
{
    line-height: 100%;
}
.block-2__header
{
    font-size: 36px;
    font-weight: bold;
    line-height: 135%;
    color:#4e0161;
    margin-bottom: 29px;
}
@media (max-width: 768px)
{
    .block-2__header
    {
        font-size: 24px;

        margin-bottom: 30px;
    }
}
.block-2__left p
{
    line-height: 135%;
    color:#7b0096;
    margin-bottom: 25px;
}
.block-2 ul,
.contains
{
    margin-top: 50px;
    padding-left: 0;
    list-style-type: none;
    color:#7b0096;
}
@media (max-width: 768px)
{
    .block-2 ul,
    .contains
    {
        margin-top: 40px;
    }
}
.block-2 ul li,
.contains__item
{
    position: relative;

    margin-bottom: 65px;
    padding-left: 30%;
}
.block-2 ul li:last-child,
.contains__item:last-child
{
    margin-bottom: 0;
}
@media (max-width: 768px)
{
    .block-2 ul li,
    .contains__item
    {
        margin-bottom: 40px;
        padding-left: 68px;
    }
}
.block-2 ul li:before,
.contains__item:before
{
    position: absolute;
    top: -15px;
    left: 15%;

    content: '';
}
@media (max-width: 768px)
{
    .block-2 ul li:before,
    .contains__item:before
    {
        top: -7px;
        left: 6px;
    }
}

@media (max-width: 768px)
{
    .block-2 ul li:nth-child(3):before,
    .contains__item-3:before
    {
        left: 6px;
    }
}
.block-3
{
    font-size: 18px;

    padding-top: 60px;
    padding-bottom: 37px;

    background: transparent url('/img/images/fon-3.jpg') right top no-repeat;
    background-size: cover;
}
.block-3__header
{
    font-size: 36px;
    font-weight: bold;

    margin-bottom: 45px;

    text-align: center;
}
@media (max-width: 768px)
{
    .block-3__header
    {
        font-size: 20px;

        margin-bottom: 30px;
    }
}
.problem__item
{
    line-height: 52px;

    position: relative;

    height: 52px;
    margin-bottom: 24px;
    margin-left: 98px;
    padding-left: 98px;

    vertical-align: middle;
}
.problem__item:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 37px;
    height: 37px;
    margin-top: -19px;

    content: '';

    background-image: url(../img/sprites/png/png-sprite.png);
    background-position: -34px -50px;
}
.problem__item span
{
    line-height: 140%;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .problem__item
    {
        font-size: 16px;

        height: auto;
        margin-left: 0;
        padding-left: 60px;
    }
}
.block-4
{
    min-height: 580px;
    padding-top: 70px;

    background: transparent url('/img/images/fon-4.png') right center no-repeat;
    background-attachment: fixed;
}
.block-4__header
{
    font-size: 36px;
    font-weight: bold;

    margin-bottom: 50px;
}
@media (max-width: 768px)
{
    .block-4__header
    {
        font-size: 30px;

        margin-bottom: 30px;

        text-align: center;
    }
}
.block-4__name
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 768px)
{
    .block-4__name
    {
        font-size: 20px;

        margin-bottom: 10px;

        text-align: center;
    }
}
.block-4__staff
{
    line-height: 185%;

    margin-bottom: 20px;
}
@media (max-width: 768px)
{
    .block-4__staff
    {
        font-size: 18px;
        line-height: 130%;

        text-align: center;
    }
}
.block-4 ul
{
    margin-bottom: 34px;
    padding-left: 0;

    list-style-type: none;
}
@media (max-width: 768px)
{
    .block-4 ul {
        margin-left: 20px;
    }
}
.block-4 ul li
{
    font-size: 18px;
    line-height: 160%;

    position: relative;

    margin-bottom: 2px;

    text-indent: 23px;
}
.block-4 ul li:before
{
    position: absolute;
    top: 2px;
    left: -2px;

    width: 16px;
    height: 19px;

    content: '';

    background-image: url(../img/sprites/png/png-sprite.png);
    background-position: -71px -50px;
}
@media (max-width: 768px)
{
    .block-4 ul li
    {
        font-size: 16px;
        margin-bottom: 6px;
    }
}
.block-4__say
{
    font-size: 24px;

    margin-bottom: 20px;
}
@media (max-width: 768px)
{
    .block-4__say
    {
        font-size: 18px;
        text-align: center;
    }
}
@media (max-width: 768px)
{
    .block-4
    {
        padding-top: 45px;
    }
}
.author-2
{
    position: absolute;
    bottom: 0;
    left: -100%;

    min-width: 554px;
    min-height: 501px;

    background: transparent url('/img/images/author-2.png') left bottom no-repeat;
    background-size: contain;
}
@media (min-width: 1020px) and (max-width: 1199px)
{
    .author-2
    {
        margin-left: -100px;
    }
}
@media (max-width: 768px)
{
    .author-2
    {
        display: none;
    }
}
.quot
{
    padding: 22px 40px;

    background-color: #f1eefe;
}
@media (max-width: 768px)
{
    .quot
    {
        padding: 20px;
    }
}
.quot__text
{
    font-size: 18px;
    font-style: italic;
    line-height: 135%;
}
.block-5
{
    font-size: 18px;

    min-height: 490px;
    padding-top: 120px;
    padding-bottom: 37px;

    background: transparent url('/img/images/fon-5.jpg') right top no-repeat;
    background-size: cover;
}
.block-5__header
{
    font-size: 36px;
    font-weight: bold;
    line-height: 135%;

    margin-bottom: 60px;

    text-align: center;
}
@media (max-width: 768px)
{
    .block-5__header
    {
        font-size: 24px;
    }
}
@media (max-width: 768px)
{
    .block-5
    {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.footer
{
    font-size: 18px;

    padding-top: 35px;
    padding-bottom: 35px;
}
@media (max-width: 768px)
{
    .footer
    {
        font-size: 14px;
    }
}
.copyright
{
    margin-bottom: 20px;

    text-align: center;
}
.copyright p
{
    margin-bottom: 0;
}
.developer
{
    text-align: center;
}
.developer p
{
    margin-bottom: 0;
}
.block-content{
    min-height: 300px;
}
.jGrowl-notification{
    width: 300px !important;
    font-size: 14px;
}
#jGrowl .jGrowl-notification {
    background-color: rgba(57, 51, 76, 0.8) !important;
    padding: 20px;
}
.block-2 ul li:before {display: inline-block; vertical-align: middle;}
.block-2 ul li:before {background-image: url(../img/sprite-ico.png); background-position: left center; background-repeat: no-repeat;}
.block-2 ul li:nth-child(5):before {background-position: 0 0; width: 50px; height: 50px;}
.block-2 ul li:nth-child(4):before {background-position: 0 -51px; width: 50px; height: 50px;}
.block-2 ul li:nth-child(6):before {background-position: 0 -102px; width: 50px; height: 50px;}
.block-2 ul li:nth-child(2):before {background-position: 0 -153px; width: 50px; height: 50px;}
.block-2 ul li:nth-child(3):before {background-position: 0 -204px; width: 50px; height: 50px;}
.block-2 ul li:nth-child(1):before{background-position: 0 -255px; width: 50px; height: 50px;}
