html {
    min-width: 1002px;
}

body {
    margin: 0;
    color: #b2b6b9;
    font: 14px/17px Arial, Helvetica, sans-serif;
    background: #000 url("../images/bg-head.jpg") no-repeat 50% 0;
    min-width: 1002px;
}

.order_form {
    background: #f3f3f3;
    border: #ddd 1px solid;
    padding: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    font-family: Arial, Helvetica;
}

.block_form {
    width: 340px;
    margin: 0 auto!important;
}

.block_form_label {
    width: 65px;
    font-size: 14px;
    color: #333;
    text-align: right;
    display: block;
    float: left;
    margin: 8px 10px 0 0;
}

.block_form input, .block_form select {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
    padding: 8px 20px;
    border: #888 1px solid;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 15px;
    text-align: right;
}
select, option {
    text-align:right;
    direction: rtl;
}
.block_form select {
    padding: 8px 15px;
    margin-top: 6px;
    font-size: 16px;
}

.block_form p {
    font-size: 15px;
    padding-top: 8px;
    color: #1D1D1D;
}

.form_hr {
    border-top: #bbb 1px solid;
}

.block_form div {
    position: relative;
}

.block_form_off {
    display: none;
}

.w_block_form_prices {
    padding-left: 74px;
}

.block_form_prices {
}

.block_form_prices p {
    margin-top: 3px;
    margin-bottom: 18px;
}

.block_form_prices_label {
    float: left;
    padding-right: 5px;
}

.block_form_prices_total {
}

.block_form_prices_total label {
    text-transform: uppercase;
}

.block_form_prices_total p {
    font-size: 18px;
    padding-top: 6px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-weight: 700;
}

.order_form .clear {
    clear: both;
}

.order_form .fhelp {
    font-size: 14px;
    color: #929292;
    display: block;
    padding-top: 10px;
}

.errorMessage {
    position: absolute;
    z-index: 10000;
    font-size: 14px;
    background: #e74c3c;
    color: #fff;
    padding: 6px 7px 5px;
    margin: 3px 0px 0px 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
}

/*button begin*/
.ifr_button {
    font-family: Arial;
    display: block;
    margin: 20px auto;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    width: 180px;
    height: 51px;
    line-height: 51px;
    background: #e74c3c;
    font-weight: 700;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ifr_button:hover {
    background: #e75c4e;
}

.ifr_button:active {
    background: #c0392b;
}

/*button end*/
@media screen and (max-width: 710px) {
    .block_form {
        margin-bottom: 14px;
    }

    .block_form label {
        text-align: left;
        margin: 8px 21px 7px 0;
        float: none;
    }

    .block_form div {
        margin-left: 0px;
    }

    .block_form input {
        width: 100%;
        box-sizing: border-box;
    }

    .block_form_prices label {
        float: left;
        width: auto
    }

    .int_price_total {
        margin: 0px;
    }

    .w_block_form_prices {
        padding-left: 0px;
    }
}

img {
    border-style: none;
}

a {
    text-decoration: underline;
    color: #b2b6b9;
}

a:hover {
    text-decoration: none;
}

a:active {
    background-color: transparent;
}

input,
textarea,
select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}



form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
    text-align: right;
}


#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.w1 {
    margin: 0 auto;
    width: 1002px;
}

#header {
    margin: 0 0 -50px -82px;
    min-height: 218px;
    padding-left: 82px;
    background: url("../images/bg-head.jpg") no-repeat;
}

.logo {
    float: left;
    width: 453px;
    height: 105px;
    margin: 1px 0 0 300px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../images/logo.png") no-repeat;
}

.logo a {
    display: block;
    height: 100%;
}

#main {
    position: relative;
    z-index: 1;
    padding: 0 0 16px;
}

.top-section {
    width: 100%;
    position: relative;
    z-index: 5;
}

.power-box {
    width: 393px;
    position: relative;
}

