.content-left { /*850px*/
    float: left;
    width: 850px;
    min-height: 10px;
    padding-top: 20px;
}
.content-right { /*500px*/
    float: right;
    width: 500px;
    min-height: 10px;
    padding-top: 35px;
}
.random-block {
    width: 270px;
    /*height: 310px;*/
    padding: 15px 15px;
    float: right;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
}
.paid-ads {width: 295px; min-height: 30px; margin-top:20px; float: right;}
.context {
    width: 850px;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #e9e9e9;
    line-height: 1.5;
}

.form-phone-input,
.form-password-input {
    display: block;
    width: 300px;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    height: 44px;
    background-color: #ffffff;
    border: 3px solid #e9e9e9;
    border-radius: 8px;
    font-family: "OpenSans Regular", sans-serif;
    font-size:16px;
}
.form-button {
    margin: auto;
    width: 15%;
    height: 40px;
    background-color: #e9e9e9;
    border: none;
    border-radius: 6px;
    font-family: "OpenSans Bold", sans-serif;
    font-size:16px;
    cursor: pointer;
}




