﻿* {
    border: none;
    font-family: Myriad Pro;
    margin: 0 auto;
    padding: 0;
}
#header {
    background-color: #042163;
    border-bottom: #abcfff 3px solid;
    height: 308px;
    min-width: 900px;
    width: 100%;
    margin-bottom: 10px;
}
#half {
    background-color: #042163;
    border-bottom: #abcfff 3px solid;
    border-top: #abcfff 3px solid;
    height: 541px;
    color: #fff;
    min-width: 900px;
    width: 100%;
    margin: 10px 0px;
}
#footer {
    background-color: #042163;
    border-top: #abcfff 3px solid;
    color: #fff;
    min-width: 900px;
    width: 100%;
    padding: 30px 0px;
}
.header_in {
    background: url(../img/header.png) no-repeat left;
    height: 308px;
    width: 900px;
}
.middle {
    width: 900px;
}
.middle1 {
    background: url(../img/pic_half.jpg) no-repeat left;
    height: 541px;
    width: 900px;
}
.akcia {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-shadow: #000 1px 1px 5px;
    margin: 50px 0px 0px 0px;
    line-height: 20px;
    width: 310px;
}
#counter {
    float: left;
    width: 450px;
    height: 45px;
    font-size: 25px;
    color: #f8f8f8;
    font-weight: normal;
    overflow: hidden;
    margin-top: 7px;
}

#counter p {float: left;
    padding: 0;
    margin: 0 3px 0px 2px;
    color: #2d2d2d;
    text-shadow: 0 1px 0 #dcefef;
}

#counter div {
    float: left;
    position: relative;
    margin: 0 2px 0 0;
    padding: 0;
    background: #2d2d2d url(images/separator.jpg) center left repeat-x;
    border: 1px solid #222;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px;
}

#counter div::before, #counter div::after {
    content: "";
        position: absolute;
        bottom: -4px;
        left: 1px;
        right: 1px;
        top: 0;
        z-index: -1;
        background: #2d2d2d;
        border: 1px solid #222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29,29,29,0)), to(rgba(255,255,255,.03)));
    background-image: -webkit-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: -moz-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: -ms-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: -o-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
}

#counter div::after {
        left: 2px;
        right: 2px;
        bottom: -7px;
        z-index: -2;
    -moz-box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
    box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
}

.digit { width: 70px; position: absolute; top:0; left:0; padding-left: 10px; }

#counter div p {
    position: relative; width: 30px; height: 35px;
    padding: 0;
    margin: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px;
    border: 0;
    border-top: 1px solid #4e4e4e;
    color: #f8f8f8;
    text-shadow: 1px 1px 0 #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29,29,29,0)), to(rgba(255,255,255,.03)));
    background-image: -webkit-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: -moz-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: -ms-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: -o-linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
    background-image: linear-gradient(top, rgba(29,29,29,0), rgba(255,255,255,.03));
}
.phone {
    float: left;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-shadow: #000 1px 1px 5px;
    line-height: 37px;
    margin-top: 10px;
    width: 310px;
}
input.phone_call {
    background: url(../img/phone.png) no-repeat;
    color: #fff;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 37px;
    width: 163px;
    margin-top: 10px;
}
.info {
    float: left;
    margin: 0px 0px 0px 385px;
    width: 310px;
}
.title_forma_1 {
    background: url(../img/okno.png) no-repeat;
    color: #fff;
    font-size: 17px;
    height: 38px;
    text-shadow: #000 1px 1px 3px;
    padding: 5px 0px 0px 5px;
    width: 205px;
}
.forma_1 {
    float: right;
    margin-top: 50px;
    margin-left: 5px;
    width: 200px;
}
input.form_1 {
    background-color: #d7d7d7;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #818283 inset; /* Для Safari 3.0 */
    -moz-box-shadow: 3px 3px 5px #818283 inset; /* Для Firefox 3.5 */
    box-shadow: 3px 3px 5px #818283 inset; /* Для современных браузеров */
    color: #000;
    font-size: 16px;
    height: 13px;
    padding: 10px 5px;
    margin-top: 10px;
    margin-left: 2px;
    width: 193px;
}
input.send_ac {
    background: url(../img/send_ac.png) no-repeat;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 37px;
    width: 204px;
    margin-top: 15px;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px;
}
h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px;
}
.prod {
    background: url(../img/prod.jpg) no-repeat;
    float: left;
    font-size: 18px;
    height: 145px;
    width: 215px;
    margin-left: 13px;
}
.none_r {
    margin-left: 0;
}
.prod p {
    color: #4a4a4a;
    font-size: 18px;
    height: 70px;
    line-height: 20px;
    text-shadow: #e6e6e6 1px 1px 0px;
    padding: 8px 10px 0px 10px;
}
.prod img {
    float: left;
    padding: 0px 10px;
}
.prod p.price {
    color: #042163;
    height: auto;
    float: right;
    font-size: 24px;
    text-align: right;
    text-shadow: #e6e6e6 1px 1px 0px;
    padding: 0px 13px 3px 7px;
}
input.bay {
    background: url(../img/bay.png) no-repeat;
    cursor: pointer;
    height: 31px;
    width: 121px;
    margin-right: -3px;
    margin-top: 4px;
}
p.warning {
    color: #b40000;
    font-size: 17px;
    float: right;
    margin-top: 22px;
    width: 860px;
}
img.warning {
    float: left;
    margin-top: 25px;
    width: 27px;
}
p.ps {
    color: #000;
    font-size: 17px;
    margin-top: 10px;
}
p.ps span {
    font-size: 19px;
}
div.chek {
    float: left;
    color: #042163;
    font-size: 19px;
    padding-bottom: 20px;
    margin-top: 2px;
    width: 800px;
}
div.chek span {
    color: #042163;
    font-size: 25px;
    font-weight: bold;
    line-height: 26px;
}
img.chek {
    float: left;
    margin-right: 15px;
}
#half img.half {
    float: left;
    margin: 20px 20px 0px 0px;
}
.title_half {
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
}
.right_half {
    margin-left:480px;
}
.chek_2 {
    float: left;
    font-size: 19px;
    font-style: italic;
    margin-top: 25px;
    line-height: 20px;
    width: 188px;
}
.chek_2 img, .chek_3 img {
    margin-left: -23px;
    padding-right: 5px;
    margin-bottom: -4px;
}
.margin_l {
    margin-left: 44px;
}
.chek_3 {
    font-size: 19px;
    font-style: italic;
    margin-top: 25px;
    line-height: 20px;
}
.step {
    float: left;
    margin-bottom: 25px;
}
.step img {
    float: left;
    padding-right: 10px;
}
.text_step {
    color: #000;
    float: left;
    font-size: 18px;
    width: 200px;
}
.sup {
    border-top: 1px solid #cccccc;
    height: 1px;
    width: 100%;
}
.about {
    color: #000;
    font-size: 18px;
    margin: 30px 0px;
}
#footer p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#footer p span {
    font-size: 36px;
}
#footer .form_2 {
    font-size: 24px;
    font-weight: normal;
    margin: 30px 0px 0px 53px;
}
#footer .form_2 input {
    margin-left: 13.5px;
}
.fl_r {
    float: right;
}
.fl_l {
    float: left;
}
#footer input.send_ac {
    margin-right: 2px;
}