.content{
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    padding-bottom: 40px;
}
.content2{
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    padding-bottom: 40px;
}


/* Базовые стили формы */
form{
    margin:0 auto;
    max-width:95%;
    box-sizing:border-box;
    padding:40px;
    border-radius:5px;
    background:RGBA(255,255,255,1);
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);
}
/* Стили полей ввода */
.textbox{
    height:50px;
    width:100%;
    border-radius:3px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    padding:10px;
    margin-bottom:30px;
}

.textbox-with-checkbox{
    height:50px;
    width:89%;
    border-radius:3px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    padding:10px;
    margin-bottom:30px;
    display: inline-block;
}

.textbox2mini{
    width: 28%;
    height:50px;
    float: left;
    border-radius:3px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    padding:10px;
    margin-bottom:30px;
}

.textbox2maxi{
    width: 68%;
    height:50px;
    float: right;
    border-radius:3px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    padding:10px;
    margin-bottom:30px;
}

.select{
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    padding:10px;
    margin-bottom:30px;
}

.message:focus,
.textbox:focus,
.textbox2mini:focus,.textbox2maxi:focus{
    outline:none;
    border:rgba(24,149,215,1) 2px solid;
    color:rgba(24,149,215,1);
}
/* Стили текстового поля */
.message{
    background: rgba(255, 255, 255, 0.4);
    width:100%;
    height: 120px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:10px;
    margin-bottom:30px;
    overflow:hidden;
}
/* Базовые стили кнопки */
.button{
    height:50px;
    width:100%;
    border-radius:3px;
    border:rgba(0,0,0,.3) 0px solid;
    box-sizing:border-box;
    padding:10px;
    background:#90c843;
    color:#FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 16pt;
    transition:background .4s;
    cursor:pointer;
}
/* Изменение фона кнопки при наведении */
.button:hover{
    background:#80b438;
}

/*.selectdc, .dc{*/
/*display: none;*/
/*}*/

#resultsCodeDealer ul {
    margin-top: -28px;
    padding: 0;
}

#resultsCodeDealer ul li{
    list-style-type: none;
    margin-bottom: 2px;
    border: rgba(0,0,0,.3) 2px solid;
    text-align: left;
    cursor: pointer;
}

.textbox3 {
    width: 32%;
}

.select_fiz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3100px;
    background: #FFFFFF;
    z-index: 1000;
}

.select_fiz .form {
    padding-top: 50px;
    width: 320px;
    margin: 0 auto;
}

.select_fiz .form button {
    width: 150px;
    height: 50px;
}

.select_fiz .form button.fiz_submit {
    margin-right: 15px;
}

.auth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3100px;
    background: #FFFFFF;
    z-index: 500;
}

.auth .form{
    width: 174px;
    margin: 30px auto 0;
}

.auth .form input{
    margin: 5px;
}

.auth .form button{
    margin-left: 65px;
}

label {
    width: 100%;
    display: inline-block;
}

.mtsblock {
    width: 10%;
    display: inline-block;
}

#mtsCheckbox {
    display: inline-block;
}

#label-for_checkbox {
    width: auto;
}