.modalstep1body ul{
    list-style: circle outside;
}
.modalstep1body .atension {
    font-style: italic;
}
.step1_image {
    width: 200px;
    height: 200px;
    border: 4px double black;
}
.vnimanie {
    color: red;
}

fieldset {
    border: 1px solid grey; /* Параметры границы */
    margin: 5px;
    padding: 10px;
    border-radius: 5px;

}
legend {
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(0,0,0,0.5); /* Параметры тени */
    width: auto;
    position: relative;
    top: 10px;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;
}
#yandexOrtext span.boold {
    color: #c51b17;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
#yandexOrtext .left {
    float: left;
}
#yandexOrtext .right {
    padding-right: 100px;
    float: right;
}
#yandexOrtext .right span {
    padding-bottom: 10px;
    color: #c51b17;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.sentOriginalText .view {
    display: none;
    position: relative;
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
}

#yandexOrtext .text {
    font-size: 17px;
}

input[type="checkbox"]:checked::before {

    height: 15px;
    width: 15px;
}

input[type="checkbox"], input[type="radio"] {
    height: 15px;
    width: 15px;
}
input[type="radio"]:checked::before {
    height: 88%;
    width: 88%;
    margin: 1px 0px 0px 1px;
}