.power-box:before,
.power-box:after {
    content: '';
    position: absolute;
    left: -56px;
    top: 0;
    height: 352px;
    width: 506px;
    background: url("../images/bg-shadow.png") no-repeat;
}

.power-box:after {
    top: auto;
    bottom: 0;
    background-position: 0 -362px;
}

.power-holder {
    position: relative;
    padding: 626px 0 67px;
    background: url("../images/bg-power-t.png") no-repeat;
    z-index: 5;
}

.power-holder:before {
    content: '';
    position: absolute;
    right: -29px;
    top: -27px;
    height: 116px;
    width: 181px;
    background: url("../images/label01.png") no-repeat;
    z-index: 11;
}

.power-holder:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/bg-power-b.png") no-repeat;
    height: 67px;
    width: 393px;
}

.power-frame {
    background: url("../images/bg-power-c.png") repeat-y;
}

.power-frame:after {
    content: '';
    display: block;
    clear: both;
}

.power-content {
    float: left;
    position: relative;
    margin: -626px 0 -67px;
    z-index: 10;
    min-height: 680px;
    width: 393px;
    padding: 0 0 23px;
}

.power-content h2 {
    margin: 0;
    background: url("../images/bg-header-c.png") repeat-y;
    padding: 28px 0 29px 36px;
    position: relative;
}

.power-content h2:before,
.power-content h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 94px;
    width: 393px;
    background: url("../images/bg-header.png") no-repeat;
}

.power-content h2:after {
    top: auto;
    bottom: 0;
    height: 4px;
    background-position: 0 -104px;
}

.power-content h2 > span {
    display: block;
    height: 41px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    color: #BA0000;
}

.power-content ul {
    margin: 0;
    padding: 0 4px;
    list-style: none;
    font: 700 18px/24px 'open sans', Arial, Helvetica, sans-serif;
    color: #fffefe;
    text-shadow: 0 1px rgba(0, 0, 0, .8);
}

.power-content li {
    min-height: 82px;
    padding: 5px 0 0;
    position: relative;
    z-index: 10;
}

.power-content li:first-child {
    padding: 0 0 1px;
}

.power-content li.last-child {
    padding: 0;
    min-height: 78px;
}

.power-content li:before,
.power-content li:after {
    content: '';
    position: absolute;
    left: 19px;
    top: 0;
    height: 40px;
    width: 348px;
    background: url("../images/bg-item.png") no-repeat;
}

.power-content li:first-child:before {
    content: none;
}

.power-content li:after {
    top: auto;
    bottom: 0;
    background-position: 0 100%;
}

.power-content .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 13px 1px 13px 0;
    position: relative;
    z-index: 30;
    width: 74px;
    height: 56px;
}

.power-content li.last-child .img-holder {
    margin: 13px 1px 10px 0
}

.power-content .img-holder:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 19px;
    background: url("../images/mask01.png") no-repeat;
}

.power-content img {
    vertical-align: top
}

.power-content .description {
    vertical-align: middle;
    display: inline-block;
    width: 300px;
    position: relative;
    z-index: 30;
}

.power-content .description p {
    margin: 0;
    text-align: right;
    width: 168px;
}

.power-content .description p em {
    color: #ffc45e;
    font: italic 18px/20px 'open sans', Arial, Helvetica, sans-serif;
}

.power-content .description p em a {
    color: #ffc45e;
    text-decoration: none;
}

.power-content .description p em a:hover {
    text-decoration: underline
}

