<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.order_form .required span {
    color: red;
}
.table-catalog td {
    vertical-align: middle;
}
.btn-order-one-click {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 5px;
    white-space: nowrap;
}
.btn-order-one-click:hover {
    text-decoration: underline;
}
.popup-order-error {
    padding: 20px;
    font-weight: bold;
    color: red;
    font-size: 18px;
}


/* NEW ORDER FORM */
#product_main:after {
    content: " ";
    display: block;
    clear: both;
}
#form_add_to_cart {
    position: relative;
    display: block;
    width: 424px;
}
#price {
    float: left;
    width: 280px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    z-index: 100;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    /* border: 2px solid #299511; */
    /* background: #D2F7D2; */
}
#product_main .utp {
    float: right;
    width: 118px;
    margin-top: 20px;
}
.to_cart {
    float: left;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
    width: 300px;
}
#price .price {
    float: left;
    text-align: lfet;
    color: black;
    line-height: 30px;
}
.price {
    color: #000;
    font-size: 18px;
    font-family: Arial;
    float: left;
}
#price .variant {
    float: left;
    display: block;
    font-size: 14px;
    padding: 5px;
    border-radius: 2px;
    border: 2px solid #c91f05;
    max-width: 280px;
}
#product_main .utp .round {
    border-radius: 80px;
    height: 100px;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-size: 16px;
    float: right;
    margin-right: 10px;
    box-shdaow: 3px 3px 5px 1px #C6C6C6;
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
#product_main .utp .round a {
    color: white;
    padding-top: 12px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}
#product_main .utp .round span {
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
}
#product_main .utp .round.garant {
    background: #0369a9;
    background: -moz-linear-gradient(top, #0369a9 0%, #025a90 44%, #00446e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0369a9), color-stop(44%,#025a90), color-stop(100%,#00446e));
    background: -webkit-linear-gradient(top, #0369a9 0%,#025a90 44%,#00446e 100%);
    background: -o-linear-gradient(top, #0369a9 0%,#025a90 44%,#00446e 100%);
    background: -ms-linear-gradient(top, #0369a9 0%,#025a90 44%,#00446e 100%);
    background: linear-gradient(to bottom, #0369a9 0%,#025a90 44%,#00446e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0369a9', endColorstr='#00446e',GradientType=0 );
}
#product_main .utp .round div {
    color: white;
    padding-top: 32px;
    line-height: 20px;
}
#product_main .utp .round.garant div {
    padding-top: 32px;
}
#product_main .utp .round.instock {
    background: #03b0bd;
    background: -moz-linear-gradient(top, #03b0bd 0%, #029ba6 44%, #007d86 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03b0bd), color-stop(44%,#029ba6), color-stop(100%,#007d86));
    background: -webkit-linear-gradient(top, #03b0bd 0%,#029ba6 44%,#007d86 100%);
    background: -o-linear-gradient(top, #03b0bd 0%,#029ba6 44%,#007d86 100%);
    background: -ms-linear-gradient(top, #03b0bd 0%,#029ba6 44%,#007d86 100%);
    background: linear-gradient(to bottom, #03b0bd 0%,#029ba6 44%,#007d86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b0bd', endColorstr='#007d86',GradientType=0 );
}
#product_main .utp .round.instock div {
    font-size: 12px;
    line-height: 12px;
    width: 90px;
    margin: auto;
    padding-top: 28px;
}
#product_main .utp .round.instock div span {
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
.link_to_cart {
    background: #3CD71A url(../images/button_back.png) no-repeat;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: white !important;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Tahoma";
    font-size: 18px !important;
    height: 35px;
    line-height: 35px;
    margin: 8px 5px 5px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    z-index: 10000;
}
.to_cart .quick_order {
    background: url(../images/button_back.png) no-repeat scroll 0 0 #1A89D7;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: white !important;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Tahoma";
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 8px 5px 5px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    z-index: 10000;
}
.to_cart .quick_order:hover {
    background-color: #2796e5;
}
.link_to_cart:hover {
    background-color: #40E81C;
}
#price .price .articul {
    margin-bottom: 20px;
    text-align: left;
}
#price .price .articul span {
    display: inline-block;
    vertical-align: middle;
    background-color: #ffe894;
    padding: 0 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-left: 10px;
}
#price .price .label {
    text-align: left;
    color: #c91f05;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
}
#price .price .price-label {
    color: #2c486d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 26px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.to_cart .label-button {
    text-align: center;
    color: #828d89;
    font-style: italic;
    margin-top: 6px;
}</pre></body></html>