@import url(http://fonts.googleapis.com/css?family=Cuprum&subset=cyrillic);

.header-wrapper {
    background-color: rgba(0, 0, 0, 0) !important;
    position: absolute;
}

.header-wrapper header .main-nav > li .item a {
    color: #006796;
    border-width: 0;
}
.header-wrapper header .main-nav > li.nav-plus:hover a:before {
    background-position: 0 0;
}
.header-wrapper header .main-nav > li.nav-plus:hover a {
    color: #01a6ff;
}

body {
    min-width: 1000px;
    overflow-x: visible;
}

.full-height {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#wrapper {
    background: #fff url(../img/bg-top-gradient.png) left top repeat-x;
}

.page {
    height: 925px;
    width: 100%;
    background: url(../img/bg-top-page.png) 50% 40% no-repeat;
    padding-top: 12px;
}

.content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 980px;
}

.content .left-part {
    float: left;
    width: 700px;
}

.content .right-part {
    float: right;
    width: 280px;
}

.content:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.content .sistein-logo {
    height: 109px;
    width: 219px;
    display: inline-block;
}

.content .sistein-logo img {
    display: inline-block;
    width: 219px;
    height: 109px;
}

.content.top-info .right-part {
    text-align: right;
}

.content.player {
    margin-top: 10px;
}

.flash-container {
    margin-left: -40px;
    margin-top: -20px;
    width: 740px;
    height: 510px;
}

.content.player .wrapper-flashContent {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    height: 510px;
    display: none;
}

.content.player .eye {
    background: url(../img/eye.png?06062013) center top no-repeat;
    height: 510px;
    width: 740px;
    position: relative;
}

.content.player .eye .play-game {
    display: inline-block;
    font-family: Cuprum, Arial, Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    color: #fff;
    background-color: #ec008c;
    font-size: 26px;
    line-height: 30px;
    padding: 1px 14px;
    text-transform: uppercase;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 222px;
    left: 90px;
}

.content.player .eye .play-game:hover{
    color: #ec008c;
    background-color: #fff;
}

.content.player .eye .rules {
    font-family: Cuprum, Arial, Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    text-transform: uppercase;
    color: #ec008c;
    text-decoration: underline;
    position: absolute;
    top: 260px;
    left: 105px;
}

.content.player .eye .rules:hover {
    text-decoration: none;
}
.content.player #flashContent {
    padding-top: 35px;
    padding-left: 40px;
}

.content .sistein-product {
    margin-top: 55px;
}

.content.info .left-part,
.content.info .right-part {
    width: auto;
    position: relative;
}

.content.info .left-part  span {
    font-family: Cuprum, Arial, Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    color: #91bdd7;
    font-size: 18px;
    line-height: 40px;
}
.content.info .left-part  .age-rate {
    font-size: 62px;
    position: absolute;
    top: -40px;
    left: 0;
}

.content.info .right-part {
    width: auto;
    text-align: right;
}

.content.info .right-part  > span {
    display: block;
    font-family: Cuprum, Arial, Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    color: #0177ad;
    font-size: 40px;
    line-height: 30px;
}

.content.info .right-part  > span small {
    font-size: 16px;
}

.content.info .right-part .more {
    display: inline-block;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 20px;
    background-color: #eb1479;
    color: #fff;
    font-size: 15px;
}

.content.description {
    margin: 30px auto 70px;
    padding: 15px;
    background: #ececec url(../img/description-top-dotted.png) top left repeat-x;
    width: 950px;
}

.content.description p {
    color: #535353;
    font-size: 11px;
    line-height: 12px;
}
.content.description p+p{
    margin-top: 10px;
}

.content.description p.big {
    font-size: 12px;
}

.content .slogan span {
    display: block;
    color: #e51f7c;
    font-family: Cuprum, Arial, Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    font-size: 57px;
    line-height: 48px;
}

.content .slogan span > small{
    font-size: 31px;
    position: relative;
    top: -9px;
}

.selection-block {
    background: #fff url(../img/selection-bg.png) top left repeat-x;
    height: 293px;
    position: relative;
}

.selection-block:after {
    display: none;
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: url(../img/selection-bottom-border.png) bottom center no-repeat;
}

.selection-block  .selection-title {
    font-family: Cuprum, Arial, Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    font-size: 48px;
    color: #0177ad;
    position: relative;
    top: -55px;
}

.carousel-wrapper {
    margin-top: -20px;
    width: 980px;
    height: 234px;
    position: relative;
}

.carousel-wrapper .mask {
    position: relative; /* required */
    overflow: hidden; /* required */
    width: 980px; /* required */
}

.carousel-wrapper  ul {
    position:absolute;
    overflow:hidden; /* required */
    margin:0;
    padding:0;
    list-style:none;
}

.carousel-wrapper  ul.films-carousel > li img {
    width: 152px;
    height: 234px;
}

.carousel-wrapper ul li {
    float: left;
    width: 152px;
    height: 234px;
    margin-right: 12px;
}

.carousel-wrapper ul:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.carousel-wrapper .pagination-links {
    list-style:none;
    margin:0;
    padding:0;
    position: absolute;
    left: 37%;
    top: -65px;
}

.carousel-wrapper .pagination-links li {
    display: inline-block;
    margin-right: 13px;
}

.carousel-wrapper .pagination-links li a{
    width: 15px;
    height: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    background-color: #0976cf;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
}

.carousel-wrapper .pagination-links li.current a {
    background-color: #ea137b;
}

.carousel-wrapper .prev,
.carousel-wrapper .next {
    display: none;
}

.footer-block {
    height: 440px;
    background: url(../img/footer-bg.png) left top repeat-x;
    color: #008867;
}

.footer-block .footer {
    margin-top: 30px !important;
}

.footer-block .footer > .col ul li a,
.footer-block .footer > .col ul li a:hover,
.footer-block .footer > .col h3 a,
.footer-block .footer > .col .h3i a {
    color: #008867
}

.footer-block .footer > .col .h3i a:hover {
    text-decoration: none;
}

.footer-block .consult {
    text-align: center;
    padding-top: 65px;
    background: url(../img/selection-bottom-border.png) 0 0 repeat-x;
}

.footer-block .consult  img {
    width: 980px;
    height: 83px;
}