.btn-buy {
    display: block;
    background: url("../images/btn-buy.png") no-repeat;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 71px;
    padding: 0 0 0 60px;
    height: 71px;
    text-decoration: none;
    color: #111;
    margin-left: 3px;
    position: relative;
    z-index: 50;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.btn-buy:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.energy-box {
    position: absolute;
    right: 47px;
    top: -63px;
    background: url("../images/bg-energy-box.png") no-repeat 0 2px;
    width: 289px;
    height: 851px;
    padding-left: 199px;
}

.energy-box .label {
    background: url("../images/bg-energy.png") no-repeat;
    width: 265px;
    height: 267px;
    padding-right: 2px;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #BA0000;
}

.energy-box .label > span {
    display: block;
    width: 164px;
    line-height: 1;
    margin: 80px auto 0;
}

.energy-box .label > span b {
    font-size: 20px;
    display: block;
}
.ship{
    font-size: 20px;
    margin: 0 0 15px;
}
.ship b{
    font-weight: normal;
    color: #BA0000;
}
.new-price {
    position: absolute;
    right: -12px;
    top: -73px;
    width: 166px;
    height: 457px;
    background: url("../images/bg-new-price.png") no-repeat;
    padding: 507px 142px 0 387px;
    z-index: 20;
}

.new-price > ins {
    color: #ffff81;
    font: 700 40px/42px 'open sans', Arial, Helvetica, sans-serif;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 0 -2px;
    padding: 0 0 0 10px;
}

.new-price > del {
    color: #ff7e00;
    display: block;
    font: 30px/32px 'open sans', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 0 8px;
    padding-left: 2px;
}

.buy {
    color: #fff;
    background: url("../images/bg-buy.png") no-repeat;
    width: 147px;
    height: 44px;
    display: block;
    font: 700 17px/36px 'open sans', Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.text-boxes {
    margin: 0 15px 0 52px;
    word-spacing: 2px;
    position: relative;
    z-index: 10;
}

.text-boxes .box {
    width: 935px;
    text-align: right;
}
.text-boxes .text-box01 p, .text-boxes .text-box01 h2{
    width: 325px;
    text-align: right;
}
.text-boxes .box:after {
    content: '';
    display: block;
    clear: both;
}

.text-boxes .alignright {
    float: right
}

.text-boxes .text-box01 {
    padding: 65px 0 0;
    margin: 0 0 1px;
}

.text-box01 img {
    margin: -104px 28px 0 -52px;
    vertical-align: top;
}

.text-box02 img {
    vertical-align: top
}

.img-tourmaline {
    float: left;
    background: url("../images/bg-img-tourmaline.png") no-repeat 5px 0;
    width: 295px;
    height: 329px;
    margin: -7px 20px -80px 2px;
}

.img-tourmaline img {
    margin: 33px 0 0 -1px
}

.text-boxes h2 {
    font: 36px/40px Impact, Charcoal, sans-serif;
    color: #fff;
    margin: 0 0 27px;
    letter-spacing: 1px;
}

.text-box02 h2 {
    margin: 0 0 13px
}

.text-boxes .text {
    width: 361px;
    text-align: right;
    overflow: hidden;
}

.text-boxes p {
    margin: 0 0 26px;

}

.btn-order {
    padding-left: 301px;
    overflow: hidden;
    left: 1px;
    position: relative;
    top: -22px;
}

.btn-order a {
    float: left;
    height: 52px;
    color: #000;
    font: 36px/50px Impact, Charcoal, sans-serif;
    text-transform: uppercase;
    background: url("../images/btn-order.png") repeat-x 0 -62px;
    text-decoration: none;
    text-shadow: 0 1px #f8c24e;
    padding: 0 28px 0 25px;
    position: relative;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.btn-order a:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.btn-order a:before,
.btn-order a:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    height: 52px;
    width: 10px;
    background: url("../images/btn-order.png") no-repeat;
}

.btn-order a:after {
    left: auto;
    right: -8px;
    background-position: 0 -124px;
}

.container {
    padding: 271px 9999px 165px;
    margin: -273px -9999px -61px;
    background: #041e37 url("../images/bg-container.jpg") repeat-x;
    min-height: 600px;
    position: relative;
    z-index: 5;
}

.container:before,
.container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: url("../images/bg-container-t.jpg") no-repeat 50% 0;
    width: 1299px;
    height: 630px;
    margin-left: -650px;
}

.container:after {
    top: auto;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: #000 url("../images/bg-container-b.jpg") no-repeat 50% 0;
    margin: 0;
}

.review {
    overflow: hidden;
    padding: 0 0 0 56px;
    width: 970px;
    margin: 0 0 22px;
}

.photo-holder {
    background: url("../images/bg-photo.png") no-repeat 0 15px;
    float: left;
    width: 344px;
    margin: -51px -54px 0 0;
    position: relative;
    z-index: 5;
}

.photo-frame {
    height: 344px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.photo-holder img {
    position: absolute;
    left: 31px;
    bottom: 0;
}

.photo-frame:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 344px;
    width: 344px;
    background: url("../images/mask02.png") no-repeat 0 100%;
}

.review-holder {
    float: left;
    text-align: right;
    width: 576px;
    padding: 13px 50px 35px 34px;
    background: rgba(246, 249, 254, .96);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
}

.review-holder:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    height: 20px;
    width: 14px;
    background: url("/../images/arrow.png") no-repeat;
    margin: 2px 0 0;
}

