.mainContent{
    /*overflow: hidden;*/
}
#wrap{
    display:block;
}
div.title-search-result{
    z-index: 99999 !important;
}
.selectStyle{
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
    color: #333;
    width: 100%;
    padding: 0 15px;
    background-color: #e6e6e6;
    height: 50px;
    border-radius: 2px;
    border: none;
}
.write_us-form input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
.form-cell input[type="file"]{
    display: none;
}
.form-cell input[type="file"]:after {
    content:"Выберите файл";
    display:block;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 40px;
    background: #ef7f1a;
    color: #fff;
    text-align: center;
}

/*.form-cell input[type="file"]:after:hover {
    background: #ef7f1aab;
}*/

/* Растягиваем label на всю область блока .file-upload */

.form-cell label.file {
    display: block;
    position: relative;
    top: -11px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #f6f6f6;
    padding: 5px;
}

/* стиль текста на кнопке*/

.form-cell label.file  span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 40px;
    background: #ef7f1a;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.news-catalog{
    float:left;
}


/* MOZG */
.order-btn {
    border: none;
}

.basket-tab .delayed .basket-img a{
    position: relative;
    display: block;
}

.basket-tab .delayed .basket-img a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
}

.basket-tab .delayed .basket-info-box a{
    color: #ef7f1a8c;
}

.basket-tab .delayed .not-avail{
    font-weight: bold;
    text-decoration: underline;
}

#confirm-phone .alert.alert-danger:not(.show-timer) + #bonus-balance-check-2{
    display: none;
}