.country-selector { list-style: none; width: 240px; margin: 0; }
.country-selector li { margin: 0; padding: 0; }
.country-selector li .russia { display: block; margin-right: 12px; }
.country-selector li label { padding: 0 0 0 5px; display: block; float: left; font-size: 13px; }
.country-selector li label { line-height: 22px; }
.country-selector input[type="checkbox"], .country-selector li input[type="radio"] { display: none; }
.country-selector input[type="checkbox"] + label, .country-selector li input[type="radio"] + label { cursor: pointer; }
.country-selector input[type="checkbox"] + label::before { content: ""; display: block; float: left; height: 18px; width: 19px; margin: 0 2px 0 0; background: url(../img/page/country-selector/checkbox_off.png) no-repeat; }
.country-selector li input[type="radio"] + label::before { content: ""; display: block; float: left; height: 24px; width: 24px; margin: 0 2px 0 0; background: url(../img/page/country-selector/radio_off.png) no-repeat; }
.country-selector input[type="checkbox"]:checked + label::before { background: url(../img/page/country-selector/checkbox_on.png) no-repeat; }
.country-selector li input[type="radio"]:checked + label::before { background: url(../img/page/country-selector/radio_on.png) no-repeat; }