.review h2 {
    color: #1b1b1b;
    font: 24px/26px Impact, Charcoal, sans-serif;
    margin: 0 0 20px -2px;
    letter-spacing: -1px;
}

.review blockquote {
    margin: 0;
    color: #494747;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    word-spacing: -1px;
}

.review q {
    quotes: none
}

.review q:before, .review q:after {
    quotes: none
}

.review q > span {
    display: block;
    padding: 0 0 13px;
}

.review cite {
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    font-style: italic;
    font-weight: bold;
    display: block;
    padding: 2px 0 0;
}

.section h2 {
    color: #f5fbff;
    font: 36px/38px Impact, Charcoal, sans-serif;
    letter-spacing: 1px;
    margin: 0 -4px 10px 8px;
    overflow: hidden;
    text-align: center;
}

.section h2 > span {
    position: relative;
    padding: 0 60px 0 64px;
    display: inline-block;
    vertical-align: top;
}

.section h2 > span:before,
.section h2 > span:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 15px;
    height: 2px;
    width: 999px;
    background: #8bb5d1;
    text-shadow: 1px 1px #0f5477;
}

.section h2 > span:after {
    left: auto;
    right: 100%;
}

.fame {
    margin: 0;
    padding: 22px 0 16px 7px;
    list-style: none;
    text-align: center;
}

.fame li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 10px;
}

.fame .img-holder {
    background: url("../images/bg-img-holder.png") no-repeat;
    width: 210px;
    height: 200px;
    padding: 12px 11px;
    margin: 0 0 12px;
}

.fame .img-holder img {
    vertical-align: top
}

.fame h3 {
    color: #f5fbff;
    font: 700 18px/20px 'open sans', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 7px;
}

.reviews {
    margin: 0 0 0 -20px;
    padding: 4px 0 8px;
    list-style: none;
    text-align: center;
    width: 1045px;
}

.reviews li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 17px 6px;
    width: 237px;
    text-align: right;
}

.reviews li .holder {
    width: 190px;
    padding: 2px 0 0 47px;
}

