body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: Georgia;
    background: #000 url(/picts/bg-body.jpg) 50% 0 no-repeat;
}

a {
    outline: none;
}

img {
    border: 0 none;
}

.wrapper {
    margin: 0 auto;
    width: 980px;
    padding-top: 750px;
    position: relative;
}

.wrapper-error {
    margin: 0 auto;
    width: 980px;
    padding-top: 150px;
    position: relative;
}

.wrapper-error h1, .wrapper-error a {
    color: #fff;
}

.b-footer {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 30px;
    width: 480px;
    padding-left: 500px;
    font-size: 10px;
    line-height: 16px;
    color: #6a6a6a;
}

.b-footer p {
    margin: 0 0 10px 0;
}

.b-footer a {
    font-size: 10px;
    line-height: 16px;
    color: #6a6a6a;
}

.link-to-register {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 418px;
    margin-left: -241px;
    width: 482px;
    height: 267px;
    text-indent: -9999px;
    background: url(/picts/register-button.png);
    cursor: pointer;
}

.link-to-register:hover,
.link-to-register:active {
    background-position: 0 -267px;
}

.b-page-title {
    text-align: center;
    font-size: 48px;
    line-height: 30px;
    font-weight: normal;
    color: #e6002c;
}

.b-page-title span {
    font-size: 24px;
    font-style: italic;
    color: #9d011f;
}

.b-main-descr {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #898989;
    margin-bottom: 80px;
}

.b-main-descr__c {
    vertical-align: top;
    width: 24%;
}

.b-main-descr__g {
}

.b-main-descr__g span {
    display: block;
    width: 15px;
}

.b-heroes-list {
    width: 100%;
    margin-bottom: 40px;
}

.b-heroes-list__c {
    width: 16.7%;
}

.b-heroes-list__g {
}

.b-heroes-list__g span {
    display: block;
    width: 70px;

}

.b-heroes-list__hero {
    cursor: pointer;

}

.b-heroes-list__hero ins {
    display: block;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
}

.b-heroes-list__hero ins b {
    position: absolute;
    left: 50%;
    bottom: 0;
    /*border: 1px dotted green;*/
    background-image: url(/picts/heroes.png);
    cursor: pointer;
    opacity: .3;
    filter: alpha(opacity=30);

}

.b-heroes-list__hero.paladin ins b {
    width: 182px;
    height: 239px;
    background-position: 0 0;
    margin-left: -123px;
    margin-bottom: 16px;

}

.b-heroes-list__hero.pistolier ins b {
    width: 149px;
    height: 223px;
    background-position: -190px 0;
    margin-left: -92px;
    margin-bottom: 8px;

}

.b-heroes-list__hero.archer ins b {
    width: 180px;
    height: 211px;
    background-position: -346px 0;
    margin-left: -58px;
    margin-bottom: 10px;

}

.b-heroes-list__hero.warrior ins b {
    width: 127px;
    height: 188px;
    background-position: -532px 0;
    margin-left: -63px;
    margin-bottom: 13px;

}

.b-heroes-list__hero.mage ins b {
    width: 219px;
    height: 204px;
    background-position: -667px 0;
    margin-left: -135px; /* -145px */

}

.b-heroes-list__hero.priestess ins b {
    width: 106px;
    height: 197px;
    background-position: -893px 0;
    margin-left: -67px;
    margin-bottom: 5px;

}

.b-heroes-list__hero span {
    display: block;
    text-align: center;
    font-size: 21px;
    color: #6a6a6a;
}

.b-heroes-list__hero span b {
    font-weight: normal;
    border-bottom: 1px dotted #6a6a6a;
    display: inline-block;
/ / display : inline;
    zoom: 1;

}

.b-heroes-list__hero.active,
.b-heroes-list__hero:hover {

}

.b-heroes-list__hero.active ins,
.b-heroes-list__hero:hover ins {
}

.b-heroes-list__hero.active ins b,
.b-heroes-list__hero:hover ins b {
    opacity: 1;
    filter: none;

}

.b-heroes-list__hero.active span,
.b-heroes-list__hero:hover span {
}

.b-heroes-list__hero.active span b,
.b-heroes-list__hero:hover span b {
    color: #9d011f;
    border-bottom-color: #9d011f;
}

