.main {
    font-family: 'OpenSans-Bold', arial, verdana, sans-serif;
    /*color: #434343;*/
    font-size: 15px;
    color: rgb(60, 62, 63);
}
.content .contentBlock {
    padding-top: 25px;
    display: table;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #E5EBEB transparent;
    outline: none;
    padding-left: 25px;
    box-sizing: border-box;
}

    .content .contentBlock .title {
        font-family: 'OpenSans-Bold', arial, verdana, sans-serif;
        font-size: 14px;
        color: rgb(60, 62, 63);
    }

.contentBlock .rowBlock {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.contentBlock input {
    background: rgb(255, 255, 255);
    outline: none;
    border: 1px solid #e0e5e6;
}

.contentBlock .rowBlock .fourBlock {
    width: 20.4%;
    float: left;
    /*padding: 0 20px;*/
    background-color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.contentBlock .inputBlock {
    min-height: 50px;
    display: block;
    font-size: 20px;
    cursor: pointer;
    padding-left: 10px;
    /*background-color: #f2f7f7;*/
}

.inputBlock input[type="radio"] {
    display: none;
}

    .inputBlock input[type="radio"]:checked ~ span {
        color: rgb(60, 62, 63);
    }

    .inputBlock input[type="radio"]:checked + span {
        background-position: bottom left;
    }

    .inputBlock input[type="radio"] + span {
        background-position: top left;
    }

.inputBlock span.radioButton {
    background: url(img/radio.png) no-repeat;
    padding-left: 22px;
    line-height: 12px;
    height: 12px;
    display: block;
    float: left;
    margin-top: 10px;
}

.inputBlock input[type="radio"]:checked ~ span {
    color: rgb(60, 62, 63);
}
.inputBlock:has(input[type="radio"]:checked) {
    background-color: #EFF5F5;
}

.inputBlock .radioTitle {
    font-size: 18px;
    font-family: 'OpenSans-Semibold', arial, verdana, sans-serif;
    color: rgb(174, 181, 183);
    display: table;
}

.contentBlock .radioTitle {
    font-size: 18px;
    font-family: 'OpenSans-Semibold', arial, verdana, sans-serif;
    color: rgb(174, 181, 183);
    display: table;
    margin-left: 31px;
    height: 50px;
    cursor: pointer;
    padding-top: 5px;
}
.loginSection__contentBg {
    background-color: #F6F6F6;
}

.footerBg {
    background-color: #F6F6F6;
}

.login .main {
    background-color: #F6F6F6;
}

.title {
    font-size: 21px;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold', arial, verdana, sans-serif;
    padding-top: 20px;
}
a.title {
    text-decoration: none;
    color: #434343;
}

@media screen and (max-width: 764px) {
    body {
        background-color: blue;
    }
    .contentBlock .rowBlock .fourBlock {
        width: 49.4%;
    }
}