.reviews li img {
    float: left;
    margin: -1px 0 0 -47px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.reviews .meta {
    margin: 0 0 2px;
    padding-left: 47px;
}

.name {
    color: #f5fbff;
    font-size: 14px;
    line-height: 16px;
}

.age {
    font-size: 12px;
    color: #4f87bd;
}

.review-content {
    color: #cacaca;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    width: 170px;
    padding: 11px 10px 12px;
    background: #0c345c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.review-content:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 14px;
    height: 7px;
    width: 11px;
    background: url("../images/arrow02.png") no-repeat;
}

.review-content p {
    margin: 0;
}

.btn-more {
    text-align: center;
}

.btn-more a {
    display: inline-block;
    color: #c6d5e4;
    font: 14px/16px 'open sans', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 7px 10px 12px 15px;
    border: 1px solid #98aec4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-more a span {
    font-size: 24px;
    position: relative;
    bottom: 2px;
}

.aside {
    padding-left: 4px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-right: -1px;
}

.column-left {
    float: left;
    width: 412px;
    padding: 26px 0 0;
}

.price-today {
    border-bottom: 1px dotted #272727;
    padding: 0 0 14px;
    margin: 0 0 34px;
}

.price-today > strong {
    color: #b5b5b5;
    font: 30px/32px Impact, Charcoal, sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 0 8px;
    padding-right: 10px;
}

.price-today ins {
    color: #fad451;
    display: block;
    font: 700 47px/62px 'open sans', Arial, Helvetica, sans-serif;
    margin: 0 0 2px;
    padding-left: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.price-today del {
    color: #fc0c00;
    display: block;
    font: 36px/38px 'open sans', Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.timer > strong {
    color: #fac551;
    display: block;
    font: 24px/26px Impact, Charcoal, sans-serif;
    text-transform: uppercase;
    margin: 0 0 19px;
    text-align: center;
    padding-right: 7px;
}

.timer .holder {
    width: 450px;
    /*  margin-left: -23px;*/
}

.timer .holder .time-field:first-child:before {
    content: none
}

.time-field {
    width: 122px;
    display: inline-block;
    position: relative;
    height: 82px;
    vertical-align: top;
    padding-left: 22px;
}

.time-field:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    margin: -7px 0 0;
    height: 19px;
    width: 6px;
    background: url("../images/divider.png") no-repeat;
}

.time-field .frame {
    overflow: hidden
}

.time-field .number {
    color: #fff;
    font: 700 55px/57px 'open sans', Arial, Helvetica, sans-serif;
    float: left;
    width: 56px;
    height: 69px;
    margin-right: 5px;
    background: #272727;
    text-align: center;
    padding: 13px 0 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.time-field .number:after {
    content: '';
    position: absolute;
    left: 0;
    top: 41px;
    height: 2px;
    width: 100%;
    background: #393939;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.cntSeparator {
    height: 77px;
    font-size: 77px;
    line-height: 77px;
    margin: 0 10px;
}

.timer-desc .t {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 18px;
}

.unit {
    display: block;
    color: #231f20;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 5px 0 0;
}

.column-right {
    float: right;
    width: 552px;
}

.main-form {
    margin: 0
}

.tabset {
    overflow: hidden;
    margin: 0;
    padding: 0 13px 0 0;
    list-style: none;
    color: #9b9b9b;
    font: 20px/28px 'open sans', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.tabset li {
    float: right;
    margin-left: 5px;
}

.tabset li a {
    display: block;
    background: #1e1c18 url("../images/bg-tab.png") repeat-x;
    padding: 0 17px;
    text-decoration: none;
    height: 30px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.tabset li a:hover {
    text-decoration: underline
}

.tab-content {
    background: #1e1c18 url("../images/bg-tab-content.jpg") repeat-y;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 0 26px 5px;
}

.tab-content select {
    width: 379px;
    float: left;
    height: 36px;
    padding: 8px 5px;
    border: 1px solid #EBEBEB;
    background-color: #EBEBEB;
    border-radius: 4px;
}

.main-form .row {
    width: 540px;
    margin-bottom: 3px;
}

.main-form .row.space {
    margin: 0 0 12px
}

.main-form .row:after {
    content: '';
    display: block;
    clear: both;
}

.main-form label,
.main-form dt {
    float: left;
    font: 14px/16px 'open sans', Arial, Helvetica, sans-serif;
    color: #b2b2b2;
    width: 152px;
    padding: 10px 3px 0 0;
    text-align: right;
}

.main-form input[type="text"] {
    float: left;
    font: 14px/20px 'open sans', Arial, Helvetica, sans-serif;
    color: #000;
    width: 359px;
    padding: 8px 10px 7px;
    margin: 0;
    border: none;
    background: #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
}

.main-form .note {
    font-style: italic;
    font-size: 11px;
    display: block;
    line-height: 13px;
    color: #6e98c1;
    padding-left: 164px;
    margin: 0 0 8px;
}

.main-form .note > span {
    color: #898989
}

.main-form dl {
    margin: 0;
    overflow: hidden;
    padding: 4px 0 0;
}

.main-form dt {
    clear: left;
    margin: 0 0 21px;
    padding: 10px 12px 0 0;
}

.main-form dd {
    float: left;
    font: bold 16px/18px 'open sans', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 8px 0 0;
    margin: 0;
}

.main-form dd.summ {
    color: #ffd986;
    font-size: 24px;
    line-height: 26px;
    padding: 3px 0 0;
}

.send-button {
    display: block;
    color: #000;
    font: 36px/52px Impact, Charcoal, sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 218px;
    height: 52px;
    padding: 0 0 2px;
    background: url("../images/btn-submit.png") no-repeat;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin: 20px 0 50px 160px;
}

.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}

.select-area {
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 35px;
    float: left;
    background: #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select-area.select-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.select-area .center {
    white-space: nowrap;
    display: block;
    padding: 10px 10px 9px;
    color: #000;
    font: 14px/16px 'open sans', Arial, Helvetica, sans-serif;
}

.select-disabled {
    background: #eee;
}

.select-area .select-opener {
    position: absolute;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    height: 0;
    width: 0;
    right: 14px;
    top: 18px;
}

.select-options {
    position: absolute;
    overflow: hidden;
    background: #ebebeb;
    z-index: 2000;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.select-options .drop-list {
    overflow: hidden;
    height: 1%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.select-options ul li {
    width: 100%;
    float: left;
}

.select-options ul a {
    text-decoration: none;
    padding: 10px 10px 9px;
    color: #000;
    display: block;
    cursor: default;
    height: 1%;
}

.select-options .item-selected a {
    text-decoration: none;
    background: #1e1c18;
    color: #fff;
}

.select-options .optgroup {
    clear: both
}

.select-options .optgroup strong {
    display: block;
    padding: 5px;
}

.select-options .optgroup ul a {
    padding-left: 30px
}

.select-multiple-area {
    border: 1px solid #777;
    clear: both;
}

.select-multiple-area .multiple-list {
    border: none;
    position: static;
}

.select-multiple-area .multiple-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select-multiple-area .multiple-list li {
    margin: 0
}

.select-multiple-area .multiple-list a:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.select-multiple-area .multiple-list a {
    display: block;
    cursor: default;
    padding: 5px;
    color: #000;
}

.select-multiple-area .multiple-list .item-selected a {
    background: #007;
    color: #fff;
}

.select-multiple-area .multiple-list .optgroup strong {
    display: block;
    padding: 5px;
}

.select-multiple-area .multiple-list .optgroup a {
    padding-left: 30px
}

.select-disabled .multiple-list .item-selected a {
    background: #777
}

.text-block .control-wrapper {
    border: 1px solid #777;
    float: left;
}

.text-block textarea {
    font-size: 12px;
    width: 500px;
    height: 150px;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

.order_form {
    background: #1e1c18 url(../images/bg-tab-content.jpg) repeat-y !important;
    border: none !important;
}

.block_form label, .block_form p {
    color: #B4B4B4 !important
}

.block_form p {
    padding-top: 7px !important;
}

.form_hr {
    display: none !important;
}

.block_form input {
    outline: none;

}

.example {
    font-size: 12px;
    top: 30px !important;
    padding: 3px 4px 2px !important;
}

.example_error {
    background: rgba(241, 46, 42, .7) !important;
}

.block_form_prices {
    margin-top: 19px;
}

.attention {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 40px;
    padding: 0;
    margin: 0;
    color: red;
    text-shadow: none;
    font-size: 20px;
}/* CSS Document */

