* {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.wrapper{
    width: 470px;
    margin: 0 auto;
}
.force{
    display: inline-block;
}
h2{
    font-size: 20px;
}


.product-list {
    position: relative;
    /*text-align: justify;*/
    font-size: 0;
    width: 390px;
    margin: 10px auto 30px auto;
}
.product-list label {
    display: inline-block;
    height: 120px;
    width: 120px;
    cursor: pointer;
    margin-left: 10px;
}

.product-list input {
    visibility: hidden;
}

label[for="3dwg_1"]{
    background: transparent url('/update_center/img/3dwg-update-center_1_0.png') left bottom no-repeat;
}

label[for="3dwg_2"] {
    background: transparent url('/update_center/img/3dwg-update-center_1_1.png') left bottom no-repeat;
}

label[for="3dwg_3"] {
    background: transparent url('/update_center/img/3dwg-update-center_2.png') left bottom no-repeat;
}


.product-list label.active{
    background-position: top;
}
.l_kpver{
    margin-bottom: 0;
}
#l_product-error {
    position: absolute;
    bottom: -17px;
    text-align: center;
    width: 97%;
}
.checboxes {
    margin-top: 20px;
}
.checboxes label {
    min-height: 15px;
    line-height: 15px;
    margin-bottom: 0;
}
.title {
    font: bold 18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.footer .copyright {
    width: 340px;
}
#state{
    display: none!important;
}
.product-label {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.product-label::before {
    margin: 0 3px 0 0;
    content: '*';
    color: #ff0000;
}
input[type=checkbox] {
    margin-top: 1px;
}
.checkbox_block {
    margin-left: 60px;
    margin-top: 18px;
}
#l_kpver-error, #t_email-error {
    padding-right: 0;
}
#l_install_type-error {
    padding-right: 0;
    padding-left: 1px;
}
@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="3dwg_1"]{
        background: transparent url('/update_center/img/3dwg-update-center_1_0_2x.png') left bottom no-repeat;
        background-size: 120px;
    }

    label[for="3dwg_2"] {
        background: transparent url('/update_center/img/3dwg-update-center_1_1_2x.png') left bottom no-repeat;
        background-size: 120px;
    }

    label[for="3dwg_3"] {
        background: transparent url('/update_center/img/3dwg-update-center_2_2x.png') left bottom no-repeat;
        background-size: 120px;
    }
}