/*
.rek_banner {
    display: none;
    height: 0;
    width: 0;
}
*/

.rek_banner_book {
    background-color: #0c4128;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 80px;
    margin: 40px 0;
}

.rek_banner_book a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 80px;
    background-color: #229545;
}

.rek_banner_book a p {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    font-family: "SegoeUI-Bold", serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
}

.rek_banner_book a span {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    font-family: "SegoeUI-Bold", serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
}

.bg_white {
    filter: none;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
    /*margin-top: 30px;*/
}

.about_company.get-list-by-phone:before {
    content: none;
}

.about_company.get-list-by-phone:after {
    content: none;
}

.get-list-by-phone .mini-form {
    width: 350px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0 0 13px #e8e8e8;
}

.get-list-by-phone .filterBox {
    width: 70%;
    display: table;
    margin: 0 auto 30px auto;
}

.get-list-by-phone .card_box {
    background: #fff;
    padding: 40px 30px 75px 30px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 0 13px #d1d1d1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.get-list-by-phone .card_box.simple {
    padding: 40px 30px 10px 30px;
    /*height: 490px;*/
}

.get-list-by-phone .card_box img {
    height: 70px;
    max-width: none;
}

.get-list-by-phone .card_box.fail {
    background: #ee737c;
    color: #fff;
}

.get-list-by-phone .card_box.fail img {
    /*filter: brightness(0%) invert(1);*/
}

.get-list-by-phone .card_box h1 {
    font-size: 25px;
}

.get-list-by-phone .card_box ul {
    margin: 20px 0;
    padding: 0;
}

.get-list-by-phone .card_box ul li {
    list-style: none;
}

.get-list-by-phone .card_box .payBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e14442;
    color: #fff;
    padding: 15px 0;
}

.get-list-by-phone .card_box .payBtn.active {
    color: #0bc636;
    cursor: pointer;
    background: #f4f4f4;
}

.get-list-by-phone .card_box .payBtn.active:hover {
    background: #10912e;
}

.get-list-by-phone .card_box .payBtn.failed {
    color: #fb2634;
    cursor: pointer;
    background: #f4f4f4;
}

.get-list-by-phone .card_box .payBtn.failed:hover {
    background: #c6302e;
}

.get-list-by-phone .card_box .payBtn:hover {
    background: #646464;
    color: #fff;
}

.table_b.table > thead > tr > th a {
    color: white;
    text-decoration: none;
}

.table_b.table > thead > tr > th a:hover {
    color: #0c4128;
}

.table_b.table > tbody > tr > td.download {
    padding: 0;
    overflow: hidden;
}

.table_b.table > tbody > tr > td.download a {
    display: block;
    position: relative;
    text-align: center;
    color: #4c4c4c;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.table_b.table > tbody > tr > td.download a:hover {
    background-color: #019946;
    color: #fff;
}

.table_b.table > tbody > tr > td.download a > span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reg_link_disabled {
    background-color: #727272 !important;
    cursor: not-allowed;
    border: 1px solid #5d5d5d !important;
}

.reg_link_disabled:hover {
    background-color: #727272 !important;
    color: #fff !important;
}

#playerssearch-date-kvdate.date {
    display: table;
    background-color: inherit;
    border-radius: inherit;
    min-width: inherit;
    padding: 0;
    font-family: "SegoeUI-Bold", serif;
    font-size: inherit;
    color: inherit;
    margin: inherit;
}

.profile-buttons {
    margin: 5px;
}

.left_list li.active a {
    filter: drop-shadow(0px 25px 17px rgba(0, 0, 0, 0.1));
    background-color: #ccffc3;
    color: #049746;
    border: 1px solid #007e0a;
}

::-webkit-scrollbar:horizontal {
    height: 6px;
}

.mob-navbar-content {
    width: 100%;
    height: 100%;
}

.mob-navbar {
    background: #F0F0F0;
    height: 65px;
    width: 100%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    overflow: auto;
    z-index: 20;
    max-width: 738px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mob-navbar ul {
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 6px;
}

.mob-navbar ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.mob-navbar ul li:last-child {
    margin-right: 0;
}

.mob-navbar ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #2b2b2b;
    font-family: "SegoeUI-Bold", serif;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mob-navbar ul li a span.glyphicon {
    font-size: 16px;
    color: #019847;
}

@media screen and (min-width: 767px) {
    .mob-navbar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 35px 0 70px 0;
    }
    #actual_news_slider .owl-dots {
        display: none;
    }
    #yii-debug-toolbar {
        display: none !important;
    }
}
@media screen and (max-width: 550px) {
    .rek_banner_book video{
        height: 40px;
        transform: translate(0, 50%);
    }
}

.player-tariff-label {
    display: block;
}

.player-tariff-label input {
    display: none;
}

