
* {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
h2 {
    padding: 10px 0;
    margin: 0;
    font: bold 18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.wrapper {
    width: 460px;
    margin: 0 auto;
}
.product-list input {
    visibility: hidden;
}

.l_kpver{
    margin-bottom: 0;
}
.product-list{
    position: relative;
    font-size: 0;
    margin: 10px 0  30px 0;
}
.product-list label {
    display: inline-block;
    width: 110px;
    height: 90px;
    cursor: pointer;
    margin-left: 6px;
}
#l_product-error {
    position: absolute;
    bottom: -18px;
    width: 458px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-list label {
        margin: 0 2px;
    }
    #l_product-error {
        width: 452px;
    }
}
label[for="tps_1"] {
    background: #FFF url('/update_center/img/tps1.png?v3') bottom no-repeat;
    margin-left: 0;

}
label[for="tps_2"] {
    background: #FFF url('/update_center/img/tps2.png?v3') bottom no-repeat;
}
label[for="tps_3"] {
    background: #FFF url('/update_center/img/tps3.png?v3') bottom no-repeat;
}
label[for="tps_4"] {
    background: #FFF url('/update_center/img/tps4.png?v3') bottom no-repeat;
}
.product-list label.active {
    background-position: top;
}

.submit_btn{
    margin-bottom: 20px;
}



.footer {
    width: 460px;
    margin: 0 auto;
    float: none;
}
.footer .copyright {
    width: 335px;
}
.checboxes{
    margin-top: 20px;
}
.checboxes label {
    min-height: 15px;
    line-height: 15px;
    margin-bottom: 0;
}
#state{
    display: none!important;
}
.form-group .col-xs-6:not(.control-label) {
    padding-right: 0;
}
.checkbox_block {
    margin-left: 135px;
    margin-top: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    label[for="tps_1"] {
        background: #FFF url('/update_center/img/tps1_2x.png?v2') bottom no-repeat;
        background-size: 110px;
    }
    label[for="tps_2"] {
        background: #FFF url('/update_center/img/tps2_2x.png?v2') bottom no-repeat;
        background-size: 110px;
    }
    label[for="tps_3"] {
        background: #FFF url('/update_center/img/tps3_2x.png?v2') bottom no-repeat;
        background-size: 110px;
    }
    label[for="tps_4"] {
        background: #FFF url('/update_center/img/tps4_2x.png?v2') bottom no-repeat;
        background-size: 110px;
    }
}