.b2b-case {
    position: relative;
    z-index: 99;
    background-color: #ff8500;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px 15px;
}

.b2b-case h4,
.b2b-case h5 {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.b2b-case label {
    color: #fff;
}

.b2b-case h4 {
    font-size: 15pt;
    font-weight: bold;
}

.b2b-case h4 span {
    text-transform: uppercase;
}

.b2b-case h5 {
    text-transform: uppercase;
    font-size: 14pt;
}

.b2b-case input[type=checkbox] {
    transform: scale(1.5);
}

.b2b-case input[type=checkbox]:focus {
    outline: none;
}

.b2b-case .checkbox label {
    font-size: 13pt;
}

.bf-errors {
    margin-top: 5px;
}

/* Некоторые поля по умолчанию скрыты и появляются в процессе выполнения */
.bcf-contact-info,
.bcf-address,
.bcf-order {
    display: none;
    /* Для отладки */
    /*display: block;*/
}

.bcf-submit {
    text-align: right;
}

.bcf-submit button {
    font-size: 15pt;
    text-transform: uppercase;
}

.bcf-inet-items,
.bcf-phone-items,
.bcf-tv-items,
.bcf-cvr-items {
    display: none;
}

.bcf-tv-items .checkbox label {
    font-size: 11pt;
}

#b2b-cases-tabs {
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
}

#b2b-cases-tabs li a {
    width: 200px;
    text-align: center;
    font-size: 15pt;
    color: #fff;
    background-color: #b3b3b3;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    margin-right: 0;
    padding: 10px 15px 20px;
}

#b2b-cases-tabs li.active a {
    background-color: #ff8500;
}

.b2b-express h4 {
    margin-bottom: 0;
}

.b2b-express .home-setup {
    text-align: center;
    font-size: 12pt;
}

.b2b-express .home-setup a {
    color: #fff;
}

/*** Модальное окно ***/
.setup-business .modal-dialog {
    
}

.sb-close {
    padding: 15px 15px 0 0;
    text-align: right;
}

.sb-close a {
    color: #000;
}

.sb-close a:hover {
    color: inherit;
}

@media only screen and (max-width: 992px) {
    .setup-business {
        width: 700px;
        margin-left: -350px;
    }
}

@media only screen and (max-width: 768px) {
    .setup-business {
        width: 400px;
        margin-left: -200px;
    }

    #b2b-cases-tabs li a {
        width: 150px;
        font-size: 11pt;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .setup-business {
        left: 0;
        width: 90%;
        margin: 0 5%;
    }

    #b2b-cases-tabs li a {
        width: 110px;
        height: 70px;
    }

    .b2b-case h4 {
        font-size: 12pt;
    }

    .bcf-submit {
        text-align: center;
    }
}