.player-tariff-label .thumbnail {
    position: relative;
    padding: 10px 4px 6px 4px;
    margin: 0;
}

.player-tariff-label .thumbnail img {
    width: 100%;
}

.player-tariff-label.active .thumbnail {
    background-color: #019847;
}

.player-tariff-label.active .thumbnail:before {
    font-family: "Glyphicons Halflings", serif;
    position: absolute;
    content: "\e013";
    font-size: 18px;
    color: #019847;
    top: 15px;
    right: 12px;
    text-shadow: 1px 0 3px #dcdcdc;
}

.player-tariff-label.active .thumbnail .caption {
    color: #fff;
}
.player-tariff-label .caption h3 {
    margin: 5px;
}
.player-tariff-label .caption p {
    min-height: 62px;
    margin-bottom: 0;
}

.coloredLink {
    padding-top: 20px;
}

.mr5 {
    margin-right: 5px;
}
.mb5 {
    margin-bottom: 5px;
}

.main_menu .navbar-nav li.active a {
    background-color: inherit;
    border-top: none;
}

.main_menu .navbar-nav li.active {
    background-color: #F8F8F8;
    border-top: 4px solid #BAECD1;
}


.competition-detail-link {
    display: inline-block;
    background-color: #019847;
    border-radius: 5px;
    padding: 4px 10px;
    font-family: "SegoeUI-Bold", serif;
    font-size: 14px;
    color: #fff;
}

.competition-detail-link:focus {
    color: #a4a4a4;
}

#single_page_gallery_slider .slider_img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 99%;
    height: 250px;
    margin: 0 5px;
}

#single_page_gallery_slider .slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#single_page_gallery_slider .owl-dots {
    display: none;
}

.about_company #single_page_gallery_slider .slider_img {
    height: 180px;
}

.media-slider .slider_img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 99%;
    height: 250px;
    margin: 0 5px;
}

.media-slider .slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-slider .owl-dots {
    display: none;
}

.footer {
    margin-top: 25px;
}

.product-status {
    font-size: 16px;
    text-align: right;
    display: block;
    float: right;
    border-radius: 10px;
    padding: 6px 12px;
    margin: 6px 0 6px 12px;
    font-weight: bold;
}

.product-status.in-stock {
    color: #ffffff;
    background-color: #005d1a;
}

.product-status.out-of-stock {
    color: #000000;
    background-color: #6d6d6d;
}
#actual_news_slider .slider_img {
    height: auto !important;
}
.tabs_left > .nav-tabs .active > a, .tabs_left > .nav-tabs .active > a:hover, .tabs_left > .nav-tabs .active > a:focus {
    color: #000;
    font-weight: bold;
}
.tabs_left .tab-content{
    color: #000000;
}
.reg_buttons {
    text-align: right;
    font-weight: bold;
}
.reg_buttons a{
    margin: 5px;
}
.reg_buttons a .glyphicon {
    margin-right: 5px;
}
.rules-link {
    display: inline-block;
    color: #019847;
    text-decoration: none;
    font-family: 'SegoeUI-Bold', serif;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
}
.rules-link:hover,
.rules-link:focus {
    color: #019847;
    text-decoration: underline;
}

.fontSegoeUIBold {
    font-family: "SegoeUI-Bold", serif;
}
.btn-with-icon {
    font-family: "SegoeUI-Bold", serif;
}
.btn-with-icon span.glyphicon{
    color: #019847;
}


.card_box {
    text-align: center;
    box-shadow: 0 0 13px #d1d1d1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 95%;
}

.card_box:hover {
    box-shadow: 0 0 13px #4c4c4c;
}

.card_box .card_box_cover {
    height: 375px;
    width: 100vw;
    position: relative;
    display: table-cell;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(1, 152, 71, 0.80));;
    vertical-align: middle;
}

.card_box .inner_card_box {
    padding: 0 15px;
}

.card_box .competition-name {
    background: rgba(255, 255, 255, 0.8);
    color: black;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    width: 100vh;
}

.card_box .user-info {
    margin: 10px 0;
    background: #0000007a;
    border-radius: 10px;
    padding: 10px 5px;
}

.card_box .user-info {
    list-style: none;
    color: white;
    font-weight: bold;
    max-height: 100px;
    overflow: hidden;
}

.card_box .user-info p {
    padding: 0;
    margin: 0;
}

.card_box .user-info .name {
    font-size: 20px;
}

.card_box .user-info .code {
    font-size: 14px;
}

.card_box .payBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #be7412;
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
}

.card_box .payBtn.active {
    color: white;
    cursor: pointer;
    background: #019847;
}

.card_box .payBtn.active:hover {
    background: #10912e;
}

.card_box .payBtn.failed {
    color: #fb2634;
    cursor: pointer;
    background: #f4f4f4;
}

.card_box .payBtn.failed:hover {
    background: #c6302e;
}

