@charset "utf-8";
/* CSS Document */

.fake-checkbox {
    background: url(../img/sprite.png) -203px -248px no-repeat;
    margin: 5px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    width: 24px;
    height: 24px;
}

.checkbox-info {
    float: right;
    width: 95%;
    margin: 0 0 15px;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 140%;
}

div.box-modal-content-item .checkbox-info {
    float: left;
    width: 75%;
    margin: 0px 0 0px 25px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 14px;
    color: #808080;
    line-height: 140%;
}

div.box-modal-content-item .fake-checkbox {
    background: url(../img/sprite.png) -203px -248px no-repeat;
    margin: 0px 0 0 0;
    float: left;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    width: 24px;
    height: 24px;
}





div.box-modal-content-anketa .fake-checkbox {
    background: url(../img/sprite.png) -203px -248px no-repeat;
    margin: 0px 0 0 0;
    float: left;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    width: 24px;
    height: 24px;
}





div.box-modal .checkbox-info {
    float: right;
    width: 90%;
    margin: 0 0 25px;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 140%;
    color: #293547;
}

@media screen and (max-width: 600px) {

.checkbox-info {
    width: 85% !important;
    margin: 0 0 10px 5% !important;
    font-size: 11px !important;
}

}

@media screen and (max-width: 400px) {

.checkbox-info {
    width: 80% !important;
}

}
