.wrapper{
    width: 550px;
    margin: 0 auto;
}
* {
    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;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
p.text{
    margin-left: 115px;
}

.article p,
.article ul,
.article li {
    margin: 0;
    padding: 0;
}
.article li {
    list-style: none;
}
.form-horizontal{
    margin-top: 25px;
}

.form-horizontal label{
    text-align: right;
}
.product-list a {
    width: 106px;
    height: 109px;
    padding: 0;
    float: left;
    outline: none;
    margin-left: 2px;
}

.product-list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 8px;
    padding-left: 90px;
}
.product-list input{
  visibility: hidden;
}
.product-list label.active{
    background-position: bottom;
}
.product-list label{
    width: 106px;
    height: 106px;
    padding: 0;
    cursor: pointer;
    margin: 4px;
}
label[for="kp_1"] {
    background: #FFF url(/update_center/images/kp_icon_1_1x.jpg) no-repeat;
    background-size: 106px 216px;
    margin-left: 0;
}

label[for="kp_2"]{
    background: #FFF url(/update_center/images/kp_icon_2_1x.jpg) no-repeat;
    background-size: 106px 216px;
}

label[for="kp_3"] {
    background: #FFF url(/update_center/images/kp_icon_3_1x.jpg) no-repeat;
    background-size: 106px 216px;
}
label[for="kp_4"]{
    background: #FFF url(/update_center/images/kp_icon_4_1x.jpg) no-repeat;
    background-size: 106px 216px;
    margin-left: 0;
}
label[for="kp_5"] {
    background: #FFF url(/update_center/images/kp_icon_5_1x.jpg) no-repeat;
    background-size: 106px 216px;
}
label[for="kp_6"] {
    background: #FFF url(/update_center/images/kp_icon_6_1x.jpg) no-repeat;
    background-size: 106px 216px;
}
.text {
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#l_product-error{
    position: absolute;
    width: 334px;
    top: 98%;
    text-align: center;
}

.form-group label.required, .form-group label {
    color: #333;
}
.product-label {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.product-label::before {
    margin: 0 3px 0 0;
    content: '*';
    color: #ff0000;
}
.submit_btn {
    margin-bottom: 20px;
}
.l_state{
    display: none !important;
}

.form-horizontal .checkbox{
    min-height: 15px;
    padding-top: 0;
}
.checboxes{
    margin-top: 20px;
}
.checboxes label{
    min-height: 15px;
    line-height: 15px;
    margin-bottom: 0;
}
.l_kpver {
    margin-bottom: 0;
}
.custom-padding-l {
    margin-left: 77px;
}

.footer  {
    width: 550px;

}
.footer .smk-logo {
    width: 120px;
}
.footer .copyright {
    width: 400px;
    margin-bottom: 10px;
}
.checkbox_block {
    margin-left: 75px;
    margin-top: 25px;
}
input[type=checkbox] {
    margin-top: 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="kp_1"] {
        background: #FFF url(/update_center/images/kp_icon_1_2x.jpg) no-repeat;
        background-size: 106px 216px;
    }

    label[for="kp_2"]{
        background: #FFF url(/update_center/images/kp_icon_2_2x.jpg) no-repeat;
        background-size: 106px 216px;
    }

    label[for="kp_3"] {
        background: #FFF url(/update_center/images/kp_icon_3_2x.jpg) no-repeat;
        background-size: 106px 216px;
    }
    label[for="kp_4"]{
        background: #FFF url(/update_center/images/kp_icon_4_2x.jpg) no-repeat;
        background-size: 106px 216px;
    }
    label[for="kp_5"] {
        background: #FFF url(/update_center/images/kp_icon_5_2x.jpg) no-repeat;
        background-size: 106px 216px;
    }
    label[for="kp_6"] {
        background: #FFF url(/update_center/images/kp_icon_6_2x.jpg) no-repeat;
        background-size: 106px 216px;
    }
    input[type=checkbox] {
        margin-top: 0;
    }

}

.form-horizontal .checkbox_block label {
    text-align: left;
}