.card_box .payBtn:hover {
    background: #28ab00;
}

.card_box .detail-btn {
    padding: 10px 33px;
    border: 1px solid beige;
    text-decoration: none;
    color: white;
    background: #019895;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
}

.card_box .detail-btn:hover {
    background: #00726f;
}

.btn-local {
    border-radius: 20px;
}

.user-list-search-form {
    padding: 20px 0 10px 0;
    background-color: #e6f5ed;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 13px #d1d1d1;
}

.payment-system-label {
    padding: 13px 43px;
    border: 3px solid #019847;
    border-radius: 15px;
    background: #f7f7f7;
    cursor: pointer;
}

.has-error .payment-system-label {
    border: 3px solid #d40000;
}

.payment-system-label img {
    width: 150px;
}

.payment-system-label.active {
    background: #cbfbb3;
    border: 3px solid #019847;
    position: relative;
}

.payment-system-label.active:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings', serif;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    color: #019847;
}

.payment-system-label:hover {
    box-shadow: 0 3px 6px 2px #019847;
}

.referral-div .help-block {
    display: none;
}

.referral-div.has-success .help-block {
    display: block;
}
.mt-5 {
    margin-top: 5px;
}

#book_animation{
    -webkit-animation: flash-book linear 2s infinite;
    animation: flash-book linear 2s infinite;
    -moz-animation: flash-book linear 2s infinite;
    -o-animation: flash-book linear 2s infinite;
    -ms-animation: flash-book linear 2s infinite;
}
@-webkit-keyframes flash-book {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(177, 112, 0, 0.6); }
    40% { background-color: rgba(177, 112, 0, 0.2); }
    60% { background-color: rgba(177, 112, 0, 0.2); }
    80% { background-color: rgba(177, 112, 0, 0.6); }
    100% { background-color: rgb(177, 112, 0, 71); }
}
@-moz-keyframes flash-book {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(177, 112, 0, 0.6); }
    40% { background-color: rgba(177, 112, 0, 0.2); }
    60% { background-color: rgba(177, 112, 0, 0.2); }
    80% { background-color: rgba(177, 112, 0, 0.6); }
    100% { background-color: rgb(177, 112, 0, 71); }
}
@-o-keyframes flash-book {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(177, 112, 0, 0.6); }
    40% { background-color: rgba(177, 112, 0, 0.2); }
    60% { background-color: rgba(177, 112, 0, 0.2); }
    80% { background-color: rgba(177, 112, 0, 0.6); }
    100% { background-color: rgb(177, 112, 0, 71); }
}
@keyframes flash-book {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(177, 112, 0, 0.6); }
    40% { background-color: rgba(177, 112, 0, 0.2); }
    60% { background-color: rgba(177, 112, 0, 0.2); }
    80% { background-color: rgba(177, 112, 0, 0.6); }
    100% { background-color: rgb(177, 112, 0, 71); }
}



#flash-ticket{
    padding: 8px 10px;
    border-radius: 14px;
    -webkit-animation: flash-ticket linear 2s infinite;
    animation: flash-ticket linear 2s infinite;
    -moz-animation: flash-ticket linear 2s infinite;
    -o-animation: flash-ticket linear 2s infinite;
    -ms-animation: flash-ticket linear 2s infinite;
}
@-webkit-keyframes flash-ticket {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(0, 108, 23, 0.6); }
    40% { background-color: rgba(0, 108, 23, 0.2); }
    60% { background-color: rgba(0, 108, 23, 0.2); }
    80% { background-color: rgba(0, 108, 23, 0.6); }
    100% { background-color: rgb(0, 108, 23, 71); }
}
@-moz-keyframes flash-ticket {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(0, 108, 23, 0.6); }
    40% { background-color: rgba(0, 108, 23, 0.2); }
    60% { background-color: rgba(0, 108, 23, 0.2); }
    80% { background-color: rgba(0, 108, 23, 0.6); }
    100% { background-color: rgb(0, 108, 23, 71); }
}
@-o-keyframes flash-ticket {
    0% { background-color: rgb(177, 112, 0); }
    20% {background-color: rgba(0, 108, 23, 0.6); }
    40% { background-color: rgba(0, 108, 23, 0.2); }
    60% { background-color: rgba(0, 108, 23, 0.2); }
    80% { background-color: rgba(0, 108, 23, 0.6); }
    100% { background-color: rgb(0, 108, 23, 71); }
}
@keyframes flash-ticket {
    0% { background-color: rgb(0, 108, 23); }
    20% {background-color: rgba(0, 108, 23, 0.6); }
    40% { background-color: rgba(0, 108, 23, 0.2); }
    60% { background-color: rgba(0, 108, 23, 0.2); }
    80% { background-color: rgba(0, 108, 23, 0.6); }
    100% { background-color: rgb(0, 108, 23, 71); }
}