body {
    height: auto;
    position: relative;
    overflow-x: hidden;
    background-color: #151821;
    background-image: url(../img/bodyfon-inner.jpg);
    background-position: top left;
    background-repeat: repeat;
}

.page-index {
    background-image: url(../img/promo2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.ah-topline {
    background: #13161b;
}

.ah-topline-list {
    margin: 0;
    padding: 0;
}

.ah-topline-list li {
    position: relative;
    display: inline-block;
}

.ah-topline-list li a {
    display: inline-block;
    font-family: "RobotoCondensedRegular";
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 20px;
    letter-spacing: 1px;
}

.ah-topline-list li a:hover {
    color: #ff4525;
    font-weight: bold;
    text-decoration: none;
    background: #474242;
}

.ah-topline-list li:before {
    position: absolute;
    content: "";
    background: url(../img/bord-line.png);
    width: 1px;
    height: 11px;
    right: 0px;
    top: 16px;
}

.ah-topline-list li:last-child:before {
    background: none;
}

.ah-topline-span {
    display: inline-block;
    color: #71757c;
    font-family: "RobotoCondensedRegular";
    font-size: 12px;
    line-height: 30px;
    margin-right: 11px;
}

.ah-select {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ah-select select {
    width: 130px;
    background-color: #0b0c0e;
    box-shadow: 0.5px 0.9px 0 #1b1e25, inset 0.5px 0.9px 0 black;
    font-family: "RobotoCondensedRegular";
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ah-select:before {
    position: absolute;
    content: "";
    background: url(../img/ah-sel.png);
    width: 6px;
    height: 4px;
    right: 13px;
    top: 13px;
}

.ah-select-wrap {
    padding-top: 5px;
}

.ah-logoline {
    margin-bottom: 20px;
}

.page-index .ah-logoline {
    margin-bottom: 0;
}

.ah-logospan {
    display: table-cell;
    vertical-align: middle;
    font-family: "RobotoCondensedRegular";
    color: #b6bcc5;
    font-size: 14px;
    line-height: 30px;
    padding-left: 13px;
}

.ah-logoline-list {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 20px 7px 9px;
    margin: 0;
}

.ah-logoline-list li {
    display: inline-block;
    margin-right: 2px;
}

.ah-logoline-link {
    margin-top: 7px;
    padding: 0px 8px 0px 0px;
    display: inline-block;
}

.ah-logoline-link img {
    -webkit-box-shadow: 0 0 13px #fff;
    -moz-box-shadow: 0 0 13px #fff;
    box-shadow: 0 0 13px #fff;
}

.ah-logoline-link img:hover {
    -webkit-box-shadow: 0 0 13px #316eff;
    -moz-box-shadow: 0 0 13px #316eff;
    box-shadow: 0 0 13px #316eff;
    transition: box-shadow 0.4s ease 0s;
}

.ah-logoline-wrap {
    display: table;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: right;
    margin-top: 18px;
}

.ah-logobox {
    margin-top: 18px;
}

.carousel-container {
    list-style-type: none;
    padding: 0;
    height: 200px;
    position: relative;
}

.carousel-container .arrow {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    width: 50px;
    font-size: 62px;
    text-align: center;
    bottom: 0;
    top: 0;
    line-height: 330px;
    position: absolute;
    z-index: 9999;
    padding-bottom: 4px;
    padding-top: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-container .arrow.next {
    left: 0px;
    background: url(../img/arr-left.png);
    width: 29px;
    height: 123px;
    top: 13%;
}

.carousel-container .arrow.back {
    right: 0px;
    background: url(../img/arr-right.png);
    width: 29px;
    height: 123px;
    top: 13%;
}

.carousel-container .arrow:hover {
    color: white;
}

.carousel-container li:nth-child(1) > .dot {
    margin-left: 44.6%;
}

.carousel-container .carousel-content {
    height: 0;
    overflow: hidden;
    line-height: 22px;
    position: absolute;
    top: 0px;
    list-style-type: none;
    padding: 0;
}

.carousel-container .carousel-content img {
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 17%;
    top: 53%;
    transition: 0.2s ease-in;
}

.carousel-container .dot {
    display: none !important;
    float: left;
    cursor: pointer;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 50%;
    z-index: 999;
    margin-right: 8px;
    display: block;
}

.carousel-container .dot:hover {
    background: #fff;
}

.carousel-container .carousel-toggle {
    display: none;
}

.carousel-container .carousel-toggle:checked + .dot, .carousel-container .carousel-toggle.active + .dot {
    background: #fff;
}

.carousel-container .carousel-toggle:checked ~ .carousel-content, .carousel-container .carousel-toggle.active ~ .carousel-content {
    height: 100%;
    width: 100%;
}

.carousel-container .carousel-toggle:checked ~ .carousel-content img, .carousel-container .carousel-toggle.active ~ .carousel-content img {
    opacity: 1;
}

.ah-imgkarbo {
    width: 299px;
    height: 98px;
}

.ah-nmu-list {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0;
    border-radius: 5px;
    margin-bottom: 25px;
}

.ah-nmu-list li {
    display: inline-block;
}

.ah-nmu-list li a {
    position: relative;
    display: inline-block;
    text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.5);
    font-family: "RobotoBold";
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #3f444d url(../img/mnu-fon1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 1px 17px -2px white;
    -moz-box-shadow: 0px 1px 17px -2px white;
    box-shadow: 0px 1px 17px -2px white;
    padding: 8px 35px;
    text-align: center;
    z-index: 1;
    border-radius: 3px;
}

.ah-nmu-list li a span {
    font-family: "RobotoRegular";
    color: #a7b2c7;
    font-size: 11px;
}

.ah-nmu-list li a i {
    position: absolute;
    top: 7px;
    left: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.ah-nmu-list li a:hover {
    border-radius: 3px;
    background: #0f3f9b url(../img/mnu-fon2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transition: background 0.4s ease 0s;
}

.ah-nmu-list li:last-child a {
    padding: 7px 41px 7px 41px;
}

.ah-popular {
    margin-bottom: 30px;
}

.ah-popular-span {
    position: relative;
    display: block;
    text-shadow: 0.5px 0.9px 0 black;
    color: #8692a9;
    font-family: "RobotoBold";
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    padding-left: 50px;
}

.ah-popular-span:before {
    position: absolute;
    content: "";
    background: url(../img/arr-bot.png);
    width: 18px;
    height: 18px;
    left: 15px;
    top: 0px;
}

.ah-popular-wrap {
    padding: 10px 0px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

.ah-search-box {
    /*background: url(../img/ah-search.png) center center no-repeat;*/
    z-index: 99;
}

.ah-search-box form {
    display: block;
    position: relative;
    width: 272px;
    height: 40px;
    box-sizing: border-box;
}

.ah-search-box form input[type="text"] {
    display: inline-block;
    color: #71757c;
    font-family: "RobotoRegular";
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    width: 81%;
    height: 40px;
    border: 4px solid #4f5461;
    background: #040405;
    box-sizing: border-box;
    z-index: 10;
    top: 0;
    left: 0;
    outline: none !important;
    padding-left: 15px;
}

.ah-search-box form input[type="submit"] {
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    top: 0px;
    right: 13px;
    background: url(../img/ah-search_but.png) no-repeat center center;
    outline: none;
}

.ah-popular-gamebox {
    position: relative;
    display: inline-block;
    width: 258px;
    margin: 0 auto;
    margin-top: 20px;
}

.ah-popular-gamebox:hover .ah-button-box {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ah-popular-spanbot {
    display: block;
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

.no-padd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ah-popular-imgbox {
    padding: 4px;
}

.ah-popular-gamebox {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ah-popular-gamebox h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ah-popular-gamebox:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ah-popular-gamebox a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.ah-popular-gamebox a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.ah-popular-gamebox:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
    color: #000;
    border: 1px solid #000;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ah-popbut1 {
    width: 174px;
    height: 71px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 40px;
}

.ah-popbut1-link img {
    -webkit-box-shadow: 0 0 13px #fff;
    -moz-box-shadow: 0 0 13px #fff;
    box-shadow: 0 0 13px #fff;
}

.ah-popbut1-link img:hover {
    -webkit-box-shadow: 0 0 13px #316eff;
    -moz-box-shadow: 0 0 13px #316eff;
    box-shadow: 0 0 13px #316eff;
    transition: box-shadow 0.4s ease 0s;
}

.ah-popbut2-link img {
    -webkit-box-shadow: 0 0 13px #fff;
    -moz-box-shadow: 0 0 13px #fff;
    box-shadow: 0 0 13px #fff;
}

.ah-popbut2-link img:hover {
    -webkit-box-shadow: 0 0 13px #316eff;
    -moz-box-shadow: 0 0 13px #316eff;
    box-shadow: 0 0 13px #316eff;
    transition: box-shadow 0.4s ease 0s;
}

.ah-popbut2 {
    width: 90px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 12px;
}

.ah-allgame-box {
    text-align: center;
    margin-top: 51px;
}

.ah-allgame-box a img {
    -webkit-box-shadow: 0 0 13px #fff;
    -moz-box-shadow: 0 0 13px #fff;
    box-shadow: 0 0 13px #fff;
}

.ah-allgame-box a img:hover {
    -webkit-box-shadow: 0 0 13px red;
    -moz-box-shadow: 0 0 13px red;
    box-shadow: 0 0 13px red;
    transition: box-shadow 0.4s ease 0s;
}

.ah-winner-wrap {
    padding: 0px 20px;
    height: 445px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    margin-top: 20px;
}

.ah-win-span {
    position: relative;
    display: block;
    font-family: "RobotoCondensedBold";
    text-shadow: 0.5px 0.9px 0 black;
    color: #8692a9;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: 18px;
    padding-left: 30px;
}

.ah-win-span:before {
    position: absolute;
    content: "";
    background: url(../img/ah-winner.png);
    width: 20px;
    height: 20px;
    left: 2px;
    top: 0px;
}

.ah-win-item {
    padding-top: 12px;
    border-top: 1px solid #4f5461;
    margin-top: 12px;
}

.ah-win-imgbox {
    display: inline-block;
    border: 2px solid transparent;
}

.ah-win-imgbox:hover {
    border: 2px solid #ff4525;
}

.ah-win-content {
    display: inline-block;
    padding-left: 10px;
}

.win-mail {
    display: block;
    font-family: "RobotoCondensedRegular";
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

.win-money {
    display: block;
    font-family: "RobotoCondensedBold";
    color: #ffb400;
    font-size: 20px;
    line-height: 24px;
}

.win-money span {
    font-size: 14px;
}

.win-game {
    display: block;
    font-family: "RobotoCondensedRegular";
    color: #7fbbff;
    font-size: 12px;
    text-decoration: underline;
}

.win-game:hover {
    color: #ff4525;
}

.ah-kassa-wrap {
    margin: 20px 0px;
}

.ah-kassa-wrap img {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 13px #fff;
    -moz-box-shadow: 0 0 13px #fff;
    box-shadow: 0 0 13px #fff;
}

.ah-kassa-wrap img:hover {
    -webkit-box-shadow: 0 0 13px #316eff;
    -moz-box-shadow: 0 0 13px #316eff;
    box-shadow: 0 0 13px #316eff;
    transition: box-shadow 0.4s ease 0s;
}

.ah-game-top {
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.6);
}

.ah-game-top-title {
    position: relative;
    display: block;
    font-family: "RobotoCondensedBold";
    color: #8692a9;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding-left: 45px;
}

.ah-game-top-title:before {
    position: absolute;
    content: "";
    background: url(../img/card.png);
    width: 20px;
    height: 20px;
    left: 17px;
    top: 0px;
}

.ah-game-imgbox {
    position: relative;
    width: 185px;
    height: 134px;
    margin: 0 auto;
}

.ah-game-imgbox span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-family: "RobotoCondensedBold";
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.ah-game-top-link {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.ah-game-top-link img {
    -webkit-box-shadow: 0 0 13px #fff;
    -moz-box-shadow: 0 0 13px #fff;
    box-shadow: 0 0 13px #fff;
}

.ah-game-top-link img:hover {
    -webkit-box-shadow: 0 0 13px #316eff;
    -moz-box-shadow: 0 0 13px #316eff;
    box-shadow: 0 0 13px #316eff;
    transition: box-shadow 0.4s ease 0s;
}

.ah-textblock-wrapp {
    padding: 30px 30px;
    background: url(../img/text_fon.jpg) left center repeat;
    border-radius: 3px;
    margin-bottom: 40px;
    font-family: "RobotoRegular";
    color: #adb4c2;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #c9c4c4;
}

.top-content {
    margin-bottom: 0;
}

.ah-textblock-wrapp p {
    display: block;
    margin-top: 24px;
}

.ah-textblock-wrapp ul {
    display: block;
    margin: 24px 0 0 0;
    padding: 0;
}

.ah-textblock-wrapp ul li {
    padding-left: 1em;
    margin-top: 12px;
}

.ah-textblock-wrapp ul li:before {
    content: '\25cf';
    display: inline-block;
    margin: 0 4px 0 0;
}

.ah-textblock-wrapp h1,
.ah-textblock-wrapp h2,
.ah-textblock-wrapp h3 {
    display: block;
    padding: 8px 0;
    font-family: "RobotoBold";28
    color: #fff;
    text-transform: uppercase;
}

.ah-textblock-wrapp h1 {
    font-size: 18px;
    line-height: 18px;
}

.ah-textblock-wrapp h2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 24px;
}

.ah-textblock-wrapp h3 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
}

.ah-footer {
    padding: 30px 0px;
    background: #0b0c0e;
}

.brend-line-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #71757c;
}

.brend-wrap-list li {
    display: inline-block;
    margin-right: 28px;
}

.brend-wrap-list li:last-child {
    margin-right: 0px;
}

.foot-mnu {
    position: relative;
    margin-top: 20px;
}

.foot-mnu ul {
    display: inline-block;
    margin-left: 30px;
}

.foot-mnu ul li {
    display: block;
}

.foot-mnu ul li a {
    display: block;
    font-family: "RobotoRegular";
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
    color: #b6bcc5;
}

.foot-mnu ul li a:hover {
    color: #ff4525;
}

.foot-mnu:before {
    position: absolute;
    content: "";
    background: url(../img/18pl.png);
    width: 45px;
    height: 45px;
    right: 20px;
    top: 5px;
}

.footer-links {
    margin-top: 20px;
    font-family: "RobotoRegular";
    font-size: 12px;
    line-height: 24px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    margin: 0 8px;
    padding: 0;
    display: inline-block;
}

.footer-links ul li a {
    display: block;
    text-decoration: underline;
    color: #b6bcc5;
}

.footer-links ul li a:hover {
    color: #ff4525;
}

.footer-links:before {
    content: "";
    background: url(../img/18pl.png);
    width: 45px;
    height: 45px;
    float: right;
}

.foot_span {
    position: relative;
    display: block;
    font-family: "RobotoRegular";
    color: #71757c;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    padding-left: 30px;
    margin-top: 20px;
}

.foot_span:before {
    position: absolute;
    content: "";
    background: url(../img/tel.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
}

.foot_span1 {
    position: relative;
    display: block;
    font-family: "RobotoRegular";
    color: #71757c;
    font-size: 14px;
    line-height: 19px;
    padding-left: 30px;
}

.foot_span1:before {
    position: absolute;
    content: "";
    background: url(../img/set.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
}

.foot-bottom-line {
    text-align: center;
    margin-top: 25px;
}

.foot-bottom-line span {
    position: relative;
    display: block;
    font-family: "RobotoRegular";
    color: #3e434b;
    font-size: 11px;
    line-height: 12px;
}

.foot-bottom-line span:after {
    position: absolute;
    content: "";
    background: url(../img/fot-botline.png);
    width: 1000px;
    height: 1px;
    left: 70px;
    top: 6px;
}

.read-more-block {
    clear: both;
    overflow: hidden;
}

.read-more-block ul {
    margin-top: 0;
}

.read-more-block ul li {
    margin: 0.3em 0;
}

.read-more-block ul li a {
    color: #adb4c2;
}

.read-more-block ul li a:hover {
    text-decoration: underline;
}

.btn-play-real {
    display: block;
    width: auto;
    text-align: center;
    position: relative;
    height: 74px;
    line-height: 66.6px;
    box-sizing: border-box;
    background: none;
    border: 0 none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 #8d0000;
    font-size: 26px;
    font-weight: 600;
    width: 410px;
    margin: 20px auto 0;
}

.btn-play-real span {
    display: block;
    height: 100%;
    margin: 0 6px;
    background-image: url(../img/red-2.png);
    background-position: 0 0px;
    background-repeat: repeat-x;
}

.game-demo-container .btn-play-real:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-image: url(../img/red-2.png);
    background-position: 0 -74px;
    background-repeat: no-repeat;
}

.game-demo-container .btn-play-real:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    margin: 0 0 0 -6px;
    background-image: url(../img/red-2.png);
    background-position: 0 -148px;
    background-repeat: no-repeat;
}

.game-demo-container .btn-play-real:hover span {
    background-position: 0 -222px;
}

.game-demo-container .btn-play-real:hover:before {
    background-position: 0 -296px;
}

.game-demo-container .btn-play-real:hover:after {
    background-position: 0 -370px;
}

.game-item {
    margin: 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.game-item:hover img {
    border-radius: 50%;
    /*border: 2px inset white;*/
    transition: 0.3s linear;
}
