* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
body {
    font: 12px/1.3em Helvetica, Arial, Verdana, sans-serif;
    background-color: #83888D;
    margin: 0;
    position: relative;
}

textarea {
    font: 12px/1.5em Helvetica, Arial, Verdana, sans-serif;
}
.wrapper {
    margin: 0 auto;
    max-width: 630px;
    padding-top: 20px;
}
.gradient {
    background: -moz-linear-gradient(top, #000 0%, #82888c 100%);
    background: -webkit-linear-gradient(top, #000 0%, #82888c 100%);
    background: linear-gradient(top, #000 0%, #82888c 100%);
    background-image: -ms-linear-gradient(top, #000 0%, #82888c 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 450px;
    width: 100%;
}
.custom-wrap {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    margin-top: -40px;
}


.content-wrapper {
    margin: 4.92064% auto 0;
    padding-bottom: 20px;
    width: 76.8254%;
}

h1 {
    margin: 0;
}

h2 {
    border-bottom: 1px solid #999999;
    font: 18px Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
}

p {
    margin: 0;
}
.check-wrap label{
    font-size: 11px;
    font-weight: 400;
}
input[type=checkbox] {
    margin-top: 0;
}
.checkbox label {
    line-height: inherit;
}
.product-form-block {
    background-color: #F7F9FB;
    border: 1px solid #DBE7F1;
    padding: 5px;
    margin-top: 10px;
}
#toggle-block {
    margin-top: 15px;
}
.comments_addition-text {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    line-height: 18px;
}
.mt-10 {
    margin-top: 10px;
}
.l_computer, .l_internet {
    margin-top: 10px;
}
.t_system_model {
    margin-top: 25px;
}
.dxdiag_block {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    margin-top: 15px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 15px;
}
.dxdiag_block ul {
    padding-left: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.dxdiag_block p{
    line-height: 18px;
    font-weight: bold;
}
.lucida-font {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#toggle-block, #problem_type {
    display: none;
}
.modal-window {
    font-size: 11px;
}
.t_cpu,
.t_ram,
.t_videocard,
.t_dx_ver,
.t_videodriver,
.t_system_model
{
    margin-bottom: 0;
}
#compquantity label {
    line-height: normal;
}
#compquantity input {
    width: 45px;
    margin-left: 3px;
}
#t_license_quantity-error {
    margin-top: -4px;
}