.l2oops {
    position: absolute;
    right: 0px;
    top: 0px;
}



@media (max-width: 1000px) {
    .l2oops {
        position: absolute;
        top: 45px;
        right: 0px;
    }
}

@media (max-width: 600px) {
    .l2oops {
        display: none;
    }
}

div.grecaptcha-badge {
    display:none!important;
}
div.recaptchav2New {
    text-align:center;
}
div.recaptchav2 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}


.sidebar-video-open img{
    cursor: pointer;
}







.topTable-tr .name {
    white-space: nowrap;
    position: relative;
    z-index: 3;
}

.gray {
    color: #696868;
}

.mid-gray {
    color: #8c8c8c;
}

.mid-orange {
    color: #ffbb44;
}

.white {
    color: white;
}

.clan-crest {
    border-radius: 0px !important;
    width: 16px !important;
    height: 12px !important;
}

.no-element-clan-crest {
    margin-right: 20px;
}

.ally-crest {
    border-radius: 0px !important;
    padding-right: 0px;
    width: 8px !important;
    height: 12px !important;
    margin: 0px !important;
}

.no-element-ally-crest {
    margin-right: 8px;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }

.clearfix::after {
    clear: both;
}

.sidebar-images-wrapper{
    padding-top: 10px;
}
.sidebar-images-wrapper ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.sidebar-images-wrapper ul li{
    display: inline-block;
    list-style-type: none;
    float: left;
    width: 48.49%;
    margin-right: 3%;
    margin-bottom: 3%;
    cursor: pointer;
}
.sidebar-images-wrapper ul li:nth-child(2n){
    margin-right: 0;
}
.sidebar-images-wrapper ul li img{
    width: 100%;
    height: auto;
}
.sidebar-images-wrapper ul li:hover img{
    filter: brightness(1.1);
    transition: all .4s;
}

.slick-prev
{
    display: none;
}


.galleryBlock
{
    max-width: 1200px;
}

.gallery-item{
    cursor: pointer;
    height: 62px;
    opacity: 0.7;
}
.gallery-item:hover{
    opacity: 1;
}

a.inline
{
    margin-left: 0 !important;
}



.green{
    color: #6eb633;
}
.green-light{
    color: #7cd92f;
}
.red{
    color: #b92b2b;
}
.blue{
    color: #58a1ff;
}
.middle-info-online{
    height: 70px;
    padding-left: 65px;
    padding-top: 15px;
    color: #50b552;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.middle-info-server
{
    height: 70px;
    display: inline-block;
    float: left;
    padding-left: 65px;
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    background: url(../img/status-icon_1.png) no-repeat left bottom;
}

.middle-info-enemy
{
    height: 70px;
    display: inline-block;
    float: left;
    padding-left: 65px;
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    background: url(../img/status-icon_2.png) no-repeat left bottom;
}
.middle-info-block small{
    color: #d1c7c7;
    font-size: 10px;
    text-transform: uppercase;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

#mainPageMenuHref {
    display: none;
}


@media (max-width: 992px){
    .middle-info-block small{
        font-size: 9px;
    }
    .middle-info-server{
        font-size: 12px;
    }
    .middle-info-enemy{
        font-size: 13px;
    }
    #mainPageMenuHref
    {
        display: block;
    }
}
@media (max-width: 768px){

    .middle-info-block .row{
        height: initial;
    }

}
@media (max-width: 575px){

    .middle-info-block{
        overflow-x: hidden;
    }
    .middle-info-block .row{
        height: initial;
    }
    .middle-info-block .row:after{
        right: -11px;
    }
    .middle-info-block .row:before{
        left: -11px;
    }
    .middle-info-enemy{
        /*width: 55%;
        margin-left: -5%;*/
        display: none;
    }
    .middle-info-server{
        display: none;
    }

}

.page-content{
    border-bottom: 1px solid #2c2321;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.div.tablePvp{
    color: #fff;
}

.tablePvp .title {
    justify-content: start;
    align-items: center;
}

.tablePvp{
    color: white;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.successInfo
{
    font-size: 30px;
    padding: 20px;
    border-radius: 20px;
    color: white;
    background: #00351d;
}
.failInfo
{
    font-size: 30px;
    padding: 20px;
    border-radius: 20px;
    color: white;
    background: #7d1b0f;
}
.success
{
    font-size: 18px;
    background: rgb(54, 66, 150);
    padding: 20px;
    border-radius: 20px;
    color: white;
    margin-bottom: 10px
}
.error
{
    font-size: 16px;
    background: rgb(150, 54, 54);
    padding: 20px;
    border-radius: 20px;
    color: white;
    margin-bottom: 10px
}
.pane1
{
    background: #212121;
    padding: 20px;
    border-radius: 20px;
    color: white;
}

.pane1 a{
    color: #ffb432;
}
.pane1 a:hover{
    text-decoration: underline;
}


.breadcrumbs-transp {
    background: rgba(0, 0, 0, 0.5);
    color: #bbbbbb;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.centered
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.centeredX
{
    display: flex;
    justify-content: center;
}

.content-block
{
    color: white;
}

.content-block a{
    color: #ffb432;
}
.content-block a:hover{
    text-decoration: underline;
}


@media (max-width: 400px) {
    .h1 {
        font-size: 35px;
    }
    h1 {
        font-size: 35px;
    }
}

.game-off {
    color: #b92b2b !important;
}

.custom-link {
    color: #ffb432;
    cursor: pointer;
}

.custom-link.active {
    color: white;
}

.custom-link:hover {
    color: white;
    cursor: pointer;
}