.b-heroes-descr {
    position: relative;
    z-index: -1;
    min-height: 622px;
    margin-bottom: 40px;
}

.b-heroes-descr__img {
    position: absolute;
    left: -387px;
    top: -286px;
    width: 1125px;
    height: 1146px;
}

.b-heroes-descr__img .img {
    position: absolute;
    left: 58px;
    top: 88px;
    width: 891px;
    height: 820px;
    background-repeat: no-repeat;
}

.b-heroes-descr__img .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 1125px;
    height: 1146px;
    background: url(/picts/heroes-mask.png);

}

.b-heroes-descr__content {
    position: relative;
    padding-left: 366px;
    padding-top: 120px;
}

.b-heroes-descr__content .title {
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    color: #9d011f;
}

.b-heroes-descr__content .text {
    font-size: 13px;
    color: #898989;
    line-height: 21px;
}

.b-heroes-descr.no-hero {
}

.b-heroes-descr.no-hero .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/_bg.jpg);
}

.b-heroes-descr.paladin {
}

.b-heroes-descr.paladin .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/paladin.jpg);
}

.b-heroes-descr.pistolier {
}

.b-heroes-descr.pistolier .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/pistolier.jpg);
}

.b-heroes-descr.archer {
}

.b-heroes-descr.archer .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/archer.jpg);
}

.b-heroes-descr.warrior {
}

.b-heroes-descr.warrior .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/warrior.jpg);
}

.b-heroes-descr.mage {
}

.b-heroes-descr.mage .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/mage.jpg);
}

.b-heroes-descr.priestess {
}

.b-heroes-descr.priestess .b-heroes-descr__img .img {
    background-image: url(/images/heroes/descr/priestess.jpg);
}

.b-screenshots {
}

.b-screenshots__title {
}

.b-screenshots__body {
    position: relative;

}

.b-screenshots__body__button-prev,
.b-screenshots__body__button-next {
    position: absolute;
    width: 76px;
    height: 148px;
    background-image: url(/picts/gallery-buttons.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;

}

.b-screenshots__body__button-prev.disabled, .b-screenshots__body__button-prev:disabled,
.b-screenshots__body__button-next.disabled, .b-screenshots__body__button-next:disabled {
    cursor: default;

}

.b-screenshots__body__button-prev {
    left: 0;
    background-position: 0 0;
}

.b-screenshots__body__button-prev.disabled, .b-screenshots__body__button-prev:disabled {
    background-position: 0 -148px;

}

.b-screenshots__body__button-next {
    right: 0;
    background-position: -76px 0;
}

.b-screenshots__body__button-next.disabled, .b-screenshots__body__button-next:disabled {
    background-position: -76px -148px;

}

.b-screenshots__body__list {
    margin: 0 80px;
    overflow: hidden;
}

.b-screenshots__body__list ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.b-screenshots__body__list ul li {
    display: inline-block;
/ / display : inline;
    zoom: 1;
    margin-right: 7px;
}

.b-separator {
    background: url(/picts/text-separator.jpg) 50% 0 no-repeat;
    height: 33px;
    margin: 20px 0;
}

.b-seo {
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    color: #6a6a6a;
}

.b-seo__c {
    vertical-align: top;
}

.b-seo__g {
}

.b-seo__g span {
    display: block;
    width: 15px;
}

.rules {
    width: 800px;
    margin: 100px auto;
    background: #1f1f1f;
    border-radius: 5px;
    padding: 20px;
    font-weight: normal;
}

.rules h1 {
    text-align: center;
    font-size: 36px;
    color: #e6002c;
    line-height: 24px;
    font-weight: normal;
}

.rules h2 {
    text-align: center;
    font-size: 22px;
    color: #9d011f;
    line-height: 22px;
    font-style: italic;
    font-weight: normal;
}

.rules h3 {
    text-align: left;
    font-size: 14px;
    color: #898989;
    line-height: 22px;
}

.rules p, .rules li {
    text-align: left;
    font-size: 12px;
    color: #898989;
    line-height: 28px;
}

.rules a {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 30px;
}

.rules a:hover {
    color: #ffffff;
    font-size: 14px;
}