.shadow{
    box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.2), 0 5px 25px 5px rgba(0, 0, 0, 0.02);
}

#preview{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.preview-shadow{
    height: 300px;
    box-shadow: 0px 0px 2px rgb(168, 145, 212);
}

#preview-logo{
    width: 100%;
    text-align: center;
}

#preview-logo img{
    width: auto;
    max-height: 300px;
}

#preview-body{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255,255,255,.6);
    padding-bottom: 16px;
}

#preview-content{
    margin: auto;
    text-align: center;
    width: 64%;
}

#preview-content h3{
    color: black;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900;
}

#preview-content p, #preview-content a{
    color: black;
    font-size: 12px;
}

#edit-preview{
    width: 100%;
}

#edit-preview h3{
    font-size: 16px;
    font-weight: 700;
}

.bk-img{
    height: 115px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-selected{
    border: 2px solid #7e57c2 ! important;
}

#background-img-gallery{
    width: 100%;
    margin-top: 60px;
    overflow: auto;
    position: relative;
}

.payment_method{
    cursor: pointer;
    margin: 0px 4.003% 4.003% 0px;
    float: left;
    border: none;
    height: 147px;
    width: 29.33%;
    -moz-background-repeat: no-repeat;
    -moz-background-position: center;
    -moz-background-size: cover;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center;
    -webkit-background-size: cover;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.lang-menu{
    list-style: none;
    width: 50px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 1px solid #7e57c2;
    border-radius: 7px;
/*     left: -111px; */
    bottom: 0px;
    background-color: white;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 2;
}

.tos-section h6{
    font-weight: bold;
}

.tos-section p, .tos-section ul li{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.tos-container{
    margin: auto;
    width: 86%;
}

.LangMenu{
    opacity: 1;
}


.accordion{
    margin-top: 10px;
}

.accordion-header{
    cursor: pointer;
    margin-bottom: 4px;
    border-radius: 4px;
 /*   background-color: #f5f5f5;*/
    padding: 4px 0px 4px 0px;
    font-size: 20px;
/*    border: 1px solid #dddddd;*/
}

.answer{
    width: 100%;
    background-color: white;
    /*border: 1px solid #0903031a;*/
    /*display: none;*/
    overflow: hidden;
    max-height: 0px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.answer ol{
    padding-left: 37px;
    font-family: sans-serif;
    font-size: 16px;
}

.accordion-header .glyphicon{
    top : 3px;
    right: 5px;
}

.answer p{
    font-size: 16px;
    padding: 11px;
    font-family: sans-serif;
}

.accordion-active{
    max-height: 100%;
}

.accordion-block{
    width: 100%;
    margin-bottom: 50px;
}


.lang-menu li{
    padding: 8px;
}

.lang-menu li a{
    line-height: 1;
    border-bottom: 1px solid #7e57c2;
    display: block;
    width: 100%;
}

.wifi-flash{
    position: absolute;
    width: 37%;
    top: 70px;
    right: 0px;
}

#bkground-img{
    display: none;
}

#yoo_money{
    background-image: url(/images/payment_methods/yoomoney.svg);
}

#webmoney{
    background-image: url(/images/payment_methods/webmoney.png);
}

#sberbank{
    background-image: url(/images/payment_methods/sberbank.jpg);
}

#alfabank{
    background-image: url(/images/payment_methods/alfa.jpg);
}

#wired_transfer{
    background-image: url(/images/payment_methods/notes.png);
}

#bank_card{
    background-image: url(/images/payment_methods/visa.jpg);
}


#background-gallery-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(255,255,255,0.4);
}

@media screen and (max-width: 991px) {
    #preview-content{
        width: 270px ! important;
    }

    .preview-body h3{
        font-size: 16px ! important;
        line-height: 1.4;
    }
}

@media screen and (min-width: 992px) {
    .preview-body h3{
        font-size: 20px ! important;
    }
}
.ban-user {
    color: lightgray !important;
}
.ban-user:hover {
    color: darkblue !important;
}
.delete-auth {
    color: lightgray !important;
}
.delete-auth:hover {
    color: red !important;
}