.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-background {
    margin-top: 5px;
    padding: 4px 0 4px 4px;
    width: 450px;
    min-height: 40px;
    background-color: #e9e9e9;
    border-radius: 8px;
}
.form-phone-input {
    padding-left: 25px;
    width: 63%;
    height: 44px;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    font-family: "OpenSans Regular", sans-serif;
    font-size:16px;

}
.form-phone-button {
    margin: auto;
    width: 30%;
    height: 40px;
    background-color: #e9e9e9;
    border: none;
    border-radius: 6px;
    font-family: "OpenSans Bold", sans-serif;
    font-size:16px;
    cursor: pointer;
}

#modalWindow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -325px 0 0 -225px;
    width: 350px;
    min-height: 450px;
    padding: 40px;
    border-radius: 10px;
    background-image: url("/pc/img/design/account_selection.svg");
    
    z-index: 450;
    box-shadow: 0 0 3px 1px #000000;

}
#modalBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 400;
}

/* Внутренности модального окна*/
.mw-title {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: left;
    font-family: "OpenSans Extra Bold", sans-serif;
    font-size:30px;
    color: #303030;
}

.mw-personal-account,
.mw-business-account
{
    width: 100%;
    background-color: bisque;
    padding: 30px 0;
    margin: 15px auto ;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    box-shadow: 0 0 3px 1px #bfbfbf;
}
.mw-personal-account:hover,
.mw-business-account:hover
{
    background-color: beige;
}




