
.Settabs .tabs__content {
    display: none; /* по умолчанию прячем все блоки */
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid silver;
}

.Settabs .tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}

.Settabs .tabs__caption {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Settabs .tabs__caption li.active {
    background: #882211;
}

.Settabs .tabs__caption li {
    float: left;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    background: #424242;
    color: #ffffff;
    margin: 0 1px 0 0;
    font-family: "PT Sans";
    padding: 7px 10px 5px 10px;
    cursor: pointer;
}

.Settabs .tabs__caption li:hover {
    background: #882211;
}

.red-text {
    color: #882211;
}

.inputGroupForm {
    padding: 10px 0;
}

.inputGroupLine {
    margin-bottom: 10px;
}

.inputGroupLine .red-text {
    font-size: 10px;
}

.inputGroupLine input {
    width: 200px;
    border: 1px solid #959595;
    padding: 5px;
    border-radius: 5px;
    margin-top: 2px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.choise-type-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.choise-type-list li {
    float: left;
    margin: 0 20px 0 0;
}

.koeff-type-radio .text {
    padding: 12px 0 0 0;
}

.showPopViewSet #popOverlay {
    display: block;
}

.showCabinetPopView #popOverlay{
    display: block;
}

.acept-info {
    background: url(/img/account_management/accept.svg) 0 0 no-repeat;
    min-height: 44px;
    padding: 0 0 0 45px;
    background-size: 42px;
    margin-bottom: 20px;
}

.warning-info {
    background: url(/img/account_management/warning.svg) 0 0 no-repeat;
    min-height: 44px;
    padding: 0 0 0 45px;
    background-size: 42px;
    margin-bottom: 20px;
}

.showSet1 .setWindow1 {
    display: block;
}

.showSet2 .setWindow2 {
    display: block;
}

.showSet3 .setWindow3 {
    display: block;
}

.showSet4 .setWindow4 {
    display: block;
}

.showSet2_1 .setWindow2_1 {
    display: block;
}

.showSet4_1 .setWindow4_1 {
    display: block;
}

.setWindow1,
.setWindow2,
.setWindow2_1,
.setWindow3,
.setWindow4_1,
.setWindow4 {
    position: fixed;
    width: 300px;
    top: 10%;
    left: 50%;
    margin-left: -150px;
    z-index: 99999;
    display: none;
    border-radius: 10px;
    background: #ededed;
    padding: 20px 10px;
    border: 1px solid #cecece;
    font-family: "PT Sans";
}

.setWindow .controls {
    text-align: center;
}

.text-center {
    text-align: center;
}

.cabinet-checkbox-title {
    padding-left: 10px;
}

/*валюта лк*/

.Settabs{
    font-family: "PT Sans";
}
.Settabs form{
    margin-bottom: 0;
}

.Settabs .loginbox{
    border-radius: 0;
    border: 1px solid #cecece;
    padding: 5px;
}

.Settabs .tabSectionHeight{
    margin-bottom: 50px;
}

.Settabs .tabSection{
    max-width: 500px;
}

.Settabs h1{
    text-transform: uppercase;
}

.valueSelectMoney select{
    padding: 2px 5px;
    border-radius: 5px;
}



/*валюта лк конец*/